413f9bd4734d57c5569b5908ececb2f44d8d6c03
[gnus] / lisp / ChangeLog
1 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
2
3         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
4         (bug#13384).
5
6 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
9         that were only relevant in a development version a long time ago.
10
11 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
14         that the old Emacs 24s bundle.
15
16 2013-07-10  David Engster  <deng@randomsample.de>
17
18         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
19         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
20         fixes a bug in Emacs trunk where the 'unexist' marks were always
21         removed at startup because "Gnus v5.13" was considered smaller than "Ma
22         Gnus v0.03".
23
24 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
25
26         * gnus.el (gnus-summary-line-format): Reference
27         `gnus-user-date-format-alist' for the &user-date; format, not
28         `gnus-summary-user-date-format-alist'.
29
30 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
33         delete files (bug#13481).
34
35 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
36
37         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
38
39 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
42         display images.
43
44         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
45
46         * message.el (message-cancel-news): According to
47         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
48         preferred over "cmsg cancel" in the Subject.
49
50         * nnir.el (nnir-engines): Note that the group specs are regexps
51         (bug#13238).
52
53         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
54         gotten read-only text properties, ensure that those aren't heeded when
55         copying stuff over (bug#13434).
56
57         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
58         (bug#13762).
59
60 2013-07-05  David Kastrup  <dak@gnu.org>
61
62         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
63         authinfo file again (important for blank passwords).  This had been
64         broken with 2013-06-15 change.
65
66 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
69         Revert 2013-01-14 change.
70
71 2013-07-02  Daiki Ueno  <ueno@gnu.org>
72
73         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
74         of 'create-image' for XEmacs compatibility; check errors when decoding
75         image.  Reported by Uwe Brauer.
76
77 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
80         gnus-button-push revised at 2011-01-19.
81
82 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
85         now live in the lisp/net Emacs 24 repository.
86
87 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * eww.el (eww-update-header-line-format): Quote % characters.
90
91 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * eww.el (eww-process-text-input): Display passwords as asterisks.
94
95         * shr.el (shr-make-table-1): Protect against invalid column-spans.
96
97 2013-06-19  Tom Tromey  <tromey@redhat.com>
98
99         * eww.el (eww-top-url): Remove.
100         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
101         (eww-render): Set new variables.  Don't set eww-top-url.
102         (eww-handle-link): Handle "prev", "home", and "contents".
103         Downcase the rel text.
104         (eww-top-url): Choose best top URL.
105
106 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * eww.el: Rewrite to implement form elements "by hand" instead of
109         relying in widget.el.  Using widget.el leads to too many
110         user interface inconsistencies.
111         (eww-self-insert): Implement entering commands in text fields.
112         (eww-process-text-input): New function to make text input field editing
113         work.
114         (eww-submit): Rewrite to use the new-style form methods.
115         (eww-select-display): Display the correct selected item.
116         (eww-change-select): Implement changing the select value.
117         (eww-toggle-checkbox): Implement radio/checkboxes.
118         (eww-update-field): Fix compilation error.
119         (eww-tag-textarea): Implement <textarea>.
120
121         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
122         don't shadow mode-specific bindings.
123
124         * eww.el (eww-browse-url): Don't push stuff onto history if there's
125         nothing to push.
126
127         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
128
129 2013-06-19  Glenn Morris  <rgm@gnu.org>
130
131         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
132
133 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
136
137 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * shr.el (shr-make-table-1): Implement <td rowspan>.
140         (shr-table-horizontal-line): Allow nil as a value, and change the
141         default.
142         (shr-insert-table-ruler): Respect the nil value.
143
144 2013-06-18  Tom Tromey  <tromey@barimba>
145
146         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
147         New defvars.
148         (eww-open-file): New defun.
149         (eww-render): Initialize new variables.
150         (eww-display-html): Handle "link" and "a".
151         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
152         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
153         (eww-back-url): Rename from eww-previous-url.
154         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
155         defuns.
156
157 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * shr.el (shr-tag-table): Insert the images after the table, so that
160         they're not covered by the table colourisation, which often looked
161         awkward.
162         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
163         <dd>.
164         (shr-make-table-1): Implement <td colspan=> support.
165         (shr-insert-document): Use one less than window width if `shr-width' is
166         nil, since otherwise things may get one character too wide.
167
168 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * eww.el (eww-detect-charset): Improve regexp; move backward.
171
172 2013-06-18  Glenn Morris  <rgm@gnu.org>
173
174         * mm-decode.el (widget-convert-button): Autoload.
175
176         * sieve-manage.el (mm-enable-multibyte): Autoload.
177
178         * shr.el (libxml-parse-html-region): Declare.
179         (shr-render-buffer): Explicit error if no libxml2 support.
180
181 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
182
183         * auth-source.el (auth-source-current-line): New function.
184         (auth-source-netrc-parse-entries): When a data token is "machine",
185         assume we're in the wrong place and abort parsing the current line.
186
187 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
190         (eww-convert-widgets): Don't bug out if the first widget starts at the
191         beginning of the buffer.
192         (eww-convert-widgets): Fix last patch.
193         (eww-tag-input): Support <input type=image>.
194
195         * shr.el (shr-insert-table): Respect border-collapse: collapse.
196         (shr-tag-base): Protect against base specs that are degenerate.
197         (shr-ensure-paragraph): Don't delete empty lines that have text
198         properties, because these may be input fields.
199
200         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
201         we can navigate to them.
202
203         * shr.el (shr-colorize-region): Put the colours over the entire region.
204         (shr-inhibit-decoration): New variable.
205         (shr-add-font): Use it to inhibit text property decorations while doing
206         preliminary table renderings.  This speeds up typical Wikipedia page
207         renderings by 15%.
208         (shr-tag-span): Don't respect the <title>, because that overwrites the
209         help-echo from links inside the spans.
210         (shr-next-link): Use `help-echo' for navigation, so that we can
211         navigate to form elements, too.
212
213         * eww.el (eww-button): New face.
214         (eww-convert-widgets): Use it to make submit buttons more button-like.
215
216         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
217         that Gnus commands work.
218
219         * shr.el (shr-render-td): Support horizontal alignment.
220
221         * eww.el (eww-put-color): Removed.
222         (eww-colorize-region): Use `add-face-text-property'.
223
224         * shr.el (shr-add-font): Append face data, so that we get the correct
225         precedence: The innermost value (which is applied first) wins.
226         (shr-make-overlay): Obsolete function.
227
228         * mm-decode.el (mm-convert-shr-links): New function to convert
229         new-style shr URL links into widgets.
230         (mm-shr): Use it.
231
232         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
233         widget commands, since we're no longer using widgets for links.
234
235         * shr.el (shr-next-link): New command.
236         (shr-previous-link): New command.
237         (shr-urlify): Don't use `widget-convert', because that's slow.
238         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
239         because collecting the overlays and reapplying them when generating
240         tables is slow.
241         (shr-insert-table): Ditto.
242
243 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
244
245         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
246         * shr.el (browse-url): Require `url'.
247         * eww.el (url): Require format-spec.
248
249 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * eww.el (eww-display-html): Default to using the entire window width.
252         (eww-browse-url): Don't add a User-Agent header (twice), because that
253         makes Bing refuse connection.
254
255         * shr.el (shr-make-table): Cache the table rendering at the table
256         level, and not the <td> level.  This is a bit faster.
257
258         * eww.el (eww-render): Go to the correct ID when given URLs ending with
259         #id.
260
261         * shr.el (shr-tag-li): Don't require a new paragraph, since other
262         browsers don't.
263         (shr-expand-url): Respect #anchor links.
264         (shr-parse-base): Chop off the anchor before using.
265         (shr-descend): Respect display: none.
266         (shr-descend): Allow marking elements that have certain IDs.
267
268         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
269
270         * shr.el (shr-expand-url): Don't bug out on zero-length links.
271
272         * eww.el (eww-tag-textarea): Support <textarea>.
273
274 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
275
276         * shr.el (shr-dom-to-xml): Fixed function call.
277
278         * eww.el (eww): New group.
279         (eww-header-line-format): New custom variable.
280         (eww-current-title): New variable.
281         (eww-display-html): Update header and handle title tag.
282         (eww-update-header-line-format): New function.
283         (eww-tag-title): New function.
284
285         * shr.el (shr-dom-to-xml): New function.
286         (shr-tag-svg): Add support for the SVG tag.
287         (shr-bullet): New custom variable.
288         (shr-tag-li): Support custom bullet in unordered lists.
289
290 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * shr.el (shr-expand-url): Respect // URLs.
293
294         * eww.el (eww-tag-body): Override the shr body rendering so that we can
295         put a background colour onto the entire buffer.
296         (eww-render): When being redirected, use the redirect URL as the new
297         base URL.
298
299         * shr.el (shr-parse-base): Fix parsing error.
300
301         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
302
303         * shr.el (shr-parse-base): New function.
304         (shr-expand-url): Use it to expand relative URLs reliably.
305
306 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
307
308         * auth-source.el (auth-source-search-collection): Fix docstring.
309         (auth-source-netrc-parse): Refactor and improve netrc parser to support
310         single-quoted strings and multiline entries.
311         (auth-source-netrc-parse-next-interesting)
312         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
313         functions to support parser.
314
315 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * eww.el (eww-submit): Get submit button logic right when hitting RET
318         on non-submit buttons.
319
320         * shr.el: Remove shr-preliminary-table-render, since that can't really
321         be used for anything in practice.
322
323 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
324
325         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
326         (sieve-manage-quit).
327
328 2013-06-14  Glenn Morris  <rgm@gnu.org>
329
330         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
331
332 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
333
334         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
335         control the maximum size of photo ID image.
336         (mml2015-epg-key-image-to-string): Respect it.
337
338 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
341         instead of the final one so that we can more easily distinguish them.
342
343         * eww.el (eww-submit): Compute the submission URL correctly.
344
345 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
346
347         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
348         Use plist-get rather than CL's getf.
349         (sieve-manage-parse-capability): Avoid CL's remove-if.
350
351 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
352
353         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
354         (sieve-manage-quit).
355
356 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * shr.el (shr-expand-url): Expansion should chop off the bits after the
359         last slash.
360
361         * eww.el (eww-tag-select): Use the first value as the default value.
362
363 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
364
365         * eww.el (eww): Prepend urls with http:// if scheme is missing.
366         (eww-mode): Use `define-derived-mode'.
367         (eww-parse-headers): Parse headers from beginning of buffer so that
368         file:// links work.
369
370 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
373
374 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
377         to handle them at all.
378
379 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
382         work, too.
383         (eww-tag-select): Implement <select>.
384
385 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
386
387         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
388         stream managing functions by using open-protocol-stream to do most of
389         the work.  Has the nice benefit of enabling STARTTLS.
390         Wait for capabilities after STARTTLS: following RFC5804, the server
391         sends new capabilities after successfully establishing a TLS connection
392         with the client. The client should update the cached list of
393         capabilities, but we just ignore the answer for now.
394         (sieve-manage-network-p, sieve-manage-network-open)
395         (sieve-manage-starttls-p, sieve-manage-starttls-open)
396         (sieve-manage-forward, sieve-manage-streams)
397         (sieve-manage-stream-alist): Remove unneeded functions neither in the
398         API, nor called by any other function.
399         Enable Multibyte for SieveManage buffers: The parser won't properly
400         handle umlauts and line endings unless multibyte is turned on in the
401         process buffer.
402
403 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * eww.el (eww-tag-input): Support password fields.
406         (eww-submit): Support POST.
407
408 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * eww.el (eww-tag-form): Protect against degenerate forms.
411
412         * shr.el (shr-expand-url): Expand URLs that start with a slash
413         correctly.
414
415         * eww.el (eww-submit): Get submit button logic right.
416
417         * shr.el (shr-final-table-render): New variable to signal when we're
418         doing the final table rendering so that we can collect more data at
419         that point.
420
421         * eww.el (eww-submit): Make form submission work.
422         (eww-tag-input): Implement submit buttons.
423         (eww-click-radio): Implement radio and checkboxes.
424         (eww-submit): Handle hidden elements.
425
426         * shr.el (shr-descend): Allow other packages to override (or provide)
427         rendering of elements.
428         (shr-expand-url): Strip query strings from URLs before expanding them.
429
430         * eww.el: Don't require cl-lib.
431         (eww-tag-form): Start form support.
432
433         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
434
435         * eww.el: Start writing a new, tiny web browser.
436         (eww-previous-url): New command.
437         (eww-quit): New command.
438
439 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
440
441         * sieve.el: Put point at beginning of buffer when viewing a script.
442         (sieve-open-server): Respect the PORT parameter.  Show the correct port
443         number in sieve-buffer's header.  Fixed code to also work with a string
444         as port specifier. Properly close the connection on pressing 'q'.  Make
445         sieve-manage-quit close the connection and process buffer.  Also, remove
446         duplicate keybinding for 'q'.
447
448 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
449
450         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
451         make it easier to read.
452         (mm-pkcs7-enveloped-magic): Ditto.
453
454 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
457         before `image-type-available-p' to avoid loading the image libraries
458         needlessly.
459
460 2013-06-05  David Engster  <deng@randomsample.de>
461
462         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
463         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
464         to see whether the group was synced before.
465
466 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
469         when opening the connection.
470         Suggested by João Távora <joaotavora@gmail.com> in
471         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
472
473 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
476         assume Date header begins with "Date", that may be customized into
477         something like "X-Sent" using gnus-article-time-format.
478         (article-transform-date): Allow multi-line Date header.
479
480 2013-06-02  David Engster  <deng@randomsample.de>
481
482         * registry.el (initialize-instance, registry-lookup)
483         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
484         (registry-lookup-secondary-value, registry-search, registry-delete)
485         (registry-insert, registry-reindex, registry-size, registry-prune): Do
486         not wrap methods in `eval-and-compile'.  This breaks due to latest
487         changes in EIEIO (introduction of eieio-core.el).
488
489 2013-05-30  Glenn Morris  <rgm@gnu.org>
490
491         * nnmail.el (nnmail-fancy-expiry-target):
492         Also bind mail-dont-reply-to-names.
493
494         * spam-stat.el (spam-stat-save):
495         No need to tweak font-lock in temp buffers.
496
497         * shr.el (shr-put-image): Silence compiler.
498
499 2013-05-29  Glenn Morris  <rgm@gnu.org>
500
501         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
502
503         * gnus-group.el (gnus-sequence-of-unread-articles)
504         (gnus-summary-add-mark, gnus-mark-article-as-read)
505         (gnus-group-make-articles-read): Declare.
506
507         * gnus-sum.el (gnus-parameter-list-identifier)
508         (gnus-article-stop-animations, gnus-stop-downloads)
509         (gnus-article-only-boring-p, article-goto-body)
510         (gnus-flush-original-article-buffer, article-narrow-to-head)
511         (gnus-article-hidden-text-p, gnus-delete-wash-type)
512         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
513
514         * gnus.el: No need to eval-and-compile autoloads.
515
516         * gravatar.el (help-function-arglist): Autoload.
517
518         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
519
520         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
521
522         * spam.el: No need to load spam-report when compiling.
523         No need to eval-and-compile autoloads.
524         (spam-report-resend-to): Declare.
525         (spam-report-resend-register-routine): Require 'spam-report.
526
527 2013-05-24  Julien Danjou  <julien@danjou.info>
528
529         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
530         setup.
531
532 2013-05-23  Glenn Morris  <rgm@gnu.org>
533
534         * gnus-util.el (rmail-swap-buffers-maybe)
535         (rmail-maybe-set-message-counters, rmail-count-new-messages)
536         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
537         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
538
539         * mm-decode.el: No need to load term when compiling.
540         (term-mode, term-char-mode): Declare.
541
542         * mm-util.el: No need to load jka-compr when compiling.
543         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
544
545         * nnmaildir.el: Require is automatically eval-and-compile.
546         (nnmail): Require at run-time too.
547
548         * registry.el (registry-size): Move definition before use.
549
550 2013-05-22  Daiki Ueno  <ueno@gnu.org>
551
552         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
553         signed data to conform the standard.  (Bug#14232)
554
555 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
556
557         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
558         double angle quotation mark.
559
560 2013-05-20  Glenn Morris  <rgm@gnu.org>
561
562         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
563
564 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
565
566         * message.el (message-insert-formatted-citation-line): handle finding
567         first/lastname when more than 2 names appear.
568
569 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
570
571         * shr.el (shr-tag-span): New function.
572
573 2013-05-18  Glenn Morris  <rgm@gnu.org>
574
575         * message.el (message-mode): Use message-mode-abbrev-table,
576         with text-mode-abbrev-table as parent.  (Bug#14413)
577
578 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * message.el (message-expand-group): Decode group names.
581
582 2013-05-16  Julien Danjou  <julien@danjou.info>
583
584         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
585         app-icon.
586
587 2013-05-15  Glenn Morris  <rgm@gnu.org>
588
589         * shr-color.el (shr-color-visible-luminance-min)
590         (shr-color-visible-distance-min): Use shr-color group.
591
592 2013-05-11  Glenn Morris  <rgm@gnu.org>
593
594         * gnus-vm.el: Make it loadable without VM.
595         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
596         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
597
598 2013-05-09  Glenn Morris  <rgm@gnu.org>
599
600         * mml1991.el: Make it loadable.  (Bug#13456)
601
602         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
603         * gnus-async.el (gnus-async-post-fetch-function):
604         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
605         * gnus-html.el (gnus-html-image-cache-ttl):
606         * gnus-notifications.el (gnus-notifications-timeout):
607         * gnus-picon.el (gnus-picon-properties):
608         * gnus-util.el (gnus-completion-styles):
609         * gnus.el (gnus-other-frame-resume-function):
610         * message.el (message-user-organization-file)
611         (message-cite-reply-position):
612         * nnir.el (nnir-summary-line-format)
613         (nnir-retrieve-headers-override-function):
614         * shr-color.el (shr-color-visible-luminance-min):
615         * shr.el (shr-blocked-images):
616         * spam-report.el (spam-report-resend-to):
617         * spam.el (spam-summary-exit-behavior): Fix custom types.
618
619         * gnus-salt.el (gnus-selected-tree-face): Fix default.
620
621 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
624         because of let-binding help-xref-following.  (Bug#14356)
625
626 2013-05-06  Glenn Morris  <rgm@gnu.org>
627
628         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
629
630 2013-05-04  Andrew Cohen  <cohen@bu.edu>
631
632         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
633         entering into the registry.
634
635 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
636
637         * gnus.el: Ma Gnus v0.7 is released.
638
639 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
642         (Bug#14304)
643
644 2013-04-27  Glenn Morris  <rgm@gnu.org>
645
646         * gnus.el (gnus-list-debbugs):
647         Use require rather than autoload.  (Bug#14262)
648
649 2013-04-27  Julien Danjou  <julien@danjou.info>
650
651         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
652         port to "sieve" now that it has an official IANA port assigned.
653
654 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
657         Don't set the MAILHOST environment variable permanently (Bug#14271).
658
659 2013-04-26  Glenn Morris  <rgm@gnu.org>
660
661         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
662
663 2013-04-25  Andrew Cohen  <cohen@bu.edu>
664
665         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
666         string values of 'gcc-self. Thanks to Saroj Thirumalai.
667
668 2013-04-24  Andrew Cohen  <cohen@bu.edu>
669
670         * nnir.el (nnir-close-group): Make sure we are in the right group.
671
672         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
673         dependency table from all newly retrieved headers.
674
675 2013-04-16  David Edmondson  <dme@dme.org>
676
677         Support <img src="data:...">.
678
679         * shr.el (shr-image-from-data): New function.
680         (shr-tag-img): Use it.
681
682 2013-04-14  Andrew Cohen  <cohen@bu.edu>
683
684         * nnir.el (nnir-request-set-mark): Make sure we are in the right
685         group.
686
687 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
690         corresponding to any existing group (Bug#14166).
691
692 2013-04-10  Andrew Cohen  <cohen@bu.edu>
693
694         * nnir.el (number-sequence): No longer used.
695         (nnir-request-set-mark): New function.
696         (nnir-request-update-info): Improve marks updating.
697         (nnir-request-scan): Don't duplicate marks updating.
698         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
699         Use 'assq rather than 'assoc.  Quote anonymous function.
700         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
701         Use 'gnus-group-prefixed-p.
702         (gnus-summary-create-nnir-group): Make sure server for method is open.
703
704 2013-04-04  Andrew Cohen  <cohen@bu.edu>
705
706         * nnir.el (gnus-nnir-group-p): New function.
707         (nnir-possibly-change-group): Use it.
708
709         * gnus-msg.el (gnus-setup-message): Use it.
710
711 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * mml.el (mml-minibuffer-read-description): Use `default' insted of
714         `initial-input' for the argument name.
715         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
716
717 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
718
719         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
720         (used by MH-E).
721
722 2013-04-01  Andrew Cohen  <cohen@bu.edu>
723
724         * nnir.el (nnir-request-update-mark): Improve mark updating in original
725         group.
726
727         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
728         fix compilation.
729
730 2013-03-31  Andrew Cohen  <cohen@bu.edu>
731
732         * nnir.el (nnir-method-default-engines): And another typo.
733
734 2013-03-30  Andrew Cohen  <cohen@bu.edu>
735
736         * nnir.el (nnir-method-default-engines): Fix typo.
737
738 2013-03-29  Andrew Cohen  <cohen@bu.edu>
739
740         * nnir.el: Define 'number-sequence for xemacs.
741         (gnus-summary-create-nnir-group): New function to create an nnir group
742         from an nnir summary buffer based on the current query.
743         (nnir-request-create-group): Update to allow nnir group creation based
744         on the current query.
745
746 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * nndraft.el (nndraft-request-expire-articles):
749         Make expiry target always `delete'.
750
751 2013-03-27  Andrew Cohen  <cohen@bu.edu>
752
753         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
754         buffer use the posting-style and gcc of the original article group.
755         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
756
757         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
758         after other deffoos.
759
760 2013-03-25  Andrew Cohen  <cohen@bu.edu>
761
762         * nnir.el: Major rewrite.  Cleaner separation between searches and group
763         management.  Marks are now shown in nnir summary buffers.  Rudimentary
764         support for real (i.e. not ephemeral) nnir groups.
765         (gnus-summary-make-nnir-group): New function for initiating searches
766         from a summary buffer.
767
768 2013-03-18  Sam Steingold  <sds@gnu.org>
769
770         * message.el (message-bury): Minor cleanup.
771
772 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
773
774         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
775
776 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * nndir.el (nndir-request-list): Remove 2nd argument passed to
779         nnml-request-list.  (Bug#13873)
780         (nndir-request-newsgroups): Remove, unused.
781
782         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
783
784 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
785
786         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
787         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
788         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
789
790 2013-03-03  Ted Phelps  <phelps@gnusto.com>
791
792         * shr.el: Make all the overlays set the `evaporate' property so that
793         they're removed properly.
794
795 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
796
797         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
798         shell-quote-argument.
799
800 2013-02-22  David Engster  <deng@randomsample.de>
801
802         * gnus-registry.el (gnus-registry-save): Provide class name when
803         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
804         `condition-case' to stay compatible with older EIEIO versions which
805         only accept one argument.
806
807 2013-02-17  Daiki Ueno  <ueno@gnu.org>
808
809         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
810         (epg-user-id-validity): Autoload.
811         (mml2015-epg-check-user-id): New function.
812         (mml2015-epg-check-sub-key): New function split from
813         mml2015-epg-find-usable-key.
814         (mml2015-epg-find-usable-key): Accept context, name, usage, and
815         optional name-is-key-id, to handle the case when user-id is unusable.
816         Reported by Łukasz Stelmach <stlman@poczta.fm>.
817
818 2013-02-17  Glenn Morris  <rgm@gnu.org>
819
820         * shr.el (shr-put-image): Use image-multi-frame-p if available.
821
822 2013-02-16  Glenn Morris  <rgm@gnu.org>
823
824         * shr.el (shr-put-image): Only animate images that specify a delay.
825         This is consistent with the old image-animated-p behavior.
826
827 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
830         for XEmacs.
831
832 2013-02-13  Juri Linkov  <juri@jurta.org>
833
834         * gnus-art.el (gnus-article-mode-map):
835         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
836         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
837
838 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
839
840         * auth-source.el (auth-source-format-prompt): Don't get confused by
841         any "\" in replacement text.  (Bug#13637)
842
843 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
844
845         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
846         (gnus-backend-trace): Honour gnus-backend-trace.
847
848         * mml.el (mml-insert-part): Insert closing tag.
849
850         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
851
852 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
855         able to find the article, which can happen in debbugs groups,
856         apparently.
857
858 2013-01-16  Glenn Morris  <rgm@gnu.org>
859
860         * smiley.el (smiley-style): Make the file loadable in batch mode.
861
862 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
863
864         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
865         imap process running.
866
867 2013-01-14  Julien Danjou  <julien@danjou.info>
868
869         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
870         Compare addresses against addresses, not against the full From field.
871
872 2013-01-13  Richard Stallman  <rms@gnu.org>
873
874         * message.el (message-forward-make-body-mime): New args BEG, END
875         specify what part of FORWARD-BUFFER to use.  Do the work directly
876         instead of calling `mml-insert-buffer'.
877
878 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
879
880         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
881         cross-reference(s).
882
883         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
884         cross-reference(s).
885
886 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
887
888         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
889         and point-max-marker.
890         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
891
892 2013-01-11  Julien Danjou  <julien@danjou.info>
893
894         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
895         max are almost equal. Also return the correct value for V which is
896         already between 0 and 1.
897
898 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
899
900         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
901         to mml2015-encrypt-to-self.
902         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
903
904 2013-01-09  Daiki Ueno  <ueno@gnu.org>
905
906         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
907         mml-smime-epg-find-usable-secret-key.
908
909 2013-01-08  Glenn Morris  <rgm@gnu.org>
910
911         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
912
913 2013-01-07  Daiki Ueno  <ueno@gnu.org>
914
915         * mml-smime.el: Support signing by sender.
916         Requested by Uwe Brauer.
917         (mml-smime-sign-with-sender): New user option analogous
918         to mml2015-sign-with-sender.
919         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
920         (mml-smime-epg-find-usable-secret-key): New helper function copied from
921         mml2015.el.
922
923 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
926         isn't running, because Gnus will probably not know how to handle the
927         Gcc header (bug#11941).
928
929         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
930         articles.
931
932 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnfolder.el (nnfolder-recursive-directory-files): New function.
935         (nnfolder-generate-active-file): Make this function work with recursive
936         folder names.
937
938 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
939
940         * nntp.el (nntp-open-connection): Use HELP as the capability command
941         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
942         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
943
944 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
945
946         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
947         place holder since this gives `Invalid face reference: nil' messages.
948         Use the `default' face instead.  It has the same effect here, even
949         though it is not no-op.
950
951         * gnus-util.el
952         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
953
954 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
957         non-string posting styles (bug#13285).
958
959 2012-12-27  Glenn Morris  <rgm@gnu.org>
960
961         * plstore.el (plstore-passphrase-callback-function):
962         Use plstore-get-file.
963
964 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
965
966         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
967         stderr.
968
969 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
972
973         * gnus-compat.el (set-buffer-multibyte): Remove.
974
975 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
976
977         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
978         temporary file to get PGP key image.  Pass no-show-photos when
979         extracting image to avoid having it pop up twice.
980
981 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
984         eligible for treatment.
985
986         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
987         lines.  This makes summary commands with hidden threads work more
988         reliably.
989
990         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
991         button to mark the hidden citations (bug#9395).
992
993 2012-12-26  Daiki Ueno  <ueno@gnu.org>
994
995         * mml2015.el (mml2015-epg-signature-to-string): New function.
996         (mml2015-epg-verify-result-to-string): New function.
997         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
998         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
999         instead of epg-verify-result-to-string.
1000         (epg-signature-key-id, epg-signature-to-string): Autoload.
1001         (epg-verify-result-to-string): Remove autoload.
1002
1003 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1004
1005         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1006         ID image from GPG public key.
1007         (mml2015-epg-key-image-to-string): New function.
1008
1009 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1010
1011         * plstore.el (plstore-passphrase-callback-function): Fix error when
1012         error when plstore-cache-passphrase-for-symmetric-encryption is set
1013         (bug#13264).
1014
1015 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1016
1017         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1018         buffer to the article buffer here, because that clobbers multiple
1019         article buffers.
1020
1021         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1022         buffer always points to the right summary buffer.
1023
1024 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1025
1026         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1027         the password (bug#12097).
1028
1029 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1030
1031         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1032         (bug#13263).
1033
1034         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1035         buffer exists before using it (bug#12475).
1036
1037         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1038         offline groups (bug#11937).
1039
1040         * message.el (message-yank-original): When using customize to set the
1041         value of `message-cite-style', the variable it set to a symbol that's
1042         the name of the variable, which must then be dereferenced (bug#12616).
1043
1044 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1045
1046         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1047         the `face' property with a list whose car is the face specified in the
1048         format string and whose cdr is (nil).
1049         * lisp/gnus-util.el
1050         (gnus-put-text-property-excluding-characters-with-faces):
1051         Change accordingly.
1052         (gnus-get-text-property-excluding-characters-with-faces): New function.
1053         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1054         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1055         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1056
1057 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1058
1059         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1060         login methods.
1061         (nnimap-login): Respect the `nnimap-authenticator' variable.
1062
1063         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1064         mark state when moving articles.  Otherwise unticked articles will get
1065         their ticks back after moving.
1066
1067 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1070
1071         * message.el (message-ignored-news-headers): Always remove
1072         X-Message-SMTP-Method to avoid information leakage if the user
1073         mistakenly inserts the header into news messages.
1074
1075         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1076
1077         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1078         right than four characters, this command would move point to
1079         `point-max'.  Don't do that.
1080
1081         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1082         to nil to allow re-selecting groups that gain articles.
1083         (gnus-bug-group-download-format-alist): Update the URL.
1084
1085 2012-12-23  Andreas Schwab  <schwab@suse.de>
1086
1087         * shr.el (shr-tag-em): Render em as italic, not bold.
1088
1089 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1090
1091         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1092         for reuse.
1093         (gnus-open-server): Use it to add more tracing.
1094         (gnus-finish-retrieve-group-infos): Add backend tracing.
1095         (gnus-backend-trace): Also note the elapsed seconds.
1096
1097 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1098
1099         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1100         Set epa-file-encrypt-to from variable to avoid querying.
1101
1102 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1103
1104         * sieve-mode.el (sieve-font-lock-keywords):
1105         Keywords should be word delimited.  (Bug#13173)
1106
1107 2012-12-13  Andreas Schwab  <schwab@suse.de>
1108
1109         * tls.el (tls-program): Update customize type.
1110
1111 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1114         instead of <pre> to align message header.
1115
1116 2012-12-12  Sam Steingold  <sds@gnu.org>
1117
1118         * gnus.el (gnus-other-frame-resume-function): Add user option.
1119         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1120
1121 2012-12-06  Sam Steingold  <sds@gnu.org>
1122
1123         * gnus-start.el (gnus-before-resume-hook): Add.
1124         (gnus-1): Run it when Gnus is alive.
1125
1126 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1129         * gnus-art.el (article-unsplit-urls)
1130         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1131         * gnus-registry.el (gnus-registry-get-article-marks)
1132         * message.el (message-goto-body): Use it.
1133         (message-called-interactively-p): Remove.
1134
1135         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1136         (spam-stat-score-buffer): Use it.
1137
1138         * spam.el: Silence the warnings against BBDB functions when compiling.
1139
1140         * gnus-score.el (gnus-score-decode-text-parts):
1141         Use append+mapcar instead of the cl function mapcan.
1142
1143 2012-12-05  Sam Steingold  <sds@gnu.org>
1144
1145         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1146         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1147         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1148
1149 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * gmm-utils.el (gmm-called-interactively-p): Revert.
1152         This seems to cause Emacs to get stuck!
1153         * gnus-art.el (article-unsplit-urls)
1154         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1155         * gnus-registry.el (gnus-registry-get-article-marks)
1156         * message.el (message-goto-body)
1157         (message-called-interactively-p): Revert.
1158
1159         * gmm-utils.el (gmm-called-interactively-p): New function.
1160         * gnus-art.el (article-unsplit-urls)
1161         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1162         * gnus-registry.el (gnus-registry-get-article-marks)
1163         * message.el (message-goto-body): Use it.
1164         (message-called-interactively-p): Remove.
1165
1166         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1167         * gnus-sync.el (gnus-sync-lesync-call)
1168         * message.el (message-read-from-minibuffer): Use it.
1169
1170 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * gmm-utils.el (gmm-flet): Remove.
1173         * gnus-sync.el (gnus-sync-lesync-call)
1174         * message.el (message-read-from-minibuffer): Don't use it.
1175
1176 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1179
1180 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1183
1184         * gnus-sync.el (gnus-sync-lesync-call)
1185         * message.el (message-read-from-minibuffer): Use gmm-flet.
1186
1187         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1188
1189         * gnus-util.el (gnus-macroexpand-all): Remove.
1190
1191 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1192
1193         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1194         to TAB, not [tab].
1195         (gnus-summary-article-map): Likewise.
1196
1197         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1198         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1199
1200 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1201
1202         * time-date.el: Commentary fix.
1203
1204 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1205
1206         * color.el: Don't require cl.
1207         (color-complement): `caddr' -> `nth 2'.
1208
1209         * time-date.el (time-to-seconds): De-obsolete.
1210
1211 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * message.el (message-get-reply-headers):
1214         Make sure the reply goes to the author if it is a wide reply.
1215
1216 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1217
1218         * gnus-score.el (gnus-score-body):
1219         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1220         scoring by body.
1221
1222 2012-11-16  Glenn Morris  <rgm@gnu.org>
1223
1224         * gnus-diary.el (nndiary-request-create-group-functions)
1225         (nndiary-request-update-info-functions)
1226         (gnus-subscribe-newsgroup-functions)
1227         (nndiary-request-accept-article-functions):
1228         Use new names for hooks rather than obsolete aliases.
1229
1230 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1233
1234 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1237         in meta tag with the one the part specifies in its header.
1238
1239 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1240
1241         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1242         by default.
1243
1244 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1247         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1248
1249 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1252         and a runtime function for it, of which the XEmacs version takes only
1253         two arguments.
1254
1255 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1256
1257         * nndiary.el (nndiary-request-create-group-functions)
1258         (nndiary-request-update-info-functions)
1259         (nndiary-request-accept-article-functions):
1260         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1261         "-hooks" suffix.
1262
1263 2012-10-19  Julien Danjou  <julien@danjou.info>
1264
1265         * gnus-art.el: Require gnus-util because it uses
1266         `gnus-timer--function'.
1267
1268 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1269
1270         * starttls.el (starttls-extra-arguments): Doc fix.
1271
1272 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1275         it.
1276
1277 2012-10-06  Glenn Morris  <rgm@gnu.org>
1278
1279         * gnus-notifications.el (gnus-notifications):
1280         Add missing group :version tag.
1281         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1282         (gnus-gcc-post-body-encode-hook):
1283         * gnus-sync.el (gnus-sync-lesync-name)
1284         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1285
1286 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1287
1288         * color.el (color-hsl-to-rgb): Fix incorrect results for
1289         small and large hue values.  (Bug#12559)
1290
1291 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         New UIDL implementation.
1294
1295         * mail-source.el (mail-sources, mail-source-keyword-map):
1296         Add :leave as a pop3 keyword.
1297         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1298
1299         * pop3.el (pop3-leave-mail-on-server): Allow number.
1300         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1301         (pop3-movemail): Add UIDL support.
1302         (pop3-send-streaming-command): Take a list of mail numbers instead of
1303         the number of mails.
1304         (pop3-write-to-file): Add X-UIDL header.
1305         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1306         (pop3-uidl-add-xheader): New functions.
1307
1308         * message.el (message-ignored-resent-headers):
1309         Add X-Content-Length and X-UIDL headers.
1310
1311 2012-10-05  Glenn Morris  <rgm@gnu.org>
1312
1313         * color.el (color-name-to-rgb, color-rgb-to-hex)
1314         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1315         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1316         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1317         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1318
1319 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1322         a user about whether to delete temp files if once a user answered as n.
1323
1324 2012-09-25  Chong Yidong  <cyd@gnu.org>
1325
1326         * password-cache.el (password-read-and-add): Use a declare form to mark
1327         this function obsolete.
1328
1329 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * lpath.el: Bind mail-encode-mml for old Emacsen.
1332
1333 2012-09-17  Richard Stallman  <rms@gnu.org>
1334
1335         * message.el (message-in-body-p): Don't set mark or modify buffer.
1336
1337         * mml.el (mml-attach-file): Doc fix.
1338         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1339         Set mail-encode-mml when in Mail mode.
1340         Simplify code to set HEAD and move back to HEAD.
1341         (mml-insert-multipart, mml-insert-part):
1342         Set mail-encode-mml when in Mail mode.
1343
1344 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * gnus-util.el (gnus-timer--function): New function.
1347
1348         * gnus-art.el (gnus-article-stop-animations): Use it.
1349
1350 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1351
1352         Fix glitches caused by addition of psec to timers.
1353         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1354         rather than raw access to timer vector.
1355
1356 2012-09-11  Julien Danjou  <julien@danjou.info>
1357
1358         * gnus-notifications.el (gnus-notifications): Check for nil values in
1359         ignored addresses check.
1360
1361 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1362
1363         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1364
1365 2012-09-07  Chong Yidong  <cyd@gnu.org>
1366
1367         * gnus-util.el
1368         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1369
1370         * gnus-salt.el (gnus-tree-highlight-node):
1371         * gnus-sum.el (gnus-summary-highlight-line):
1372         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1373
1374 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1375
1376         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1377
1378 2012-09-06  Juri Linkov  <juri@jurta.org>
1379
1380         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1381         scheme for buffer names to be more consistent with other group and
1382         article buffer names in Gnus.
1383
1384 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1385
1386         * gnus-util.el
1387         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1388
1389         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1390         Jenkner.
1391
1392         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1393
1394         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1395
1396         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1397
1398 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1401         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1402
1403         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1404         string-prefix-p in Emacs >=23.2.
1405
1406         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1407         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1408         instead of string-match-p.
1409         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1410
1411 2012-09-06  Kenichi Handa  <handa@gnu.org>
1412
1413         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1414         lowercase a..f.
1415
1416 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1417
1418         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1419
1420 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1421
1422         * nnimap.el (nnimap-request-move-article): Decode the group name when
1423         doing internal moves to avoid charset issues.
1424
1425         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1426         TIME is set.
1427
1428 2012-09-05  Juri Linkov  <juri@jurta.org>
1429
1430         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1431         than one group at a time (bug#11961).
1432
1433 2012-09-05  Julien Danjou  <julien@danjou.info>
1434
1435         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1436         this hide the real reason with a message giving absolutely no hint.
1437
1438 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1439
1440         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1441         to the backend (bug#11804).
1442
1443         * message.el (message-insert-newsgroups): Don't insert newsgroup
1444         duplicates (bug#12275).
1445
1446 2012-09-05  John Wiegley  <johnw@newartisans.com>
1447
1448         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1449         sieve rules.
1450
1451 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1452
1453         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1454         function.
1455
1456         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1457
1458         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1459
1460 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1461
1462         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1463         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1464         This should make nnmaildir more usable with offlineimap.
1465
1466 2012-09-05  Julien Danjou  <julien@danjou.info>
1467
1468         * nnimap.el (nnimap-request-list): Revert change that made listing
1469         synchronous.
1470         (nnimap-get-responses): Restore.
1471
1472 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1473
1474         * dgnushack.el: XEmacs 21.5 compilation fix.
1475
1476         * gnus-notifications.el (gnus-notifications-notify): Use it.
1477
1478         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1479         warnings on XEmacs.
1480
1481 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1482
1483         Better seeds for (random).
1484         * gnus-sync.el (gnus-sync-lesync-setup):
1485         * message.el (message-canlock-generate, message-unique-id):
1486         Change (random t) to (random), now that the latter is more random.
1487
1488 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1489
1490         * nnimap.el (nnimap-change-group): Document result value
1491
1492         * auth-source.el (auth-sources): Fix macos keychain access.
1493
1494         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1495         allow the backend `request-head' function to determine the group
1496         name on its own.
1497         (gnus-request-expire-articles): Filter out negative article numbers
1498         during expiry (Bug#11980).
1499
1500         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1501         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1502
1503         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1504         you've found the article when you haven't.
1505
1506         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1507         that nnimap-change-group can return t.
1508
1509 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1510
1511         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1512
1513 2012-08-30  Julien Danjou  <julien@danjou.info>
1514
1515         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1516         `gnus-notifications-timeout'.
1517         (gnus-notifications-timeout): Add.
1518         (gnus-notifications-action): New function.
1519         (gnus-notifications-notify): Add :action using
1520         `gnus-notifications-action'.
1521         (gnus-notifications-id-to-msg): New variable.
1522         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1523         notifications id to messages.
1524
1525 2012-08-30  Kenichi Handa  <handa@gnu.org>
1526
1527         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1528         once.
1529
1530 2012-08-29  Julien Danjou  <julien@danjou.info>
1531
1532         * gnus-notifications.el: New file.
1533         (gnus-notifications-notify): New function.
1534         (gnus-notifications): Use `gnus-notifications-notify'.
1535
1536 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1539         transfer encoding first; bind gnus-newsgroup-charset to the charset
1540         that the article specifies (Bug#12209).
1541
1542 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1545         (gnus-group-customize-done): Encode values posting-style holds.
1546
1547         * gnus-msg.el (gnus-summary-resend-message)
1548         (gnus-configure-posting-styles): Decode values posting-style group
1549         parameter holds.
1550
1551 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1554         `name' and `address' in Resent-From header.
1555
1556 2012-08-14  Chong Yidong  <cyd@gnu.org>
1557
1558         * gnus-art.el (article-display-face): Handle failure in
1559         gnus-create-image (Bug#11802).
1560
1561 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1562
1563         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1564         Use defsetf.
1565
1566 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1567
1568         * auth-source.el (auth-source-plstore-search)
1569         (auth-source-secrets-search): Ignore :require and :type in search spec.
1570
1571 2012-08-06  Julien Danjou  <julien@danjou.info>
1572
1573         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1574         `nnimap-request-move-article'.
1575
1576         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1577         Remove autoload, already handled by gnus.el.
1578
1579         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1580
1581         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1582         supported by nnimap actually. Reverts previous change.
1583
1584         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1585         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1586         to-buffer argument that is already supported.
1587
1588 2012-08-05  Julien Danjou  <julien@danjou.info>
1589
1590         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1591         Add autoload.
1592
1593 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus.el (gnus-valid-select-methods): Fix custom type.
1596
1597 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1598
1599         * auth-source.el (auth-sources, auth-source-backend-parse)
1600         (auth-source-macos-keychain-search)
1601         (auth-source-macos-keychain-search-items)
1602         (auth-source-macos-keychain-result-append)
1603         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1604         auth-source.el through the /usr/bin/security utility.
1605         (auth-sources): Fix syntax error.
1606         (auth-source-macos-keychain-result-append): Fix variable name.
1607         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1608
1609 2012-07-27  Julien Danjou  <julien@danjou.info>
1610
1611         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1612         Emacs < 24.1
1613
1614 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * message.el (message-kill-address): Don't kill last newline.
1617         (message-skip-to-next-address): Don't move to the next header.
1618         (message-fill-field-address): Work properly.
1619
1620 2012-07-25  Julien Danjou  <julien@danjou.info>
1621
1622         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1623
1624 2012-07-24  Julien Danjou  <julien@danjou.info>
1625
1626         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1627
1628         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1629         (nntp-async-timer-handler): Remove, unused.
1630
1631         * nnimap.el (nnimap-get-responses): Remove, unused.
1632
1633         * nnheader.el (mail-header-set-extra): Remove, unused.
1634
1635         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1636         unused.
1637
1638         * mm-view.el (mm-view-sound-file): Remove, unused.
1639
1640         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1641         (mm-url-encode-multipart-form-data): Remove, unused.
1642
1643         * message.el (message-remove-signature, message-make-host-name)
1644         (message-fill-address): Remove, unused.
1645
1646         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1647         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1648         unused.
1649
1650         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1651         (gnus-xmas-call-region): Remove, unused.
1652
1653         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1654
1655         * gnus-util.el (gnus-extract-address-component-name)
1656         (gnus-extract-address-component-email, gnus-sortable-date)
1657         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1658         (gnus-process-live-p): Remove, unused.
1659
1660         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1661
1662         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1663         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1664         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1665         function.
1666
1667         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1668
1669         * gnus-score.el (gnus-summary-score-crossposting)
1670         (gnus-score-regexp-bad-p): Remove, unused.
1671
1672         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1673
1674         * gnus-range.el (gnus-sublist-p): Remove, unused.
1675
1676         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1677         unused.
1678
1679         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1680
1681         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1682         (gnus-request-associate-buffer): Remove, unused.
1683
1684         * gnus-group.el (gnus-group-set-method-info)
1685         (gnus-group-set-params-info): Remove, unused.
1686
1687         * gnus-fun.el (gnus-shell-command-to-string)
1688         (gnus-shell-command-on-region): Remove, unused.
1689
1690         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1691
1692         * gnus-art.el (gnus-article-text-type-exists-p)
1693         (article-translate-characters, gnus-article-hide-text-of-type)
1694         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1695         Remove, unused.
1696
1697 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1698
1699         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1700
1701 2012-07-21  Julien Danjou  <julien@danjou.info>
1702
1703         * message.el (message-dont-reply-to-names): Replace deprecated
1704         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1705         (message-get-reply-headers): Ditto.
1706
1707 2012-07-18  Julien Danjou  <julien@danjou.info>
1708
1709         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1710         `sieve-upload-and-kill'.
1711
1712         * sieve.el (sieve-bury-buffer): Remove function.
1713         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1714         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1715
1716 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1717
1718         * shr.el (shr-expand-url): Handle URL starting with `//'.
1719
1720 2012-07-13  Chong Yidong  <cyd@gnu.org>
1721
1722         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1723         instead of calling toggle-read-only with a (bogus) argument.
1724
1725 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1726
1727         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1728         of initial input when reading the author to restrict the summary to.
1729
1730 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * mm-decode.el (mm-shr):
1733         Allow overriding charset by mm-charset-override-alist.
1734
1735 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus-art.el (gnus-article-view-part):
1738         Toggle subparts of multipart/alternative part.
1739
1740 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1741
1742         * shr.el (shr-render-buffer): New command.
1743         (shr-visit-file): Use it.
1744
1745 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1748         Set no-byte-compile and no-update-autoloads.
1749
1750 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1753
1754 2012-06-25  Julien Danjou  <julien@danjou.info>
1755
1756         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1757         `nnimap-request-move-articles-find-limit' since we do not use it only
1758         for move operations.
1759         (nnimap-request-accept-article): Use
1760         `nnimap-request-articles-find-limit' to limit search by message-id.
1761
1762 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1763
1764         Support higher-resolution time stamps (Bug#9000).
1765
1766         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1767         VARLIST.  It's optional, for backward compatibility.
1768         (encode-time-value): New optional arg PICO.  New type 3.
1769         (time-to-seconds) [!float-time]: Support the new picoseconds
1770         component if it's used.
1771         (seconds-to-time, time-subtract, time-add):
1772         Support ps-resolution time stamps as well.
1773
1774 2012-06-19  Julien Danjou  <julien@danjou.info>
1775
1776         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1777
1778         * nnimap.el (nnimap-log-buffer): Check that
1779         `window-point-insertion-type' is boundp, since it's not available in
1780         XEmacs.
1781
1782 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1783
1784         * nnimap.el (nnimap-log-buffer): Add this, setting
1785         `window-point-insertion-type' in the buffer to t.
1786         (nnimap-log-command): Use nnimap-log-buffer.
1787
1788 2012-06-19  Julien Danjou  <julien@danjou.info>
1789
1790         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1791         argument to be able to limit the search.
1792         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1793         (nnimap-request-move-articles-find-limit): Add this to limit the search
1794         by Message-Id after a message move.
1795         (nnimap): Add defgroup.
1796
1797 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1798
1799         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1800
1801 2012-06-15  Julien Danjou  <julien@danjou.info>
1802
1803         * nnimap.el (nnimap-find-article-by-message-id): Use
1804         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1805         (nnimap-possibly-change-group): Add read-only argument.
1806         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1807         issuing EXAMINE manually.
1808         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1809         with read-only argument.
1810         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1811         cannot possibly change because we need to be sure that it's either
1812         read-write or read-only.
1813
1814 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1817         being bound to a lambda form.
1818
1819 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1820
1821         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1822         articles when fetch-old is non-nil (bug#11370).
1823
1824 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1825
1826         * gnus-picon.el (gnus-picon-properties): New defcustom.
1827         (gnus-picon-create-glyph): Use it.
1828
1829 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * gnus-group.el (gnus-group-get-new-news): Respect
1832         `gnus-group-use-permanent-levels', as documented (bug#11638).
1833
1834 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1835
1836         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1837         groups (bug#11641).
1838
1839 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1840
1841         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1842         is an integer to avoid later problems.
1843
1844 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1847         locales.
1848
1849         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1850         on a handle.
1851
1852         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1853         address as the default.
1854         (gnus-summary-insert-old-articles): Don't include unexisting messages.
1855
1856         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1857         makes no sense to query the user about internal files.
1858
1859         * gnus-spec.el: Remove all the byte-compilation stuff, since
1860         benchmarking shows that it doesn't help when entering large summary
1861         buffers.
1862
1863         * gnus-xmas.el (gnus-xmas-define): Remove.
1864
1865         * gnus-util.el (gnus-byte-code): Remove.
1866
1867         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1868         grouplens stuff.
1869
1870 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1873         (bug#11514).
1874
1875 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1876
1877         * message.el (message-buffers): Return all buffers derived from Message
1878         to make `gnus-dired-attach' work with mu4e.
1879
1880 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1881
1882         * nntp.el: Stop the `letf' madness.
1883         (nntp--report-1): New var.
1884         (nntp-report): Merge nntp-report-1 into it.
1885         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1886         the nntp-report function.
1887
1888         * auth-source.el: Fix comment-style to follow the convention.
1889
1890 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1891
1892         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1893         (mm-dissect-singlepart): Don't guess the MIME type of
1894         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1895         set.
1896         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1897         toplevel MIME type is multipart/encrypted.
1898
1899 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1902         a string so that Gcc works (bug#11514).
1903
1904 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1905
1906         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1907         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1908
1909 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1910
1911         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1912         jumping to *Server* from a dedicated *Group* window.
1913         (gnus-configure-frame): CSE.
1914
1915         * gnus-registry.el: Minor style cleanup.
1916         (gnus-registry--set/remove-mark): New function, extracted from
1917         gnus-registry-install-shortcuts.
1918         (gnus-registry-install-shortcuts): Use it.
1919
1920 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * nnspool.el (news-path): Use eval-and-compile.
1923
1924 2012-05-24  Glenn Morris  <rgm@gnu.org>
1925
1926         * nnspool.el (news-directory, news-path, news-inews-program):
1927         Move here from paths.el.  Don't see a need for these to be autoloaded.
1928
1929         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1930         Merge in doc from paths.el version.  Don't see any need for this to be
1931         autoloaded, or for the warning about users not setting it.
1932
1933 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1934
1935         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1936         format.  In particular, add an optional argument and a docstring.
1937
1938         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1939
1940         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1941         current before calling `gnus-groups-to-gnus-format'.
1942         Note that this was already the case for `gnus-active-to-gnus-format'.
1943
1944 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1945
1946         Fix minor Y10k bug.
1947         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1948
1949 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1950
1951         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1952         message once it's actually open.
1953
1954 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1955
1956         * gnus.el: Ma Gnus v0.5 is released.
1957
1958 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1959
1960         * auth-source.el (auth-source--aput-1, auth-source--aput)
1961         (auth-source--aget): New functions and macros.
1962         Use them instead of aput/aget.
1963
1964 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1965
1966         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1967
1968 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1969
1970         * plstore.el (plstore-called-interactively-p): New compat macro copied
1971         from message.el.
1972         (plstore-mode): Use it.
1973
1974 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1975
1976         * plstore.el: Revive the editing feature.
1977         (plstore-mode): New mode to edit plstore file.
1978         (plstore-mode-toggle-display, plstore-mode-original)
1979         (plstore-mode-decoded): New command.
1980         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1981         (plstore--insert-buffer, plstore--make): New function.
1982         (plstore-open, plstore-save): Simplify by using them.
1983
1984 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1987
1988 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1989
1990         * tls.el (open-tls-stream): Remove unused binding.
1991
1992 2012-04-16  Glenn Morris  <rgm@gnu.org>
1993
1994         * nndraft.el (nndraft-request-list): Fix declaration.
1995
1996 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * mm-decode.el (mm-dissect-buffer): Doc fix.
1999
2000         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2001         don't have a current group.
2002
2003         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2004         buffer if it doesn't exist.
2005
2006         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2007         given, mark the group as ephemeral with the current window conf.
2008
2009         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2010         buffer exists, which it doesn't if we haven't started Gnus.
2011         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2012
2013 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2016         type is.
2017
2018         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2019         `unexists' entries.
2020         (gnus-clean-old-newsrc): Fix last checkin.
2021
2022         * nnimap.el (nnimap-update-info): None of the articles below the active
2023         low-water mark exist.
2024
2025         * dgnushack.el: Get rid of XEmacs compilation warning.
2026
2027         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2028         would have gotten if we posted to the group, and use that to compare
2029         against the message we want to cancel (bug#10808).
2030
2031         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2032         on XEmacs.
2033
2034 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2035
2036         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2037         `scroll-margin'.
2038
2039 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2040
2041         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2042         citation prefix within a block of cited text should be considered part
2043         of that block *only* if it is a blank line.
2044
2045 2012-04-09  Chong Yidong  <cyd@gnu.org>
2046
2047         * binhex.el, hashcash.el, uudecode.el:
2048         Remove * characters from the front of variable docstrings.
2049
2050 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2053         before kinsoku-bol characters nor within kinsoku-eol characters.
2054
2055 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2058         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2059         (gnus-sync-read): Use mapc instead of mapcar.
2060
2061         * mm-archive.el: Require mm-decode for some macros.
2062         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2063         the byte compiler.
2064         (mm-archive-decoders): New function that returns the value of
2065         the mm-archive-decoders variable.
2066
2067         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2068         instead.
2069         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2070
2071         * nnimap.el (gnus-refer-thread-use-nnir):
2072         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2073
2074 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075
2076         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2077
2078 2012-03-12  Peter Münster  <pmrb@free.fr>
2079
2080         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2081         (gnus-demon-cancel): Ditto.
2082         (gnus-demon-run-callback): When function cannot be called due to low
2083         idleness, call it when idleness reaches the expected value, instead of
2084         waiting another timer period.
2085         (gnus-demon-init): Add `time' to arguments of call-back.
2086
2087 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2090
2091         * gnus.el: Register gnus-registry functions.
2092
2093         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2094         indent.
2095
2096         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2097         enabled before warping.
2098
2099 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2100
2101         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2102         registry about each article retrieved.
2103
2104         * gnus-int.el (gnus-select-group-with-message-id): New function.
2105         (gnus-try-warping-via-registry): Ditto.
2106         (gnus-warp-to-article): Fall back on the registry.
2107
2108 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2109
2110         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2111         inboxes.
2112
2113 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2116
2117 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2120         gnus-gcc-self-resent-messages may be a group parameter.
2121         (gnus-summary-resend-message): Don't encode encoded words in header
2122         when Gcc'ing resent message.
2123
2124 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * shr.el (shr-insert): Treat non-breaking space just like normal
2127         space.  This seems to produce more pleasing results.
2128         (shr-insert): Only insert a blank line if we're starting from an image.
2129         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2130         (shr-ensure-paragraph): Consider lines with white space to be blank.
2131
2132 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2133
2134         * Makefile.in: Respect DESTDIR.
2135
2136 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2137
2138         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2139         and gnus-gcc-post-body-encode-hook.
2140
2141 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2144         messages that don't exist.
2145
2146         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2147
2148 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2151         Remove.
2152
2153         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2154
2155         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2156
2157 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2160         have a group name.
2161
2162         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2163         a multibyte buffer (bug#7410).
2164         (article-wash-html): Parse the original article buffer to get the
2165         unencoded data (bug#7410).
2166
2167         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2168         .newsrc.el files.
2169
2170 2012-04-05  Bastien Guerry  <bzg@altern.org>
2171
2172         * color.el (color-lighten-name): Fix typo.
2173
2174 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2177         "#" to avoid having them interpreted as comments.
2178
2179 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * shr.el (shr-insert): Update the text state properly to avoid
2182         inserting spurious paragraph starts.
2183
2184 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * shr.el (shr-table-widths): Divide the extra width more fairly over
2187         the TDs (bug#10973).
2188         (shr-render-td): Don't delete too much padding.
2189         (shr-natural-width): Compute the natural width more correctly.
2190         (shr-insert): Allow the natural width to be computed for tables again.
2191         (shr-tag-table-1): Rework how the natural widths are computed by
2192         rendering the table a third time.
2193         (shr-natural-width): Removed.
2194         (shr-buffer-width): New function.
2195         (shr-expand-newlines): Use it.
2196
2197         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2198         using a `gnus-use-full-window' setup (bug#11013).
2199
2200 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2203         24.1 release.
2204
2205 2012-03-10  David Edmondson  <dme@dme.org>
2206
2207         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2208         'Forwarded Message' header and the start of the message.
2209
2210 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2211
2212         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2213         isn't running (bug#10897).
2214
2215 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2218         This is inconsistent with all the other stream functions, which leave
2219         the setting up to the higher levels (if so wanted) (bug#10931).
2220
2221 2012-02-28  Glenn Morris  <rgm@gnu.org>
2222
2223         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2224         mm-decode.el: Standardize possessive apostrophe usage.
2225
2226 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2229
2230 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2231
2232         * parse-time.el (parse-time-string): Allow extractor to return nil.
2233
2234 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2237
2238 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2241
2242 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2243
2244         * mm-decode.el (mm-shr): Remove "soft hyphens".
2245
2246         * nnimap.el (nnimap-request-list): Return the group names encoded as
2247         utf8.  Otherwise non-European group names don't work.
2248         (nnimap-request-newgroups): Ditto.
2249
2250         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2251         the default in `read-string' (bug#10757).
2252
2253         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2254         topics (bug#10843).
2255
2256         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2257         buffer.  Suggested by Herbert Valerio Riedel.
2258         (nnimap-request-move-article): Delete the message from the correct IMAP
2259         server.
2260
2261 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2262
2263         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2264         Reported by Peter Münster.
2265
2266 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2267
2268         * shr.el (shr-image-fetched): Make sure we really kill the right
2269         buffer.
2270
2271 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2272
2273         * gnus-start.el (gnus-1): Avoid duplicate entries.
2274
2275 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2276
2277         * imap.el: Remove.
2278
2279         * nntp.el (nntp-coding-system-for-read): Remove.
2280         (nntp-coding-system-for-write): Ditto.
2281         (nntp-open-connection): Just use `binary' directly.
2282
2283         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2284         Gnus 0.3.
2285
2286 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2287
2288         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2289         application/octet-stream parts really is.
2290
2291         * gnus-sum.el (gnus-propagate-marks): Remove.
2292
2293 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2294
2295         * shr.el (shr-rescale-image): Undo previous change; see
2296         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2297
2298 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2299
2300         * gnus.el: Ma Gnus v0.3 is released.
2301
2302 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-sum.el (gnus-summary-local-variables): Make
2305         `gnus-newsgroup-unexist' into a local variable.
2306
2307 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         * registry.el (registry-usage-test, registry-persistence-test): Move to
2310         tests/gnustest-registry.el.
2311         (registry-make-testable-db, registry-match-test)
2312         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2313
2314         * gnus-registry.el (gnus-registry-misc-test)
2315         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2316
2317         * tests/gnustest-registry.el: New file with the registry and
2318         gnus-registry ERT tests.
2319
2320 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-msg.el (gnus-summary-resend-message): Make
2323         gnus-summary-resend-message-insert-gcc be last item in
2324         message-header-setup-hook.
2325
2326 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2327
2328         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2329         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2330         Remove.
2331         (nnfolder-open-server): Don't use marks.
2332         (nnfolder-request-delete-group): Ditto.
2333         (nnfolder-request-rename-group): Ditto.
2334         (nnfolder-request-set-mark, nnfolder-request-marks)
2335         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2336         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2337
2338         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2339         (nnml-marks-modtime): Remove.
2340         (nnml-request-delete-group): Don't use marks.
2341         (nnml-request-rename-group): Ditto.
2342         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2343         (nnml-save-marks, nnml-open-marks): Remove.
2344
2345         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2346         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2347         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2348         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2349         (nntp-server-to-method-cache): Remove.
2350
2351         * shr.el (shr-rescale-image): Fix wrong merge.
2352
2353 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2354
2355         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2356         too-wide lines.
2357
2358 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2359
2360         * nnimap.el (nnimap-record-commands): New variable.
2361         (nnimap-log-command): Use it.
2362         (nnimap-make-process-buffer): Add a space to the process buffer.
2363         (nnimap-transform-headers): Don't bug out on header lines containing
2364         stuff that look like IMAP length encodings.
2365
2366         * shr.el (shr-rescale-image): Allow viewing large images.
2367
2368 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2369
2370         * nnml.el (nnml-request-compact-group): Delete the marks file after
2371         compaction (bug#10800).
2372
2373         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2374         group exit.
2375
2376         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2377         QRESYNC/FETCH output.
2378
2379 2012-02-11  Glenn Morris  <rgm@gnu.org>
2380
2381         * sieve-manage.el (sieve-manage-default-stream):
2382         * shr.el (shr):
2383         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2384         (nnir-retrieve-headers-override-function)
2385         (nnir-imap-default-search-key, nnir-notmuch-program)
2386         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2387         (nnir-method-default-engines):
2388         * message.el (message-cite-reply-position):
2389         * gssapi.el (gssapi-program):
2390         * gravatar.el (gravatar):
2391         * gnus-sum.el (gnus-refer-thread-use-nnir):
2392         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2393         (gnus-registry-max-pruned-entries):
2394         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2395         * gnus-int.el (gnus-after-set-mark-hook)
2396         (gnus-before-update-mark-hook):
2397         * gnus-async.el (gnus-async-post-fetch-function):
2398         * auth-source.el (auth-source-cache-expiry):
2399         Add missing :version tags to new defcustoms and defgroups.
2400
2401 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2404         `gnus-newsgroup-unexist'.
2405
2406         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2407         marks.
2408         (gnus-article-special-mark-lists): Put the `unexist' in the special
2409         marks list instead.
2410
2411         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2412         articles in the list of articles to be selected.
2413
2414         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2415         articles.
2416         (nnimap-update-info): Keep track of unexisting articles.
2417         (nnimap-update-qresync-info): Ditto.
2418
2419 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2420
2421         * message.el (message-default-send-mail-function): Made into own
2422         function for reuse by emacsbug.el.
2423
2424 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2425
2426         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2427         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2428
2429 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2430
2431         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2432         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2433
2434         * gnus-compat.el: Define `timer-set-function'.
2435
2436         * mm-decode.el (mm-display-external): Output the text from the command
2437         in the buffer after the command finished.  This makes text-based
2438         commands behave better.
2439
2440 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2443
2444 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2447         23.1.
2448
2449 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2452
2453 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2454
2455         * message.el (smtpmail-smtp-user): Silence compiler warning.
2456
2457 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2458
2459         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2460         SMTP user name.
2461
2462 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * gnus-sum.el (gnus-summary-show-thread):
2465         next-single-char-property-change may return nil in XEmacs.
2466         (gnus-summary-article-map): Fix typo.
2467
2468 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2471         running.
2472
2473         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2474
2475         * gnus.el (gnus-server-extend-method): Don't add an -address component
2476         if the method already has one (bug#9676).
2477
2478 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2479
2480         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2481         of an initial-input for consistency (bug#10757).
2482
2483         * dgnushack.el: Fix XEmacs compilation warning.
2484
2485         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2486
2487         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2488
2489 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2490
2491         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2492         lines that are narrower than the window width.  Otherwise background
2493         "blocks" will look less readable.
2494
2495 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2496
2497         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2498         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2499         have newlines within the strings, and where the UID comes after the
2500         BODYSTRUCTURE element (bug#10537).
2501
2502         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2503         (bug#10732).
2504
2505         * shr.el (shr-insert-document): Add doc string.
2506         (shr-visit-file): Ditto.
2507         (shr-remove-trailing-whitespace): New function.
2508         (shr-insert-document): Use it to clean up trailing whitespace as the
2509         final step (bug#10714).
2510
2511 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2512
2513         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2514         buffer if `gnus-kill-summary-on-exit' is nil.
2515
2516 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2517
2518         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2519         when just reading a single group from "without" Gnus.
2520
2521 2012-02-06  Chong Yidong  <cyd@gnu.org>
2522
2523         * gnus-sum.el (gnus-summary-show-thread):
2524         next-single-char-property-change never returns nil (Bug#8657).
2525
2526 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2527
2528         * message.el (message-multi-smtp-send-mail): New function.
2529         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2530         header to implement multi-SMTP functionality.
2531
2532         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2533         (gnus-agentize): Don't set it.
2534         (gnus-agent-send-mail): Don't use it.
2535
2536         * gnus-sum.el (gnus-summary-widget-backward): New function and
2537         keystroke.
2538
2539         * gnus-compat.el: More the compat functions more compatible.
2540
2541         * shr.el (shr-put-image): Remove underlines from sliced images.
2542         (shr-zoom-image): Compute the region to be replaced more correctly.
2543
2544 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2547         (gnus-summary-resend-message-insert-gcc): New function.
2548         (gnus-summary-resend-message): Modify message-header-setup-hook and
2549         message-sent-hook to make it work for Gcc.
2550         (gnus-inews-do-gcc): Update the number of unread articles of groups
2551         that messages are Gcc'd to.
2552
2553         * message.el (message-resend): Run message-sent-hook to do Gcc.
2554
2555 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2556
2557         * lpath.el: Fix an XEmacs compilation warning.
2558
2559         * gnus-compat.el: Require `help-fns' to fix compilation error.
2560
2561         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2562         a higher level to silence compilation.
2563
2564         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2565         parameter to allow controlling the scaling.
2566
2567         * shr.el (shr-zoom-image): New command and keystroke.
2568         (shr-put-image): Take a `size' flag to say how to scale the image.
2569
2570         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2571         deletion unless already defined.
2572
2573         * gnus.el (gnus-compat): Require it.
2574
2575         * gnus-compat.el: New file.
2576
2577         * gnus-start.el (gnus-clean-old-newsrc): New function.
2578         (gnus-read-newsrc-file): Use it.
2579
2580         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2581         Use recursive deletion.
2582         (mm-dissect-archive): Add support for zip files.
2583
2584         * gnus-util.el (gnus-recursive-directory-files): New function.
2585
2586         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2587         (mm-archive-decoders): Add tgz support.
2588
2589         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2590         Otherwise inserting text into the Gnus buffer can look odd.
2591
2592         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2593
2594         * mm-archive.el (mm-archive-decoders): Add support for tar.
2595
2596         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2597
2598         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2599
2600 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2601
2602         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2603
2604         * mm-archive.el: New file.
2605
2606         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2607
2608         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2609
2610         * message.el (message-goto-*): Make all the `message-goto-*' commands
2611         push the mark before moving point.  This makes it easier to go back to
2612         where you came from after editing whatever you jumped to.
2613
2614 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2615
2616         * gnus.el: Ma Gnus v0.1 is released.
2617
2618 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2619
2620         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2621         without reconnecting.
2622         (nnimap-possibly-change-group): Ditto.
2623         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2624         connection has died before being called.
2625
2626 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2627
2628         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2629         an initial sync unless we're really doing one.
2630
2631         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2632         address parameter if one already exists (bug#9676).
2633
2634         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2635         not the prefix, as documented (bug#10689).
2636
2637 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2638
2639         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2640         the "server".
2641
2642         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2643         the real error message with the useless "previously known to be down".
2644         Which isn't even correct.
2645
2646         * nntp.el (nntp-open-connection): Report the error message if the nntp
2647         server can't be reached.
2648
2649         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2650         groups we do a total scan for.
2651         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2652         doing that.
2653
2654 2012-01-31  Jim Meyering  <jim@meyering.net>
2655
2656         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2657         Correct a comment (insert "not") and hide nominally-doubled "to".
2658
2659 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2660
2661         * gnus.el (gnus-version): Change name to "Ma Gnus".
2662
2663 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2664
2665         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2666         section in the manual.
2667
2668 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2669
2670         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2671         words.
2672         (rfc2047-encode-string): Ditto.
2673         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2674         understand folded filename="..." parameters, for instance.
2675
2676         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2677         the message for greater debuggability.
2678
2679 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2680
2681         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2682         instead of setting it locally, since the latter doesn't seem to have
2683         any effect (most of the time).
2684
2685 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2686
2687         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2688         function call.
2689
2690 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2691
2692         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2693         seconds, and make the repeat clause with HH:MM specs work as
2694         documented.
2695
2696 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2697
2698         * proto-stream.el (proto-stream-capability-open): Fall back on
2699         :end-of-command if :end-of-capability doesn't exist.
2700
2701 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2704         bound globally in old Emacsen and XEmacsen.
2705
2706 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2709         so that previous errors don't prohibit getting new news.
2710
2711         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2712
2713         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2714
2715 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2716
2717         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2718         buffer, not of the string which is its name.
2719
2720 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2721
2722         * proto-stream.el (proto-stream-capability-open): Wait for
2723         :end-of-capability, not :end-of-command.
2724
2725         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2726         non-server-marks groups.
2727         (gnus-group-make-articles-read): Ditto.
2728
2729         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2730         methods (bug#9676).
2731
2732         * gnus.el (gnus-method-ephemeral-p): New function.
2733
2734 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2737         left-to-right.
2738
2739 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2742         warning.
2743
2744 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2745
2746         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2747         macroexpand the nnir things, since they haven't been defined yet, and
2748         nnir requires gnus-sum.
2749
2750 2012-01-24  Julien Danjou  <julien@danjou.info>
2751
2752         * color.el (color-rgb-to-hsl): Fix value computing.
2753         (color-hue-to-rgb): New function.
2754         (color-hsl-to-rgb): New function.
2755         (color-clamp, color-saturate-hsl, color-saturate-name)
2756         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2757         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2758
2759 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2762
2763 2012-01-19  Julien Danjou  <julien@danjou.info>
2764
2765         * color.el (color-name-to-rgb): Use the white color to find the max
2766         color component value and return correctly computed values.
2767         (color-name-to-rgb): Add missing float conversion for max value.
2768
2769 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2770
2771         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2772         logical server name in addition to the actual machine address.
2773
2774         * auth-source.el (auth-source-user-and-password): Add convenience
2775         wrapper to search by just host and optionally user.
2776
2777 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2780         after rendering.
2781
2782 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2783
2784         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2785         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2786         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2787
2788 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2791         (bug#9693).
2792         (gnus-summary-setup-buffer): Document return value (bug#9697).
2793
2794         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2795         since ido doesn't work on symbols (bug#9632).
2796
2797         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2798         when getting a single value as when getting all the values.  This means
2799         that atoms like `gcc-self' work cumulatively, like variable settings,
2800         instead of getting the value from the last matching clause.
2801         (gnus-group-find-parameter): Protect against the group buffer not
2802         existing (bug#9585).
2803
2804 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-start.el (gnus-activate-group): Document more parameters
2807         (bug#9694).
2808
2809         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2810         (bug#9692).
2811
2812         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2813         article was fetched, so that it can be expired later (bug#9958).
2814         (gnus-agent-summary-fetch-series): Add doc string.
2815         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2816         (bug#9517).
2817
2818         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2819         retrieval is happening.
2820
2821         * gnus.el (gnus-parameters): Doc fix.
2822
2823 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2824
2825         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2826         show the thread after expansion.
2827
2828 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * gnus-art.el (article-narrow-to-head): If the head is completely
2831         empty, narrow to the empty region (bug#9764).
2832
2833         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2834         read, and then mark them as unread only when the unread mark is used.
2835         This makes `C-- T k' actually work, even though it's confusing.
2836
2837         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2838         alive before we try to find its window.
2839
2840 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2841
2842         * mm-decode.el (mm-display-external): Use a longer timeout for the
2843         deletion to allow slow programs to display the file.
2844
2845 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2848         prompt to be less confusing.
2849
2850         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2851         argument to `message-reply'.  This broke `special-display-*' frame
2852         pop-uping (bug#10238).
2853
2854 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2857         systems, since these allegedly don't work there.
2858
2859 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2860
2861         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2862         live buffer.
2863
2864 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * nnir.el (nnir-retrieve-headers): Protect against the article not
2867         existing on the server (bug#10335).
2868
2869 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2870
2871         * gnus-agent.el (gnus-agent-load-local): Recompute
2872         gnus-agent-article-local on changing method.
2873
2874 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * gnus.el (gnus-parameters): Note precedence.
2877
2878 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2879
2880         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2881         in the group buffer.
2882
2883 2012-01-04  Julien Danjou  <julien@danjou.info>
2884
2885         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2886         change.
2887
2888 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2891         too.
2892
2893         * nntp.el (nntp-retrieve-group-data-early): Use it.
2894
2895 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * nntp.el (nntp-retrieval-in-progress): New variable.
2898         (nntp-make-process-buffer): Make it buffer-local.
2899
2900         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2901         2010.
2902         (gnus-demon-init): Use it to compute the time if time is on the form
2903         "04:23".
2904
2905         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2906
2907         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2908         status in the correct buffer.
2909
2910 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2911
2912         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2913         when opening topics (bug#10407).
2914
2915 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2916
2917         * gnus-cus.el (gnus-score-customize):
2918         * gnus-sum.el (gnus-sort-gathered-threads):
2919         * message.el (message-shorten-references):
2920         * nnmairix.el (nnmairix-request-group):
2921         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2922
2923 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2924
2925         * gnus-agent.el (gnus-agent-regenerate-group):
2926         * gnus-int.el (gnus-retrieve-group-data-early):
2927         * mm-util.el (mm-codepage-ibm-list):
2928         * nndiary.el (Commentary, nndiary-get-new-mail):
2929         * nnir.el (nnir):
2930         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2931
2932 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * mm-view.el (mm-display-inline-fontify): Add comment.
2935
2936 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2937
2938         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2939         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2940
2941 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2942
2943         * gnus-art.el (gnus-split-methods):
2944         * gnus-msg.el (gnus-configure-posting-styles):
2945         * gnus-spec.el (gnus-parse-simple-format):
2946         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2947         * message.el (message-do-actions): Spelling fix.
2948
2949 2011-12-15  Juri Linkov  <juri@jurta.org>
2950
2951         * mm-decode.el (mm-inline-media-tests): Add missing
2952         `mm-handle-media-subtype'.
2953
2954 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2955
2956         * gnus-group.el (gnus-group-tool-bar):
2957         * gnus-sum.el (gnus-summary-tool-bar):
2958         * message.el (message-tool-bar):
2959         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2960
2961 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2962
2963         * plstore.el (plstore--insert-buffer): Spelling fix.
2964
2965 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2966
2967         * message.el (message-valid-fqdn-regexp): Update with newly approved
2968         top-level domain names ".tel" and ".asia".
2969
2970 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2973         unconditionally.
2974
2975 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2978         pop-to-buffer-same-window for old Emacsen.
2979
2980 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2981
2982         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2983
2984 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2985
2986         * netrc.el (netrc-credentials): Spelling fix.
2987
2988 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2989
2990         * gnus-fun.el (gnus-fun-ppm-change-string):
2991         * gnus-msg.el (gnus-inews-do-gcc):
2992         * gnus-sum.el (gnus-summary-find-for-reselect):
2993         * gnus.el (gnus-summary-cancelled):
2994         * message.el (message-cancel-hook, message-send-news):
2995         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2996         * nnir.el (nnir-run-hyrex):
2997         * nntp.el (nntp-with-open-group-function):
2998         * pgg.el (pgg-pending-timers): Spelling fix.
2999
3000 2011-12-04  Chong Yidong  <cyd@gnu.org>
3001
3002         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3003         change (Bug#10200).
3004
3005 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * compface.el (uncompface):
3008         * gnus-art.el (gnus-article-x-face-command): Update the header format
3009         of icon data for the most recent icontopbm program.
3010
3011 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * gnus-msg.el (gnus-inews-do-gcc):
3014         * message.el (message-send-mail):
3015         * mml.el (mml-generate-mime): Share the value of the buffer-local
3016         `message-options' variable between a draft buffer and temprary working
3017         buffers.
3018
3019 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3020
3021         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3022
3023 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3026         for Cygwin.
3027
3028 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3029
3030         * gnus-group.el (gnus-group-prepare-flat):
3031         * mm-bodies.el (mm-encode-body):
3032         * mml.el (mml-preview):
3033         * nnml.el (nnml-request-compact-group):
3034         * pop3.el (pop3-stream-type): Spelling fix.
3035
3036 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3037
3038         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3039
3040 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3041
3042         * color.el (color-rgb-to-hsl):
3043         * gmm-utils.el (gmm-tool-bar-style):
3044         * gnus-group.el (gnus-group-prepare-flat):
3045         * gnus-topic.el (gnus-topic-prepare-topic):
3046         * mm-decode.el (mm-discouraged-alternatives):
3047         * rfc2047.el (rfc2047-encode-1):
3048         * starttls.el: Spelling fix.
3049
3050 2011-11-24  Glenn Morris  <rgm@gnu.org>
3051
3052         * binhex.el (binhex-begin-line): Give it basic doc-string.
3053
3054         * starttls.el, tls.el: Fix case of "GnuTLS".
3055
3056 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3057
3058         * gnus-group.el (gnus-group-highlight): Fix typo.
3059
3060 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3061
3062         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3063         value of `delete-file', that returns nil for a local file but returns t
3064         for a remote file using ssh.
3065
3066 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3067
3068         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3069
3070 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3073         avoid later breakage.
3074
3075 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3078         article buffers' name.
3079
3080 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3083         by Paul Eggert's spellfixes two days ago.
3084
3085 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3088         doesn't have it.
3089
3090         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3091         buffer-local instead of binding them to avoid warnings.  Also demote
3092         errors (bug#10063).
3093         (font-lock-mode-hook): Shut up byte compiler.
3094
3095 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3096
3097         * mm-util.el (mm-charset-after):
3098         * nnir.el (nnir-run-hyrex):
3099         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3100         (ntlm-get-password-hashes, ntlm-md4hash):
3101         * smime.el: Fix typo.
3102
3103 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3104
3105         * gnus-agent.el (gnus-agent-expire-group-1):
3106         * nndiary.el (nndiary-last-occurence):
3107         * nnimap.el (nnimap-request-set-mark):
3108         * nnmairix.el (nnmairix-only-use-registry):
3109         * gnus-group.el (gnus-group-prepare-flat):
3110         * gnus-sum.el (gnus-decode-encoded-word-methods):
3111         * message.el (message-wash-subject):
3112         * nntp.el (nntp-retrieve-headers-with-xover):
3113         * smime.el (smime-certificate-directory): Spelling fix.
3114
3115 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3116
3117         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3118
3119         * color.el:
3120         * gnus-agent.el (gnus-agent-possibly-alter-active):
3121         * gnus-dired.el (gnus-dired-print):
3122         * mail-parse.el:
3123         * nnmairix.el (nnmairix-request-group):
3124         * shr.el (shr-image-displayer):
3125         * sieve-manage.el:
3126         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3127
3128 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3129
3130         * gnus-sum.el (gnus-auto-select-subject):
3131         * spam-report.el (spam-report-resend): Spelling fix.
3132
3133 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3134
3135         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3136         * gnus-art.el (gnus-default-article-saver):
3137         * gnus-srvr.el (gnus-server-copy-server):
3138         * gnus.el (gnus-sloppily-equal-method-parameters):
3139         * html2text.el (html2text-format-tag-list):
3140         * message.el (message-narrow-to-head):
3141         * nndiary.el:
3142         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3143         * sieve.el: Spelling fix.
3144
3145 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3146
3147         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3148         * gnus-sum.el (gnus-summary-make-menu-bar):
3149         * gnus-uu.el (gnus-uu-decode-postscript)
3150         (gnus-uu-decode-postscript-and-save):
3151         * mailcap.el (mailcap-print-command):
3152         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3153         Fix typos.
3154
3155 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3156
3157         * gnus-art.el (gnus-article-part-wrapper):
3158         * html2text.el (html2text-fix-paragraphs):
3159         * mm-decode.el (mm-image-fit-p):
3160         * rfc2047.el (rfc2047-encode-message-header):
3161         * shr-color.el (shr-color-visible-distance-min)
3162         (shr-color-relative-to-absolute, set-minimum-interval)
3163         (shr-color-visible): Fix typos.
3164
3165 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3166
3167         * gmm-utils.el (gmm-tool-bar-item):
3168         * gnus-art.el (gnus-treat-body-boundary):
3169         * gnus-diary.el (gnus-user-format-function-d):
3170         * gnus-start.el (gnus-get-unread-articles):
3171         * pgg-gpg.el (pgg-gpg-update-agent):
3172         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3173
3174 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3175
3176         * gnus-topic.el (gnus-group-prepare-topics):
3177         * gnus-uu.el (gnus-extract-view):
3178         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3179
3180 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * spam.el: Move BBDB autoloads.
3183         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3184         BBDB 2 and 3.
3185         (spam-check-BBDB): Use it.
3186         (spam-enter-ham-BBDB): Use it.
3187
3188 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3189
3190         * smime.el (smime-draw-buffer): Spelling fix.
3191
3192 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3193
3194         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3195         for scanning exactly one level.
3196         * gnus-start.el (gnus-get-unread-articles): Ditto.
3197
3198 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3201         slightly clearer.
3202
3203 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3204
3205         * gnus-sync.el: More commentary about setup.
3206
3207 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * message.el (message-send-and-exit): Document `arg'.
3210
3211 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3212
3213         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3214
3215 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3218
3219         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3220         we don't use `bound-and-true-p'.
3221
3222 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3223
3224         * gnus-util.el (gnus-bound-and-true-p): Remove.
3225         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3226         * nnir.el: Use it.
3227         * nnmairix.el: Use it.
3228
3229 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3230
3231         * gnus-sync.el: Improve docs about CouchDB admins.
3232
3233         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3234         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3235         for reasons unknown.
3236         * nnir.el: Use it.
3237         * nnmairix.el: Use it.
3238
3239         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3240         * nnir.el: Ditto.
3241         * nnmairix.el: Ditto.
3242
3243         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3244
3245 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3246
3247         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3248         not needed.  Provide xmlplistread list function to produce XML plist
3249         output for non-Gnus LeSync clients.
3250
3251 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3252
3253         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3254
3255         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3256         and save against it.  Group subscriptions, read marks, other marks,
3257         subscription levels, topic names, and topic offsets (the group's
3258         position within the topic) are saved.  This is an experimental backend
3259         and may change significantly.  Load json.el from the gnus-fallback-lib
3260         if it's not available otherwise.
3261         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3262
3263 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3264
3265         * message.el (message-completion-function): Make sure
3266         message-tab-body-function is not attempted if one of
3267         message-completion-alist fails to find a completion (bug#9158).
3268
3269 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3270
3271         * mml.el (mml-quote-region): Quote <#secure> tag.
3272         (mml-generate-mime-1): Unquote <#secure> tag.
3273
3274 2011-10-20  Chong Yidong  <cyd@gnu.org>
3275
3276         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3277         calling a minor mode from Lisp with nil arg enables it, so we have to
3278         make the wording a bit ambiguous here).
3279
3280 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3283         * nnir.el (nnir-mode): Use it.
3284         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3285         Use it.
3286
3287         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3288         * nnmairix.el (gnus-registry-enabled): Ditto.
3289
3290 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3291
3292         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3293         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3294         only while we need to find out if it should be t or nil.
3295         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3296         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3297         the registry is installed.  Set it to nil when it's unloaded.
3298         (gnus-registry-install-p): Provide user guidance for the initial value
3299         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3300         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3301         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3302         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3303         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3304         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3305         `gnus-registry-install'.
3306
3307 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3308
3309         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3310         previous change.
3311         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3312         primary key is marked as disabled.
3313
3314 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3315
3316         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3317         primary key is marked as disabled.
3318
3319 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3320
3321         * html2text.el (html2text-clean-anchor): Check for quotes around
3322         `href' value.
3323
3324 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3327         searching.  Drop `bbdb-cache'.
3328
3329 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * message.el (message-signed-or-encrypted-p): Exclude header when
3332         checking if there is signed or encrypted body in text/plain message.
3333
3334 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3335
3336         * html2text.el (html2text-get-attr): Correctly handle attribute values
3337         containing "=".
3338
3339 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3340
3341         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3342         handle bindings.
3343
3344 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345
3346         * gnus-win.el (gnus-configure-windows): Protect against reading
3347         ephemeral groups outside of Gnus.
3348
3349 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * shr.el (shr-tag-img): Don't get images displayed in tables.
3352
3353 2011-10-03  Glenn Morris  <rgm@gnu.org>
3354
3355         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3356         the "maintainer" version of debbugs.gnu.org reports.
3357
3358 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3361         make asynchronous adjacent image insertion work better.
3362
3363 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3364
3365         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3366         documentation.
3367
3368 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3371         `gnus-asynchronous' isn't shadowed.
3372
3373 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3376
3377         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3378         (nnimap-insert-partial-structure): The charset parameter isn't
3379         case-sensitive.
3380
3381         * nnheader.el (nnheader-message-maybe): New function.
3382
3383         * shr.el (shr-tag-table): Render totally broken tables better.
3384
3385         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3386         computing the boundary.
3387
3388 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389
3390         * pop3.el (pop3-number-of-responses): Remove.
3391         (pop3-wait-for-messages): Rewrite to take linear time instead of
3392         exponential time.
3393
3394 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3397         re-fetch images.
3398
3399         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3400         re-fetch images when hitting `g' in Gnus.
3401
3402 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3405         (mml-compute-boundary): Don't check collision if it is non-nil.
3406         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3407         before checking collision.
3408
3409 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * message.el (message-indent-citation): Really make sure there's a
3412         newline at the end.
3413
3414         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3415         Fix suggested by John Wiegley.
3416
3417         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3418
3419         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3420
3421         * message.el (message-default-send-rename-function): Break out into its
3422         own function.
3423
3424         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3425         doesn't work under XEmacs.
3426
3427         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3428         of "imaps" to word around Windows problems.
3429         (nnimap-open-connection-1): Use it.
3430
3431         * message.el (message-indent-citation): Revert last change which made
3432         `F' not work.
3433
3434 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3435
3436         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3437         terminal as well.
3438
3439 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3442         because it displays images using overlays that aren't easy to copy to
3443         the article buffer.
3444
3445 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3446
3447         * message.el (message-indent-citation): Fix empty line removal at the
3448         end of the citation.
3449
3450 2011-09-20  Julien Danjou  <julien@danjou.info>
3451
3452         * auth-source.el (auth-source-netrc-create): Use default value for
3453         password if specified.  Evaluate default.
3454         (auth-source-plstore-create): Ditto.
3455         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3456         value evaluation.
3457         (auth-source-netrc-create): Typo fix.
3458         (auth-source-plstore-create): Ditto.
3459
3460         * password-cache.el (password-cache-remove): Remove entries even if the
3461         value is nil, so that password with a nil value (negative caching) is
3462         possible to invalidate.
3463
3464         * auth-source.el (auth-source-format-cache-entry): New function.
3465
3466 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3469
3470 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3473
3474 2011-09-19  Julien Danjou  <julien@danjou.info>
3475
3476         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3477         which work with things that are not ASCII.
3478
3479 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3482
3483 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3486         message level.
3487
3488 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3491
3492 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493
3494         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3495
3496 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3497
3498         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3499         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3500
3501 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3502
3503         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3504         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3505         articles.
3506
3507 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3508
3509         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3510         (message-mail-other-window, message-mail-other-frame)
3511         (message-news-other-window, message-news-other-frame):
3512         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3513         instead of setting buffer display varibles.
3514
3515 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3518
3519         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3520
3521 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3524         duplicates" to a higher level.
3525
3526         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3527         most egregious messages.
3528
3529 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3532
3533 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3534
3535         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3536         up the file (bug#9351).
3537
3538 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3541         it does with all other backends, but decode the names immediately after
3542         getting them.
3543
3544         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3545         decoding nnimap groups.
3546
3547         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3548         newsrc file.  It doesn't seem like an important optimization any more.
3549
3550 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3551
3552         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3553         overflows.
3554
3555 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3558         (gnus-interactive-exit): Extend to `quiet'.
3559
3560         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3561
3562         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3563         string.
3564
3565         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3566         renaming function arguments from `this'.
3567
3568         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3569
3570         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3571         has been renamed.
3572         (gnus-lrm-string-p): Include RLM and PDF, too.
3573
3574         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3575         (bug#9225).
3576
3577 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3578
3579         Add autoload cookies for functions used by sendmail.el.
3580         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3581
3582         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3583
3584 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * gnus-art.el (article-date-ut): Work properly even when there are
3587         things like Date header in the body; work for forwarded parts.
3588
3589 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3590
3591         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3592         original-article-buffer.
3593
3594 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3595
3596         * nnir.el (nnir-compose-result): Fix matching of server type.
3597         (nnir-run-swish++): Ditto.
3598         (nnir-run-namazu): Ditto.
3599         (nnir-run-notmuch): Ditto.
3600
3601 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3604         (bug#9405).
3605
3606         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3607         (bug#9421).
3608
3609         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3610         (bug#9425).
3611
3612         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3613         thing (bug#9426).
3614
3615 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3618         the error message.
3619
3620 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3621
3622         * message.el (message-setup-1): Return t (Bug#9392).
3623
3624 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3625
3626         * gnus-sum.el: When adding article headers to a summary buffer also
3627         update gnus-newsgroup-articles (bug#9386).
3628
3629 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * auth-source.el: Autoload help-mode.
3632
3633 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3636         names.
3637
3638 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3639
3640         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3641         mm-replace-in-string for compatibility issues.
3642         * mml2015.el (mml2015-epg-verify): Ditto.
3643
3644 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3647
3648         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3649
3650 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3653         continue on and do the clean-up phase (bug#9188).
3654
3655         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3656         just ignore groups that can't be opened instead of erroring out
3657         (bug#9225).
3658
3659         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3660         nil since some many people are fuddy-duddies.
3661
3662         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3663         images.
3664
3665         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3666         instead.
3667
3668         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3669
3670         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3671
3672         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3673         processing.
3674
3675         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3676         buffer to avoid warnings.
3677
3678 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3679
3680         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3681         specified to reduce precision.
3682
3683 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3684
3685         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3686         bodystructures (bug#9314).
3687
3688 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3691         Make button keymap non-sticky after buttons.
3692
3693 2011-08-18  David Engster  <dengste@eml.cc>
3694
3695         * nnmairix.el (nnmairix-request-set-mark)
3696         (nnmairix-goto-original-article): Remove adding of article to registry,
3697         since `gnus-registry-add-group' isn't available anymore.
3698         (nnmairix-determine-original-group-from-registry):
3699         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3700         available anymore.
3701
3702 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3703
3704         * starttls.el (starttls-any-program-available): Define as obsolete
3705         function.
3706
3707 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3710         versions which Gnus use when appropriate.
3711
3712         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3713         a pretty destructive command.
3714
3715         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3716
3717 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * message.el (message-fix-before-sending): Make a different warning
3720         about NUL characters (bug#9270).
3721
3722         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3723         from custom (bug#9260).
3724
3725         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3726         things work in Emacs 22 and XEmacs, too.
3727
3728         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3729         default From.
3730
3731         * gnus-spec.el (gnus-lrm-string-p): New macro.
3732         (gnus-lrm-string): New constant.
3733         (gnus-summary-line-format-spec): LRM-ify the from.
3734         (gnus-tilde-max-form): LRM-ify string chopping.
3735
3736         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3737
3738         * message.el (message-is-yours-p): Allow disabling canlock checking
3739         (bug#9295).
3740         (message-shoot-gnksa-feet): Add `canlock-verify'.
3741         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3742         message directory isn't writable (bug#9304).
3743
3744         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3745         non-world-readable.
3746
3747 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3750         articles.
3751
3752 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3753
3754         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3755         copy-list.
3756
3757 2011-08-12  Sam Steingold  <sds@gnu.org>
3758
3759         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3760         in the reverse order to avoid modifying the cache with `nreverse'.
3761         (gnus-all-score-files): Do not modify the value returned by
3762         `gnus-score-find-alist' because it lives in a cache variable.
3763         (gnus-current-home-score-file): No need to `nreverse' the return value
3764         of `gnus-score-find-alist', it is already in the correct order.
3765
3766 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3767
3768         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3769         type MESSAGE and subtype RFC822 is slightly different from those of
3770         type TEXT.
3771
3772 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3773
3774         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3775         This allows article-referral to work from an nnir group.
3776
3777 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3778
3779         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3780
3781 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3782
3783         * mml1991.el (mml1991-epg-find-usable-key)
3784         (mml1991-epg-find-usable-secret-key): New function.
3785         (mml1991-epg-sign): Check if signing key is usable.
3786         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3787
3788 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3789
3790         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3791         server-variables only.  This should fix a bug introduced with commit
3792         e1889675b7f4adf057833c5513c9374134c4e053.
3793         (nnir-run-query): 'nnir-search-engine should not be set from the global
3794         environment.
3795
3796 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3797
3798         * nnir.el (nnir-search-thread): Position point on referring article
3799         line.
3800         (nnir-warp-to-article): Clean up summary buffers.
3801
3802         * nnimap.el (nnimap-request-thread): Whitespace fix.
3803
3804 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3805
3806         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3807
3808 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * starttls.el (starttls-available-p): Rename from
3811         `starttls-any-program-available' and changed return convention.
3812
3813 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3814
3815         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3816         `unix-sync' unless it's defined.
3817
3818 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3819
3820         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3821         `aref' for XEmacs compatibiltiy.
3822
3823 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3826
3827 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3828
3829         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3830         closures, quote the form properly (bug#9194).
3831
3832 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3835         (gnus-summary-insert-new-articles): Protect against servers that are
3836         down.
3837
3838 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3839
3840         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3841         in mm handle if none is specified.
3842
3843 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3844
3845         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3846
3847 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3848
3849         * nnir.el (nnir-search-thread): New function to make an nnir group
3850         based on a thread query.
3851
3852         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3853         of nnir in thread referral.
3854         (gnus-summary-refer-thread): Use it.
3855
3856         * nnimap.el (nnimap-request-thread): Use it.
3857
3858 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * shr.el (shr-tag-comment): Ignore HTML comments.
3861
3862 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3863
3864         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3865         argument.
3866         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3867         Use `nnir-address' to handle server info rather than passing an arg.
3868
3869         * nnimap.el (nnimap-make-thread-query): New utility function to format
3870         an imap thread search query.
3871         (nnimap-request-thread): Use it.
3872
3873         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3874         right select-method if we are not going back to the group buffer.
3875
3876 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3879         enter invalid buffer configurations into the quit form (bug#9107).
3880         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3881         unplugged/plugged.
3882
3883         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3884         keep track of which ones are unread (bug#9061).
3885
3886         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3887         (bug#9055).
3888
3889         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3890         (bug#9041).
3891
3892         * gnus-html.el (mm-util): Require (bug#9073).
3893
3894         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3895         (gnus-summary-refer-thread): Use it to remove duplicates in the
3896         un-threaded view (bug#9053).
3897         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3898
3899 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3900
3901         * nnir.el (nnir-read-server-parm): Use default value from global
3902         variable.  Without this the default search engine parameters aren't
3903         used at all.
3904
3905 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * message.el (message-unique-id): Don't use the undocumented return
3908         value from (random t) (bug#9118).
3909
3910 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * message.el (message-auto-save-directory): If the ~/Mail directory
3913         doesn't exist, use ~ as the auto-save directory (bug#4432).
3914
3915         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3916         hasn't already been started.
3917
3918 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3921
3922         * message.el (message-reply): Work around mysterious bug where
3923         `message-mode' seems to overwrite the locally bound `subject' variable.
3924
3925 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3926
3927         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3928         correct group.
3929
3930         * gnus-int.el (gnus-request-thread): Add group argument.
3931
3932         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3933
3934 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3937
3938         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3939         renamed to `debbugs-gnu-*'.
3940
3941 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3942
3943         * plstore.el: Revert the editing feature since it is not urgent.
3944         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3945         (plstore-mode-decoded): Remove.
3946
3947 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3950         isn't very interesting any more, and it leaks potentially secret data.
3951         (gnus-debug): Remove.
3952
3953         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3954         use of :custom-show.
3955
3956 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3957
3958         * plstore.el: Add documentation.
3959         (plstore-mode): New mode to edit plstore file.
3960         (plstore-mode-toggle-display, plstore-mode-original)
3961         (plstore-mode-decoded): New command.
3962         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3963         (plstore--insert-buffer, plstore--make): New function.
3964         (plstore-open, plstore-save): Simplify by using them.
3965
3966 2011-07-06  Glenn Morris  <rgm@gnu.org>
3967
3968         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3969
3970 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3973         no longer is much used.
3974         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3975         Articles".
3976
3977 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3978
3979         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3980         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3981         `notmuch' backend.
3982
3983 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * mm-decode.el (mm-text-html-renderer): Doc fix.
3986
3987         * gnus-msg.el (gnus-bug): Fix the MML tag.
3988
3989         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3990
3991 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3992
3993         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3994         secondary methods if started with `gnus-no-server'.
3995
3996 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3997
3998         * message.el (message-return-action): Fix typo in docstring.
3999
4000 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4003         bug reports at once.
4004
4005         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4006
4007 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * nndraft.el: Require gnus-group.
4010         (nndraft-request-list): Declare.
4011
4012         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4013         no unread article unless it matches gnus-permanently-visible-groups.
4014
4015         * nndraft.el (nndraft-update-unread-articles): New function.
4016         (nndraft-request-associate-buffer): Use it to update the number of
4017         unread articles for the nndraft groups in the group buffer when saving
4018         or killing a draft message.
4019
4020 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4023         systems to binary before writing and reading the mbox files.
4024
4025         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4026         instead of trying to list them all (bug#8978).
4027
4028 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4029
4030         * pop3.el (pop3-open-server): Use :end-of-capability.
4031
4032 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4035         the id is always a number.
4036
4037         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4038
4039         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4040         debbugs mode, if possible.
4041
4042 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4043
4044         * auth-source.el (auth-source-token-passphrase-callback-function):
4045         Reindent.
4046         (epg-context-operation): Remove unnecessary autoload.
4047
4048 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * gnus.el (gnus-list-debbugs): New command.
4051
4052         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4053         mboxstat instead of the maintbox, since the stat seems to be fuller.
4054
4055         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4056         summary buffers.
4057
4058         * message.el (message-get-reply-headers): Delete all duplicates,
4059         instead of the first.
4060         (message-get-reply-headers): Ensure that we have progress while
4061         deleting duplicates.
4062
4063         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4064         gnus-posting-style value from the summary buffer to make it easier to
4065         make that a per-buffer conf.
4066
4067 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4068
4069         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4070         found by setting `shortcut' in 'query.
4071         (nnir-request-article): Use `shortcut' setting when requesting article
4072         by Message-ID.
4073
4074 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4075
4076         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4077         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4078         Bring the pseudo-headers back too.
4079
4080 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4081
4082         * auth-source.el (auth-source-token-passphrase-callback-function):
4083         Simplify and remove EPA dependency.
4084
4085 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4086
4087         * nnir.el (nnir-request-article): Fix error message text.
4088
4089 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4090
4091         * auth-source.el (plstore-delete): Autoload.
4092         (auth-source-plstore-search): Support delete operation.
4093         * plstore.el (plstore-delete): New function.
4094
4095 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4098         mark actually existing articles as unread rather than the ones that
4099         active asserts.
4100
4101 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4102
4103         * nntp.el (nntp-record-command):
4104         * gnus-util.el (gnus-message-with-timestamp-1):
4105         Use format-time-string rather than decoding time stamps by hand.
4106         This is simpler and insulates the code from potential changes to
4107         current-time format.
4108
4109 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4112
4113 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4114
4115         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4116         (plstore-save): Support public key encryption.
4117         (plstore--init-from-buffer): New function.
4118         (plstore-open): Use it; fix error when opening a non-existent file.
4119         (plstore-revert): Use plstore--init-from-buffer.
4120
4121 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4122
4123         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4124
4125 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4128         for old Emacsen.
4129
4130 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4131
4132         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4133         is not fully working.
4134
4135 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * dgnushack.el: Autoload sha1 on XEmacs.
4138
4139         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4140         quit window configuration.
4141
4142         * auth-source.el (epg-context-set-passphrase-callback):
4143         Remove duplicate autoload.
4144
4145 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4146
4147         * nnir.el (nnir-request-article): Allow requesting articles by
4148         Message-ID with nnimap.
4149
4150         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4151         current server.
4152
4153 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4154
4155         * auth-source.el: Autoload EPA/EPG functions.
4156         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4157         changed when EPA/EPG is not available.
4158         (auth-source-backend): Rename "arg" member to "data".
4159         (auth-source-backend-parse, auth-source-plstore-search)
4160         (auth-source-plstore-create): Use it.
4161
4162 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4163
4164         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4165         `gnus-refer-article-methods'.
4166
4167 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4168
4169         * auth-source.el: Require EPA and EPG.
4170         (auth-source-passphrase-alist): New variable.
4171         (auth-source-passphrase-callback-function)
4172         (auth-source-token-passphrase-callback-function): Callbacks for the
4173         netrc field encryption (GPG tokens).
4174         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4175         Symmetric encryption and decryption of the netrc GPG tokens.
4176         (auth-source-netrc-normalize): Use them, simplifying the closure.
4177
4178 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4181         is available.
4182
4183 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4186         non-nil, and `nnimap-split-methods' is nil, use the former.
4187
4188 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4189
4190         * plstore.el (plstore-revert): New function.
4191         (plstore-open): Use it; hide the buffer from user.
4192
4193 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4194
4195         * auth-source.el (auth-source-backend): New member "arg".
4196         (auth-source-backend-parse): Handle new backend 'plstore.
4197         * plstore.el: New file.
4198
4199 2011-06-30  Glenn Morris  <rgm@gnu.org>
4200
4201         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4202
4203 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204
4205         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4206         expiring articles to.
4207
4208         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4209         variations as ASCII (bug#5458).
4210
4211 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4214
4215 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216
4217         * message.el (message-point-in-header-p): Tweak the function to default
4218         to saying that we're not in the headers if there is no separator at
4219         all.  This makes it possible to use the Message version of `M-q' in
4220         buffers with no headers (bug#7987).
4221         (message-point-in-header-p): Fix last checkin to work with an empty
4222         mail-header-separator, too.
4223
4224         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4225         again, save the choice via customize.
4226
4227 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4230
4231         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4232         ended the connection, bail out before waiting infinitely on a new
4233         connection.
4234
4235 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4238         reports.
4239
4240         * gnus.el (gnus-bug-package): Use "gnus."
4241         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4242
4243 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * dgnushack.el: Make the timer warning go away on XEmacs.
4246
4247         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4248         animations going on at article exit time.
4249
4250         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4251         since removing it breaks people upgrading.
4252
4253         * shr.el (shr-put-image): Use the new interface for animating images.
4254         (shr-put-image): Animate for 60 seconds.
4255
4256         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4257         avoid compiler warnings.
4258
4259         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4260         error with `find-file-hooks' on Emacs 22.
4261         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4262         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4263         on all architectures.
4264
4265         * spam.el (spam-stat): Require in a normal fashion without binding
4266         `spam-stat-install-hooks' to avoid compilation warnings.
4267
4268         * spam-stat.el (spam-stat-install-hooks): Remove.
4269         (spam-stat-install-hooks): Don't run automatically.
4270
4271 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4272
4273         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4274         and keystroke.
4275
4276 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * auth-source.el (auth-source-netrc-cache): Move forward.
4279
4280 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * proto-stream.el (proto-stream-open-starttls): Use
4283         `gnutls-available-p' to see whether we have built-in support.
4284
4285         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4286         we already know.
4287         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4288         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4289
4290 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4293         %S format, since that looks odd.
4294         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4295         file, especially when saving.
4296
4297 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4298
4299         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4300         article found.
4301
4302 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4305         `auth-source-save-secrets' with a more sensitive alist that can be
4306         configured per file.  Experimental, so defaults to 'never.
4307         (auth-source-netrc-create): Use it.  Still experimental code.
4308         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4309         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4310
4311 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4312
4313         * auth-source.el (auth-source-save-secrets): New variable to control if
4314         secret tokens should be saved encrypted.
4315         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4316         to `auth-source-netrc-normalize'.
4317         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4318         on the EPA variables being defined.
4319         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4320         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4321         the lexical-let closure.
4322         (auth-source-netrc-create): Create "gpg:" tokens according to
4323         `auth-source-save-secrets'.
4324
4325 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-group.el (gnus-group-update-group): Add new argument
4328         `info-unchanged' that stops updating dribble buffer.
4329
4330         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4331         deletes lines matching to it in dribble buffer.
4332
4333         * gnus-agent.el (gnus-agent-fetch-group-1):
4334         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4335         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4336         * gnus-start.el (gnus-group-change-level):
4337         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4338
4339         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4340         if newsgroup info is not changed.
4341
4342         * gnus-group.el (gnus-group-get-new-news-this-group):
4343         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4344         Don't update dribble buffer.
4345
4346 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4349         remove entries with groups we ignore.
4350
4351 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4354         the underline comes at the bottom.
4355
4356 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4359         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4360         (gnus-registry-article-marks-to-names): Rename from
4361         `gnus-registry-user-format-function-M2'.
4362
4363 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4366         ephemeral group.
4367
4368 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * shr.el (shr-browse-image): Copy the URL if called interactively.
4371
4372 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4375         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4376         done, then unselected articles may be marked as read.
4377
4378         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4379         since not doing this seems to lead to a race condition in pop3-logon.
4380
4381         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4382         so that the call chain it correct when we call "upwards".
4383
4384         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4385         in read-only groups.
4386
4387         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4388
4389         * message.el (message-cite-reply-position): Doc string fix.
4390
4391         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4392         avoid regexp overflow.
4393         (nnimap-transform-split-mail): Ditto.
4394
4395         * pop3.el (pop3-retr): Error out if the server closes the connection.
4396
4397 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4398
4399         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4400         mm-with-unibyte-current-buffer.  The buffer should not contain any
4401         multibyte chars anyway at this stage.
4402
4403 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4406         at the end of lines.
4407
4408 2011-05-29  Julien Danjou  <julien@danjou.info>
4409
4410         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4411
4412 2011-05-27  Glenn Morris  <rgm@gnu.org>
4413
4414         * gnus-group.el (gnus-bug-group-download-format-alist):
4415         Use the "maintainer" version of debian reports as well.
4416
4417 2011-05-26  Glenn Morris  <rgm@gnu.org>
4418
4419         * gnus-group.el (gnus-bug-group-download-format-alist):
4420         Use the "maintainer" version of debbugs.gnu.org reports.
4421
4422 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4425
4426 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4427
4428         * gnus-cus.el (gnus-agent-customize-category):
4429         * gnus-delay.el (gnus-delay-send-queue):
4430         * gnus.el (gnus-other-frame):
4431         Don't quote lambda expressions with `quote'.
4432
4433 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4434
4435         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4436         the thread moves us backwards and so we loop forever.
4437
4438 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4441         whitespace in base64 data lines.
4442
4443 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * gnus-registry.el (gnus-registry-user-format-function-M):
4446         Use `mapconcat'.
4447         (gnus-registry-user-format-function-M2): Use to see the full text of
4448         the marks.  Make "," the mark text separator.
4449
4450         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4451         authentication with auth-source.
4452
4453 2011-05-17  Glenn Morris  <rgm@gnu.org>
4454
4455         * gnus-group.el (gnus-import-other-newsrc-file):
4456         Use insert-file-contents.
4457
4458 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4461         1000 iterations.
4462
4463 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * nntp.el (nntp-open-connection): Check if process-type is available.
4466
4467 2011-05-16  Julien Danjou  <julien@danjou.info>
4468
4469         * shr.el (shr-tag-del): Add support for del tag.
4470
4471 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * gnus-html.el (gnus-html-put-image): Register a displayer.
4474
4475         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4476
4477 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * registry.el (prune-factor): New initialization parameter defaulting
4480         to 0.1.
4481         (registry-prune-hard): Use it.
4482
4483         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4484         0.1 expicitly.
4485
4486 2011-05-13  Glenn Morris  <rgm@gnu.org>
4487
4488         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4489         is bound, since this function requires sendmail.
4490
4491 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         * registry.el (registry-usage-test): Disable pruning test.
4494
4495 2011-05-11  David Engster  <dengste@eml.cc>
4496
4497         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4498         Bind set-network-process-option for XEmacs.
4499
4500 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4501
4502         * registry.el (registry-prune-hard-candidates)
4503         (registry-prune-soft-candidates): Helper methods for registry pruning.
4504         (registry-prune): Use them.  Make the sort function optional.
4505
4506 2011-05-10  Jim Meyering  <meyering@redhat.com>
4507
4508         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4509
4510 2011-05-10  Julien Danjou  <julien@danjou.info>
4511
4512         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4513         symbol and not a list.
4514
4515 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * gnus-art.el (gnus-article-mode): Move binding of
4518         shr-put-image-function here from gnus-article-prepare-display.
4519
4520         * shr.el (shr-put-image-function): New variable.
4521         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4522         (shr-put-image): Return scaled image.
4523
4524         * gnus-art.el (gnus-shr-put-image): New function.
4525         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4526
4527         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4528         original ones, as deletable.
4529
4530 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4531
4532         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4533
4534 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4535
4536         * registry.el (registry-full): Add convenience method.  Fix logic.
4537         (registry-insert): Use it.  Fix logic here too.
4538
4539         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4540         `registry-prune' if `registry-full' returns t.
4541         (gnus-registry-handle-action)
4542         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4543         (gnus-registry-usage-test): Use it.
4544
4545 2011-05-07  Julien Danjou  <julien@danjou.info>
4546
4547         * shr.el (shr-link): Make shr-link inherit from link by default.
4548
4549 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4550
4551         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4552
4553 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4554
4555         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4556         error out because the face is not a list.
4557
4558 2011-05-05  Glenn Morris  <rgm@gnu.org>
4559
4560         * proto-stream.el (gnutls-negotiate): Fix declarations.
4561
4562         * gnus-start.el (gnus-propagate-marks): Declare.
4563
4564 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4565
4566         * registry.el (registry-reindex): Fix percentage message.
4567
4568         * proto-stream.el (network-stream-open-starttls): Adjust to call
4569         `gnutls-negotiate' with :process and :hostname arguments.
4570
4571 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * shr.el: Add shr-link face for links.
4574         (shr-urlify): Use it.
4575
4576         * registry.el (registry-insert): Make error message more helpful.
4577
4578 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-html.el (gnus-html-schedule-image-fetching):
4581         Use url-queue-retrieve, if it exists.
4582
4583         * shr.el (shr-tag-img): Ditto.
4584
4585         * gnus.el: Autoload more gnus-agent functions.
4586
4587         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4588         agent if we haven't already (bug#8502).
4589
4590         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4591         into the Agent, too.
4592
4593         * gnus-agent.el (gnus-agent-store-article): New function.
4594
4595         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4596         and moved from that file for reuse.
4597
4598         * pop3.el (pop3-open-server): Error messages are "-ERR".
4599
4600 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4603         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4604
4605 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4606
4607         * gnus.el: No Gnus v0.17 is released.
4608
4609 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4610
4611         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4612         buffer has moved to a different frame.
4613
4614 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4617         to get the conversion from unibyte to multibyte buffers to work on
4618         Emacs 22.
4619
4620         * nntp.el (nntp-request-article): Slight clean-up.
4621
4622 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623
4624         * shr.el (shr-strike-through): New face.
4625         (shr-tag-s): Use it to provide <s> support.
4626         (shr-tag-s): Remove duplicate definition.
4627
4628 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4629
4630         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4631         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4632
4633 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4636         `gnutls-negotiate'.
4637         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4638
4639 2011-04-23  Glenn Morris  <rgm@gnu.org>
4640
4641         * gnus-sum.el (gnus-extra-headers): Bump :version.
4642
4643 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * shr.el (shr-tag-sup): New function.
4646         (shr-tag-sub): Ditto.
4647
4648 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4651         for the case where `gnus-registry-ignored-groups' is a list of lists,
4652         and don't call `gnus-parameter-registry-ignore' otherwise.
4653
4654 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4655
4656         * nnimap.el (nnimap-user): New backend variable.
4657         (nnimap-open-connection-1): Use it.
4658         (nnimap-credentials): Accept user parameter so it's explicit what user
4659         name is desired.
4660
4661         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4662         default.
4663
4664         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4665         not gnus-registry.el.
4666
4667         * gnus-registry.el: Mention in comments how to modify
4668         `gnus-extra-headers' for proper recipient tracking and that it may
4669         already have To and Cc recently, which it does as of this commit.
4670         (gnus-registry-ignored-groups): Remove defcustom.
4671         Explain why in comments.
4672         (gnus-registry-action): Fix data-header reference to use the extra
4673         headers.  Explain in package commentary how to add To and Cc headers to
4674         the gnus-extra-headers.
4675         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4676         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4677         parameter list or a string list in `gnus-registry-ignored-groups'.
4678         Fix logic error.
4679
4680 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681
4682         * shr.el (shr-expand-url): Protect against null urls.
4683
4684 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685
4686         * shr.el (shr-base): New binding.
4687         (shr-tag-base): Keep track of <base>.
4688         (shr-expand-url): New function used throughout.
4689
4690 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4691
4692         * gnus-registry.el
4693         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4694         (gnus-registry-ignored-groups): New variable.
4695         (gnus-registry-ignore-group-p): Use it.
4696         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4697         set the destination group to nil (same as delete) if it's ignored.
4698
4699 2011-04-20  David Engster  <dengste@eml.cc>
4700
4701         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4702
4703         * Makefile.in (test-nntp): New rule.
4704         (check): Add it.
4705         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4706
4707 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-registry.el (gnus-registry-action)
4710         (gnus-registry-fetch-header-fast):
4711         Don't use mail-header that looks an internal function of mailheader.el.
4712
4713 2011-04-19  Glenn Morris  <rgm@gnu.org>
4714
4715         * time-date.el (time-to-days): Remove unused local variables.
4716
4717 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * gnus-registry.el: Eliminate cl functions.
4720         (gnus-registry-sort-addresses): New function that replaces mapcan.
4721         (gnus-registry-action, gnus-registry-spool-action)
4722         (gnus-registry-split-fancy-with-parent)
4723         (gnus-registry-fetch-recipients-fast): Use it.
4724         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4725
4726         * registry.el (initialize-instance, registry-lookup)
4727         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4728         (registry-lookup-secondary-value, registry-search, registry-delete)
4729         (registry-insert, registry-reindex, registry-size, registry-prune):
4730         Use eval-and-compile.
4731
4732 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4733
4734         * registry.el (registry-reindex): New method to recreate the secondary
4735         registry indices.
4736
4737         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4738         tracked field changes.
4739         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4740         (gnus-registry-action, gnus-registry-spool-action)
4741         (gnus-registry-handle-action)
4742         (gnus-registry--split-fancy-with-parent-internal)
4743         (gnus-registry-split-fancy-with-parent)
4744         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4745         move, and delete actions, and for fancy splitting with parent.
4746         (gnus-registry-extract-addresses)
4747         (gnus-registry-fetch-recipients-fast)
4748         (gnus-registry-fetch-header-fast): Convenience functions.
4749         (gnus-registry-misc-test): ERT test of
4750         `gnus-registry-extract-addresses'.
4751
4752 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4753
4754         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4755         Track by subject first, then sender.
4756
4757 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4758
4759         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4760
4761         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4762         Lisp.
4763
4764         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4765         (gnus-draft-send): Use it to avoid popping
4766         up frames from gnus-group-send-queue.
4767
4768 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4769
4770         * gnus-registry.el: Updated gnus-registry docs.
4771
4772 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4775         Fix logic bug.
4776         (gnus-registry-post-process-groups): Fix logging of no results and
4777         quote sender and subject.
4778
4779 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4782         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4783         gnutls-cli are too slow to be done opportunistically.
4784
4785         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4786         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4787         we had no early-data returned.
4788         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4789         two async commands to the same server at the same time.
4790
4791 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4792
4793         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4794
4795 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4798         "warning" level.
4799
4800         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4801         (mm-url-insert-file-contents): Don't set the package names.
4802
4803 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * gnus-registry.el (gnus-registry-action): Remove properties and
4806         simplify subject in `gnus-registry-handle-action'.
4807         (gnus-registry-spool-action): Get subject and sender from message if
4808         they are not passed in.
4809         (gnus-registry-handle-action): Remove properties and simplify subject
4810         consistently.
4811
4812 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4813
4814         * registry.el: Require CL before using defmacro*.
4815
4816 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (article-treat-date): Assume that
4819         gnus-article-date-headers may be a group parameter.
4820
4821 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4822
4823         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4824
4825         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4826         interactively so the newsrc file can contain foreign groups too.
4827         Useful for debugging but not much for users.
4828
4829 2011-04-07  David Engster  <dengste@eml.cc>
4830
4831         * registry.el (registry-usage-test): Only do
4832         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4833         lexical binding.
4834
4835 2011-04-07  David Engster  <dengste@eml.cc>
4836
4837         * Makefile.in (check, test-registry): New rules for test-suite.
4838
4839 2011-04-06  David Engster  <dengste@eml.cc>
4840
4841         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4842         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4843
4844 2011-04-06  David Engster  <dengste@eml.cc>
4845
4846         * registry.el (initialize-instance): Change :after to :AFTER to be
4847         compatible with old EIEIO version in XEmacs.
4848
4849 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4850
4851         * gnus-registry.el (gnus-registry-post-process-groups)
4852         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4853         and provide better messaging.
4854
4855 2011-04-06  David Engster  <dengste@eml.cc>
4856
4857         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4858         errors.
4859
4860         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4861         dgnushack-compile with error-on-warn enabled, and to signal an error if
4862         clean compilation failed.
4863         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4864         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4865
4866 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4867
4868         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4869         unconditionally anyway, discarding errors.
4870         (gnus-registry-delete-entries): New convenience function.
4871         (gnus-registry-import-eld): Import from old .eld registry.
4872
4873         * registry.el: Don't use ERT if it's not available.  Load it
4874         unconditionally anyway, discarding errors.
4875
4876         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4877         version from the Claudio Bley GnuTLS patch (extra optional parameters
4878         and host name).
4879
4880 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4881
4882         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4883         fixup the parameters that can be customized by the user between
4884         save/read cycles.
4885         (gnus-registry-read): Use it.
4886         (gnus-registry-make-db): Use it.
4887         (gnus-registry-spool-action, gnus-registry-handle-action):
4888         Fix messaging.
4889         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4890         Map references to actual group names with sender and subject tracking.
4891         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4892         (gnus-registry-usage-test): Add subject lookup test.
4893
4894         * registry.el (registry-db, initialize-instance): Set up constructor
4895         instead of :initform arguments for the sake of older Emacsen.
4896         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4897         pre-lexbind merge bug.
4898         (registry-usage-test): Use it.
4899         (initialize-instance, registry-db): Move the non-function initforms
4900         back to the class definition.
4901
4902 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4903
4904         * registry.el: New library to manage gnus-registry-style data.
4905
4906         * gnus-registry.el: Use it (major rewrite).
4907
4908         * nnregistry.el: Use it.
4909
4910         * spam.el: Use it.
4911
4912 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4915         marks on non-selected articles.
4916
4917 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4918
4919         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4920         parameter to open-protocol-stream.
4921
4922 2011-04-01  Julien Danjou  <julien@danjou.info>
4923
4924         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4925         fundamental-mode.
4926
4927 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4930         servers.
4931
4932 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4935         made marks not propagate, again.
4936
4937 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4938
4939         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4940         Make this the default type.
4941         (proto-stream-open-plain): Rename from proto-stream-open-default.
4942         (open-protocol-stream, proto-stream-open-starttls)
4943         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4944         with `plain'.
4945
4946         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4947         value.
4948
4949         * nntp.el (nntp-open-connection-function): Document the fact that some
4950         values are not functions but are instead handled specially.
4951         Recognize nntp-open-plain-stream value.
4952         (nntp-open-connection): Recognize that value.
4953
4954 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4957         where it seems to be needed.
4958
4959 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4962         stuff.
4963
4964         * gnus-score.el (gnus-score-string): Fix calling convention of
4965         `gnus-simplify-buffer-fuzzy' after last patches.
4966
4967         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4968         server for articles we didn't get any headers for.  This is a sanity
4969         check.
4970
4971 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4972
4973         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4974         new CAPABILITY, use it.
4975
4976 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4979         downloading anything.
4980
4981         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4982
4983 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4984
4985         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4986         colors.
4987         (gnus-splash-svg-color-symbols): New function.
4988
4989 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4992         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4993         (gnus-simplify-subject-fuzzy): Use the local
4994         gnus-simplify-subject-fuzzy-regex instead of the global one.
4995         This makes using this variable in group parameters work.
4996
4997 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4998
4999         * gnus-registry.el (gnus-registry-unfollowed-groups):
5000         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5001         archive:sent-YYYY-MM-DD groups).
5002         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5003         tracking if there are more than `gnus-registry-max-track-groups'
5004         matches.
5005
5006 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5007
5008         * message.el (message--yank-original-internal): New function to do the
5009         insertion cleanly inside eval in `message-yank-original'.
5010         (message-yank-original): Use it.
5011
5012 2011-03-29  Julien Danjou  <julien@danjou.info>
5013
5014         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5015         local variables disabled rather than `normal-mode'.
5016
5017 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5018
5019         * imap.el (imap-shell-open, imap-process-connection-type):
5020         Use imap-process-connection-type for 'shell' streams as well as
5021         Kerberos, SSL, other subprocesses.
5022
5023 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5024
5025         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5026         with open-network-stream.
5027         (proto-stream-always-use-starttls): Option removed.
5028         (open-protocol-stream): Return a process object by default.  Provide a
5029         new parameter :return-list specifying a list-type return value, which
5030         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5031         :type `network' to `try-starttls', and `network-only' to `default'.
5032         Make `default' the default, for compatibility with open-network-stream.
5033         Handle the no-parameter case exactly as open-network-stream, with no
5034         additional stream processing.  Search plists using plist-get.
5035         Explicitly add :end-of-commend parameter if it is missing.
5036         (proto-stream-open-default): Rename from
5037         proto-stream-open-network-only.  Return 'default as the type.
5038         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5039         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5040         failed.  Always return a list with a (possibly dead) process as the
5041         first element, for compatibility with open-network-stream.
5042         (proto-stream-open-tls): Use plist-get.  Always return a list.
5043         (proto-stream-open-shell): Return `default' as connection type.
5044         (proto-stream-capability-open): Use plist-get.
5045         (proto-stream-eoc): Function deleted.
5046
5047         * nnimap.el (nnimap-stream, nnimap-open-connection)
5048         (nnimap-open-connection-1): Handle renaming of :type parameter for
5049         open-protocol-stream.
5050         (nnimap-open-connection-1): Pass a :return-list parameter
5051         open-protocol-stream to obtain a list return value.  Parse this list
5052         using plist-get.
5053
5054         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5055         for open-protocol-stream.  Accept open-protocol-stream return value
5056         that is a subprocess object instead of a list.  Handle the case of a
5057         dead returned process.
5058
5059 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5060
5061         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5062
5063         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5064
5065 2011-03-21  Julien Danjou  <julien@danjou.info>
5066
5067         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5068         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5069         query.
5070         (mm-inline-text): Render normal text with fontification whenever
5071         possible.
5072
5073         * gnus-sum.el (gnus-summary-save-parts-1):
5074         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5075         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5076         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5077         Use `mm-handle-filename'.
5078
5079         * mm-util.el (mm-handle-filename): New function, return the filename of
5080         an handle.
5081
5082 2011-03-18  Julien Danjou  <julien@danjou.info>
5083
5084         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5085         (gnus-buffer-live-p): Check that buffer is not nil.
5086
5087 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5088
5089         * gnus.el: No Gnus v0.15 is released.
5090
5091 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5094         avoid warning on XEmacs.
5095
5096         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5097         on XEmacs.
5098
5099         * gnus-art.el: Require mouse, which the build bot seems to say is
5100         needed.
5101
5102         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5103
5104         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5105         XEmacs, since it doesn't have url-retrieve-synchronously.
5106
5107         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5108         since assoc-string doesn't exist in XEmacs.
5109
5110 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5111
5112         * gnus-group.el (gnus-group-list-ticked): New function.
5113         (gnus-group-make-menu-bar): Provide a menu entry for it.
5114         (gnus-group-list-map): Provide a binding for it.
5115
5116 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * shr.el (shr-visit-file): New command.
5119
5120         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5121
5122 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5123
5124         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5125         servers.
5126
5127 2011-03-16  Julien Danjou  <julien@danjou.info>
5128
5129         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5130         inline.
5131
5132         * gnus-art.el (article-hide-list-identifiers):
5133         Use gnus-group-get-list-identifiers.
5134
5135         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5136         (gnus-summary-remove-list-identifiers):
5137         Use gnus-group-get-list-identifiers to get regexp.
5138         (gnus-select-newsgroup, gnus-summary-insert-subject)
5139         (gnus-summary-insert-articles):
5140         Call gnus-summary-remove-list-identifiers unconditionally.
5141
5142 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5145         we're selecting a group with unread articles.
5146
5147         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5148
5149         * gssapi.el: New file separated out from imap.el to provide a general
5150         Kerberos 5 connection facility for Emacs.
5151
5152         * message.el (message-elide-ellipsis): Document the format spec
5153         ellipsis.
5154
5155 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * message.el (message-elide-region): Allow the ellipsis to say how many
5158         lines were removed.
5159
5160 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5163         window configurations containing buffers that are now dead.
5164
5165         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5166         parsing to avoid integer overflows.
5167         (nnimap-parse-flags): Simplify the last change.
5168         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5169         too large for 32-bit Emacsen.
5170
5171 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5172
5173         * auth-source.el (auth-source-netrc-create):
5174         * message.el (message-yank-original): Fix use of `case'.
5175
5176 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5177
5178         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5179         XEmacs, which was one character too wide.
5180
5181 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5182
5183         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5184         default number of articles to display.
5185         (gnus-articles-to-read): Use pretty names for prompt.
5186
5187 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * gnus-int.el (gnus-open-server): Ditto.
5190
5191         * gnus-start.el (gnus-activate-group): Give a backtrace if
5192         debug-on-quit is set and the user hits `C-g'.
5193         (gnus-read-active-file): Ditto.
5194
5195         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5196
5197 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5198
5199         * message.el (message-yank-original): Use cond instead of CL case.
5200
5201 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5202
5203         * auth-source.el (auth-source-netrc-create): Use usual format for the
5204         default in prompts.
5205
5206 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * lpath.el: Fbind read-char-choice for XEmacs.
5209
5210 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5211
5212         * auth-source.el (auth-source-netrc-create): Show the default in the
5213         prompt when prompting for token creation.
5214
5215 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5216
5217         * auth-source.el (auth-source-format-prompt): Always convert the value
5218         to a string to avoid evaluating non-string arguments.
5219         (auth-source-netrc-create): Offer default properly, not as initial
5220         content in `read-string'.
5221         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5222         of line to determine if we've been run before.  If so, don't run again,
5223         but print a trivial message to indicate the cache was hit instead.
5224
5225 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5226
5227         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5228         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5229         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5230         Gnus.
5231
5232 2011-03-11  Julien Danjou  <julien@danjou.info>
5233
5234         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5235         modified file".
5236
5237 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5238
5239         * auth-source.el (auth-source-read-char-choice): New function to read a
5240         character choice using `dropdown-list', `read-char-choice', or
5241         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5242         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5243         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5244         (auth-source-netrc-saver): Use it.
5245         (auth-source-pick-first-password): New convenience function.
5246
5247 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5248
5249         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5250         parameter in the credentials.
5251         (nnimap-open-connection-1): Use it after a successful login.
5252         (nnimap-credentials): Add IMAP-specific user and password prompt.
5253
5254         * auth-source.el (auth-source-search): Add :require parameter, taking a
5255         list.  Document it and the :save-function return token.  Pass :require
5256         down.  Change the CREATED message from a warning to a debug statement.
5257         (auth-source-search-backends): Pass :require down.
5258         (auth-source-netrc-search): Pass :require down.
5259         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5260         Change save prompt to indicate all modifications saved here are
5261         deletions.
5262         (auth-source-netrc-create): Take user login name as default in user
5263         prompt.  Move all the save functionality to a lexically bound function
5264         under the :save-function token in the returned list.  Set up clearer
5265         default prompts for user, host, port, and secret.
5266         (auth-source-netrc-saver): New function, intended to be wrapped for
5267         :save-function.
5268
5269 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5270
5271         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5272         lines to be spaces instead.
5273
5274 2011-03-07  Julien Danjou  <julien@danjou.info>
5275
5276         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5277         (sieve-sasl-auth): Check that auth-source-search did return something,
5278         or just return an empty string.
5279
5280 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5281
5282         * gnus.el (gnus-interactive): Use read-directory-name.
5283
5284         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5285         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5286         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5287         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5288         Likewise.
5289
5290         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5291
5292 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5293
5294         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5295         onto the list of killed groups, too.  This makes killed nnimap groups,
5296         for instance, more reliably not reappear.
5297
5298         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5299         the parent.
5300
5301         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5302
5303         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5304         really have server-side marks.
5305
5306         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5307         since most backends do not usefully have server-side marks.
5308         (gnus-update-read-articles): Propagate marks to all backends that
5309         really have server-side marks.
5310
5311 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5312
5313         * message.el (message-cite-reply-position, message-cite-style):
5314         New variables.
5315         (message-yank-original): Use the new citation styles.
5316
5317 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5318
5319         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5320         buffer-local issue); don't mark it buffer-local when running under
5321         XEmacs.
5322
5323 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5324
5325         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5326         numbers too big to be `read'.
5327
5328 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5329
5330         * password-cache.el (password-in-cache-p): Add autoload.
5331
5332         * message.el (message-options): Make buffer-local two ways to attempt
5333         to fix a XEmacs bug.
5334
5335 2011-03-02  Julien Danjou  <julien@danjou.info>
5336
5337         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5338
5339 2011-03-01  Julien Danjou  <julien@danjou.info>
5340
5341         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5342         group.
5343         (article-hide-list-identifiers): Use list-identifier group parameter.
5344
5345 2011-02-28  Julien Danjou  <julien@danjou.info>
5346
5347         * sieve.el (sieve-buffer-script-name): New local variable to store
5348         sieve script name.
5349         (sieve-edit-script): Store sieve script name.
5350         (sieve-upload): Use sieve script name when uploading.
5351         (sieve-upload): Use substitute-command-keys.
5352         (sieve-edit-script): Use substitute-command-keys.
5353         (sieve-refresh-scriptlist): Use substitute-command-keys.
5354         (sieve-manage-mode-map): Define keymap properly.
5355         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5356         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5357         Remove commented code about cvs.
5358         (sieve-manage-quit): New function.
5359         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5360
5361 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5364
5365 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * auth-source.el (auth-source-search): Cache empty result sets.
5368
5369         * password-cache.el (password-in-cache-p): Convenience function to
5370         check if a key is in the cache, even if the value is nil.
5371
5372         * auth-source.el (auth-source-save-behavior): New variable to replace
5373         `auth-source-never-create'.
5374         (auth-source-netrc-create): Use it.
5375         (auth-source-never-save): Remove.
5376
5377 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5378
5379         * nnimap.el (nnimap-stream): Doc fix.
5380         (nnimap-open-connection-1): Reverse the order of the ports to that the
5381         prompted-for port is first.
5382
5383         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5384         retrieval by the no-group selection.
5385
5386         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5387         numerical parameters.
5388
5389 2011-02-25  Julien Danjou  <julien@danjou.info>
5390
5391         * gnus-gravatar.el: Use gnus-with-article-buffer.
5392
5393         * gnus-art.el (gnus-with-article-buffer): Check that the
5394         gnus-article-buffer is alive.
5395
5396 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5397
5398         * auth-source.el (auth-source-creation-prompts): New variable to manage
5399         creation-time prompts.
5400         (auth-source-search): Document it.
5401         (auth-source-format-prompt): Add utility function.
5402         (auth-source-netrc-create): Don't default the user name to
5403         user-login-name.  Use `auth-source-creation-prompts' and some default
5404         prompts for user, host, port, and password (the default generic prompt
5405         remains ugly).
5406         (auth-source-never-save): Add customizable option to never save info.
5407         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5408         mode excursion.
5409
5410 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5413         argument that XEmacs doesn't support.
5414
5415         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5416         compiled for Emacsen having no `libxml-parse-html-region' support.
5417
5418         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5419
5420         * lpath.el: Bind buffer-save-without-query for XEmacs.
5421
5422 2011-02-23  Julien Danjou  <julien@danjou.info>
5423
5424         * gnus-art.el (article-make-date-line): Ignore errors if time is
5425         invalid and not convertible.
5426         (article-make-date-line): Only add lapsed time if time is not nil.
5427
5428 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5431         `read-char-choice' for backwards compatibility.
5432         (auth-source-netrc-element-or-first): New function to DTRT for
5433         parameter extraction.
5434         (auth-source-netrc-create): Use it and fix multiple parameter print
5435         bug.  Use the default passed from above (given-default) or the
5436         built-in (user-login-name for :user).
5437
5438 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5439
5440         * gnus-start.el (gnus-dribble-read-file):
5441         Set buffer-save-without-query, since we always want to save the dribble
5442         file, probably.
5443
5444         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5445         nnimap.
5446
5447         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5448         -summary- since it's a user-visible variable.
5449
5450         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5451         first time you use the new Gnus.
5452
5453 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5454
5455         * auth-source.el: Don't load netrc.el.
5456         (auth-sources): Search ~/.netrc as well by default.
5457         (auth-source-debug): Add 'trivia option for extra output.
5458         (auth-source-do-trivia): Use it.
5459         (auth-source-search): Simplify logic to use
5460         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5461         appropriate.  Don't keep a running count at this level.  Layer :create
5462         and :delete options appropriately on the first and second passes.
5463         Don't track the backend with the search results.
5464         (auth-source-search-backends): New function to search a list of
5465         backends for a processed spec.
5466         (auth-source-netrc-parse): Cache all netrc files, making
5467         auth-source-netrc-cache an alist keyed by the file name and using the
5468         file mtime as the caching criterion.  Keep the obfuscated data secret
5469         with a lexical bind.
5470         (auth-source-netrc-search): Don't calculate the length of the results
5471         unnecessarily.
5472         (auth-source-search-backends): Fix bug.
5473         (auth-source-netrc-create): Rework prompts.
5474
5475 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5476
5477         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5478         Lower case names of search constraints.
5479         (nnir-run-query): Cache and reuse search constraints for all imap
5480         servers.
5481
5482 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5483
5484         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5485         after exit.
5486         (gnus-setup-message): Define missing variable from last checkin.
5487
5488         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5489         value, show the raw article.
5490
5491 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5492
5493         * gnus.el: No Gnus v0.13 is released.
5494
5495 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5496
5497         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5498         auth-source now accepts numbers.
5499
5500         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5501         spec, too.
5502         (auth-source-ensure-strings): New function.
5503
5504         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5505         (gnus-article-setup-buffer): Always restart the date timer so that user
5506         changes to the frequency is respected.
5507
5508         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5509         port numbers, so make sure it gets that if nnimap-server-port is
5510         explicit.
5511
5512 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5513
5514         * nnimap.el (nnimap-inbox): Doc fix.
5515
5516 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5517
5518         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5519         Autoload.  Add optional arg FRAME, and pass it to color-values.
5520         (color-complement): Caller changed.  Doc fix.
5521         (color-gradient): Rewrite for better clarity and efficiency.
5522
5523 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5524
5525         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5526         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5527         color-lab-to-srgb.
5528
5529 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5530
5531         * color.el: First part of merge from hexrgb.el.
5532         (color-rgb-to-hex): Rename from color-rgb->hex.
5533         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5534         saturation to zero if the value is too small.
5535         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5536         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5537         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5538         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5539         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5540         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5541         (color-cie-de2000): Doc fix.
5542
5543 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5544
5545         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5546         given method as in the group name if we're using an extended method.
5547         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5548         command, if we're using that, instead of waiting for the beginning.
5549
5550         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5551         we're sure to get unique server names, and we don't output two async
5552         commands in the same buffer.  This fixes an NNTP hang for some users.
5553
5554 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5555
5556         * gnus.el: No Gnus v0.11 is released.
5557
5558 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5559
5560         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5561         summary buffer before reading going to the next buffer.  This avoids
5562         putting the point in the group buffer if you `C-g' the command.
5563
5564         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5565         cache (for now) to make ~/.authinfo.gpg files usable.
5566
5567         * nnfolder.el (copyright-update): Define for the compiler.
5568
5569         * auth-source.el (auth-source-search): Fix unbound variable.
5570
5571 2011-02-19  Glenn Morris  <rgm@gnu.org>
5572
5573         * gnus.el (gnus-meta): Doc fix.
5574
5575 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5576
5577         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5578         in case it's not yet loaded.
5579
5580 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5581
5582         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5583         line we're waiting for.
5584
5585 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5586
5587         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5588         face with line-width greater than zero will cause RET in gnus summary
5589         buffer to scroll down article page-wise because auto vscroll happens,
5590         it should be temporally disabled when doing a scroll-up.
5591
5592 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5593
5594         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5595         outputs from the server.
5596
5597 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5598
5599         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5600         later so that bbdb can hook in easier.
5601
5602 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5603
5604         * auth-source.el (auth-source-search): Don't try to create credentials
5605         if the caller doesn't want that.
5606         (auth-source-search): If we don't find a match, don't bug out on
5607         non-bound variables.
5608         (auth-source-search): Only ask a single backend to create the
5609         credentials.
5610
5611         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5612         logging.
5613         (nnimap-credentials): Protect against auth-source-search returning nil.
5614         (nnimap-request-list): Protect against not being able to open the
5615         server.
5616
5617 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5618
5619         * auth-source.el (auth-source-search): Do a two-phase search, one with
5620         no :create to get the responses from all backends.
5621
5622         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5623         when getting credentials.
5624
5625         * gnus-util.el (gnus-delete-duplicates): New function.
5626
5627 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5628
5629         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5630         a creation default, pass the whole port list down.  It will be
5631         completed.
5632
5633         * auth-source.el (auth-source-search): Updated docs to talk about
5634         multiple creation choices.
5635         (auth-source-netrc-create): Accept a list as a value (from the search
5636         parameters) and do completion on that list.  Keep a separate netrc line
5637         with the password obscured for showing the user.
5638
5639         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5640         first choice to `auth-source-search' so it will be used for entry
5641         creation instead of the server's Gnus-specific name.
5642         (nnimap-credentials): Rely on the auth-source library to select which
5643         port is actually wanted in the new netrc entry, so don't override
5644         `auth-source-creation-defaults'.
5645
5646         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5647         :protocol and accept a missing user, host, or port as a wildcard match.
5648         (auth-source-debug): Default to off.
5649
5650         (auth-source-netrc-search, auth-source-netrc-create)
5651         (auth-source-secrets-search, auth-source-secrets-create)
5652         (auth-source-user-or-password, auth-source-backend, auth-sources)
5653         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5654         instead of :protocol.
5655
5656         * nnimap.el (nnimap-credentials): Pass a port default to
5657         `auth-source-search' in case an entry needs to be created.
5658         (nnimap-open-connection-1): Use :port instead of :protocol.
5659
5660 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * auth-source.el: Bind load-path when loading EIEIO from
5663         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5664         21.4 doesn't support, to `require'.
5665         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5666         delete-dups that is not available in XEmacs 21.4.
5667
5668 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5669
5670         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5671         as EIEIO must also be loaded when auth-source.el is being
5672         byte-compiled.
5673
5674 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5675
5676         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5677
5678         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5679
5680         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5681
5682         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5683
5684         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5685
5686         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5687
5688         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5689
5690         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5691         necessary.
5692
5693 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5696         nil means that nnimap doesn't get updated.
5697
5698 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5701         result when the user doesn't want to write to the file.
5702         (auth-source-netrc-search): Expect a synthetic result and proceed
5703         accordingly.
5704         (auth-source-cache-expiry): New variable to override
5705         `password-cache-expiry'.
5706         (auth-source-remember): Use it.
5707
5708         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5709         parameter.  Create entry if necessary by using :create t.
5710         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5711
5712 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5713
5714         * auth-source.el (auth-source-debug): Enable by default and don't
5715         mention the obsolete `auth-source-hide-passwords'.
5716         (auth-source-do-warn): New function to debug unconditionally.
5717         (auth-source-do-debug): Use it.
5718         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5719         and for Secrets API entries when the secrets.el library is not
5720         available.
5721
5722 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5723
5724         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5725         (gnus-summary-exit): Kill the correct article buffer on exit from a
5726         `C-d' group.
5727
5728         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5729         gnus-propagate-marks.
5730
5731         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5732         before killing the buffers so that a non-full window conf gets handled
5733         correctly.
5734         (gnus-summary-exit): Ditto.
5735         (gnus-summary-read-group-1): Ditto.
5736
5737         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5738         async code again so that we can debug it properly.
5739
5740         * message.el (message-reply): Take an optional switch-buffer parameter
5741         so that Gnus window confs are respected better.
5742
5743 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5746         `plist-get' to accept non-list parameters (XEmacs issue).
5747         Fix docstring.
5748         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5749         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5750         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5751         Login collection is "Login" and not "login".
5752
5753 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5754
5755         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5756         multiple headers.
5757
5758         * nnimap.el (nnimap-inhibit-logging): New variable.
5759         (nnimap-log-command): Don't log login commands.
5760
5761         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5762         to have more parameters.
5763
5764         * nnimap.el (nnimap-send-command): Mark the command time for each
5765         command, so that we don't get NOOPs stepping on our toes.
5766
5767         * gnus-art.el (article-date-ut): Get the date from the Date header on
5768         `t'.
5769
5770 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * auth-source.el (auth-source-search): Use copy-sequence instead of
5773         the cl.el copy-list.
5774
5775 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5776
5777         * imap.el: Bring it back (revert
5778         84d800cd31de3064f0ed39617d725709a2f8f42f).
5779
5780 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5781
5782         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5783         Improve prompt.
5784
5785 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5786
5787         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5788         washing status from the default format.  It isn't very informative.
5789
5790 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5791
5792         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5793         Fix Gcc processing on imap.
5794
5795 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5796
5797         * imap.el: Remove file.  All the functionality is in nnimap.el.
5798
5799 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5800
5801         * message.el (message-bury): Don't pop up a new window when selected
5802         window is dedicated.
5803
5804 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5805
5806         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5807
5808 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5809
5810         * sieve-manage.el: Autoload `auth-source-search'.
5811         (sieve-sasl-auth): Use it.
5812
5813 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * nnimap.el: Autoload `auth-source-forget+'.
5816         (nnimap-open-connection-1): Use it if the connection fails.
5817
5818         * auth-source.el: Require `password-cache'.
5819         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5820         obsolete.
5821         (auth-source-magic): Marker for `password-cache' keys.
5822         (auth-source-do-cache): Update docstring.
5823         (auth-source-search): Use and check cache.
5824         (auth-source-forget-all-cached, auth-source-remember)
5825         (auth-source-recall, auth-source-forget, auth-source-forget+)
5826         (auth-source-specmatchp): Caching support functions.
5827         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5828         Remove and obsolete.
5829         (auth-source-user-or-password): Remove caching to further discourage
5830         using it.  Always hide passwords.
5831
5832         * password-cache.el (password-cache-remove): Accept secrets that are
5833         not strings.
5834
5835 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5836
5837         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5838         code for now, since it doesn't work for all users.
5839
5840 2011-02-09  Julien Danjou  <julien@danjou.info>
5841
5842         * message.el (message-options): Make message-options really buffer
5843         local.
5844
5845 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * mail-source.el: Autoload `auth-source-search'.
5848         (mail-source-keyword-map): Note order matters.
5849         (mail-source-set-1): Get all the mail-source source values and
5850         defaults and search auth-source on those if needed.  This can all
5851         probably be simplified.
5852
5853         * nnimap.el: Autoload `auth-source-search'.
5854         (nnimap-credentials): Use it.
5855         (nnimap-open-connection-1): Ask for the virtual server and physical
5856         address in one shot.
5857
5858         * nntp.el: Autoload `auth-source-search'.
5859         (nntp-send-authinfo): Use it.  Note TODO.
5860
5861 2011-02-08  Julien Danjou  <julien@danjou.info>
5862
5863         * shr.el (shr-tag-body): Add support for text attribute in body
5864         markups.
5865
5866         * message.el (message-options): Make message-options a local variable.
5867
5868 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * auth-source.el (auth-source-secrets-search)
5871         (auth-source-user-or-password): Use `append' instead of `nconc'.
5872         (auth-source-user-or-password): Build return list better and protect
5873         against nil :secret.
5874
5875 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5876
5877         * nnimap.el (nnimap-update-info): Refactor slightly.
5878         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5879         (nnimap-update-info): Clean up slightly.
5880         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5881         characters.
5882         (nnimap-process-quirk): Rename function to avoid collision.
5883         (nnimap-update-info): Fix macrology bug-out.
5884         (nnimap-update-info): Simplify split history test.
5885
5886 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5887
5888         * auth-source.el (top): Require 'eieio unconditionally.
5889         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5890         (auth-source-secrets-search): Limit search when `max' is greater than
5891         number of results.
5892
5893 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5894
5895         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5896         part not returning any data.
5897
5898         * proto-stream.el (open-protocol-stream): Document the return value.
5899
5900 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5901
5902         * auth-source.el (auth-source-secrets-search): Add examples.
5903
5904 2011-02-06  Julien Danjou  <julien@danjou.info>
5905
5906         * message.el (message-setup-1): Handle message-generate-headers-first
5907         set to t.
5908
5909 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5910
5911         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5912         API with a string "secrets:collection-name" and with 'default.
5913         (auth-source-backend-parse): Parse "secrets:collection-name" and
5914         'default.  Recurse on parses instead of repeating code.  Use the
5915         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5916         message when ignoring a source.
5917         (auth-source-search): List ignored search keys at the top level.
5918         (auth-source-netrc-create): Use `case' instead of `cond'.
5919         (auth-source-secrets-search): Created with TODOs.
5920         (auth-source-secrets-create): Created with TODOs.
5921         (auth-source-retrieve, auth-source-create, auth-source-delete)
5922         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5923         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5924         (auth-source-user-or-password-sftp)
5925         (auth-source-user-or-password-smtp): Remove.
5926         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5927         around `auth-source-search'.  Not tested thoroughly.
5928
5929 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5930
5931         * auth-source.el: Bring in assoc and eioeio libraries.
5932         (secrets-enabled): New variable to track the status of the Secrets API.
5933         (auth-source-backend): New EIOEIO class to represent a backend.
5934         (auth-source-creation-defaults): New variable to set prompt defaults
5935         during token creation (see the `auth-source-search' docstring for
5936         details).
5937         (auth-sources): Simplify to allow a simple string as a netrc backend
5938         spec.
5939         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5940         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5941         (auth-source-search): Main auth-source API entry point.
5942         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5943         (auth-source-search-collection): Helper function for searching.
5944         (auth-source-netrc-parse, auth-source-netrc-normalize)
5945         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5946         Supports search, create, and delete.
5947         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5948         backend stubs.
5949         (auth-source-user-or-password): Call `auth-source-search' but it's not
5950         ready yet.
5951
5952 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5953
5954         * message.el (message-setup-1): Remove the read-only stuff, since it
5955         doesn't work under XEmacs, for some reason.
5956
5957         * gnus-sum.el (gnus-user-date): Rename back from
5958         gnus-summary-user-date since user code refers to it.
5959
5960         * shr.el (shr-render-td): Store the actual background color used.
5961
5962         * message.el (message-setup-1): Don't bind the constant
5963         -forbidden-properties.
5964         (message-setup-1): Revert previous change, since it needs to bind the
5965         props to insert them.
5966         (message-resend): Allow removing the read-only separator line.
5967
5968 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5969
5970         * nnimap.el (nnimap-request-accept-article): Give an error message if
5971         the APPEND wasn't successful.
5972
5973 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5974
5975         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5976         that have no groups.
5977
5978 2011-02-03  Julien Danjou  <julien@danjou.info>
5979
5980         * gnus-draft.el: Remove progn around gnus-draft-setup.
5981
5982 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5983
5984         * gnus-start.el (gnus-read-active-for-groups): This function is never
5985         called with a nil `infos', so clean that up.
5986         (gnus-get-unread-articles): Request active files from primary/secondary
5987         methods that have no groups (yet).
5988
5989 2011-02-03  Julien Danjou  <julien@danjou.info>
5990
5991         * message.el (message-setup-1): Always generate References first.
5992         (message-mail): Return the return value of message-setup, not always t.
5993         (message-setup-1): Insert mail-header-separator with read-only and
5994         intangible properties set.
5995
5996         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5997         user-date in docstring.
5998
5999         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6000
6001         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6002         docstring.
6003
6004         * gnus.el (gnus-user-date-format-alist): Change default value.
6005         Use defcustom, with type and group. Move from gnus-util.el.
6006         Rename to gnus-summary-user-date-format-alist.
6007
6008 2011-02-03  Glenn Morris  <rgm@gnu.org>
6009
6010         * nnimap.el (gnus-fetch-headers): Declare.
6011
6012         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6013
6014 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6015
6016         * message.el (message-forward-make-body-digest-plain)
6017         (message-followup, message-reply): Clean up things noted by Stefan.
6018
6019         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6020         gnus-article-update-date-headers is nil.
6021         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6022         it didn't really work with defcustom.
6023         (article-update-date-lapsed): Make sure the window start doesn't move,
6024         either.
6025
6026 2011-02-01  Julien Danjou  <julien@danjou.info>
6027
6028         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6029         format.
6030
6031         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6032         standard in Emacs nowadays.
6033
6034         * color.el (color-gradient): Add a color-gradient function.
6035
6036 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6037
6038         * message.el (message-expand-name): Don't trust the return value of
6039         bbdb-complete-name.
6040         (message-check-news-header-syntax): Remove unused var `start'.
6041         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6042         (message-inhibit-body-encoding): Move to before first use.
6043         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6044         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6045         (Organization, Message-ID, Date, mh-previous-window-config):
6046         Defvar the vars using dynamic scoping.
6047
6048 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6049
6050         * shr.el (shr-render-td): Only do colors at the final rendering.
6051         Should be slightly faster.
6052         (shr-insert-table): Fix up TD background colors when doing the
6053         vertical padding.
6054
6055         * gnus-art.el (article-date-ut): Protect against articles with no Date
6056         header.
6057         (article-update-date-lapsed): Don't use current-column to find the
6058         horizontal position.  It's fragile in the presence of \003 characters.
6059
6060         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6061
6062 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6063
6064         * gnus-art.el (article-transform-date): Rewrite to still work when
6065         there are several rfc2822 parts.
6066         (article-transform-date): Fix infinite recursion.
6067         (article-date-ut): Replace infinitely many Date headers with a single
6068         one when called interactively.
6069
6070         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6071         secure manner.
6072
6073         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6074         move around by not using save-window-excursion.  It seems to work...
6075
6076 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-art.el (article-make-date-line): Work for user-defined format.
6079
6080 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6081
6082         * nntp.el (nntp-retrieve-group-data-early)
6083         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6084         fetching functions.
6085
6086         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6087         thoroughly for all backends that have no known groups.  This should
6088         allow new nnml methods to retrieve mail.
6089
6090         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6091         that Gnus doesn't know exists again.
6092
6093         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6094         (gnus-treat-date-ut): Ditto.
6095         (gnus-article-update-date-header): Rename.
6096         (gnus-treat-date-local): Remove.
6097         (gnus-treat-date-english): Remove.
6098         (gnus-treat-date-lapsed): Remove.
6099         (gnus-treat-date-combined-lapsed): Remove.
6100         (gnus-treat-date-original): Remove.
6101         (gnus-treat-date-iso8601): Remove.
6102         (gnus-treat-date-user-defined): Remove.
6103         (gnus-article-date-headers): New variable to control all the date
6104         header options.
6105         (article-date-ut): Rewrite to allow using the new way to format date
6106         headers(s).
6107
6108 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6109
6110         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6111         method.
6112         (nnmail-article-group): A better test for fanciness.
6113
6114         * nnimap.el (nnimap-request-head): Protect against not finding the
6115         article by Message-ID.
6116
6117 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6118
6119         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6120         keep point at the "same place".
6121
6122 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6123
6124         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6125         data if the group is inactive.
6126
6127 2011-01-28  Julien Danjou  <julien@danjou.info>
6128
6129         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6130         (gnus-all-windows-visible-p): Remove old compatibility code.
6131         (gnus-window-top-edge): Add docstring.
6132
6133         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6134
6135 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6136
6137         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6138         older request-update-info.
6139
6140         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6141
6142 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6143
6144         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6145         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6146
6147 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6148
6149         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6150         groups.  This makes the nndraft:queue group pop up if it's not already
6151         there.
6152
6153         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6154         messages" logic, which was reversed.
6155
6156         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6157         the "same place" even if point is on the line being replaced.
6158         (article-update-date-lapsed): Allow updating both the combined lapsed
6159         and the lapsed headers.
6160         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6161         (article-make-date-line): Limit the number of segments dynamically to
6162         avoid too-long lines.
6163
6164 2011-01-27  Julien Danjou  <julien@danjou.info>
6165
6166         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6167         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6168
6169 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6172         Use plist-get instead of the cl function getf.
6173
6174 2011-01-27  Glenn Morris  <rgm@gnu.org>
6175
6176         * gnus-util.el (float-time): Get rid of compiler warning, again.
6177
6178 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6179
6180         * shr.el (shr-put-color): Special-case background colors: Do put them
6181         at the blank parts at the front of the lines.
6182
6183         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6184         exit hook to nix out all data on readedness on group exit.
6185
6186         * gnus-util.el (float-time): If float-time is bound, always use it on
6187         all Emacsen.  It's unclear why the subrp check was there.
6188         (time-date): Require to make some autoload issues on XEmacs go away.
6189
6190         * shr.el (shr-put-color): Don't do the box padding in tables, since
6191         they're already padded.
6192
6193 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6194
6195         * gnus-art.el (gnus-article-next-page): When the last line of the
6196         article is displayed, scroll down once more instead of going to the
6197         next article at once.
6198         (article-lapsed-string): Refactor out and allow specifying how many
6199         segments you want.
6200         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6201         (gnus-article-update-lapsed-header): New variable.
6202
6203         * shr.el: Revert change that made headings use different-sized faces.
6204         The Emacs display engine isn't advanced enough that, for instance,
6205         tables can comfortably use differently-sized faces.
6206
6207 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6208
6209         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6210         used.
6211         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6212         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6213         we're using an encrypted connection.
6214
6215         * proto-stream.el: Alter the interface functions to also return the
6216         actual stream type used: network or tls.
6217
6218 2011-01-25  Julien Danjou  <julien@danjou.info>
6219
6220         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6221         (mm-display-javascript-inline): New function.
6222
6223         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6224         viewing function.
6225
6226 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * shr.el (shr-expand-newlines): Fix variable name.
6229
6230 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6231
6232         * shr.el (shr-expand-newlines): Make nested boxes work.
6233
6234 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6235
6236         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6237         backgrounds.
6238         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6239         in a more sensible manner.
6240
6241 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6242
6243         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6244         if EPG is loaded.
6245
6246 2011-01-24  Julien Danjou  <julien@danjou.info>
6247
6248         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6249         tags.
6250
6251 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6252
6253         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6254         commands.
6255
6256         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6257         in the article buffer.
6258         (gnus-gravatar-insert): Use blank space from the current buffer to
6259         avoid breaking text properties.  This makes X-Sent updating work again.
6260
6261         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6262
6263 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6264
6265         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6266         fix the bug in url-http.el instead.
6267
6268         * shr.el (shr-image-fetched): Ditto.
6269
6270         * shr.el (shr-image-fetched): Avoid having point move in the article
6271         buffer.
6272
6273         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6274         buffer after being called.  It's apparently being killed by url.el, and
6275         killing it made point move to end-of-buffer in a random buffer.
6276
6277         * shr.el (shr-image-fetched): Ditto.
6278
6279 2011-01-23  Julien Danjou  <julien@danjou.info>
6280
6281         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6282
6283         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6284         text/x-org.
6285
6286 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6289         (i.e., nnimap) returning nil as the article number.
6290
6291 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6292
6293         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6294         "DelSp" parameter in RFC3676.
6295
6296 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6297
6298         * message.el (message-check-recipients): Display the encoded version of
6299         the bogus address if they differ.
6300
6301         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6302         after sending.
6303
6304         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6305
6306         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6307
6308         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6309         group buffer after sending the queue.
6310
6311         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6312
6313 2011-01-22  Julien Danjou  <julien@danjou.info>
6314
6315         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6316
6317 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6318
6319         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6320         nested related parts.
6321
6322         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6323         unexpired articles.  This fixes the regression that led expiry marks to
6324         disappear from nnfolder groups.
6325
6326 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6327
6328         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6329         Don't confuse the "ret" of "retrograde" with RET.
6330
6331 2011-01-21  Julien Danjou  <julien@danjou.info>
6332
6333         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6334         than mm-insert-inline.
6335
6336 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6339         Widen article buffer.
6340
6341 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6342
6343         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6344         the temp buffer.
6345         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6346
6347 2011-01-20  Julien Danjou  <julien@danjou.info>
6348
6349         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6350
6351         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6352         than mm-insert-inline to insert inline part: this respect
6353         mm-inline-media-tests displayers.
6354
6355         * mm-view.el (mm-display-shell-script-inline): New function.
6356
6357         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6358
6359         * mm-uu.el (mm-uu-type-alist): Add org block.
6360         (mm-uu-org-src-code-block-extract): New function.
6361
6362         * mm-view.el (mm-display-org-inline): New function.
6363
6364         * mm-decode.el (mm-automatic-display): Add text/org.
6365
6366         * mailcap.el (mailcap-mime-extensions): Add .org.
6367
6368 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6371         gnus-article-add-buttons.
6372
6373 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6374
6375         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6376         From header with a date and "nobody" as the sender.
6377
6378 2011-01-19  Julien Danjou  <julien@danjou.info>
6379
6380         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6381         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6382         if you have the same regexp several times.
6383         (gnus-button-push): Fix matching when regexp is symbol.
6384
6385 2011-01-15  Glenn Morris  <rgm@gnu.org>
6386
6387         * message.el (message-mail): A compose-mail function should
6388         accept headers as strings.
6389
6390 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6391
6392         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6393         Add :vert-only tags.
6394         (message-mail): New arg RETURN-ACTION.
6395         (message-return-action): New var.
6396         (message-bury): Use it.
6397         (message-mode): Make it buffer-local.
6398         (message-send-and-exit): Always call message-bury.
6399
6400         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6401         message-mail.
6402
6403 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6404
6405         * nnimap.el (nnimap-convert-partial-article): Protect against
6406         zero-length body parts.
6407
6408         * mm-decode.el (mm-preferred-alternative-precedence):
6409         Discourage showing empty parts.
6410
6411         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6412         and stuff if the backend didn't return the article number.  This fixes
6413         an Exchange-related nnimap bug.
6414
6415         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6416         group window, because it does the wrong thing when a separate frame
6417         displays the group buffer.
6418
6419         * proto-stream.el (open-protocol-stream): Protect against the low-level
6420         transport functions returning nil.
6421
6422 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6423
6424         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6425         (mml2015-epg-find-usable-secret-key): New function.
6426         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6427         mml2015-epg-find-usable-key (Bug#7797).
6428         (mml2015-epg-encrypt): Ditto.
6429
6430 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * dgnushack.el (rot13-string): Fix the way to get the argument.
6433
6434 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6437
6438 2011-01-03  Glenn Morris  <rgm@gnu.org>
6439
6440         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6441
6442         * sieve.el (sieve-open-server): Give a more explicit error if
6443         sieve-manage-open returns nil.  (Bug#7720)
6444
6445 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6446
6447         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6448
6449 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6452         This avoids sending passwords in plain text over non-encrypted
6453         channels.
6454
6455         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6456
6457         * nnimap.el (nnimap-login): Refactored out into own function, and
6458         implement CRAM-MD5.
6459         (nnimap-wait-for-line): Refactored out.
6460
6461         * mm-view.el (mml-smime): Require.
6462
6463 2010-12-20  David Engster  <deng@eml.cc>
6464
6465         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6466         use EPG to decrypt S/MIME messages instead of openssl.
6467
6468 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6471
6472         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6473         status is the group clearly is unreachable.
6474
6475         * auth-source.el (auth-source-create): Add the optional second
6476         parameter to `local-variable-p' to be compatible with XEmacs.
6477
6478 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6479
6480         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6481         work when using a compressed nnml folder.
6482
6483 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6486         backends after sanitising on entry, because this never makes sense:
6487         If the articles have gone missing, then the data no longer exists on
6488         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6489         overwrite anything anyway.
6490
6491         * shr.el (shr-insert-document): Bind shr-width dynamically to
6492         window-width if it's nil.
6493
6494 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6495
6496         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6497         with the meaning of using the full emacs window width for rendering.
6498
6499 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6500
6501         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6502         case when sender is not given.
6503
6504 2010-12-23  Julien Danjou  <julien@danjou.info>
6505
6506         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6507         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6508         the addresses, otherwise we might misplaced the gravatar.
6509
6510 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6511
6512         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6513         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6514         obsolete in Emacs.
6515
6516 2010-12-20  Julien Danjou  <julien@danjou.info>
6517
6518         * gnus-util.el (gnus-rescale-image): Revert last change.
6519
6520 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6521
6522         * binhex.el: Improve commentary (Bug#7482).
6523
6524 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * gnus-group.el (gnus-group-delete-articles): New command.
6527
6528 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6529
6530         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6531
6532 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6535         here, since it's up to the backends to do CRLF removal if their
6536         protocol has it.
6537
6538         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6539
6540 2010-12-17  Julien Danjou  <julien@danjou.info>
6541
6542         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6543         they are from file.  Can also scale up.
6544
6545 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6546
6547         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6548         Restore gnus-use-agent.
6549         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6550
6551         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6552
6553 2010-12-17  Julien Danjou  <julien@danjou.info>
6554
6555         * gravatar.el (gravatar-retrieve-synchronously): New function.
6556         (gravatar-get-data): Make more robust.
6557
6558 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6561
6562 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6565         to really consider the last line.
6566
6567 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6568
6569         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6570         list of recipient keys, or use symmetric encryption if not a list.
6571         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6572         EPA override, replacing the call to `netrc-store-data'.
6573
6574 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6575
6576         * gnus-srvr.el: Avoid passing nil regexp argument to
6577         delete-matching-lines.
6578
6579 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580
6581         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6582         fetching stops when Gnus exits.
6583
6584         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6585         function.
6586         (nnfolder-request-expire-articles): Save all the buffers after doing
6587         expiry.
6588
6589         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6590         the last article", since that led to serious performance regressions
6591         when expiring nnml groups.
6592
6593 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6594
6595         * nnir.el: Improve customizations.
6596
6597 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6600
6601         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6602         group has been killed.
6603         (gnus-group-yank-group): Ditto.
6604
6605         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6606
6607         * nnimap.el (nnimap-request-update-group-status): New function.
6608
6609         * gnus-int.el (gnus-request-update-group-status): New interface
6610         function.
6611
6612         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6613         copying read-ness to the backends.
6614
6615         * nnimap.el (nnimap-quirk): New function.
6616         (nnimap-retrieve-group-data-early): Use it.
6617         (nnimap-quirks): New alist.
6618
6619 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6622         don't delete it within indentation.
6623
6624 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6627         previous line.
6628
6629 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6632         QRESYNC command by deleting a superfluous space which broke Cyrus
6633         servers.  This change will break other servers that are buggy the other
6634         way around.
6635
6636 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6637
6638         * spam.el: Reindent and fix long lines.
6639         (spam-copy-or-move-routine): Exclude invalid move destinations.
6640
6641 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6642
6643         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6644         installed the registry.
6645
6646 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6649
6650 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6651
6652         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6653         groupname doesn't contain "gmane".
6654
6655 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6658         and netrc-bound-and-true-p bindings.
6659         (netrc-parse): Cache the netrc contents.
6660
6661         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6662         (gnus-1): Don't create the nndrafts group twice.
6663         (gnus-setup-news): There's no need to read the active file here, since
6664         that's done again later on a per-backend basis.
6665         (gnus-start-draft-setup): Make sure that the new group is started out
6666         empty.
6667
6668         * gnus-agent.el (gnus-agentize): Don't create the queue group
6669         automatically on startup.  It'll be created later, if needed.
6670
6671         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6672         of automatically subscribed groups.
6673         (gnus-auto-subscribed-categories): New variable.
6674         (gnus-matches-options-n): Use it.
6675         (gnus-default-subscribed-newsgroups): Remove unused variable.
6676         (gnus-start-draft-setup): Message a bit less.
6677
6678 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6679
6680         * nnir.el (nnir-run-imap): Return article list in order of increasing
6681         UID.
6682
6683 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6684
6685         * gnus-sum.el (gnus-summary-enter-digest-group):
6686         Mention gnus-auto-select-on-ephemeral-exit.
6687
6688         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6689         convention of the network-only option.
6690
6691 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692
6693         * proto-stream.el (proto-stream-open-network-only): New function to
6694         have a way to specify non-STARTTLS upgrade connections.
6695
6696 2010-12-10  Julien Danjou  <julien@danjou.info>
6697
6698         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6699         email address is nil.
6700
6701         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6702
6703 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6704
6705         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6706         deletion.
6707         (nnir-run-imap): Only need to parse list once.
6708
6709 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * shr.el (shr-tag-script): Ignore <script>.
6712         (shr-tag-label): Add <label> support.
6713
6714 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6717
6718         * shr.el (shr-image-displayer): Work for images lined side by side.
6719
6720 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6721
6722         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6723         parameter, since XEmacs doesn't accept t as a parameter.
6724
6725 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6726
6727         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6728         ids.
6729         (nnir-run-gmane): Simplify groupspec formatting.
6730         (nnir-request-expire-articles): New function.
6731
6732 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6735         overflow, possibly.
6736
6737         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6738         (shr-render-td): Handle td style="" better.
6739         (shr-tag-table): Use the color from the style sheet.
6740         (shr-render-td): Make sure we copy over all the overlays, too.
6741
6742 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6743
6744         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6745         (nnir-request-article): Improve article retrieval.
6746
6747 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * mm-util.el (mm-extra-numeric-entities): New variable.
6750
6751         * mm-url.el (mm-url-decode-entities):
6752         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6753
6754         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6755
6756 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6757
6758         * message.el: Use completion-at-point.
6759         (message-completion-function): New fun, extracted from message-tab.
6760         (message-mode): Use it for completion-at-point-functions.
6761         (message-tab): Use it and completion-at-point.
6762
6763 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6766         character if a non-breakable character follows.
6767
6768 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6771         any stream.
6772
6773         * shr.el (shr-tag-font): Colorize the region.
6774         (shr-tag-body): Ditto.
6775         (shr-tag-font): Actually let the styles be inherited instead of
6776         overwriting them.
6777         (shr-tag-font): Get the background color right.
6778         (shr-tag-style): Ignore all <style> tags for the moment.
6779
6780         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6781         a Message-ID to avoid having nnimap depend on gnus-sum.
6782
6783         * shr.el (shr-descend): Only colorize something if we have a node that
6784         sets colors.
6785
6786 2010-12-06  Julien Danjou  <julien@danjou.info>
6787
6788         * shr.el (shr-render-td): Render td content with shr-descend, so style
6789         will be applied to <td> too.
6790         (shr-colorize-region): Colorize region even if we only have a background.
6791         (shr-tag-body): Fix color and background color inheritance.
6792         Do not recolorize after shr-generic.
6793         (shr-tag-font): Let shr-generic colorize via inheritance.
6794
6795 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6798
6799 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6800
6801         * nnir.el (nnir-request-move-article): Remove obsolete code.
6802
6803 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6806
6807 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * gnus-sum.el (gnus-summary-respool-article): The completion function
6810         expects a list instead of an alist.
6811
6812         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6813         string as the parameter.
6814
6815         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6816
6817         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6818         styles.
6819         (shr-colorize-region): New function.
6820         (shr-insert-background-overlay): Remove.
6821         (shr-render-td): Background setting should be taken care of on a higher
6822         level.
6823         (shr-tag-body): Use post-hoc colorizations.
6824         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6825         (shr-put-color-1): Don't overwrite old colors.
6826         (shr-colorize-region): When the background color isn't explicit, use
6827         a fixed background.
6828
6829         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6830         nnmail variables.
6831
6832 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6833
6834         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6835         unless necessary.
6836
6837 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6838
6839         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6840         server.
6841
6842 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6845         so that TAB works.
6846
6847         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6848         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6849
6850         * shr.el (shr-urlify): Show the URL before the title to avoid
6851         misleading URLs.
6852
6853 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6854
6855         * shr.el (shr-urlify): Display the title in <a> tags.
6856
6857 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6858
6859         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6860
6861 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6862
6863         * nnir.el: Rearrange code to allow macros to be autoloaded by
6864         gnus-sum.el.
6865         (nnir-retrieve-headers-override-function): Make this variable
6866         customizable.
6867         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6868
6869         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6870         from nnir.el.
6871
6872 2010-12-03  Julien Danjou  <julien@danjou.info>
6873
6874         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6875
6876 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6879         allow optional argument `environment'.
6880
6881 2010-12-03  Glenn Morris  <rgm@gnu.org>
6882
6883         * mm-extern.el (message-goto-body): Update declaration.
6884
6885 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * gnus-util.el (gnus-macroexpand-all): New function.
6888
6889         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6890         instead of macroexpand-all that is unavailable in XEmacs.
6891
6892 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6893
6894         * nnir.el (nnir-summary-line-format): New variable.
6895         (nnir-mode): Use it.
6896         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6897         (nnir-article-ids): Reimplement as defsubst.
6898         (nnir-retrieve-headers): Don't mangle the subject header.
6899         (nnir-run-imap): Use 100 as RSV score.
6900         (nnir-run-find-grep): Fix for full server searching.
6901         (nnir-run-gmane): Better restriction to gmane groups.
6902
6903         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6904         summary buffers.
6905
6906 2010-12-02  Julien Danjou  <julien@danjou.info>
6907
6908         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6909
6910         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6911
6912         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6913         support.
6914
6915 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6916
6917         * nnir.el: Update to handle the registry better.
6918         (autoload): Silence byte-compiler.
6919         (nnir-open-server): Add a hook for nnir groups.
6920         (nnir-request-move-article): Don't mangle the header.  Better to use
6921         formatting variables (which will be added in the future).
6922         (nnir-registry-action): Update the registry using the original article
6923         group name.
6924         (nnir-mode): Install nnir-specific hooks for updating the registry.
6925
6926         * gnus-sum.el
6927         (gnus-article-original-subject,gnus-newsgroup-original-name):
6928         Remove obsolete variables.
6929         (gnus-summary-move-article): Remove use of obsolete variables.
6930         (gnus-summary-local-variables): Make move and delete hooks local to
6931         summary buffers.
6932
6933 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934
6935         * rtree.el: New file.
6936
6937 2010-12-01  Julien Danjou  <julien@danjou.info>
6938
6939         * message.el (message-user-organization): Do not use
6940         gnus-local-organization.
6941
6942         * gnus.el: Remove gnus-local-organization.
6943
6944         * gnus-msg.el: Remove nastygram thing.
6945
6946 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6949         funcall.
6950
6951 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6954         names.
6955
6956         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6957         characters.
6958
6959         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6960         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6961         Suggested by Štěpán Němec <stepnem@gmail.com>.
6962         (gnus-gravatar-transform-address): Use mail-extract-address-components
6963         that supports non-ASCII names rather than mail-header-parse-addresses.
6964
6965 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966
6967         * proto-stream.el (open-protocol-stream): All starttls connections are
6968         handled by the network handler.
6969
6970 2010-11-30  Julien Danjou  <julien@danjou.info>
6971
6972         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6973         (nnimap-open-connection-1): Fix PREAUTH.
6974
6975         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6976
6977 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6980         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6981         (shr-insert): Use them.
6982         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6983
6984 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6985
6986         * nnir.el (nnir-request-move-article): Bail out if original group
6987         doesn't support article moves.
6988         (nnir-get-active): Improve active list retrieval.
6989
6990 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6993
6994 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6995
6996         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6997         seem to accept strings-with-numbers as port numbers.
6998
6999 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7000
7001         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7002         change the registry.
7003
7004 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7007         delete-dups that is not available in XEmacs 21.4.
7008
7009         * mm-util.el (mm-delete-duplicates): Add comment.
7010
7011 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7012
7013         * nnir.el (nnir-ignored-newsgroups): New variable.
7014         (nnir-get-active): Use it.
7015
7016 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017
7018         * proto-stream.el (proto-stream-open-network): Add some comments.
7019
7020         * nntp.el (nntp-open-connection): Provide a :success condition.
7021
7022         * nnimap.el (nnimap-open-connection-1): Ditto.
7023
7024         * proto-stream.el (proto-stream-open-network): See what the response to
7025         the STARTTLS command is.
7026
7027         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7028         backwards compatibility).
7029         (nnimap-open-connection-1): Really respect nnimap-server-port.
7030
7031         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7032         TLS upgrades we don't really care about the identity of the peer.
7033         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7034         that what we've checked for.
7035         (proto-stream-always-use-starttls): Only default to t if
7036         open-gnutls-stream exists.
7037         (proto-stream-open-network): If STARTTLS failed, then just open a
7038         normal connection.
7039         (proto-stream-open-network): Wait until the greeting before doing
7040         STARTTLS.
7041
7042         * nntp.el (nntp-open-connection): Report what the connection error is.
7043
7044         * proto-stream.el (open-protocol-stream): Rename from
7045         open-proto-stream.
7046
7047 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7048
7049         * nnimap.el (nnimap-stream): Change default to `undecided'.
7050         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7051         first, and then network.
7052         (nnimap-open-connection-1): Respect nnimap-server-port.
7053         (nnimap-open-connection): Be more backwards-compatible.
7054
7055         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7056         (proto-stream-open-starttls): De-duplicate the starttls code.
7057         (proto-stream-open-starttls): Folded back into the main function.
7058         (proto-stream-open-network): Fix typo in the gnutls path.
7059         (proto-stream-command): Refactor out.
7060
7061         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7062
7063         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7064         starttls.el STARTTLS.
7065
7066         * color.el (color-lab->srgb): Fix function call name.
7067
7068         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7069         if we're using tls.el.
7070         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7071         built in, then don't try to establish a STARTTLS connection.
7072
7073         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7074         servers.
7075
7076         * proto-stream.el (open-proto-stream): Use network, not stream.
7077         (open-proto-stream): Add a way to specify what the end of a command is.
7078
7079         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7080         connections types.
7081         (nntp-open-network-stream): Remove.
7082         (nntp-open-ssl-stream): Remove.
7083         (nntp-open-tls-stream): Remove.
7084         (nntp-ssl-program): Remove.
7085
7086         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7087
7088 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7089
7090         * nnir.el: Fix typos.
7091         (nnir-retrieve-headers-override-function): Rename variable to reflect
7092         new semantics.
7093         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7094         macros.
7095         (nnir-request-article, nnir-request-move-article): Use them.
7096         (nnir-categorize): New function.
7097         (nnir-run-query): Use it.
7098         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7099         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7100         sorted.
7101         (nnir-group-full-name): Use gnus-group-full-name instead.
7102         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7103         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7104
7105 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7108
7109         * proto-stream.el: New library to provide protocol-specific
7110         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7111         protocols.
7112         (open-proto-stream): Complete the documentation.
7113         (proto-stream-open-network): Fix some typos.
7114
7115         * nnimap.el (nnimap-open-connection): Use it.
7116
7117 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7118
7119         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7120         negotiation.
7121
7122 2010-11-26  Julien Danjou  <julien@danjou.info>
7123
7124         * color.el: Rename various rgb functions to srgb.
7125
7126 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127
7128         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7129         names.
7130
7131 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * shr.el (shr-insert): Revert last change.
7134         (shr-find-fill-point): Never leave point being at bol;
7135         relax the kinsoku limitation when rendering tables.
7136
7137 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138
7139         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7140         results from -accept-article.
7141
7142         * shr-color.el: Require cl when compiling.
7143
7144         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7145         checkin.
7146
7147         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7148
7149         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7150
7151         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7152         'add and 'delete to set backend marks.
7153
7154         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7155
7156         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7157
7158         * nntp.el (nntp-request-set-mark): Use it.
7159
7160         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7161
7162         * nnml.el (nnml-request-set-mark): Ditto.
7163
7164         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7165         introduces regressions in article selection.
7166         (nnimap-find-uid-response): New function.
7167         (nnimap-request-accept-article): Use the UID returned, if any.
7168         (nnimap-request-move-article): Use the UID returned, if any.
7169         (nnimap-get-groups): Reimplement to work with folded lines.
7170         (nnimap-find-uid-response): The UID is the last element in the list.
7171         (nnimap-request-set-mark): Extend syntax with 'set.
7172
7173         * nnml.el (nnml-request-set-mark): Ditto.
7174
7175         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7176
7177         * nntp.el (nntp-request-set-mark): Ditto.
7178
7179 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * message.el (message-called-interactively-p): A temporary macro.
7182         (message-goto-body): Use it temporarily.
7183
7184 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7187         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7188         (nnimap-last-response-string): Fix last unfolding fix.
7189
7190 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * shr.el (shr-insert): Fix the way to fold lines.
7193
7194 2010-11-25  Julien Danjou  <julien@danjou.info>
7195
7196         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7197
7198         * color.el: Rename from color-lab.el
7199         (color-rgb->hex): Add.
7200         (color-complement): Add.
7201         (color-complement-hex): Add.
7202
7203         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7204
7205 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * shr-color.el (shr-color-visible): Don't bug out if the color names
7208         don't exist.
7209
7210 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7213         assuming that article displaying or another mml-preview may be
7214         interrupted for an error or for the like.
7215
7216         * shr.el (shr-get-background): Fix argument name.
7217
7218 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7221
7222         * gnus-sum.el (gnus-summary-include-articles): New function.
7223
7224         * message.el (message-goto-body): called-interactively-p needs a
7225         parameter, so use `any'.
7226
7227         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7228         clear marks before moving, since they're synced from the Gnus side
7229         first.
7230
7231         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7232         (gnus-summary-move-article): Copy over all marks before moving, so that
7233         IMAP doesn't think a new article has arrived.
7234
7235 2010-11-24  Julien Danjou  <julien@danjou.info>
7236
7237         * shr.el (shr-insert-background-overlay): Fix typo.
7238         (shr-render-td): Copy the background before rendering.
7239
7240         * shr-color.el (shr-color-visible): Fix docstring.
7241
7242         * shr.el (shr-tag-table): Add bgcolor support.
7243         (shr-render-td): Add bgcolor support.
7244         (shr-get-background): Add.
7245         (shr-insert-foreground-overlay): Use shr-get-background.
7246
7247         * message.el (message-goto-body): Use called-interactively-p.
7248         (message-in-body-p): message-goto-body returns point.
7249
7250 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7251
7252         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7253         Fixes something or other in Emacs 23, and is backwards compatible.
7254
7255         * message.el (message-goto-body): Remove the <#secure special-casing,
7256         which is too special.
7257
7258         * shr.el (shr-parse-style): Drop !important from styles.
7259
7260 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7261
7262         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7263         this function to return incorrect results when calling it with an
7264         explicit article argument different from
7265         (gnus-summary-article-number).
7266
7267 2010-11-24  Julien Danjou  <julien@danjou.info>
7268
7269         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7270         (shr-tag-body): Add background support.
7271         (shr-descend): Add background support.
7272         (shr-tag-title): Add.
7273
7274         * shr-color.el (shr-color-visible): Really return original background
7275         if fixed.
7276
7277 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278
7279         * shr.el (shr-color-check): Protect against non-existent color names.
7280
7281 2010-11-24  Julien Danjou  <julien@danjou.info>
7282
7283         * color-lab.el: Require 'cl when compiling.
7284
7285         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7286
7287         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7288         matched part.
7289
7290         * color-lab.el: Fix all expt calls to use float type.
7291
7292 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7295         expression to shr-color-check as is.
7296
7297         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7298
7299         * color-lab.el: Add coding cookie.
7300         (float-pi): Use eval-and-compile.
7301
7302         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7303         compiled for Emacsen having no `libxml-parse-html-region' support.
7304
7305 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7306
7307         * shr.el (shr-insert-color-overlay): Split stuff like
7308         "#444444 !important" to find the real color.
7309         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7310         parse <font color="red"> entries.
7311
7312 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7313
7314         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7315         point when parsing headers.
7316
7317         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7318         is positioned properly when parsing headers.
7319
7320 2010-11-23  Julien Danjou  <julien@danjou.info>
7321
7322         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7323
7324         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7325
7326         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7327
7328         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7329         Use shr-color-hue-to-rgb.
7330         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7331
7332 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * shr.el (shr-color->hexadecimal): Autoload.
7335         (shr-descend): Add color to all tags.
7336
7337 2010-11-22  Julien Danjou  <julien@danjou.info>
7338
7339         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7340         shr-color->hexadecimal.
7341
7342         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7343         RGB() or HSL() color representation.
7344
7345         * shr.el (shr-tag-font): Add.
7346         (shr-tag-color-check): New function to get better colors.
7347         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7348         tag-span.
7349
7350         * shr-color.el: New file.
7351
7352         * color-lab.el: New file.
7353
7354         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7355
7356 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7357
7358         * nnir.el: Fix typo in comments.
7359         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7360         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7361
7362 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7365
7366         * nnimap.el (nnimap-get-capabilities): Refactor out.
7367         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7368
7369 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7370
7371         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7372         appearing when `mm-uu-hide-markers' is nil.
7373
7374 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * nnimap.el (nnimap-unselect-group): Make into its own function.
7377         (nnimap-request-rename-group): Unselect group before renaming.
7378         This had gotten lost somewhere.
7379         (nnimap-request-accept-article): Keep track of examined groups, and
7380         unselect the group before APPENDing to read-only groups.
7381         (nnimap-request-move-article): Clear flags before moving so that they
7382         can be re-set later.
7383
7384 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7387         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7388
7389 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-art.el (gnus-mime-display-single):
7392         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7393         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7394         parameter.
7395
7396 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7399         (shr-table-vertical-line): New variable.
7400         (shr-insert-table): Use it.
7401
7402 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-html.el (gnus-html-wash-images): Don't display images if
7405         gnus-inhibit-images is non-nil; register displayer for cid images.
7406         (gnus-html-display-image): Work for cid image.
7407         (gnus-html-insert-image): Allow arguments.
7408         (gnus-html-put-image): Inhibit read-only.
7409         (gnus-html-prefetch-images): Don't prefetch images if
7410         gnus-inhibit-images is non-nil.
7411
7412 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413
7414         * shr.el (shr-put-image): Break lines when inserting big pictures.
7415
7416 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7417
7418         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7419         sender, thanks Katsumi Yamaoka.
7420
7421 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7422
7423         * nnir.el (nnir-run-imap): Reverse the article list for each group
7424         rather than the whole list.
7425
7426 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * shr.el (shr-image-displayer): Protect function against non-existent
7429         image source.
7430
7431         * gnus-art.el (gnus-inhibit-images): New user option.
7432         (gnus-mime-display-single): Don't display image if it is non-nil.
7433
7434         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7435         gnus-inhibit-images.
7436
7437         * shr.el (shr-image-displayer): New function.
7438         (shr-tag-img): Use it.
7439
7440 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7441
7442         * mml2015.el (mml2015-epg-sign): Use From header.
7443
7444 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445
7446         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7447
7448         * gnus-util.el (gnus-find-text-property-region): Return markers.
7449
7450         * shr.el (shr-tag-img): Put a displayer in the text property.
7451
7452         * gnus-util.el (gnus-find-text-property-region): New utility function.
7453
7454         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7455         (gnus-html-show-images): Remove.
7456
7457         * gnus-art.el (gnus-article-show-images): New, more general function.
7458
7459         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7460         image url text properties.
7461
7462         * shr.el: Ditto.
7463
7464         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7465         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7466
7467 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7470         work for two or more articles.
7471
7472 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7475         divide an image that's in an html article to two or more when washing
7476         non-ASCII characters in alt text of it.
7477
7478 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7481         smime-decrypt-region using function argument.
7482         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7483
7484         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7485
7486         * smime.el (smime-decrypt-region): Catch it.
7487
7488 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7489
7490         * smime.el (smime-mode-map): Move initialization into declaration.
7491         (gnus-run-mode-hooks): Don't autoload.
7492         (smime-mode): Use define-derived-mode.
7493
7494 2010-11-11  Glenn Morris  <rgm@gnu.org>
7495
7496         * smime.el (from): Restrict declaration to XEmacs.
7497
7498         * nnir.el (gnus-group-topic-name): Autoload.
7499
7500 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * shr.el (shr-insert): Don't break long line if it is because of
7503         kinsoku-bol characters in the line end.
7504
7505 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7506
7507         * nnir.el (nnir-request-move-article): Fix to provide original group
7508         and subject.
7509         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7510         been retrieved.
7511
7512         * gnus-sum.el (gnus-summary-move-article): Use original group and
7513         subject for virtual articles such as those in an nnir summary buffer.
7514
7515 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7518         least 21.5).
7519
7520         * smime.el (from): Declare it again for XEmacs.
7521
7522 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * message.el (message-resend): Don't disable encoding unless it's
7525         already encoded.
7526
7527         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7528         low-numbered articles.
7529
7530 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * rfc2047.el (rfc2047-syntax-table): Simplify.
7533
7534         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7535
7536         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7537         set-char-table-range for XEmacs.
7538
7539 2010-11-10  Glenn Morris  <rgm@gnu.org>
7540
7541         * time-date.el (time-to-seconds): Always an alias on Emacs,
7542         never a real function.
7543         (with-no-warnings): Remove compat stub, now unused.
7544         (time-less-p): Doc fix.
7545         (time-to-number-of-days): Simplify.
7546
7547         * smime.el (from): Remove unused declaration.
7548
7549         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7550         (gnus-float-time): On Emacs, always an alias.
7551
7552         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7553         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7554
7555 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * dgnushack.el: Don't use ignore-errors in the top level form since it
7558         is unavailable in XEmacs even if cl is loaded.
7559
7560         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7561
7562 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7563
7564         * shr.el (browse-url-mailto): Autoload.
7565
7566         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7567
7568         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7569         regexp doesn't need quoting.
7570
7571 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7572
7573         * message.el (message-subject-trailing-was-ask-regexp)
7574         (message-subject-trailing-was-regexp): Match was: in addition to was.
7575
7576 2010-11-09  Glenn Morris  <rgm@gnu.org>
7577
7578         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7579         (nnbabyl-check-mbox): Use point-at-bol.
7580
7581 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7584
7585         * message.el (message-mailto): New function.
7586         (message-mailto): Should accept other parameters.
7587         (message-mailto): Remove since it duplicates browse-url-mailto
7588         functionality.
7589
7590 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7591
7592         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7593         methods.
7594         (gnus-read-active-file): Ditto.
7595
7596         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7597         ": " from the prompt.
7598         (gnus-group-make-group): Ditto.
7599
7600 2010-11-07  Glenn Morris  <rgm@gnu.org>
7601
7602         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7603         (gnus-bookmark-kill-line): Use point-at-eol.
7604
7605 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7608         asterisks in From header.
7609
7610 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611
7612         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7613         string to avoid making the From headers syntactically invalid.
7614
7615         * message.el (message-send-mail): Don't insert courtesy messages if the
7616         message already has List-Post and List-ID messages.
7617
7618 2010-11-06  Glenn Morris  <rgm@gnu.org>
7619
7620         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7621         `condition', `type', `length' a prefix.
7622         (gnus-treat-predicate): Update for above name changes.
7623
7624 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7625
7626         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7627         binding.  Handled by `gnus-summary-refer-thread' instead.
7628         (nnir-warp-to-article): New backend function.
7629
7630         * nnimap.el (nnimap-request-thread): Force dependency updating.
7631
7632         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7633         (gnus-summary-refer-thread): Rework to improve thread-referral.
7634
7635         * gnus-int.el (gnus-warp-to-article): New function.
7636
7637         * gnus-sum.el (gnus-summary-article-map): Bind it.
7638
7639 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7640
7641         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7642         gnus-summary-refer-thread.
7643
7644         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7645         headers.
7646         (gnus-summary-limit-include-thread): Prevent articles in thread from
7647         being cut in gnus-cut-threads.
7648         (gnus-summary-refer-thread): Limit retrieved headers to those in
7649         thread.
7650
7651 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7652
7653         * message.el (message-send-mail): Use the value of
7654         message-courtesy-message from the message buffer.
7655
7656         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7657
7658         * shr.el (shr-browse-url): Implement mailto: URLs.
7659
7660         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7661         "raw".
7662
7663         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7664         if it's already selected.
7665
7666         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7667
7668 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7671         to measure the length and truncate alt text.
7672
7673 2010-11-03  Glenn Morris  <rgm@gnu.org>
7674
7675         * nndiary.el (nndiary-generate-nov-databases-1)
7676         (nndiary-generate-active-info): Rename dynamic variable `files' to
7677         something less generic.
7678
7679 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7680
7681         * nnir.el (nnir-request-move-article): Call the underlying backend to
7682         move articles from nnir.
7683
7684 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7687
7688 2010-11-02  Julien Danjou  <julien@danjou.info>
7689
7690         * nnir.el: Remove wais support.
7691
7692 2010-11-02  Glenn Morris  <rgm@gnu.org>
7693
7694         * gnus-html.el: Reorder requirements to quieten compiler.
7695
7696 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7699         properly for XEmacs as well.
7700         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7701         (gnus-article-natural-long-line-p): Use window-width rather than
7702         frame-width.
7703
7704 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7705
7706         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7707         (nnir-read-parms): Don't modify query.
7708         (nnir-run-query): Add ability to search topic on current line.
7709         (nnir-get-active): Clean up.
7710
7711 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712
7713         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7714         degenerate articles.
7715
7716         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7717         (gnus-print-buffer): Just print the buffer as is, without any copying
7718         to a buffer and then re-highlighting.
7719
7720         * nnimap.el (nnimap-request-group): Store the new updated info.
7721         (nnimap-request-group): Select the group when we don't know whether it
7722         exists or not.
7723
7724         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7725         groups.
7726
7727         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7728         groups.
7729
7730         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7731         groups.
7732
7733         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7734         long-lines case by only filling the long lines.
7735
7736         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7737         (bug #7311).
7738
7739 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * shr.el: No need to declare `declare-function' since shr.el is for
7742         only Emacsen that provide `libxml-parse-html-region'.
7743
7744         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7745         effective only in a file it is referred to.
7746
7747 2010-11-01  Glenn Morris  <rgm@gnu.org>
7748
7749         * mm-util.el (gnus-completing-read): Autoload.
7750         (mm-read-coding-system): Simplify Emacs definition.
7751
7752         * nnmail.el (gnus-activate-group):
7753         * nnimap.el (gnutls-negotiate):
7754         * nntp.el (netrc-parse): Fix declarations.
7755
7756 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7759         string-match-p in Emacs >=23.
7760
7761         * gnus-msg.el (gnus-configure-posting-styles):
7762         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7763
7764 2010-11-01  Glenn Morris  <rgm@gnu.org>
7765
7766         * nnir.el (declare-function): Add compat stub.
7767         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7768         (nnir-run-gmane): Require 'mm-url.
7769
7770         * mm-util.el (mm-string-to-multibyte): Simplify.
7771
7772         * shr.el (declare-function): Add compat stub.
7773         (url-cache-create-filename): Declare.
7774         (mm-disable-multibyte, widget-convert-button): Autoload.
7775
7776         * smime.el (ldap-search): Declare.
7777         (smime-cert-by-ldap-1): Require ldap on Emacs.
7778
7779         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7780         (nnimap-keepalive): Use gnus-float-time.
7781
7782         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7783         (mail-source-delete-crash-box): Use gnus-float-time.
7784
7785         * gnus-dired.el (gnus-completing-read): Autoload.
7786
7787         * mm-view.el (gnus-rescale-image): Autoload.
7788
7789         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7790
7791         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7792
7793         * sieve-manage.el: Require 'cl when compiling.
7794
7795         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7796         (gnus-iswitchb-completing-read): Require iswitchb.
7797         (gnus-select-frame-set-input-focus): Silence compiler.
7798
7799 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800
7801         * message.el (message-subject-trailing-was-query): Change default to t,
7802         since I think that's what most people want.
7803
7804         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7805         appending for easier debugging.
7806         (nnimap-wait-for-connection): Take a regexp.
7807         (nnimap-request-accept-article): Wait for the continuation line before
7808         sending anything unless we're streaming.
7809
7810         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7811         leave the header washing to take place.
7812
7813 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7814
7815         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7816         regular expression match and replace in posting styles.
7817
7818 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7819
7820         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7821         an entire server.
7822         (nnir-get-active): New function.
7823         (nnir-run-imap): Use it.
7824         (nnir-run-gmane): Who knew, gmane search returns an article score!
7825
7826         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7827         server on the current line with nnir.
7828
7829 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7830
7831         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7832         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7833         left edge.
7834         (gnus-article-foldable-buffer): Skip past the prefix when determining
7835         raggedness.
7836
7837         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7838         the raw article, and change `C-u g' to show the article without doing
7839         treatments.
7840
7841         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7842         on to `gnus-treat-article'.
7843         (gnus-inhibit-article-treatments): New variable.
7844
7845         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7846
7847         * gnus-art.el (gnus-treatment-function-alist): Have
7848         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7849         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7850         sections.
7851
7852         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7853         parameter.
7854         (gnus-article-fill-cited-long-lines): New function.
7855         (gnus-article-fill-cited-article): Allow filling only long sections.
7856
7857         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7858         and non-punctuation (like after the apostrophe in "'We").
7859
7860         * gnus-sum.el (gnus-summary-select-article): Make sure
7861         gnus-original-article-buffer is alive.
7862
7863         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7864         reflect the order they're in in the digest.
7865
7866         * gnus.el (gnus-group-startup-message): Move point to the start of the
7867         buffer.
7868
7869         * nnimap.el (nnimap-capability): New function.
7870         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7871         is set.
7872
7873 2010-10-31  David Engster  <dengste@eml.cc>
7874
7875         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7876         conform with changes to gnus-completing-read.
7877
7878 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7881
7882 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7883
7884         * nnir.el: Move defvar, defcustom around to keep file organized
7885         and keep byte-compiler quiet.
7886         (nnir-read-parms): Accept search-engine as arg.
7887         (nnir-run-query): Pass search-engine as arg.
7888         (nnir-search-engine): Remove.
7889
7890 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * shr.el (shr-generic): The text nodes should be text, not :text.
7893
7894         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7895         later in the file.
7896
7897 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7898
7899         * nnir.el: General clean up.  Allow searching with multiple engines.
7900         Allow separate extra-parameters for each engine.
7901         Batch queries when possible.
7902         (nnir-imap-default-search-key,nnir-method-default-engines):
7903         Add customize interface.
7904         (nnir-run-gmane): New engine.
7905         (nnir-engines): Use it.  Qualify all prompts with engine name.
7906         (nnir-search-engine): Remove global variable.
7907         (nnir-run-hyrex): Restore for now.
7908         (nnir-extra-parms,nnir-search-history): New variables.
7909         (gnus-group-make-nnir-group): Use them.
7910         (nnir-group-server): Remove in favor of gnus-group-server.
7911         (nnir-request-group): Avoid searching twice.
7912         (nnir-sort-groups-by-server): New function.
7913
7914 2010-10-30  Julien Danjou  <julien@danjou.info>
7915
7916         * gnus-group.el: Remove gnus-group-fetch-control.
7917
7918         * gnus-start.el (gnus-find-new-newsgroups):
7919         Remove gnus-check-first-time-used.
7920
7921         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7922
7923 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7924
7925         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7926         set on groups that don't have \* permanentflags.
7927
7928 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7931         control the background color.
7932         (shr-tag-img): Ignore very small web bug type images.
7933         (shr-put-image): Add help-echo alt texts to the images.
7934         (shr-tag-video): Show the video poster image.
7935
7936 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * shr.el (shr-table-depth): New variable.
7939         (shr-tag-table-1): Only insert the images after the top-level table.
7940
7941         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7942
7943         * gnus-util.el (gnus-list-memq-of-list): New function.
7944
7945         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7946         selected.
7947         (nnimap-unsplittable-articles): New slot.
7948         (nnimap-new-articles): Use it.
7949
7950 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7951
7952         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7953         move to the previous line on `M-g'.
7954
7955 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7958         *-request-group, which seems unnecessary.
7959
7960         * nnimap.el (nnimap-quote-specials): Function copied over from
7961         imap.el.
7962         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7963         they support that.  Suggested by Tom Regner.
7964
7965 2010-10-29  Julien Danjou  <julien@danjou.info>
7966
7967         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7968         defalias.
7969         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7970
7971         * gnus.el: Remove `gnus-nntp-service' variable.
7972         (gnus-secondary-servers): Make obsolete.
7973         (gnus-nntp-server): Make obsolete.
7974
7975         * gnus-start.el (gnus-1): Remove x-splash calls.
7976
7977         * gnus-ems.el (gnus-x-splash): Remove.
7978
7979         * gnus.el (gnus-group-startup-message): Simplify/update code.
7980
7981         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7982         definition.
7983
7984         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7985         capability before doing anything.
7986         (gnus-group-insert-group-line): Remove useless
7987         gnus-group-remove-excess-properties.
7988
7989 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7992
7993 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7996         config after reselecting.
7997
7998 2010-10-28  Julien Danjou  <julien@danjou.info>
7999
8000         * shr.el (shr-put-image): Use point even if only inserting text.
8001         (shr-put-image): Save excursion when inserting alt text on non-graphic
8002         display, so the behavior is the same when we are on a graphic display.
8003
8004         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8005
8006 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8009         (gnus-mime-copy-part): Check coding system, not charset.
8010         (gnus-mime-view-part-externally): Never remove part.
8011         (gnus-mime-view-part-internally): Don't remove part here.
8012         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8013         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8014         multipart/alternative.
8015
8016         * mm-decode.el (mm-display-part): Take optional arg `force'.
8017
8018 2010-10-26  Julien Danjou  <julien@danjou.info>
8019
8020         * gnus-group.el (gnus-group-default-list-level): Add this function to
8021         compute the default list level.
8022         (gnus-group-default-list-level): Add possibility to use a function.
8023
8024 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8027
8028         * gnus-group.el (gnus-group-completing-read)
8029         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8030         gnus-replace-in-string.
8031
8032 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * shr.el (shr-tag-div): Add.
8035
8036         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8037
8038 2010-10-25  Julien Danjou  <julien@danjou.info>
8039
8040         * gnus-util.el: Remove `gnus-with-local-quit'.
8041
8042         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8043
8044 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8045
8046         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8047         the original article buffer.
8048
8049 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050
8051         * nnimap.el (nnimap-request-head): New function.
8052         (nnimap-request-move-article): Try to be slightly faster by not
8053         requesting the entire message when moving.
8054         (nnimap-transform-headers): Don't bug out on bodiless articles.
8055         (nnimap-send-command): Have no outstanding messages if the IMAP server
8056         doesn't support streaming.
8057         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8058
8059 2010-10-24  Julien Danjou  <julien@danjou.info>
8060
8061         * message.el (message-default-headers): Fix type.
8062
8063 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8066         prefetching images.
8067
8068         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8069         backend for unknown groups.  This is mainly useful for nnimap groups.
8070
8071         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8072         group isn't covered by the agent.
8073
8074 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8075
8076         * nnir.el (nnir-method-default-engines): New variable.
8077         (nnir-run-query): Use it.
8078         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8079         (gnus-summary-nnir-goto-thread): Change group if needed.
8080
8081         * gnus-group.el (gnus-group-group-map): Add key binding for
8082         gnus-group-make-nnir-group.
8083
8084 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8085
8086         * shr.el (shr-tag-object): Add.
8087
8088         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8089         original article buffer live.
8090         (gnus-summary-select-article-buffer):
8091         Mention gnus-widen-article-buffer.
8092
8093 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * shr.el (shr-tag-strong): Add.
8096
8097 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8100         group names.  They mess up the group buffer badly.
8101
8102         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8103
8104         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8105         instead of the summary one.
8106
8107 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * mml.el (mml-preview): Work properly when editing article.
8110
8111         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8112         gnus-have-read-active-file if it's already been in.
8113
8114 2010-10-22  Tom Tromey  <tromey@redhat.com>
8115
8116         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8117         gnus-group-completing-read.
8118
8119 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * message.el (message-mode-map): Don't bind M-; to comment region, to
8122         allow the global comment-dwim to work.
8123
8124 2010-10-21  Julien Danjou  <julien@danjou.info>
8125
8126         * message.el (message-setup-1): Allow message-default-headers to be a
8127         function.
8128
8129 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * shr.el (shr-tag-table): Simplify.
8132
8133 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8136         to avoid trying to snarf invalid stuff.
8137
8138         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8139
8140         * gnus.el (gnus-message-archive-group): Quote value.
8141         (gnus-message-archive-group): Mark as changed.
8142
8143         * shr.el (shr-add-font): Don't put the font properties on the newline
8144         or the indentation.
8145
8146         * message.el (message-fix-before-sending): Change options when sending
8147         non-printable characters.
8148
8149         * gnus.el (gnus-message-archive-method): Change the default to
8150         monthly outgoing groups.
8151
8152         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8153         that have gotten new numbers.
8154
8155         * nnimap.el (nnimap-request-replace-article): New function.
8156
8157 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8160         (nnrss-request-article): Don't use special html washing code.
8161
8162 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * shr.el (shr-tag-table): Remove useless nconc.
8165
8166 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8167
8168         * gnus-art.el (article-wash-html): Simplify and remove the charset
8169         stuff.  Use the normal html rendering code instead of the special html
8170         washing code.
8171
8172         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8173         `gnus-w3m' symbols.
8174         (mm-text-html-washer-alist): Remove.
8175
8176         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8177         (mm-inline-media-tests): Remove use.
8178         (mm-text-html-renderer): Change default to the `shr' symbol.
8179
8180         * mm-view.el (mm-inline-text-html): Remove use.
8181
8182         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8183         `gnus-blocked-images' to be a function.
8184         (gnus-article-wash-function): Remove.
8185
8186 2010-10-20  Julien Danjou  <julien@danjou.info>
8187
8188         * spam.el (spam-list-of-processors): Mark as obsolete.
8189
8190         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8191         (nnimap-insert-partial-structure): Fix boundary detection.
8192
8193 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8194
8195         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8196         run file-truename on remote files.  This can be expensive and even
8197         prevent one from editing drafts if some unrelated buffer has a stale
8198         connection.
8199
8200 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8203         kinsoku-eol regardless of shr-kinsoku-shorten.
8204         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8205         (shr-tag-table): Support caption, thead, and tfoot.
8206
8207 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8208
8209         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8210         lines.
8211         (shr-save-contents): New command and keystroke.
8212
8213         * nndoc.el (nndoc-type-alist): Add git support.
8214         (nndoc-git-type-p): New function.
8215         (nndoc-transform-git-article): Ditto.
8216         (nndoc-transform-git-headers): Ditto.
8217         (nndoc-transform-git-headers): Generate Subject headers.
8218
8219         * shr.el (shr-parse-style): New function.
8220         (shr-tag-span): Ditto.
8221
8222         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8223         to `G G' to avoid collisions.
8224
8225 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * shr.el: Load kinsoku if necessary.
8228         (shr-kinsoku-shorten): New internal variable.
8229         (shr-find-fill-point): Make kinsoku shorten text line if
8230         shr-kinsoku-shorten is bound to non-nil.
8231         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8232         shr-indentation too when testing if table is wider than frame width.
8233         (shr-insert-table): Use `string-width' instead of `length' to measure
8234         text width.
8235         (shr-insert-table-ruler): Make sure indentation is done at bol.
8236
8237 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8238
8239         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8240         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8241         undecoded network data.
8242
8243 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8244
8245         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8246         name in the mode line spec so that the mode line menu works
8247         (bug #2431).
8248
8249         * message.el (message-get-reply-headers): If we're fed `to-address',
8250         then always use that.
8251
8252         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8253         aren't so wide as to need to switch off the edit menu.
8254
8255         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8256         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8257
8258         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8259         `M-g'.
8260         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8261         the permanent marks.
8262
8263 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8264
8265         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8266         Splitting according to references/in-reply-to obeys the ignore-groups
8267         variable, while splitting by sender and subject do not.
8268
8269 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270
8271         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8272         alist, so that we can look for non-Unicode chars.
8273         (article-translate-strings): Allow both character and string maps.
8274
8275 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * shr.el (shr-insert): Don't insert space behind a wide character
8278         categorized as kinsoku-bol, or between characters both categorized as
8279         nospace.
8280
8281 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8282
8283         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8284         headers to gnus-newsgroup-headers.
8285
8286 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * shr.el (shr-tag-img): Don't align images -- since we're not
8289         rescaling, this often leads to ugly displays.
8290
8291 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8292
8293         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8294         duplicates.
8295
8296 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8297
8298         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8299         call.
8300
8301 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * gnus.el: Autoload gnus-html-show-images.
8304
8305         * nnimap.el: Use nnheader-message throughout.
8306
8307         * shr.el (shr-tag-img): Ignore images with no data.
8308
8309 2010-10-15  Julien Danjou  <julien@danjou.info>
8310
8311         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8312         a possibility to disable format=flow encoding when using hard newlines.
8313
8314 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * shr.el (shr-insert): Remove space inserted before or after a
8317         breakable character or at the beginning or the end of a line.
8318         (shr-find-fill-point): Do kinsoku; find the second best point or give
8319         it up if there's no breakable point.
8320
8321 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * nnimap.el (nnimap-open-connection): Message when opening connection
8324         for debugging purposes.
8325
8326         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8327         on every setup buffer call to allow this to change from article to
8328         article.
8329
8330         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8331         buffers where we have a wide table.
8332
8333 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8334
8335         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8336         uses *-request-thread.
8337
8338 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8341         incantation, which is no longer valid.
8342
8343 2010-10-14  Julien Danjou  <julien@danjou.info>
8344
8345         * shr.el: Fix defcustom type (char -> character).
8346
8347 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8350         programs.
8351
8352 2010-10-14  Julien Danjou  <julien@danjou.info>
8353
8354         * shr.el (shr-tag-a): Use url-link as widget type.
8355
8356         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8357         `gnus-group-get-icon'.
8358
8359 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8362         This should make server editing work better.
8363
8364         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8365
8366         * tls.el (tls-program): Remove spurious %s from openssl.
8367
8368         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8369         (nnimap-parse-flags): Fix regexp.
8370
8371         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8372         probably work for CJVK text, too.
8373
8374         * nnimap.el (nnimap-extend-tls-programs): Remove.
8375         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8376
8377         * tls.el (tls-starttls-switches): Remove starttls hack.
8378         (open-tls-stream): Ditto.
8379         (tls-find-starttls-argument): Ditto.
8380
8381 2010-10-13  Julien Danjou  <julien@danjou.info>
8382
8383         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8384         responses.
8385
8386 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8387
8388         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8389
8390         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8391         anything in Emacs.
8392
8393         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8394
8395 2010-10-13  Julien Danjou  <julien@danjou.info>
8396
8397         * shr.el (shr-width): Make shr-width a defcustom with default to
8398         fill-column.
8399         (shr-tag-img): Use shr-width rather than fill-column.
8400
8401 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * dgnushack.el (byte-optimize-apply):
8404         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8405
8406         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8407         position when (X-)Faces exist.
8408         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8409         avatars when called interactively.
8410
8411 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8414         gnus-article-x-face-too-ugly is bound.
8415
8416 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8419
8420         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8421         mailbox that doesn't exist.
8422
8423 2010-10-12  Julien Danjou  <julien@danjou.info>
8424
8425         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8426         (shr-get-image-data): Encode URL properly when fetching from cache.
8427         (shr-tag-img): Use aligned-to spaces to align correctly images.
8428
8429         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8430         before inserting the Gravatar.
8431
8432         * shr.el (shr-tag-img): Add align attribute support for <img>.
8433
8434 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * gnus-gravatar.el (gnus-art): Require.
8437
8438         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8439         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8440         Remove long obsoleted functions.
8441
8442 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8445
8446         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8447
8448         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8449         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8450         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8451         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8452         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8453         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8454         * sieve-manage.el, smime.el, spam.el:
8455         Fix comment for declare-function.
8456
8457 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * nnimap.el (nnimap-request-rename-group): Select group read-only
8460         before renaming it.
8461
8462         * shr.el (shr-insert): Fix up the white space only regexp.
8463
8464         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8465         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8466
8467         * shr.el (shr-current-column): New function.
8468         (shr-find-fill-point): New function.
8469
8470 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8471
8472         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8473         numbers.
8474
8475 2010-10-11  Julien Danjou  <julien@danjou.info>
8476
8477         * shr.el (shr-hr-line): Add.
8478         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8479         display hr lines.
8480         (shr-max-columns): Do not change state to nil if we just inserting
8481         spaces.
8482
8483 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8486         select the last group.
8487
8488 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8489
8490         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8491
8492 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8493
8494         * dig.el (dig-mode-map): Declare and define in one step.
8495
8496 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8499         for Gnus.
8500         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8501         (nnimap-update-qresync-info): Mark \Seen articles as read.
8502
8503         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8504         non-variable, too.
8505
8506         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8507         available.
8508         (nnimap-update-info): Rely more on the current active than the param
8509         active to avoid marking articles as read too much.
8510
8511         * auth-source.el (auth-source-create): Use (user-login-name) for the
8512         user name default.
8513
8514         * nnimap.el (nnimap-update-info): If the server doesn't return any
8515         useful info, just use the previous info.
8516         (nnimap-update-info): Prefer old info over start-article.
8517         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8518
8519 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8520
8521         * nnir.el (autoload): Clean up autoloads.
8522         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8523         Use key rather than value.
8524         (nnir-imap-search-other): New variable.
8525         (nnir-read-parm): Use it.
8526         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8527         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8528
8529 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8530
8531         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8532         the process, too.
8533
8534 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * spam.el (gnus-summary-mode-map): Bind to "$".
8537         Suggested by Russ Allbery.
8538
8539         * shr.el: Rework the way things are indented by <li> slightly.
8540
8541         * gnus.el (gnus-group-set-parameter): Fix typo.
8542
8543         * nnimap.el: Start implementing QRESYNC support.
8544
8545 2010-10-09  Julien Danjou  <julien@danjou.info>
8546
8547         * nnir.el (nnir-engines): Fix too many arguments.
8548
8549 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8552         group is the "last", so that the backends like nnfolder actually save
8553         their folders.
8554
8555         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8556         try to use that for the tls stream.
8557         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8558         UIDVALIDITY and find out which groups are read-only and not.
8559         (nnimap-get-flags): Use the same marks parsing code as the rest of
8560         nnimap.
8561
8562 2010-10-09  Julien Danjou  <julien@danjou.info>
8563
8564         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8565
8566         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8567         retrieving gravatars.
8568
8569         * shr.el (shr-table-corner): Add.
8570         (shr-table-line): Add.
8571         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8572
8573 2010-10-08  Julien Danjou  <julien@danjou.info>
8574
8575         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8576
8577 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8578
8579         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8580
8581         * gnus-sum.el (gnus-mark-article-as-unread)
8582         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8583         (gnus-summary-set-bookmark): Use it.
8584
8585         * gnus-msg.el (gnus-setup-message): Use it.
8586
8587         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8588
8589         * gnus.el (gnus-group-remove-parameter): Use it.
8590
8591         * gnus-group.el (gnus-group-make-web-group): Use it.
8592
8593         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8594
8595         * nnregistry.el: Update docs to mention manual.
8596
8597         * gnus-registry.el: Update docs to mention nnregistry.el.
8598         (gnus-registry-initialize): Don't install nnregistry refer method
8599         automatically.
8600         (gnus-registry-install-nnregistry): Remove it.
8601
8602 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * shr.el (shr-insert): Don't insert double spaces.
8605
8606 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-gravatar.el (gnus-treat-from-gravatar)
8609         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8610         called interactively.
8611
8612         * gnus-art.el (gnus-mime-view-part-externally)
8613         (gnus-mime-view-part-internally): Make predicate function passed to
8614         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8615         of a mime type.
8616
8617         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8618
8619 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * shr.el (require): Require cl when compiling.
8622         (shr-tag-hr): New function.
8623
8624         * nnimap.el (nnimap-update-info): Remove double setting of high.
8625         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8626         This makes nnimap work properly on Courier again.
8627
8628         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8629         the variable for backwards compatibility.
8630
8631         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8632         the file name before using to avoid setting mm-default-directory to
8633         nil.
8634
8635         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8636         bidning gnus-agent variables.
8637
8638         * shr.el (shr-render-td): Use a cache for the table rendering function
8639         to avoid getting an exponential rendering behavior in nested tables.
8640         (shr-insert): Rework the line-breaking algorithm.
8641         (shr-insert): Don't leave trailing spaces.
8642         (shr-insert-table): Also insert empty TDs.
8643         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8644
8645 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8646
8647         * gnus-sum.el (gnus-number): Rename from `number'.
8648         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8649         (gnus-summary-limit-children): Update uses correspondingly.
8650
8651 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8654         (gnus-gravatar-transform-address): Don't show avatars of people of
8655         which mail addresses match gnus-gravatar-too-ugly.
8656
8657 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8658
8659         * shr.el (shr-table-widths): Expand TD elements to fill available
8660         space.
8661
8662 2010-10-07  Julien Danjou  <julien@danjou.info>
8663
8664         * nnimap.el (nnimap-request-rename-group): Add this method.
8665
8666 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8669         name from XEmacs' function-arglist.
8670
8671         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8672         gravatar under XEmacs.
8673
8674 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * auth-source.el: Update docs with TODO items.
8677
8678         * gnus-sync.el: Update docs to explain state and plans.
8679
8680         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8681         Hooks for mark updates.
8682         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8683
8684         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8685         hooks with arguments, which is needed for mark update hooks.
8686
8687 2010-10-06  Julien Danjou  <julien@danjou.info>
8688
8689         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8690         was matched.
8691
8692         * sieve-manage.el: Update example in `Commentary'.
8693
8694         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8695
8696         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8697         not 2000.
8698         (sieve-manage-authenticate): Re-add function.
8699
8700 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * shr.el (shr-insert): Get 'space transition right.
8703         (shr-render-td): Only delete space at the end of the TD.
8704
8705         * nnimap.el (nnimap-open-connection): Prepare to support
8706         open-gnutls-stream.
8707
8708         * shr.el: Rearrange function order to be more logical.
8709
8710 2010-10-06  Julien Danjou  <julien@danjou.info>
8711
8712         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8713         (nnrss-discover-feed): Remove 404 URL in docstring.
8714
8715         * nnir.el: Fix Swish-E URL.
8716         Fix Namazu URL.
8717
8718         * message.el (message-change-subject): Remove 404 URL in a comment.
8719
8720 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8723         called interactively.
8724
8725         * gnus-util.el (gnus-remove-if): Allow hash table.
8726         (gnus-remove-if-not): New function.
8727
8728         * gnus-art.el (gnus-mime-view-part-as-type):
8729         * gnus-score.el (gnus-summary-score-effect):
8730         * gnus-sum.el (gnus-read-move-group-name):
8731         Replace remove-if-not with gnus-remove-if-not.
8732
8733         * gnus-group.el (gnus-group-completing-read):
8734         Regard collection as a hash table if it is not a list.
8735
8736 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8737
8738         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8739
8740         * shr.el: Document the table-rendering algorithm.
8741
8742 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8745         for Emacsen having no `libxml-parse-html-region' support.
8746
8747 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8750         invalid URLs.
8751
8752         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8753         line-broken.
8754         (shr-tag-img): Ignore image fetching errors.
8755         (shr-overlays-in-region): Compute overlay positions correctly.
8756
8757         * mm-decode.el (mm-shr): Require shr.
8758
8759         * gnus-art.el (gnus-blocked-images): Move variable here.
8760
8761         * shr.el (shr-insert-table): Bind free variable.
8762
8763         * mm-decode.el (mm-shr): Bind shr-content-function.
8764
8765         * shr.el (shr-content-function): New variable.
8766
8767         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8768         added for symmetry.
8769
8770         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8771
8772         * gnus-group.el (gnus-group-make-group): Doc fix.
8773
8774         * nnimap.el (nnimap-request-newgroups): Return success.
8775
8776         * shr.el (shr-find-elements): New function.
8777         (shr-tag-table): Put all the images after the table.
8778         (shr-tag-table): Really inhibit images inside the table.
8779         (shr-collect-overlays): Copy over overlays from the TD elements to the
8780         main document.
8781
8782         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8783         gnus-blocked-images.
8784
8785 2010-10-05  Julien Danjou  <julien@danjou.info>
8786
8787         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8788
8789         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8790         (gnus-html-maximum-image-size): Add this function.
8791         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8792
8793         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8794         server-value of the capability is nil.
8795
8796 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797
8798         * shr.el (shr-tag-em): Add <EM> tag.
8799
8800 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8801
8802         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8803         customizable.
8804
8805         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8806         handing broken links to browse-url.
8807
8808 2010-10-05  Julien Danjou  <julien@danjou.info>
8809
8810         * gnus-util.el (gnus-emacs-completing-read)
8811         (gnus-iswitchb-completing-read): Use autoload rather than require.
8812
8813 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8816         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8817         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8818         iswitchb-temp-buflist for XEmacs.
8819
8820         * gnus-util.el (gnus-completing-read-function): Exclude
8821         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8822         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8823         XEmacs.
8824
8825         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8826         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8827
8828         * gnus-html.el: Don't require help-fns under XEmacs.
8829         (gnus-html-schedule-image-fetching): Work for XEmacs.
8830
8831         * mm-decode.el (mm-shr): Decode contents by charset.
8832
8833 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834
8835         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8836         unknown.
8837
8838         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8839         (shr-get-image-data): Ensure against the cache file missing.
8840
8841         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8842         for data.
8843
8844         * spam-report.el (spam-report-url-ping-plain): Don't query about
8845         killing the process.
8846
8847         * shr.el (shr-render-td): Protect against too-wide text.
8848
8849 2010-10-04  Julien Danjou  <julien@danjou.info>
8850
8851         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8852         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8853
8854         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8855         retrieved.
8856
8857 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8858
8859         * shr.el (browse-url): Require.
8860         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8861         lines.
8862         (shr-show-alt-text, shr-browse-image): New commands.
8863         (shr-browse-url, shr-copy-url): New commands.
8864
8865         * gnus-sum.el (gnus-widen-article-window): New variable.
8866         (gnus-summary-select-article-buffer): Use it.
8867
8868         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8869         without @ signs.
8870
8871 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8872
8873         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8874
8875 2010-10-04  Julien Danjou  <julien@danjou.info>
8876
8877         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8878         for XEmacs.
8879
8880 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8881
8882         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8883
8884         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8885         (nnimap-close-server): Implement.
8886
8887         * dgnushack.el (iswitchb): Require to shut up the compiler.
8888
8889         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8890         (shr-insert): Tweak line breaking.
8891         (shr-insert): Handle <pre> better.
8892         (shr-tag-li): Get <li> indentation right.
8893         (shr-tag-li): Get <li> indentation even righter.
8894         (shr-tag-blockquote): Ensure paragraph start.
8895         (shr-make-table): Tweak table generation.
8896         (shr-make-table): Fix typo.
8897
8898         * shr.el: Implement table rendering.
8899
8900 2010-10-04  Julien Danjou  <julien@danjou.info>
8901
8902         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8903
8904 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * shr.el (shr-insert): Use string anchors instead of line anchors.
8907
8908 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * shr.el: Add headings.
8911         (shr-ensure-paragraph): Actually work.
8912         (shr-tag-li): Make <ul> prettier.
8913         (shr-insert): Get white space at the beginning/end of elements right.
8914         (shr-tag-p): Collapse subsequent <p>s.
8915         (shr-ensure-paragraph): Don't insert double line feeds after blank
8916         lines.
8917         (shr-insert): \t is also space.
8918         (shr-tag-s): Fix "s" tag name function.
8919         (shr-tag-s): Fix face prop name.
8920
8921 2010-10-03  Julien Danjou  <julien@danjou.info>
8922
8923         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8924
8925         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8926         gnus-window-inside-pixel-edges.
8927
8928         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8929         gnus-ems.
8930
8931         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8932
8933         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8934         function.
8935
8936         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8937         resize choice.
8938
8939 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8942         beginning of the buffer.
8943
8944         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8945         article buffer again.
8946
8947         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8948
8949         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8950         when it's at the start of the buffer.
8951
8952         * shr.el (shr-tag-blockquote): Convert name.
8953         (shr-rescale-image): Use the right image-size variant.
8954
8955         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8956         buffer isn't shown, then select the current article first instead of
8957         bugging out.
8958         (gnus-summary-select-article-buffer): Show both the article and summary
8959         buffers again.
8960
8961         * shr.el (shr-fontize-cont): Protect against regions with no text.
8962         Rename tag functions to shr-tag-* for enhanced security.
8963         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8964
8965 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8966
8967         * shr.el (shr-insert):
8968         * pop3.el (pop3-movemail):
8969         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8970         loaded.
8971
8972 2010-10-03  Glenn Morris  <rgm@gnu.org>
8973
8974         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8975
8976         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8977
8978         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8979
8980         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8981
8982         * gnus-util.el (gnus-make-local-hook): Simplify.
8983
8984 2010-10-02  Julien Danjou  <julien@danjou.info>
8985
8986         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8987         (gnus-ido-completing-read): New function.
8988         (gnus-emacs-completing-read): New function.
8989         (gnus-completing-read): Use gnus-completing-read-function.
8990         Add gnus-completing-read-function.
8991
8992 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * shr.el (shr-insert-document): Autoload.
8995         (shr-img): Be silent.
8996         (shr-insert): Add a newline after every picture before text.
8997         (shr-add-font): Use overlays for combining faces.
8998         (shr-insert): Pass upwards the text start point.
8999
9000         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9001         possible.
9002         (mm-shr): New function.
9003
9004 2010-10-02  Julien Danjou  <julien@danjou.info>
9005
9006         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9007         should go backward.
9008
9009 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9010
9011         * shr.el (shr): Fix typo in provide call.
9012
9013 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * shr.el: New file.
9016
9017         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9018
9019         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9020         completing read.
9021
9022 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9025         we're being queried about.  Suggested by Dan Jacobson.
9026
9027         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9028         Suggested by Jason Eisner.
9029
9030         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9031         table, too.  Suggested by Stefan Wiens.
9032         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9033         the table unnecessary.  Suggested by Stefan Wiens.
9034
9035         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9036         longer needed, and probably doesn't work either, as pointed out by
9037         Stefan Wiens.
9038         (gnus-summary-exit): Remove call to the clearing function.
9039         (gnus-summary-exit-no-update): Ditto.
9040
9041         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9042         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9043         Reported by Stefan Monnier.
9044         (gnus-summary-save-in-rmail): Ditto.
9045
9046         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9047         article buffer, instead of both the article buffer and the summary
9048         buffer.  Sort of suggested by Dan Jacobson.
9049
9050         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9051
9052         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9053         Suggested by Dan Jacobson.
9054
9055         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9056         documentation clearer.
9057
9058         * message.el (message-shorten-references): Comment on the number "21".
9059         Suggested by Stefan Monnier.
9060
9061         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9062         Suggested by Dan Jacobson.
9063
9064         * gnus.el (gnus-large-newsgroup):
9065         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9066
9067         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9068         externalize attachments.  Bug reported by Steve Wen.
9069
9070         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9071         really message anything to the user.
9072
9073         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9074         directly.
9075
9076         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9077         messages in empty groups.
9078
9079 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
9080
9081         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9082         non-UIDNEXT group.
9083
9084 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9087         not the value from the collection.
9088
9089         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9090         values.  This sometimes happens on some groups that have no info.
9091         (nnimap-request-newgroups): New function.
9092
9093 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9094
9095         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9096         check into `gnus-registry-initialize'.
9097         (gnus-registry-initialize): Ditto.
9098         Fix and extend header docs.
9099
9100 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101
9102         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9103         regexp backtrace overflows.
9104
9105         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9106         for starttls that tls.el implements; i.e. openssl.
9107
9108         * tls.el (tls-starttls-switches): Give up on using starttls with
9109         gnutls-cli.
9110         (tls-program): Add --insecure to be consistent with the defaults from
9111         openssl s_client.  Now all three commands are insecure.
9112
9113 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * lpath.el: Bind completion-styles-alist for XEmacs.
9116
9117         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9118         (gravatar-create-image): New function that's an alias to
9119         gnus-xmas-create-image, gnus-create-image, or create-image.
9120         (gravatar-data->image): Use it.
9121
9122 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9123
9124         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9125         install the nnregistry refer method.
9126         (gnus-registry-install-hooks): Use it.
9127         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9128         unfollowed groups.
9129
9130 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9131
9132         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9133         expanding threads.
9134
9135 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * nnir.el: Use the server names without suffixes (bug #7009).
9138
9139         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9140         unencrypted to STARTTLS, if possible.
9141
9142 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9143
9144         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9145         headers before superseding.
9146
9147 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148
9149         * nnrss.el (nnrss-use-local): Add documentation.
9150
9151         * nnimap.el (nnimap-extend-tls-programs): New function.
9152         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9153         (nnimap-wait-for-connection): Accept the greeting from the stupid
9154         output from openssl s_client -starttls, too.
9155
9156         * tls.el (tls-starttls-switches): New variable.
9157         (tls-find-starttls-argument): Use it.
9158         (open-tls-stream): Ditto.
9159
9160         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9161         (netrc-machine): Ditto.
9162
9163         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9164         article number.
9165         (nnimap-split-fancy): New variable.
9166         (nnimap-split-incoming-mail): Use it.
9167
9168         * nntp.el (nntp-server-list-active-group): Document.
9169
9170         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9171         SELECT to get the message-id.
9172
9173         * mail-source.el (mail-sources): Remove webmail support.
9174         (defvar): Ditto.
9175         (mail-source-fetcher-alist): Ditto.
9176         (mail-source-fetch-webmail): Remove.
9177
9178         * webmail.el: Remove -- doesn't seem relevant any more.
9179
9180         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9181
9182         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9183         the \r.
9184
9185 2010-09-30  Julien Danjou  <julien@danjou.info>
9186
9187         * gnus-agent.el (gnus-agent-add-group): Fix call to
9188         gnus-completing-read.
9189
9190 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * nndoc.el (nndoc-retrieve-groups): New function.
9193
9194         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9195         `default', use nnmail-split-methods.
9196         (nnimap-request-article): Downcase the NILs so that they are nil.
9197
9198         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9199         symbol.
9200
9201         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9202         code, since if the user has requested network, that's what they ought
9203         to get.
9204         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9205         (nnimap-split-rule): Mark as obsolete.
9206
9207         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9208         New variable.
9209
9210         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9211         correct slot, too.
9212
9213 2010-09-29  Julien Danjou  <julien@danjou.info>
9214
9215         * gnus.el (gnus-local-domain): Declare variable obsolete.
9216
9217         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9218         Fix history computing.
9219         (gnus-ido-completing-read): Require ido.
9220
9221 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9222
9223         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9224         build Gnus.
9225
9226         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9227         when interpreting the structures.
9228         (nnimap-request-accept-article): Add \r\n to the lines to make this
9229         work with Cyrus.
9230
9231         * nndraft.el (nndraft-request-expire-articles): Use the group name
9232         instead if "nndraft".  Fix found by Nils Ackermann.
9233
9234 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9235
9236         * nnregistry.el: Add.
9237
9238 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9239
9240         * nnmail.el (group, group-art-list, group-art):
9241         Remove unneeded directives.
9242
9243 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9246         (mm-mime-charset):
9247         * rfc2047.el (rfc2047-syntax-table):
9248         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9249
9250         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9251         rather than `insert-file-contents' and `eval-region'.
9252
9253         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9254         construction.
9255
9256         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9257
9258         * time-date.el: No need to require cl for Emacs 21.
9259
9260 2010-09-29  Julien Danjou  <julien@danjou.info>
9261
9262         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9263         replacement of `gnus-gravatar-relief' to mimic
9264         `gnus-faces-properties-alist'.
9265         Add :version property.
9266
9267 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * mail-source.el (mail-source-report-new-mail):
9270         * message.el (message-default-mail-headers):
9271         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9272
9273         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9274
9275 2010-09-28  Julien Danjou  <julien@danjou.info>
9276
9277         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9278         mail-address contains the same string as real-name.
9279
9280         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9281         non-blank in header, otherwise it'll get stripped.
9282
9283         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9284         real-name, and then for mail address rather than doing : or , search.
9285
9286 2010-09-27  Julien Danjou  <julien@danjou.info>
9287
9288         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9289         right completing-read function.
9290         (gnus-use-ido): New variable
9291         (gnus-completing-read-with-default): Remove.
9292         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9293         (gnus-agent-add-group):
9294         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9295         * mm-view.el (mm-view-pkcs7-decrypt):
9296         * mm-util.el (mm-codepage-setup):
9297         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9298         * mml-smime.el (mml-smime-openssl-sign-query):
9299         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9300         (mml-insert-multipart):
9301         * gnus-msg.el (gnus-summary-yank-message):
9302         * gnus-int.el (gnus-start-news-server):
9303         * mm-decode.el (mm-interactively-view-part):
9304         * gnus-dired.el (gnus-dired-attach):
9305         * gnus.el (gnus-read-method):
9306         * gnus-bookmark.el (gnus-bookmark-jump):
9307         * gnus-art.el (gnus-mime-view-part-as-type)
9308         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9309         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9310         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9311         * nnmairix.el (nnmairix-create-server-and-default-group)
9312         (nnmairix-update-groups, nnmairix-get-server)
9313         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9314         (nnmairix-get-group-from-file-path):
9315         * nnrss.el (nnrss-find-rss-via-syndic8):
9316         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9317         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9318         (gnus-group-browse-foreign-server):
9319         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9320         (gnus-summary-execute-command, gnus-summary-respool-article)
9321         (gnus-read-move-group-name):
9322         * gnus-score.el (gnus-summary-increase-score)
9323         (gnus-summary-score-effect):
9324         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9325
9326 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9329         x-focus-frame.
9330
9331         * nnimap.el (auth-source-forget-user-or-password)
9332         (auth-source-user-or-password): Autoload.
9333
9334         * message.el (message-from-style, message-interactive)
9335         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9336         (message-yank-prefix, message-indentation-spaces, message-signature)
9337         (message-signature-file): Add comment.
9338
9339 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9342         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9343         new articles.
9344
9345         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9346         parts.
9347         (nnimap-request-article): Work with the t setting, too.
9348
9349         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9350         that you don't get flashes of other buffers.
9351         (gnus-summary-show-complete-article): Intern before setting.
9352
9353 2010-09-27  David Engster  <dengste@eml.cc>
9354
9355         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9356         well as HEADERS.
9357         (nnmairix-retrieve-headers): Provide new argument for the above.
9358
9359 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus-sum.el (gnus-summary-move-article): Don't alter
9362         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9363         group.
9364
9365         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9366
9367         * message.el (message-cite-prefix-regexp): Revert my last edit.
9368
9369         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9370         variable instead of the Gnus variable.
9371
9372         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9373
9374         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9375
9376         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9377         since some servers don't like it.
9378         (nnimap-open-connection): Forget credentials if the server says the
9379         password was wrong.
9380         (nnimap-parse-line): Protect against invalid data.
9381
9382         * gnus-sum.el (gnus-summary-move-article): Add comment.
9383         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9384         nothing alters it while scanning for new messages.
9385
9386         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9387         which may or may not help.
9388         (nnimap-open-connection): If we're doing a stream connection, and then
9389         discover we're on a STARTTLS-capable server, then open a STARTTLS
9390         connection instead.
9391
9392 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * nnimap.el (utf7): Require.
9395
9396         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9397         prefix.
9398
9399 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9400
9401         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9402
9403 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * nnimap.el (nnimap-request-accept-article): Message the error on
9406         error.
9407
9408 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9411
9412 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * nndoc.el (nndoc-request-list): Return success always.
9415
9416         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9417         `fetch-old' -- we only want to fetch the articles we've requested.
9418         The rest are in the agent, probably.
9419         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9420         disappeared server" to something low.  It's not important.
9421
9422         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9423         arrived before the FETCH data.
9424
9425         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9426         target here, because we don't know the Gnus name of the group.
9427
9428         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9429         for the correct group.
9430
9431         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9432
9433         * gnus.el (gnus): Give a final warning after startup.
9434
9435         * gnus-util.el (gnus-action-message-log): New variable.
9436         (gnus-message): Use it.
9437         (gnus-final-warning): New function.
9438
9439         * nnimap.el (nnimap-open-connection): Record the greeting.
9440         (nnimap): Add greeting.
9441
9442 2010-09-26  Julien Danjou  <julien@danjou.info>
9443
9444         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9445         arguments.
9446         (gnus-html-wash-images): Fix spec computing to include start/end.
9447
9448         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9449
9450 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9451
9452         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9453         deletion.
9454         (nnimap-retrieve-headers): Don't select the group, because that's
9455         already done by nnimap-possibly-change-group.
9456
9457         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9458         (gnus-picon-transform-address): Use it.
9459
9460         * mail-source.el (mail-source-value): Revert previous patch.
9461
9462         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9463         on failure.
9464         (nnimap-open-connection): Look up both virtual and physical server name
9465         credentials.
9466
9467         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9468
9469 2009-02-07  Dave Love  <fx@gnu.org>
9470
9471         * tls.el (open-tls-stream): Don't query killing process.
9472
9473 2009-02-08  Dave Love  <fx@gnu.org>
9474
9475         * gnus-win.el (gnus-window-to-buffer-helper)
9476         (gnus-all-windows-visible-p): Function needn't be a symbol.
9477
9478         * mail-source.el (mail-source-value): Function needn't be a symbol.
9479
9480 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * message.el (message-cite-prefix-regexp): Remove } from the cite
9483         prefix.
9484
9485         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9486         highlight again, so that the highlight is correct.
9487
9488         * gnus-picon.el (gnus-picon): Remove again.
9489         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9490
9491         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9492         doing the header highlightling, so that the background color of the
9493         picon is correct.
9494
9495         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9496         (gnus-picon): Ditto.
9497         (gnus-picon): Reinstate.  The background color for picons is white.
9498         (gnus-picon-insert-glyph): Make the background white.
9499
9500         * nnml.el (nnml-open-nov): Don't return dead buffers.
9501
9502         * auth-source.el (auth-source-create): Query the user for whether to
9503         store the credentials.
9504
9505         * netrc.el (netrc-store-data): New function.
9506
9507         * auth-source.el (auth-source-user-or-password): Use the existing auth
9508         sources, if any, for creation.
9509
9510         * gnus.el (gnus-group-fast-parameter): Return the last matching
9511         parameter instead of the first matching parameter.
9512
9513 2010-09-26  Julien Danjou  <julien@danjou.info>
9514
9515         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9516
9517 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * mml2015.el (mml2015-use): Remove gpg support.
9520
9521         * mml1991.el (mml1991-function-alist): Remove gpg function.
9522         (mml1991-gpg-sign): Remove.
9523
9524 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9525
9526         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9527         (gnus-browse-unsubscribe-current-group): Document it.
9528         (gnus-browse-unsubscribe-group): Use it.
9529
9530 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9533         address to the To list for easier response.
9534
9535         * gnus.el (gnus-play-startup-jingle): Remove.
9536         (gnus-splash): Don't play jingle.
9537         (gnus): Silence gnus-load message.
9538
9539         * gnus-art.el (gnus-treat-play-sounds): Remove.
9540
9541         * gnus.el (gnus-play-jingle): Remove audio support.
9542
9543         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9544
9545         * earcon.el: Remove -- no users.
9546
9547         * gnus-audio.el: Remove -- no users of this package.
9548
9549         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9550
9551         * gnus-start.el (gnus-setup-news): Remove nocem support.
9552
9553         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9554
9555         * gnus.el (gnus-use-nocem): Remove.
9556
9557         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9558         Remove.
9559
9560         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9561         uses NoCeM any more.
9562
9563         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9564         (gnus-button-ctan-handler): Ditto.
9565         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9566         (gnus-button-ctan-directory-regexp): Ditto.
9567         (gnus-button-handle-ctan): Ditto.
9568         (gnus-button-tex-level): Ditto.
9569         (gnus-button-alist): Remove CTAN stuff.
9570
9571 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9574         nnimap-streaming test.
9575
9576         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9577         servers twice.
9578
9579         * nnimap.el (nnimap-open-connection): Add more error reporting when
9580         nnimap fails early.
9581
9582         * nnheader.el (nnheader-get-report-string): New function.
9583         (nnheader-get-report): Use it.
9584
9585         * gnus-int.el (gnus-check-server): Say what the error was when opening
9586         failed.
9587
9588         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9589         using streaming.
9590
9591 2010-09-25  Julien Danjou  <julien@danjou.info>
9592
9593         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9594         gnus-window-inside-pixel-edges.
9595
9596 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9599
9600         * mm-decode.el (mm-save-part): Allow saving to other directories the
9601         normal Emacs way.
9602
9603         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9604         Suggested by Jay Berkenbilt.
9605
9606         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9607         there isn't a single byte.
9608
9609         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9610         just do it.  It doesn't really seem to matter what the user responds
9611         here, I think, so it's just a confusing question.
9612
9613         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9614         non-streaming case.
9615
9616         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9617         (gnus-article-encrypt-body): Use it.
9618
9619         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9620         keystroke.
9621
9622         * nnimap.el (nnimap-find-wanted-parts-1):
9623         Use gnus-fetch-partial-articles.
9624
9625         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9626
9627         * nnimap.el (nnimap-insert-partial-structure): New function.
9628         (nnimap-get-partial-article): New function.
9629         (nnimap-request-article): Use it.
9630         (nnimap-wait-for-response): Return whether the wait was successful.
9631         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9632         retrieval wasn't successful.
9633         (nnimap-retrieve-group-data-early): Allow throttling servers.
9634         (nnimap-streaming): New variable.
9635         (nnimap-fetch-partial-articles): Remove.
9636
9637         * mm-decode.el (mm-with-part): Protect against killed buffers.
9638
9639         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9640         for prettier summary display.
9641
9642 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9643
9644         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9645
9646 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9649         apparently third-party libraries depend on it.
9650
9651         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9652         before starting negotiation.
9653
9654         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9655         privacy reasons.
9656         (gnus-treat-mail-gravatar): Ditto.
9657
9658         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9659         buffer when inserting images.  Inserting text into the headers, for
9660         instance, can make them invalid.
9661
9662 2010-09-25  Julien Danjou  <julien@danjou.info>
9663
9664         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9665         variables.
9666
9667         * nnheader.el: Remove useless variables news-reply-yank-from and
9668         news-reply-yank-message-id.
9669
9670         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9671         variables.
9672
9673         * mml1991.el: Remove useless mml1991-verbose.
9674
9675         * gnus.el: Remove useless variable gnus-use-generic-from.
9676         Remove obsolete variable gnus-topic-indentation.
9677
9678         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9679
9680         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9681
9682         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9683
9684         * gnus-group.el: Remove useless gnus-group-icon-cache.
9685         Remove useless gnus-ephemeral-group-server.
9686
9687         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9688
9689         * mml2015.el: Remove useless mml2015-verbose.
9690
9691         * mml-smime.el: Remove useless mml-smime-verbose.
9692
9693         * gnus.el: Remove useless gnus-local-domain.
9694
9695         * gnus-gravatar.el (gnus-gravatar-transform-address):
9696         Use gnus-gravatar-size.
9697
9698         * gnus-art.el: Remove useless gnus-treat-translate.
9699
9700 2010-09-24  Julien Danjou  <julien@danjou.info>
9701
9702         * gnus-sum.el: Add support for Gravatars.
9703
9704         * gnus-art.el: Add support for Gravatars.
9705
9706         * gnus-gravatar.el: Add this file.
9707
9708         * gravatar.el: Add this file.
9709
9710 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9713
9714         * gnus-group.el (gnus-group-fetch-faq): Remove.
9715
9716         * gnus.el (gnus-group-faq-directory): Remove.
9717
9718         * gnus-group.el (gnus-group-fetch-charter): Remove.
9719
9720         * gnus.el (gnus-group-charter-alist): Remove.
9721
9722         * gnus-group.el (gnus-group-archive-directory): Remove.
9723         (gnus-group-recent-archive-directory): Ditto.
9724         (gnus-group-make-archive-group): Remove.
9725
9726         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9727
9728         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9729         use the same article number for all the cached articles.
9730
9731         * nnimap.el (nnimap-command): Register the last command time so
9732         that we can use it for idling NOOPs.
9733         (nnimap-open-connection): Start the keeplive timer.
9734         (nnimap-make-process-buffer): Store all the process buffers.
9735         (nnimap-keepalive): New function.
9736
9737         * starttls.el (starttls-open-stream): Add autoload cookie.
9738
9739 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9740
9741         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9742         handling.
9743
9744 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9747         its data structures.
9748
9749         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9750         instead of the cl.el copy-list.
9751         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9752         equalp.
9753
9754 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9757         and tool-bar-local-item-from-menu.
9758
9759         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9760         mode-line-highlight face for Emacs.
9761
9762         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9763         loading gnus-sum.elc; fix comment for canlock-verify.
9764         (gnus-article-jump-to-part): Use read-number.
9765         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9766         Remove Emacs pre-21 compatible code for help-echo.
9767         (gnus-article-next-page-1): No need to adjust the number of lines.
9768         (gnus-article-describe-bindings): Always use help-buffer.
9769
9770         * gnus-audio.el (gnus-audio-inline-sound):
9771         * gnus-cus.el (gnus-custom-mode):
9772         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9773
9774         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9775
9776         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9777         compatible code.
9778
9779 2010-09-24  Glenn Morris  <rgm@gnu.org>
9780
9781         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9782         visiting the fcc file in rmail-mode.
9783
9784         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9785
9786 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * nnir.el: Silence the byte compiler.
9789
9790         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9791         alias to browse-url-url-encode-chars if any.
9792         (gnus-html-encode-url): Use it.
9793
9794 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * gnus-start.el (gnus-use-backend-marks): New variable.
9797         (gnus-get-unread-articles-in-group): Use it.
9798
9799         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9800         makeover.
9801
9802 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9803
9804         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9805
9806 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9809         Remove.
9810         (gnus-setup-news-hook):
9811         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9812
9813         * gnus-int.el (gnus-request-update-info): Protect against backends not
9814         having the function.
9815
9816         * nnimap.el (nnimap-stream): Mention starttls.
9817         (nnimap-open-connection): Add starttls support.
9818
9819 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9820
9821         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9822
9823 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9826         BODYSTRUCTUREs.
9827         (nnimap-transform-headers): Unfold quoted {42} headers.
9828
9829         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9830         the info.
9831         (gnus-get-unread-articles): Only call updatep on backends that support
9832         it.
9833
9834         * nnweb.el (nnweb-request-update-info): NOOP.
9835
9836         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9837
9838         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9839         since it only deals with marks.
9840
9841         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9842         gnus-request-marks, and make a new gnus-request-update-info.
9843
9844         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9845         the active instead of the high number, which is usually too low.
9846
9847 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9848
9849         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9850         * encrypt.el: Remove.
9851
9852 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9855         server in symbolic form.
9856
9857         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9858
9859 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9862         (nnimap-update-info): Fix up code slightly.
9863
9864         * gnus-int.el (gnus-open-server): Add tracing for performance
9865         debugging.
9866
9867         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9868         (gnus-group-insert-group-line): Pass the real group name so that it
9869         gets the right data.
9870
9871         * gnus-start.el (gnus-get-unread-articles): Don't have
9872         `gnus-get-unread-articles-in-group' update info, since that can be
9873         really slow and doesn't seem to be needed?
9874
9875 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9876
9877         * time-date.el (date-to-time): Try using parse-time-string first before
9878         using the slower timezone-make-date-arpa-standard.
9879
9880 2010-09-22  Julien Danjou  <julien@danjou.info>
9881
9882         * gnus-group.el (gnus-group-insert-group-line):
9883         Call gnus-group-highlight-line.
9884         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9885         default hook list.
9886         (gnus-group-update-eval-form): Add new function.
9887         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9888         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9889
9890 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9893         immediate, then expire all articles.
9894         (nnimap-update-info): Fix off-by-one errors.
9895         (nnimap-flags-to-marks): Would return no marks lists for group with no
9896         flags.  Instead return the other data.
9897
9898 2010-09-22  Julien Danjou  <julien@danjou.info>
9899
9900         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9901         Only return an icon.
9902         (gnus-group-insert-group-line): Compute icon to return.
9903
9904         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9905         (gnus-html-image-fetched): Only cache if
9906         gnus-html-image-automatic-caching is set.
9907         (gnus-html-image-fetched): Check for errors.
9908
9909 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9910
9911         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9912         once per method on `g'.  This ensures that backends like nnfolder don't
9913         open all their folders.
9914
9915         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9916         (nnimap-request-list): Nix out group in the correct buffer.
9917         (nnimap-parse-flags): Implement by using `read' instead of
9918         hand-parsing.
9919         (nnimap-flags-to-marks): Pass on permanent-flags.
9920         (nnimap-make-process-buffer): Record the server name.
9921         (nnimap-parse-flags): Fix typo.
9922         (nnimap-request-scan): Run split on the server in general, not just a
9923         single group.
9924
9925         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9926         parameter, and propagate this downwards.
9927
9928         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9929         since EXAMINE changes it on the server.
9930
9931         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9932         this command might take a while.
9933
9934 2010-09-22  Julien Danjou  <julien@danjou.info>
9935
9936         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9937         harmful if you have 2 images side-by-side, they can't be properly
9938         update on text deletion.  Using text-property is safer here.
9939         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9940         data.
9941
9942 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * nnimap.el (nnimap-expunge-inbox): Remove.
9945         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9946         (nnimap-expunge): Flip default to t.
9947
9948         * gnus.el (gnus-method-to-server): Don't push things to the cache
9949         unless it's unique.
9950         (gnus-server-to-method): Ditto.
9951
9952 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9953
9954         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9955
9956 2010-09-22  Julien Danjou  <julien@danjou.info>
9957
9958         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9959         get the start of data.
9960         (gnus-html-encode-url): Add this function to encode special chars in
9961         URL.
9962         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9963         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9964
9965         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9966         default.
9967         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9968
9969         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9970         images alt-text.
9971         (gnus-html-put-image): Put alt-text as help-echo.
9972
9973 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9976         * mm-util.el (mm-decompress-buffer):
9977         * nnir.el (nnir-run-find-grep):
9978         * pop3.el (pop3-list): Use 3rd arg of split-string.
9979
9980         * time-date.el (format-seconds): Comment fix.
9981
9982         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9983         and byte-optimize-form-code-walker.
9984         (dgnushack-make-auto-load): Don't advise make-autoload.
9985
9986         * lpath.el: Remove Emacs 21 stuff.
9987
9988 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9991         outside the active range.  Suggested by Dan Christensen.
9992
9993         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9994         slightly later to avoid double-getting it.
9995
9996         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9997         previous patch.
9998
9999         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10000
10001 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10002
10003         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10004
10005 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10006
10007         * gnus-int.el (gnus-open-server): Give a better error message in the
10008         "go offline" case.
10009
10010         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10011         marks for nnimap, which is seldom the right thing to do.
10012
10013         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10014         (gnus-same-method-different-name): New function.
10015
10016         * nnimap.el (parse-time): Require.
10017
10018         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10019         method in the presence of many similar methods.
10020
10021         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10022
10023         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10024         nnml-inhibit-expiry.
10025
10026         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10027         find out whether methods are equal.
10028
10029         * nnimap.el (nnimap-find-expired-articles): New function.
10030         (nnimap-process-expiry-targets): New function.
10031         (nnimap-request-move-article): Request the article before looking at
10032         what the Message-ID is.  Fix found by Andrew Cohen.
10033         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10034
10035         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10036         for oldness in addition to being a predicate.
10037
10038         * nnimap.el (nnimap-request-group): When we have zero articles, return
10039         the right data to Gnus.
10040         (nnimap-request-expire-articles): Only delete articles immediately if
10041         the target is 'delete.
10042
10043         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10044         method, this would bug out.
10045
10046         * gnus-group.el (gnus-group-expunge-group): Rename from
10047         gnus-group-nnimap-expunge, and implemented as a normal interface
10048         function.
10049
10050         * gnus-int.el (gnus-request-expunge-group): New function.
10051
10052         * nnimap.el (nnimap-request-create-group): Implement.
10053         (nnimap-request-expunge-group): New function.
10054
10055 2010-09-21  Julien Danjou  <julien@danjou.info>
10056
10057         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10058         (gnus-html-cache-expired): Add new function.
10059         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10060         wethever we should display image for fetch it.
10061         Compute alt-text earlier to pass it to the fetching function too.
10062         (gnus-html-schedule-image-fetching): Change function argument to only
10063         get one image at a time, not a list.
10064         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10065         cache.
10066         (gnus-html-get-image-data): New function to retrieve image data from
10067         cache.
10068         (gnus-html-put-image): Change buffer argument to use image data rather
10069         than file, and place image above region rather than inserting a new
10070         one.  Do not take alt-text as argument, since it's useless now: we place
10071         the image above alt-text.
10072         (gnus-html-prune-cache): Remove.
10073         (gnus-html-show-images): Start to fetch image when we find one, do not
10074         push into a temporary list.
10075         (gnus-html-prefetch-images): Only fetch image if they have expired.
10076         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10077         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10078
10079 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10082
10083 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084
10085         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10086         spec inser "*" if the group isn't active instead of 0.
10087
10088         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10089         opening the server.
10090         (nnimap-request-delete-group): Implement group deletion.
10091         (nnimap-transform-headers): Return the size of the entire message in
10092         the Bytes header, not just the size of the first part.
10093         (nnimap-request-move-article): When moving an article from nnimap,
10094         request the article first so the accepting form has an article to
10095         accept.  Reported by Dan Christensen.
10096         (nnimap-command): Make sure that the error message doesn't error out.
10097
10098 2010-09-20  David Edmondson  <dme@dme.org>
10099
10100         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10101         we haven't requested anything.
10102
10103 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10104
10105         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10106         "".  Fix found by Andrew Cohen.
10107
10108         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10109         instead of -encode-string.
10110
10111 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10114
10115         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10116         by mm-subst-char-in-string.
10117
10118 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10119
10120         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10121         waiting for the connection string.
10122
10123         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10124         arriving.
10125
10126         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10127         bogus characters.  This allows selecting certain Gmail groups.
10128
10129         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10130         (nnimap-fetch-partial-articles): New variable.
10131         (nnimap-open-connection): When looking for credentials, also use the
10132         nnimap-server-port.
10133         (nnimap-request-article): Return the group/article number, so that Gnus
10134         `^' works as expected.
10135         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10136
10137         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10138         comments.
10139         (gnus-methods-sloppily-equal): New function.
10140         (gnus): When using the development version of Gnus, load the gnus-load
10141         file.
10142
10143         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10144         `gnus-open-server' on each method before trying to scan them etc.
10145         This ensures that all the backend parameters are set correctly.
10146
10147         * nnimap.el (nnimap-authenticator): New variable.
10148         (nnimap-open-connection): Allow anonymous login.
10149         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10150         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10151
10152         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10153         patch, found by Knut Anders Hatlen.
10154
10155 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10156
10157         * gnus-agent.el (gnus-agent-batch-confirmation)
10158         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10159         to gnus-message.
10160         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10161         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10162         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10163         * gnus-int.el (gnus-open-server): Likewise.
10164         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10165         (gnus-score-check-syntax): Likewise.
10166         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10167         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10168         Likewise.
10169         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10170
10171 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172
10173         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10174         calling conventions so that prefetch doesn't bug out.
10175
10176 2010-09-19  Julien Danjou  <julien@danjou.info>
10177
10178         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10179         rather than `subst-char-in-region' in order to be able to replace ASCII
10180         char by UTF-8 ones.
10181
10182         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10183         than curl.
10184         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10185         the right URL and ALT text on images.
10186         (gnus-html-wash-tags): Fix tag case.
10187         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10188         (gnus-article-html): Add -o display_ins_del=2 option.
10189         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10190
10191 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10192
10193         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10194         the extra mail headers, which sometimes seem to happen for unknown
10195         reasons.
10196
10197         * mail-parse.el (mail-header-encode-parameter): Define as
10198         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10199         (or most, perhaps?) mail readers don't understand the latter, but do
10200         understand the former.
10201
10202         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10203         to nil, so that no methods are automatically agentized.  I think this
10204         is probably what most users want.
10205
10206         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10207         from url-retrieve, for instance about invalid URLs.
10208
10209         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10210         groups that have no articles.
10211         (nnimap-request-article): Check that we really got an article when we
10212         requested one.
10213
10214         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10215         doesn't exist.
10216
10217         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10218         nntp buffer so the agent can save it.
10219         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10220         that CRLF doesn't get translated to \n.
10221         (nnimap-open-connection): Don't make 'shell commands only send \n.
10222
10223 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10224
10225         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10226         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10227         Update var name.
10228         (nnml-generate-nov-file): Use dolist.
10229         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10230         Use with-current-buffer.
10231
10232 2010-09-18  Julien Danjou  <julien@danjou.info>
10233
10234         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10235         parallel.
10236
10237 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10238
10239         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10240         the range update right.
10241         (nnimap-request-group): Don't make `M-g' bug out on group with no
10242         marks.
10243         (nnoo): Require, so that other packages can require nnimap.
10244         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10245         command we're looking for.  This helps when the server sends more
10246         responses after we've gotten everything we expected.
10247         (nnimap): Add a `newlinep' field to keep track of end-of-line
10248         conventions.
10249         Don't send CRLF to things that don't want it.
10250         (nnimap-request-accept-article): Ditto.
10251
10252 2010-09-18  Julien Danjou  <julien@danjou.info>
10253
10254         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10255         than curl to retrieve images.
10256
10257 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10258
10259         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10260         the marks.
10261         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10262         (nnimap-wait-for-connection): New function.
10263         (nnimap-open-connection): If we have PREAUTH, don't query for login
10264         credentials.
10265         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10266         when doing a partial update.
10267
10268 2010-09-18  Julien Danjou  <julien@danjou.info>
10269
10270         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10271         tags.
10272
10273 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10274
10275         * nnimap.el (nnimap-credentials): New function.
10276         (nnimap-open-connection): Use the new function to look for credentials
10277         also on the numeric equivalents of "imap" and "imaps".
10278
10279         * gnus-start.el (gnus-activate-group): Send the info to
10280         gnus-request-group.
10281
10282         * nnimap.el (nnimap-request-group): Have the "check" version of the
10283         function parse flags and update the info, so that a `M-g' get a total
10284         resync of all flags from the group.
10285
10286         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10287         to allow backends to alter the info on group selection.  Also alter all
10288         the backend -request-group functions to take the parameter.
10289
10290         * nnimap.el (nnimap-store-info): New function.
10291         (nnimap-update-info): Store the info for later usage.
10292         (nnimap-request-group): Use the stored info for the dont-check case, so
10293         that we don't retrieve all marks when we enter a group.
10294
10295         * nnimap.el: Use deffoo instead of defun for interface functions.
10296
10297         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10298         update the group info.  This makes the nndraft groups, for instance, go
10299         back to their old behavior.
10300
10301         * gnus-sum.el (gnus-select-newsgroup): Indent.
10302
10303         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10304         in.
10305         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10306         nothing.
10307
10308         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10309         from methods that are denied.
10310
10311         * gnus-int.el (gnus-method-denied-p): New function.
10312
10313         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10314         store the password instead of netrc.
10315         (nnimap-open-connection): Don't error out when we can't make a
10316         connections.
10317
10318         * auth-source.el (auth-source-create): In the password prompt, say what
10319         we're querying for.  Also prompt for user name if that hasn't been
10320         given.
10321
10322         * nnimap.el (nnimap-with-process-buffer): Remove.
10323
10324 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10327         method when we're reading from the agent.
10328
10329         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10330
10331         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10332         that's probably most useful for users.
10333
10334         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10335         "failed" all the time.
10336
10337         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10338         ...)) with (with-current-buffer ... ).
10339
10340         * nntp.el (nntp-open-server): Return whether the open was successful or
10341         not.
10342
10343         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10344         select an unread unseen article first.
10345
10346         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10347         /etc/services, supply some sensible port defaults.
10348
10349         * dgnushack.el: Define netrc-credentials.
10350
10351 2010-09-17  Julien Danjou  <julien@danjou.info>
10352
10353         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10354
10355 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10356
10357         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10358         doesn't have any parameters.
10359
10360 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10363         only upcased checks.
10364
10365         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10366
10367         * nnimap.el (nnimap-open-shell-stream): New function.
10368         (nnimap-open-connection): Use it.
10369         (nnimap-transform-headers): Get the number of lines in each message.
10370         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10371         number of lines.
10372         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10373         problem.
10374
10375         * utf7.el (utf7-encode): Autoload.
10376
10377         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10378         to allow the mail splitting to not return a default group.  This is
10379         useful for nnimap, which will leave unmatched mail in the inbox.
10380
10381         * nnimap.el: Rewritten.
10382
10383         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10384         nnimap usage.
10385
10386         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10387         if the move is internal, so that nnimap can do fast internal moves.
10388
10389         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10390         data.
10391         (gnus-read-active-for-groups): Support finishing the early retrieval of
10392         data.
10393
10394         * gnus-range.el (gnus-range-nconcat): New function.
10395
10396         * gnus-int.el (gnus-finish-retrieve-group-infos)
10397         (gnus-retrieve-group-data-early): New functions.
10398
10399 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10400
10401         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10402         (nnrss-retrieve-groups):
10403         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10404         (pop3-quit): Use with-current-buffer.
10405
10406 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10409         instead of nnheader-accept-process-output.
10410
10411         * dgnushack.el (dgnushack-compile): Add comment.
10412
10413         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10414
10415         * gnus-html.el (gnus-html-schedule-image-fetching)
10416         (gnus-html-prefetch-images): Replace process-kill-without-query by
10417         gnus-set-process-query-on-exit-flag.
10418
10419 2010-09-16  Romain Francoise  <romain@orebokech.com>
10420
10421         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10422
10423 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10424
10425         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10426         parameter to unintern is mandatory-ish in Emacs 24.
10427
10428         * gnus-html.el (gnus-html-schedule-image-fetching)
10429         (gnus-html-prefetch-images): Check for curl before using it.
10430
10431         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10432         depend on curl, which isn't essential.
10433
10434         * imap.el: Revert back to version
10435         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10436         seem problematic.
10437
10438 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10439
10440         * gnus-registry.el (gnus-registry-install-shortcuts):
10441         Explicitly pass `obarray' to `unintern' to avoid a warning.
10442
10443 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10444
10445         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10446         change.
10447
10448         * nnrss.el (nnrss-request-list): Remove this function and related
10449         functions, including the moreover stuff.
10450
10451 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * nnrss.el (nnrss-retrieve-groups): New function.
10454
10455 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10456
10457         * .dir-locals.el: Add no-byte-compile cookie.
10458
10459 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * time-date.el (format-seconds): Comment fix.
10462
10463         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10464         for back end that doesn't support request-scan.
10465
10466 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10469         then do request scans from the backends.
10470
10471         * netrc.el (netrc-credentials): New conveniency function.
10472
10473         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10474         avoid running a hook per line, since this takes a lot of time,
10475         profiling shows.
10476         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10477         directly if gnus-visual-p is true.
10478
10479 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10482         groups; replace mapcar with dolist which is a bit faster; pass groups
10483         info to gnus-read-active-file-1.
10484         (gnus-read-active-file-1): Scan only specified groups if the new
10485         optional arg `infos' is given.
10486
10487 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10490
10491         * pop3.el (pop3-movemail): Remove.
10492         (pop3-streaming-movemail): Rename to pop3-movemail.
10493
10494         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10495         don't restrict end-tag searches to the end of the line.
10496
10497 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10500         articles of every unchecked group to t, which means unknown since the
10501         server has never been opened.
10502
10503 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10504
10505         * gnus-html.el (gnus-html-show-alt-text): New command.
10506         (gnus-html-browse-image): Ditto.
10507         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10508         to browse the image directly.
10509         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10510         better.
10511
10512         * gnus-async.el (gnus-async-article-callback):
10513         Call `gnus-html-prefetch-images' unconditionally.
10514
10515         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10516         before feeding URLs to curl.
10517
10518 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10521         internal images as deletable by `W D D'.
10522
10523         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10524         (gnus-async-article-callback): Fix typo.
10525
10526 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10529         current line to work around bugs in the output from w3m.
10530
10531         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10532         for groups that want that.
10533
10534         * nntp.el (nntp-wait-for-string): Supply a timeout for
10535         accept-process-output to ensure progress.
10536
10537         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10538         level to get unread articles from, then use that for foreign groups,
10539         too.
10540
10541         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10542         confuses the rest of the function.
10543
10544         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10545         for the methods that support -retrieve-groups, too.
10546
10547         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10548
10549 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10552         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10553
10554         * pop3.el: Require cl when compiling.
10555         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10556
10557 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10560         that aren't going to be activated.
10561         (gnus-get-unread-articles): Fix up the last commit.
10562
10563         * gnus-html.el (gnus-article-html): Allow calling without specifying
10564         the handle.  In that case, dissect the buffer first.
10565
10566         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10567
10568         * nnimap.el (nnimap-open-connection): Revert the change that would look
10569         into authinfo for imaps instead of imap.
10570
10571         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10572         say that you don't want to call gnus-request-group with don-check, but
10573         do check the reponse.  This is for virtual groups only.
10574         (gnus-get-unread-articles): Count the archive groups as secondary, so
10575         that they're activated the same way as before.
10576
10577         * imap.el (imap-message-map): Removed optional buffer parameter, since
10578         no callers use it.
10579         (imap-message-get): Ditto.
10580         (imap-message-put): Ditto.
10581         (imap-mailbox-map): Ditto.
10582         (imap-mailbox-put): Ditto.
10583         (imap-mailbox-get): Ditto.
10584         (imap-mailbox-get): Revert last change for this function.
10585
10586         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10587         case-insensitively.
10588         (nnimap-debug): Remove.
10589
10590         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10591         callers to use `imap-fetch' instead.  According to the comments, this
10592         should be safe, since all other IMAP clients use the 1:* syntax.
10593         (imap-enable-exchange-bug-workaround): Remove.
10594         (imap-debug): Remove -- doesn't seem very useful.
10595
10596         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10597         mail from a file, and the file doesn't exist.
10598
10599         * imap.el (imap-log): New convenience function used throughout instead
10600         of repeating the same code all over the place.
10601
10602         * pop3.el (pop3-streaming-movemail): Return t for success.
10603
10604         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10605         .authinfo if we're using ssl connection.
10606
10607         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10608         already have if we're in a main Gnus `g' run.
10609
10610         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10611
10612 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10615
10616         * nnmh.el (nnmh-request-list-1): Bind `file'.
10617
10618         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10619         alias to set-process-query-on-exit-flag or process-kill-without-query.
10620         (pop3-open-server): Use it.
10621
10622 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10625         box to the Incoming file.  Fixes mistake in previous checkin.
10626
10627         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10628         request loop (for debugging purposes) removed.
10629
10630         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10631         culprit is more visible.
10632         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10633         (nnml-add-incremental-nov): New functions to do "incremental" nov
10634         updates, where we just append to the end of the existing nov files
10635         without reading/writing them in full.
10636
10637         * mail-source.el (mail-source-delete-crash-box): Really only check the
10638         incoming files once in a while.
10639
10640         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10641
10642         * mail-source.el (mail-source-delete-crash-box): Only check the
10643         incoming files for deletion once per day to save a lot of file
10644         accesses.
10645
10646         * pop3.el (pop3-logon): Fix up unbound variable typo.
10647
10648         * mail-source.el (pop3-streaming-movemail): Autoload.
10649
10650         * pop3.el (pop3-streaming-movemail):
10651         Respect pop3-leave-mail-on-server.
10652
10653         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10654         retrieval.
10655
10656         * pop3.el (pop3-process-filter): Remove unused function.
10657         (pop3-streaming-movemail, pop3-send-streaming-command)
10658         (pop3-wait-for-messages, pop3-write-to-file)
10659         (pop3-number-of-responses): New functions for streaming pop3
10660         retrieval.
10661
10662         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10663         come from no known methods.
10664         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10665         list.
10666
10667         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10668         message sizes.
10669         (pop3-movemail): Use erase-buffer instead of looping and deleting
10670         regions, which seems rather odd.
10671
10672         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10673         file once per `g' run.
10674
10675         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10676         directories.  This makes the draft queue directory work.
10677
10678         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10679         data from the backends, so that we only request the list of groups from
10680         each method once.  This should speed things up considerably.
10681
10682         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10683         detect that it's not implemented.
10684
10685         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10686         we actually do recurse down into the tree, but don't stat all leaf
10687         nodes.
10688
10689         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10690         then say so instead of bugging out.
10691
10692         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10693         files exist before trying to read them.
10694
10695         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10696         around <pre_int>.
10697
10698         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10699
10700         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10701
10702 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10703
10704         * mm-util.el (mm-image-load-path): Just return the image directories,
10705         not all directories in the path in addition to the image directories.
10706         (mm-image-load-path): Maintain a cache of the image directories so that
10707         the `g' command in Gnus doesn't have to stat dozens of directories each
10708         time.
10709
10710         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10711         (gnus-html-wash-tags): Add a new `i' command to insert images.
10712         (gnus-html-insert-image): New command and keystroke.
10713         (gnus-html-redisplay-with-images): New command and keystroke.
10714         (gnus-html-show-images): Rename command.
10715         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10716         spacers.
10717         (gnus-html-wash-tags): Decode entities at the end, so that entities
10718         inside the tags don't mess up the rest of the "parsing".
10719
10720         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10721         so that nnimap methods aren't agentized by default.  There's apparently
10722         many problems related to agent/imap behavior.
10723
10724         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10725
10726         * gnus-html.el: Doc fix.
10727
10728 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10731         specifier-spec-list for Emacs 21.
10732
10733         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10734         glyph-width and glyph-height instead of display-graphic-p and
10735         image-size; make avoidance of displaying small images work for XEmacs.
10736
10737         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10738         for XEmacs.
10739
10740         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10741         of symbol that holds plist data.
10742         (gnus-process-plist): Remove plist of process after getting it.
10743
10744 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * message.el (message-generate-hashcash): Change default to
10747         'opportunistic if hashcash is installed.
10748
10749         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10750         (gnus-html-put-image): Only call image-size once, since it's somewhat
10751         time-consuming on remote X servers.
10752
10753 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10756         type on data, not a file name.
10757
10758         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10759         window-pixel-edges for Emacs 21.
10760
10761         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10762         decoded contents.
10763         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10764
10765 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10768         group line format, since it isn't very interesting.
10769
10770         * gnus-agent.el (gnus-agent-short-article),
10771         (gnus-agent-long-article): Increase values for these two variables,
10772         since most people are likely to have more network connection and
10773         storage than before.
10774
10775         * gnus.el (gnus-refer-article-method): Change default to 'current.
10776         When referring an article, the common behavior is to refer it from the
10777         current select method, not the native select method.  The chances of
10778         the native select method having the message in question is rather slim
10779         these days.
10780
10781         * gnus-sum.el (gnus-auto-select-subject): Change default to
10782         `unseen-or-unread'.  I think it's likely that most people want to
10783         select an unseen article over a previously seen, but unread one.
10784
10785         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10786         means that in the article buffer none of the minor mode elements will
10787         be shown, usually, and this is not desirable in most cases.
10788
10789         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10790         that commands like `d' (and the like) go to the next line in the
10791         buffer, instead of the next unread article.  I think this is the
10792         behavior that is most natural for most users.
10793         (gnus-single-article-buffer): Change default to nil, so that people can
10794         have as many article buffers open as they have summary buffer.  I think
10795         this is the most natural way for the groups to behave.
10796
10797         * message.el (message-generate-new-buffers): Change default to
10798         `unsent', so that all new message buffers start their names with the
10799         string "*unsent", and it's easier to find the buffers if you move from
10800         them.
10801
10802 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10805         small.  They're probably tracking images.
10806         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10807         (gnus-html-rescale-image): Yet another try at getting the image sizing
10808         right.
10809
10810         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10811         nntp-marks-file-name is nil.
10812
10813 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10814
10815         * gnus-html.el (gnus-html-wash-tags)
10816         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10817         Better logging.
10818
10819 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10820
10821         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10822
10823         * gnus-html.el (gnus-html-wash-tags): Check the value of
10824         gnus-blocked-images in the summary buffer.
10825
10826 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10827
10828         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10829
10830 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10831
10832         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10833         like "a", it seems like.
10834         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10835         since it needs to be picked from the correct buffer.
10836
10837         * nnwfm.el: Remove.
10838
10839         * nnlistserv.el: Remove.
10840
10841 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10842
10843         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10844         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10845
10846 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * nnkiboze.el: Remove.
10849
10850         * nndb.el: Remove.
10851
10852         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10853         alt text.
10854         (gnus-html-rescale-image): Try to get the rescaling logic right for
10855         images that are just wide and not tall.
10856
10857         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10858         overshadow variable bindings.
10859
10860 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10861
10862         * gnus-html.el (gnus-html-wash-tags)
10863         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10864         Add extra logging.
10865
10866 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10869         (gnus-max-image-proportion): New variable.
10870         (gnus-html-rescale-image): New function.
10871         (gnus-html-put-image): Rescale images.
10872
10873 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10874
10875         Fix up some byte-compiler warnings.
10876         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10877         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10878         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10879         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10880         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10881         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10882         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10883
10884 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * gnus-html.el (gnus-article-html): Decode contents by charset.
10887
10888 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10891         (gnus-html-frame-width, gnus-blocked-images):
10892         * message.el (message-prune-recipient-rules): Add custom version.
10893         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10894
10895         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10896         functions.
10897
10898         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10899         gnus-process-get.
10900
10901 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10902
10903         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10904         instead of lsub directly.
10905
10906 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10907
10908         * nnwarchive.el: Remove.
10909
10910         * gnus-soup.el: Remove.
10911
10912         * nnsoup.el: Remove.
10913
10914         * nnultimate.el: Remove.
10915
10916         * gnus-html.el (gnus-blocked-images): New variable.
10917
10918         * message.el (message-prune-recipients): New function.
10919         (message-prune-recipient-rules): New variable.
10920
10921         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10922         guess whether a long line is natural text or not.
10923
10924         * gnus-html.el (gnus-html-schedule-image-fetching):
10925         Use gnus-process-plist and friends for compatibility.
10926
10927 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10928
10929         * gnus-html.el: Require packages that define macros used in this file.
10930         (gnus-article-mouse-face): Declare to silence byte-compiler.
10931         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10932         process-get.
10933         (gnus-html-put-image): Use plist-get to avoid getf.
10934         (gnus-html-prefetch-images): Use with-current-buffer.
10935
10936 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gnus-ems.el: Provide compatibility functions for
10939         gnus-set-process-plist.
10940
10941         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10942         header-line-format for XEmacs 21.4.
10943
10944         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10945         * gnus.el (gnus-valid-select-methods):
10946         * message.el (message-send-mail-partially-limit):
10947         * mm-decode.el (mm-text-html-renderer):
10948         * mml.el (mml-insert-mime-headers-always):
10949         * smiley.el (smiley-regexp-alist): Bump custom version.
10950
10951 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10952
10953         * gnus-html.el: Require mm-url.
10954         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10955         with the url to `url'.
10956         (gnus-html-wash-tags): Support cid: URLs/images.
10957
10958 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10961         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10962         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10963
10964         * gnus-move.el: Remove file, since it doesn't really work.
10965
10966         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10967         UTF-8.  This seems to fix problems with some German web feeds.
10968
10969         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10970         at the top so that the proper colors are applied.
10971
10972         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10973         don't have dots in their names.
10974
10975         * gnus-art.el (gnus-article-view-part): Doc fix.
10976
10977         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10978         XEmacs-compatible.
10979         (gnus-html-put-image): Don't do images on non-graphic displays.
10980
10981         * nnslashdot.el: Remove this unused backend.
10982
10983         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10984         actions.
10985         (gnus-undo-register-1): Revert last change.
10986
10987         * gnus-group.el (gnus-group-completing-read): Protect against not
10988         having completion-styles bound.
10989
10990         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10991         make broken recipients happier.
10992
10993         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10994
10995         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10996         point parameter.
10997
10998         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10999
11000         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11001         completion-styles for group selection.
11002
11003 2009-02-04  Andreas Schwab  <schwab@suse.de>
11004
11005         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11006         headers and regexp-quote the match if necessary.
11007
11008 2009-03-24  Miles Bader  <miles@gnu.org>
11009
11010         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11011         the blinking smiley.
11012
11013 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11014
11015         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11016         blink smiley.
11017
11018 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11019
11020         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11021         where the dribbel file lives exists.
11022
11023         * message.el (message-send-mail-partially-limit): Change the default to
11024         nil, since most people don't want this.
11025
11026         * mm-url.el (mm-url-decode-entities): Also decode entities like
11027         &#x3212.
11028
11029 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11030
11031         * gnus-sum.el (gnus-summary-idna-message):
11032         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11033         Hyperlink urls in docstrings with URL `...'.
11034
11035 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11036
11037         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11038         functions.
11039
11040 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11043         say what the mouseover text should be.
11044
11045         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11046         version of the mm-w3m-safe-url-regexp variable to only download images
11047         in the groups where we want that to happen.
11048
11049         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11050
11051         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11052         easier debugging.
11053         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11054         big pictures in the article buffer.
11055
11056         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11057         gnus-article-html.
11058         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11059         w3m.
11060
11061         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11062
11063 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064
11065         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11066         which doesn't exist.
11067
11068         * message.el (message-inhibit-ecomplete): New variable to allow some
11069         function to inhibit ecomplete address storage.
11070         (message-resend): Disable ecomplete message storage when resending
11071         messages.
11072
11073         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11074
11075 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11078         Save excursion while copying, moving, and deleting articles in order to
11079         prevent the cursor from jumping to unforeseen place.
11080
11081 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * lpath.el: No need to bind bookmark-current-buffer,
11084         bookmark-yank-point and bookmark-make-record-function.
11085
11086 2010-08-17  Glenn Morris  <rgm@gnu.org>
11087
11088         * gnus-sync.el: Require gnus components whose functions are used.
11089
11090         * gnus-art.el (bookmark-make-record-function):
11091         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11092         Declare for compiler.
11093
11094         * mm-url.el (mml-compute-boundary): Autoload.
11095
11096 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11099
11100 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11101
11102         Typo fix "hoo4a" -> "hook".
11103
11104         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11105
11106 2010-08-14  Glenn Morris  <rgm@gnu.org>
11107
11108         * gnus-sync.el (gnus-sync): Fix defgroup version.
11109
11110 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11111
11112         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11113
11114         * gnus-sync.el: Fix docs.
11115         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11116         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11117
11118 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11119
11120         Optimizations for gnus-sync.el.
11121
11122         * gnus-sync.el: Add docs about gnus-sync-backend
11123         possibilities.
11124         (gnus-sync-save): Remove unnecessary message.
11125         (gnus-sync-read): Optimize and show what groups were skipped.
11126
11127 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11128
11129         Minor bug fixes for gnus-sync.el.
11130
11131         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11132         Don't read the sync on get-new-news.
11133
11134         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11135         quiet.
11136
11137         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11138         (fix typo).
11139
11140 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11141
11142         Make saving and restoring of hidden threads work with overlays.
11143         Patch applied by Ted Zlatanov.
11144
11145         * gnus-sum.el (gnus-hidden-threads-configuration)
11146         (gnus-restore-hidden-threads-configuration): Update to deal with text
11147         properties, rather than searching for a magic character.
11148
11149 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11150
11151         New gnus-sync.el library for synchronization of marks.
11152
11153         * gnus-sync.el: New library for synchronization of marks.
11154
11155         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11156         renamed from `gnus-registry-grep-in-list'.
11157
11158         * gnus-registry.el (gnus-registry-follow-group-p):
11159         Use `gnus-grep-in-list'.
11160
11161         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11162
11163 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11166         determining charset of text fails.
11167
11168 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * nnmail.el (nnmail-get-new-mail-1): Revert.
11171
11172         * nnml.el (nnml-active-number): Make sure names of newly created groups
11173         in nnml-group-alist are encoded.
11174
11175 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11178         containing non-ASCII characters in active file for nnml back end.
11179
11180 2010-07-24  David Engster  <dengste@eml.cc>
11181
11182         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11183         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11184
11185 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11186
11187         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11188         tag (Bug#6654).
11189
11190 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11193         the article buffer, not the summary buffer.
11194
11195 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11198         Emacs 23 as well.
11199
11200 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11203         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11204
11205 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11206
11207         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11208         Patch applied by Karl Fogel.
11209
11210         * gnus-sum.el (gnus-summary-bookmark-make-record):
11211         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11212
11213 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11214
11215         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11216         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11217         C-w still not working correctly from Article buffers; Thierry's
11218         patch to fix that will be applied after this.
11219
11220         * gnus-art.el (bookmark-make-record-function): New local variable.
11221
11222         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11223         article buffer.
11224         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11225
11226 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11227
11228         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11229         on changes in bookmark.el.
11230
11231 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11234         `no-log' instead of message not to log prompt string.
11235
11236 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11237
11238         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11239         the *other* type of HTML form submission.
11240
11241 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11242
11243         * auth-source.el (auth-source-pick): If choice does not contain a
11244         questioned keyword, set the check to t.
11245
11246 2010-06-12  Romain Francoise  <romain@orebokech.com>
11247
11248         * gnus-util.el (gnus-date-get-time): Move up before first use.
11249
11250 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11253         (gnus-article-edit-part): Bind it to make last part that is substituted
11254         or deleted visible.
11255         (gnus-mime-display-single): Buttonize part of which id equals to
11256         gnus-mime-buttonized-part-id.
11257
11258 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11259
11260         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11261         (gnus-dd-mmm): Use gnus-date-get-time.
11262         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11263         simplify logic.
11264         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11265         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11266
11267 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11268
11269         * auth-source.el (top): Autoload `secrets-list-collections',
11270         `secrets-create-item', `secrets-delete-item'.
11271         (auth-sources): Fix tag string.
11272         (auth-get-source, auth-source-retrieve, auth-source-create)
11273         (auth-source-delete): New defuns.
11274         (auth-source-pick): Rewrite in order to avoid 2 passes.
11275         (auth-source-forget-user-or-password): New parameter USERNAME.
11276         (auth-source-user-or-password): New parameters CREATE-MISSING and
11277         DELETE-EXISTING.  Retrieve password interactively, if needed.
11278
11279 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11280
11281         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11282         deleting unused directories when gnus-expert-user is t.
11283
11284 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11285
11286         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11287         for each temp file when gnus-article-browse-delete-temp is ask.
11288
11289 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11290
11291         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11292         Replace Lisp calls to delete-backward-char by calls to delete-char.
11293
11294 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11295
11296         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11297
11298 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11299
11300         * password-cache.el (password-cache-remove): Fix docstring.
11301
11302 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11305         article unless decoding article to be saved.
11306
11307 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11310         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11311         generated within the mm-with-unibyte-current-buffer macro.
11312
11313 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11316         to nil when we're in a mml-preview buffer and no group is selected.
11317
11318 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11319
11320         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11321         when catching the `C-g'.  Reported by "Leo".
11322
11323 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * message.el (message-forward-make-body-plain)
11326         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11327         multibyte-string-p.
11328
11329         * lpath.el: Revert.
11330
11331 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * message.el (message-forward-make-body-mml): Assume original message
11334         is multibyte string; error on unibyte.
11335         (message-forward-make-body-plain): Ditto; don't add excessive newline
11336         in body end.
11337
11338         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11339
11340 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11341
11342         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11343         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11344
11345 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * mm-extern.el (mm-extern-url): Don't use
11348         mm-with-unibyte-current-buffer.
11349         (mm-extern-cache-contents): Use with-current-buffer instead of
11350         save-excursion + set-buffer.
11351
11352 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * mm-util.el (mm-emacs-mule): Remove.
11355
11356 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11357
11358         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11359         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11360         change.
11361
11362 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11365         bind the default value of enable-multibyte-characters to nil.
11366
11367 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * message.el (message-forward-make-body-plain)
11370         (message-forward-make-body-mml):
11371         Don't use mm-with-unibyte-current-buffer.
11372
11373 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11374
11375         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11376
11377 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11378
11379         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11380         (Bug#5592).
11381
11382 2010-05-07  Julien Danjou  <julien@danjou.info>
11383
11384         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11385         it to mm-pipe-part.
11386
11387         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11388         it is given.
11389
11390 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * binhex.el (binhex-decode-region-internal):
11393         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11394         (dns-query):
11395         * nnweb.el (nnweb-gmane-search):
11396         * pgg-parse.el (pgg-parse-armor):
11397         * pgg.el (pgg-verify-region):
11398         * sha1.el (sha1-string-external):
11399         * uudecode.el (uudecode-decode-region-internal):
11400         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11401         XEmacs.
11402
11403         * gnus-art.el (gnus-article-browse-html-parts):
11404         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11405         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11406         make-temp-file.
11407
11408         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11409         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11410         compiling.
11411
11412         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11413         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11414         XEmacs when compiling.
11415
11416         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11417         gnus-pick-mode-off-hook for XEmacs when compiling.
11418         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11419         gnus-binary-mode-off-hook for XEmacs when compiling.
11420
11421         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11422         Return nil if char-charset is not available.
11423
11424         * imap.el (imap-disable-multibyte)
11425         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11426         macros.
11427
11428         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11429         instead of encode-coding-string.
11430
11431         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11432         'xemacs) instead of mm-emacs-mule to switch function definitions.
11433         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11434
11435         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11436         bind temporary-file-directory for XEmacs;
11437         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11438         timer-set-function for XEmacs 21.4 and SXEmacs;
11439         bind timer-list for XEmacs 21.4 and SXEmacs;
11440         fbind char-charset and find-charset-region for non-Mule XEmacs;
11441         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11442         encode-coding-region and encode-coding-string for XEmacs having no
11443         file-coding feature.
11444
11445 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11446
11447         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11448
11449 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11452         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11453
11454 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11455
11456         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11457         alias `jka-compr-delete-temp-file' no longer exists.
11458
11459 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11460
11461         Use define-minor-mode in Gnus where applicable.
11462         * mml.el (mml-mode): Use define-minor-mode.
11463         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11464         (gnus-undo-mode): Use define-minor-mode.
11465         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11466         (gnus-dead-summary-mode): Use define-minor-mode.
11467         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11468         Initialize in declaration.
11469         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11470         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11471         (gnus-mailing-list-mode): Use define-minor-mode.
11472         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11473         (gnus-draft-mode): Use define-minor-mode.
11474         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11475         (gnus-dired-mode): Use define-minor-mode.
11476
11477 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11478
11479         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11480         handles on recursive mml-to-mime translation and check them for
11481         boundary delimiter collisions.  Reported by Greg Troxel.
11482
11483 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11486
11487 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11488
11489         * mm-util.el (mm-find-buffer-file-coding-system):
11490         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11491
11492 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11493
11494         * message.el (message-generate-headers): Record insertion of optional
11495         headers as well.  Otherwise the check to prevent repeated insertion of
11496         optional headers is a no-op.
11497
11498 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11499
11500         * smime.el: Don't mention CVS.
11501
11502         * nnrss.el (nnrss-fetch): Don't mention CVS.
11503
11504         * nnir.el: Don't mention CVS.
11505
11506 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11507
11508         * gnus-sum.el (gnus-summary-bookmark-make-record):
11509         Add `location' field.
11510
11511 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * lpath.el: Fbind bookmark-default-handler,
11514         bookmark-get-bookmark-record, bookmark-make-record-default,
11515         bookmark-prop-get for Emacs <23 and XEmacs.
11516
11517 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11518
11519         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11520         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11521         Use with-current-buffer to silence the byte-compiler.
11522         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11523         bother to require `gnus'.
11524         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11525
11526 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11527
11528         * gnus-sum.el (gnus-summary-bookmark-make-record)
11529         (gnus-summary-bookmark-jump): New functions.
11530         (gnus-summary-mode): Setup bookmark support.
11531
11532 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11533
11534         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11535         if set.
11536
11537 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11540         gnus-article-browse-html-save-cid-image; make it work recursively for
11541         forwarded messages as well.
11542         (gnus-article-browse-html-parts): Work when prefix arg is given.
11543         (gnus-article-browse-html-article): Doc fix.
11544
11545 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11546
11547         * message.el (message-default-mail-headers):
11548         (message-default-headers): Carry the value mail-default-headers over
11549         into message-default-mail-headers, rather than message-default-headers.
11550
11551 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11552
11553         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11554         charset.
11555
11556         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11557         charset into the <meta> tag when the article is encoded to utf-8.
11558
11559 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-art.el (gnus-article-browse-delete-temp-files):
11562         Delete directories as well.
11563         (gnus-article-browse-html-parts): Work for images that do not specify
11564         file names; delete temp directory when quitting; insert header at the
11565         right place; use file: scheme for image files.
11566
11567 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11568
11569         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11570         (gnus-article-browse-html-parts): Use it to make temporary cid image
11571         files in addition to html file so that browser may display them.
11572
11573 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11576
11577 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11578
11579         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11580
11581 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11582
11583         * auth-source.el (auth-sources): Change default to be simpler.
11584         Explain about Secret Service API sources.  Improve Customize options.
11585         (auth-source-pick): Change to accept any number of search parameters.
11586         Implement fallbacks iteratively, not recursively.  Add scoring on the
11587         second pass and sort by score.  Call Secret Service API when needed.
11588         (auth-source-user-or-password): Use it.  Call Secret Service API
11589         directly when needed to get the user name and the password.
11590
11591 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11592
11593         * message.el (message-interactive): Doc fix.
11594         (message-qmail-inject-args): Reflow.
11595         (message-kill-to-signature): Fix typo in docstring.
11596
11597         * smiley.el (smiley-buffer): Fix typo in docstring.
11598
11599 2010-03-24  Glenn Morris  <rgm@gnu.org>
11600
11601         * mail-source.el (gnus-message): Declare.
11602         (mail-source-delete-old-incoming): Require gnus-util.
11603
11604 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11607
11608         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11609
11610         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11611         password-cache's default if it is not bound.
11612         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11613         password-cache-expiry's default if it is not bound.
11614
11615         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11616         available in Emacs 21.
11617
11618         * lpath.el: Suppress compiler warnings for:
11619         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11620         XEmacs;
11621         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11622         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11623         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11624
11625 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11626
11627         * auth-source.el (auth-sources): Fix up definition so extra parameters
11628         are always inline.
11629
11630 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11631
11632         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11633         wasn't updated after mismatch.  Clear cached mailbox info correctly
11634         when uidvalidity changes.
11635         (nnimap-group-prefixed-name): New function to avoid some code
11636         duplication.
11637         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11638         (nnimap-request-group): Use it.
11639         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11640         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11641         with many imap folders.  This is done by caching the group status from
11642         the imap server persistently in a group parameter `imap-status'.  (This
11643         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11644         but not persistently, so every Gnus startup was still very slow.)
11645
11646 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11647
11648         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11649         delete the extra newline.  Otherwise editing of :string and :number
11650         types don't work.
11651
11652 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11653
11654         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11655         secrets.el dependency.
11656         (auth-sources): Add optional user name.  Add secrets.el configuration
11657         choice (unused right now).
11658
11659 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11660
11661         * gnus-sum.el (gnus-summary-make-menu-bar):
11662         Let `gnus-registry-install-shortcuts' fill in the functions.
11663
11664         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11665         warnings.
11666         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11667         (gnus-registry-install-shortcuts): Populate and use it in a
11668         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11669
11670 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11671
11672         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11673         In-place substitutions for the group name encoding/decoding.
11674         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11675         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11676         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11677         (nnimap-update-unseen, nnimap-request-list)
11678         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11679         (nnimap-request-set-mark, nnimap-split-to-groups)
11680         (nnimap-split-articles, nnimap-request-newgroups)
11681         (nnimap-request-create-group, nnimap-request-accept-article)
11682         (nnimap-request-delete-group, nnimap-request-rename-group)
11683         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11684         `encoded-mbx' for consistency.
11685         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11686         variable `imap-current-mailbox'.
11687
11688         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11689         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11690
11691 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11692
11693         * pop3.el (pop3-display-message-size-flag): Display message size byte
11694         counts during POP3 download.
11695         (pop3-movemail): Use it.
11696         (pop3-list): Implement listing of available messages.
11697
11698 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11699
11700         * nnir.el (nnir-get-article-nov-override-function): New function to
11701         override the normal NOV retrieval.
11702         (nnir-retrieve-headers): Use it.
11703
11704 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11705
11706         * auth-source.el (netrc-machine-user-or-password): Autoload.
11707
11708 2010-03-19  Glenn Morris  <rgm@gnu.org>
11709
11710         Stop message.el from loading about 40 libraries it doesn't always need.
11711         The general approach is to autoload rather than require, and to
11712         require in the specific functions rather than the file.  (Bug#5642)
11713
11714         * gmm-utils.el: Don't require wid-edit.
11715         (widget-create-child-value, widget-convert, widget-default-get):
11716         Autoload.
11717
11718         * gnus-util.el: Don't require time-date, netrc.
11719         (message-fetch-field, gnus-group-name-decode): Declare rather than
11720         autoloading.
11721         (gnus-fetch-field): Require message.
11722         (gnus-decode-newsgroups): Require gnus-group.
11723
11724         * ietf-drums.el: Don't require time-date.
11725
11726         * message.el: Don't require hashcash, canlock, ecomplete.
11727         Do require mail-utils.  Require nnheader only when compiling.
11728         (smtpmail-default-smtp-server): Remove declaration.
11729         (message-send-mail-function): Check smtpmail-default-smtp-server
11730         is bound rather than requiring smtpmail.
11731         (message-auto-save-directory, message-insert-signature):
11732         Use expand-file-name rather than nnheader-concat.
11733         (nnheader-insert-file-contents): Autoload.
11734         (hashcash-wait-async): Declare.
11735         (message-send-mail): Only call gnus-setup-posting-charset if
11736         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11737         (message-send-mail-with-sendmail): Require sendmail.
11738         (canlock-password, canlock-password-for-verify): Declare.
11739         (message-canlock-password): Require canlock.
11740         (nnheader-get-report): Autoload.
11741         (gnus-setup-posting-charset): Declare.
11742         (message-send-news): Require gnus-msg.
11743         (message-make-references, message-make-in-reply-to): Use mail-header-id
11744         rather than the alias mail-header-message-id.
11745         (ecomplete-add-item, ecomplete-save): Declare.
11746         (message-put-addresses-in-ecomplete): Require ecomplete.
11747         (ecomplete-display-matches): Autoload.
11748
11749         * mm-decode.el: Don't require mailcap, gnus-util.
11750         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11751         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11752         Autoload.
11753         (mailcap-mime-extensions): Declare.
11754
11755         * mm-encode.el: Don't require mailcap.
11756         (mailcap-extension-to-mime): Autoload.
11757
11758         * mml-sec.el: Don't require password-cache.
11759
11760         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11761         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11762         (mml-minibuffer-read-type): Require mailcap.
11763         (mml-preview): Require gnus-msg.
11764
11765         * mml1991.el: Require password-cache.
11766         (password-cache-expiry): Remove declaration.
11767
11768         * mml2015.el: Require password-cache.
11769         (password-cache-expiry): Remove declaration.
11770
11771         * nneething.el (mailcap): Require mailcap.
11772
11773         * nnheader.el (declare-function): Add compatibility stub.
11774         (message-remove-header): Declare rather than autoload.
11775         (nnheader-replace-header): Require message.
11776
11777         * nnimap.el (declare-function): Add compatibility stub.
11778         (netrc-parse, netrc-machine-user-or-password): Declare.
11779         (nnimap-open-connection): Require netrc.
11780
11781         * nntp.el (declare-function): Add compatibility stub.
11782         (netrc-parse, netrc-machine, netrc-get): Declare.
11783         (nntp-send-authinfo): Require netrc.
11784
11785         * rfc2047.el: Don't require qp.
11786         (quoted-printable-encode-region, quoted-printable-decode-string):
11787         Autoload.
11788
11789         * sieve-mode.el: Don't require easymenu.
11790         (easy-menu-add-item): Autoload it.
11791
11792         * spam-stat.el (time-to-number-of-days): Autoload it.
11793
11794 2010-03-19  Glenn Morris  <rgm@gnu.org>
11795
11796         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11797
11798 2010-03-18  Glenn Morris  <rgm@gnu.org>
11799
11800         * hashcash.el (declare-function): Remove duplicate definition.
11801
11802 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11803
11804         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11805         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11806         value if any backslash escapes).
11807
11808 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11811         if it is available.  (bug#5647)
11812
11813         * lpath.el: Suppress compiler warning for coding-system-from-name for
11814         Emacs 21 and XEmacs.
11815
11816 2010-03-14  Juri Linkov  <juri@jurta.org>
11817
11818         * hmac-def.el:
11819         * hmac-md5.el:
11820         * netrc.el: Fix keywords.
11821
11822 2010-02-26  Glenn Morris  <rgm@gnu.org>
11823
11824         * message.el (message-send-mail-function): Change the default, so that
11825         it inherits from a customized send-mail-function.  (Bug#5643)
11826
11827 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11828
11829         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11830         shell-command-to-string signals an error (bug#5299).
11831
11832 2010-02-24  Glenn Morris  <rgm@gnu.org>
11833
11834         * message.el (message-smtpmail-send-it)
11835         (message-send-mail-with-mailclient): Doc fixes.
11836
11837 2010-02-16  Glenn Morris  <rgm@gnu.org>
11838
11839         * message.el (message-default-mail-headers): Change the default value
11840         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11841
11842 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11845         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11846
11847 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11848
11849         * time-date.el (date-to-time): Doc fix (Bug#5408).
11850
11851 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11852
11853         * message.el (message-mail): Just pass yank-action on to message-setup.
11854         (message-setup): Handle (FUN . ARGS) form of yank-action.
11855         (message-with-reply-buffer, message-widen-reply)
11856         (message-yank-original): Handle non-buffer values of
11857         message-reply-buffer (Bug#4080).
11858         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11859
11860 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11861
11862         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11863         Fix typo in docstring.
11864
11865 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11866
11867         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11868         response.
11869
11870 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11873
11874         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11875
11876         * message.el (message-check-news-header-syntax): Protect against a
11877         string that `rfc822-addresses' returns when parsing fails.
11878
11879 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11882         (gnus-previous-char-property-change): New functions.
11883
11884         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11885
11886 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11887
11888         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11889         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11890
11891 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11892
11893         * message.el (message-exchange-point-and-mark): Rework last change to
11894         avoid using optional arg of exchange-point-and-mark, for backward
11895         compatibility.
11896
11897 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11898
11899         * message.el (message-exchange-point-and-mark):
11900         Call exchange-point-and-mark with an argument rather than setting
11901         mark-active by hand (Bug#5175).
11902
11903 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * nntp.el (nntp-service-to-port): Work for service expressed with
11906         numeric string; replace [:digit:] with [0-9] for XEmacs.
11907
11908 2009-12-17  Glenn Morris  <rgm@gnu.org>
11909
11910         * gnus-group.el (gnus-bug-group-download-format-alist):
11911         Change emacs entry to debbugs.gnu.org.  Bump :version.
11912
11913 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11914
11915         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11916
11917 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * message.el (message-info): Explain why we use `Info-goto-node'.
11920
11921 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11924
11925 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11926
11927         * message.el (message-completion-in-region): New compatibility function.
11928         (message-expand-group): Use it.
11929
11930 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11933         with no unread article should be listed if the 2nd arg `predicate' is
11934         given.
11935
11936 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11939
11940 2009-11-29  Juri Linkov  <juri@jurta.org>
11941
11942         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11943         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11944         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11945
11946 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11947
11948         * sha1.el (sha1-string-external): default-directory "/" in case
11949         otherwise non-existent.  process-connection-type pipe for touch of
11950         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11951
11952 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11953
11954         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11955         it's comms related and sgml-mode.el has "comm" on that basis too.
11956
11957 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11960         containing tspecial characters if they have been already quoted.
11961
11962 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11963
11964         * dns-mode.el (auto-mode-alist): Purecopy string.
11965
11966 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11967
11968         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11969
11970 2009-10-24  Glenn Morris  <rgm@gnu.org>
11971
11972         * gnus-art.el (help-xref-stack-item): Define for compiler.
11973
11974 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11975
11976         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11977
11978 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11981
11982 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11985         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11986
11987 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11990         (gnus-overlays-in): New alias to overlays-in.
11991
11992         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11993         gnus-overlay-get, and gnus-delete-overlay.
11994         (gnus-summary-show-thread): Make it work as well for systems in which
11995         next-single-char-property-change is not available.
11996         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11997
11998         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11999         (gnus-overlay-get): New alias to extent-property.
12000         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12001
12002         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12003         SXEmacs.
12004
12005         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12006         SXEmacs.
12007
12008 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12011
12012 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12013
12014         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12015         and XEmacs that don't have `remove-overlays'.
12016
12017 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12018
12019         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12020         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12021         selective display.  Use overlays instead.
12022
12023 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12024
12025         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12026
12027 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12028
12029         * spam-stat.el (spam-stat-load): Fix typo in message.
12030
12031 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12032
12033         * dig.el (dig-invoke): Fix typo in docstring.
12034         (query-dig): Reflow docstring.
12035
12036 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12037
12038         * gnus-art.el (gnus-article-encrypt-body):
12039         * message.el (message-check-recipients):
12040         * mm-util.el (mm-codepage-setup):
12041         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12042         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12043
12044 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12045
12046         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12047         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12048         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12049         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12050         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12051
12052 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12053
12054         * dig.el: Add "Keywords: comm", as per net-utils.el.
12055
12056 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12057
12058         * dig.el (dig-mode): Use define-derived-mode.
12059
12060 2009-09-19  Glenn Morris  <rgm@gnu.org>
12061
12062         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12063
12064 2009-09-18  Glenn Morris  <rgm@gnu.org>
12065
12066         * gnus-diary.el (gnus-diary-check-message):
12067         * message.el (message-insert-formatted-citation-line):
12068         * nnbabyl.el (top-level):
12069         * nndiary.el (nndiary-schedule):
12070         Fix typos in condition-case handlers.
12071
12072 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12075         configuration that provides the sole article window in a frame;
12076         position point correctly after deleting a part.
12077
12078 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12079
12080         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12081         (spam-resolve-registrations-routine): Use it to unregister articles
12082         that change status.
12083
12084 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12087         with XEmacs.
12088         (parse-time-string-chars): Use it.
12089
12090 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12091
12092         * imap.el (imap-interactive-login): Better messages.
12093         (imap-open): Fix bug with renamed buffer on reconnect.
12094         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12095         for easier debugging and cleaner code.  On successful (guessed based on
12096         server capabilities) secondary authentication, set imap-state
12097         correctly.
12098         (imap-last-authenticator): Define imap-last-authenticator as a variable
12099         to avoid warnings.
12100
12101 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * nnrss.el (nnrss-request-article): Remove binding of
12104         default-enable-multibyte-characters that has gotten needless by
12105         the 2007-07-13 change in rfc2047-encode-message-header.
12106
12107         * mml.el (mml-insert-multipart): Error on the message header.
12108         (mml-insert-part): Error on the message header; position point at
12109         the end of a MIME tag.
12110
12111 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * time-date.el (autoload): Expand define-obsolete-function-alias into
12114         defalias and make-obsolete for old Emacsen that Gnus supports.
12115         (with-no-warnings): Define it for old Emacsen.
12116         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12117         is available.
12118         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12119         float-time is available; suppress compile warning for time-to-seconds.
12120
12121         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12122         (gnus-float-time): Alias to float-time if it exists.
12123
12124         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12125         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12126         float-time is available; suppress compile warning for time-to-seconds.
12127
12128         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12129         XEmacs.
12130
12131 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12132
12133         * imap.el (imap-message-map): Docstring fix.
12134
12135 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12138         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12139         Add the optional argument `encoding' that overrides the default.
12140
12141         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12142         mm-encode-buffer.
12143
12144 2009-09-04  Glenn Morris  <rgm@gnu.org>
12145
12146         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12147         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12148         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12149         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12150         * mm-util.el (mm-with-unibyte-current-buffer)
12151         (mm-find-buffer-file-coding-system):
12152         * yenc.el (yenc-decode-region): Use default-value rather than
12153         default-enable-multibyte-characters.
12154
12155 2009-09-03  Glenn Morris  <rgm@gnu.org>
12156
12157         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12158         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12159         than default-enable-multibyte-characters.
12160
12161 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12162
12163         * gnus-art.el (gnus-article-read-summary-keys):
12164         Fix gnus-buffer-configuration's value temporarily used.
12165
12166 2009-09-02  Glenn Morris  <rgm@gnu.org>
12167
12168         * gnus-util.el (gnus-float-time): New function.
12169         * gnus-delay.el (gnus-delay-article):
12170         * gnus-sum.el (gnus-thread-latest-date):
12171         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12172         * nnspool.el (nnspool-request-newgroups):
12173         Use gnus-float-time rather than time-to-seconds.
12174         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12175
12176         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12177         (gnus-header-subject-face, gnus-header-newsgroups-face)
12178         (gnus-header-name-face, gnus-header-content-face):
12179         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12180         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12181         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12182         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12183         (gnus-cite-face-11):
12184         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12185         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12186         (gnus-server-closed-face, gnus-server-denied-face)
12187         (gnus-server-offline-face):
12188         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12189         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12190         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12191         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12192         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12193         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12194         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12195         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12196         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12197         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12198         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12199         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12200         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12201         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12202         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12203         (gnus-summary-high-undownloaded-face)
12204         (gnus-summary-low-undownloaded-face)
12205         (gnus-summary-normal-undownloaded-face)
12206         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12207         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12208         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12209         (gnus-splash-face):
12210         * message.el (message-header-to-face, message-header-cc-face)
12211         (message-header-subject-face, message-header-newsgroups-face)
12212         (message-header-other-face, message-header-name-face)
12213         (message-header-xheader-face, message-separator-face)
12214         (message-cited-text-face, message-mml-face):
12215         * sieve-mode.el (sieve-control-commands-face)
12216         (sieve-action-commands-face, sieve-test-commands-face)
12217         (sieve-tagged-arguments-face):
12218         * spam.el (spam-face):
12219         Mark face aliases with "-face" in the name as obsolete.
12220
12221 2009-09-01  Glenn Morris  <rgm@gnu.org>
12222
12223         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12224         than goto-line.
12225
12226 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12229         Don't move point if the command is invoked inside the message header.
12230
12231 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12232
12233         * imap.el (imap-send-command): Simplify.
12234         (imap-wait-for-tag): point-max -> buffer-size.
12235
12236 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12237
12238         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12239         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12240         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12241         * nnir.el (nnir-swish-e-index-file):
12242         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12243         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12244         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12245         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12246         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12247         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12248
12249 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12252         Don't save excursion.
12253
12254 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12255
12256         * nnheader.el (nnheader-find-file-noselect):
12257         * mm-util.el (mm-insert-file-contents):
12258         Use (default-value 'major-mode) instead of default-major-mode.
12259
12260 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12261
12262         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12263
12264 2009-08-26  Glenn Morris  <rgm@gnu.org>
12265
12266         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12267         than placing in files.el.
12268
12269 2009-08-25  Glenn Morris  <rgm@gnu.org>
12270
12271         * nnir.el (top-level): Don't require cl at run-time.
12272         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12273         Replace cl-function substitute with gnus-replace-in-string.
12274         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12275         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12276         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12277         simplified expansions.
12278
12279 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12280
12281         * dig.el (dig): Add autoload cookie.
12282
12283 2009-08-22  Glenn Morris  <rgm@gnu.org>
12284
12285         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12286         goto-line.
12287
12288 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12289
12290         * parse-time.el (parse-time-string-chars): Save match data.
12291
12292 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12293
12294         * parse-time.el (parse-time-string-chars): Compute using character
12295         classes, to handle non-ascii characters (Bug#3190).
12296
12297 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12300
12301         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12302         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12303         (gnus-mm-display-part, gnus-mime-display-single)
12304         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12305         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12306
12307         * gnus-sum.el
12308         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12309         (gnus-summary-move-article): Add expirable mark to articles copied or
12310         moved to group that has auto-expire turned on if the option is non-nil.
12311
12312 2009-07-24  Glenn Morris  <rgm@gnu.org>
12313
12314         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12315         Fix typo.  (Bug#3903)
12316
12317 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12320         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12321         that should not be used for draft articles.
12322         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12323         that has no concern in minor mode keys.
12324         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12325         Abolish.
12326
12327 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12330         article without making inquiry to a user for unknown encoding.
12331
12332         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12333         (nnmaildir--scan): Assume i-node and device number that file-attributes
12334         returns might be cons-cell.
12335
12336         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12337
12338         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12339
12340 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12341
12342         * auth-source.el: Remove docs now in auth.texi.  Don't use
12343         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12344         `auth-source-hide-passwords' and use them.
12345
12346 2009-07-15  Glenn Morris  <rgm@gnu.org>
12347
12348         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12349
12350 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12353         excessive whitespace from the default values of title and description.
12354
12355 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12358         mail-fetch-field to fetch Content-Description header in order to
12359         exclude newlines.
12360
12361 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12362
12363         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12364         format used by GnuPG 2.0.11.
12365
12366 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12369         to deleted part.
12370
12371 2009-05-30  David Engster  <dengste@eml.cc>
12372
12373         * nnmairix.el: Remove old documentation in the commentary block.
12374         (nnmairix-request-group): Do not update active file for nnml back ends.
12375         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12376         end so that overview files are ignored.
12377         (nnmairix-update-groups): Make updating the groups more robust by using
12378         marks.
12379         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12380         with dollar characters in message-id.
12381
12382 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12385         2008-12-25 in dns.el.
12386
12387 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12388
12389         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12390         could happen if the text is only composed of spaces and/or tabs.
12391
12392 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12393
12394         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12395         when sending a queued message to avoid extra mml tags.
12396
12397 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12400
12401 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12404         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12405         rmail-toggle-header for XEmacs;
12406         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12407
12408 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-dired.el: Remove autoload for gnus-setup-message.
12411         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12412         displaying Gnus logo; always use compose-mail.
12413
12414 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12417
12418 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12421         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12422         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12423         available.
12424         (gnus-nocem-epg-verify): New function.
12425
12426 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12427
12428         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12429
12430 2009-02-15  Glenn Morris  <rgm@gnu.org>
12431
12432         * gnus-util.el (rmail-insert-rmail-file-header)
12433         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12434         autoloads.
12435         (rmail-default-rmail-file): Remove unnecessary declaration.
12436         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12437
12438 2009-02-14  Glenn Morris  <rgm@gnu.org>
12439
12440         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12441         variable (only used in gnus-util, which declares it anyway).
12442         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12443         which was only needed by gnus-art (changed to not use it any more).
12444         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12445         only used in gnus-util, which autoloads it itself.
12446         (rmail-update-summary): Fix autoload.
12447
12448         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12449         rather than rmail-output-to-rmail-file.
12450
12451 2009-02-07  Glenn Morris  <rgm@gnu.org>
12452
12453         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12454         autoload of function that no longer exists.
12455         (rmail-toggle-header): Declare.
12456         (message-forward-rmail-make-body): Handle mbox Rmail.
12457
12458 2009-01-31  Glenn Morris  <rgm@gnu.org>
12459
12460         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12461         2009-01-09 change.
12462
12463 2009-01-31  Dave Love  <fx@gnu.org>
12464
12465         * imap.el (imap-fetch-safe): Bind debug-on-error.
12466         (imap-debug): Add imap-fetch-safe.
12467
12468 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12469
12470         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12471         (auth-source-forget-all-cached): New convenience function.
12472         (auth-source-user-or-password): Accept list of modes or a single mode.
12473
12474         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12475         auth-source modes.
12476
12477         * netrc.el (netrc-machine-user-or-password): Use list of
12478         auth-source modes.
12479
12480         * nnimap.el (nnimap-open-connection): Use list of
12481         auth-source modes.
12482
12483         * nntp.el (nntp-send-authinfo): Use list of
12484         auth-source modes.
12485
12486 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12487
12488         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12489         now.
12490
12491 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12494         coding system in XEmacs; add a workaround for XEmacs.
12495
12496         * lpath.el: Fbind coding-system-aliasee.
12497
12498 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12501         of current-language-environment.
12502
12503 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12506         available at runtime.
12507
12508 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12511
12512 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12513
12514         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12515         the greatest positive fixnum value doesn't work under an XEmacs with
12516         bignum support; use the most-positive-fixnum constant instead,
12517         available since Emacs 21.1 with cl and XEmacs 21.1.
12518
12519 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12522         XEmacs gets not to work.
12523
12524 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * mm-util.el (mm-coding-system-priorities): Allow the value like
12527         "Japanese (UTF-8)" of current-language-environment.
12528
12529 2009-01-09  Glenn Morris  <rgm@gnu.org>
12530
12531         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12532         with last-command-event.
12533
12534 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12537         in the doc string.
12538
12539         * message.el (message-fix-before-sending): Amend comment.
12540
12541 2009-01-08  Dave Love  <fx@gnu.org>
12542
12543         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12544
12545 2009-01-07  David Engster  <dengste@eml.cc>
12546
12547         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12548         simplified server definitions by converting it via
12549         gnus-server-to-method.
12550
12551 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12554         parameter's operands.
12555
12556 2009-01-06  David Engster  <dengste@eml.cc>
12557
12558         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12559         primary select method (for gnus-group-mark-article-as-read).
12560
12561 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12562
12563         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12564         `(gnus)Face', not `(gnus)X-Face'.
12565
12566 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * mm-util.el (mm-ucs-to-char): New function.
12569
12570         * mm-url.el (mm-url-decode-entities): Use it.
12571
12572         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12573         unicode-to-char.
12574
12575 2009-01-05  Dave Love  <fx@gnu.org>
12576
12577         * time-date.el: Require cl for `declare'.
12578
12579 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12582         Dave Love.
12583
12584 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * message.el (message-fix-before-sending): Add `eight-bit' to
12587         illegible-text check.
12588
12589 2009-01-03  Michael Olson  <mwolson@gnu.org>
12590
12591         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12592         `headers' is nil.  This can occur if the IMAP server does not have
12593         permissions to read messages from a folder, but can write new messages
12594         to the folder.
12595         (nnimap-request-article-part): Do not insert `data' if it is nil.
12596
12597         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12598         characters which will confuse `read', so skip past them.
12599
12600 2009-01-01  Dave Love  <fx@gnu.org>
12601
12602         * imap.el (imap-string-to-integer): Fix typo.
12603         (imap-fetch-safe): New function.
12604         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12605
12606         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12607
12608         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12609         (imap-parse-greeting): Fix doc strings.
12610         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12611         (imap-parse-flag-list): Make messages unique.
12612         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12613
12614         * nnimap.el: Fix author email.
12615         (nnimap-split-rule): Add FIXME comment.
12616         (nnimap-debug): Fix doc string.
12617
12618 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12621
12622 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12625         nslookup if resolv.conf isn't available.
12626         (dns-query): Rename from query-dns.
12627         (dns-query-cached): Rename from query-dns-cached.
12628
12629 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12632         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12633         to check if those variables exist (first appeared in Emacs 18.50).
12634
12635 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * mm-util.el (mm-line-number-at-pos): New function.
12638
12639         * spam-report.el (spam-report-process-queue): Use it.
12640
12641 2008-12-24  David Engster  <dengste@eml.cc>
12642
12643         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12644         parameters that haven't existed as variables as buffer-local variables.
12645
12646 2008-12-23  Dave Love  <fx@gnu.org>
12647
12648         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12649         cadar.
12650
12651         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12652         imap-starttls-p.
12653         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12654
12655 2008-12-22  Dave Love  <fx@gnu.org>
12656
12657         * imap.el: Fix author email.  Doc fixes.
12658         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12659         reply.
12660
12661 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * spam-report.el (spam-report-gmane-max-requests): New constant.
12664         (spam-report-gmane-wait): New variable.
12665         (spam-report-gmane-ham, spam-report-gmane-spam)
12666         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12667         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12668         the server.
12669
12670         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12671         Add explanations.
12672
12673         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12674         nnheader-accept-process-output and nnheader-read-timeout if available.
12675         (pop3-movemail): Use it.
12676
12677         * message.el (message-check-news-body-syntax): Fix signature check if
12678         there's an attachment.
12679
12680 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * mm-util.el: Add comments to the mm- emulating functions.
12683
12684 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12687         Reported by Stephen Berman <stephen.berman@gmx.net>.
12688
12689 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * mm-util.el (mm-substring-no-properties): New function.
12692         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12693         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12694         (mm-string-to-multibyte): Doc fix.
12695
12696         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12697
12698 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * mml.el (mml-attach-file): Strip text properties from file name.
12701         (Bug#1574)
12702
12703 2008-12-16  Glenn Morris  <rgm@gnu.org>
12704
12705         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12706
12707 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12710         knows since the charset specified might be a bogus alias that
12711         mm-charset-synonym-alist provides.
12712
12713 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12716         "ISO_8859-1".
12717
12718         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12719
12720 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * mm-util.el (mm-charset-eval-alist):
12723         Define it before mm-charset-to-coding-system.
12724         (mm-charset-to-coding-system): Add optional argument `silent';
12725         define it before mm-charset-override-alist.
12726         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12727         default value if it can be used in Emacs currently running;
12728         silence mm-charset-to-coding-system.
12729
12730 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12733         `allow-override' which says whether to use `mm-charset-override-alist'.
12734         (rfc2047-decode-encoded-words): Use it.
12735
12736         * mm-util.el (mm-charset-override-alist): Fix custom type;
12737         add `(gb2312 . gbk)' to choices.
12738
12739 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12742         fast.
12743
12744         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12745
12746         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12747
12748 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12749
12750         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12751         on links.
12752
12753         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12754
12755 2008-12-03  Lute Kamstra  <lute@gnu.org>
12756
12757         * sha1.el: Remove leading * from docstrings of defcustoms,
12758         deffaces, defconsts and defuns.
12759
12760 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12763         users' addresses that don't have domain parts.
12764         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12765         rather than message-narrow-to-head since there will be the message
12766         header separator.
12767
12768 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12769
12770         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12771         since the result is inserted in a unibyte buffer anyway.
12772         (nnimap-demule-use-string-to-multibyte): Remove.
12773         (nnimap-demule): Alias it to mm-string-to-multibyte.
12774
12775 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12778         variable for debugging bug#464 and bug#1174.
12779         (nnimap-demule): Use it.
12780
12781 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12784         score calculation correctly.
12785
12786 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12787
12788         * message.el (message-send-mail): Just set the buffer to unibyte
12789         rather than use mm-with-unibyte-current-buffer which does a lot more.
12790         (message-send-mail-partially): Don't bother with
12791         mm-with-unibyte-current-buffer since it's already been made unibyte by
12792         message-send-mail.
12793
12794 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12795
12796         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12797
12798 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12799
12800         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12801
12802 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12805         require itself and to remove `with-no-warnings'.
12806
12807 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12808
12809         * starttls.el (starttls-any-program-available): Get the name of the
12810         available TLS layer program.
12811         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12812         well as the host name in the "opening" message.
12813
12814         * auth-source.el (auth-source-cache, auth-source-do-cache)
12815         (auth-source-user-or-password): Cache passwords and logins by default,
12816         allow override with `auth-source-do-cache'.
12817         (auth-source-forget-user-or-password): Allow users to remove cache
12818         entries if needed.
12819
12820 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12821
12822         * md4.el (md4-buffer): Fix typo in docstring.
12823         (md4, md4-64): Doc fixes.
12824         (md4-pack-int32): Reflow docstring.
12825
12826 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12827
12828         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12829         condition-case to only the forward-sexp call.
12830
12831 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12832
12833         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12834         quotes contained.  Make it more robust regardless by an extra
12835         condition-case wrapper.
12836
12837 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12840
12841 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * nnml.el (nnml-request-expire-articles): Check if the function set to
12844         `nnmail-expiry-target' returns the symbol `delete'.
12845
12846         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12847
12848         * nnmail.el (nnmail-expiry-target): Fix custom type.
12849
12850 2008-10-02  Glenn Morris  <rgm@gnu.org>
12851
12852         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12853         Silence compiler warning.
12854
12855 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12856
12857         * tls.el (open-tls-stream): Show the actual command being
12858         executed, instead of the format string.
12859
12860 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * lpath.el: Fbind codepage-setup for Emacs 23.
12863
12864 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12865
12866         * mml.el (mml-menu): Don't assume mml2015 is bound.
12867
12868 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12871         exists.
12872
12873 2008-09-27  Glenn Morris  <rgm@gnu.org>
12874
12875         * gnus-util.el (mail-header-remove-comments): Autoload it.
12876
12877 2008-09-27  Andreas Schwab  <schwab@suse.de>
12878
12879         * gnus-util.el (gnus-split-references): Strip comments.
12880         (gnus-parent-id): Likewise.
12881
12882 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * message.el (message-confirm-send): Fix version.
12885
12886 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * message.el (message-idna-to-ascii-rhs-1): Use
12889         mail-extract-address-components rather than mail-header-parse-addresses
12890         that is an alias by default to ietf-drums-parse-addresses that does not
12891         support non-ASCII names in headers' contents.
12892
12893 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12894
12895         * message.el (message-confirm-send): Fix variable documentation to
12896         avoid the "y/n" wording.
12897
12898 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12899
12900         * message.el (message-set-auto-save-file-name): Save to a different
12901         filename so multiple messages (especially drafts) can be recovered.
12902
12903 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12904
12905         * message.el (message-confirm-send): Add appropriate version.
12906
12907 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12908
12909         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12910         defvar.
12911
12912 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12913
12914         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12915         (mm-pkcs7-enveloped-magic): Ditto.
12916
12917 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12918
12919         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12920         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12921
12922 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12923
12924         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12925         default, it's better.
12926
12927 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12928
12929         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12930         summary line gnus-number property and ignore them (with a warning
12931         message).
12932
12933 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12936         macro caddr in the interactive form since it won't be expanded.
12937
12938 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12941         `charset'; fix name of function called recursively.
12942         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12943
12944 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12947         (gnus-mime-set-charset-parameters): New function.
12948         (gnus-mime-view-part-as-charset): Use it to correctly display part
12949         specifying wrong charset.
12950
12951 2008-09-08  David Engster  <dengste@eml.cc>
12952
12953         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12954         in completing-read for back end server.
12955
12956 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12957
12958         * message.el (message-confirm-send): New variable to confirm sending a
12959         message.
12960         (message-send): Use it.
12961
12962 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12963
12964         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12965
12966 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12969
12970 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12971
12972         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12973         prevent tracking too many groups.
12974         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12975         Use it.
12976
12977 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12978
12979         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12980         moving point to the bottom of the window in order to avoid recentering.
12981
12982 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12985
12986         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12987         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12988         (gnus-article-beginning-of-window): Fix calculation.
12989
12990 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-msg.el (gnus-summary-supersede-article)
12993         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12994         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12995         message header.
12996
12997 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12998
12999         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13000         pending output coming after the status change.
13001
13002 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13003
13004         * message.el:
13005         * gnus-start.el:
13006         * gnus-registry.el: Remove VMS support.
13007
13008 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13011         macro.
13012         (rfc2104-hash): Use it.
13013
13014 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13017         (gnus-summary-sort-by-most-recent-date): New commands.
13018         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13019         and menu entries.
13020
13021 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13024         don't redisplay article for raw contents; remove plural articles stuff.
13025
13026         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13027         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13028         on gnus-summary-save-article; display results properly.
13029
13030 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * lpath.el: No need to fbind ns-focus-frame.
13033
13034 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13037
13038 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-art.el (gnus-summary-save-in-pipe):
13041         Consider gnus-save-all-headers.
13042
13043 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13044
13045         * gnus-util.el (ns-focus-frame): Remove declaration.
13046         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13047         like x.
13048
13049 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13050
13051         * rfc2104.el (rfc2104-zero): Delete defconst.
13052         (rfc2104-hex-alist): Likewise.
13053         (rfc2104-hex-to-int): Delete func.
13054         (rfc2104-hexstring-to-bitstring): Likewise.
13055         (rfc2104-nybbles): New defconst.
13056         (rfc2104-hash): Rewrite for speed.
13057
13058 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * tls.el (open-tls-stream): Make it work with the 2nd argument
13061         BUFFER that is a string but does not exist as a buffer object, as
13062         mentioned in the doc-string.
13063
13064 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13067         SXEmacs.
13068
13069 2008-07-16  Glenn Morris  <rgm@gnu.org>
13070
13071         * gnus-util.el (ns-focus-frame): Declare for compiler.
13072
13073 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13076         set as a group parameter.
13077         (gnus-summary-save-in-pipe): Work when it is called independently.
13078         (gnus-summary-pipe-to-muttprint): Don't modify
13079         gnus-summary-pipe-output-default-command.
13080
13081 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13082
13083         * message.el (message-send-mail-with-sendmail):
13084         Display the error message.
13085
13086 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-art.el (gnus-default-article-saver):
13089         Add gnus-summary-save-in-pipe to choices.
13090         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13091         gnus-summary-pipe-output-default-command as the default command.
13092         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13093         instead of gnus-last-shell-command.
13094
13095         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13096         New user option.
13097         (gnus-summary-muttprint-program): Mention the value will be changed.
13098         (gnus-summary-save-article): Force showing of all headers.
13099         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13100
13101 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13102
13103         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13104
13105 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13106
13107         * nnimap.el (nnimap-id):
13108         * sieve-manage.el (sieve-manage-open): Doc fixes.
13109
13110 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13111
13112         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13113         if available.
13114
13115 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13116
13117         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13118
13119         * nnkiboze.el (nnkiboze-generate-group):
13120         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13121
13122         * nnmairix.el: Require CL.
13123
13124 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * dgnushack.el: Autoload get-display-table and put-display-table for
13127         XEmacs 21.5.
13128
13129         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13130         21.4 and SXEmacs.
13131
13132 2008-06-15  David Engster  <dengste@eml.cc>
13133
13134         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13135
13136 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13137
13138         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13139         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13140         runtime choice under XEmacs.
13141
13142         * gnus-sum.el (gnus-summary-set-display-table):
13143         Use `gnus-put-display-table', `gnus-get-display-table',
13144         `gnus-set-display-table' for the display table, instead of `aset'.
13145
13146         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13147         Use `gnus-put-display-table', `gnus-get-display-table',
13148         `gnus-set-display-table' for the display table.
13149
13150 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * nnmairix.el: Add autoloads.
13153
13154 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * nnmairix.el (nnmairix-delete-recreate-group)
13157         (nnmairix-update-and-clear-marks): Fix error messages.
13158
13159 2008-06-14  David Engster  <dengste@eml.cc>
13160
13161         * nnmairix.el: Upgrade to version 0.6.
13162         (nnmairix-group-toggle-propmarks-this-group)
13163         (nnmairix-group-toggle-readmarks-this-group)
13164         (nnmairix-group-delete-recreate-this-group)
13165         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13166         (nnmairix-remove-tick-mark-original-article): New commands.
13167         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13168         (nnmairix-propagate-marks-to-nnmairix-groups)
13169         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13170         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13171         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13172         functions needed for marks propagation and manipulation of read marks.
13173         (nnmairix-update-groups): New function.
13174         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13175         (nnmairix-determine-original-group-from-registry)
13176         (nnmairix-determine-original-group-from-path)
13177         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13178         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13179         New helper functions.
13180         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13181         keystrokes for new commands.
13182         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13183         (nnmairix-request-group): Check allow-fast group parameter.
13184         (nnmairix-request-create-group): Set allow-fast group parameter if
13185         nnmairix-allowfast-default is set.
13186         (nnmairix-close-group): Propagate marks upon closing if needed.
13187         (nnmairix-group-toggle-threads-this-group): Use new.
13188         nnmairix-group-toggle-parameter helper function.
13189         (nnmairix-search): Better check for empty search result.
13190         (nnmairix-goto-original-article): Use new helper functions for
13191         determining original article.
13192         (nnmairix-show-original-article): Make sure message-id is in brackets.
13193         (nnmairix-call-mairix-binary): Change variable name.
13194         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13195         helper function.
13196         (nnmairix-widget-toggle-activate): Fix doc string.
13197
13198 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * nnir.el: Require edmacro when compiling with XEmacs.
13201         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13202         available in Emacs 21.
13203
13204 2008-06-11  Glenn Morris  <rgm@gnu.org>
13205
13206         * gnus-util.el (x-focus-frame):
13207         * gnus.el (image-size):
13208         * mm-decode.el (image-size): Declare.
13209
13210         * gnus-picon.el (declare-function): Add compat definition.
13211         (image-size): Declare.
13212
13213         * gnus-group.el (tool-bar-map):
13214         * gnus-sum.el (tool-bar-map): Define for compiler.
13215
13216         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13217
13218         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13219
13220         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13221         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13222         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13223         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13224         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13225         * sieve-manage.el, spam-report.el, spam.el:
13226         Remove unnecessary eval-and-compile of autoloads.
13227
13228 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13229
13230         * auth-source.el: Precise Tramp doc.
13231
13232 2008-06-07  Glenn Morris  <rgm@gnu.org>
13233
13234         * nnmairix.el: Remove unnecessary eval-when-compile.
13235
13236 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * lpath.el: Fbind propertize for XEmacs 21.4.
13239
13240 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13241
13242         * nnir.el: Move here from ../contrib.
13243
13244 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13245
13246         * gnus-util.el (gnus-read-shell-command): New function.
13247         * mm-decode.el (mm-pipe-part):
13248         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13249
13250 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13253
13254 2008-06-03  Glenn Morris  <rgm@gnu.org>
13255
13256         * pop3.el (nnheader-accept-process-output): Autoload it.
13257
13258 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13261         are not 2-digit hexadecimal characters that follow `%'s.
13262
13263 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * message.el (message-bogus-recipient-p): Fix type in doc string.
13266         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13267         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13268         Improve custom options.
13269         (message-bogus-recipient-p): Adjust accordingly.
13270
13271 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13272
13273         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13274         long-form month and day names.
13275
13276 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * dgnushack.el: Autoload debug, eudc-expand-inline and
13279         pgg-snarf-keys-region for XEmacs.
13280
13281         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13282
13283         * nnmairix.el: Require edmacro when compiling with XEmacs.
13284
13285 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13288         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13289
13290 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13291
13292         * auth-source.el: Add more docs.
13293
13294         * netrc.el (netrc-machine): Always match if the port is not given.
13295
13296 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13297
13298         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13299         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13300         retrieval faster in some cases, but might make CPU usage larger.
13301         If this has any bad side effects, we might revert this change.
13302
13303         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13304         seems to make mail retrieval much, much faster.
13305         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13306         unconditionally.
13307
13308         * gnus-draft.el (gnus-group-send-queue):
13309         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13310
13311 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13312
13313         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13314
13315         * message.el (message-bogus-address-regexp): Fix and improve custom
13316         type.
13317         (message-setup-hook): Add message-check-recipients as custom option.
13318
13319 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * message.el (message-cite-function): Remove bogus autoload which crept
13322         in during merge from v5-10.
13323
13324 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13325
13326         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13327
13328         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13329
13330         * auth-source.el: Preliminary Tramp docs.
13331         (auth-sources): Change the default auth-sources to use
13332         EPA .gpg files.
13333
13334 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * nntp.el: Autoload `auth-source-user-or-password'.
13337         (nntp-send-authinfo): Use it.
13338
13339         * nnimap.el: Autoload `auth-source-user-or-password'.
13340         (nnimap-open-connection): Use it.
13341
13342         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13343         for the gnus-message function.
13344         (auth-source-user-or-password): Use it.
13345
13346 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13347
13348         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13349         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13350         (rfc2104-hash): Use it.
13351
13352 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13353
13354         * gnus-art.el (gnus-article-toggle-truncate-lines):
13355         Don't use `iff' in docstring.
13356
13357 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13358
13359         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13360
13361         * gnus-util.el (gnus-extract-address-component-name)
13362         (gnus-extract-address-component-email): Convenience functions around
13363         `gnus-extract-address-components'.
13364
13365         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13366         Use `gnus-extract-address-component-email' to fix bug of comparing full
13367         sender name to `user-mail-address'.
13368
13369 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13372         catch/throw to optimize.
13373         (gnus-registry-find-keywords): Just use member to find a keyword.
13374
13375 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13376
13377         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13378         is current before calling gnus-server-prepare.
13379         (gnus-server-setup-buffer, gnus-server-update-server)
13380         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13381
13382 2008-05-04  Juri Linkov  <juri@jurta.org>
13383
13384         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13385         (mailcap-file-default-commands): Use mailcap-replace-in-string
13386         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13387         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13388
13389 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13390
13391         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13392
13393 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13394
13395         * gnus.el: Bump version to 0.11.
13396
13397 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13398
13399         * gnus.el: No Gnus v0.10 is released.
13400
13401 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13402
13403         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13404         hooks.
13405         (gnus-update-read-articles): Speed up non-marks-using users.
13406         (gnus-use-marks): Define gnus-use-marks.
13407         (gnus-propagate-marks): Rename variable to something more sensible.
13408
13409 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13410
13411         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13412         (gmm-image-load-path-for-library): Fix typos in docstrings.
13413         (gmm-message): Reflow docstring.
13414
13415 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13416
13417         * mail-source.el (mail-source-set-1, mail-source-bind):
13418         Move auth-source code out of the macro to clean it up and fix bugs.
13419
13420 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13421
13422         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13423         by sender if it's equal to user-mail-address, it's likely to be
13424         useless.
13425
13426         * mail-source.el (mail-source-bind): Don't use user or password if they
13427         are not bound.  Unintern them if they are nil.  Don't use server unless
13428         it's bound, and default it to empty string otherwise.
13429
13430 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13431
13432         * mail-source.el: Load auth-source.el.
13433         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13434         get user name or password, if auth-sources is set up.
13435
13436         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13437         strategy of splitting with parent.
13438         (gnus-registry-split-fancy-with-parent)
13439         (gnus-registry-post-process-groups): Use it and fix prior
13440         bug (returning a list as the split result).
13441
13442         * auth-source.el (auth-sources): Remove server parameter.
13443         (auth-source-pick, auth-source-user-or-password)
13444         (auth-source-user-or-password-imap)
13445         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13446         (auth-source-user-or-password-sftp)
13447         (auth-source-user-or-password-smtp): Remove server parameter.
13448
13449 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13450
13451         * smime.el (smime-sign-region, smime-encrypt-region)
13452         (smime-decrypt-region):
13453         Remove redundant calls to `generate-new-buffer-name'.
13454
13455 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13456
13457         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13458         Don't use QP for message/rfc822.
13459         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13460
13461 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13462
13463         * sieve-manage.el (sieve-string-bytes): Remove.
13464         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13465         correct byte-length only if the process's coding-system is the same as
13466         the one used internally by Emacs to represent strings.
13467
13468 2008-04-22  Juri Linkov  <juri@jurta.org>
13469
13470         * mailcap.el (mailcap-file-default-commands): New function.
13471
13472 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * message.el (message-signature-separator, message-cite-function):
13475         Change custom version.
13476
13477 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13478
13479         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13480         commands.
13481         (tls-checktrust): Ditto.
13482
13483 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * mm-decode.el (mm-display-external): Make temp file read-only.
13486
13487 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13490         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13491         `C-c C-f d'.
13492
13493 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13494
13495         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13496
13497 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * gnus.el: Bump version to 0.9.
13500
13501 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * gnus.el: No Gnus v0.8 is released.
13504
13505 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13506
13507         * mail-source.el (mail-source-value):
13508         Prefer fboundp to functionp so it works with macros as well.
13509
13510 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13511
13512         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13513         Fix last change in case the element is not even a symbol.
13514
13515 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13516
13517         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13518         Prefer fboundp to functionp so it works with macros as well.
13519
13520 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13521
13522         * auth-source.el: Add docs.
13523         (auth-sources): Modify format to support server.
13524         (auth-source-pick, auth-source-user-or-password)
13525         (auth-source-user-or-password-imap)
13526         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13527         (auth-source-user-or-password-sftp)
13528         (auth-source-user-or-password-smtp): Add server parameter.
13529
13530 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13531
13532         * gnus-registry.el: Initialize the registry when gnus-registry-install
13533         is t.
13534
13535 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * compface.el (uncompface): Make buffer unibyte.
13538
13539 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13540
13541         * mail-source.el (mail-source-value):
13542         Prefer fboundp to functionp so it works with macros as well.
13543
13544 2008-04-05  Glenn Morris  <rgm@gnu.org>
13545
13546         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13547
13548 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13549
13550         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13551         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13552
13553         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13554         multibyteness after rather than before erasing it.
13555
13556         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13557         mm-with-multibyte.
13558         (gnus-request-article-this-buffer): Make sure the proper decoding is
13559         used if gnus-original-article-buffer happens to be unibyte.
13560
13561         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13562         default-enable-multibyte-characters.
13563
13564         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13565         default-enable-multibyte-characters.
13566
13567         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13568
13569         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13570
13571 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13572
13573         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13574         Fix last change in case the element is not even a symbol.
13575
13576 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13577
13578         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13579         (imap-message-copyuid-1): Use it.
13580         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13581         J. Williams in
13582         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13583
13584         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13585         imap-enable-exchange-bug-workaround.
13586         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13587
13588 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13589
13590         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13591         a 100 byte status-checks into a 2-3MB transfer for each group.
13592         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13593         to enable bug workaround or not.
13594         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13595
13596 2008-03-31  Glenn Morris  <rgm@gnu.org>
13597
13598         * message.el (mml2015-use): Declare for compiler.
13599         (message-info): Require mml2015 when appropriate.
13600
13601 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13604         whitespace.
13605
13606 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13607
13608         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13609         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13610         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13611         (nntp-service-to-port): New function.
13612         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13613         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13614         (nntp-open-netcat-stream): New function.
13615         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13616
13617 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13618
13619         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13620
13621 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13622
13623         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13624
13625 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13626
13627         * dns.el (dns-write): Use set-buffer-multibyte.
13628
13629 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13630
13631         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13632
13633 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * message.el (message-signature-separator): Change default.
13636         Improve custom type.
13637         (message-cite-function): Change default to
13638         message-cite-original-without-signature.
13639
13640         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13641         toggle.
13642
13643         * message.el (message-check-news-body-syntax): Fix signature check.
13644         (message-setup-1): Mark buffer as unmodified _after_ running
13645         message-setup-hook and handling message-alternative-emails.
13646         (message-shorten-references): Be more strict when building list of
13647         valid references to comply with GNKSA.
13648
13649         * gnus-group.el (gnus-read-ephemeral-bug-group)
13650         (gnus-read-ephemeral-debian-bug-group)
13651         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13652
13653         * message.el (message-info): Don't use booleanp which isn't supported
13654         in Emacs 21 and XEmacs.
13655
13656 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13659         gnus-group-gmane-group-download-format.
13660         (gnus-group-read-ephemeral-gmane-group): Rename from
13661         gnus-group-read-ephemeral-gmane-group.
13662         (gnus-read-ephemeral-gmane-group-url): Rename from
13663         gnus-group-read-ephemeral-gmane-group-url.
13664         (gnus-bug-group-download-format-alist): New variable.
13665         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13666         (gnus-read-ephemeral-emacs-bug-group): New commands.
13667
13668 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13671         (gnus-visible-headers): Improve custom type.
13672
13673 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * mml.el (mml-menu): Add workarounds for XEmacs.
13676
13677         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13678         X-Boundary header.
13679
13680         * message.el (message-simplify-recipients): Fix previous commit.
13681
13682 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13683
13684         * mm-util.el (mm-set-buffer-multibyte): New function.
13685         * mm-decode.el (mm-copy-to-buffer): Use it.
13686
13687         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13688         Prefer fboundp to functionp so it works with macros as well.
13689
13690 2008-03-19  Glenn Morris  <rgm@gnu.org>
13691
13692         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13693         Accidentally removed in the sync process with Emacs.
13694
13695 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * message.el (message-alter-recipients-discard-bogus-full-name):
13698         New function.
13699         (message-alter-recipients-function): New variable.
13700         (message-get-reply-headers): Use it.
13701         (message-replace-header): New helper function.
13702         (message-recipients-without-full-name): New variable.
13703         (message-simplify-recipients): New command.
13704
13705         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13706
13707         * message.el (message-info): Handle EasyPG manual.
13708
13709         * mml.el (mml-menu): Add entry for EasyPG.
13710
13711 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13712
13713         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13714         parameter.
13715
13716         * message.el (message-disassociate-draft): Specify drafts group name
13717         fully.
13718
13719 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13720
13721         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13722         Eliminate unnecessary duplicates from the match list.
13723
13724 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13727
13728         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13729
13730         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13731         args of `how-many' of which the XEmacs version doesn't take; declare
13732         Info-index-next as function.
13733
13734 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * gnus-score.el (gnus-score-headers): Fix handling of
13737         gnus-inhibit-slow-scoring.
13738
13739         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13740         string.
13741         (gnus-button-url-regexp): Improve handling of parenthesis.
13742         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13743         (gnus-button-handle-info-keystrokes): Handle index entries.
13744
13745 2008-03-15  Glenn Morris  <rgm@gnu.org>
13746
13747         * parse-time.el (parse-time-string): Simplify.
13748
13749 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13752         Incoming* files.
13753
13754 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * auth-source.el (auth-sources): Rename from auth-source-choices.
13757         (auth-source-pick): Use it.
13758
13759 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13760
13761         * binhex.el (binhex-decode-region-internal):
13762         * uudecode.el (uudecode-decode-region-internal):
13763         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13764         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13765         setting default-enable-multibyte-characters.
13766
13767 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13768
13769         * auth-source.el (auth-source-protocols)
13770         (auth-source-protocols-customize, auth-source-choices): Add and
13771         modified variable customizations and defaults.
13772         (auth-source-pick, auth-source-user-or-password)
13773         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13774         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13775         (auth-source-user-or-password-sftp)
13776         (auth-source-user-or-password-smtp): Use new variables and provide an
13777         interface to netrc.el.
13778
13779 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13782         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13783         Make sure the nntp port to specify is a string.
13784
13785 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13786
13787         * nntp.el: Use with-current-buffer.
13788         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13789         dubious mm-with-unibyte-current-buffer.
13790         (nntp-with-open-group-function): New function extracted from
13791         nntp-with-open-group macro.
13792         (nntp-with-open-group): Use the function, so it's easier to debug.
13793         Add indentation and debugging info.
13794         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13795         Recommend the use of the netcat alternatives.
13796
13797         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13798         Avoid mm-string-as-multibyte as well.
13799
13800         * nnweb.el (nnweb-insert-html):
13801         Remove use of nnheader-string-as-multibyte.
13802
13803         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13804         (nnheader-string-as-multibyte): Remove.
13805
13806         * mm-view.el: Use inhibit-read-only.
13807         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13808         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13809         or unibyte-string.
13810
13811         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13812         (mm-uu-yenc-extract): Use with-current-buffer.
13813
13814         * gnus-soup.el (gnus-soup-send-packet): Don't use
13815         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13816
13817         * nnmh.el: Use with-current-buffer.
13818         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13819         mm-string-as-multibyte on the output of mm-encode-coding-string.
13820
13821         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13822         (nnimap-request-move-article): Use with-current-buffer.
13823
13824         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13825         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13826         conversion uses string-make-unibyte rather than string-as-unibyte.
13827
13828         * gnus-msg.el: Use with-current-buffer.
13829
13830         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13831
13832 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13833
13834         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13835         string for caching if it is 'PIN.
13836
13837 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * lpath.el: Consider the case without Emacs/W3.
13840
13841 2008-03-08  Glenn Morris  <rgm@gnu.org>
13842
13843         * time-date.el (date-to-time, time-subtract, time-add)
13844         (safe-date-to-time): Doc fixes.
13845
13846 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * mail-source.el (mail-source-delete-old-incoming-confirm):
13849         Change default to nil.
13850         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13851
13852 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * lpath.el: Rearrange.
13855
13856         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13857         (gnus-article-goto-prev-page): Work for articles having ^L's.
13858
13859         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13860
13861         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13862
13863 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13864
13865         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13866         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13867         (gnus-bookmark-jump): Adjust some variable names.
13868
13869 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13870
13871         * auth-source.el: New package.
13872         (auth-source-choices): Add customization entry point variable.
13873
13874         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13875         bug.
13876
13877 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13878
13879         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13880         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13881         (gnus-registry-install-shortcuts): Rename from
13882         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13883         the `gnus-registry-mark-map' keymap dynamically from
13884         `gnus-registry-marks'.  The generated functions update the summary line
13885         when a registry mark is added or deleted, and will call
13886         `gnus-registry-install-p' (see the comments in the code).
13887         (gnus-registry-user-format-function-M): Use concat intelligently.
13888
13889         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13890         the registry mark functions.
13891
13892 2008-03-05  Glenn Morris  <rgm@gnu.org>
13893
13894         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13895         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13896         gnus-art.
13897         (top-level): No need to load own source when compiling.
13898
13899 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13900
13901         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13902         Suggested by <chris.anderton@zetnet.co.uk>.
13903
13904 2008-03-04  Glenn Morris  <rgm@gnu.org>
13905
13906         * gnus-sum.el (top-level): No need to require gnus when compiling,
13907         since unconditionally required near start of file.
13908         (gnus-summary-display-while-building): Move definition before use.
13909
13910 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13911
13912         * gnus-registry.el (gnus-registry-user-format-function-M):
13913         Add formatting function.
13914
13915 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13916
13917         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13918         with plists.
13919         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13920         Use new format.
13921
13922 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13925         `where-is-internal' that returns a range of key sequences.
13926
13927 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13928
13929         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13930
13931         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13932         (gnus-summary-jump-to-group): Consider windows on other displayed
13933         frames as well.  Similar changes might be needed elsewhere, but that's
13934         the one I've bumped into during my use.
13935
13936         * nndoc.el (nndoc-oe-dbx-type-p):
13937         * gnus-msg.el (gnus-debug):
13938         * gnus-group.el (gnus-update-group-mark-positions):
13939         Use mm-string-to-multibyte.
13940
13941 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13944         doesn't handle NotDashEscaped.
13945
13946         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13947         (mml-dnd-attach-options): Fix typo in custom choice.
13948
13949         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13950         Change nndoc-article-type to mbox.
13951         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13952
13953         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13954         to nil, instead of html2text.
13955
13956         * imap.el (imap-debug): Add `imap-ping-server'.
13957
13958         * gnus-bookmark.el: Add FIXMEs.
13959
13960         * message.el (message-form-letter-separator)
13961         (message-send-form-letter-delay): New variables.
13962         (message-send-form-letter): Use them.  New command to send form
13963         letters.  Requested by Uwe Siart.
13964         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13965
13966 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * Update copyright years.
13969
13970 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13971
13972         Sync from EMACS_22_BASE.
13973
13974         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13975
13976 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13977
13978         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13979         empty author.
13980
13981 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13982
13983         * gnus-registry.el (gnus-registry-marks): Add variable for
13984         customization of marks and their appearance.
13985         (gnus-registry-read-mark): Use it.
13986         (gnus-registry-do-marks): Add utility function to loop through
13987         `gnus-registry-marks'.
13988         (gnus-registry-install-shortcuts-and-menus): Add function to install
13989         shortcuts and menus.
13990         (gnus-registry-initialize): Use it.
13991         (gnus-registry-default-mark): Clarify documentation.
13992
13993 2008-02-29  Glenn Morris  <rgm@gnu.org>
13994
13995         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13996         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13997         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13998         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13999         Change defcustom :version from 23.0 to 23.1.
14000
14001 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14002
14003         * gnus-registry.el (gnus-registry-follow-group-p)
14004         (gnus-registry-post-process-groups): Add functions to aid registry
14005         splitting and improve logging.  Clarify behavior in function
14006         documentation.
14007         (gnus-registry-split-fancy-with-parent): Use them.
14008
14009 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14010
14011         * gnus-art.el: Use with-current-buffer.
14012
14013 2008-02-27  David Engster  <dengste@eml.cc>
14014
14015         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14016         Express real group name in the response.
14017
14018 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14021         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14022         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14023         autoload gnus-registry-fetch-group when compiling.
14024         (nnmairix-request-group-with-article-number-correction):
14025         Remove unreferenced argument passed to nnmairix-call-backend.
14026
14027 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14030         (mm-uu-extract): Improve face for low color ttys.
14031         Reported by Sascha Wilde.
14032
14033 2008-02-27  Glenn Morris  <rgm@gnu.org>
14034
14035         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14036         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14037         variables to defconsts.  Convert comments to doc-strings.
14038         (nnmairix-last-server, nnmairix-current-server): Convert from free
14039         variables to defvars.  Convert comments to doc-strings.
14040         (gnus-registry-fetch-group): Autoload.
14041         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14042         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14043         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14044         caddr.
14045         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14046         nnmairix-request-group-with-article-number-correction call.
14047         (nnmairix-fast, nnmairix-group): New, less general names, for free
14048         variables passed from nnmairix-request-group to
14049         nnmairix-request-group-with-article-number-correction.  Declare.
14050         (nnmairix-request-group-with-article-number-correction):
14051         Use nnmairix-fast, nnmairix-group rather than fast, group.
14052
14053 2008-02-26  David Engster  <dengste@eml.cc>
14054
14055         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14056         version 0.5.
14057
14058 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14059
14060         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14061         instead of making an extra function call.  Don't add the current group
14062         to articles only when they have the group.  Use
14063         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14064         Reported by David <de_bb@arcor.de>.
14065
14066 2008-02-24  Miles Bader  <miles@gnu.org>
14067
14068         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14069         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14070         (mm-find-mime-charset-region):
14071         * mm-bodies.el (mm-encode-body):
14072         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14073
14074 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14077         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14078
14079 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * mail-source.el (mail-source-delete-incoming): Change default.
14082         Supplement doc string.
14083
14084         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14085
14086 2008-02-14  Glenn Morris  <rgm@gnu.org>
14087
14088         * time-date.el (format-seconds): New function.
14089
14090 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * nnmail.el (nnmail-message-id-cache-file): Derive from
14093         `gnus-home-directory'.
14094
14095 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14096
14097         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14098         Document negative prefix.
14099
14100         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14101
14102 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14103
14104         * message.el (message-unsent-separator): Add the Exim bounce
14105         separator.
14106
14107 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14108
14109         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14110         list.
14111         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14112         recipient/signer list.
14113
14114 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * Makefile.in (datarootdir): Define.
14117         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14118         name that might contain whitespace.
14119
14120 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14123         fbound (Emacs 23 unicode), signal an error.
14124
14125 2008-02-08  Glenn Morris  <rgm@gnu.org>
14126
14127         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14128
14129 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14130
14131         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14132         ports to the calls to `netrc-machine-user-or-password' in addition to
14133         "imap" and "imaps".
14134
14135 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14136
14137         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14138
14139         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14140
14141 2008-02-01  Kenichi Handa  <handa@m17n.org>
14142
14143         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14144         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14145         (rfc2104-hash): Convert the result of concat to unibyte string.
14146
14147 2008-02-01  Dave Love  <fx@gnu.org>
14148
14149         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14150         coding-system-for-read.
14151         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14152
14153 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14154
14155         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14156         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14157         <hanche@math.ntnu.no>.
14158
14159 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14162
14163         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14164
14165 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14166
14167         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14168         * message.el (message-beginning-of-line): Use featurep instead of bound
14169         tests in order to resolve conditionals at compile time.
14170
14171 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14172
14173         * mail-source.el (mail-sources): Add `group' choice.
14174
14175         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14176         parameter `in-group' to control into which group the articles go.
14177         Add treatment of `group' mail-source.
14178
14179 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14182
14183         * mm-decode.el (mm-dissect-buffer): Decode description.
14184
14185         * mml.el (mml-to-mime): Encode message header first.
14186
14187 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14190         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14191
14192         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14193         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14194
14195 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14196
14197         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14198
14199 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14202         prefix keys.
14203         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14204         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14205         gnus-xmas.el.
14206
14207         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14208         (gnus-xmas-article-describe-bindings): New function.
14209         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14210         gnus-xmas-article-describe-bindings.
14211
14212         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14213
14214 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14215
14216         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14217         Add new variables for article mark management.
14218         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14219         list of extra data entries which, when present, will indicate that the
14220         article ID should not be trimmed from the registry.
14221         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14222         functions.
14223         (gnus-registry-read-mark): New function to read a mark name from the
14224         user.
14225         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14226         (gnus-registry-set-article-mark-internal): New functions to add and
14227         remove marks.
14228         (gnus-registry-get-article-marks): New function to show the marks for
14229         an article, or retrieve them for further use.
14230
14231 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14234         keys when no argument is given.
14235
14236 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * imap.el (imap-ping-server): New variable.
14239         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14240         (imap-ping-server): Minor doc string fixes.
14241
14242 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14243
14244         * imap.el (imap-ping-server): New function.
14245         (imap-opened): Call imap-ping-server.
14246
14247 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * gnus-sum.el (gnus-article-sort-by-random)
14250         (gnus-thread-sort-by-random): Fix doc strings.
14251         Reported by jidanni@jidanni.org.
14252
14253 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * gnus-art.el (gnus-article-describe-bindings): New function.
14256         (gnus-article-read-summary-keys): Use it.
14257         (gnus-article-mode-map): Bind `C-h b' to it.
14258
14259 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14262         XEmacs.
14263         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14264         Protect against non-character events.
14265
14266         * lpath.el: Fbind map-keymap for Emacs 21.
14267
14268 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14271         New command.
14272         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14273         instead of END.  Change name of the temp file.
14274         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14275         customizable.
14276
14277 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14280         bind `S W' to gnus-article-wide-reply-with-original; set default
14281         binding to gnus-article-read-summary-send-keys.
14282         (gnus-article-read-summary-keys): Fix the order of keys; display
14283         continuation keys correctly in the echo area; describe bindings
14284         correctly when keys end with `C-h'.
14285         (gnus-article-read-summary-send-keys): New function.
14286         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14287         Work for gnus-article-read-summary-send-keys; display continuation keys
14288         correctly in the echo area.
14289         (gnus-article-reply-with-original): Ignore prefix argument.
14290         (gnus-article-wide-reply-with-original): New function.
14291
14292         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14293         Emacs 21.
14294
14295 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14298         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14299
14300 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14301
14302         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14303         (gnus-group-read-ephemeral-gmane-group): New command.
14304
14305 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14306
14307         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14308
14309 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * message.el (message-send-mail-function): Increase custom version.
14312
14313         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14314         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14315
14316 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14317
14318         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14319         for the cases where imap-authenticate is called with a nil buffer
14320         parameter.
14321
14322 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14325         html parts correctly; support forwarded messages.
14326         (gnus-article-browse-html-article): Remove work buffers.
14327
14328         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14329         compiling.
14330         (netrc-bound-and-true-p): New macro.
14331         (netrc-parse): Use it instead of bound-and-true-p that is not available
14332         in XEmacs 21.4.
14333
14334 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * gnus-registry.el (gnus-registry-mark-article)
14337         (gnus-registry-article-marks): Add functionality to mark articles
14338         through the Gnus registry.
14339
14340         * encrypt.el: Clarify documentation for the new pgg method.
14341         (encrypt-file-alist): Add PGG option.
14342         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14343         functionality.  Abstract password key and messaging to external
14344         functions.
14345         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14346         (encrypt-message-method-and-cipher): Add new convenience external
14347         functions.
14348         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14349         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14350
14351         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14352         (netrc-parse): Use encrypt-file-alist to determine if
14353         encrypt-find-model or encrypt-insert-file-contents should be used.
14354
14355         * encrypt.el: Clarify documentation.  Load password-cache or
14356         password, whichever one is found first, instead of autoloading.
14357
14358 2007-12-19  Glenn Morris  <rgm@gnu.org>
14359
14360         * mml.el (message-options-set, message-narrow-to-head)
14361         (message-in-body-p, message-mail-p, message-encode-message-body):
14362         Autoload.
14363         (message-remove-header, message-narrow-to-headers-or-head)
14364         (message-subscribed-p, message-make-mail-followup-to)
14365         (message-position-on-field, message-news-p)
14366         (message-options-set-recipient, message-generate-headers)
14367         (message-sort-headers): Declare as functions.
14368
14369 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14372         convention in doc string.
14373
14374 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14377         title to html parts.
14378         (gnus-article-browse-html-article): Pass message header to it.
14379
14380         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14381
14382 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14385         or password compatible with XEmacs.
14386
14387 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14390         format document.
14391         (gnus-mime-delete-part): Don't write description line if empty.
14392         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14393
14394 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14395
14396         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14397         (gnus-summary-mark-read-and-unread-as-read)
14398         (gnus-summary-mark-current-read-and-unread-as-read)
14399         (gnus-summary-mark-unread-as-ticked): Doc fix.
14400         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14401
14402 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14405         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14406
14407 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14410         yes-or-no-p.
14411
14412 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * mm-decode.el (mm-add-meta-html-tag): New function.
14415         (mm-save-part-to-file, mm-pipe-part): Use it.
14416
14417         * gnus-art.el (gnus-article-browse-delete-temp-files):
14418         Use gnus-y-or-n-p instead of y-or-n-p.
14419         (gnus-article-browse-html-parts): Work with message/external-body; use
14420         mm-add-meta-html-tag.
14421
14422 2007-12-11  Glenn Morris  <rgm@gnu.org>
14423
14424         * gnus-cache.el: Require gnus-sum not just when compiling.
14425
14426         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14427
14428         * gnus-int.el (gnus-server-opened, gnus-status-message):
14429         Move definitions before use.
14430
14431         * mm-decode.el: Require gnus-util.
14432         (mm-remove-part): Only call delete-annotation on XEmacs.
14433
14434         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14435
14436         * nnmail.el: Require gnus-int.
14437
14438         * spam.el: Move `require's before `eval-when-compile's.
14439
14440         * gnus-ems.el (gnus-alive-p):
14441         * gnus-fun.el (message-goto-eoh):
14442         * gnus-util.el (gnus-group-name-decode):
14443         * mail-source.el (gnus-compress-sequence):
14444         * message.el (Info-goto-node, format-spec):
14445         * mm-bodies.el (message-options-get):
14446         * mm-decode.el (mm-view-pkcs7):
14447         * mm-util.el (gmm-write-region):
14448         * mml-smime.el (mml-compute-boundary)
14449         (gnus-completing-read-with-default):
14450         * mml.el (widget-button-press, gnus-make-hashtable):
14451         * mml1991.el (mm-decode-content-transfer-encoding)
14452         (mm-encode-content-transfer-encoding)
14453         (message-options-get, message-options-set):
14454         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14455         * nnfolder.el (gnus-request-group):
14456         * nnheader.el (ietf-drums-unfold-fws):
14457         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14458         * smime.el (gnus-run-mode-hooks):
14459         * spam-stat.el (gnus-message): Autoload.
14460
14461         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14462         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14463         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14464         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14465         Add declare-function compatibility definition.
14466
14467         * gnus-cache.el (nnvirtual-find-group-art):
14468         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14469         (gnus-add-image, gnus-add-wash-type):
14470         * gnus-group.el (nnkiboze-score-file):
14471         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14472         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14473         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14474         (message-tokenize-header, gnus-get-buffer-create)
14475         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14476         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14477         * gnus.el (gnus-group-decoded-name):
14478         * mail-source.el (imap-capability):
14479         * mm-bodies.el (message-options-set):
14480         * mm-decode.el (gnus-configure-windows):
14481         * mm-extern.el (message-goto-body):
14482         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14483         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14484         (epg-sub-key-validity, message-options-set):
14485         * mml.el (widget-event-point, gnus-configure-windows):
14486         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14487         * mml2015.el (epg-check-configuration, epg-configuration)
14488         (message-options-set):
14489         * nndb.el (nndb-request-article):
14490         * nnfolder.el (gnus-request-create-group):
14491         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14492         * nnmaildir.el (gnus-group-mark-article-read):
14493         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14494         * rfc1843.el (message-fetch-field):
14495         * spam.el (gnus-extract-address-components):
14496         Declare as functions.
14497
14498 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14501
14502         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14503
14504         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14505         bind show-trailing-whitespace for XEmacs.
14506
14507 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14508
14509         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14510         new no-op macro for backward compatibility.
14511
14512         * imap.el (imap-string-to-integer): New function.
14513
14514 2007-12-09  Glenn Morris  <rgm@gnu.org>
14515
14516         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14517
14518         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14519         * message.el, mm-view.el, sieve-manage.el, smime.el:
14520         Add declare-function compatibility definition.
14521
14522         * gnus-art.el (w3-region, w3m-region, Info-menu):
14523         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14524         * gnus-sum.el (gnus-get-predicate):
14525         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14526         * message.el (mail-abbrev-in-expansion-header-p):
14527         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14528         (w3m-detect-meta-charset, w3m-region):
14529         * sieve-manage.el (password-read, password-cache-add)
14530         (password-cache-remove):
14531         * smime.el (password-read-and-add): Declare as functions.
14532
14533 2007-12-08  David Kastrup  <dak@gnu.org>
14534
14535         * gnus-sum.el (gnus-summary-simplify-subject-query):
14536         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14537         `message'.
14538
14539 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14542         it to bind idna-program, installation-directory, defined-colors, and
14543         face-attribute for XEmacs of the version that compiles defcustom forms.
14544
14545 2007-12-07  Glenn Morris  <rgm@gnu.org>
14546
14547         * gnus-art.el (article-make-date-line): Revert previous change.
14548
14549 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14552
14553 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14554
14555         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14556         Call gnus-add-to-range ranges only once with a prepared article-list.
14557
14558 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14559
14560         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14561         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14562         group names with backslashes.
14563         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14564
14565 2007-12-06  Deepak Goel  <deego3@gmail.com>
14566
14567         * gnus-art.el (article-make-date-line):
14568         * gnus-start.el (gnus-load):
14569         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14570
14571 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-art.el (gnus-use-idna):
14574         * gnus-start.el (gnus-site-init-file):
14575         * message.el (message-use-idna):
14576         * mm-uu.el (mm-uu-hide-markers):
14577         * smiley.el (smiley-style): Revert changes that suppress warnings.
14578
14579 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14582         specify charset to html source.
14583         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14584
14585 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14588         idna-program in order to suppress byte compile warning issued by XEmacs
14589         that came to byte compile the default value section of defcustom forms
14590         recently.
14591
14592         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14593         value of installation-directory.
14594
14595         * message.el (message-use-idna): Don't directly refer to the value of
14596         idna-program.
14597
14598         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14599
14600         * smiley.el (smiley-style): Don't directly call face-attribute.
14601
14602 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14605
14606         * gnus-dired.el: Reduce Gnus dependencies.
14607         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14608         Don't require.  Use autoloads instead.
14609         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14610         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14611         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14612         (gnus-dired-mode): Adjust doc string.
14613         (gnus-dired-mail-mode): New variable.
14614         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14615         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14616         (gnus-dired-mail-buffers): New function.  Return mail or message
14617         composition buffers.
14618         (gnus-dired-attach): Use it.
14619         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14620         NO-DECODE.
14621         (gnus-dired-print): Use `gnus-print-buffer' depending on
14622         `gnus-dired-mail-mode'.
14623
14624 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * rfc2047.el (rfc2047-encoded-word-regexp)
14627         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14628         explaining what regexp patterns are for.
14629
14630 2007-12-04  Glenn Morris  <rgm@gnu.org>
14631
14632         * password.el: Move to password-cache.el.
14633
14634         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14635         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14636         * mml-smime.el (password-read, password-cache-add)
14637         (password-cache-remove):
14638         No need to autoload, since mml-sec requires password.
14639
14640         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14641         * message.el (gnus-extract-address-components):
14642         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14643
14644         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14645         password.
14646
14647 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14648
14649         * mailcap.el: Reduce dependencies.
14650         (mail-header-parse-content-type): Autoload.
14651         (mailcap-delete-duplicates): New alias.
14652         (mailcap-mime-info): Add optional argument NO-DECODE.
14653         (mailcap-mime-types): Use mailcap-delete-duplicates.
14654
14655         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14656
14657 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14658
14659         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14660         (imap-parse-status): Upcase status-att for servers that sends them
14661         lower-case (e.g., MS Exchange 2007).
14662
14663 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14664
14665         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14666         function.
14667
14668         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14669         (gnus-uu-yenc-article): New function.
14670
14671         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14672
14673         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14674
14675 2007-12-02  Glenn Morris  <rgm@gnu.org>
14676
14677         * binhex.el (binhex): New custom group.
14678         (binhex-decoder-program, binhex-decoder-switches)
14679         (binhex-use-external): Move to the binhex custom group.
14680
14681         * uudecode.el (uudecode): New custom group.
14682         (uudecode-decoder-program, uudecode-decoder-switches)
14683         (uudecode-use-external): Move to the uudecode custom group.
14684
14685         * netrc.el (top-level): Don't load `encrypt' features.
14686         (netrc-parse): Don't use encrypt.
14687         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14688
14689         * encrypt.el: Remove file.
14690
14691 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14692
14693         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14694         matches on patches.
14695
14696         * gnus-art.el (gnus-article-browse-html-article):
14697         Mention `mm-text-html-renderer' in the doc string.
14698
14699         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14700         string.  Add comments.
14701
14702         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14703         if rhs is ASCII.
14704
14705 2007-12-01  Glenn Morris  <rgm@gnu.org>
14706
14707         * mail-source.el (top-level): Require format-spec before
14708         eval-when-compile.
14709
14710 2007-11-30  Glenn Morris  <rgm@gnu.org>
14711
14712         * encrypt.el: Require password, rather than autoloading password-read.
14713
14714 2007-11-29  Glenn Morris  <rgm@gnu.org>
14715
14716         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14717         (sasl-make-client, sasl-next-step, sasl-step-data)
14718         (sasl-step-set-data): Declare as functions.
14719
14720 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14721
14722         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14723
14724 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14725
14726         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14727         certs should be verified and what is to be done in the event of a
14728         verification failure.
14729
14730         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14731         caller can indicate whether the cache should be disregarded for this
14732         call.  This way the result of the call is reproducible at all times and
14733         can be considered a canonical server name for the supplied method.
14734         (gnus-agent-method-p): Canonicalize server names by pushing their
14735         method through `gnus-method-to-server' using the no-cache argument.
14736
14737         * gnus-srvr.el (gnus-server-insert-server-line):
14738         Call `gnus-method-to-server' with `no-cache' argument.
14739
14740         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14741         gnus-agent-possibly-synchronize-flags as this should be called when the
14742         server is actually being opened.
14743         (gnus-agent-possibly-synchronize-flags)
14744         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14745         flags file of an agentized server to the latter function.
14746
14747         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14748         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14749         after a connection has been established successfully.
14750
14751 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * gnus-art.el (article-display-face): Force to display face if called
14754         interactively; check if gnus-article-x-face-too-ugly matches author.
14755         (article-display-x-face): Display face even if From header is missing
14756         as article-display-face does.
14757
14758 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14759
14760         * hashcash.el (message-narrow-to-headers-or-head)
14761         (message-fetch-field, message-goto-eoh)
14762         (message-narrow-to-headers): Declare as functions.
14763
14764 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * mail-source.el (mail-sources): Default to fetch from file for
14767         compatibility with default of nnmail-spool-file.
14768
14769 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14772         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14773         to look for encoded word that should be encoded again.
14774         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14775         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14776         encoding pattern.
14777         (rfc2047-decode-region): Switch strict regexp and loose one according
14778         to rfc2047-allow-irregular-q-encoded-words.
14779
14780 2007-11-25  Romain Francoise  <romain@orebokech.com>
14781
14782         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14783
14784 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14785
14786         * tls.el (tls-program): Provide more custom choices from
14787         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14788         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14789
14790 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14793         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14794
14795         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14796         `nnmail-spool-file'.
14797
14798         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14799         `nnmail-spool-file'.
14800
14801         * gnus-move.el (gnus-change-server): Ditto.
14802
14803         * gnus-kill.el (gnus-batch-score): Ditto.
14804
14805         * gnus-cache.el (gnus-jog-cache): Ditto.
14806
14807         * gnus-msg.el (gnus-summary-reply):
14808         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14809
14810 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14813         version.  Minor improvement to doc strings.
14814         (tls-program): Add comment.
14815
14816 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14817
14818         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14819         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14820         mismatch between the hostname provided in the certificate and the name
14821         of the host connnecting to.
14822         (open-tls-stream): Use them.  Check certificates against trusted root
14823         certificates.
14824
14825 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * gnus-cache.el (gnus-cache-generate-nov-databases):
14828         Use nnml-generate-nov-databases-directory instead of
14829         nnml-generate-nov-databases-1.
14830
14831 2007-11-24  Glenn Morris  <rgm@gnu.org>
14832
14833         * message.el (message-tool-bar-retro): Update for rename
14834         mail_send.xpm->mail-send.xpm.
14835
14836 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14837
14838         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14839         `smime-ldap-search' for Emacs 22 and up.
14840
14841 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14842
14843         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14844
14845         * message.el (message-send-mail-function): Fix error convention.
14846         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14847         (message-widen-reply, message-send-mail, message-talkative-question)
14848         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14849         (message-clone-locals, message-send-news): Use with-current-buffer.
14850         (message-insert-or-toggle-importance): Remove unused var `valid'.
14851         (message-make-references): Remove unused var `new-references'.
14852         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14853
14854 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14855
14856         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14857         (spam-split-symbolic-return-positive): Reflow docstring.
14858         (spam-backends, spam-summary-exit-behavior)
14859         (spam-mark-ham-unread-before-move-from-spam-group)
14860         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14861         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14862         (spam-clear-cache, spam-backend-check, spam-install-backend)
14863         (spam-install-statistical-backend, spam-list-of-processors)
14864         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14865         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14866         (spam-check-crm114, spam-initialize, spam-unload-hook):
14867         Fix typos in docstrings.
14868
14869 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14872         been checked if they have never been read and those group levels are
14873         higher than the one that a user specified.
14874
14875 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14878         foreign groups unless a group level is specified by a user.
14879         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14880
14881 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * message.el (message-send-mail-function): Require sendmail.
14884
14885 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * message.el (message-send-mail-function): Check for smtpmail too.
14888
14889         * utf7.el (utf7-encode, utf7-decode): Use coding system
14890         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14891
14892         * message.el (message-send-mail-function): New function.
14893         (message-send-mail-function): Set default using
14894         message-send-mail-function.  Adjust doc string.
14895         (message-send-mail-with-mailclient): New function.
14896
14897 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14898
14899         * smime.el (from):
14900         * rfc2047.el (message-posting-charset):
14901         * qp.el (mm-use-ultra-safe-encoding):
14902         * pop3.el (parse-time-months):
14903         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14904         * nnml.el (files):
14905         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14906         (jka-compr-compression-info-list, ange-ftp-path-format)
14907         (efs-path-regexp):
14908         * nndiary.el (files):
14909         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14910         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14911         (epg-digest-algorithm-alist, inhibit-redisplay)
14912         (password-cache-expiry):
14913         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14914         (pgg-output-buffer, password-cache-expiry):
14915         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14916         (efs-path-regexp):
14917         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14918         (inhibit-redisplay):
14919         * mm-uu.el (file-name, start-point, end-point, entry)
14920         (gnus-newsgroup-name, gnus-newsgroup-charset):
14921         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14922         (latin-unity-ucs-list):
14923         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14924         (mm-uu-binhex-decode-function):
14925         * message.el (gnus-message-group-art, gnus-list-identifiers)
14926         (rmail-enable-mime-composing, gnus-local-organization)
14927         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14928         (gnus-read-active-file, facemenu-add-face-function)
14929         (facemenu-remove-face-function, gnus-article-decoded-p)
14930         (tool-bar-mode):
14931         * mail-source.el (display-time-mail-function):
14932         * gnus-util.el (nnmail-pathname-coding-system)
14933         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14934         (gnus-original-article-buffer, gnus-user-agent)
14935         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14936         (xemacs-codename, sxemacs-codename, emacs-program-version):
14937         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14938         * gnus-start.el (gnus-agent-covered-methods)
14939         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14940         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14941         (gnus-newsgroup-headers, gnus-group-list-mode)
14942         (gnus-group-mark-positions, gnus-newsgroup-data)
14943         (gnus-newsgroup-unreads, nnoo-state-alist)
14944         (gnus-current-select-method, mail-sources)
14945         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14946         (nnmail-spool-file, gnus-cache-active-hashtb):
14947         * gnus-mh.el (mh-lib-progs):
14948         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14949         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14950         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14951         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14952         (gnus-group-buffer):
14953         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14954         (font-lock-set-defaults):
14955         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14956         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14957         (gnus-summary-post-menu, total-parts, type, condition, length):
14958         * gnus-agent.el (gnus-agent-read-agentview):
14959         * flow-fill.el (show-trailing-whitespace):
14960         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14961         eval-and-compile wrappers for byte compiler pacifiers.
14962
14963         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14964         (mm-display-inline-fontify): Check for featurep 'xemacs not
14965         extent-list.
14966
14967         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14968         itimer-list.
14969         (mm-create-image-xemacs): Only do something for XEmacs.
14970         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14971
14972         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14973
14974         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14975         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14976
14977 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14978
14979         * nnimap.el (nnimap-split-download-body):
14980         * gnus-demon.el (gnus-demon):
14981         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14982
14983 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14986         New macros.
14987         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14988         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14989         copy data from unibyte buffer to multibyte current buffer.
14990         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14991         to copy data from unibyte current buffer to multibyte buffer.
14992         (nntp-make-process-buffer): Make process buffer unibyte.
14993
14994         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14995
14996 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14997
14998         * pop3.el (pop3-open-server): Accept and process data more robustly at
14999         connection start to avoid spurious "POP SSL connection failed" errors.
15000
15001 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15004         read group names.
15005
15006 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15009
15010 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15013         (nnmail-save-active): Use a unibyte buffer when saving active file,
15014         which may contain non-ASCII group names.
15015
15016         * nnml.el (nnml-request-group): Decode group names in messages.
15017
15018 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * message.el (message-citation-line-function)
15021         (message-insert-formatted-citation-line): Fix spelling of
15022         `message-insert-formated-citation-line'.
15023
15024 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15027
15028 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15031         nnmail-pathname-coding-system.
15032
15033         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15034         that a user enters; decode group names in messages.
15035
15036         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15037
15038 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15039
15040         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15041
15042         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15043
15044         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15045         risky local variable.
15046
15047         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15048
15049 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15050
15051         * encrypt.el: Improve documentation to fix function name typo.
15052         Reported by Daiki Ueno <ueno@unixuser.org>.
15053
15054 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15057         even if the point is not in the last page of an article.
15058         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15059         back to the previous page.
15060
15061 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15064
15065 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15068
15069 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15070
15071         * message.el (message-check-news-body-syntax):
15072         Avoid mm-string-as-multibyte.
15073         (message-hide-headers): Don't assume (point-min)==1.
15074
15075 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15076
15077         * message.el (message-remove-blank-cited-lines): Fix if remove is
15078         given.
15079         (message-bogus-address-regexp): New variable.
15080         (message-bogus-recipient-p): New function.
15081         (message-check-recipients): New command.
15082         (message-syntax-checks): Add `bogus-recipient'.
15083         (message-fix-before-sending): Add `bogus-recipient'.
15084
15085         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15086         (gnus-treat-body-boundary): Don't test window-system.
15087
15088 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15089
15090         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15091
15092 2007-10-28  Miles Bader  <miles@gnu.org>
15093
15094         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15095         at compile-time too.
15096
15097 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * gnus-msg.el (gnus-message-setup-hook):
15100         Add `message-remove-blank-cited-lines' to options.
15101
15102 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * message.el (message-remove-blank-cited-lines): New function.
15105         Suggested by Karl Plästerer.
15106
15107 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15110         mapc.
15111
15112         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15113         (top-level): Use mapc to set functions to be traced for debugging.
15114
15115         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15116         called for effect with while loop.
15117
15118         * message.el (message-talkative-question): Replace mapcar called for
15119         effect with mapc.
15120
15121         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15122         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15123         called for effect with dolist.
15124
15125         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15126
15127         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15128         gnus-extra-headers and nnmail-extra-headers.
15129
15130         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15131         called for effect with dolist.
15132         (top-level): Use mapc to set functions to be traced for debugging.
15133
15134         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15135         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15136         dolist.
15137
15138         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15139         Replace mapcar called for effect with mapc.
15140         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15141         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15142         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15143         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15144
15145         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15146         remove-if that's a cl function.
15147
15148         * webmail.el (webmail-debug): Replace mapcar called for effect with
15149         dolist.
15150
15151         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15152         with mapc.
15153
15154 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15157         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15158         with while loop.
15159
15160         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15161         functions from article-* functions.
15162         (gnus-multi-decode-header): Replace mapcar called for effect with
15163         dolist.
15164
15165         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15166         (gnus-bookmark-show-details): Replace mapcar called for effect with
15167         while loop.
15168
15169         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15170         called for effect with while loop.
15171
15172         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15173         with dolist.
15174
15175         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15176         Replace mapcar called for effect with dolist.
15177
15178         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15179
15180         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15181         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15182         Replace mapcar called for effect with dolist.
15183         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15184         mapc.
15185
15186         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15187         Replace mapcar called for effect with dolist.
15188         (gnus-topic-list): Replace mapcar called for effect with mapc.
15189
15190         * gnus.el: Use mapc instead of mapcar to add autoloads.
15191
15192 2007-10-23  Richard Stallman  <rms@gnu.org>
15193
15194         * gnus-group.el (gnus-group-highlight): Mark as risky.
15195
15196 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * gnus.el (gnus-server-to-method): Return method found first in
15199         gnus-newsrc-alist.
15200
15201         * gnus-art.el (gnus-article-highlight-signature)
15202         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15203         button overlay without the front stickiness.
15204
15205 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15206
15207         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15208         overview buffer needed a catch to receive its throw.
15209         (gnus-agent-flush-cache): Declare as interactive to make this function
15210         easier to use.
15211
15212 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15215         `next-line'.
15216
15217 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15220         exclude address matching message-dont-reply-to-names.
15221
15222 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * gnus-util.el (gnus-string<): New function.
15225
15226         * gnus-sum.el (gnus-article-sort-by-author)
15227         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15228
15229 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15232         the frame-focus tag is set in gnus-buffer-configuration.
15233
15234 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15237         the front stickiness.
15238
15239 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15242         url pattern; remove duplicate one.
15243         (gnus-article-extend-url-button): New function.
15244         (gnus-article-add-buttons): Use it.
15245         (gnus-button-push): Use concatenated url that it makes.
15246
15247 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15248
15249         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15250
15251 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15252
15253         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15254         Don't hardcode point-min==1.
15255
15256 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15259         Fix comment about "iso8859-1".
15260
15261 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15262
15263         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15264         ones returned from the verify-function.
15265
15266         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15267         Call mml2015-extract-cleartext-signature if extraction failed.
15268
15269 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15270
15271         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15272         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15273         failed.
15274
15275 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15278
15279 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15280
15281         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15282         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15283         recommends to use EasyPG instead of PGG.
15284
15285         * pgg.el: Revert to revision 6.23.2.16.
15286
15287         * pgg-def.el: Revert to revision 6.6.2.14.
15288
15289         * pgg-gpg.el: Revert to revision 6.23.2.34.
15290
15291 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15292
15293         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15294         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15295         thread for both the null and zero (kill/expire thread) universal prefix
15296         cases.
15297         (gnus-summary-expire-thread): Add new function to expire a thread,
15298         using gnus-summary-kill-thread.
15299         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15300         shortcuts for gnus-summary-expire-thread.
15301         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15302         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15303
15304 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15305
15306         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15307         extras value, so an extras entry can be deleted.
15308         (gnus-registry-delete-extra-entry): Use it.
15309         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15310         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15311         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15312         storage through the gnus-registry, and provide an appropriate API for
15313         it.
15314
15315 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15318         Suggested by Leo <sdl.web@gmail.com>.
15319
15320         * gnus.el: Do.
15321
15322 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15325         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15326
15327         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15328
15329         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15330         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15331
15332 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15335         newline.
15336         (nnmbox-request-accept-article): Don't change article in source buffer;
15337         narrow to header to use message-fetch-field rather than
15338         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15339         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15340         as delimiters; make sure article ends with newline.
15341         (nnmbox-delete-mail): Correct last position of article to be deleted;
15342         ignore X-Gnus-Newsgroup header in article body.
15343         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15344         positions; make sure article ends with newline.
15345
15346         * message.el (message-display-abbrev): Don't infloop when a user
15347         inserts SPC in the beginning of header.
15348
15349         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15350         coding-system-for-read and coding-system-for-write for XEmacs having no
15351         file-coding feature.
15352
15353         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15354
15355 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15356
15357         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15358         list of groups not followed by default.  Fix type to be regexp.
15359         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15360
15361 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15362
15363         * hmac-def.el (define-hmac-function): Switch from old-style to
15364         new-style backquotes.
15365
15366         * md4.el (md4-make-step): Likewise.
15367
15368 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15371         raw-text coding system when saving .newsrc file, which may contain
15372         non-ASCII group names.
15373
15374 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-cus.el (gnus-score-extra): New widget.
15377         (gnus-score-extra-convert): New function.
15378         (gnus-score-customize): Use it for Extra.
15379
15380 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15381
15382         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15383         (mml2015-mailcrypt-clear-verify): Use it.
15384         (mml2015-gpg-clear-verify): Use it.
15385         (mml2015-pgg-clear-verify): Use it.
15386         (mml2015-epg-clear-verify): Replace the current part with the output
15387         from GnuPG; don't extract the plaintext by itself.
15388
15389         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15390         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15391         mml2015-clear-verify-function; don't touch the armor headers or
15392         dash-escaped text here.
15393
15394 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15397         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15398         parts, or application/octet-stream as a last resort.
15399         (gnus-mime-view-part-as-type): Don't toggle display.
15400         (gnus-mime-view-part-as-charset): Don't turn off display before
15401         querying charset.
15402
15403         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15404         stuff to undisplayer function in Emacs.
15405         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15406
15407         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15408         text/calendar parts.
15409
15410 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15413         decoding text/calendar parts.
15414
15415         * message.el (message-forward-make-body-mime): Always mark body as
15416         having no illegible text; remove signed-or-encrypted argument.
15417         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15418
15419         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15420         (mml-generate-mime-1): Don't encode body if it is specified to be in
15421         raw form; don't make buffer be unibyte when inserting multibyte string.
15422
15423 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15424
15425         * sha1.el: Fix up comment style.
15426         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15427         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15428
15429         * hex-util.el: Fix up comment style.
15430         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15431
15432         * gnus-salt.el: Use with-current-buffer.
15433         (gnus-pick-setup-message): Fix long-standing typo.
15434
15435 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * imap.el (imap-logout-timeout): New variable.
15438         (imap-logout, imap-logout-wait): New functions.
15439         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15440
15441         * nnimap.el (nnimap-logout-timeout): New server variable.
15442         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15443         nnimap-logout-timeout.
15444
15445         * gnus-art.el (gnus-article-summary-command-nosave)
15446         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15447
15448 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus.el (gnus-maximum-newsgroup): New variable.
15451
15452         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15453         according to gnus-maximum-newsgroup.
15454
15455         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15456         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15457         Limit the range of articles according to gnus-maximum-newsgroup.
15458
15459 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15460
15461         * gnus-art.el (gnus-sticky-article): Fix problems described in
15462         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15463         Don't perform gnus-configure-windows here; reuse existing sticky
15464         article buffer.
15465
15466         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15467         it doesn't exist in gnus-article-mode.
15468
15469 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15472         (gnus-agent-decoded-group-name): New function.
15473         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15474         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15475
15476 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15477
15478         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15479         Add binding for gnus-sticky-article.
15480         (gnus-summary-exit): Don't kill sticky article buffers.
15481
15482         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15483         article buffer.
15484         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15485         (gnus-kill-sticky-article-buffers): New commands.
15486
15487 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * nntp.el (nntp-xref-number-is-evil): New server variable.
15490         (nntp-find-group-and-number): If it is non-nil, don't trust article
15491         numbers in the Xref header.
15492
15493 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * gnus-agent.el (gnus-agent-read-group): New function.
15496         (gnus-agent-flush-group, gnus-agent-expire-group)
15497         (gnus-agent-regenerate-group): Use it.
15498         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15499         nnmail-pathname-coding-system.
15500
15501 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15504
15505         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15506         that are unread as unread, and also as selected so that information of
15507         marks having been changed by a user may be updated when exiting group.
15508
15509 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15510
15511         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15512
15513 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15516         calculated ignoring signature parts to gnus-treat-article.
15517
15518 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15521         a point here in order to keep the window start.
15522         (gnus-insert-mime-security-button): Make a button overlay without the
15523         front stickiness.
15524         (gnus-mime-display-security): Goto the end of a button.
15525
15526         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15527
15528 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15531         group-name-at-point.
15532         (gnus-group-completing-read): New function that offers decoded
15533         non-ASCII group names for completion.
15534         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15535         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15536         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15537         (gnus-group-fetch-control): Use it.
15538         (gnus-fetch-group): Use group-name-at-point for the initial value
15539         rather than the default value; use gnus-alive-p.
15540
15541         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15542         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15543         (gnus-summary-post-news): Use gnus-group-completing-read.
15544
15545         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15546         (gnus-read-move-group-name): Decode group name for completion.
15547
15548 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15549
15550         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15551         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15552         Yamaoka slightly modified the code).
15553
15554 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15557         (nnmail-split-incoming): Bind it.
15558
15559         * nnml.el (nnml-group-name-charset): New function.
15560         (nnml-decoded-group-name): Use it; don't decode group name if
15561         nnmail-group-names-not-encoded-p is non-nil.
15562         (nnml-encoded-group-name): New function.
15563         (nnml-group-pathname): Inline nnml-decoded-group-name.
15564         (nnml-request-expire-articles): Decode group name in message.
15565         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15566         nnmail-pathname-coding-system.
15567         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15568         not decoded ones according to nnmail-group-names-not-encoded-p.
15569         (nnml-generate-active-info): Use nnml-encoded-group-name.
15570
15571 2007-08-08  Glenn Morris  <rgm@gnu.org>
15572
15573         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15574         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15575         doc-strings and comments.
15576
15577 2007-07-25  Glenn Morris  <rgm@gnu.org>
15578
15579         * Relicense all FSF files to GPLv3 or later.
15580
15581 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-sum.el (gnus-summary-move-article):
15584         Make gnus-summary-respool-article work.
15585
15586 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15589         string.
15590
15591 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15592
15593         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15594         that should be ignored when comparing distant RSS articles with local
15595         ones.
15596         (nnrss-make-hash-index): New function.  Create a hash index according
15597         to the ignored fields.
15598         (nnrss-check-group): Use it.
15599
15600 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15603
15604         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15605
15606         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15607         the new optional argument ENCODED is non-nil.
15608         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15609         coding system for encoding group name.
15610         (gnus-group-make-rss-group): Pass un-encoded group name to
15611         gnus-group-make-group.
15612         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15613         encoded.
15614
15615         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15616         Encode group name to which articles are moved or copied.
15617         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15618         coding system for encoding Newsgroup, Followup-To and Xref headers.
15619
15620         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15621         marks; use nnheader-file-coding-system to write a file.
15622         (nnagent-retrieve-headers): Bind file-name-coding-system to
15623         nnmail-pathname-coding-system.
15624
15625         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15626
15627         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15628         (nnml-request-article, nnml-request-create-group)
15629         (nnml-request-rename-group, nnml-find-id)
15630         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15631         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15632         (nnml-save-marks): Use nnml-group-pathname instead of
15633         nnmail-group-pathname.
15634
15635         (nnml-request-create-group, nnml-request-expire-articles)
15636         (nnml-request-move-article, nnml-request-delete-group)
15637         (nnml-deletable-article-p, nnml-possibly-create-directory)
15638         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15639         (nnml-open-marks): Bind file-name-coding-system to
15640         nnmail-pathname-coding-system.
15641
15642         (nnml-request-article): Pass server argument to nnml-find-group-number.
15643         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15644         Pass server argument to nnml-possibly-create-directory.
15645         (nnml-request-accept-article): Pass server argument to
15646         nnml-active-number and nnml-save-mail.
15647         (nnml-find-group-number): Pass server argument to nnml-find-id.
15648         (nnml-request-update-info): Pass server argument to
15649         nnml-marks-changed-p.
15650
15651         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15652         (nnml-save-mail, nnml-active-number): Add server argument.
15653
15654         (nnml-request-delete-group): Warn if group is missing.
15655         (nnml-get-nov-buffer): Decode group name.
15656         (nnml-generate-active-info): Encode group name.
15657         (nnml-open-marks): Decode group name in messages.
15658
15659 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15662         if it is not specified.
15663         (gnus-article-pipe-part, gnus-article-save-part)
15664         (gnus-article-interactively-view-part, gnus-article-copy-part)
15665         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15666         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15667         (gnus-article-replace-part, gnus-article-delete-part)
15668         (gnus-article-view-part-as-type): Pass raw prefix argument to
15669         gnus-article-part-wrapper.
15670
15671 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * gnus-agent.el (gnus-agent-save-active):
15674         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15675
15676         * gnus-cache.el (gnus-cache-save-buffers)
15677         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15678         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15679         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15680         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15681         (gnus-cache-generate-active, gnus-cache-rename-group)
15682         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15683         (gnus-cache-update-overview-total-fetched-for):
15684         Bind file-name-coding-system to nnmail-pathname-coding-system.
15685         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15686         New variables.
15687         (gnus-cache-decoded-group-name): New function.
15688         (gnus-cache-file-name): Use it.
15689         (gnus-cache-generate-active): Use non-decoded group name for active.
15690
15691         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15692         right place.
15693         (gnus-write-active-file): Don't break non-ASCII group names.
15694
15695         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15696         nnmail-pathname-coding-system.
15697
15698         * lpath.el: Bind default-file-name-coding-system,
15699         file-name-coding-system and language-info-alist for XEmacs.
15700
15701         * gnus-uu.el (gnus-uu-decode-save): Typo.
15702
15703 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15706
15707 2007-07-14  David Kastrup  <dak@gnu.org>
15708
15709         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15710         finishing actions if we did not edit the article.
15711
15712 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15715         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15716         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15717         (gnus-agent-flush-group, gnus-agent-flush-cache)
15718         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15719         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15720         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15721         (gnus-agent-regenerate-group)
15722         (gnus-agent-update-files-total-fetched-for)
15723         (gnus-agent-update-view-total-fetched-for):
15724         Bind file-name-coding-system to nnmail-pathname-coding-system.
15725         (gnus-agent-group-pathname): Don't encode file names by
15726         nnmail-pathname-coding-system.
15727         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15728         coding-system-for-write instead of buffer-file-coding-system to
15729         gnus-agent-file-coding-system.
15730
15731         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15732         Decode group name.
15733
15734         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15735
15736         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15737         (gnus-read-newsrc-el-file): Make group names unibyte.
15738
15739         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15740         nnmail-pathname-coding-system.
15741
15742         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15743         (nnrss-request-delete-group): Bind file-name-coding-system to
15744         nnmail-pathname-coding-system.
15745         (nnrss-read-server-data, nnrss-read-group-data):
15746         Bind file-name-coding-system correctly.
15747         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15748
15749         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15750         (nntp-server-to-method-cache): New variable.
15751         (nntp-group-pathname): New function that decodes non-ASCII group names.
15752         (nntp-possibly-create-directory, nntp-marks-changed-p)
15753         (nntp-save-marks, nntp-open-marks): Use it.
15754         (nntp-possibly-create-directory, nntp-open-marks):
15755         Bind file-name-coding-system to nnmail-pathname-coding-system.
15756         (nntp-open-marks): Decode group names when bootstrapping marks.
15757
15758         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15759         Newsgroups and Followup-To headers.
15760
15761 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15764         (gnus-server-closed-face, gnus-server-denied-face)
15765         (gnus-server-offline-face): Remove variable.
15766         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15767
15768         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15769         of modifying message-stack directly for XEmacs.
15770
15771         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15772         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15773         if the coding-system argument is nil for XEmacs.
15774
15775         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15776         mm-charset-override-alist.
15777
15778         * rfc2047.el: Don't require base64; require rfc2045 for the function
15779         rfc2045-encode-string.
15780         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15781         to quote the parameter value.
15782
15783 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15786         form in gnus-group-name-charset-method-alist.
15787
15788         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15789         overrides the default layout edit-form.
15790
15791         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15792
15793         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15794
15795 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15798         as unfetched articles.
15799
15800 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15803
15804 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15807         original back end that keeps marks in the local system.
15808
15809 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15812         arg of pop-to-buffer for XEmacs.
15813         (gnus-article-read-summary-keys): Ditto; don't restore window
15814         configuration if summary command ends up with neither article buffer
15815         nor summary buffer; describe bindings if summary keys end with C-h.
15816
15817 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * message.el (message-fix-before-sending): Skip raw message part to be
15820         forwarded while checking illegible text.
15821         (message-forward-make-body-mime, message-forward-make-body):
15822         Mark signed or encrypted raw message as having no illegible text.
15823
15824 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15827         (gnus-message-with-timestamp-1): New macro.
15828         (gnus-message-with-timestamp): New function.
15829         (gnus-message): Use them.
15830
15831         * nnheader.el (nnheader-message): Use them.
15832
15833 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15836         .newsrc.eld file.
15837
15838 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-agent.el (gnus-agent-fetch-headers)
15841         (gnus-agent-retrieve-headers):
15842         Bind gnus-decode-encoded-address-function to identity.
15843
15844         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15845         available also when the server returns simply a dot.
15846
15847         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15848
15849 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15852
15853 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-ems.el (gnus-x-splash): Make it work.
15856
15857         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15858         from being used.
15859
15860         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15861
15862 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15865         4th and the 5th arguments.
15866
15867         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15868         the front stickiness.
15869         (gnus-article-summary-command-nosave): Correct the order of the
15870         arguments passed to pop-to-buffer.
15871         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15872         summary command ends up with the article buffer.
15873
15874         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15875         the same faces.
15876
15877 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15878
15879         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15880
15881 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15882
15883         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15884         * gnus-sum.el (gnus-summary-highlight):
15885         * pgg.el (pgg-sign-region, pgg-sign):
15886         * mail-source.el (mail-source-delete-old-incoming-confirm):
15887         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15888
15889 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * gnus-art.el (gnus-mime-view-part-externally)
15892         (gnus-mime-view-part-internally): Fix predicate function passed to
15893         completing-read.
15894
15895         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15896
15897         * gnus.el (gnus-update-message-archive-method): Add :version.
15898
15899 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus.el (gnus-update-message-archive-method): New variable.
15902
15903         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15904         according to gnus-message-archive-method if
15905         gnus-update-message-archive-method is non-nil.
15906
15907 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15910         Suggested by Loic Dachary <loic@dachary.org>.
15911         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15912
15913 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * message.el (message-pop-to-buffer): Add switch-function argument.
15916         (message-mail): Pass switch-function argument to it.
15917
15918 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15919
15920         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15921         Improve doc string.
15922
15923 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15926         (gnus-header-content):
15927         * gnus-cite.el (gnus-cite-10):
15928         * gnus-srvr.el (gnus-server-closed):
15929         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15930         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15931         (gnus-group-mail-3-empty, gnus-group-mail-low)
15932         (gnus-group-mail-low-empty, gnus-splash):
15933         * message.el (message-header-to, message-header-cc)
15934         (message-header-subject, message-header-other, message-header-name)
15935         (message-header-xheader, message-separator, message-cited-text)
15936         (message-mml): Lighten colors of faces used for dark background.
15937
15938 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15939
15940         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15941         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15942
15943 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * message.el (message-narrow-to-headers-or-head):
15946         Ignore mail-header-separator in the body.
15947
15948 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15951         same as window size.
15952
15953 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15954
15955         * message.el (message-font-lock-keywords): Use message-header-xheader
15956         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15957         ahead of the anything pattern, to get it recognized.
15958
15959 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15962         spam.el loads uses it in the compiled defadvice form.
15963
15964 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15965
15966         * gnus-sum.el (gnus-articles-to-read)
15967         (gnus-summary-insert-old-articles): Don't truncate group name for
15968         `read-string'.
15969
15970         * gnus-util.el (gnus-limit-string): Delete this function.
15971
15972         * gnus-sum.el (gnus-simplify-subject-fully):
15973         Use `truncate-string-to-width' instead.
15974
15975 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15976
15977         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15978         Tell if, on summary exit, the next group has to be selected.
15979         (gnus-summary-exit): Use it.
15980
15981 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15982
15983         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15984         non-break space.
15985
15986 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15989         Check if group is not a directory.
15990         (nnfolder-request-expire-articles): Don't delete articles if the target
15991         group is not available.
15992
15993         * nnml.el (nnml-request-create-group): Properly check if group is not a
15994         file.
15995         (nnml-request-expire-articles): Don't delete articles if the target
15996         group is not available.
15997
15998         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15999         Don't quote characters that are within parentheses.
16000
16001 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16004         (gnus-handle-ephemeral-exit): Select article according to it.
16005
16006 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16007
16008         * message.el (message-insert-formated-citation-line): Remove newline.
16009         (message-citation-line-format): Add final \n here so that the user can
16010         avoid a blank line.
16011
16012 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16013
16014         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16015         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16016         Update lanl/arXiv support.
16017
16018 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * gnus.el: Bump version number.
16021
16022 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16023
16024         * gnus.el (gnus-version-number): Bump version.
16025
16026 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16027
16028         * gnus.el: No Gnus v0.6 is released.
16029
16030 2007-04-27  Didier Verna  <didier@xemacs.org>
16031
16032         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16033         * gmm-utils.el (gmm-regexp-concat): ... here.
16034         * message.el: Don't require 'gnus-util.
16035         (message-dont-reply-to-names): Handle name change above.
16036         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16037
16038 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16041         since the initial value varies according to the system.
16042
16043 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16046
16047 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16048
16049         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16050
16051 2007-04-24  Didier Verna  <didier@xemacs.org>
16052
16053         Improve the type of gnus-ignored-from-addresses.
16054         * gnus-util.el (gnus-orify-regexp): New function.
16055         * message.el (gnus-util): Require it.
16056         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16057         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16058         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16059
16060 2007-04-24  Didier Verna  <didier@xemacs.org>
16061
16062         * gnus-sum.el:
16063         * gnus-utils.el: Fix some trailing whitespaces.
16064
16065 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16068         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16069         article's Message-ID; refer parent article in summary buffer.
16070
16071         * message.el (message-bounce): Call mime-to-mml.
16072
16073         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16074         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16075         optimize and/or forms properly.
16076
16077 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16078
16079         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16080         URL.
16081
16082 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16085
16086 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16089         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16090         displayed of multipart/alternative part if it is invoked from summary
16091         buffer.
16092
16093         * mm-view.el (mm-inline-text-html-render-with-w3m)
16094         (mm-inline-text-html-render-with-w3m-standalone)
16095         (mm-inline-render-with-function): Use mail-parse-charset by default.
16096
16097 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16098
16099         * parse-time.el (parse-time-string-chars): Check if CHAR
16100         is less than the length of parse-time-syntax.
16101
16102 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16105         from gnus-newsgroup-processable.
16106
16107 2007-04-16  Didier Verna  <didier@xemacs.org>
16108
16109         * gnus-msg.el (gnus-configure-posting-styles):
16110         Handle message-signature-directory properly with :file syntax.
16111         Reported by "Leo".
16112
16113 2007-04-11  Didier Verna  <didier@xemacs.org>
16114
16115         New user option: message-signature-directory.
16116         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16117         * message.el (message-insert-signature): Ditto.
16118         * message.el (message-signature-file): Doc update.
16119         * message.el (message-signature-directory): New.
16120
16121 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * gnus-msg.el (gnus-inews-yank-articles):
16124         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16125
16126 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * message.el (message-yank-original): Make sure cited text ends with
16129         newline; don't exchange point and mark.
16130
16131 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16132
16133         * tls.el (open-tls-stream): Properly handle case where there
16134         is no associated buffer.
16135
16136 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16137
16138         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16139         message-yank-original, make sure (< mark TEXT point).
16140
16141 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16142
16143         * message.el (message-fill-column): New variable.
16144         (message-mode): Use it.  Add comment on a possible new hook.
16145
16146         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16147         (nnmail-get-new-mail): Reformat.
16148
16149         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16150
16151         * gmm-utils.el: Fix Commentary.
16152         (gmm-tool-bar-from-list): Fix typo in doc string.
16153
16154 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16155
16156         * message.el (message-yank-original): Don't switch point and mark
16157         unnecessarily to put point and mark as documented.
16158
16159 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16160
16161         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16162         from the message heads.
16163
16164 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16165
16166         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16167         article buffer does not have a window.  This may not be the best
16168         solution but is certainly better than setting the start of the null,
16169         that is the current, window.
16170
16171 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16174         (gnus-draft-setup): Run it.
16175
16176         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16177         gnus-score-fast-scoring.  Allow regexp.
16178         (gnus-score-headers): Use it.
16179
16180         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16181         XEmacs.
16182
16183         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16184         string.
16185         (gnus-button-alist): Also catch `<f1> k ...'.
16186         (gnus-treat-display-x-face): Fix doc string.
16187
16188 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16189
16190         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16191         evaluation of gnus-extended-version to ensure correct generation of the
16192         User-Agent header when message-generate-headers-first is used.
16193
16194 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16195
16196         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16197         hashcash-path is nil.  Don't call callback with incorrect number of
16198         parameters if val is 0.
16199
16200 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16201
16202         * message.el (message-required-news-headers):
16203         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16204
16205 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16206
16207         * tls.el (open-tls-stream): In handshake-waiting loop,
16208         don't wait more if there is output available to process.
16209
16210 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16211
16212         * tls.el (tls-program): Doc fix.
16213
16214 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * message.el (message-generate-new-buffers): Change the meaning of the
16217         nil value; add `standard' to the choices; treat t as `unique'; improve
16218         doc string.
16219         (gnus-select-frame-set-input-focus): Autoload.
16220         (message-buffer-name): Search for the existing message buffer if
16221         message-generate-new-buffers is nil or `standard'; treat the value t of
16222         message-generate-new-buffers as `unique'.
16223         (message-pop-to-buffer): Raise the frame already displaying the message
16224         buffer; clear the echo area after querying.
16225         (message-setup): Pass the `continue' argument to compose-mail.
16226         (message-mail): Prefer `switch-function' if it is given; search for the
16227         existing message buffer if the `continue' argument is non-nil; pass
16228         continue and switch-function arguments to compose-mail by way of
16229         message-setup.
16230         (message-mail-other-window): Adjust argument of message-setup.
16231         (message-mail-other-frame): Ditto.
16232
16233 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16236         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16237         to turn font-lock on when turning gnus-message-citation-mode on.
16238
16239 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16240
16241         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16242         (mml-smime-function-alist): New variable; add epg as the backend.
16243         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16244         mml-smime- functions instead.
16245         * mm-view.el: Require smime.
16246
16247 2007-03-05  Didier Verna  <didier@xemacs.org>
16248
16249         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16250         instead of just inheritance for posting styles.
16251         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16252
16253 2007-02-24  Chris Moore  <dooglus@gmail.com>
16254
16255         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16256         * pgg-pgp.el (pgg-pgp-encrypt-region):
16257         * pgg-gpg.el (pgg-gpg-encrypt-region):
16258         Check pgg-encrypt-for-me if no other recipients.
16259
16260 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16261
16262         * tls.el (tls-certtool-program): Fix custom type.
16263
16264 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16267         and point-at-eol instead of line-(beginning|end)-position.
16268
16269         * assistant.el (assistant-parse-buffer): Ditto.
16270
16271         * netrc.el (netrc-parse-services): Ditto.
16272
16273 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16274
16275         * mml2015.el (mml2015-epg-find-usable-key): New function.
16276         (mml2015-epg-sign): Use it.
16277         (mml2015-epg-encrypt): Use it.
16278
16279 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * message.el (message-make-in-reply-to): Quote name containing
16282         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16283         if there are special characters.  Reported by NAKAJI Hiroyuki
16284         <nakaji@jp.freebsd.org>.
16285
16286 2007-02-27  Didier Verna  <didier@xemacs.org>
16287
16288         Include the group parameters as well as the topic ones in the
16289         inheritance filter process.
16290         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16291         argument GROUP-PARAMS-LIST.
16292         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16293
16294 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * nntp.el (nntp-never-echoes-commands)
16297         (nntp-open-connection-functions-never-echo-commands): New variables.
16298         (nntp-send-command): Use them.
16299
16300 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16301
16302         * mml2015.el (mml2015-epg-verify): Simplify.
16303
16304 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * mml.el (mml-content-disposition-alist): New user option.
16307         (mml-content-disposition): New function.
16308         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16309         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16310
16311 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16312
16313         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16314         verification.
16315
16316 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16317
16318         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16319         articles posted in the last 24 hours.
16320
16321 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16322
16323         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16324
16325 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16326
16327         * nntp.el (nntp-send-command): Don't wait for echoes when
16328         nntp-open-ssl-stream is used.
16329
16330 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16333         (gnus-message-add-citation-keywords)
16334         (gnus-message-remove-citation-keywords): Remove.
16335         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16336         directly, make the variables in font-lock-defaults buffer-local, add
16337         gnus-message-citation-keywords to them and then update the value of
16338         font-lock-keywords.
16339
16340 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * message.el (message-cite-original-1): Don't call
16343         gnus-article-highlight-citation.
16344
16345         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16346         citations; fix line count.
16347
16348 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16351         (gnus-message-add-citation-keywords)
16352         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16353         versions of font-lock-add-keywords and font-lock-remove-keywords to
16354         work with XEmacs correctly.
16355
16356 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-cite.el (gnus-cite-face-list): Set the values of
16359         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16360         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16361         (gnus-message-cite-prefix-regexp): New variable.
16362         (gnus-message-search-citation-line): Use it; protect against long
16363         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16364         the 0th match data for Emacs.
16365         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16366         (gnus-message-add-citation-keywords): Append keywords rather than
16367         prepending; emulate font-lock-add-keywords if it is not available.
16368         (gnus-message-remove-citation-keywords):
16369         Emulate font-lock-remove-keywords if it is not available.
16370
16371         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16372
16373         * message.el (message-cite-prefix-regexp): Set the value of
16374         gnus-message-cite-prefix-regexp.
16375
16376 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16377
16378         * nnweb.el (nnweb-google-parse-1): Update parser.
16379
16380 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16381
16382         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16383
16384 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16385
16386         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16387         regexp.
16388
16389 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16392         string-to-multibyte.
16393         (uudecode-decode-region-internal): Use it.
16394
16395         * lpath.el: Fbind string-as-multibyte for XEmacs.
16396
16397 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16400         Fix custom choice.
16401
16402         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16403
16404 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16405
16406         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16407
16408         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16409         `write-region' to respect `mm-inhibit-file-name-handlers'.
16410
16411 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16414         Use gnus-home-directory instead of "~/" or "$HOME".
16415
16416 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16419         to mention filename.
16420         Add comments at beginning regarding usage.
16421         (encrypt-write-file-contents): Change interactive so a string is
16422         acceptable.  If the file has no associated model, show an error instead
16423         of a nonsense prompt.
16424
16425 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16426
16427         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16428         Thanks to Yoshihiko Yamada for kind notification of this typo.
16429
16430 2007-01-12  Kenichi Handa  <handa@m17n.org>
16431
16432         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16433         multibyte buffer.
16434
16435 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * gnus-score.el (gnus-score-fast-scoring): New variable.
16438         (gnus-score-headers): Use it.
16439
16440         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16441
16442         * message.el (message-cite-original-1):
16443         Call gnus-article-highlight-citation if requested.
16444         (message-make-from): Allow name and address as optional arguments.
16445
16446         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16447
16448         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16449         bugs to doc string.
16450         (gnus-button-alist): Add mid\\|message-id.
16451         (gnus-button-fetch-group): Extend for use in
16452         `browse-url-browser-function'.
16453         (gnus-button-url-regexp): Try to catch paired parentheses like in
16454         Wikipedia URLs.
16455
16456         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16457         Suggested by Simon Krahnke <overlord@gmx.li>.
16458
16459 2007-01-13  Romain Francoise  <romain@orebokech.com>
16460
16461         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16462         Update copyright.
16463
16464 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16465
16466         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16467
16468 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16469
16470         * gnus-registry.el (gnus-registry-unfollowed-groups)
16471         (gnus-registry-split-fancy-with-parent): Fix documentation.
16472
16473 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16474
16475         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16476         from nnweb groups.
16477
16478 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16479
16480         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16481         Xref urls.  Erase buffer before requesting head.
16482
16483         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16484
16485 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16486
16487         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16488         customizable.
16489
16490 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16491
16492         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16493         no signing key is found.
16494         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16495         no encrypting and/or signing key is found.
16496
16497 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16498
16499         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16500
16501 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16502
16503         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16504         headers read from disk with the ones newly found in the current search.
16505         This should no longer cause problems, because the article numbers in
16506         Gmane's `nov.php' output are ignored since the previous change.
16507
16508 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16509
16510         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16511
16512 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16513
16514         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16515         replace-regexp-in-string; bind url-version; fbind display-images-p and
16516         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16517         find-face and set-itimer-function for Emacs; bind itimer-list for
16518         Emacs.
16519
16520         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16521
16522 2007-01-01  Romain Francoise  <romain@orebokech.com>
16523
16524         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16525
16526 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16527
16528         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16529         `define-minor-mode' macro definition expanded properly.
16530         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16531         exclude it there.
16532
16533         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16534         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16535         `fboundp' test.
16536         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16537         This is OK to autoload in (S)XEmacs now.
16538
16539 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16540
16541         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16542         keystroke.
16543         (gnus-summary-limit-to-singletons): Fix typo.
16544
16545         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16546         else fails.
16547
16548 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16549
16550         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16551         docstring.
16552
16553         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16554         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16555         (gnus-summary-insert-dormant-articles): Fix typo in message.
16556
16557 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16558
16559         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16560         nil for XEmacs.
16561         (gnus-message-citation-mode): Don't autoload in XEmacs.
16562
16563         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16564
16565 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16566
16567         * nnimap.el (nnimap-expunge-search-string):
16568         Mention nnimap-search-uids-not-since-is-evil in docstring.
16569
16570 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * spam.el: Revert to make-obsolete-variable because
16573         define-obsolete-variable-alias is not supported in Emacs 21.
16574
16575         * spam.el (spam-ifile-path, spam-ifile-database-path)
16576         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16577         make-obsolete-variable.
16578         (spam-bsfilter-path, spam-bsfilter-program)
16579         (spam-spamassassin-path, spam-spamassassin-program)
16580         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16581         Don't use "path" inappropriately.
16582         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16583         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16584         variable names.
16585
16586 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16587
16588         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16589         summary buffer.
16590
16591         * password.el (password-cache-remove): Use clear-string to burn
16592         password, if available.
16593
16594 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16597
16598         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16599
16600         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16601         (gnus-message-highlight-citation): Move defcustom here from
16602         gnus-cite.el.
16603         (gnus-message-citation-mode): Autoload.
16604
16605         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16606         checks to make it compile with XEmacs.
16607         (gnus-message-citation-mode): New minor mode.
16608         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16609         (gnus-message-highlight-citation): New variables.
16610         (gnus-message-search-citation-line)
16611         (gnus-message-add-citation-keywords)
16612         (gnus-message-remove-citation-keywords)
16613         (turn-on-gnus-message-citation-mode)
16614         (turn-off-gnus-message-citation-mode): New functions.
16615
16616 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16617
16618         * gnus-cite.el: Enable highlighting of different citation levels in
16619         message-mode.
16620
16621 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16622
16623         * message.el (message-make-fqdn): Fix comment.
16624         (message-bogus-system-names): Add ".local".
16625
16626         * spam.el (spam-ifile-path, spam-ifile-program)
16627         (spam-ifile-database-path, spam-ifile-database)
16628         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16629         Don't use "path" inappropriately.
16630         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16631         strings.
16632         (spam-check-ifile, spam-ifile-register-with-ifile)
16633         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16634         Use new variable names.
16635
16636         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16637         (gnus-treat-display-smileys): Simplify using
16638         gnus-image-type-available-p.
16639
16640         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16641         available.
16642
16643         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16644         Use `display-images-p' if available.
16645
16646 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16649         one after turning on the buffer's multibyteness instead of decoding
16650         them directly in the unibyte buffer that causes unexpected conversion
16651         in Emacs 23 (unicode).
16652
16653 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16654
16655         * message.el (message-generate-hashcash): Fix custom type.
16656
16657 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16660
16661 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16662
16663         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16664         disconnect icons.  Add help text.
16665
16666 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16667
16668         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16669         negated to be consistent with the others we handle.
16670
16671 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16672
16673         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16674         version of gnus-summary-buffer to something, so that we can use two
16675         article buffers at the same time.
16676
16677 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16678
16679         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16680         trigger all the extra headers.
16681         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16682         sorting.
16683
16684 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16685
16686         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16687         solid groups.
16688
16689 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16690
16691         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16692
16693 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * legacy-gnus-agent.el: Add Copyright notice.
16696
16697 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16698
16699         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16700
16701 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16702
16703         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16704
16705         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16706         to make it work reliably in CVS Emacs.
16707         (gnus-summary-limit-strange-charsets-predicate)
16708         (gnus-summary-limit-to-predicate): New functions.
16709
16710 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16711
16712         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16713         specifying array size.
16714         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16715         array if it is too small.
16716         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16717         (gnus-sort-threads-loop): New function.
16718
16719 2006-12-06  Chris Moore  <dooglus@gmail.com>
16720
16721         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16722         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16723
16724 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16725
16726         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16727         options.
16728
16729 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16730
16731         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16732         DOS-ing the recipient.
16733
16734         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16735         the headers when creating the mapping to avoid mismappings.
16736         (nnweb-gmane-create-mapping): Always nix out old mapping.
16737
16738 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16741         and mm-verify-option to never.
16742
16743 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * message.el (message-signed-or-encrypted-p): New function.
16746         (message-forward-make-body): Use it.
16747
16748         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16749         Replace encode-coding-string with mm-encode-coding-string.
16750
16751 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * nneething.el (nneething-decode-file-name):
16754         Replace decode-coding-string with mm-decode-coding-string.
16755
16756         * gnus-int.el (gnus-open-server): Say failed server's name.
16757
16758 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16759
16760         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16761         strings to a single string.  Quote `errors-file-name'.
16762         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16763         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16764         Adjust calls.  Use `shell-quote-argument'.
16765
16766 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16767
16768         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16769         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16770
16771         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16772         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16773         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16774         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16775         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16776         (gnus-subscribe-newsgroup, gnus-1):
16777         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16778         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16779         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16780         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16781
16782 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16783
16784         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16785         keystroke.
16786         (gnus-summary-limit-to-bodies): Implement headersp.
16787
16788 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16789
16790         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16791
16792 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16795
16796 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16797
16798         * message.el (message-generate-hashcash): Expand range of values to
16799         include `opportunistic'.
16800         (message-send-mail): Use it.
16801
16802 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16803
16804         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16805         and comment it.
16806
16807         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16808
16809 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * gnus-util.el (gnus-extract-address-components): Improve comment.
16812
16813 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * gnus-util.el (gnus-extract-address-components): Work with address in
16816         which the name portion contains @.
16817
16818         * lpath.el: Fbind custom-autoload.
16819
16820 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * gnus.el (gnus-start): Move custom group up.
16823         (gnus-select-method): Don't autoload, but make it available for
16824         `customize-variable'.
16825         (gnus-getenv-nntpserver): Don't autoload.
16826
16827 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16828
16829         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16830
16831 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16832
16833         * message.el (message-sendmail-extra-arguments): New variable.
16834         (message-send-mail-with-sendmail): Use it.
16835
16836 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16839         mm-with-unibyte-current-buffer to make string unibyte.
16840
16841         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16842         mm-string-as-multibyte.
16843
16844 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16845
16846         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16847         Reported by Werner Koch <wk@gnupg.org>.
16848
16849 2006-11-14  Daiki Ueno  <ueno@p360>
16850
16851         * mml2015.el: Autoload epa-select-keys when compiling.
16852
16853 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16854
16855         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16856         message-options.
16857         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16858
16859 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16860
16861         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16862         EasyPG (< 0.0.6).
16863         (mml2015-always-trust): New user option.
16864         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16865         prompt.
16866
16867 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * nntp.el (nntp-authinfo-force): New variable.
16870         (nntp-send-authinfo): Use it.
16871
16872 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16873
16874         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16875         decode encoded words.  Improve prompt.  Add comment about forwarding.
16876         (message-replacement-char): Move up.
16877
16878 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16879
16880         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16881         instead of gnus-intersection because arguments of gnus-sorted-nunion
16882         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16883
16884 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16885
16886         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16887         (message-simplify-subject-functions):
16888         Enable message-strip-subject-encoded-words by default.
16889
16890 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * message.el (message-strip-subject-encoded-words): New function.
16893         (message-simplify-subject-functions): New variable.
16894         (message-simplify-subject): Use it.  Fix typo in doc string.
16895         Support message-strip-subject-encoded-words.
16896
16897 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16898
16899         * gnus-diary.el (gnus-diary-delay-format-function):
16900         * nndiary.el (nndiary-reminders):
16901         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16902
16903 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * gnus-art.el (article-hide-boring-headers): Fetch date from
16906         gnus-original-article-buffer to avoid problems with localized date
16907         strings.
16908
16909 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16912
16913 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16914
16915         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16916         New variables.
16917         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16918         (mm-charset-synonym-alist): Move some entries to
16919         mm-codepage-iso-8859-list.
16920         (mm-charset-synonym-alist, mm-charset-override-alist):
16921         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16922
16923 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16926
16927 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16930         with Emacs 21 and XEmacs.
16931
16932 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16933
16934         * spam.el (spam-parse-address): New function for better parsing,
16935         catching errors, etc.
16936         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16937
16938 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * mm-view.el: Add interactive arg to html2text autoload.
16941
16942 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16945
16946 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16947
16948         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16949         New variables.
16950         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16951         (mm-charset-synonym-alist): Move some entries to
16952         mm-codepage-iso-8859-list.
16953
16954         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16955
16956 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * message.el (message-citation-line-format)
16959         (message-insert-formated-citation-line): Fix implementation of %E, %N
16960         and %n according to the doc string.
16961
16962 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16963
16964         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16965         Use car-safe to avoid bad parses.
16966
16967 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16970         names.
16971
16972         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16973
16974 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16975
16976         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16977         header.
16978
16979         * message.el (message-draft-headers): Add Date.
16980         (message-headers-to-generate): Fix typo in docstring.
16981
16982         * nndraft.el (nndraft-required-headers): New variable.
16983         (nndraft-generate-headers): Use it.
16984
16985         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16986
16987 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16988
16989         * gnus-registry.el (gnus-registry-wash-for-keywords)
16990         (gnus-registry-find-keywords): New functions to allow easy searching of
16991         articles that are in the registry.
16992
16993 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16994
16995         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16996         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16997         Reported by Damien Elmes <damien@repose.cx>.
16998
16999 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17000
17001         * gnus.el (gnus-mime): Remove unused custom group.
17002
17003 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17004
17005         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17006         "blank line" when searching for end of armor headers.
17007
17008 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gmm-utils.el (gmm-write-region): Fix variable name.
17011
17012 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17013
17014         * gmm-utils.el (gmm-write-region): New function based on compatibility
17015         code from `mm-make-temp-file'.
17016
17017         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17018
17019         * nnmaildir.el (nnmaildir--update-nov)
17020         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17021         Use `gmm-write-region'.
17022
17023 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17024
17025         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17026         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17027
17028         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17029
17030         * message.el (message-replacement-char): New variable.
17031         (message-fix-before-sending): Use it.
17032         (message-simplify-subject): New function to remove duplicate code.
17033         (message-reply, message-followup): Use it.
17034
17035         * gnus-sum.el (gnus-summary-make-menu-bar):
17036         Clarify gnus-summary-limit-to-articles.
17037
17038 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * gnus-util.el (gnus-with-local-quit): New macro.
17041
17042         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17043
17044 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17047         ignore non-string data.
17048
17049 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17050
17051         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17052         non-string data (needs to be done in the registry too).
17053
17054 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17057         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17058         (gnus-registry-split-fancy-with-parent)
17059         (gnus-registry-fetch-simplified-message-subject-fast)
17060         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17061         Remove text properties on ingress into the registry and when it's saved.
17062         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17063         registry from entries with no groups.
17064
17065 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17066
17067         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17068         function to remove string properties.
17069
17070 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17071
17072         * gmm-utils.el (gmm): Adjust custom version.
17073
17074         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17075         Adjust custom version.
17076
17077         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17078
17079 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17080
17081         * gnus-art.el (gnus-insert-prev-page-button)
17082         (gnus-insert-next-page-button): Simplify.  Reformat.
17083
17084 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17085
17086         * gnus-art.el (gnus-insert-prev-page-button)
17087         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17088
17089 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17090
17091         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17092
17093 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17094
17095         * gnus-art.el (gnus-insert-mime-button)
17096         (gnus-insert-mime-security-button):
17097         Apply gnus-article-button-face to MIME and security buttons.
17098
17099 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17100
17101         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17102         readable.
17103
17104 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17107
17108 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17109
17110         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17111         `browse-url-of-file' instead of `browse-url'.
17112
17113 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17114
17115         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17116         regexp.  Articles containing quotation were cut prematurely.
17117
17118 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * message.el (message-cite-original-1): Use nobody by default for the
17121         value of From header.
17122         (message-reply): Ditto.
17123
17124 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17125
17126         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17127         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17128         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17129
17130 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17131
17132         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17133         mails in the doc string.  Add some URLs in comment.
17134         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17135
17136 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17139         backslashes handling and the way to find boundaries of quoted strings.
17140
17141 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17142
17143         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17144         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17145         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17146         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17147
17148 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17149
17150         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17151         doc string.
17152         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17153
17154 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * lpath.el: Fbind epg-check-configuration.
17157
17158 2006-09-06  Simon Josefsson  <jas@extundo.com>
17159
17160         * mml2015.el (mml2015-use): Doc fix, mention epg.
17161
17162 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17163
17164         * mml2015.el (mml2015-use): Default to epg, if available.
17165
17166 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17167
17168         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17169         message-sender.
17170         (mml1991-epg-encrypt): Ditto.
17171         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17172         message-sender.
17173         (mml2015-epg-encrypt): Ditto.
17174
17175 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17176
17177         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17178         several common directories.
17179
17180 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17181
17182         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17183         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17184
17185 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-art.el (article-decode-encoded-words): Make it fast.
17188
17189 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17192
17193         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17194         in quoted string into `\'.
17195
17196 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17197
17198         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17199         Use standard-syntax-table.
17200
17201 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-art.el (gnus-decode-address-function): New variable.
17204         (article-decode-encoded-words): Use it to decode headers which are
17205         assumed to contain addresses.
17206         (gnus-mime-delete-part): Remove useless `or'.
17207
17208         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17209         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17210         (gnus-nov-parse-line): Use it to decode From header.
17211         (gnus-get-newsgroup-headers): Ditto.
17212         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17213
17214         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17215         (mail-decode-encoded-address-string): New alias.
17216
17217         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17218         New function.
17219         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17220         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17221         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17222         (rfc2047-decode-string): Ditto.
17223         (rfc2047-decode-address-region): New function.
17224         (rfc2047-decode-address-string): New function.
17225
17226 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17227
17228         * message.el (message-caesar-buffer-body): Allow rotating headers.
17229
17230         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17231
17232         * message.el (message-insert-formated-citation-line): Fix %f.
17233         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17234
17235 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17238         (gnus-bookmark-mouse-available-p): New macro.
17239         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17240         (gnus-bookmark-bmenu-show-infos): Use it.
17241         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17242         (gnus-bookmark-bmenu-hide-infos): Ditto.
17243         (gnus-bookmark-remove-properties): New function.
17244         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17245         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17246         (gnus-bookmark-write-file): Bind coding-system-for-write.
17247         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17248         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17249         group before selecting it.
17250         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17251         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17252         quit-window if it is not available; use gnus-mouse-2 and bind it to
17253         gnus-bookmark-bmenu-select-by-mouse.
17254         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17255         (gnus-bookmark-bmenu-select-by-mouse): New function.
17256
17257 2006-08-13  Romain Francoise  <romain@orebokech.com>
17258
17259         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17260         space.
17261
17262 2006-08-10  Romain Francoise  <romain@orebokech.com>
17263
17264         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17265         (dns-mode-soa-auto-increment-serial): New user option.
17266         (dns-mode-soa-maybe-increment-serial): New function.
17267         (dns-mode): Add the latter to `write-contents-functions'.
17268
17269 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * compface.el (uncompface): Use binary rather than raw-text-unix.
17272
17273 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * compface.el (uncompface): Make sure the eol conversion doesn't take
17276         place when communicating with the external programs.
17277         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17278
17279 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17282
17283 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17284
17285         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17286         Make it more robust by parsing author and date independently.
17287
17288 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17291
17292 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17293
17294         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17295         first matching secret key.
17296         (mml2015-epg-encrypt): Ditto.
17297
17298         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17299         first matching secret key.
17300         (mml1991-epg-encrypt): Ditto.
17301
17302         * mml2015.el (mml2015-encrypt-to-self): New user option.
17303         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17304         mml2015-epg-encrypt-to-self is set.
17305
17306         * mml1991.el (mml1991-encrypt-to-self): New variable.
17307         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17308         mml1991-epg-encrypt-to-self is set.
17309
17310         * mml2015.el (mml2015-signers): New user option.
17311         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17312         (mml2015-epg-encrypt): Allow to select signing keys.
17313
17314         * mml1991.el (mml1991-signers): New variable.
17315         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17316         (mml1991-epg-encrypt): Allow to select signing keys.
17317
17318 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * nnheader.el (nnheader-insert-head): Make it work even if the file
17321         uses CRLF for the line-break code.
17322
17323 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17324
17325         * mml2015.el: Require mml-sec instead of password.
17326         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17327         (mml2015-cache-passphrase): Inherit the default value from
17328         mml-secure-cache-passphrase.
17329         (mml2015-passphrase-cache-expiry): Inherit the default value from
17330         mml-secure-passphrase-cache-expiry.
17331
17332         * mml1991.el: Require mml-sec instead of password.
17333         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17334         (mml1991-cache-passphrase): Inherit the default value from
17335         mml-secure-cache-passphrase.
17336         (mml1991-passphrase-cache-expiry): Inherit the default value from
17337         mml-secure-passphrase-cache-expiry.
17338
17339         * mml-sec.el: Require password.
17340         (mml-secure-verbose): New user option.
17341         (mml-secure-cache-passphrase): New user option.
17342         (mml-secure-passphrase-cache-expiry): New user option.
17343
17344 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17345             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17346
17347         * pgg-def.el (pgg-truncate-key-identifier):
17348         Truncate the key ID to 8 letters from the end.
17349
17350 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17351
17352         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17353         workaround for the url package included with Emacs.
17354
17355         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17356
17357 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17360         correctly.  This fixes a bug caused by the 2006-05-12 change.
17361
17362 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17363
17364         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17365         some information about the error when saying that the `bogus' mail
17366         group will be used.
17367
17368 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17369
17370         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17371         string.
17372
17373 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17374
17375         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17376
17377 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17378
17379         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17380
17381 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17382
17383         * mml1991.el (mml1991-function-alist): Add epg.
17384         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17385         (mml1991-epg-encrypt): New functions.
17386
17387 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17388
17389         * mml2015.el (mml2015-verbose): New variable.
17390         (mml2015-cache-passphrase): Ditto.
17391         (mml2015-passphrase-cache-expiry): Ditto.
17392         (mml2015-function-alist): Add epg.
17393         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17394         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17395         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17396         New functions.
17397
17398 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17399
17400         * message.el (message-cite-original-1): Preserve region when removing
17401         quoted text due to X-No-Archive in order to avoid bogus attribution
17402         when citing multiple messages.
17403
17404 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17405
17406         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17407         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17408
17409 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * gnus-diary.el (gnus-user-format-function-d)
17412         (gnus-user-format-function-D): Autoload.
17413
17414         * imap.el (Commentary): Fix typo.
17415
17416         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17417         2006-04-22 contribution.
17418
17419 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17420
17421         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17422         It didn't really fix the bogosity I'm seeing with solid web groups.
17423
17424 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17425
17426         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17427         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17428         created using server names.  If we use the feature without declaring
17429         it, Gnus does not properly manage server and group state.
17430
17431         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17432         bound.
17433
17434 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17435
17436         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17437         looking up the method using GROUP's prefix before inventing a new one.
17438         It is used on killed/unknown groups in various places where returning
17439         an all-new method isn't expected by the caller.
17440
17441         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17442         and match semantics of gnus-group-real-prefix.
17443
17444 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17445
17446         * nnmail.el (nnmail-broken-references-mailers): New variable.
17447         (nnmail-ignore-broken-references): New function generalizing
17448         nnmail-fix-eudora-headers.
17449         (nnmail-fix-eudora-headers): Now obsolete.
17450
17451         * gnus-art.el (gnus-button-handle-custom):
17452         Support `customize-apropos*'.
17453
17454 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17455
17456         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17457
17458         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17459         articles.
17460
17461 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17462
17463         * message.el (message-cite-reply-above): New variable.
17464         (message-yank-original): Use it.
17465
17466 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17469
17470 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17473         as read.
17474
17475         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17476
17477 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17478
17479         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17480         (gnus-bookmark-default-file): Use gnus-directory.
17481         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17482         Remove "*" in doc string.
17483         (gnus-bookmark-write-file): Simplify.
17484         (gnus-bookmark-maybe-sort-alist): Use `when'.
17485         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17486         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17487         Add FIXME about Emacs 21 and XEmacs compatibility.
17488         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17489         compatibility.
17490         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17491         compatibility.
17492         (gnus-bookmark-menu-heading): Fix version.
17493
17494 2006-06-19  Bastien Guerry  <bzg@altern.org>
17495
17496         * gnus-bookmark.el: New file.
17497
17498 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * message.el (message-syntax-checks): Doc fix.
17501
17502 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17503
17504         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17505         unsubscribed groups as if they were killed ones.  It causes duplicate
17506         entries in gnus-newsrc-alist.
17507
17508 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * message.el (message-syntax-checks): Doc fix.
17511         (message-send-mail): Add check for continuation headers.
17512         (message-check-news-header-syntax): Fix regexp used to check for
17513         continuation headers.
17514
17515 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17518
17519 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17520
17521         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17522
17523 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17526         default-truncate-lines.
17527
17528 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17531         to fill the utf-8 entry.
17532
17533         * lpath.el: Fbind unicode-precedence-list.
17534
17535 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17536
17537         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17538
17539 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17540
17541         * gnus-agent.el (directory-files-and-attributes): Move all the way
17542         forward (the third and final move).
17543         (gnus-agent-read-agentview): Trap reconstruction errors due to
17544         nonexistent directory.  Handle by returning nil.
17545
17546 2006-05-30  Didier Verna  <didier@xemacs.org>
17547
17548         * message.el (message-dont-reply-to-names): Update the custom type.
17549         * message.el (message-dont-reply-to-names): New defsubst: potentially
17550         convert a list of regexps into a single one.
17551         * message.el (message-get-reply-headers): Use it.
17552         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17553
17554 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus-agent.el (directory-files-and-attributes): Move forward.
17557
17558 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17559
17560         * gnus-ml.el (gnus-mailing-list-subscribe)
17561         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17562         (gnus-mailing-list-message): Fix doc strings.
17563
17564 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17565
17566         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17567         of doing it manually.
17568
17569 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17570
17571         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17572         comment.
17573
17574 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17575
17576         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17577         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17578         (gnus-agent-read-local): All symbols allocated in my-obarray.
17579         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17580         (gnus-agent-regenerate-group): Check numeric names to see if they are
17581         messages or groups.
17582         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17583         better way of do this...)
17584
17585         * gnus-cache.el (gnus-agent-total-fetched-for):
17586         Ignore 'dummy.group' (there should be a better way of do this...)
17587
17588 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17591         (gnus-saved-headers): Ditto.
17592         (gnus-default-article-saver): Mention functions may have properties.
17593         (gnus-article-save): Override gnus-save-all-headers and
17594         gnus-saved-headers by :headers property which saver function may have.
17595         (gnus-summary-save-in-file): Add :headers property.
17596         (gnus-summary-write-to-file): Ditto.
17597
17598         * gnus-sum.el (gnus-summary-save-article): Bind
17599         gnus-prompt-before-saving to t when saving many articles in a file;
17600         always show all headers.
17601
17602         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17603
17604 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17605
17606         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17607         marks.
17608
17609         * message.el (message-indent-citation): Add optional arguments to allow
17610         using it outside of message buffers.
17611
17612         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17613         (gnus-article-treat-unfold-headers): Use it.
17614         (gnus-article-truncate-lines): New variable.
17615         (gnus-article-mode): Use it.
17616         (gnus-article-toggle-truncate-lines): New function.
17617
17618         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17619         Add gnus-article-toggle-truncate-lines.
17620
17621         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17622         coding system in XEmacs, use binary.
17623
17624 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17625
17626         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17627         after-load-alist.
17628
17629         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17630         this function should save decoded articles.
17631         (gnus-summary-write-to-file): Use property to specify this function
17632         should save decoded articles and specify gnus-summary-save-in-file
17633         should be used to save articles other than the first one when saving
17634         many articles.
17635         (gnus-summary-save-body-in-file): Use property to specify this
17636         function should save decoded articles.
17637         (gnus-summary-write-body-to-file): Use property to specify this
17638         function should save decoded articles and specify
17639         gnus-summary-save-body-in-file should be used to save articles other
17640         than the first one when saving many articles.
17641
17642         * gnus-sum.el (gnus-summary-save-article): Simplify.
17643
17644 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * gnus-art.el (gnus-default-article-saver):
17647         Add gnus-summary-write-body-to-file.
17648         (gnus-article-save-coding-system): Don't use coding system object
17649         in XEmacs.
17650         (gnus-read-save-file-name): Add optional `dir-var' argument which
17651         specifies directory in which files are saved; work even if optional
17652         `variable' argument is not specified.
17653         (gnus-summary-write-to-file): Read file name.
17654         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17655         (gnus-summary-write-body-to-file): New function.
17656
17657         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17658         (gnus-summary-local-variables): Add it.
17659         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17660         (gnus-summary-save-article): Remove optional `decode' argument;
17661         determine whether to decode articles by the value of
17662         gnus-default-article-saver; when saving many files using
17663         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17664         it first and use gnus-summary-save-in-file or
17665         gnus-summary-save-body-in-file thereafter unless
17666         gnus-prompt-before-saving is always; move point to article which
17667         will be saved.
17668         (gnus-summary-save-article-file): Revert.
17669         (gnus-summary-write-article-file): Revert.
17670         (gnus-summary-save-article-body-file): Revert.
17671         (gnus-summary-write-article-body-file): New function.
17672
17673 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * gnus-art.el (gnus-default-article-saver): Doc fix.
17676         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17677         from gnus-summary-save-article-coding-system, and default to a
17678         certain coding system.
17679         (gnus-output-to-file): Add coding cookie and encode text according
17680         to gnus-article-save-coding-system; don't use mm-append-to-file.
17681
17682         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17683         gnus-art.el and rename to gnus-article-save-coding-system.
17684         (gnus-summary-save-article): Require gnus-art; don't show all
17685         headers if it decodes articles; don't add coding cookie here;
17686         don't bind mm-text-coding-system-for-write.
17687         (gnus-summary-save-article-file): Save decoded articles.
17688         (gnus-summary-write-article-file): When saving many files, use
17689         gnus-summary-write-to-file first and gnus-summary-save-in-file
17690         thereafter unless gnus-prompt-before-saving is always.
17691         (gnus-summary-save-article-body-file): Save decoded articles.
17692
17693         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17694
17695 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17696
17697         * nnrss.el (nnrss-check-group): Bind hash-index.
17698
17699 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17700
17701         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17702         its hash index.  Store this hash in `nnrss-group-data'.
17703         (nnrss-read-group-data): Update accordingly.
17704
17705 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17708         entry.
17709
17710         * gnus-sum.el (gnus-summary-make-menu-bar):
17711         Add gnus-article-browse-html-article.
17712
17713 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17714
17715         * gnus-sum.el (gnus-summary-mime-map):
17716         Add gnus-article-browse-html-article.
17717
17718         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17719
17720 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17721
17722         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17723         suitable coding systems in customize.
17724
17725 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17726
17727         * mail-source.el (mail-sources): Fix custom type.
17728
17729 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17730
17731         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17732         (gnus-summary-expire-articles-now): Shorten prompt.
17733
17734         * gmm-utils.el (wid-edit): Require.
17735         (defun-gmm): Rename from `gmm-defun-compat'.
17736         (gmm-image-search-load-path): Use it.
17737         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17738
17739 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * gnus-sum.el (gnus-summary-save-article-coding-system):
17742         New variable.
17743         (gnus-summary-save-article): Add optional `decode' argument.
17744         If it is set and gnus-summary-save-article-coding-system is non-nil,
17745         save decoded article.
17746         (gnus-summary-write-article-file): Save decoded article if
17747         gnus-summary-save-article-coding-system is non-nil.
17748
17749         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17750         type.
17751
17752 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17755
17756 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17757
17758         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17759         first to test gnus-single-article-buffer which may be buffer-local.
17760
17761         * gnus-sum.el (gnus-summary-setup-buffer):
17762         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17763         group; make gnus-article-buffer, gnus-article-current, and
17764         gnus-original-article-buffer always buffer-local.
17765         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17766         group.
17767         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17768
17769 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17770
17771         * nnml.el (nnml-request-compact-group): Compressed files might not
17772         have .gz extension.
17773
17774 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17775
17776         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17777         (mm-copy-to-buffer): Use with-current-buffer.
17778         (mm-display-part): Simplify.
17779         (mm-inlinable-p): Add optional arg `type'.
17780
17781 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17782
17783         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17784         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17785         Try harder to show the attachment internally or externally using
17786         gnus-mime-view-part-as-type.
17787
17788 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17789
17790         * message.el (message-from-style, message-signature-separator)
17791         (message-user-organization-file, message-send-mail-function)
17792         (message-citation-line-function, message-yank-prefix)
17793         (message-indent-citation-function, message-signature)
17794         (message-signature-file, message-signature-insert-empty-line):
17795         Remove autoloads.
17796
17797         * gnus-art.el (gnus-buttonized-mime-types):
17798         Remove "multipart/signed".  Revert 2006-04-26 change.
17799
17800 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17801
17802         * gnus.el (gnus-version-number): Bump version.
17803
17804 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17805
17806         * gnus.el: No Gnus v0.5 is released.
17807
17808 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17809
17810         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17811         fetching articles by message-id.
17812
17813 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17814
17815         * message.el (hashcash): Require hashcash as normal.
17816
17817         * ecomplete.el (ecomplete-highlight-match-line):
17818         Use point-at-eol.
17819         (ecomplete-highlight-match-line): Use `highlight', because that
17820         face exists in both Emacs and XEmacs.
17821
17822         * message.el (message-display-abbrev): Use point-at-bol.
17823
17824         * mail-source.el: Don't require timer/timer-funcs.
17825
17826         * gnus-async.el: Ditto.
17827
17828         * password.el: Ditto.
17829
17830         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17831
17832         * mm-url.el: Ditto.
17833
17834         * gnus-xmas.el: Don't require timer-funcs.
17835
17836         * mm-util.el: Require timer/timer-funcs.
17837
17838 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17839
17840         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17841         Close.
17842
17843 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17846         unibyte after clear-decrypt function runs.
17847
17848         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17849         returns as a unibyte string.
17850
17851 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * lpath.el: Revert.
17854
17855         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17856         (pgg-gpg-process-sentinel): Revert.
17857
17858         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17859         (pgg-pgp-lookup-key): Revert.
17860
17861         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17862         (pgg-pgp5-lookup-key): Revert.
17863
17864         * pgg.el (pgg-fetch-key): Revert.
17865
17866 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * lpath.el: Fbind string-as-multibyte for XEmacs.
17869
17870         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17871         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17872         (mml1991-pgg-encrypt): Ditto.
17873
17874         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17875         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17876         a multibyte buffer.
17877
17878         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17879         (pgg-pgp-lookup-key): Ditto.
17880
17881         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17882         (pgg-pgp5-lookup-key): Ditto.
17883
17884         * pgg.el (pgg-fetch-key): Ditto.
17885
17886 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17887
17888         * message.el (message-user-organization-file): Check several
17889         locations of the organization file.
17890
17891         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17892         Add gnus-article-view-part-as-type.
17893
17894         * gnus-art.el (gnus-article-view-part-as-type): New function.
17895
17896         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17897         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17898
17899         * mml.el: Simplify autoload.
17900         (mml-mode): defvar dnd-protocol-alist instead of using
17901         symbol-value.
17902         (mml-default-directory): New variable.
17903         (mml-minibuffer-read-file): Use it.
17904         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17905
17906         * message.el (message-citation-line-format): New variable.
17907         (message-insert-formated-citation-line): New function.
17908         (message-citation-line-function):
17909         Add `message-insert-formated-citation-line' to custom type.
17910
17911         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17912         to doc string.
17913
17914         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17915         depending on mm-verify-option.
17916
17917 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17920         binding pgg-* variables; reimplement the section which prevents
17921         MIME header from being signed.
17922         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17923         pgg-text-mode; remove a blank line at the top of body.
17924
17925         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17926         lines at the top of body; use gnus-newsgroup-charset if there's no
17927         Charset header.
17928
17929 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * message.el (message-self-insert-commands): Doc fix.
17932
17933         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17934         (mm-uu-pgp-encrypted-test): Ditto.
17935         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17936         between header and body; return application/pgp-encrypted handle
17937         if decryption failed; decode decrypted body by charset.
17938
17939         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17940         element match to application/pgp-*.
17941
17942 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17943
17944         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17945         HTML.
17946
17947 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17948
17949         * mail-source.el (mail-source-call-script): Message the error
17950         string.
17951
17952 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17953
17954         * gnus-util.el (gnus-byte-compile): Use it.
17955
17956 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17957
17958         * gnus-util.el (kill-empty-logs): New function.
17959
17960 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17961
17962         * message.el (message-mail-alias-type): Doc fix.
17963         (message-mail-alias-type-p): New function.
17964         (message-send): Use it.
17965         (message-mode): Ditto.
17966         (message-strip-forbidden-properties): Ditto.
17967
17968         * ecomplete.el (ecomplete-database-file-coding-system):
17969         New variable.
17970         (ecomplete-save): Use it.
17971         (ecomplete-setup): Use it.
17972
17973 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * message.el (message-self-insert-commands): New variable.
17976         (message-strip-forbidden-properties): Use it.
17977
17978 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17979
17980         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17981         that doesn't make XEmacs choke.
17982
17983 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17984
17985         * gnus-util.el (gnus-replace-in-string):
17986         Prefer replace-regexp-in-string over of replace-in-string.
17987
17988 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * gnus-util.el (gnus-select-frame-set-input-focus):
17991         Use select-frame-set-input-focus if it is available in XEmacs; use
17992         definition defined in Emacs 22 for old Emacsen.
17993
17994         * dgnushack.el: Autoload unmorse-region for XEmacs.
17995
17996         * lpath.el: Bind cursor-in-non-selected-windows and
17997         select-frame-set-input-focus for XEmacs.
17998
17999 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18002
18003 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18004
18005         * gnus-registry.el (gnus-registry-cache-save): Remove text
18006         properties when saving via the temp buffer.
18007
18008 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18009
18010         * message.el (message-generate-hashcash): Honor custom type.
18011
18012 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18013
18014         * message.el (message-generate-hashcash): Default to non-nil when
18015         hashcash is found.
18016
18017         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18018         (gnus-refer-thread-limit): Increase default to 500.
18019
18020         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18021
18022         * flow-fill.el (fill-flowed): Allow delete-space.
18023
18024 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18025
18026         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18027         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18028         Remove autoloads.
18029
18030 2006-04-18  Simon Josefsson  <jas@extundo.com>
18031
18032         * message.el (message-generate-hashcash): Default to.
18033
18034 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18037         concatenating segments rather than before concatenating them.
18038
18039 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18040
18041         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18042
18043 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18044
18045         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18046
18047         * message.el (message-forward-make-body-plain):
18048         Allow message-forward-ignored-headers to be a list.
18049         (message-remove-ignored-headers): Factor out into function.
18050         (message-forward-make-body-mml): Use it.
18051
18052         * imap.el (imap-quote-specials): New function.
18053         (imap-login-auth): Quote specials.
18054
18055         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18056         (rfc2231-parse-string): Allow concatanation of parameters that
18057         aren't contiguous.  The test case is
18058           (mail-header-parse-content-type "message/external-body;
18059             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18060             access-type=LOCAL-FILE;
18061             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18062
18063 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18064
18065         * nntp.el (nntp-accept-process-output): Return the value of
18066         `nnheader-accept-process-output'.
18067
18068 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18069
18070         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18071         (gnus-button-alist): Recognize more diff formats.
18072         (gnus-button-patch): Strip directory.
18073
18074 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18075
18076         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18077         Emacs 22 when setting focus.
18078
18079 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18080
18081         * gnus-art.el (gnus-article-treat-types): Do treatment of
18082         text/x-verbatim parts.
18083         (gnus-button-patch): New command.
18084
18085         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18086         addresses that contain invalid characters.
18087
18088 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18089
18090         * message.el (message-put-addresses-in-ecomplete):
18091         Use gnus-replace-in-string.
18092         (message-is-yours-p): Use the more correct
18093         mail-header-parse-address instead of
18094         mail-extract-address-components.
18095         (message-put-addresses-in-ecomplete): Fix typo.
18096
18097         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18098         keystroke.
18099
18100         * gnus-art.el (gnus-treatment-function-alist): Change order of
18101         newsgroups/generic header folding to avoid double-folding.
18102
18103         * message.el (message-hidden-headers): Add X-Draft-From.
18104
18105         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18106         New command.
18107         (gnus-summary-repeat-search-article-backward): New command.
18108
18109         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18110         groups in the parent topic.
18111
18112 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18113
18114         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18115         (spam-extra-header-to-number): Return the CRM114 number as a
18116         number instead of a string.
18117
18118 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18119
18120         * gnus-art.el (gnus-face-properties-alist): Move here from
18121         gnus-fun.
18122
18123         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18124
18125 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18126
18127         * message.el (message-strip-forbidden-properties): Only display on
18128         self-insert-command.
18129
18130         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18131         reindent.
18132         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18133
18134 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18135
18136         * smiley.el (smiley-style): Fix typo.
18137
18138 2006-03-23  Kenichi Handa  <handa@m17n.org>
18139
18140         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18141         instead of set-buffer-multibyte.
18142
18143 2006-03-23  Kenichi Handa  <handa@m17n.org>
18144
18145         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18146         buffer and then decode the buffer text if necessary.
18147         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18148         first, and after mm-encode-body, change the buffer to unibyte.
18149
18150 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18151
18152         * hashcash.el (hashcash-insert-payment-async-2):
18153         Use message-goto-eoh instead of doing it manually.
18154         (mail-add-payment): Use message-narrow-to-header instead of trying
18155         to do the same itself.
18156
18157         * message.el (message-hidden-headers): Add Face.
18158
18159         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18160         reparenting code.
18161         (gnus-summary-reparent-children): Refactored out code.
18162         (gnus-summary-thread-map): New keystroke.
18163         (gnus-summary-reparent-children): Make into command.
18164
18165         * smiley.el (smiley-style): Default to `medium' if using a large
18166         font.
18167
18168         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18169         does it itself.
18170
18171         * message.el (message-point-in-header-p): Simplify definition.
18172
18173 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18174
18175         * nnagent.el (nnagent-request-set-mark): Silence log file
18176         writing.
18177         (nnagent-request-set-mark): Use write-region instead of
18178         append-to-file.
18179
18180         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18181         strange select method.
18182
18183         * ecomplete.el (ecomplete-display-matches): Get highlightling
18184         right.
18185         (ecomplete-display-matches): Use literals.
18186         (ecomplete-display-matches): Disable message logging.
18187
18188         * message.el (message-display-abbrev): Small optimization.
18189
18190         * ecomplete.el (ecomplete-display-matches): Allow automatic
18191         display.
18192
18193         * message.el (message-strip-forbidden-properties):
18194         Display abbrevs.
18195         (message-display-abbrev): Get automatic display right.
18196
18197         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18198         keystrokes.
18199
18200 2006-04-13  Romain Francoise  <romain@orebokech.com>
18201
18202         TODO: Backport to v5-10!
18203
18204         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18205         Move here (and rename) from gnus-registry.el.
18206
18207         * gnus-registry.el: Require gnus-util.
18208         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18209
18210 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18211
18212         * gnus-group.el (gnus-group-catchup-current):
18213         Change if-then-else-if-then-else into cond.
18214         (gnus-group-catchup): Indent.
18215         (group-name-at-point): New function.
18216         (gnus-fetch-group): Provide default from thing at point.
18217
18218 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18219
18220         * message.el (message-display-abbrev): Fix regexp.
18221
18222         * ecomplete.el (ecomplete-highlight-match-line):
18223         Reimplement choosing.
18224         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18225         dead variables.
18226
18227         * message.el (message-newline-and-indent): Remove debugging.
18228         (message-display-abbrev): Use new implementation.
18229
18230 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18231
18232         * gnus-art.el (gnus-article-mode):
18233         Set cursor-in-non-selected-windows to nil.
18234
18235         * smiley.el: Revert previous change.
18236         (smiley-data-directory): defvar it before using it in the
18237         defcustom of `smiley-style'.
18238
18239 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18240
18241         * message.el (message-newline-and-indent): New function.
18242
18243         * ecomplete.el: Implement more bits.
18244
18245         * message.el (message-put-addresses-in-ecomplete): Clean up the
18246         string.
18247
18248         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18249
18250         * gnus-sum.el (gnus-summary-save-parts):
18251         Bind gnus-summary-save-parts-counter and use it to make unique file
18252         names.
18253
18254         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18255
18256         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18257         parameter to say whether to actually parse the individual
18258         addresses.
18259
18260         * message.el (message-put-addresses-in-ecomplete): New function.
18261         (ecomplete): Require.
18262         (message-mail-alias-type): Add ecomplete as an option.
18263
18264 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18265
18266         * flow-fill.el (fill-flowed): Remove trailing space from blank
18267         quoted lines.
18268
18269 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270
18271         * smiley.el (smiley-style): Move definition later to avoid a
18272         compilation warning.
18273
18274 2006-04-12  Kenichi Handa  <handa@m17n.org>
18275
18276         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18277         buffer and then decode the buffer text if necessary.
18278         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18279         first, and after mm-encode-body, change the buffer to unibyte.
18280         Use mm-disable-multibyte instead of set-buffer-multibyte.
18281
18282 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18285         Content-Type header instead of Content-Disposition header.
18286         (gnus-mime-inline-part): Ditto.
18287         (gnus-mime-view-part-as-charset): Ignore charset that the part
18288         specifies.
18289
18290         * mm-decode.el (mm-display-part): Work with external parts and
18291         usual parts similarly.
18292
18293         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18294         instead of gnus-display-mime.
18295
18296         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18297         instead of with-temp-buffer.
18298
18299         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18300         tag to summarized topics part in order to encode non-ASCII text.
18301
18302 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * smiley.el (smiley-style): New variable.
18305         (smiley-directory): New function.
18306         (smiley-data-directory): Derive from `smiley-style' using
18307         `smiley-directory'.
18308         (smiley-regexp-alist): Add new entries.
18309
18310         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18311         (gnus-article-browse-delete-temp): Add :version.
18312
18313 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18314
18315         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18316         the sieve region.
18317
18318 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18319
18320         * gnus.el (gnus-version-number): Bump version.
18321
18322 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18323
18324         * gnus.el: No Gnus v0.4 is released.
18325
18326 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18327
18328         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18329         layout.
18330
18331         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18332         unknown charset.
18333
18334         * message.el (message-header-synonyms): Add Original-To to the
18335         default.
18336
18337         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18338         optional parameter.
18339
18340 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18341
18342         * gnus-fun.el (gnus): Require it for gnus-directory.
18343
18344 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18345
18346         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18347
18348 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18349
18350         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18351
18352 2006-04-05  Simon Josefsson  <jas@extundo.com>
18353
18354         * password.el (password-reset): New function.
18355
18356 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18357
18358         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18359         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18360
18361 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18362
18363         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18364         Some whitespace was matched into the url, which broke browsing hits
18365         > 100 when mm-url-use-external was nil.
18366
18367 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18368
18369         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18370         Check gnus-extra-headers for 'Newsgroups.
18371
18372         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18373         bound.
18374
18375 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18376
18377         * pgg-gpg.el: Clean up process buffers every time gpg processes
18378         complete.
18379
18380 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18381
18382         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18383         doc string.
18384
18385 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18386
18387         * pgg-gpg.el (pgg-gpg-process-filter)
18388         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18389
18390         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18391         lines, temporary fix.
18392
18393 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18394
18395         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18396
18397 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18398
18399         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18400         default-enable-multibyte-characters.  This reverts the change from
18401         revision 6.17 which is no longer necessary because the passphrase
18402         is sent separately now.  GnuPG messages are unreadable under
18403         multibyte locales with default-enable-multibyte-characters set to
18404         nil.
18405
18406 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18407
18408         * message.el (message-tool-bar-gnome): Move "spell".
18409
18410 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18411
18412         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18413         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18414         instead.
18415
18416 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18417
18418         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18419         Improve newsgroups handling for NNTP overviews which don't include
18420         Newsgroups.
18421
18422 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18423
18424         * message.el (message-resend): Bind message-generate-hashcash to nil.
18425
18426 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18427
18428         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18429         when searching for already-paid recipients.
18430
18431 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18432
18433         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18434         passphrases when it is not needed.
18435         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18436         passphrase stuff from gpg, should only be necessary when you use
18437         gpg with a smartcard.
18438
18439 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * mml.el (mml-insert-mime): Ignore cached contents of
18442         message/external-body part.
18443
18444         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18445         (mm-insert-part): Ditto.
18446
18447 2006-03-23  Simon Josefsson  <jas@extundo.com>
18448
18449         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18450         Reiner.
18451         (pgg-gpg-use-agent-p): Use it again.
18452
18453 2006-03-23  Simon Josefsson  <jas@extundo.com>
18454
18455         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18456         older emacsen.
18457         (pgg-gpg-use-agent-p): Don't use it.
18458
18459 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18462         if we can.
18463
18464 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18465
18466         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18467         (pgg-gpg-update-agent): New function.
18468         (pgg-gpg-use-agent-p): New function.
18469         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18470         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18471         (pgg-gpg-sign-region): Use it.
18472
18473 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18474
18475         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18476         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18477
18478 2006-03-21  Simon Josefsson  <jas@extundo.com>
18479
18480         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18481         <wilde@sha-bang.de>.
18482         (pgg-gpg-use-agent): New variable.
18483         (pgg-gpg-process-region): Use it.
18484         (pgg-gpg-encrypt-region): Likewise.
18485         (pgg-gpg-encrypt-symmetric-region): Likewise.
18486         (pgg-gpg-decrypt-region): Likewise.
18487         (pgg-gpg-sign-region): Likewise.
18488         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18489
18490 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18491
18492         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18493
18494         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18495         Add comment on version.
18496
18497 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18498
18499         * smiley.el: Add missing test smiley.
18500
18501 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * mm-decode.el (mm-with-part): New macro.
18504         (mm-get-part): Use it; work with message/external-body as well.
18505         (mm-save-part): Treat name and filename equally.
18506
18507         * mm-extern.el (mm-extern-cache-contents): New function.
18508         (mm-inline-external-body): Use it; force the part to be displayed;
18509         move undisplayer added to the cached handle to the parent.
18510
18511         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18512         (gnus-mime-view-part-as-type): Work with message/external-body.
18513
18514         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18515
18516 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18517
18518         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18519         images in image-load-path.  [Sync with image.el, revision 1.60, in
18520         Emacs.]
18521
18522 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18523
18524         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18525         path rather than symbol.  Always return list of directories.
18526         Guarantee that image directory comes first.  [Sync with image.el,
18527         revision 1.59, in Emacs.]
18528
18529         * message.el (message-make-tool-bar): Adjust to new API of
18530         `gmm-image-load-path-for-library'.
18531
18532         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18533
18534         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18535
18536 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18537
18538         * gnus-art.el (gnus-article-only-boring-p):
18539         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18540         intangible text.
18541         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18542
18543 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18544
18545         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18546         Use `defun' instead of `gmm-defun-compat'.
18547
18548 2006-03-14  Simon Josefsson  <jas@extundo.com>
18549
18550         * message.el (message-unique-id): Don't use message-number-base36
18551         if (user-uid) is a float.
18552         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18553
18554 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18557
18558         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18559         empty line between a part and a message part.
18560
18561 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18562
18563         * smiley.el: Add more test smileys.
18564         (smiley-data-directory, smiley-regexp-alist)
18565         (gnus-smiley-file-types): Fix doc strings.
18566         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18567         adding new elements.
18568         (smiley-mouse-map): Unused code.  Make it a comment.
18569
18570 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18573         scan latest NoCeM messages instead of old ones.
18574         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18575         delimiters that are recently used.
18576         (gnus-nocem-load-cache): Add autoload cookie.
18577
18578         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18579
18580         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18581         level which is larger than gnus-use-nocem is specified.
18582
18583         * gnus-group.el (gnus-group-get-new-news): Ditto.
18584
18585 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * gnus-util.el (gnus-tool-bar-update): New function.
18588
18589         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18590         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18591
18592         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18593
18594         * gnus-group.el (gnus-group-redraw-when-idle)
18595         (gnus-group-redraw-check): Remove.
18596         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18597
18598 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18601         if optional last element is specified in splits (FIELD VALUE...).
18602
18603 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18604
18605         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18606         to gmm-image-load-path-for-library.  Call with no-error argument.
18607         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18608
18609         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18610
18611         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18612
18613         * gmm-utils.el (gmm-image-load-path): Remove alias.
18614
18615 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * gmm-utils.el (gmm-image-load-path): Add alias.
18618
18619         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18620         nnml-generate-nov-databases-1.
18621         (nnml-generate-nov-databases): Use it.
18622         (nnml-generate-nov-databases-directory): Document no-active
18623         argument.
18624
18625         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18626         directory if path is t.  Add no-error.
18627
18628         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18629         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18630
18631         * gnus-art.el (gnus-article-browse-delete-temp-files):
18632         Simplify resetting gnus-article-browse-html-temp-list.
18633
18634         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18635         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18636         Add example to docstring.  Rename local variables.  Move error
18637         checks to default case in cond and simplify.
18638
18639 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18642         handle is multipart when calling it recursively.
18643         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18644
18645 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18646
18647         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18648         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18649
18650 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18651
18652         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18653         is loaded.
18654
18655         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18656         loaded.
18657
18658 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18659
18660         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18661         to "Emacs 23 (unicode)" in doc string.
18662
18663         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18664         "Emacs 23 (unicode)" in comment.
18665
18666 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18669
18670         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18671         characters 160 through 255 in Emacs 23.
18672
18673 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18676         gnus-article-browse-html-temp.
18677         (gnus-article-browse-delete-temp): Make it customizable.
18678         Add `file'.  Adjust doc string.
18679         (gnus-article-browse-delete-temp-files): Add argument.
18680         Allow query for each file.  Adjust doc string.
18681         (gnus-article-browse-html-parts):
18682         Add `gnus-article-browse-delete-temp-files' to
18683         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18684
18685 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18686
18687         * gnus-art.el (gnus-article-browse-html-temp)
18688         (gnus-article-browse-delete-temp): New variables.
18689         (gnus-article-browse-delete-temp-files): New function.
18690         (gnus-article-browse-html-parts): Use it.
18691
18692 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18693
18694         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18695
18696         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18697         string.
18698
18699         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18700         gnus-summary-insert-new-articles when unplugged.
18701         Remove gnus-summary-search-article-forward.
18702
18703         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18704         display-visual-class instead of display-color-cells.
18705
18706 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * dgnushack.el: Autoload customize-group for XEmacs.
18709
18710         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18711         message/* containing non-ASCII text properly.
18712
18713 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18714
18715         * message.el: Require gmm-utils, remove autoloads.
18716         (message-tool-bar): Set default based on
18717         gmm-tool-bar-style.
18718         (message-tool-bar-gnome): Add gmm-customize-mode.
18719
18720         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18721         gmm-tool-bar-style.
18722         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18723
18724         * gnus-group.el (gnus-group-tool-bar): Set default based on
18725         gmm-tool-bar-style.
18726         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18727
18728         * gmm-utils.el (gmm-image-directory): Rename variable from
18729         gmm-image-load-path.
18730         (gmm-image-load-path): Use gmm-image-directory.
18731         (gmm-customize-mode): New function.
18732         (gmm-tool-bar-style): New variable.
18733
18734         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18735         gnus-group-redraw-line-number.
18736         (gnus-group-redraw-check): Simplify.
18737         (gnus-group-tool-bar-update): Remove redraw check.
18738         (gnus-group-make-tool-bar): Add redraw check.
18739
18740 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18741
18742         * gnus-art.el (gnus-button): Add missing parentheses.
18743
18744 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * lpath.el: Fbind line-number-at-pos.
18747
18748 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18751
18752 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18753
18754         * gnus-art.el (gnus-button): New face.
18755         (gnus-article-button-face): Use it.
18756
18757         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18758         Add gnus-summary-next-page.  Re-order.
18759
18760         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18761         next-node are now included.
18762         (gnus-group-redraw-line-number): New internal variable.
18763         (gnus-group-redraw-check): Helper function for updating the tool
18764         bar.
18765         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18766
18767         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18768
18769         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18770         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18771         Use it to match format of Spamassassin 3.0 and later.
18772         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18773         (spam-check-bogofilter)
18774         (spam-bogofilter-register-with-bogofilter): Fix args of
18775         `gnus-error' calls.
18776
18777 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18778
18779         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18780         unnecessary interaction when sending queued mails.
18781         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18782
18783 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18784
18785         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18786         first or last are nil.
18787
18788 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18789
18790         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18791
18792 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18793
18794         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18795
18796 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18797
18798         * dns.el (query-dns): Protect more against buggy tcp output.
18799
18800 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18803         nov.php.
18804
18805 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18806
18807         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18808         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18809         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18810         output on the server side.
18811         (nnweb-google-create-mapping): Update regexps and add some
18812         progress indication.
18813
18814 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18815
18816         * gnus-group.el (gnus-group-tool-bar-gnome):
18817         Fix gnus-agent-toggle-plugged.  Re-order icons.
18818         (gnus-group-tool-bar-gnome):
18819         Add gnus-group-{prev,next}-unread-group.
18820         (gnus-group-tool-bar-gnome): Re-order icons.
18821
18822         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18823         Move gnus-summary-insert-new-articles.
18824
18825         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18826         Fix comments.
18827
18828         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18829         also available in Emacs 21.3.
18830
18831         * message.el (message-fix-before-sending): Change "Emacs 22" to
18832         "Emacs 23 (unicode)" in comment.
18833
18834         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18835         "Emacs 23 (unicode)" in comment.
18836
18837         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18838         comment.
18839         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18840
18841         * mm-view.el (mm-fill-flowed): Add :version.
18842
18843 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18846         and load-path.
18847
18848 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18849
18850         * message.el: Autoload gmm-image-load-path.
18851         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18852         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18853         consitency.
18854
18855         * gmm-utils.el (gmm-image-load-path): Also search in
18856         "../etc/images".  Don't set gmm-image-load-path if we don't find
18857         the image.
18858
18859 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * gmm-utils.el (gmm-image-load-path): Don't make
18862         `gmm-image-load-path' include subdirectories which the second arg
18863         `image' might specify.
18864
18865         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18866         subdirectory to icon file names.
18867
18868         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18869
18870 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18871
18872         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18873         gmm-image-load-path calls.
18874
18875         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18876
18877         * message.el (message-make-tool-bar): Ditto.
18878
18879         * mml.el (mml-preview): Add comment concerning tool bar icons.
18880
18881         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18882         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18883
18884         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18885         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18886
18887         * message.el (message-tool-bar-gnome): Use new icon names.
18888         (message-make-tool-bar): Use `gmm-image-load-path'.
18889
18890         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18891         New functions from MH-E.
18892         (gmm-image-load-path): New variable from MH-E.
18893         (gmm-image-load-path): New function from MH-E.  Add arguments
18894         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18895         *-image-load-path-called-flag.
18896
18897 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18898
18899         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18900
18901 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18902
18903         * nnimap.el (nnimap-request-move-article): Change folder back to
18904         source group before deleting.
18905
18906 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18907
18908         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18909
18910         * gnus-art.el (mm-url-insert-file-contents-external):
18911         Autoload mm-url.
18912
18913         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18914
18915 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18918         coding system which mm-charset-to-coding-system returns for a
18919         given charset is valid.
18920
18921 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18922
18923         * html2text.el (html2text-remove-tag-list):
18924         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18925
18926 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18927
18928         * gnus-cus.el: Revert 2005-10-17 change.
18929
18930 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18931
18932         * gnus-art.el (article-strip-banner):
18933         Call article-really-strip-banner only when the regexp match is made.
18934
18935 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * gnus-art.el (article-strip-banner):
18938         Use gnus-extract-address-components instead of
18939         mail-header-parse-addresses to make it work with non-ASCII text;
18940         remove mail-encode-encoded-word-string.
18941
18942         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18943         values which are surrounded with \"...\"; make it never cause a
18944         Lisp error; give up parsing of parameters if it failed in
18945         extracting type.
18946
18947 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18948
18949         * smime.el (smime-cert-by-ldap-1): Fix bug where
18950         `smime-ldap-search' returns results without userCertificates.
18951
18952 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18955
18956 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * spam.el (spam-check-spamassassin-headers): Adapt format for
18959         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18960         <ari@mbf.ocn.ne.jp>.
18961         (spam-list-of-processors): Add spam-use-gmane.
18962
18963 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18964
18965         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18966         make-temp-file; make it work with XEmacs as well.
18967
18968         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18969         mm-make-temp-file.
18970
18971         * mm-decode.el (mm-display-external): Use the 3rd arg of
18972         mm-make-temp-file.
18973         (mm-create-image-xemacs): Ditto.
18974
18975 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18978         with message-narrow-to-headers.
18979         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18980         (gnus-draft-check-draft-articles): New function.
18981         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18982
18983 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus-art.el (gnus-article-browse-html-parts):
18986         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18987         Don't use suffix argument for mm-make-temp-file for Emacs 21
18988         compatibility.  Remove useless `format'.
18989
18990 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18991
18992         * nnweb.el (nnweb-google-wash-article): Update regexps.
18993         (nnweb-group-alist): Use defvoo instead of defvar.
18994
18995 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18998         re-loading nn* modules.
18999
19000 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19003         for `tool-bar-mode' and don't check it's default-value.
19004
19005         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19006
19007         * message.el (message-make-tool-bar): Ditto.
19008
19009         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19010         `substring'.  Shorten tmp-file name.
19011
19012         * gnus.el: Remove bogus comment.
19013
19014 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19015
19016         * gnus-art.el (gnus-article-browse-html-parts): New function.
19017         (gnus-article-browse-html-article): New function for viewing html
19018         articles with a browser.
19019
19020 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19021
19022         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19023         in elisp.
19024         (pgg-gpg-encrypt-symmetric-region): Ditto.
19025         (pgg-gpg-sign-region): Ditto.
19026
19027         * pgg-def.el (pgg-text-mode): New variable.
19028
19029         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19030         (mml2015-pgg-encrypt): Ditto.
19031
19032         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19033         (mml1991-pgg-encrypt): Ditto.
19034
19035 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * nnfolder.el (nnfolder-insert-newsgroup-line):
19038         Use message-make-date instead of current-time-string.
19039
19040         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19041         to gnus-decoded which mm-uu might set.
19042
19043 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19046         don't decode quoted parameters; remove misimported Emacs code.
19047         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19048         (rfc2231-decode-encoded-string): Don't use split-string which
19049         behaves differently according to Emacs version; use
19050         mm-decode-coding-region to convert charset to coding-system.
19051         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19052         (rfc2231-encode-string): Remove misimported Emacs code.
19053
19054 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19057         when calling mail-header-parse-content-type.
19058         (article-de-quoted-unreadable): Ditto.
19059         (article-de-base64-unreadable): Ditto.
19060         (article-wash-html): Ditto.
19061
19062         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19063         calling mail-header-parse-content-type and
19064         mail-header-parse-content-disposition.
19065         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19066         mail-header-parse-content-type.
19067
19068         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19069         insert charset and format parameters; encode description after
19070         inserting it to buffer.
19071         (mml-insert-parameter): Fold lines properly even if a parameter is
19072         segmented into two or more lines; change the max column to 76.
19073
19074         * rfc1843.el (rfc1843-decode-article-body): Don't use
19075         ignore-errors when calling mail-header-parse-content-type.
19076
19077         * rfc2231.el (rfc2231-parse-string): Return at least type if
19078         possible; don't cause an error even if it fails in parsing of
19079         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19080         (rfc2231-encode-string): Don't break lines at the beginning, leave
19081         it to mml-insert-parameter.
19082
19083         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19084         calling mail-header-parse-content-type.
19085
19086 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19087
19088         * spam-report.el (spam-report-gmane-use-article-number):
19089         Improve doc string.
19090         (spam-report-gmane-internal): Check if a suitable header was found
19091         in the article.
19092
19093 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19096         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19097
19098 2006-02-05  Romain Francoise  <romain@orebokech.com>
19099
19100         Update copyright notices of all files in the gnus directory.
19101
19102 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19103
19104         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19105
19106 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19107
19108         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19109         segmented lines of parameter value to cope with Thunderbird 1.5
19110         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19111         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19112         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19113
19114 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19115
19116         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19117         parts.
19118
19119 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19120
19121         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19122         there's only one active file for all servers.
19123         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19124         solid groups.  Gnus might have used a FAST request to select the group.
19125         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19126         and nnweb-search redundantly in the active file.
19127         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19128         (nnweb-request-create-group): Don't use ARGS.
19129         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19130         initializations.  Let nnoo do the work.
19131
19132 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19133
19134         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19135         Say the part has been decoded.
19136
19137         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19138
19139 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19140
19141         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19142         mailcap-viewer-test-cache when there's no 'test clause, since that
19143         will invert the meaning of a "nil" test previously determined by
19144         mailcap-mailcap-entry-passes-test.
19145
19146 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19147
19148         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19149         compiling.
19150
19151         * gnus-sum.el: Ditto.
19152
19153         * message.el: Don't bind tool-bar-map when compiling.
19154
19155 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19156
19157         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19158
19159 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19160
19161         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19162         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19163         current Google Groups.
19164
19165 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19166
19167         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19168         and tool-bar-mode.
19169
19170         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19171         and tool-bar-mode.
19172
19173         * message.el (message-tool-bar-update): Simplify.
19174         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19175
19176         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19177         gnus-summary-buffer.
19178         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19179         gnus-summary-reply.
19180
19181         * gmm-utils.el (gmm): Add :version.
19182
19183 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19184
19185         * Makefile.in (clean): New rule.
19186         (distclean): Use it.
19187
19188 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19189
19190         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19191         Don't autoload.
19192
19193 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * gmm-utils.el (gmm-verbose): Add :group.
19196
19197 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19198
19199         * message.el: Change some comments WRT tool-bars.
19200
19201         * gnus-sum.el (gnus-summary-tool-bar)
19202         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19203         (gnus-summary-tool-bar-zap-list): New variables.
19204         (gnus-summary-make-tool-bar): Complete rewrite using
19205         `gmm-tool-bar-from-list'.
19206
19207         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19208         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19209         New variables.
19210         (gnus-group-make-tool-bar): Complete rewrite using
19211         `gmm-tool-bar-from-list'.
19212         (gnus-group-tool-bar-update): New function.
19213
19214         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19215
19216 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19219         is dissected into a single part of which the type is the same as
19220         the given one; decode charset.
19221
19222 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19223
19224         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19225         into alists as symbol not string, since that's what
19226         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19227         look for.
19228
19229 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19230
19231         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19232         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19233
19234         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19235
19236 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19237
19238         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19239         (gnus-xmas-mime-security-button-menu): New function.
19240
19241         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19242         (gnus-mime-security-button-menu): New definition.
19243         (gnus-mime-security-button-map): Use them.
19244         (gnus-mime-security-button-menu): New function.
19245         (gnus-insert-mime-security-button): Addition to help echo.
19246         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19247         (gnus-mime-security-pipe-part): New functions.
19248
19249         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19250         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19251
19252         * mm-decode.el (mm-handle-set-disposition): Remove.
19253         (mm-handle-set-description): Remove.
19254
19255 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19258         (mm-w3m-standalone-supports-m17n-p): New function.
19259         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19260         w3m usage.
19261
19262         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19263         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19264
19265 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19266
19267         * message.el (message-tool-bar-zap-list):
19268         Use gmm-tool-bar-zap-list as custom type.
19269         (message-tool-bar-update): New function.
19270         (message-tool-bar, message-tool-bar-gnome)
19271         (message-tool-bar-retro): Add message-tool-bar-update.
19272         (message-tool-bar-gnome): Add flyspell-buffer.
19273
19274         * gnus-util.el (gnus-error): Describe `args'.
19275
19276         * gmm-utils.el (gmm-error): Describe `args'.
19277         (gmm-tool-bar-zap-list): New widget.
19278         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19279
19280 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19283         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19284         the number of recursive calls.
19285
19286         * mm-decode.el (mm-handle-set-disposition): New macro.
19287         (mm-handle-set-description): New macro.
19288
19289 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19292         encoding.
19293
19294 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19295
19296         * message.el (message-tool-bar-zap-list, message-tool-bar)
19297         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19298         (message-tool-bar-local-item-from-menu): Remove.
19299         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19300         (message-make-tool-bar): New function.
19301         (message-mode): Use `message-make-tool-bar'.
19302
19303         * gmm-utils.el: New file.
19304         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19305         (gmm-lazy): New widget copied from `nnmail.el'.
19306         (gmm-tool-bar-from-list): New function for creating customizable
19307         tool bars.
19308         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19309         output.
19310         (gmm): Add :prefix to defgroup.
19311
19312 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19313
19314         * gmm-utils.el (gmm-widget-p): New function.
19315
19316 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19317
19318         * mml.el (mml-attach-file): Describe `description' in doc string.
19319         (mml-menu): Add Emacs MIME manual and PGG manual.
19320
19321 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19322
19323         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19324
19325 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19326
19327         * nntp.el (nntp-end-of-line): Doc fix.
19328
19329 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19330
19331         * imap.el (imap-open): Handle case where buffer is a buffer
19332         object.
19333
19334 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19335
19336         * gnus-delay.el (gnus-delay): Don't autoload.
19337         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19338         to be re-loaded when customizing the `gnus-delay' group.
19339
19340 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19341
19342         * message.el (message-insert-citation-line): Use newlines.
19343
19344 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19345
19346         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19347         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19348         these routines, so the passphrase can be managed externally and
19349         passed in to the system.
19350         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19351         pgg-add-passphrase-to-cache function.
19352
19353         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19354         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19355         these routines, so the passphrase can be managed externally and
19356         passed in to the system.
19357         (pgg-pgp5-sign-region): Use new name of
19358         pgg-add-passphrase-to-cache function.
19359
19360 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19361
19362         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19363         part of the decoded armor to find the key-identifier.
19364         (pgg-gpg-lookup-key-owner): New function to return the
19365         human-readable identifier of a key owner.
19366         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19367         itself.
19368         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19369         the key value) if we have a key and can match it against a secret
19370         key.  Also, added a note pointing out fact that the prompt only
19371         indicates the first matching key.
19372
19373         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19374         pgg-decrypt-region.
19375         (pgg-add-passphrase-to-cache): Rename from
19376         `pgg-add-passphrase-cache' to reduce confusion (all callers
19377         changed).
19378         (pgg-remove-passphrase-from-cache): Rename from
19379         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19380         changed).
19381         (pgg-read-passphrase, pgg-add-passphrase-cache)
19382         (pgg-remove-passphrase-cache): Add informative docstrings.
19383         (pgg-decrypt): Convey provided passphrase in subordinate call to
19384         pgg-decrypt-region.
19385
19386 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19387
19388         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19389         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19390         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19391         'passphrase' argument, so the passphrase can be managed externally
19392         and then passed in to the system.
19393
19394         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19395         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19396         so the passphrase cache can be used reliably with identifiers
19397         besides a pgp packet's key id.
19398
19399         * pgg-gpg.el (pgg-gpg-encrypt-region)
19400         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19401         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19402         these routines, so the passphrase can be managed externally and
19403         passed in to the system.
19404
19405         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19406         'notruncate' argument, so the passphrase cache can be used
19407         reliably with identifiers besides a pgp packet's key id.
19408
19409 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19410
19411         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19412         symmetric encryption.
19413         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19414         encrypted session key.
19415         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19416         message ask for the passphrase in a proper way.
19417
19418         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19419         New user commands for symmetric encryption.
19420
19421 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19422
19423         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19424
19425         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19426
19427 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19428
19429         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19430
19431 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * mm-decode.el (mm-inlined-types): Add application/pgp.
19434         (mm-automatic-display): Ditto.
19435
19436         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19437         part as text.
19438
19439 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19440
19441         * nnrss.el: Update copyright.
19442         (nnrss-opml-import): Query whether to subscribe to each entry.
19443
19444         * gnus-art.el:
19445         * gnus-sum.el:
19446         * gnus-xmas.el:
19447         * messagexmas.el:
19448         * mm-uu.el:
19449         * mm-view.el: Update copyright.
19450
19451 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19452
19453         * message.el (message-info): New function.
19454         (message-mode-menu): Add it.
19455         Update copyright.
19456
19457         * ChangeLog: Fix and update copyright.
19458
19459 2006-01-13  Romain Francoise  <romain@orebokech.com>
19460
19461         * message.el (message-forward-subject-name-subject): Prefer the
19462         address to 'nowhere' if the sender has no name.
19463         Fix typo.  Update copyright year.
19464
19465 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * gnus-art.el (article-wash-html):
19468         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19469         (gnus-article-wash-html-with-w3m-standalone): New function.
19470
19471         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19472         mm-inline-text-html-render-with-w3m-standalone.
19473         (mm-text-html-washer-alist): Map w3m-standalone to
19474         gnus-article-wash-html-with-w3m-standalone.
19475         (mm-inline-text-html-render-with-w3m-standalone): New function.
19476
19477 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19478
19479         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19480         Improve LaTeX.
19481
19482 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19483
19484         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19485         (nnrss-request-article): Render text/plain parts as HTML.
19486
19487         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19488         the buffer.
19489
19490 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19491
19492         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19493         custom definition of `gnus-posting-styles'.
19494
19495         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19496         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19497
19498 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19499
19500         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19501         Use nntp for bug archive.
19502
19503 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19506         parts.
19507         (nnrss-normalize-date): New function converts ISO 8601 date into
19508         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19509         (nnrss-check-group): Use it.
19510
19511 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19512
19513         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19514
19515         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19516         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19517         (nnrss-insert-w3): Ditto.
19518
19519 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19522         the articles to be forwarded including the case where neither a
19523         number of articles nor a region is specified.
19524
19525 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * nnrss.el (nnrss-request-article): Fix last change; fill
19528         text/plain parts.
19529
19530 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19533         in text/plain part.
19534         (nnrss-check-group): Don't add excessive newline to dc:subject.
19535
19536 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19537
19538         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19539         article.
19540
19541 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19542
19543         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19544         (nnml-use-compressed-files, nnml-save-mail): Support other
19545         comression programs such as bzip2.
19546
19547 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19548
19549         * dns.el (query-dns): Make sure we check the buffer size before
19550         removing tcp headers.
19551
19552 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19555         remove MIME buttons associated with multipart/alternative parts.
19556         (gnus-mime-display-alternative): Tag buttons using `article-type'
19557         text property.
19558
19559         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19560         associated with multipart/alternative parts.
19561
19562         * gnus-art.el (gnus-signature-separator): Fix custom type.
19563
19564         * mm-decode.el (mm-inlined-types): Fix custom type.
19565         (mm-keep-viewer-alive-types): Ditto.
19566         (mm-automatic-display): Ditto.
19567         (mm-attachment-override-types): Ditto.
19568         (mm-inline-override-types): Ditto.
19569         (mm-automatic-external-display): Ditto.
19570
19571 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19572
19573         * spam-report.el (spam-report-user-mail-address)
19574         (spam-report-user-agent): New variables.
19575         (spam-report-url-ping-plain): Use spam-report-user-agent.
19576
19577 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19578
19579         * gnus-art.el (gnus-button-handle-custom): Do not just use
19580         `customize-apropos' for any "M-x customize-*" button but the
19581         function called for.  Accept both the function name and its
19582         argument in order to achieve this.
19583         (gnus-button-alist): Remove support for "custom:" URL's.
19584         Pass function name to `gnus-button-handle-custom' in case of "M-x
19585         customize-*" buttons.
19586
19587 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19588
19589         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19590         multipart/alternative and add xref to mm-discouraged-alternatives
19591         in doc string.
19592
19593         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19594         gnus-buttonized-mime-types in doc string.
19595
19596 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19597
19598         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19599         Suggest image/.* in the doc string.
19600
19601 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19602
19603         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19604         message-marks (Debian bug #342521).
19605
19606 2005-12-12  Simon Josefsson  <jas@extundo.com>
19607
19608         * password.el (password-read-from-cache): Add.
19609         (password-read): Use it.
19610
19611 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19612
19613         * rfc2047.el (rfc2047-charset-to-coding-system):
19614         Recognize us-ascii as a MIME charset.
19615
19616         * mm-bodies.el (mm-decode-content-transfer-encoding):
19617         Protect against the case where the 2nd arg TYPE is nil.
19618
19619 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19620
19621         * pop3.el (pop3-stream-type): Fix custom version.
19622
19623         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19624
19625 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19626
19627         * mm-decode.el (mm-display-external): Add missing cdr.
19628
19629 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19632         RFC1524) if it is in mailcap or add a suffix according to
19633         mailcap-mime-extensions when generating a temp filename; postpone
19634         deleting a temp file for 2 seconds for some wrappers, shell
19635         scripts, and so on, which might exit right after having started a
19636         viewer command as a background job.
19637
19638 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19639
19640         * nntp.el (nntp-marks-directory): Fix custom group.
19641
19642         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19643         steps when < 10.
19644
19645         * gnus-start.el (gnus-no-server-1):
19646         Mention `gnus-level-default-subscribed' in doc string.
19647
19648 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19649
19650         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19651         parens.
19652
19653 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * gnus-xmas.el (gnus-use-toolbar): Revert.
19656         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19657         gnus-use-toolbar is default.
19658
19659         * messagexmas.el (message-use-toolbar): Revert.
19660         (message-setup-toolbar): Use global default-toolbar if
19661         message-use-toolbar is default.
19662
19663 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19664
19665         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19666         according to default-toolbar-visible-p.
19667
19668         * messagexmas.el (message-use-toolbar): Ditto.
19669
19670 2005-11-26  Dave Love  <fx@gnu.org>
19671
19672         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19673         (tls-program, tls-success): Provide openssl alternative.
19674
19675         * starttls.el: Doc fixes.
19676         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19677         SERVICE to PORT.
19678
19679         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19680         port null or service name.
19681         (starttls-negotiate): Autoload.
19682
19683 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19684
19685         * message.el (message-kill-to-signature): Fix interactive spec.
19686
19687 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * pop3.el (pop3-open-server): Recognize a string as a service name.
19690
19691 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19692
19693         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19694
19695 2005-11-23  Dave Love  <fx@gnu.org>
19696
19697         Add pop3s, pop3/starttls.
19698
19699         * pop3.el (pop3-authentication-scheme): Clarify doc.
19700         (open-tls-stream, starttls-open-stream): Autoload.
19701         (pop3-stream-type): New.
19702         (pop3-open-server): Use it.
19703
19704         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19705         for POP.
19706         (mail-source-keyword-map): Add :stream for POP.
19707         (mail-source-fetch-pop): Use pop3-stream-type.
19708
19709 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19710
19711         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19712         of current-time-string.
19713
19714 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19715
19716         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19717         date header.
19718
19719 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19720
19721         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19722         it can seriously impact performance as it bypasses the agent's
19723         local caches.
19724
19725 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19726
19727         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19728         must be explicitly online rather than "not explicitly offline" for
19729         its flags to be synchronized.
19730
19731         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19732         that gnus-uu-unmark-thread will function correctly.
19733
19734         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19735         1024K is instead displayed as 1M.
19736
19737 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19738
19739         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19740
19741 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19742
19743         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19744
19745 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19746
19747         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19748         error message to display actual error condition.
19749         (gnus-agent-save-local): Avoid saving symbols that are bound to
19750         nil as they simply result in a warning message in
19751         gnus-agent-read-local.
19752
19753 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19756         rather than make-variable-buffer-local for file-precious-flag.
19757
19758 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19759
19760         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19761         for duplicates which are removed.  The invalid sort check then
19762         triggers a rescan after the sort as sorting may have moved
19763         duplicate entries such that they can be cheaply detected.
19764
19765 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19768
19769 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19770
19771         * gnus-agent.el (gnus-agent-article-alist-save-format):
19772         Change internal variable to a custom variable.  Change default value
19773         from compressed(2) to uncompressed(1).
19774         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19775         support for uncompressed agentview files.  Taken together, reading
19776         the agentview file should now be 6-7 times faster.
19777
19778 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19779
19780         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19781         as a buffer-local variable.  This avoids creating truncated
19782         dribble files as a result of a hang up, eg.
19783
19784 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19785
19786         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19787         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19788         XEmacs.
19789
19790 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19791
19792         * gnus-start.el (gnus-start-draft-setup):
19793         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19794
19795         * gnus.el (gnus-splash): Change custom group.
19796         (gnus-group-get-parameter, gnus-group-parameter-value):
19797         Describe allow-list argument.
19798
19799         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19800         string.
19801
19802 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19803
19804         * gnus-art.el (gnus-default-article-saver): Add user-defined
19805         `function' to custom type.
19806
19807 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19808
19809         * imap.el (imap-open): Handle case where buffer is a buffer
19810         object.
19811
19812 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19813
19814         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19815         long lines.
19816         (gnus-cache-delete-group): Wrap doc strings.
19817
19818         * gnus-agent.el (gnus-agent-rename-group)
19819         (gnus-agent-delete-group): Wrap doc strings.
19820
19821 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19822
19823         * messagexmas.el (message-use-toolbar): Change the valid values
19824         into default, top, bottom, left, and right.
19825         (message-toolbar-thickness): New variable.
19826         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19827         well.
19828         (message-setup-toolbar): Make it work.
19829
19830         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19831         (gnus-use-toolbar): Change the valid values into default, top,
19832         bottom, left, and right.
19833         (gnus-toolbar-thickness): New variable.
19834         (gnus-xmas-setup-toolbar): New function.
19835         (gnus-xmas-setup-group-toolbar): Use it.
19836         (gnus-xmas-setup-summary-toolbar): Use it.
19837
19838 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19839
19840         * gnus-start.el (gnus-1): Add "native" to
19841         gnus-predefined-server-alist.
19842
19843         * gnus.el (gnus-method-to-server): Don't add "native" to the
19844         lists here, because that leads to problems when
19845         gnus-select-method is bound.
19846
19847 2005-11-09  Simon Josefsson  <jas@extundo.com>
19848
19849         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19850         use (not sort-by-date) instead.
19851
19852 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19853
19854         * gnus-delay.el (gnus-delay-group): Don't autoload.
19855         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19856         to be re-loaded when customizing the `gnus-delay' group.
19857
19858 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19859
19860         * message.el: Revert last changes.
19861         (message-insert-citation-line): Use newlines.
19862
19863 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19864
19865         * message.el (message-courtesy-message)
19866         (message-mark-insert-begin, message-mark-insert-end)
19867         (message-elide-ellipsis, message-cancel-message)
19868         (message-add-header, message-change-subject)
19869         (message-cross-post-followup-to-header)
19870         (message-cross-post-insert-note, message-reduce-to-to-cc)
19871         (message-widen-reply, message-delete-not-region)
19872         (message-kill-to-signature, message-insert-signature)
19873         (message-insert-importance-high, message-insert-importance-low)
19874         (message-insert-or-toggle-importance)
19875         (message-insert-disposition-notification-to)
19876         (message-indent-citation, message-yank-original)
19877         (message-cite-original-without-signature, message-cite-original)
19878         (message-insert-citation-line, message-position-on-field)
19879         (message-fix-before-sending, message-send-mail-partially)
19880         (message-send-mail, message-send-mail-with-sendmail)
19881         (message-send-mail-with-qmail, message-send-news)
19882         (message-check-news-header-syntax, message-generate-headers)
19883         (message-insert-courtesy-copy, message-fill-address)
19884         (message-fill-header, message-shorten-references)
19885         (message-setup-1, message-cancel-news)
19886         (message-forward-make-body-plain, message-forward-make-body-mime)
19887         (message-forward-make-body-mml, message-encode-message-body)
19888         (message-forward-make-body-digest-plain)
19889         (message-forward-make-body-digest-mime)
19890         (message-use-alternative-email-as-from): Insert `hard-newline'
19891         instead of ordinary newlines.
19892
19893 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * message.el (message-generate-headers): Downcase the argument
19896         given to message-check-element.
19897
19898 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19899
19900         * nntp.el (nntp-authinfo-rejected): New error condition.
19901         (nntp-wait-for): Use new error condition to signal authentication
19902         error.
19903         (nntp-retrieve-data): Rethrow new error condition to break out of
19904         recursive call to nntp-send-authinfo.
19905
19906 2005-11-08  Romain Francoise  <romain@orebokech.com>
19907
19908         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19909         (gnus-summary-exit-map): Bind to `Z p'.
19910         (gnus-summary-make-menu-bar): Add menu item.
19911
19912 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19913
19914         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19915         (gnus-treat-*): Add `first' in all doc strings.
19916
19917         * gnus-group.el (gnus-group-compact-group): Fix typo.
19918
19919 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * gnus.el (gnus-parameters-case-fold-search): New variable.
19922         (gnus-parameters-get-parameter): Use it.
19923
19924         * gnus-score.el (gnus-home-score-file): Doc fix.
19925
19926 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19927
19928         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19929
19930 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19931
19932         * mm-util.el (mm-special-display-p): New function.
19933
19934         * mml.el (mml-preview): Use it; doc fix.
19935
19936 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19937
19938         * imap.el (imap-open): Handle case where buffer is a buffer object.
19939
19940 2005-10-29  Romain Francoise  <romain@orebokech.com>
19941
19942         * message.el (message-fix-before-sending): Fix comment.
19943
19944 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19945
19946         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19947
19948 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19949
19950         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19951         Used in gnus-score.el.
19952
19953 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19954
19955         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19956
19957 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19958
19959         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19960         whitespace removed in revision 7.8.  Use concatenated string to
19961         protect trailing whitespace.
19962
19963 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19964
19965         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19966         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19967         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19968         Courier IMAP ("some version from 2004").  Mostly based on similar
19969         code in the same function.
19970
19971 2005-10-26  Didier Verna  <didier@xemacs.org>
19972
19973         * gnus-group.el (gnus-group-compact-group): Invalidate original
19974         article buffer.
19975         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19976         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19977         NOV database and in article itself.
19978         Invalidate article backlog.
19979
19980 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19981
19982         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19983
19984 2005-10-26  Simon Josefsson  <jas@extundo.com>
19985
19986         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19987         part of 2004-07-25 change.
19988
19989 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19990
19991         * message.el (message-display-completion-list): New function.
19992         (message-expand-group): Use it; make sure the Completions buffer
19993         is modifiable.
19994 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19995
19996         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19997         user-mail-name is an empty string.
19998
19999 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20000
20001         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20002         depending on gnus-score-decay-constant.
20003
20004         * encrypt.el (encrypt-insert-file-contents)
20005         (encrypt-write-file-contents): Don't use `gnus-message'.
20006
20007         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20008         arguments.
20009         (mm-uu-type-alist): Add message-marks and insert-marks.
20010         Pass arguments to mm-uu-verbatim-marks-extract.
20011         (mm-uu-hide-markers): New variable.
20012         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20013
20014         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20015         (gnus-convert-image-to-face-command): Use "convert" by default to
20016         allow other input image formats.
20017         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20018         accordingly.
20019
20020 2005-10-23  Simon Josefsson  <jas@extundo.com>
20021
20022         * imap.el (imap-gssapi-program): Align command line parameters
20023         with latest GNU SASL.
20024         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20025
20026 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20027
20028         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20029         HTML.
20030         (nnslashdot-request-article): Ditto.
20031
20032         * lpath.el (featurep): Add nobreak-char-display.
20033
20034 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20035
20036         * mail-source.el (mail-source-fetch-pop): Require pop3.
20037         (mail-source-check-pop): Ditto.
20038
20039 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20042         errors.
20043
20044 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20045
20046         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20047         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20048
20049         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20050
20051         * mm-bodies.el (mm-decode-string):
20052         Call `mm-charset-to-coding-system' with allow-override argument.
20053
20054 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20057         (rfc2047-charset-to-coding-system): New function.
20058         (rfc2047-decode-encoded-words): New function.
20059         (rfc2047-decode-region): Use them.
20060         (rfc2047-decode-cte): Remove.
20061         (rfc2047-parse-and-decode): Remove.
20062         (rfc2047-decode): Remove.
20063
20064 2005-10-15  Kenichi Handa  <handa@m17n.org>
20065
20066         * rfc2047.el (rfc2047-decode-cte): New function.
20067         (rfc2047-decode-region): Change the way to decode successive
20068         encoded-words: decode B- or Q-encoding in each encoded-word,
20069         concatenate them, and decode it as charset.
20070
20071 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20072
20073         * lpath.el: Fbind codepage-setup for XEmacs.
20074
20075 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20076
20077         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20078         widget-move-and-invoke.
20079         (gnus-custom-mode): Use gnus-custom-map.
20080
20081 2005-10-15  Bill Wohler  <wohler@newt.com>
20082
20083         * message.el (message-tool-bar-map): Rename image file from
20084         mail_send to mail/send.
20085
20086 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20087
20088         * message.el (message-expand-group): Pass the common
20089         prefix substring of completion to `display-completion-list'.
20090
20091 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20092
20093         * mml-sec.el (mml-secure-method): New internal variable.
20094         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20095         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20096         New functions using mml-secure-method.
20097
20098         * mml.el (mml-mode-map): Add key bindings for those functions.
20099         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20100         Harder <harder@myrealbox.com>.
20101         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20102         Goto end of message if point is the headers of the message.
20103
20104         * message.el (message-in-body-p): New function.
20105
20106         * assistant.el: Autoload gnus-util and netrc.
20107
20108         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20109         Use `mm-charset-override-alist' only when decoding.
20110
20111         * mm-bodies.el (mm-decode-body):
20112         Call `mm-charset-to-coding-system' with allow-override argument.
20113
20114         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20115         `filename' from Content-Disposition if Content-Type doesn't
20116         provide `name'.
20117         (gnus-mime-view-part-as-type): Set default instead of
20118         initial-input.
20119
20120 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20121
20122         * format-spec.el (format-spec): Propagate text properties of % spec.
20123
20124 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20125
20126         * gnus-art.el (gnus-treat-predicate): Add `first'.
20127
20128 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20129
20130         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20131         (mm-charset-override-alist): New variable.
20132         (mm-charset-to-coding-system): Use it.
20133         (mm-codepage-setup): New helper function.
20134         (mm-charset-eval-alist): New variable.
20135         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20136         Warn about unknown charsets.
20137
20138         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20139
20140 2005-10-04  David Hansen  <david.hansen@gmx.net>
20141
20142         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20143         (nnrss-check-group): Ditto.
20144
20145 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20146
20147         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20148         Rename x-gnus-verbatim to x-verbatim.
20149         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20150
20151         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20152         x-verbatim.
20153
20154         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20155
20156         * gnus-util.el (gnus-remove-duplicates): Remove.
20157
20158         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20159         instead of gnus-remove-duplicates.
20160
20161         * message.el (message-remove-duplicates): Remove.
20162         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20163         message-remove-duplicates.
20164
20165         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20166         available, else use implementation from `delete-dups'.
20167
20168         * message.el (message-insert-expires): New function.
20169         (message-mode-map): Add key binding.
20170         (message-mode-field-menu): Add menu entry.
20171         (message-mode): Document it.
20172         (message-make-expires-date): Use `message-make-date'.
20173
20174 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20175
20176         * message.el (message-make-expires-date): New function.
20177
20178 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * Makefile.in (list-installed-shadows): New entry.
20181         (install): Use it.
20182         (remove-installed-shadows): New entry.
20183
20184         * dgnushack.el (dgnushack-default-load-path): New variable.
20185         (dgnushack-find-lisp-shadows): New function.
20186         (dgnushack-remove-lisp-shadows): New function.
20187
20188 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20189
20190         * Makefile.in (install-el-elc): New entry.
20191         (install): Use it so that .el files are necessarily installed.
20192
20193 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20194
20195         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20196
20197 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20198
20199         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20200         function rather than the diff-mode.el package.
20201         (mm-display-external): Use with-current-buffer.
20202         (mm-viewer-completion-map, mm-viewer-completion-map):
20203         Move initialization inside declaration.
20204
20205 2005-09-29  Simon Josefsson  <jas@extundo.com>
20206
20207         * spam.el: Load hashcash when compiling, to avoid warnings.
20208         Don't autoload mail-check-payment.
20209         (spam-check-hashcash): Define unconditionally, since hashcash.el
20210         is part of Gnus now.  Ignore errors from payment checking.
20211
20212 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20213
20214         * message.el (message-bold-region, message-unbold-region):
20215         Rename from `bold-region' and `unbold-region'.
20216
20217         * message.el: Remove useless autoloads.
20218
20219 2005-09-28  Simon Josefsson  <jas@extundo.com>
20220
20221         * message.el (message-use-idna): Default to t.
20222         (message-use-idna): Test whether encoding works too.  Doc fix.
20223
20224 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20225
20226         * nntp.el (nntp-warn-about-losing-connection): Remove.
20227
20228 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20229
20230         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20231         customizable.  Change default value.
20232         (mm-uu-diff-groups-regexp): Change default value.
20233         (mm-uu-type-alist): Add doc string.
20234         (mm-uu-configure): Add doc string.  Make it interactive.
20235         (mm-uu-tex-groups-regexp): New variable.
20236         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20237         (mm-uu-type-alist): Add LaTeX documents.
20238         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20239         of "text/verbatim".
20240         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20241
20242         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20243         instead of "text/verbatim".
20244
20245         * message.el (message-mark-inserted-region)
20246         (message-mark-insert-file): Use slrn style marks when called with
20247         prefix argument.
20248
20249 2005-09-27  Simon Josefsson  <jas@extundo.com>
20250
20251         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20252
20253 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20254
20255         * message.el (message-remove-duplicates): New function.
20256         Implementation borrowed from `gnus-remove-duplicates'.
20257         (message-idna-to-ascii-rhs): Also encode idna addresses in
20258         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20259         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20260         only ask about the same idna domain once per header and also tell
20261         in what header to replace the idna domain.
20262
20263         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20264         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20265         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20266         a header is decoded and not just the last one.
20267
20268 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20269
20270         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20271         has been decoded.
20272
20273         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20274         (mm-insert-part): Don't modify text if it has been decoded.
20275
20276         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20277         decoded.
20278
20279         * mm-view.el (mm-inline-text): Don't strip text props unless
20280         decoding enriched or richtext parts.
20281
20282 2005-09-25  Romain Francoise  <romain@orebokech.com>
20283
20284         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20285         * gnus-start.el (gnus-subscribe-interactively):
20286         * gnus-uu.el (gnus-uu-grab-articles):
20287         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20288         space.
20289
20290 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20291
20292         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20293         * mm-view.el (mm-view-pkcs7-decrypt):
20294         * gnus-sum.el (gnus-summary-limit-to-extra)
20295         (gnus-summary-respool-article, gnus-read-move-group-name):
20296         * gnus-score.el (gnus-summary-increase-score):
20297         * gnus-util.el (gnus-completing-read-with-default):
20298         * gnus-art.el (gnus-read-save-file-name)
20299         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20300         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20301         * message.el (message-check-news-header-syntax):
20302         Follow convention for reading with the minibuffer.
20303
20304 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20305
20306         * spam-report.el (spam-report-url-ping-plain):
20307         Use gnus-extended-version as User-Agent.
20308
20309         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20310         default value is nil.
20311
20312         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20313         (mm-uu-verbatim-marks-extract): New function.
20314         (mm-uu-extract): New face.
20315         (mm-uu-copy-to-buffer): Use it.
20316
20317         * spam-report.el (spam-report-gmane-ham): Rename from
20318         `spam-report-gmane-unspam'.
20319         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20320         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20321
20322         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20323         Autoload.
20324         (spam-report-gmane-unregister-routine):
20325         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20326
20327 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20328
20329         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20330         (spam-report-gmane-unregister-routine): Add support for gmane
20331         unregistration.
20332
20333         * spam-report.el (spam-report-gmane-unspam)
20334         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20335         (spam-report-gmane): Change to take a single article and do unspam
20336         registration.
20337
20338 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20339
20340         * mm-url.el (mm-url-decode-entities): Fix regexp.
20341
20342 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20343
20344         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20345         default to nil, to be able to use Gnus at all.  If the default
20346         switches to something else, then the function should be fixed not
20347         be exceedingly slow.
20348
20349 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20350
20351         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20352         fail hard.
20353
20354         * spam-report.el: Add better Keywords line.
20355
20356         * spam.el: Add Maintainer and better Keywords line.
20357
20358 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20359
20360         * gnus-art.el (gnus-article-replace-part)
20361         (gnus-mime-replace-part): New functions.
20362         (gnus-mime-action-alist, gnus-mime-button-commands)
20363         (gnus-mime-save-part-and-strip): Add file argument.
20364         (gnus-article-part-wrapper): Add interactive argument.
20365
20366         * gnus-sum.el (gnus-summary-mime-map):
20367         Add `gnus-article-replace-part'.
20368
20369 2005-09-19  Didier Verna  <didier@xemacs.org>
20370
20371         The nnml compaction feature:
20372         * nnml.el (nnml-request-compact-group): New function.
20373         * nnml.el (nnml-request-compact): New function.
20374         * gnus-int.el (gnus-request-compact-group): New function.
20375         * gnus-int.el (gnus-request-compact): New function.
20376         * gnus-group.el (gnus-group-compact-group): New function.
20377         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20378         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20379         * gnus-srvr.el (gnus-server-compact-server): New function.
20380         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20381         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20382
20383 2005-09-18  Deepak Goel  <deego@gnufans.org>
20384
20385         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20386         format spec.
20387
20388 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20391
20392 2005-09-15  Romain Francoise  <romain@orebokech.com>
20393
20394         * message.el (message-fill-paragraph): Clarify docstring.
20395
20396 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20397
20398         * gnus-art.el (gnus-mime-display-part): Protect against broken
20399         MIME messages.
20400
20401 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20402
20403         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20404         before parsing header.
20405
20406 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20407
20408         * html2text.el (html2text-replace-list): Add new entities.
20409
20410 2005-09-11  Romain Francoise  <romain@orebokech.com>
20411
20412         * message.el (message-alternative-emails): Improve docstring.
20413         (message-setup-1): Call `message-use-alternative-email-as-from'
20414         after `message-setup-hook' to give it precedence over posting
20415         styles, etc.
20416         (message-use-alternative-email-as-from): Add docstring.
20417         Remove the original From header if present.
20418
20419         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20420         (nnml-save-mail): Use it.
20421
20422         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20423         articles.  Add new argument `silent'.
20424         (gnus-uu-mark-all): Report the total number of marked articles.
20425
20426 2005-09-10  Romain Francoise  <romain@orebokech.com>
20427
20428         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20429         (gnus-uu-mark-series): Likewise.
20430
20431 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20432
20433         * spam-report.el (spam-report-gmane): Fix generation of spam
20434         report URL.
20435
20436 2005-09-10  Simon Josefsson  <jas@extundo.com>
20437
20438         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20439         t, based on discussion on the ding list with Robert Epprecht
20440         <epprecht@solnet.ch>.
20441
20442 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20443
20444         * spam-report.el (spam-report-gmane): Make it work without
20445         X-Report-Spam header.  Gmane now only provides Archived-At.
20446         This is only used if `spam-report-gmane-use-article-number' is nil.
20447         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20448
20449         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20450         make `gnus-summary-sort-by-recipient' work with threading.
20451
20452         * nnweb.el (nnweb-google-wash-article): Print a message if article
20453         is not available.
20454
20455 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20456
20457         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20458         change.  Decode text/* parts content before displaying.
20459
20460 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20461
20462         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20463
20464 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20467
20468         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20469         url-package-name, url-package-version,
20470         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20471         w3m-display-inline-images, and w3m-minor-mode-map.
20472
20473 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20474
20475         * message.el (message-tab-body-function): Fix mismatched custom type.
20476
20477         * gnus.el (gnus-group-change-level-function): Ditto.
20478
20479         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20480
20481         * gnus-art.el (gnus-signature-limit)
20482         (gnus-article-mime-part-function): Ditto.
20483
20484 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * mml.el (mml-mode): Silence the byte compiler.
20487
20488         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20489         using `(sit-for 0)' before moving the point to the specified part;
20490         skip unbuttonized parts.
20491         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20492         return to the summary window if gnus-auto-select-part is non-nil.
20493
20494 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20495
20496         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20497         New variables.
20498         (mml-dnd-attach-file, mml-mode): Use them.
20499
20500         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20501         Make fetching article by MID work again for Google Groups.
20502         Add FIXME concerning gnus-group-make-web-group.
20503
20504         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20505         Don't depend on Gnus by using mail-extract-address-components if
20506         gnus-extract-address-components is not bound.
20507
20508 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20509
20510         * gnus-art.el (gnus-mime-display-security): Don't display the
20511         signature, but only the signed part.
20512
20513 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20514
20515         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20516
20517         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20518         list, not listp.
20519
20520 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20521
20522         * mm-encode.el (mm-encode-content-transfer-encoding):
20523         Likewise when encoding.
20524
20525         * mm-bodies.el (mm-decode-content-transfer-encoding):
20526         De-canonicalize CRLF for all text content types, not just
20527         text/plain.
20528
20529 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20530
20531         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20532         valid article; point arrow and cursor at the MIME button.
20533
20534 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20535
20536         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20537         Suggested by Dan Christensen <jdc@uwo.ca>.
20538
20539         * mm-decode.el (mm-save-part): Enable change of prompt.
20540
20541 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20542
20543         * gnus-msg.el (gnus-inews-add-send-actions):
20544         Make `message-post-method' lambda parameter ARG `&optional'.
20545
20546 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20547
20548         * gnus-sum.el (gnus-summary-mime-map):
20549         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20550         gnus-article-jump-to-part.
20551
20552         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20553         (gnus-article-edit-part): Use it.
20554         (gnus-article-part-wrapper): Add no-handle argument.
20555         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20556         New functions.
20557
20558 2005-08-29  Romain Francoise  <romain@orebokech.com>
20559
20560         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20561         docstring.
20562         (gnus-face-from-file): Likewise.
20563
20564 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20565
20566         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20567         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20568         non-nil.
20569         (gnus-auto-select-part): New variable.
20570         (gnus-article-jump-to-part): New function.
20571         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20572         (gnus-mime-delete-part): Allow selecting specified part after
20573         deleting or stripping parts.
20574         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20575         part if argument is bogus.
20576
20577 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20578
20579         * gnus-art.el (w3m-minor-mode-map):
20580         * gnus-spec.el (gnus-newsrc-file-version):
20581         * gnus-util.el (nnmail-active-file-coding-system)
20582         (gnus-original-article-buffer, gnus-user-agent):
20583         * gnus.el (gnus-ham-process-destinations)
20584         (gnus-parameter-ham-marks-alist)
20585         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20586         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20587         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20588         * mm-decode.el (gnus-current-window-configuration):
20589         * mm-extern.el (gnus-article-mime-handles):
20590         * mm-url.el (url-current-object, url-package-name)
20591         (url-package-version):
20592         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20593         (smime-keys, w3m-cid-retrieve-function-alist)
20594         (w3m-current-buffer, w3m-display-inline-images)
20595         (w3m-minor-mode-map):
20596         * mml-smime.el (gnus-extract-address-components):
20597         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20598         (gnus-newsrc-hashtb, message-default-charset)
20599         (message-deletable-headers, message-options)
20600         (message-posting-charset, message-required-mail-headers)
20601         (message-required-news-headers):
20602         * mml1991.el (mc-pgp-always-sign):
20603         * mml2015.el (mc-pgp-always-sign):
20604         * nnheader.el (nnmail-extra-headers):
20605         * rfc1843.el (gnus-decode-encoded-word-function)
20606         (gnus-decode-header-function, gnus-newsgroup-name):
20607         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20608
20609 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20610
20611         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20612         the end of the date treatments.
20613
20614 2005-08-15  Simon Josefsson  <jas@extundo.com>
20615
20616         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20617         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20618         Capello and Romain Francoise.
20619         (pgg-fetch-key-function): Remove, not used?
20620         (pgg-insert-url-with-w3): Require url, to get
20621         url-insert-file-contents regardless of where it is defined.
20622
20623 2005-08-13  Romain Francoise  <romain@orebokech.com>
20624
20625         * message.el (message-cite-original-1): New function.
20626         (message-cite-original): Use it.
20627         (message-cite-original-without-signature): Ditto.
20628
20629 2005-08-08  Romain Francoise  <romain@orebokech.com>
20630
20631         * message.el (message-yank-empty-prefix): New variable.
20632         (message-indent-citation): Use it.
20633         (message-cite-original-without-signature): Respect X-No-Archive.
20634
20635 2005-08-08  Simon Josefsson  <jas@extundo.com>
20636
20637         * pgg.el: Autoload url-insert-file-contents instead of loading
20638         w3/url.
20639         (pgg-insert-url-with-w3): Don't load url here.
20640
20641 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20642
20643         * message.el (message-kill-to-signature): Don't insert newline at
20644         bol.
20645         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20646
20647 2005-08-06  Romain Francoise  <romain@orebokech.com>
20648
20649         * message.el (message-user-fqdn): Fix typo in docstring.
20650
20651 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20652
20653         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20654
20655         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20656
20657 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20658
20659         * mm-bodies.el (mm-encode-body): Use coding system rather than
20660         charset to encode text.
20661
20662         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20663         number of charsets if utf-8 is available (XEmacs).
20664
20665 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20666
20667         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20668         taken from `gnus-button-mid-or-mail-regexp'.
20669         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20670         (gnus-button-alist): Improve regexp for domain part of the MIDs
20671         for news:localpart@domain buttons.
20672         (gnus-button-ctan-directory-regexp): Update.
20673
20674 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20675
20676         * sieve-manage.el (sieve-manage-interactive-login):
20677         Use make-local-variable rather than make-variable-buffer-local.
20678         (sieve-manage-open): Ditto.
20679         (sieve-manage-authenticate): Ditto.
20680
20681         * mml.el (mml-generate-mime-1): Make the content type default to
20682         text/plain if the filename is not specified.
20683
20684 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20685
20686         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20687         instead of insert-buffer.
20688
20689         * message.el (message-yank-original): Ditto; set the mark at the
20690         end of the yanked message.
20691
20692 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20693
20694         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20695         lines to scroll rather than to stop it.
20696
20697         * mml.el (mml-generate-default-type): Add doc string.
20698         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20699         default to application/octet-stream when determining the content
20700         type if it is not specified for the part or the mml contents; add
20701         a comment about mml-generate-default-type.
20702
20703 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20704
20705         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20706         make it default to application/octet-stream when determining the
20707         content type if it is not specified for the external contents.
20708
20709 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20710
20711         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20712         segmented parameter but also other parameters might be there.
20713
20714 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20715
20716         * mm-decode.el (mm-display-external): Delete temp file, directory
20717         and buffer immediately if the external process is exited.
20718
20719 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20720
20721         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20722         fewer lines than that of scroll-margin.
20723         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20724
20725 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20726
20727         * gnus-art.el (gnus-article-next-page): Revert.
20728         (gnus-article-beginning-of-window): New macro.
20729         (gnus-article-next-page-1): Use it.
20730         (gnus-article-prev-page): Ditto.
20731         (gnus-article-edit-part): Use insert-buffer-substring instead of
20732         insert-buffer.
20733         (gnus-article-edit-exit): Ditto.
20734
20735         * gnus-util.el (gnus-beginning-of-window): Remove.
20736         (gnus-end-of-window): Remove.
20737
20738         * lpath.el: Don't bind header-line-format and scroll-margin.
20739
20740 2005-07-25  Simon Josefsson  <jas@extundo.com>
20741
20742         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20743         to have the url package without w3.  Reported by Daiki Ueno
20744         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20745
20746 2005-07-20  Didier Verna  <didier@xemacs.org>
20747
20748         * gnus-diary.el: Remove the description comment (nndiary is now
20749         properly documented in the Gnus manual).
20750         Fix the spelling of "Back End".
20751         * nndiary.el: Ditto.
20752         Fix the copyright notice.
20753
20754 2005-07-18  Romain Francoise  <romain@orebokech.com>
20755
20756         * gnus-sum.el (gnus-summary-to-prefix)
20757         (gnus-summary-newsgroup-prefix): New variables.
20758         (gnus-summary-from-or-to-or-newsgroups): Use them.
20759
20760 2005-07-17  Romain Francoise  <romain@orebokech.com>
20761
20762         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20763         space as it's generally not especially interesting to the user.
20764
20765 2005-07-16  Romain Francoise  <romain@orebokech.com>
20766
20767         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20768         nil to avoid prompting and file modification if one of the
20769         messages at the top of the nnfolder file contains a copyright
20770         notice.
20771         Update copyright notice.
20772
20773         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20774         instead of `current-time-string' as the latter creates a time
20775         string that is not RFC 2822 compliant (it lacks the zone).
20776         Update copyright notice.
20777
20778 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20779
20780         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20781         for text/rtf.  Display default in prompt.  Pass default for M-n.
20782
20783         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20784
20785 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20786
20787         * gnus-msg.el (gnus-button-mailto):
20788         Remove save-selected-window-window hackery because it relies on
20789         save-selected-window internals.
20790
20791 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20794         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20795         (gnus-article-prev-page): Ditto.
20796
20797         * gnus-util.el (gnus-beginning-of-window): New function.
20798         (gnus-end-of-window): New function.
20799
20800         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20801
20802 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20803
20804         * gnus-score.el (gnus-score-edit-all-score):
20805         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20806         gnus-message.
20807
20808 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20809
20810         * gnus-msg.el (gnus-button-mailto):
20811         Remove save-selected-window-window hackery because it relies on
20812         save-selected-window internals.
20813
20814 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20815
20816         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20817         add-minor-mode.
20818         (gnus-binary-mode): Ditto.
20819
20820         * gnus-topic.el (gnus-topic-mode): Ditto.
20821
20822 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20823
20824         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20825         (gnus-article-prev-page): Take scroll-margin into consideration.
20826
20827 2005-07-04  Lute Kamstra  <lute@gnu.org>
20828
20829         Update FSF's address in GPL notices.
20830
20831 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20832
20833         * gnus.el (gnus-exit):
20834         * gnus-group.el (gnus-group-icons):
20835         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20836
20837         * gnus-nocem.el (gnus-nocem):
20838         * message.el (message-various, message-buffers, message-sending)
20839         (message-interface, message-forwarding, message-insertion)
20840         (message-headers, message-news, message-mail):
20841         * pgg-gpg.el (pgg-gpg):
20842         * pgg-parse.el (pgg-parse):
20843         * pgg-pgp.el (pgg-pgp):
20844         * pgg-pgp5.el (pgg-pgp5):
20845         * pop3.el (pop3): Finish `defgroup' description with period.
20846
20847 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * gnus-art.el (article-display-face): Improve the efficiency.
20850         (article-display-x-face): Ditto; remove gray x-face stuff.
20851
20852 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20853
20854         * gnus-art.el (article-display-face): Correct the position in
20855         which Faces are inserted.
20856
20857 2005-06-29  Didier Verna  <didier@xemacs.org>
20858
20859         * gnus-art.el (article-display-face): Display faces in correct
20860         order.
20861
20862 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20865         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20866         (gnus-nocem-check-article): Fetch the Type header.
20867         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20868         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20869         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20870         make sure gnus-nocem-hashtb is initialized.
20871         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20872         (gnus-nocem-unwanted-article-p): Ditto.
20873
20874         * pgg.el (pgg-verify): Return the verification result.
20875
20876 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20877
20878         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20879         is ascii.
20880
20881 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20882
20883         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20884         `show-nonbreak-escape'.
20885
20886 2005-06-23  Lute Kamstra  <lute@gnu.org>
20887
20888         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20889
20890         * dig.el (dig-mode):
20891         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20892
20893 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20894
20895         * nnimap.el (nnimap-split-download-body): Fix spellings.
20896
20897 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20898
20899         * gnus-art.el (gnus-article-encrypt-body):
20900         * gnus-cus.el (gnus-score-customize):
20901         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20902         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20903
20904 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20905
20906         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20907         header by looking for magic "MII" at the beginning.
20908
20909 2005-06-16  Miles Bader  <miles@gnu.org>
20910
20911         * gnus-xmas.el (gnus-xmas-group-startup-message):
20912         Use renamed gnus-splash face.
20913
20914         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20915         (assistant-field-face): New backward-compatibility alias for renamed
20916         face.
20917         (assistant-render-text): Use renamed assistant-field face.
20918
20919         * spam.el (spam): Remove "-face" suffix from face name.
20920         (spam-face): New backward-compatibility alias for renamed face.
20921         (spam-face, spam-initialize): Use renamed spam face.
20922
20923         * message.el (message-header-to, message-header-cc)
20924         (message-header-subject, message-header-newsgroups)
20925         (message-header-other, message-header-name)
20926         (message-header-xheader, message-separator, message-cited-text)
20927         (message-mml): Remove "-face" suffix from face names.
20928         (message-header-to-face, message-header-cc-face)
20929         (message-header-subject-face, message-header-newsgroups-face)
20930         (message-header-other-face, message-header-name-face)
20931         (message-header-xheader-face, message-separator-face)
20932         (message-cited-text-face, message-mml-face):
20933         New backward-compatibility aliases for renamed faces.
20934         (message-font-lock-keywords): Use renamed message faces.
20935
20936         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20937         (sieve-test-commands, sieve-tagged-arguments):
20938         Remove "-face" suffix from face names.
20939         (sieve-control-commands-face, sieve-action-commands-face)
20940         (sieve-test-commands-face, sieve-tagged-arguments-face):
20941         New backward-compatibility aliases for renamed faces.
20942         (sieve-control-commands-face, sieve-action-commands-face)
20943         (sieve-test-commands-face, sieve-tagged-arguments-face):
20944         Use renamed sieve faces.
20945
20946         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20947         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20948         (gnus-group-news-3-empty, gnus-group-news-4)
20949         (gnus-group-news-4-empty, gnus-group-news-5)
20950         (gnus-group-news-5-empty, gnus-group-news-6)
20951         (gnus-group-news-6-empty, gnus-group-news-low)
20952         (gnus-group-news-low-empty, gnus-group-mail-1)
20953         (gnus-group-mail-1-empty, gnus-group-mail-2)
20954         (gnus-group-mail-2-empty, gnus-group-mail-3)
20955         (gnus-group-mail-3-empty, gnus-group-mail-low)
20956         (gnus-group-mail-low-empty, gnus-summary-selected)
20957         (gnus-summary-cancelled, gnus-summary-high-ticked)
20958         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20959         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20960         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20961         (gnus-summary-low-undownloaded)
20962         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20963         (gnus-summary-low-unread, gnus-summary-normal-unread)
20964         (gnus-summary-high-read, gnus-summary-low-read)
20965         (gnus-summary-normal-read, gnus-splash):
20966         Remove "-face" suffix from face names.
20967         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20968         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20969         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20970         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20971         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20972         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20973         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20974         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20975         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20976         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20977         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20978         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20979         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20980         (gnus-summary-normal-ticked-face)
20981         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20982         (gnus-summary-normal-ancient-face)
20983         (gnus-summary-high-undownloaded-face)
20984         (gnus-summary-low-undownloaded-face)
20985         (gnus-summary-normal-undownloaded-face)
20986         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20987         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20988         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20989         (gnus-splash-face):
20990         New backward-compatibility aliases for renamed faces.
20991         (gnus-group-startup-message): Use renamed gnus faces.
20992
20993         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20994         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20995         (gnus-server-agent): Remove "-face" suffix from face names.
20996         (gnus-server-agent-face, gnus-server-opened-face)
20997         (gnus-server-closed-face, gnus-server-denied-face)
20998         (gnus-server-offline-face):
20999         New backward-compatibility aliases for renamed faces.
21000         (gnus-server-agent-face, gnus-server-opened-face)
21001         (gnus-server-closed-face, gnus-server-denied-face)
21002         (gnus-server-offline-face): Use renamed gnus faces.
21003
21004         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21005         Remove "-face" suffix from face names.
21006         (gnus-picon-xbm-face, gnus-picon-face):
21007         New backward-compatibility aliases for renamed faces.
21008
21009         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21010         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21011         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21012         (gnus-cite-11): Remove "-face" suffix from face names.
21013         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21014         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21015         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21016         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21017         New backward-compatibility aliases for renamed faces.
21018         (gnus-cite-attribution-face, gnus-cite-face-list)
21019         (gnus-article-boring-faces): Use renamed gnus faces.
21020
21021         * gnus-art.el (gnus-signature, gnus-header-from)
21022         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21023         (gnus-header-content): Remove "-face" suffix from face names.
21024         (gnus-signature-face, gnus-header-from-face)
21025         (gnus-header-subject-face, gnus-header-newsgroups-face)
21026         (gnus-header-name-face, gnus-header-content-face):
21027         New backward-compatibility aliases for renamed faces.
21028         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21029
21030         * gnus-sum.el (gnus-summary-selected-face)
21031         (gnus-summary-highlight): Use renamed gnus faces.
21032         * gnus-group.el (gnus-group-highlight): Likewise.
21033
21034 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21035
21036         * gnus-sieve.el (gnus-sieve-article-add-rule):
21037         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21038         * spam-stat.el (spam-stat-buffer-change-to-spam)
21039         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21040
21041         * message.el (message-is-yours-p):
21042         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21043
21044 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * mm-view.el (mm-inline-text): Withdraw the last change.
21047
21048 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21049
21050         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21051         executing enriched-decode.
21052
21053 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21054
21055         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21056         charset of tar files.
21057
21058 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21059
21060         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21061
21062 2005-06-04  Lute Kamstra  <lute@gnu.org>
21063
21064         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21065         information is never recorded.
21066
21067 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21068
21069         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21070
21071 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21072
21073         * pop3.el (pop3-apop): Run md5 in the binary mode.
21074
21075         * starttls.el (starttls-set-process-query-on-exit-flag):
21076         Use eval-and-compile.
21077
21078 2005-05-31  Simon Josefsson  <jas@extundo.com>
21079
21080         * smime.el (smime-replace-in-string): Define.
21081         (smime-cert-by-ldap-1): Use it.
21082
21083 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21084
21085         * gnus-art.el (article-display-x-face): Replace
21086         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21087
21088         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21089         set-process-query-on-exit-flag or process-kill-without-query.
21090
21091         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21092         loop instead of replace-regexp.
21093
21094         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21095         instead of process-kill-without-query if it is available.
21096
21097         * lpath.el: Fbind ldap-search-entries.
21098
21099         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21100         instead of find-file-hooks if it is available.
21101
21102         * mml1991.el: Bind pgg-default-user-id when compiling.
21103
21104         * mml2015.el: Bind pgg-default-user-id when compiling.
21105
21106         * nndraft.el (nndraft-request-associate-buffer):
21107         Use write-contents-functions instead of write-contents-hooks if it is
21108         available.
21109
21110         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21111         instead of find-file-hooks if it is available.
21112
21113         * nntp.el (nntp-open-connection): Replace
21114         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21115         (nntp-open-ssl-stream): Ditto.
21116         (nntp-open-tls-stream): Ditto.
21117
21118         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21119         set-process-query-on-exit-flag or process-kill-without-query.
21120         (starttls-open-stream-gnutls): Use it instead of
21121         process-kill-without-query.
21122         (starttls-open-stream): Ditto.
21123
21124 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21125
21126         * smime.el (smime-cert-by-ldap-1): Don't use
21127         replace-regexp-in-string.
21128
21129 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21130
21131         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21132
21133         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21134         in PEM format.  Adjust to the XEmacs compatibility.
21135
21136 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21137
21138         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21139         by `string-to-number'.
21140         * gnus-agent.el (gnus-agent-regenerate-group)
21141         (gnus-agent-fetch-articles): Ditto.
21142         * gnus-art.el (gnus-button-fetch-group): Ditto.
21143         * gnus-cache.el (gnus-cache-generate-active)
21144         (gnus-cache-articles-in-group): Ditto.
21145         * gnus-group.el (gnus-group-set-current-level)
21146         (gnus-group-insert-group-line): Ditto.
21147         * gnus-score.el (gnus-score-set-expunge-below)
21148         (gnus-score-set-mark-below, gnus-summary-score-effect)
21149         (gnus-summary-score-entry): Ditto.
21150         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21151         (gnus-soup-pack): Ditto.
21152         * gnus-spec.el (gnus-xmas-format): Ditto.
21153         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21154         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21155         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21156         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21157         * nndb.el (nndb-get-remote-expire-response): Ditto.
21158         * nndiary.el (nndiary-parse-schedule-value)
21159         (nndiary-string-to-number, nndiary-request-replace-article)
21160         (nndiary-request-article): Ditto.
21161         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21162         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21163         * nneething.el (nneething-make-head): Ditto.
21164         * nnfolder.el (nnfolder-request-article)
21165         (nnfolder-retrieve-headers): Ditto.
21166         * nnheader.el (nnheader-file-to-number): Ditto.
21167         * nnkiboze.el (nnkiboze-request-article): Ditto.
21168         * nnmail.el (nnmail-process-unix-mail-format)
21169         (nnmail-process-babyl-mail-format): Ditto.
21170         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21171         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21172         (nnmh-request-create-group, nnmh-request-list-1)
21173         (nnmh-request-group, nnmh-request-article): Ditto.
21174         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21175         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21176         * nnsoup.el (nnsoup-make-active): Ditto.
21177         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21178         * nntp.el (nntp-find-group-and-number)
21179         (nntp-retrieve-headers-with-xover): Ditto.
21180         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21181         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21182         (pgg-format-key-identifier): Ditto.
21183         * pop3.el (pop3-last, pop3-stat): Ditto.
21184         * qp.el (quoted-printable-decode-region): Ditto.
21185
21186         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21187         of concat.
21188
21189 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21190
21191         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21192
21193         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21194
21195         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21196
21197         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21198
21199         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21200
21201         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21202
21203         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21204         (gnus-carpal-mode): Ditto.
21205
21206         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21207         (gnus-browse-mode): Ditto.
21208
21209         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21210
21211         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21212
21213 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21214
21215         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21216
21217 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * gnus-util.el (gnus-run-mode-hooks): New function.
21220
21221         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21222
21223         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21224         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21225
21226 2005-05-27  Lute Kamstra  <lute@gnu.org>
21227
21228         * dns-mode.el (dns-mode): Specify customization group.
21229
21230 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21231
21232         * gnus-agent.el (gnus-agent-make-mode-line-string):
21233         Use mode-line-highlight as mouse-face.
21234
21235 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * canlock.el (canlock): Change the parent group to news.
21238
21239         * deuglify.el (gnus-outlook-deuglify): Add :group.
21240
21241         * dig.el (dig): Add :group.
21242
21243         * dns-mode.el (dns-mode): Add :group.
21244
21245         * encrypt.el (encrypt): Add :group.
21246
21247         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21248         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21249         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21250         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21251         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21252
21253         * gnus-diary.el (gnus-diary): Add :group.
21254
21255         * gnus.el (gnus-group-news-1-face): Add :group.
21256         (gnus-group-news-1-empty-face): Ditto.
21257         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21258         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21259         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21260         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21261         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21262         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21263         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21264         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21265         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21266         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21267         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21268         (gnus-summary-high-ticked-face): Ditto.
21269         (gnus-summary-low-ticked-face): Ditto.
21270         (gnus-summary-normal-ticked-face): Ditto.
21271         (gnus-summary-high-ancient-face): Ditto.
21272         (gnus-summary-low-ancient-face): Ditto.
21273         (gnus-summary-normal-ancient-face): Ditto.
21274         (gnus-summary-high-undownloaded-face): Ditto.
21275         (gnus-summary-low-undownloaded-face): Ditto.
21276         (gnus-summary-normal-undownloaded-face): Ditto.
21277         (gnus-summary-high-unread-face): Ditto.
21278         (gnus-summary-low-unread-face): Ditto.
21279         (gnus-summary-normal-unread-face): Ditto.
21280         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21281         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21282
21283         * hashcash.el (hashcash): New custom group.
21284         (hashcash-default-payment): Add :group.
21285         (hashcash-payment-alist): Ditto.
21286         (hashcash-default-accept-payment): Ditto.
21287         (hashcash-accept-resources): Ditto.
21288         (hashcash-path): Ditto.
21289         (hashcash-extra-generate-parameters): Ditto.
21290         (hashcash-double-spend-database): Ditto.
21291         (hashcash-in-news): Ditto.
21292
21293         * message.el (message-minibuffer-local-map): Add :group.
21294
21295         * netrc.el (netrc): Add :group.
21296
21297         * sieve-manage.el (sieve-manage-log): Add :group.
21298         (sieve-manage-default-user): Diito.
21299         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21300         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21301         (sieve-manage-authenticators): Ditto.
21302         (sieve-manage-authenticator-alist): Ditto.
21303         (sieve-manage-default-port): Ditto.
21304
21305         * sieve-mode.el (sieve-control-commands-face): Add :group.
21306         (sieve-action-commands-face): Ditto.
21307         (sieve-test-commands-face): Ditto.
21308         (sieve-tagged-arguments-face): Ditto.
21309
21310         * smime.el (smime): Add :group.
21311
21312         * spam-report.el (spam-report): Add :group.
21313
21314         * spam.el (spam, spam-face): Add :group.
21315
21316 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21317
21318         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21319         return \n.\n.\n at the end of articles.  Protect against that.
21320         (nntp-with-open-group): Allow debugging.
21321
21322         * nnheader.el (mail-header-set-extra): Make into a function
21323         because I just could't understand how to quote the list properly.
21324
21325         * dns.el (query-dns-cached): New function.
21326
21327 2005-05-26  Lute Kamstra  <lute@gnu.org>
21328
21329         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21330
21331 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21332
21333         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21334
21335         * gnus-art.el: Don't autoload mail-extract-address-components.
21336
21337         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21338         eval-and-compile to evaluate it.
21339
21340         * hashcash.el: Don't autoload executable-find.
21341
21342         * nndb.el: Don't declare the nndb back end two or more times; don't
21343         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21344
21345         * nntp.el: Autoload format-spec instead of format; use
21346         eval-and-compile to evaluate autoload forms.
21347
21348 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21349
21350         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21351
21352 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21353
21354         * gnus.el (gnus-version-number): Bump version.
21355
21356 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21357
21358         * gnus.el: No Gnus v0.3 is released.
21359
21360 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21361
21362         * lpath.el (featurep): Bind show-nonbreak-escape.
21363
21364 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21365
21366         * gnus-art.el (gnus-article-edit-part): Disable undo.
21367
21368 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21369
21370         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21371         gnus-article-date-lapsed-new-header is t if date timer is active;
21372         skip headers in which the original date value is empty.
21373         (gnus-article-save-original-date): Redefine it as a macro.
21374         (gnus-display-mime): Use it.
21375
21376 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21377
21378         * gnus-art.el (article-date-ut): Support converting date in
21379         forwarded parts as well.
21380         (gnus-article-save-original-date): New function.
21381         (gnus-display-mime): Use it.
21382
21383 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21384
21385         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21386         enclosure element of <item>.
21387
21388 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21389
21390         * message.el (message-kill-buffer-query): Rename from
21391         `message-kill-buffer-query-if-modified'.  Add :version.
21392
21393 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21394
21395         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21396         window layout.
21397
21398 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21399
21400         * mml.el: Autoload dnd when compiling.
21401
21402 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21403
21404         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21405         x-dnd-*.
21406
21407 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21408
21409         * qp.el (quoted-printable-encode-region): Save excursion.
21410
21411 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21412
21413         * message.el (message-kill-buffer-query-if-modified): Add new variable
21414         so the user can kill a modified message buffer quickly.
21415         (message-kill-buffer): Use it.
21416
21417 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21418
21419         * lpath.el: Fbind display-time-event-handler; don't fbind
21420         string-to-multibyte.
21421
21422         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21423
21424 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21425
21426         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21427         contained in text because xml.el decodes entities) with LFs.
21428
21429 2005-04-11  Lute Kamstra  <lute@gnu.org>
21430
21431         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21432         differently.
21433
21434 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21435
21436         * mm-util.el (mm-detect-coding-region): Typo.
21437
21438 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21439
21440         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21441
21442 2005-04-06  Deepak Goel  <deego@gnufans.org>
21443
21444         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21445         user-function allow user modifications of the scores.
21446         (spam-stat-score-buffer-user): New function, to allow
21447         user-computed modifications to the score.
21448         (spam-stat-score-buffer-user-functions): List of additional
21449         scoring functions.
21450         (spam-stat-error-holder): Global temporary error holder.
21451         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21452         variable.
21453
21454 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21455
21456         * gnus-registry.el (gnus-registry-clean-empty-function)
21457         (gnus-registry-trim, gnus-registry-fetch-groups)
21458         (gnus-registry-delete-group): Groups that match
21459         `gnus-registry-ignored-groups' are removed from the registry
21460         entries, not just ignored for splitting.  This helps clean up the
21461         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21462         to get all the groups a message ID is in.
21463
21464         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21465         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21466         (spam-stat-score-buffer-user-functions): Add :number custom type.
21467
21468 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21469
21470         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21471         argument in XEmacs.
21472
21473         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21474         (nnrss-request-group): Decode group name first.
21475         (nnrss-request-article): Make a text/plain article if mml-to-mime
21476         failed.
21477         (nnrss-get-encoding): Return a compatible encoding according to
21478         nnrss-compatible-encoding-alist.
21479         (nnrss-find-el): Use consp instead of listp.
21480         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21481
21482 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21483
21484         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21485         which Emacs 20 doesn't support.
21486         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21487
21488 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21489
21490         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21491         silence the byte compiler inside the defun.
21492
21493         * gnus-demon.el (parse-time-string): Add autoload.
21494
21495         * gnus-delay.el (parse-time-string): Add autoload.
21496
21497         * gnus-art.el (parse-time-string): Add autoload.
21498
21499         * nnultimate.el (parse-time): Require for `parse-time-string'.
21500
21501 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21502
21503         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21504
21505         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21506
21507         * smime.el (smime-ldap-host-list): Add :version.
21508
21509 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21510
21511         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21512         pass it to `gnus-browse-read-group'.
21513         (gnus-browse-read-group): Add NUMBER argument and pass it to
21514         `gnus-group-read-ephemeral-group'.
21515
21516         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21517         argument and pass it to `gnus-group-read-group'.
21518
21519 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21520
21521         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21522         mm-xemacs-find-mime-charset-1 if we have the mule feature
21523         available at runtime.
21524
21525 2005-03-25  Werner Lemberg  <wl@gnu.org>
21526
21527         * nnmaildir.el: Replace `illegal' with `invalid'.
21528
21529 2005-03-23  Lute Kamstra  <lute@gnu.org>
21530
21531         * time-date.el: Add comment on time value formats.
21532         Don't require parse-time.
21533         (with-decoded-time-value): New macro.
21534         (encode-time-value): New function.
21535         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21536         (days-to-time): Return a valid time value when arg is huge.
21537         (time-since): Use time-subtract.
21538         (time-to-number-of-days): Use time-to-seconds.
21539
21540 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21541
21542         * gnus-start.el (gnus-display-time-event-handler):
21543         Check display-time-timer at runtime rather than only at load time
21544         in case display-time-mode is turned off in the mean time.
21545
21546 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21547
21548         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21549         used.
21550
21551         * nneething.el (nneething-map-file-directory): Derive from
21552         `gnus-directory'.
21553
21554         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21555         the To/Cc button.
21556
21557 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21558
21559         * nnmaildir.el (nnmaildir-request-accept-article):
21560         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21561
21562 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21563
21564         * gnus-async.el: Require timer-funcs at compile time when in
21565         XEmacs for `run-with-idle-timer'.
21566
21567 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21568
21569         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21570         autoloaded function.
21571
21572 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21573
21574         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21575
21576 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21577
21578         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21579
21580 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21581
21582         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21583         Add gnus-expert-user to default.
21584
21585 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21586
21587         * nnimap.el (nnimap-open-server): Ditto.
21588
21589         * imap.el (imap-authenticate): Fix typo.
21590
21591 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21592
21593         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21594         buffer (since IMAP server might return FETCH response out of
21595         order, and the nntp buffer must be sorted).
21596
21597 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21598
21599         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21600         comparison on string.
21601
21602         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21603         (gnus-agent-score): Rename category keywords to match gnus-cus.
21604         (gnus-agent-summary-fetch-series): Modify to protect against
21605         gnus-agent-summary-fetch-group clearing processable flags.
21606         (gnus-agent-synchronize-group-flags): Update live group buffer as
21607         synchronization may occur due to the user toggle the plugged
21608         status.
21609         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21610         successfully downloaded.
21611         (gnus-agent-expire-group-1): Avoid using markers when the overview
21612         is in ascending order; greatly improves performance.
21613         (gnus-agent-regenerate-group):
21614         Use gnus-agent-synchronize-group-flags to reset read status in both
21615         gnus and server.
21616         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21617
21618 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21619
21620         * message.el: Don't autoload former message-utils variables.
21621         (message-strip-subject-trailing-was): Change doc string.
21622
21623         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21624         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21625         (nnweb-google-search): Add "hl=en" here.
21626         (nnweb-google-parse-1, nnweb-google-create-mapping):
21627         Don't hardcode URL.
21628
21629 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21630
21631         * message.el (message-get-reply-headers, message-followup):
21632         Mention related variables `message-use-followup-to' and
21633         `message-use-mail-followup-to', in the information buffer.
21634
21635         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21636         of broken groups(-beta).google.com.
21637
21638 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21639
21640         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21641         parameter to invoked gnus-request-move-article; remove the
21642         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21643         all at once instead of once per article.
21644         (gnus-summary-remove-process-mark): Accept a list of articles as
21645         well as a single article for processing.
21646
21647         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21648         parameter.
21649
21650         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21651
21652         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21653
21654         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21655         parameter.
21656
21657         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21658         parameter.
21659
21660         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21661         parameter and remove the gnus-sum-hint-move-is-internal variable.
21662
21663         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21664         parameter.
21665
21666         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21667         parameter.
21668
21669         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21670         parameter.
21671
21672         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21673
21674         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21675         parameter.
21676
21677         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21678         parameter.
21679
21680 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21681
21682         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21683         a more conservative way.
21684
21685 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21686
21687         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21688         buffer, so it moves the window's cursor.
21689
21690 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21691
21692         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21693         `mm-dissect-multipart' and receive the from field as an (optional)
21694         argument from `mm-dissect-multipart'.
21695         (mm-dissect-multipart): Receive the from field as an argument and
21696         pass it on when we call `mm-dissect-buffer' on MIME parts.
21697         Fixes verification/decryption of signed/encrypted MIME parts.
21698
21699 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21700
21701         * gnus-sum.el (gnus-summary-move-article):
21702         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21703         whatever it calls (right now, only nnimap-request-move article
21704         respects it).
21705
21706         * nnimap.el (nnimap-request-move-article):
21707         When gnus-sum-hint-move-is-internal is set, don't do the extra
21708         nnimap-request-article.
21709
21710 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21711
21712         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21713
21714         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21715         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21716
21717         * gnus-sum.el (gnus-summary-caesar-message):
21718         Apply `gnus-treat-article' after rotation.
21719
21720         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21721         doc string.
21722
21723 2005-02-22  Simon Josefsson  <jas@extundo.com>
21724
21725         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21726         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21727         <arne@arnested.dk>.
21728         (encrypt): Add password-cache and password-cache-expiry as group
21729         members.
21730
21731 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21732
21733         * smime.el (smime-ldap-host-list): Doc fix.
21734         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21735         cache) password.
21736         (smime-sign-region): Use it.
21737         (smime-decrypt-region): Use it.
21738         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21739         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21740         fails.
21741         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21742         certificate from DER to PEM format rather than calling openssl.
21743
21744         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21745
21746         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21747         for signing/encryption.
21748
21749         * mml.el (mml-parse-1): Use them.
21750
21751 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21752
21753         * nnrss.el (nnrss-verbose): Remove.
21754         (nnrss-request-group): Use `nnheader-message' instead.
21755
21756 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21757
21758         * nnrss.el (nnrss-verbose): New variable.
21759         (nnrss-request-group): Make it say nnrss is requesting a group.
21760
21761 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21762
21763         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21764         Handle news URL with given port correctly.
21765
21766 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21767
21768         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21769         containing special characters.
21770
21771         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21772
21773         * mml.el (mime-to-mml): Ditto.
21774
21775         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21776         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21777         (rfc2047-decode-region): Quote decoded words containing special
21778         characters when rfc2047-quote-decoded-words-containing-tspecials
21779         is non-nil.
21780
21781 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21782
21783         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21784
21785         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21786
21787 2005-02-15  Simon Josefsson  <jas@extundo.com>
21788
21789         * nnimap.el (nnimap-debug): Doc fix.
21790
21791         * imap.el (imap-debug): Doc fix.
21792
21793 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21794
21795         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21796
21797 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21798
21799         * gnus.el (spam-contents): Improve docs for spam-contents
21800         parameter in its variable incarnation.
21801
21802 2005-02-14  Simon Josefsson  <jas@extundo.com>
21803
21804         * smime-ldap.el: Use require instead of load-library for ldap.
21805         (smime-ldap-search): Indent.
21806         (smime-ldap-search-internal): Shorten line.
21807
21808         * smime.el (smime-cert-by-dns): Add doc-string.
21809         (smime-cert-by-ldap-1): Indent.
21810
21811         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21812         mml-smime-get-dns-ldap.
21813         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21814
21815 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21816
21817         * smime.el: Require smime-ldap.
21818         (smime-ldap-host-list): New variable.
21819         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21820
21821         * mml-smime.el (mml-smime-encrypt-query): New function.
21822         (mml-smime-encrypt-query): Use it.
21823
21824         * smime-ldap.el: New file.
21825
21826 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21827
21828         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21829
21830 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21831
21832         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21833         argument in doc string.  Make query for type more clear.
21834
21835 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21836
21837         * gnus.el (gnus-group-startup-message): Search for gnus images in
21838         etc/images/gnus.
21839         * mm-util.el (mm-image-load-path): Likewise.
21840         * smiley.el (smiley-data-directory): Search for smilies in
21841         etc/images/smilies.
21842
21843 2005-02-09  Kim F. Storm  <storm@cua.dk>
21844
21845         Change Emacs release version from 21.4 to 22.1 throughout.
21846         Change Emacs development version from 21.3.50 to 22.0.50.
21847
21848 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21849
21850         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21851
21852         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21853         non-Mule XEmacs as well.
21854         (mm-decompress-buffer): Signal an error intentionally if it does
21855         not decompress compressed data because auto-compression-mode is
21856         disabled.
21857
21858 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21859
21860         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21861         an ID in the registry even if it has no groups.
21862
21863 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21864
21865         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21866         merge it into mm-decompress-buffer.
21867         (gnus-mime-copy-part): Use the MIME part charset, the value which
21868         a user specified or gnus-newsgroup-charset for decoding, like
21869         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21870         save-buffer what was used.  Suggested by Kevin Ryde
21871         <user42@zip.com.au>.
21872         (gnus-mime-inline-part): Allow the name parameter as well as the
21873         filename parameter; force decompressing of compressed data; always
21874         display contents being not decoded as unibyte.
21875
21876         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21877         as well as the filename parameter.
21878
21879         * mm-util.el (mm-decompress-buffer):
21880         Merge gnus-mime-jka-compr-maybe-uncompress.
21881         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21882         of compressed data.
21883
21884 2005-02-08  Simon Josefsson  <jas@extundo.com>
21885
21886         * imap.el (imap-log): Doc fix.
21887
21888 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21889
21890         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21891         the coding cookies; decompress compressed parts.
21892
21893         * mml.el (mml-generate-mime-1): Add the charset parameter according
21894         to the value which a user specified manually or the coding cookie.
21895
21896         * mm-util.el (mm-string-to-multibyte): New function.
21897         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21898         (mm-coding-system-to-mime-charset): New function.
21899         (mm-decompress-buffer): New function.
21900         (mm-find-buffer-file-coding-system): New function.
21901
21902         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21903         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21904         parts.
21905
21906 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21907
21908         * mm-view.el (mm-display-inline-fontify): Decode a part according
21909         to the charset parameter.
21910
21911 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21912
21913         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21914         prefix arg is neither nil nor a number, as info specifies.
21915
21916 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21917
21918         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21919         timestamps.
21920
21921 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21922
21923         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21924         groups error checking and notify user.
21925
21926 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21927
21928         * message.el (message-send-mail-function): Check existence of
21929         sendmail-program first before using default value
21930         `message-send-mail-with-sendmail'.  Otherwise use more generic
21931         `smtpmail-send-it'.
21932
21933 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21934
21935         * nntp.el (nntp-request-update-info): Always return nil.
21936
21937 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21938
21939         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21940
21941 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21942
21943         * message.el (message-beginning-of-line): Change the behavior when
21944         invoked between BOL and : so that it first moves backward.
21945
21946 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21949         article buffer when editing of the article is discarded.
21950         (gnus-article-prepare): Revert.
21951
21952 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21953
21954         * gnus-art.el (gnus-article-prepare):
21955         Remove message-strip-forbidden-properties from the local hook.
21956
21957 2005-01-27  Simon Josefsson  <jas@extundo.com>
21958
21959         * password.el (password-cache-add): Only start one timer per key.
21960         Reported by Derek Atkins <warlord@MIT.EDU>.
21961
21962 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21963
21964         * run-at-time.el: Remove.  It is no longer needed as
21965         timer-funcs.el in the xemacs-base package has a working version of
21966         `run-at-time'.
21967
21968         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21969
21970         * password.el: Require timer-funcs instead of run-at-time in
21971         XEmacs.
21972         Remove `password-run-at-time' macro.
21973         (password-cache-add): Use `run-at-time' instead of
21974         `password-run-at-time'.
21975
21976         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21977         Remove `nnheader-cancel-function-timers' alias,
21978         `cancel-function-timers' exists in XEmacs in timer-funcs.
21979
21980         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21981         for `run-with-idle-timer'.
21982
21983         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21984         for `run-at-time'.
21985
21986         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21987         for `with-timeout'.
21988
21989         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21990         the same as for XEmacs 21.4.
21991         No need to ignore `run-with-idle-timer', this function exists in
21992         XEmacs now in timer-funcs.el in the xemacs-base package.
21993         (dgnushack-compile): No need to delete
21994         run-at-time.el from the list of files to compile because it
21995         doesn't exist anymore.
21996
21997 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21998
21999         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22000         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22001
22002 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22003
22004         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22005         sensitively.
22006
22007 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22008
22009         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22010
22011 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22012
22013         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22014         which will be inserted according to the multibyteness of a buffer
22015         rather than the type of contents.  Suggested by ARISAWA Akihiro
22016         <ari@mbf.ocn.ne.jp>.
22017
22018         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22019         of string which old xml.el may return rather than a string.
22020
22021 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22022
22023         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22024
22025 2005-01-16  Simon Josefsson  <jas@extundo.com>
22026
22027         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22028         idn/idna.el isn't available.
22029         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22030         <michael@waxrat.com>.
22031
22032         * hashcash.el: Remove non-FSF copyright header.
22033
22034         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22035         (hashcash-generate-payment): Use it.
22036         (hashcash-generate-payment-async): Use it.
22037
22038 2005-01-15  Simon Josefsson  <jas@extundo.com>
22039
22040         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22041         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22042
22043         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22044         gnus-summary-idna-message.
22045         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22046         (gnus-summary-idna-message): New function.
22047
22048 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22049
22050         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22051         gnus-novice-user.
22052
22053 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22054
22055         * nnrss.el (nnrss-request-delete-group): Delete entries in
22056         nnrss-group-alist as well.
22057         (nnrss-save-server-data): Insert newline.
22058
22059 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22060
22061         * gnus.el (gnus-user-agent): Use list of symbols instead of
22062         symbols.  Display full version number for (S)XEmacs.
22063         Optionally display (S)XEmacs codename.
22064
22065         * gnus-util.el (gnus-emacs-version): Update for new
22066         `gnus-user-agent'.
22067
22068         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22069         Gnus version.
22070
22071 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22072
22073         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22074         which is unreadable in some setups.
22075
22076 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22077
22078         * gnus-spec.el (gnus-update-format-specifications): Flush the
22079         group format spec cache if it doesn't support decoded group names.
22080
22081 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22082
22083         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22084         Allow to apply decay on score files matching a regexp.
22085
22086 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22087
22088         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22089         compatibility in %g and %c.
22090
22091 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22094         name for only %g and %c.
22095         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22096         of gnus-tmp-group to decoded group name.
22097         (gnus-group-make-rss-group): Exclude `/'s from group names.
22098
22099 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22100
22101         * nnrss.el (nnrss-get-encoding): Fix regexp.
22102
22103 2004-12-27  Simon Josefsson  <jas@extundo.com>
22104
22105         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22106         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22107         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22108
22109 2004-12-17  Kim F. Storm  <storm@cua.dk>
22110
22111         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22112
22113         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22114
22115 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22116
22117         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22118
22119 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22120
22121         * nnrss.el: Require rfc2047 and mml.
22122         (nnrss-file-coding-system): New variable.
22123         (nnrss-format-string): Redefine it as an inline function.
22124         (nnrss-decode-group-name): New function.
22125         (nnrss-string-as-multibyte): Remove.
22126         (nnrss-retrieve-headers): Decode group name; don't use
22127         nnrss-format-string.
22128         (nnrss-request-group): Decode group name.
22129         (nnrss-request-article): Decode group name; allow a Message-ID as
22130         well as an article number; don't use nnrss-format-string; encode a
22131         Message-ID string which may contain non-ASCII characters; use
22132         mml-to-mime to compose a MIME article.
22133         (nnrss-request-expire-articles): Decode group name.
22134         (nnrss-request-delete-group): Decode group name.
22135         (nnrss-fetch): Clarify error message.
22136         (nnrss-read-server-data): Use insert-file-contents instead of load;
22137         bind file-name-coding-system; use multibyte buffer.
22138         (nnrss-save-server-data): Bind coding-system-for-write to the
22139         value of nnrss-file-coding-system; bind file-name-coding-system;
22140         add coding cookie.
22141         (nnrss-read-group-data): Use insert-file-contents instead of load;
22142         bind file-name-coding-system; use multibyte buffer.
22143         (nnrss-save-group-data): Bind coding-system-for-write to the
22144         value of nnrss-file-coding-system; bind file-name-coding-system.
22145         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22146         make it work with non-ASCII text.
22147         (nnrss-find-el): Make it work with old xml.el as well.
22148
22149 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22150
22151         * nnrss.el (nnrss-get-encoding): New function.
22152         (nnrss-fetch): Use unibyte buffer initially; bind
22153         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22154         decode contents according to the encoding attribute.
22155         (nnrss-save-group-data): Add coding cookie.
22156         (nnrss-mime-encode-string): New function.
22157         (nnrss-check-group): Use it to encode subject and author.
22158
22159 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22160
22161         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22162         imaginary variable.
22163
22164 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22165
22166         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22167         correctly even if there are wide characters.
22168
22169 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22170
22171         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22172         downcased symbol names; make a new cache instead of reusing
22173         bbdb-hashtable.
22174
22175 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22176
22177         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22178         concatenating segments rather than before concatenating them.
22179         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22180
22181         * message.el (message-get-reply-headers): Bind `extra'.
22182
22183 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22184
22185         * message.el (message-extra-wide-headers): New variable.
22186         (message-get-reply-headers): Use it.
22187
22188 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22189
22190         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22191         (gnus-agent-group-pathname): Ditto.
22192
22193         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22194
22195         * gnus-group.el (gnus-group-make-group): Decode group name.
22196         (gnus-group-make-rss-group): Register the group data after opening
22197         the nnrss group.
22198
22199 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22200
22201         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22202         by expiry now get marked as read.
22203
22204 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22205
22206         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22207
22208 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22209
22210         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22211         unify Latin characters in XEmacs.
22212         (mm-find-mime-charset-region): Use it.
22213
22214 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22215
22216         * gnus-util.el (gnus-delete-directory): New function.
22217
22218         * gnus-agent.el (gnus-agent-delete-group): Use it.
22219
22220         * gnus-cache.el (gnus-cache-delete-group): Use it.
22221
22222 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22223
22224         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22225         names.
22226
22227 2004-12-16  Simon Josefsson  <jas@extundo.com>
22228
22229         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22230
22231 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22232
22233         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22234
22235         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22236         (gnus-group-set-current-level): Decode group name.
22237
22238 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22239
22240         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22241         failed.
22242
22243 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22244
22245         * gnus-group.el (gnus-group-delete-group): Decode group name.
22246         (gnus-group-make-rss-group): Encode group name.
22247         (gnus-group-catchup-current): Decode group name.
22248         (gnus-group-kill-group): Decode group name.
22249
22250 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22251
22252         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22253
22254 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22255
22256         * gnus-group.el (gnus-group-make-rss-group):
22257         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22258
22259         * gnus-start.el (gnus-setup-news): Honor user's setting to
22260         gnus-message-archive-method.  Suggested by Lute Kamstra
22261         <lute@gnu.org>.
22262
22263 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22264
22265         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22266         global counterparts of the buffer-local variables.
22267
22268 2004-11-16  Romain Francoise  <romain@orebokech.com>
22269
22270         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22271         counterparts of the buffer-local variables.
22272
22273 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22274
22275         * message.el (message-forbidden-properties): Fix typo in doc
22276         string.
22277
22278 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22279
22280         * gnus-util.el (gnus-replace-in-string): Add doc string.
22281
22282         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22283         to avoid problems when splitting mails with many recipients.
22284
22285 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22286
22287         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22288         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22289
22290 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22291
22292         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22293         if there is no hashtable in memory or file modification time is
22294         newer than cached timestamp.
22295
22296 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22297
22298         * gnus-sum.el (gnus-summary-limit-to-recipient):
22299         Implement not-matching option.
22300
22301 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22302
22303         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22304         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22305         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22306         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22307         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22308         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22309
22310 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22311
22312         * message.el (message-forward-make-body-mml): Remove headers
22313         according to message-forward-ignored-headers if a message is decoded.
22314
22315 2004-12-02  Romain Francoise  <romain@orebokech.com>
22316
22317         * message.el (message-forward-make-body-plain): Always remove
22318         headers according to message-forward-ignored-headers.
22319
22320 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22321
22322         * spam.el (spam-summary-prepare-exit): Remove the
22323         gnus-summary-limit pop for now, it has problems with ham marks for
22324         me.
22325
22326 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22327
22328         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22329         correctly.
22330
22331 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22332
22333         * format-spec.el (format-spec): Message the char.
22334
22335 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22336
22337         * gnus-art.el (gnus-split-methods): Reformat comments.
22338
22339         * spam.el (spam-summary-prepare-exit): Remove article limits
22340         before exiting the summary buffer.
22341
22342 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22343
22344         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22345         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22346
22347         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22348         order to silence the byte compiler.
22349
22350         * spam.el: Fix the way to silence the byte compiler, which
22351         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22352         bbdb-search-simple, spam-BBDB-register-routine,
22353         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22354         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22355         spam-stat-buffer-is-spam, spam-stat-load,
22356         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22357         spam-stat-save and spam-stat-split-fancy.
22358
22359 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22360
22361         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22362         which may confuse users.
22363         (canlock-password-for-verify): Ditto.
22364
22365         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22366
22367         * gnus-art.el (gnus-emphasis-alist): Ditto.
22368
22369         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22370
22371         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22372
22373         * gnus-start.el (gnus-save-killed-list): Ditto.
22374
22375         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22376         (gnus-sum-thread-tree-root): Ditto.
22377         (gnus-sum-thread-tree-false-root): Ditto.
22378         (gnus-sum-thread-tree-single-indent): Ditto.
22379
22380         * message.el (message-courtesy-message): Ditto.
22381         (message-archive-note): Ditto.
22382         (message-subscribed-address-file): Ditto.
22383         (message-user-fqdn): Ditto.
22384
22385         * spam-report.el (spam-report-gmane-regex): Ditto.
22386
22387         * spam.el (spam-blackhole-good-server-regex): Ditto.
22388
22389 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22390
22391         * mml.el (mml-preview): Widen the message buffer before copying
22392         the contents to the preview buffer; sort headers before previewing.
22393
22394         * message.el (message-hidden-headers): Fix the way to avoid a bug
22395         in the `repeat' widget in Emacs 21.3 or earlier.
22396
22397 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22398
22399         * message.el (message-hidden-headers): Default to "^References:".
22400         Improve customization type.  Suggested by Reiner Steib
22401         <Reiner.Steib@gmx.de>.
22402
22403 2004-11-25  Romain Francoise  <romain@orebokech.com>
22404
22405         * message.el (message-strip-forbidden-properties): Remove check for
22406         obsolete `message-hidden' text property, hidden headers are not
22407         accessible in the buffer anymore.
22408
22409 2004-11-22  Romain Francoise  <romain@orebokech.com>
22410
22411         * message.el (message-header-format-alist): Add `From' in list
22412         so that it can be sorted.
22413         (message-fix-before-sending): Widen and sort headers before
22414         sending.
22415         (message-hide-headers): Use narrowing to hide headers by moving
22416         them to the top of the buffer and narrowing to the region
22417         underneath.
22418
22419 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22420
22421         * message.el (message-strip-forbidden-properties):
22422         Bind buffer-read-only (etc) to nil.
22423
22424 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22425
22426         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22427         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22428
22429 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22430
22431         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22432
22433 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22434
22435         * dns.el (query-dns): Use sit-for to time instead of
22436         accept-process-output, since that doesn't seem to work on udp
22437         sockets.
22438
22439 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22440
22441         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22442
22443 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22444
22445         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22446         doc string.  Improve doc string.
22447
22448 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22449
22450         * nntp.el (nntp-request-update-info): Return nil if
22451         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22452         may not call gnus-activate-group which uselessly issues the GROUP
22453         commands for all nntp groups and wastes time.  Reported by Romain
22454         Francoise <romain@orebokech.com>.
22455
22456         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22457
22458 2004-11-15  Simon Josefsson  <jas@extundo.com>
22459
22460         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22461         headers separately.
22462         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22463         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22464
22465 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22466
22467         * gnus-start.el (gnus-convert-old-newsrc):
22468         Assign legacy-gnus-agent to 5.10.7.
22469
22470 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22471
22472         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22473         start of the lines.
22474
22475 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22476
22477         * hashcash.el (hashcash-default-payment): Change default to 20.
22478         (hashcash-default-accept-payment): Change default to 20.
22479         (hashcash-process-alist): New variable.
22480         (hashcash-generate-payment-async): Add.
22481         (hashcash-already-paid-p): Add.
22482         (hashcash-insert-payment): Don't generate payments twice.
22483         (hashcash-insert-payment-async): Add.
22484         (hashcash-insert-payment-async-2): Add.
22485         (hashcash-cancel-async): Add.
22486         (hashcash-wait-async): Add.
22487         (hashcash-processes-running-p): Add.
22488         (hashcash-wait-or-cancel): Add.
22489         (mail-add-payment): New optional argument.  Conditionally start
22490         asynchronous calculation.
22491         (mail-add-payment-async): Add.
22492
22493         * message.el (message-send-mail): Wait for asynchronous hashcash
22494         results.  Don't clobber existing X-Hashcash headers.
22495         (message-setup-1): Call mail-add-payment-async when
22496         message-generate-hashcash is non-nil.
22497
22498 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22499
22500         * message.el (message-use-alternative-email-as-from): Examine the
22501         From header as well; use message-make-from in order to include a
22502         user's full name.
22503
22504 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22505
22506         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22507         default; improve customization type.
22508         (gnus-emphasis-custom-with-format): New macro.
22509         (gnus-emphasis-custom-value-to-external): New function.
22510         (gnus-emphasis-custom-value-to-internal): New function.
22511
22512 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22513
22514         * dns.el (query-dns): Resolve reverse addresses.
22515
22516 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22517
22518         * gnus-group.el (gnus-group-get-new-news): Use it.
22519
22520         * gnus-start.el (gnus-check-reasonable-setup): New function.
22521
22522 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22523
22524         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22525         "Args out of range" error.  Reported by Arnaud Giersch
22526         <arnaud.giersch@free.fr>.
22527
22528 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22529
22530         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22531
22532 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22533
22534         * spam.el (spam group): Add :version.
22535
22536         * pgg-def.el (pgg group): Add :version.
22537
22538 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22539
22540         * gnus-art.el (gnus-article-edit-article): Don't associate the
22541         article buffer with a draft file.  This is a temporary measure
22542         against the 2004-08-22 change to gnus-article-edit-mode.
22543
22544 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22545
22546         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22547         (html2text-format-tags): Remove unused variable `attr'.
22548
22549 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22550
22551         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22552
22553         * tls.el (tls-process-connection-type, tls-success)
22554         (tls-certtool-program): Add :version.
22555
22556         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22557         (starttls-extra-arguments, starttls-process-connection-type)
22558         (starttls-connect, starttls-failure, starttls-success): Add :version.
22559
22560         * spam-stat.el (spam-stat): Add :version.
22561
22562         * sieve.el (sieve): Add :version.
22563
22564         * sha1.el (sha1): Add :version.
22565         (sha1-use-external): Remove redundant version.
22566
22567         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22568         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22569         (nnmail-split-fancy-match-partial-words)
22570         (nnmail-split-lowercase-expanded): Add :version.
22571
22572         * nndiary.el (nndiary): Add :version.
22573
22574         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22575
22576         * mml-sec.el (mml-default-sign-method)
22577         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22578         Add :version.
22579
22580         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22581
22582         * mm-url.el (mm-url-use-external, mm-url-program)
22583         (mm-url-arguments): Add :version.
22584
22585         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22586         (mm-attachment-file-modes, mm-decrypt-option)
22587         (mm-w3m-safe-url-regexp): Add :version.
22588
22589         * message.el (message-cite-prefix-regexp)
22590         (message-sendmail-envelope-from, message-minibuffer-local-map)
22591         (message-user-fqdn, message-completion-alist): Add :version.
22592
22593         * gnus-win.el (gnus-configure-windows-hook)
22594         (gnus-use-frames-on-any-display): Add :version.
22595
22596         * gnus-art.el (gnus-article-address-banner-alist)
22597         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22598         (gnus-treat-from-picon, gnus-treat-mail-picon)
22599         (gnus-treat-x-pgp-sig): Add :version.
22600
22601         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22602         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22603         (gnus-summary-article-delete-hook)
22604         (gnus-summary-display-while-building): Add :version.
22605
22606         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22607         (gnus-get-top-new-news-hook): Add :version.
22608
22609         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22610         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22611
22612         * gnus-registry.el (gnus-registry): Add :version.
22613
22614         * gnus-spec.el (gnus-use-correct-string-widths)
22615         (gnus-make-format-preserve-properties): Add :version.
22616
22617         * gnus.el (gnus-group-charter-alist)
22618         (gnus-group-fetch-control-use-browse-url)
22619         (gnus-install-group-spam-parameters): Add :version.
22620
22621         * gnus-diary.el (gnus-diary): Add :version.
22622
22623         * gnus-delay.el (gnus-delay): Add :version.
22624
22625         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22626         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22627         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22628         Add :version.
22629
22630         * gnus-agent.el (gnus-agent-max-fetch-size)
22631         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22632         (gnus-agent-prompt-send-queue): Add :version.
22633
22634         * deuglify.el (gnus-outlook-deuglify): Add :version.
22635
22636         * html2text.el: Beautify code.  Improve doc strings.
22637         Some checkdoc cleanup.
22638         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22639
22640 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22641
22642         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22643
22644 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22645
22646         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22647         when package is loaded.
22648
22649         * spam.el (spam-summary-score-preferred-header): Add global preference
22650         for people who want to override the default SpamAssassin over
22651         Bogofilter preference (when both are set).
22652         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22653         (spam-user-format-function-S):
22654         Check spam-summary-score-preferred-header.
22655         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22656         (spam-user-format-function-S): Format the score correctly.
22657
22658 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22659
22660         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22661         signature file.  Suggested by Manoj Srivastava
22662         <srivasta@golden-gryphon.com>.
22663
22664         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22665         iso-2022-jp even in the Japanese language environment.
22666         Suggested by Jason Rumney <jasonr@gnu.org>.
22667
22668 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22669
22670         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22671         use the same characters as the dummy marks; make it free from
22672         getting affected by the language environment.
22673         (gnus-summary-read-group-1): Update mark positions only when the
22674         format spec is updated.
22675
22676         * gnus-spec.el (gnus-update-format-specifications): Return a list
22677         of updated types.
22678
22679 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22680
22681         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22682         of boundp to check if display-warning is available.
22683
22684 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22685
22686         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22687
22688 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22689
22690         * nnspool.el (nnspool-spool-directory): Use news-path if the
22691         news-directory variable is not bound.
22692
22693         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22694         function instead of display-warning if it is not available.
22695
22696 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22697
22698         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22699         v5-10: Use `point-at-bol'.
22700
22701 2004-10-26  Simon Josefsson  <jas@extundo.com>
22702
22703         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22704         <chenggao@gmail.com>.
22705
22706 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22707
22708         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22709         instead.
22710
22711 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22712
22713         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22714         to remove a server from the nnimap-server-buffer-alist.
22715         (nnimap-open-connection, nnimap-close-server): Use it.
22716
22717         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22718
22719 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22720
22721         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22722         running the major-mode function.
22723
22724 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22725
22726         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22727         dummy marks in the right way.
22728
22729 2004-10-18  David Edmondson  <dme@dme.org>
22730
22731         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22732         excessively.
22733
22734 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22735
22736         * gnus-util.el (gnus-split-references): Accept a nil references
22737         string and go on blissfully.
22738
22739         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22740         cases where the references string is non-nil but has no references.
22741
22742         * encrypt.el: Add autoload tags.
22743
22744         * spam.el (spam-resolve-registrations-routine): Remove article
22745         from unregistration list too.  Reported by David Hanak
22746         <dhanak@isis.vanderbilt.edu>
22747
22748 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22749
22750         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22751         nil.  Change custom type.
22752
22753 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22754
22755         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22756
22757         * gnus-sum.el (gnus-summary-move-article): Use it.
22758
22759 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22760
22761         * encrypt.el: Add autoload cookies.
22762
22763         * spam.el (spam-backend-article-list-property)
22764         (spam-backend-get-article-todo-list)
22765         (spam-backend-put-article-todo-list)
22766         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22767         Resolve registrations separately.
22768         (spam-register-routine): Format comments.
22769         (spam-unregister-routine, spam-register-routine): Always call with
22770         specific-articles, no default list.
22771         (spam-summary-prepare-exit): Use the spam-classifications function.
22772
22773         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22774         gnus-encrypt.el.
22775
22776         * encrypt.el: Copied from gnus-encrypt.el.
22777
22778         * gnus-encrypt.el: Commented that it's obsolete.
22779
22780 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22781
22782         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22783         (gnus-score-save): Use it.
22784
22785         * message.el (message-bury): Use `window-dedicated-p'.
22786
22787 2004-10-15  Simon Josefsson  <jas@extundo.com>
22788
22789         * pop3.el (top-level): Don't require nnheader.
22790         (pop3-read-timeout): Add.
22791         (pop3-accept-process-output): Add.
22792         (pop3-read-response, pop3-retr): Use it.
22793
22794 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22795
22796         * spam.el (spam-register-routine): Move comment.
22797         (spam-verify-bogofilter): Use 'unknown for the initial
22798         spam-bogofilter-valid state, not 'never.
22799
22800         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22801         for netrc-machine.
22802
22803         * nnimap.el (nnimap-open-connection):
22804         Use netrc-machine-user-or-password.
22805
22806 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22807
22808         * gnus-registry.el (gnus-registry-unload-hook):
22809         Set as a variable with add-hook.
22810
22811         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22812         of news-path.
22813
22814         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22815
22816         * spam.el: Delete duplicate `provide'.
22817         (spam-unload-hook): Set as a variable with add-hook.
22818
22819 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22820
22821         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22822         in the doc string.
22823
22824         * message.el (message-ignored-news-headers)
22825         (message-ignored-supersedes-headers)
22826         (message-ignored-resent-headers)
22827         (message-forward-ignored-headers): Improve custom type.
22828
22829 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * message.el (message-tokenize-header): Fix 2004-09-06 change
22832         which used point-min in the wrong place.
22833
22834 2004-10-12  Simon Josefsson  <jas@extundo.com>
22835
22836         * tls.el (tls-certtool-program): New variable.
22837         (tls-certificate-information): New function, based on
22838         ssl-certificate-information.
22839
22840 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22841
22842         * compface.el: Move the version of ELisp-based uncompface program
22843         to the contrib directory because of the copyright problem.
22844
22845 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22846
22847         * message.el (message-kill-buffer): Raise the current frame.
22848
22849 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22850
22851         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22852
22853         * gnus.el (message-y-or-n-p): Autoload.
22854
22855         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22856         (pop3-password-required, pop3-authentication-scheme)
22857         (pop3-leave-mail-on-server): Make customizable.
22858         (pop3): New custom group.
22859         (pop3-retr): Remove `sleep-for' statements.
22860         Suggested by Dave Love <fx@gnu.org>.
22861
22862         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22863         Windows/DOS.
22864
22865         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22866         (imap-parse-body): Fix incorrect use of `assert'.
22867         Suggested by Dave Love <fx@gnu.org>.
22868
22869         * mml.el (mml-minibuffer-read-disposition): Require match.
22870         Suggested by Dave Love <fx@gnu.org>.
22871
22872 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22873
22874         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22875         doc string.
22876
22877 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22878
22879         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22880
22881 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22882
22883         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22884         instead of calling `mm-insert-inline', to decode text/* parts
22885         before displaying them.
22886
22887 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22888
22889         * mm-uu.el (mm-uu-text-plain-type): New variable.
22890         (mm-uu-pgp-signed-extract-1): Use it.
22891         (mm-uu-pgp-encrypted-extract-1): Use it.
22892         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22893         bind mm-uu-text-plain-type with that value.
22894         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22895         mm-uu-dissect.
22896
22897 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22898
22899         * gnus-group.el (gnus-update-group-mark-positions):
22900         * gnus-sum.el (gnus-update-summary-mark-positions):
22901         * message.el (message-check-news-body-syntax):
22902         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22903         of string-as-multibyte.
22904
22905 2004-10-05  Juri Linkov  <juri@jurta.org>
22906
22907         * gnus-group.el (gnus-update-group-mark-positions):
22908         * gnus-sum.el (gnus-update-summary-mark-positions):
22909         * message.el (message-check-news-body-syntax):
22910         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22911         8-bit unibyte values to a multibyte string for search functions.
22912
22913 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22914
22915         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22916         (mm-uu-dissect-text-parts): New function.
22917
22918         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22919         dissect text parts.
22920
22921         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22922         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22923
22924         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22925
22926         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22927         Use gnus-current-topics instead of gnus-current-topic.
22928
22929 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22930
22931         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22932
22933 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22934
22935         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22936         where appropriate.
22937
22938         * nnml.el (nnml-generate-active-info): do.
22939
22940         * nndiary.el (nndiary-generate-active-info): do.
22941
22942         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22943         (gnus-topic-move): do.
22944
22945         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22946         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22947
22948         * gnus-srvr.el (gnus-server-prepare)
22949         (gnus-server-open-all-servers): do.
22950
22951         * gnus-msg.el (gnus-summary-cancel-article)
22952         (gnus-summary-resend-message)
22953         (gnus-summary-mail-crosspost-complaint): do.
22954
22955         * gnus-move.el (gnus-change-server): do.
22956
22957         * gnus-group.el (gnus-group-unmark-all-groups)
22958         (gnus-group-set-current-level): do.
22959
22960 2004-10-04  Simon Josefsson  <jas@extundo.com>
22961
22962         * message.el (message-generate-hashcash): Doc fix.
22963
22964 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22965
22966         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22967         avoid infinite recursion via gnus-get-function.
22968
22969 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22970
22971         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22972
22973         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22974
22975         * nnmail.el (nnmail-split-history): do.
22976
22977         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22978         (nnml-request-delete-group): do.
22979
22980         * nnslashdot.el (nnslashdot-read-groups): do.
22981
22982         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22983         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22984
22985         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22986         (nnspool-sift-nov-with-sed): Use last.
22987         (nnspool-retrieve-headers-with-nov): Use mapc.
22988         (nnspool-request-newgroups): Use dolist.
22989         (nnspool-request-group): Use last.
22990
22991         * nntp.el (nntp-read-server-type): Use dolist.
22992
22993         * nnvirtual.el (nnvirtual-create-mapping)
22994         (nnvirtual-update-read-and-marked): Use dolist.
22995         (nnvirtual-convert-headers): Simplify.
22996
22997 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22998
22999         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23000         Add support for sync'ing tick marks.
23001
23002 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23003
23004         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23005         there's no visible header.
23006
23007 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23008
23009         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23010         When necessary, pass full group name to gnus-request-set-marks.
23011
23012 2004-10-01  Simon Josefsson  <jas@extundo.com>
23013
23014         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23015         acroread.
23016
23017 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23018
23019         * spam-report.el (spam-report-gmane): Fix interactive.
23020
23021         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23022
23023         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23024         when writing file.
23025         (gnus-agent-synchronize-flags): Don't default to being
23026         interactive.
23027
23028 2004-09-30  Simon Josefsson  <jas@extundo.com>
23029
23030         * message.el (message-generate-hashcash): Add.
23031         (message-send-mail): Use it, call mail-add-payment.
23032
23033 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23034
23035         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23036
23037 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23038
23039         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23040         gnus-requst-update-info with explicit code to sync the in-memory
23041         info read flags with the marks being sync'd to the backend.
23042
23043         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23044
23045 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23046
23047         * spam.el (spam-verify-bogofilter): Add new function.
23048         (spam-check-bogofilter)
23049         (spam-bogofilter-register-with-bogofilter): Use it.
23050         (spam-verify-bogofilter): Add small fixes.
23051
23052 2004-09-28  Simon Josefsson  <jas@extundo.com>
23053
23054         * hashcash.el (hashcash-generate-payment): Revert.
23055
23056 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23057
23058         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23059         Use gnus-extract-references instead of gnus-split-references.
23060
23061         * gnus-util.el (gnus-extract-references): Add new function, analogous
23062         to gnus-split-references but extracts only the message-ID without
23063         anything extra.
23064
23065         * hashcash.el (hashcash-generate-payment)
23066         (hashcash-check-payment): Do the right thing if hashcash-path is
23067         nil (because the hashcash program could not be found).
23068
23069         * spam.el (spam-use-hashcash): Remove comment.
23070
23071 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23072
23073         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23074         (gnus-cache-enter-article, gnus-cache-remove-article)
23075         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23076
23077         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23078
23079         * gnus-art.el (article-hide-boring-headers)
23080         (article-translate-strings, article-display-face)
23081         (gnus-article-mime-match-handle-first)
23082         (gnus-article-highlight-headers)
23083         (gnus-article-add-buttons-to-head): do.
23084
23085 2004-09-27  Simon Josefsson  <jas@extundo.com>
23086
23087         * hashcash.el: New version, from
23088         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23089         ../contrib/.
23090
23091 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23092
23093         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23094
23095 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23096
23097         * gnus-dup.el (gnus-dup-open): Use mapc.
23098         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23099
23100         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23101         Reported by Stefan Wiens <s.wi@gmx.net>.
23102
23103         * gnus.el (gnus-shutdown): Use dolist.
23104
23105         * gnus-undo.el (gnus-undo): Use mapc.
23106
23107         * nnrss.el (nnrss-generate-active): do.
23108
23109         * message.el (message-cite-original-without-signature)
23110         (message-cite-original): Use mapc.
23111         (message-do-actions, message-make-forward-subject): Use dolist.
23112
23113 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23114
23115         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23116         deletion to remove entire duplicate line.  Fixes merged article
23117         number bug.
23118
23119 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23120
23121         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23122         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23123         first ask if you want to open a server and then, even when you
23124         responded with no, asking if you want to synchronize the server's
23125         flags.
23126         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23127         multi-line expressions.
23128         (gnus-agent-synchronize-group-flags): New internal function.
23129         Updates marks in memory (in the info structure) AND in the
23130         backend.
23131
23132         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23133
23134         * nnagent.el (nnagent-request-set-mark):
23135         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23136         method, to ensure that synchronization updates marks in the
23137         backend and in the info (in memory) structure.
23138
23139 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23140
23141         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23142         convention fully; don't miss the root article of a thread; make
23143         the X-Draft-From header with correct article numbers.
23144
23145 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23146
23147         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23148         unless plugged.  Disable the agent so that an open failure causes
23149         an error.
23150
23151         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23152         Revert 2004-09-21 change.  The backend must be opened while
23153         synchronizing flags even when the backend stores the flags
23154         locally.
23155
23156 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23157
23158         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23159         in `header' match.  Reported by Svend Tollak Munkejord.
23160
23161         * message.el (message-cite-original): Fix use of
23162         `message-cite-articles-with-x-no-archive'.
23163
23164 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23165
23166         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23167         (gnus-window-to-buffer): Ditto.
23168
23169         * mml.el (mml-preview-buffer): New variable.
23170         (mml-preview): Manage window layout with gnus-buffer-configuration.
23171
23172         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23173         X-Draft-From header even if those articles aren't quoted.
23174
23175 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23176
23177         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23178         (gnus-request-set-mark, gnus-request-update-mark): Use new
23179         g-s-t-u-l-m to decide to use backend even when unplugged.
23180
23181 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23182
23183         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23184         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23185
23186 2004-09-20  Simon Josefsson  <jas@extundo.com>
23187
23188         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23189         "utf-16-le".
23190
23191 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23192
23193         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23194
23195 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23196
23197         * uudecode.el (uudecode-use-external): Add :version.
23198
23199         * smime.el (smime-CA-file, smime-encrypt-cipher)
23200         (smime-dns-server): Add :version.
23201
23202         * smiley.el (gnus-smiley-file-types): Add :version.
23203
23204         * sha1.el (sha1-use-external): Add :version.
23205
23206         * pgg-def.el (pgg-query-keyserver): Add :version.
23207
23208         * nnmail.el (nnmail-fancy-expiry-targets)
23209         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23210         Add :version.
23211
23212         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23213         (nnimap-retrieve-groups-asynchronous): Add :version.
23214         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23215
23216         * mml.el (mml-content-disposition-parameters)
23217         (mml-insert-mime-headers-always): Add :version.
23218
23219         * mm-util.el (mm-coding-system-priorities): Add :version.
23220
23221         * mm-decode.el (mm-inline-text-html-with-images)
23222         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23223         (mm-verify-option): Add :version.
23224         (mm-text-html-renderer): Change :version.
23225
23226         * message.el (message-fcc-externalize-attachments)
23227         (message-required-headers, message-draft-headers)
23228         (message-subject-trailing-was-query)
23229         (message-subject-trailing-was-ask-regexp)
23230         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23231         (message-mark-insert-end, message-archive-header)
23232         (message-archive-note, message-cross-post-default)
23233         (message-cross-post-note, message-followup-to-note)
23234         (message-cross-post-note-function, message-use-mail-followup-to)
23235         (message-subscribed-address-functions)
23236         (message-subscribed-address-file, message-subscribed-addresses)
23237         (message-subscribed-regexps, message-allow-no-recipients)
23238         (message-yank-cited-prefix, message-signature-insert-empty-line)
23239         (message-hidden-headers, message-hierarchical-addresses)
23240         (message-mail-user-agent, message-use-idna)
23241         (message-valid-fqdn-regexp)
23242         (message-strip-special-text-properties, message-header-synonyms)
23243         (message-beginning-of-line, message-tab-body-function): Add :version.
23244         (message-insert-canlock, message-wide-reply-confirm-recipients):
23245         Change :version.
23246
23247         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23248         and :version.
23249         (mail-source-delete-old-incoming-confirm)
23250         (mail-source-movemail-program): Add :version.
23251
23252         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23253         (gnus-agent-cache, gnus-agent): Change :version.
23254
23255         * gnus-util.el (gnus-use-byte-compile): Change :version.
23256
23257         * gnus-sum.el (gnus-summary-make-false-root-always)
23258         (gnus-summary-default-high-score)
23259         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23260         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23261         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23262         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23263         (gnus-sum-thread-tree-single-indent)
23264         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23265         (gnus-sum-thread-tree-leaf-with-other)
23266         (gnus-sum-thread-tree-single-leaf): Add :version.
23267         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23268         (gnus-article-loose-mime): Change :version.
23269
23270         * gnus-start.el (gnus-backup-startup-file)
23271         (gnus-save-startup-file-via-temp-buffer): Add :version.
23272
23273         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23274         (gnus-server-offline-face): Add :version.
23275
23276         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23277
23278         * gnus-msg.el (gnus-gcc-externalize-attachments)
23279         (gnus-debug-files, gnus-debug-exclude-variables)
23280         (gnus-discouraged-post-methods): Change :version.
23281         (gnus-confirm-mail-reply-to-news)
23282         (gnus-confirm-treat-mail-like-news): Add :version.
23283
23284         * gnus-int.el (gnus-server-unopen-status): Add :version.
23285
23286         * gnus-group.el (gnus-group-jump-to-group-prompt)
23287         (gnus-large-ephemeral-newsgroup)
23288         (gnus-fetch-old-ephemeral-headers): Add :version.
23289
23290         * gnus-fun.el (gnus-x-face-directory)
23291         (gnus-convert-pbm-to-x-face-command)
23292         (gnus-convert-image-to-x-face-command)
23293         (gnus-convert-image-to-face-command): Add :version.
23294
23295         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23296
23297         * gnus-cite.el (gnus-cite-blank-line-after-header)
23298         (gnus-article-boring-faces): Add :version.
23299
23300         * gnus-art.el (gnus-buttonized-mime-types)
23301         (gnus-inhibit-mime-unbuttonizing)
23302         (gnus-treat-display-face)
23303         (gnus-treat-body-boundary): Change :version.
23304         (gnus-body-boundary-delimiter, gnus-picon-databases)
23305         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23306         (gnus-treat-date-english, gnus-treat-fold-headers)
23307         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23308         (gnus-treat-mail-picon, gnus-treat-wash-html)
23309         (gnus-article-encrypt-protocol)
23310         (gnus-use-idna, gnus-article-over-scroll)
23311         (gnus-mime-display-multipart-alternative-as-mixed)
23312         (gnus-mime-display-multipart-related-as-mixed)
23313         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23314         (gnus-ctan-url, gnus-button-ctan-handler)
23315         (gnus-button-handle-ctan-bogus-regexp)
23316         (gnus-button-ctan-directory-regexp)
23317         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23318         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23319         (gnus-button-man-level, gnus-button-emacs-level)
23320         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23321
23322         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23323         (gnus-agent-go-online): Change :version.
23324         (gnus-agent-expire-unagentized-dirs)
23325         (gnus-agent-auto-agentize-methods): Add :version.
23326
23327         * flow-fill.el (fill-flowed-display-column)
23328         (fill-flowed-encode-column): Add :version.
23329
23330         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23331         (gnus-outlook-deuglify-unwrap-max)
23332         (gnus-outlook-deuglify-cite-marks)
23333         (gnus-outlook-deuglify-unwrap-stop-chars)
23334         (gnus-outlook-deuglify-no-wrap-chars)
23335         (gnus-outlook-deuglify-attrib-cut-regexp)
23336         (gnus-outlook-deuglify-attrib-verb-regexp)
23337         (gnus-outlook-deuglify-attrib-end-regexp)
23338         (gnus-outlook-display-hook): Add :version.
23339
23340         * binhex.el (binhex-use-external): Add :version.
23341
23342 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23343
23344         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23345         and `invisible'.
23346
23347 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23348
23349         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23350         in gnus-registry-trim.
23351
23352 2004-09-13  Simon Josefsson  <jas@extundo.com>
23353
23354         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23355
23356         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23357
23358         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23359         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23360         <yamaoka@jpl.org>.
23361         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23362         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23363         <yamaoka@jpl.org>.
23364
23365         * sieve.el (sieve-manage-mode): Ditto.
23366
23367 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23368
23369         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23370
23371 2004-09-11  Simon Josefsson  <jas@extundo.com>
23372
23373         * dns-mode.el: Add.
23374
23375         * mm-view.el (mm-display-dns-inline): Add.
23376
23377         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23378         (mm-automatic-display): Ditto.
23379
23380         * mailcap.el (mailcap-mime-data): Add text/dns.
23381         (mailcap-mime-extensions): Map .soa to text/dns.
23382
23383 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23384
23385         * gnus-art.el (article-decode-mime-words, article-babel)
23386         (gnus-article-highlight-signature, gnus-article-add-buttons)
23387         (gnus-signature-toggle): Remove unnecessary bindings of
23388         `inhibit-read-only' inherited from v5.10 merge.
23389
23390 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23391
23392         * nntp.el (nntp): New customization group.
23393         (nntp-authinfo-file): Add customization group.
23394
23395         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23396
23397         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23398
23399         * gnus.el (to-address, to-list, subscribed)
23400         (large-newsgroup-initial): Ditto.
23401
23402         * flow-fill.el (fill-flowed-display-column)
23403         (fill-flowed-encode-column): Ditto.
23404
23405 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23406
23407         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23408         Use point-min rather than 1.
23409         (message-send-mail): Use buffer-size rather than point-max.
23410
23411         * gnus-sum.el (gnus-summary-search-article-forward):
23412         Signal a specific `search-failed' rather than a generic `error'.
23413
23414         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23415         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23416         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23417
23418 2004-09-10  Simon Josefsson  <jas@extundo.com>
23419
23420         * nndb.el (require): Remove tcp and duplicate cl.
23421
23422 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23423
23424         * gnus-agent.el (directory-files-and-attributes): Move forward.
23425
23426 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23427
23428         * gnus-agent.el (directory-files-and-attributes):
23429         Optionally defined to support XEmacs.
23430
23431 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23432
23433         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23434         to avoid run-time CL dependencies.
23435         (gnus-agent-unfetch-articles): New function.
23436         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23437         article numbers even when local .overview file is missing.
23438         (gnus-agent-read-article-number): New function.  Only accepts
23439         27-bit article numbers.
23440         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23441         Use gnus-agent-read-article-number.
23442         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23443         from backend while recognizing that article numbers in .overview
23444         must be valid.
23445         (gnus-agent-update-files-total-fetched-for):
23446         Use directory-files-and-attributes to improve performance.
23447         * gnus-int.el (gnus-request-move-article):
23448         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23449         improve performance.
23450
23451         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23452         some users confused by references to .newsrc when they only have a
23453         .newsrc.eld file.
23454         (gnus-convert-mark-converter-prompt)
23455         (gnus-convert-converter-needs-prompt): Fix use of property list.
23456         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23457         New function.  Used internally to only display 'gnus converting
23458         files' message when actually necessary.
23459
23460         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23461         methods now autoloaded.
23462
23463 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23464
23465         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23466         identifiers.
23467
23468 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23469
23470         * gnus-picon.el: Fix indentation and closing parenthesis.
23471
23472 2004-09-01  Simon Josefsson  <jas@extundo.com>
23473
23474         * message.el (message-canlock-generate): Require sha1, not
23475         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23476         to require within a function.  Sadly, if sha1.el isn't loaded, the
23477         let binding in m-c-g will hide the defcustom definition, which is
23478         bad.)
23479
23480         * canlock.el: Require sha1, not sha1-el.
23481
23482         * message.el: Don't autoload sha1 (there is a autoload cookie in
23483         sha1.el).
23484
23485         * sha1-el.el: Rename to sha1.el.
23486
23487 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23488
23489         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23490
23491 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23492
23493         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23494
23495 2004-08-30  Kim F. Storm  <storm@cua.dk>
23496
23497         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23498
23499         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23500         Add :group 'nnimap.
23501
23502 2004-08-30  Andreas Schwab  <schwab@suse.de>
23503
23504         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23505         ?* and ?\;.
23506
23507         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23508         and ?\' to symbol instead of whitespace.
23509
23510 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23511
23512         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23513
23514         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23515         instead of re-search-forward.
23516
23517         * gnus-uu.el (gnus-uu-save-article): Ditto.
23518         (gnus-uu-post-encode-uuencode): Ditto.
23519
23520         * html2text.el (html2text-clean-list-items): Ditto.
23521         (html2text-clean-dtdd): Ditto.
23522         (html2text-format-tags): Ditto.
23523
23524         * message.el (message-send-mail-with-sendmail): Fix regexp.
23525         (message-fill-field-general): Use search-forward instead of
23526         re-search-forward.
23527         (unbold-region): Ditto.
23528
23529         * nnrss.el (nnrss-request-article): Ditto.
23530
23531         * nnslashdot.el (nnslashdot-request-article): Ditto.
23532
23533         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23534
23535         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23536         "Unrecognized menu descriptor" error in XEmacs.
23537
23538 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23539
23540         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23541         parent article of a sparse article in the thread hashtb.
23542
23543 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23544
23545         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23546         (nnmail-expand-newtext): Lowercase expanded entries if
23547         nnmail-split-lowercase-expanded is non-nil.
23548
23549 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23550
23551         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23552
23553         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23554         of gnus-tmp-news-method into string under XEmacs.  It will be
23555         passed to gnus-correct-length which takes only a string argument.
23556
23557 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23558
23559         * gnus-util.el (gnus-bind-print-variables): New macro.
23560         (gnus-prin1): Use it.
23561         (gnus-prin1-to-string): Use it.
23562         (gnus-pp): New function.
23563         (gnus-pp-to-string): New function.
23564
23565         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23566         Replace pp-to-string with gnus-pp-to-string.
23567         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23568         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23569         * gnus-msg.el (gnus-debug): Ditto.
23570         * gnus-score.el (gnus-score-save): Ditto.
23571         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23572         gnus-pp-to-string.
23573         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23574         with gnus-pp.
23575         * score-mode.el (gnus-score-pretty-print): Ditto.
23576         * webmail.el (webmail-debug): Ditto.
23577
23578 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23579
23580         * gnus-art.el (article-display-face, article-display-x-face):
23581         Use buffer-read-only.
23582
23583 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23584
23585         * gnus-art.el (article-hide-list-identifiers):
23586         Bind inhibit-read-only as t.
23587
23588 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23589
23590         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23591
23592 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23593
23594         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23595         (gnus-narrow-to-page): Don't assume point-min == 1.
23596         (gnus-article-edit-mode): Derive from message-mode.
23597
23598         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23599         point-min == 1.
23600
23601         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23602         Disable incorrect use of `assert'.
23603
23604         * message.el (message-mode): Set comment-start-skip.
23605
23606
23607 2004-08-22  Sam Steingold  <sds@gnu.org>
23608
23609         * pop3.el (pop3-leave-mail-on-server): New user variable.
23610         (pop3-movemail): Delete mail only when it is nil.
23611
23612 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23613
23614         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23615
23616         * mml.el (mml-preview): Use `pop-to-buffer'.
23617
23618         * message.el (message-goto-mail-followup-to): Insert after "To".
23619         (message-carefully-insert-headers): Add comment.
23620
23621         * gnus.el: Remove unused variable `gnus-article-check-size'.
23622
23623         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23624
23625         * gnus-art.el (gnus-button-alist):
23626         Improve `gnus-button-handle-library' entry.
23627
23628 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23629
23630         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23631         Use downcase, since XEmacs capitalizes error messages differently.
23632
23633 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23634
23635         * nntp.el: Add (require 'gnus) due to reference to
23636         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23637
23638 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23639
23640         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23641         Bind `mm-fill-flowed'.
23642
23643         * mm-decode.el (mm-dissect-singlepart): Check it.
23644
23645 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23646
23647         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23648         'imap' for netrc parsing.
23649
23650 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23651
23652         * mailcap.el (mailcap-mime-data): Mark as risky.
23653
23654 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23655
23656         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23657         may be included in the encoded word.
23658         (rfc2047-encode): Don't append a space if the encoded word
23659         includes close parenthesis.
23660
23661 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23662
23663         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23664         of text within parentheses.
23665
23666 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23667
23668         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23669         (gnus-encrypt-write-file-contents): Make the password key the file
23670         name PLUS the cipher, not just the cipher.  Also remove failed
23671         passwords from the cache.
23672
23673 2004-08-06  Simon Josefsson  <jas@extundo.com>
23674
23675         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23676         Doc fix.
23677
23678 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23679
23680         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23681         LWSP.
23682
23683 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23684
23685         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23686         Try to append in-reply-to: data to the references: header.
23687
23688         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23689         (netrc-parse): Use gnus-encrypt.el functions.
23690
23691         * gnus-encrypt.el: Add new file for encryption support; currently
23692         does only a few GPG ciphers and an internal XOR cipher.
23693
23694         * password.el: Add comments on using password-read-and-add.
23695         (password-read-and-add): Add function to read and add the
23696         password to the cache at once.
23697
23698 2004-07-28  Simon Josefsson  <jas@extundo.com>
23699
23700         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23701         parameter (but don't use it, for now).
23702
23703         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23704         instead of hard coding to nil.
23705
23706 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23707
23708         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23709         as mm-inline-image-xemacs does.
23710
23711 2004-07-26  Simon Josefsson  <jas@extundo.com>
23712
23713         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23714         Revert part of 2004-07-17 change below.
23715
23716 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23717
23718         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23719         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23720
23721 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23722
23723         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23724         quotes that actually start with ">" at the beginning of the
23725         lines.
23726
23727 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23728
23729         * rfc2047.el (rfc2047-encode-region): Fix last change.
23730         (rfc2047-encode-parameter): Remove useless concat.
23731
23732 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23733
23734         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23735         encode special characters; fix some kind of misconfigured headers;
23736         signal a real error if debug-on-quit or debug-on-error is non-nil.
23737         (rfc2047-encode-max-chars): New variable.
23738         (rfc2047-encode-1): Use it.
23739         (rfc2047-encode-parameter): New function.
23740
23741         * mml.el (mml-insert-parameter): Remove an excessive space.
23742
23743 2004-07-17  Simon Josefsson  <jas@extundo.com>
23744
23745         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23746         Kai Grossjohann <kai@emptydomain.de>.
23747         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23748         (gnus-group-make-menu-bar): Ditto.
23749
23750         * gnus-util.el (gnus-group-server): Add.
23751
23752 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23753
23754         * message.el (message-clone-locals): Clone sendmail and smtp
23755         variables.
23756
23757 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23758
23759         * rfc2047.el (rfc2047-encode-region): Fix last change.
23760
23761 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23762
23763         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23764         characters as non-special.
23765
23766 2004-07-09  Simon Josefsson  <jas@extundo.com>
23767
23768         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23769         Users will lose all flag changes made while unplugged with
23770         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23771         good default.  See numerous reports on ding mailing list.
23772
23773 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23774
23775         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23776         add generate-head-function and generate-article-function to the
23777         rfc822-forward entry.
23778         (nndoc-rfc822-forward-generate-article): New function.
23779         (nndoc-rfc822-forward-generate-head): New function.
23780
23781         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23782
23783 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23784
23785         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23786         respect display group parameter and gnus-summary-expunge-below.
23787         (gnus-articles-to-read): Remove unused reference to display group
23788         parameter.
23789
23790 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23791
23792         * nnheader.el (nnheader-uniquify-message-id): New experimental
23793         variable.
23794         (nnheader-nov-read-message-id): Use it.
23795
23796         * spam-report.el (spam-report-gmane): Add interactive.
23797
23798 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23799
23800         * mm-encode.el (mm-content-transfer-encoding-defaults):
23801         Use qp-or-base64 for the application/* types.
23802
23803 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23804
23805         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23806
23807 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23808
23809         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23810         trim value.
23811
23812 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23813
23814         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23815         New macro and function.
23816         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23817
23818 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23819
23820         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23821         after-load-alist.
23822
23823 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23824
23825         * gnus-group.el (gnus-group-get-new-news-this-group):
23826         Don't update info that isn't there.
23827
23828 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23829
23830         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23831         entry.
23832
23833 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23834
23835         * mm-view.el (mm-inline-render-with-function): Use multibyte
23836         buffer; decode html source by charset.
23837
23838         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23839
23840         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23841         Mule-UCS is loaded under XEmacs.
23842         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23843
23844 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23845
23846         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23847
23848 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23849
23850         * mm-util.el (mm-coding-system-p): Return a coding-system.
23851         (mm-mime-mule-charset-alist): Use shift_jis instead of
23852         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23853         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23854         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23855         instead of japanese-shift-jis and iso-latin-1 respectively in
23856         order to share the default value with both Emacs and XEmacs-mule.
23857         (mm-mule-charset-to-mime-charset):
23858         Make mm-coding-system-priorities effective.
23859         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23860         while predicating of candidates upon the priorities.
23861
23862 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23863
23864         * gnus-sum.el (gnus-summary-make-menu-bar):
23865         Add gnus-uu-invert-processable.
23866
23867         * gnus.el: Autoload gnus-uu-invert-processable.
23868
23869 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23870
23871         * mm-util.el (mm-with-multibyte-buffer): New macro.
23872
23873         * rfc2047.el (rfc2047-encode-string): Use it.
23874         (rfc2047-encode-region): Move point to the end of the region after
23875         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23876
23877 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23878
23879         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23880         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23881
23882 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23883
23884         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23885         (gnus-cite-parse): Ignore quoted envelope From_.
23886         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23887
23888 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23889
23890         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23891         invalid addresses.
23892
23893 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23894
23895         * spam.el: Change section markers, revise TODO list.
23896         (spam-backends): Make new master list of all installed backends.
23897         (spam-summary-exit-behavior): Add new variable to determine how
23898         messages moves are done at summary exit.
23899         (spam-move-spam-nonspam-groups-only)
23900         (spam-process-ham-in-nonham-groups)
23901         (spam-process-ham-in-spam-groups): Remove variables, the
23902         spam-summary-exit-behavior variable should be used to manage this
23903         behavior.
23904         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23905         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23906         and spam-old-spam-articles.
23907         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23908         Add empty variables, placeholders for the backends they represent.
23909         (spam-set-difference): Move, unchanged.
23910         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23911         unless the user has a processor variable.
23912         (spam-classifications, spam-classification-valid-p)
23913         (spam-backend-properties, spam-backend-property-valid-p)
23914         (spam-backend-function-type-valid-p)
23915         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23916         (spam-report-articles-gmane, spam-report-articles-resend):
23917         Remove functions, they are not needed.
23918         (spam-install-backend-super, spam-backend-list)
23919         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23920         (spam-backend-function, spam-backend-ham-registration-function)
23921         (spam-backend-spam-registration-function)
23922         (spam-backend-ham-unregistration-function)
23923         (spam-backend-spam-unregistration-function)
23924         (spam-backend-statistical-p, spam-backend-mover-p)
23925         (spam-install-backend-alias, spam-install-checkonly-backend)
23926         (spam-install-mover-backend, spam-install-nocheck-backend)
23927         (spam-install-backend, spam-install-statistical-backend)
23928         (spam-install-statistical-checkonly-backend): Add backend installation
23929         support.
23930         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23931         (spam-group-processor-p): Use the new backend code and respect the
23932         summary exit behavior.
23933         (spam-mark-spam-as-expired-and-move-routine): Remove.
23934         (spam-summary-prepare): Change to use the new spam-old-articles
23935         variable.
23936         (spam-copy-or-move-routine, spam-copy-spam-routine)
23937         (spam-move-spam-routine, spam-copy-ham-routine)
23938         (spam-move-ham-routine): Add code to copy/move ham or spam.
23939         (spam-fetch-field-fast): Improve doc and code, plus allow the
23940         'number request.
23941         (spam-list-of-checks, spam-list-of-statistical-checks):
23942         Remove variables.
23943         (spam-split, spam-find-spam): Use the new backend code.
23944         (spam-registration-functions): Remove variable.
23945         (spam-unregister-routine): Add convenience wrapper.
23946         (spam-log-undo-registration, spam-register-routine)
23947         (spam-log-processing-to-registry)
23948         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23949         where possible.
23950         (spam-check-gmane-xref, spam-check-regex-headers)
23951         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23952         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23953         (spam-check-bogofilter-headers, spam-check-spamoracle)
23954         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23955         (spam-check-crm114-headers): Use the spam-split-group that
23956         spam-split prepares, no need to determine it every time.
23957
23958         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23959         to the nnheader-parse-naked-head call.
23960
23961         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23962
23963         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23964         the nnheader-nov-read-message-id call.
23965
23966 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23967
23968         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23969         gnus-activate-group twice.  Suggested by Markus Peter
23970         <warp@spin.de>.
23971
23972 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23973
23974         * gnus-art.el (gnus-article-time-format): Exchange the order of
23975         day and month in the default value; fix customization type.
23976         (article-date-ut): Use add-text-properties.
23977         (article-make-date-line): Use message-make-date instead of
23978         current-time-string.
23979
23980         * message.el (message-fetch-field): Don't use set-text-properties.
23981         (message-make-date): Simplify.
23982
23983         * messagexmas.el (message-xmas-make-date): New function.
23984         (message-xmas-redefine): Defalias message-make-date to it.
23985
23986 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23987
23988         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23989         (rfc2047-encode-region): Treat text within parentheses as special;
23990         show the original text when error has occurred.
23991
23992         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23993         already-computed method to gnus-activate-group.
23994
23995         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23996         same select-methods identical Lisp objects.
23997
23998         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23999         object when modifying the info.
24000
24001 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24002
24003         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24004         gnus-opened-servers since it has never been opened with the new
24005         configuration yet.
24006
24007 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24008
24009         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24010         arg to nnheader-generate-fake-message-id.
24011
24012 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24013
24014         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24015         number and build a fake message ID localized to a group and
24016         article number (so it's repeatable from that point on).
24017         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24018         ID format.
24019
24020         * gnus-sum.el (gnus-get-newsgroup-headers):
24021         Call nnheader-generate-fake-message-id with the article number.
24022
24023 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24024
24025         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24026         end-of-buffer.
24027
24028 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24029
24030         * message.el (message-ignored-supersedes-headers): Add Approved.
24031
24032 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24033
24034         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24035         goto-char.
24036         (rfc2047-encode): Fold the line before encoding.
24037
24038 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24039
24040         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24041         folding -- not all headers can be folded, and this should be done
24042         by the message composition mode.  Probably.  I think.
24043
24044 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24045
24046         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24047         fast.
24048
24049         * gnus-ems.el (gnus-remove-image): Don't use
24050         message-text-with-property; remove only the image found first.
24051
24052         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24053         found first.
24054
24055 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24056
24057         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24058
24059 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24060
24061         * message.el (message-text-with-property): Make it fast and accept
24062         optional arguments.
24063         (message-strip-forbidden-properties): Use it.
24064         (message-fix-before-sending): Follow the m-t-w-p change.
24065
24066         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24067
24068 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24069
24070         * gnus-art.el (article-hide-headers): Don't change the buffer
24071         mistakenly when performing mml-preview even if
24072         gnus-single-article-buffer is nil.
24073
24074 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24075
24076         * message.el (message-expand-name-databases): New user option.
24077         (message-expand-name): Use it.
24078
24079 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24080
24081         * spam.el (spam-report-articles-resend)
24082         (spam-report-resend-register-routine): Allow ham reporting.
24083         (spam-report-resend-register-ham-routine): Add wrapper.
24084         (spam-registration-functions): Add ham resending functions.
24085         (spam-list-of-processors): Add ham resend processor.
24086
24087         * gnus.el (ham-resend-to): Add new group parameter.
24088         (spam-process): Add ham resend option.
24089
24090         * spam-report.el (spam-report-resend): Allow reporting ham.
24091         (spam-report-resend-ham): Add wrapper.
24092
24093 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24094
24095         * message.el (message-cite-articles-with-x-no-archive):
24096         New variable.
24097         (message-cite-original): Use it.
24098
24099 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24100
24101         * message.el (message-cite-original): Respect X-No-Archive.
24102
24103 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24104
24105         * gnus-art.el (article-hide-headers): Refer to the values for
24106         gnus-ignored-headers and gnus-visible-headers in the summary
24107         buffer since a user may have set them as group parameters.
24108
24109 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24110
24111         * assistant.el (assistant-node-name): Add convenience function.
24112         (assistant-render-text, assistant-render-node): Add error handling,
24113         plus handle multiple next nodes.
24114         (assistant-find-next-node): Comment out for now.
24115         (assistant-find-next-nodes): Add function, returns list of next
24116         nodes.
24117
24118 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24119
24120         * mail-source.el (mail-source-directory): Fix doc-string.
24121
24122 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24123
24124         * assistant.el (assistant-render-text, assistant-eval): Add :set
24125         widget type, which is different because it takes and returns a
24126         list.  Much hilarity ensues.
24127
24128 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24129
24130         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24131
24132         * gnus-group.el (gnus-group-get-new-news-this-group):
24133         Add doc-string.
24134
24135         * gnus-start.el (gnus-activate-group): Add doc-string.
24136
24137 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24138
24139         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24140
24141 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24142
24143         * assistant.el (assistant-render-text): Try to add a :set
24144         widget, more to come.
24145
24146         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24147         strings.
24148         (spam-report-articles-resend)
24149         (spam-register-routine): Do registration iff any articles warrant
24150         it.
24151         (spam-summary-prepare-exit): Change log message for nil group
24152         destinations.
24153
24154 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24155
24156         * spam.el (spam-report-resend-register-routine):
24157         Allow spam-report-resend-to to be a group parameter or a global value.
24158
24159 2004-05-26  Simon Josefsson  <jas@extundo.com>
24160
24161         * starttls.el: Merge with my GNUTLS based starttls.el.
24162         (starttls-gnutls-program, starttls-use-gnutls)
24163         (starttls-extra-arguments, starttls-process-connection-type)
24164         (starttls-connect, starttls-failure, starttls-success):
24165         New variables.
24166         (starttls-program, starttls-extra-args): Doc fix.
24167         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24168         New functions.
24169         (starttls-negotiate, starttls-open-stream):
24170         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24171         function if it is set.
24172
24173 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24174
24175         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24176         structured fields.
24177
24178 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24179
24180         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24181
24182 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24183
24184         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24185         Add variable.
24186         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24187         assigning the spam-mark to new messages.
24188
24189 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24190
24191         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24192
24193 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24194
24195         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24196
24197         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24198         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24199         default.
24200
24201 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24202
24203         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24204         correct data.
24205
24206 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24207
24208         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24209         (spam-group-processor-p): Fix function.
24210         (spam-group-processor-multiple-p)
24211         (spam-group-spam-processor-report-gmane-p)
24212         (spam-group-spam-processor-report-resend-p)
24213         (spam-group-spam-processor-bogofilter-p)
24214         (spam-group-spam-processor-blacklist-p)
24215         (spam-group-spam-processor-ifile-p)
24216         (spam-group-ham-processor-ifile-p)
24217         (spam-group-spam-processor-spamoracle-p)
24218         (spam-group-spam-processor-crm114-p)
24219         (spam-group-ham-processor-bogofilter-p)
24220         (spam-group-spam-processor-stat-p)
24221         (spam-group-ham-processor-stat-p)
24222         (spam-group-ham-processor-whitelist-p)
24223         (spam-group-ham-processor-BBDB-p)
24224         (spam-group-ham-processor-spamoracle-p)
24225         (spam-group-ham-processor-copy-p): Remove functions with some
24226         prejudice against unneeded code.
24227         (spam-report-articles-resend)
24228         (spam-report-resend-register-routine): Allow the group/topic
24229         spam-resend-to value to override spam-report-resend-to.
24230         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24231         properly now.
24232
24233         * gnus.el (spam-resend-to): Add group/topic parameter.
24234         (spam-process): Move the OBSOLETE processors to the end of the
24235         choices.
24236
24237 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24238
24239         * spam-report.el (spam-report-resend-to, spam-report-resend):
24240         Start with resend-to set to nil, and then ask the user if necessary.
24241         (spam-report-resend): spam-report-resend takes a list of articles, not
24242         separate article numbers.
24243
24244 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24245
24246         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24247         addition to emacs-w3m.
24248
24249 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24250
24251         * assistant.el (assistant-authinfo-data): New function.
24252         (assistant-eval): Eval for entire assistant.
24253
24254         * netrc.el (netrc-services-file): New variable.
24255         (netrc-parse-services): New function.
24256         (netrc-find-service-name): New function.
24257         (netrc-find-service-number): New function.
24258         (netrc-port-equal): New function.
24259         (netrc-machine): Use it.
24260
24261         * nnimap.el (nnimap-open-connection): Use netrc.
24262
24263         * gnus-util.el (gnus-netrc-get): Remove aliases.
24264
24265         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24266
24267         * assistant.el (wid-edit): Fix compilation.
24268
24269         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24270
24271 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24272
24273         * gnus-util.el (gnus-set-file-modes): New function.  (small
24274         patch).
24275
24276 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24277
24278         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24279
24280         * assistant.el (assistant-render-node): Fix up rendering and
24281         read-only text.
24282         (assistant-render-node): Reset.
24283         (assistant-make-read-only): Not sticky.
24284
24285 2004-05-20  Danny Siu  <dsiu@adobe.com>
24286
24287         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24288         centered even when gnus-auto-center-summary is t.
24289
24290 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24291
24292         * dns.el (dns-get-txt-answer): New function.
24293         (dns-read-txt): Ditto.
24294         (query-dns): Use it.
24295
24296 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24297
24298         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24299         active for foreign groups even if the group level is higher than
24300         the specified value.
24301
24302 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24303
24304         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24305         non-active groups.
24306
24307         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24308
24309 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24310
24311         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24312
24313 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24314
24315         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24316         (spam-crm114-header, spam-crm114-spam-switch)
24317         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24318         (spam-crm114-positive-spam-header)
24319         (spam-crm114-database-directory, spam-list-of-processors)
24320         (spam-group-spam-processor-crm114-p)
24321         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24322         (spam-generic-score, spam-list-of-checks)
24323         (spam-list-of-statistical-checks, spam-registration-functions)
24324         (spam-check-crm114-headers, spam-crm114-score)
24325         (spam-check-crm114, spam-crm114-register-with-crm114)
24326         (spam-crm114-register-spam-routine)
24327         (spam-crm114-unregister-spam-routine)
24328         (spam-crm114-register-ham-routine)
24329         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24330
24331 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24332
24333         * gnus.el: Add spam-use-crm114.
24334
24335         * spam.el (spam-list-of-processors, spam-registration-functions):
24336         Add spam-use-resend.
24337         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24338         (spam-report-articles-gmane): Add doc fix.
24339         (spam-report-articles-resend, spam-report-resend-register-routine):
24340         Add wrappers around spam-report-resend-to.
24341
24342         * spam-report.el (spam-report-resend-to, spam-report-resend):
24343         Add support for resending spam.
24344         (spam-report-gmane): Fix line length >80.
24345
24346         * gnus.el (spam-process): Add spam-use-resend.
24347
24348 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24349
24350         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24351         number of processed spam messages.
24352         (spam-ham-copy-or-move-routine): Return the number of processed
24353         ham messages.
24354         (spam-summary-prepare-exit): Use the above values to decide
24355         whether status messages shouled be displayed.
24356
24357 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24358
24359         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24360         `rfc2047-encoding-function-alist' in order to avoid conflicting
24361         with the old version.
24362         (rfc2047-encode-region): Concatenate words containing non-ASCII
24363         characters in structured fields; don't encode space-delimited
24364         ASCII words even in unstructured fields; don't break words at
24365         char-category boundaries.
24366         (rfc2047-encode-1): New function.
24367         (rfc2047-encode): Use it; encode text so that it occupies the
24368         maximum width within 76-column; work correctly on Q encoding for
24369         iso-2022-* charsets.
24370         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24371         sure not to break a line just after the header name.
24372         (rfc2047-b-encode-region): Remove.
24373         (rfc2047-b-encode-string): New function.
24374         (rfc2047-q-encode-region): Remove.
24375         (rfc2047-q-encode-string): New function.
24376
24377         * mm-util.el (mm-replace-in-string): New function.
24378
24379 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24380
24381         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24382         Really get it right.
24383         (gnus-inews-make-draft): Really.
24384
24385 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24386
24387         * nnmh.el (nnmh-request-list-1): Don't check the link count
24388         before descending.  (small patch)
24389
24390 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24391
24392         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24393         stuff.
24394
24395         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24396         Match on real group name.
24397
24398         * gnus-art.el (gnus-signature-limit): Doc fix.
24399
24400         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24401
24402         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24403
24404 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24405
24406         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24407         isn't a string.
24408
24409 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24410
24411         * gnus-draft.el (gnus-draft-send):
24412         Bind rfc2047-encode-encoded-words.
24413
24414         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24415         (rfc2047-encodable-p): Say that =? needs encoding.
24416         (rfc2047-encode-encoded-words): New variable.
24417
24418         * gnus-group.el (gnus-group-select-group): Doc fix.
24419
24420         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24421
24422         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24423         to nil.
24424
24425         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24426
24427         * nnheader.el (nnheader-get-lines-and-char): New function.
24428
24429 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24430
24431         * gnus-msg.el (gnus-summary-followup-with-original):
24432         Document yanking of region when active.
24433
24434 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24435
24436         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24437         groups if the group level is higher than the specified value.
24438
24439 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24440
24441         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24442         (gnus-group-jump-to-group): Add prefix argument using
24443         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24444         non-active group.
24445
24446         * compface.el (uncompface): Be verbose when changing
24447         `uncompface-use-external'.
24448
24449         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24450         handle manual section.
24451
24452 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24453
24454         * gnus-art.el (gnus-button-alist): Revert previous change.
24455
24456 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24457
24458         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24459
24460 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24461
24462         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24463         whether backend can accept message.
24464
24465         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24466
24467 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24468
24469         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24470         Avoid creating directory when nntp-marks-is-evil is true.
24471         Reported by Reiner Steib.
24472
24473 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24474
24475         * gnus-picon.el (gnus-picon-insert-glyph):
24476         Add optional `nostring' argument.
24477
24478 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24479
24480         * gnus-picon.el (gnus-picon-style): New variable.
24481         (gnus-picon-transform-address): Support `gnus-picon-style'.
24482
24483 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24484
24485         * message.el (message-fill-field): Return point.
24486         (message-generate-headers): Go to end of field.
24487
24488         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24489         stuff for non-living groups.
24490
24491 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24492
24493         * gnus-art.el (gnus-article-followup-with-original)
24494         (gnus-article-reply-with-original): gnus-mark-active-p ->
24495         gnus-region-active-p.
24496
24497 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24498
24499         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24500         only when there is spam or ham to be processed.
24501
24502 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24503
24504         * mail-source.el (mail-source-delete-crash-box): Refactor.
24505         (mail-source-fetch): Use it.
24506         (mail-source-fetch-file): Ditto.
24507         (mail-source-fetch-directory): Run postscript in loop.
24508         (mail-source-fetch-pop): Delete.
24509         (mail-source-fetch-maildir): Ditto.
24510         (mail-source-fetch-imap): Ditto.
24511
24512         * imap.el (imap-authenticators): Comment out sasl.
24513
24514         * message.el (message-skip-to-next-address): New function.
24515         (message-fill-header-address): Refactor.
24516         (message-fill-address): Use it.
24517         (message-delete-address): Use it.
24518         (message-fill-header-general): Refactor.
24519         (message-fill-field-address): Rename.
24520         (message-narrow-to-field): Find the start of the header.
24521         (message-header-format-alist): Don't pre-fill.
24522         (message-fill-header): Remove.
24523         (message-insert-header): New function.
24524         (message-shorten-references): Use it.
24525
24526         * rfc2047.el (rfc2047-field-value): Strip props.
24527
24528         * mail-parse.el (mail-header-make-address): New alias.
24529
24530         * ietf-drums.el (ietf-drums-make-address): New function.
24531
24532         * imap.el: Add compiler directives.
24533
24534         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24535
24536         * gnus-art.el (article-decode-idna-rhs): Don't use
24537         message-idna-inside-rhs-p.
24538
24539 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24540
24541         * message.el (message-idna-inside-rhs-p): Remove.
24542         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24543
24544         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24545         false positives.
24546
24547 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24548
24549         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24550
24551 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24552
24553         * nneething.el (nneething-file-name): Don't create spurious
24554         files.
24555
24556         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24557         (gnus-inews-do-gcc): Remove sleep.
24558
24559         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24560         part under point.
24561
24562         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24563         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24564
24565 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24566
24567         * spam.el (spam-summary-prepare-exit): Fix (length).
24568
24569 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24570
24571         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24572         as expired without moving it" message when there are spam
24573         messages left.
24574
24575 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24576
24577         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24578         header is not nil.
24579
24580 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24581
24582         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24583         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24584         (nntp-marks-changed-p): New arg SERVER.
24585         (nntp-request-update-info): Adjust caller.
24586
24587 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24588
24589         * nntp.el (nntp-save-marks): Pass missing arg.
24590
24591 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24592
24593         * nntp.el: Support marks.
24594         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24595         (nntp-marks-modtime, nntp-marks-directory): New variables.
24596         (nntp-request-set-mark, nntp-request-update-info)
24597         (nntp-possibly-create-directory, nntp-marks-changed-p)
24598         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24599         New functions.
24600
24601 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24602
24603         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24604         (gnus-xmas-redefine): Rename.
24605
24606         * gnus-score.el (gnus-score-insert-help):
24607         Use gnus-select-lowest-window.
24608
24609         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24610         appt-select-lowest-window and rename to gnus-select-lowest-window.
24611
24612         * gnus.el: do.
24613
24614 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24615
24616         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24617         encodings of MIME-encoded words, in order to improve
24618         interoperability with several broken MUAs.
24619
24620 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24621
24622         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24623         tags, only when charsets are not specified in headers.
24624         (mm-inline-text-html-render-with-w3m): Ditto.
24625
24626         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24627         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24628
24629 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24630
24631         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24632         instead of MIME-decoded from fields when checking
24633         `gnus-article-address-banner-alist'.
24634
24635 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24636
24637         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24638         description rather than subject.
24639
24640 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24641
24642         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24643
24644 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24645
24646         * gnus.el (gnus-version-number): Bump.
24647
24648 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24649
24650         * gnus.el: No Gnus v0.2 is released.
24651
24652 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24653
24654         * gnus-agent.el (gnus-agent-read-agentview):
24655         Inline gnus-uncompress-range.
24656
24657 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24658
24659         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24660         `exec-installed-p'.
24661
24662 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24663
24664         * gnus.el (spam-process, spam-autodetect-methods):
24665         Add bsfilter and bsfilter-headers.
24666
24667         * spam.el (spam-bsfilter): New customize group.
24668         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24669         (spam-bsfilter-header, spam-bsfilter-probability-header)
24670         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24671         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24672         (spam-bsfilter-database-directory): New options.
24673         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24674         (spam-list-of-statistical-checks, spam-registration-functions):
24675         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24676         (spam-bsfilter-score): New command.
24677         (spam-check-bsfilter-headers, spam-check-bsfilter)
24678         (spam-bsfilter-register-with-bsfilter)
24679         (spam-bsfilter-register-spam-routine)
24680         (spam-bsfilter-unregister-spam-routine)
24681         (spam-bsfilter-register-ham-routine)
24682         (spam-bsfilter-unregister-ham-routine): New functions.
24683         (spam-generic-score): Support bsfilter; Accept an optional argument
24684         to recalcurate spam score even if scoring header has already been
24685         added.
24686         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24687         optional argument to recalcurate spam score even if scoring header
24688         has already been added.
24689
24690 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24691
24692         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24693         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24694         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24695         link is missing.
24696
24697 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24698
24699         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24700         (html2text-get-attr): Rewrite.
24701
24702         * message.el (message-setup-1): Remove redundant put-text-property
24703         on mail-header-separator.
24704
24705 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24706
24707         * gnus-registry.el (gnus-registry-cache-whitespace)
24708         (gnus-registry-action, gnus-registry-spool-action)
24709         (gnus-registry-split-fancy-with-parent): Change message levels
24710         from 5 to 3 or 7, as needed.
24711
24712         * spam.el (spam-summary-prepare-exit)
24713         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24714         (spam-split, spam-find-spam, spam-log-undo-registration)
24715         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24716         level from 5 to 6.
24717
24718 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24719
24720         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24721         2004-03-04 change).
24722
24723 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24724
24725         * sieve-manage.el (sieve-manage-open):
24726         * nnweb.el (nnweb-insert-html):
24727         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24728         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24729         * nnspool.el (nnspool-request-group):
24730         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24731         * nnml.el (nnml-request-update-info):
24732         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24733         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24734         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24735         (nnimap-request-set-mark):
24736         * nnfolder.el (nnfolder-request-update-info):
24737         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24738         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24739         * gnus-uu.el (gnus-uu-find-articles-matching):
24740         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24741         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24742         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24743         * gnus-nocem.el (gnus-nocem-scan-groups):
24744         * gnus-int.el (gnus-start-news-server):
24745         * gnus-group.el (gnus-group-make-kiboze-group)
24746         (gnus-group-browse-foreign-server):
24747         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24748         Use mapc when appropriate.
24749
24750 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24751             Adam Sjøgren  <asjo@koldfront.dk>
24752             Wes Hardaker  <wes@hardakers.net>
24753             Michael Shields  <shields@msrl.com>
24754
24755         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24756         may need for spam sorting and scoring.
24757         (spam-user-format-function-S): Add user format function suitable for
24758         general use.
24759         (spam-article-sort-by-spam-status): Add sorting function for summary
24760         sorting.
24761         (spam-extra-header-to-number): Add function to get a score from a
24762         header.
24763         (spam-summary-score): Add function to get a numeric score from the
24764         headers.
24765         (spam-generic-score): Fix function doc, was in wrong place.
24766         (spam-initialize): Take symbols when it's run, and install the
24767         extra headers that spam-necessary-extra-headers thinks we need.
24768
24769 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24770
24771         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24772         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24773
24774 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24775
24776         * gnus-sum.el (gnus-set-global-variables)
24777         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24778         (gnus-article-get-xrefs, gnus-summary-best-group)
24779         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24780         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24781         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24782         Use with-current-buffer.
24783
24784 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24785
24786         * spam.el (spam-summary-prepare-exit): Simplify logic.
24787         (spam-fetch-article-header): Read the article header if it's not
24788         available.
24789         (spam-list-articles): Simplify logic.
24790         (spam-filelist-register-routine): Fix bug with unregister-list.
24791
24792         * gnus-registry.el: Fix comments at beginning.
24793
24794 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24795
24796         * message.el (message-cater-to-broken-inn): Remove.
24797         (message-shorten-references): Make sure the total folded length of
24798         References is shorter than 998 characters to cater to a bug in INN
24799         2.3.  Also, don't pretend that references aren't folded -- this
24800         hasn't worked for a while.
24801
24802 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24803
24804         * gnus-agent.el (gnus-agentize):
24805         gnus-agent-send-mail-real-function no longer set to current value
24806         of message-send-mail-function but rather a lambda that calls
24807         message-send-mail-function.  The change makes the agent real-time
24808         responsive to user changes to message-send-mail-function.
24809
24810 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24811
24812         * legacy-gnus-agent.el
24813         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24814         help from Florian Weimer <fw@deneb.enyo.de>
24815
24816 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24817
24818         * nnmail.el (nnmail-cache-insert): Revert last change.
24819
24820 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24821
24822         * nnmail.el (nnmail-cache-insert): Always check whether
24823         nnmail-cache-ignore-groups matches a group name.
24824
24825 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24826
24827         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24828         (spam-find-spam, spam-log-processing-to-registry)
24829         (spam-log-registered-p, spam-log-unregistration-needed-p)
24830         (spam-log-undo-registration): Use gnus-message instead of
24831         gnus-error, none of these errors are fatal.
24832
24833         * gnus-registry.el (gnus-registry-clean-empty-function)
24834         (gnus-registry-clean-empty): Remove only empty entries without
24835         extra data.
24836
24837 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24838
24839         * spam-stat.el (spam-stat-buffer-change-to-spam)
24840         (spam-stat-buffer-change-to-non-spam): Change (error) to
24841         (gnus-message 8) invocation.
24842
24843 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24844
24845         * nntp.el (nntp-via-netcat-command): New variable.
24846         (nntp-via-netcat-switches): New variable.
24847         (nntp-open-via-rlogin-and-netcat): New function.
24848         (nntp-open-connection-function): Doc fix.
24849         (nntp-telnet-command): Doc fix.
24850         (nntp-end-of-line): Doc fix.
24851         (nntp-via-rlogin-command): Doc fix.
24852         (nntp-via-user-name): Doc fix.
24853         (nntp-via-address): Doc fix.
24854
24855 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24856
24857         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24858         error in Emacs 21.1.
24859
24860 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24861
24862         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24863
24864 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24865
24866         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24867         (gnus-agent-with-refreshed-group): New macro.
24868         (gnus-agent-rename-group): New function.
24869         (gnus-agent-delete-group): New function.
24870         (gnus-agent-save-group-info): Use gnus-command-method when
24871         `method' parameter is nil.  Don't write nil entries into the
24872         active file.
24873         (gnus-agent-get-group-info): New function.
24874         (gnus-agent-fetch-articles):
24875         Use gnus-agent-update-files-total-fetched-for to increment disk space
24876         used.
24877         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24878         Use gnus-agent-update-view-total-fetched-for to increment disk space
24879         used.
24880         (gnus-agent-get-local): Add optional parameters to avoid calling
24881         gnus-group-real-name and gnus-find-method-for-group.
24882         (gnus-agent-set-local): Delete stored entry if either min, or max,
24883         are nil.
24884         (gnus-agent-fetch-session): Reworded error/quit messages.
24885         On quit, use gnus-agent-regenerate-group to record existance of any
24886         articles fetched to disk before the quit occurred.
24887         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24888         gnus-agent-update-view-total-fetched-for, and
24889         gnus-agent-update-files-total-fetched-for to decrement disk space
24890         used.
24891         (gnus-agent-retrieve-headers):
24892         Use gnus-agent-update-view-total-fetched-for to increment disk space
24893         used.
24894         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24895         with gnus-agent-update-files-total-fetched-for to decrement disk
24896         space and fresh group buffer.
24897         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24898         (gnus-agent-need-update-total-fetched-for): New variable.
24899         (gnus-agent-update-files-total-fetched-for): New function.
24900         (gnus-agent-update-view-total-fetched-for): New function.
24901         (gnus-agent-total-fetched-for): New function.
24902
24903         * gnus-cache.el (gnus-cache-save-buffers):
24904         Use gnus-cache-update-overview-total-fetched-for to change disk space
24905         used by this group.
24906         (gnus-cache-possibly-enter-article):
24907         Use gnus-cache-update-file-total-fetched-for to increment disk space
24908         used by this group.
24909         (gnus-cache-possibly-remove-article):
24910         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24911         used by this group.
24912         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24913         (gnus-cache-rename-group): New function.
24914         (gnus-cache-delete-group): New function.
24915         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24916         (gnus-cache-need-update-total-fetched-for): New variable.
24917         (gnus-cache-with-refreshed-group): New macro.
24918         (gnus-cache-update-file-total-fetched-for): New function.
24919         (gnus-cache-update-overview-total-fetched-for): New function.
24920         (gnus-cache-rename-group-total-fetched-for): New function.
24921         (gnus-cache-delete-group-total-fetched-for): New function.
24922         (gnus-cache-total-fetched-for): New function.
24923
24924         * gnus-group.el: Require gnus-sum and autoload functions to
24925         resolve warnings when gnus-group.el compiled alone.
24926         (gnus-group-line-format): Documented new %F.
24927         (size of Fetched data) group line format; identifies disk space
24928         used by agent and cache.
24929         (gnus-group-line-format-alist): Defined new F format.
24930         (gnus-total-fetched-for): New function.
24931         (gnus-group-delete-group): No longer update
24932         gnus-cache-active-altered as gnus-request-delete-group now keeps
24933         the cache in sync.
24934         (gnus-group-list-active): Let the agent store a server's active
24935         list if currently plugged.
24936
24937         * gnus-int.el (gnus-request-delete-group):
24938         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24939         local disk in sync with the server.
24940         (gnus-request-rename-group):
24941         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24942         local disk in sync with the server.
24943
24944         * gnus-start.el (gnus-get-unread-articles):
24945         Cosmetic simplification to logic.
24946
24947         * gnus-util.el (gnus-rename-file): New function.
24948
24949 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24950
24951         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24952
24953 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24954
24955         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24956         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24957
24958 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24959
24960         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24961         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24962
24963 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24964
24965         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24966
24967 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24968
24969         * spam.el (spam-set-difference): Add function to replace
24970         gnus-set-difference in spam.el.
24971         (spam-summary-prepare-exit): Use spam-set-difference.
24972
24973 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24974
24975         * gnus-registry.el (gnus-registry-cache-file): Update to use
24976         gnus-dribble-directory OR gnus-home-directory OR ~.
24977         (gnus-registry-split-fancy-with-parent): Fix doc.
24978
24979 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24980
24981         * message.el (message-exchange-point-and-mark):
24982         Use message-mark-active-p.  Suggested by Jesper Harder
24983         <harder@ifa.au.dk>.
24984
24985 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24986
24987         * message.el (message-exchange-point-and-mark): Don't activate
24988         region if it was inactive.  Suggested by Hiroshi Fujishima
24989         <pooh@nature.tsukuba.ac.jp>.
24990
24991 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24992
24993         * gnus-art.el (article-display-face): Display Faces in the same
24994         order as X-Faces.
24995
24996 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24997
24998         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24999
25000 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25001
25002         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25003         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25004         (gnus-article-mime-hierarchy): Remove.
25005         (gnus-article-mime-hierarchy-next): Remove.
25006         (gnus-article-mode): Revert 2004-03-19 change.
25007         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25008         (gnus-insert-mime-button): Revert 2004-03-19 change.
25009         (gnus-mime-accumulate-hierarchy): Remove.
25010         (gnus-mime-enter-multipart): Remove.
25011         (gnus-mime-leave-multipart): Remove.
25012         (gnus-mime-display-part): Revert 2004-03-19 change.
25013         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25014
25015         * mml.el (mml-preview): Revert 2004-03-19 change.
25016
25017 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25018
25019         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25020
25021 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25022
25023         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25024         t while entering a file name using the mm-with-multibyte macro.
25025         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25026
25027         * mm-util.el (mm-with-multibyte): New macro.
25028
25029 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25030
25031         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25032         New user option.
25033         (gnus-mime-multipart-functions): Doc and customization fix.
25034         (gnus-article-mime-hierarchy): New variable.
25035         (gnus-article-mime-hierarchy-next): New variable.
25036         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25037         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25038         gnus-article-mime-hierarchy-next to nil.
25039         (gnus-insert-mime-button): Show hierarchy numbers.
25040         (gnus-mime-accumulate-hierarchy): New function.
25041         (gnus-mime-enter-multipart): New function.
25042         (gnus-mime-leave-multipart): New function.
25043         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25044         (gnus-mime-display-alternative): Show hierarchy numbers.
25045
25046         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25047         gnus-article-mime-hierarchy-next to nil.
25048
25049 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25050
25051         * dns.el: Don't require gnus-xmas.
25052
25053 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25054
25055         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25056         inline PGP.
25057         (mml-menu): Disable mml-quote-region if mark is inactive.
25058
25059 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25060
25061         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25062         when the group's active is not available.
25063
25064 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25065
25066         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25067         error.
25068
25069 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25070
25071         * imap.el (imap-store-password): New variable.
25072         (imap-interactive-login): Use it.
25073         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25074
25075 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25076
25077         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25078         window-start and hscroll to summary window.
25079
25080 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25081
25082         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25083         conversion message to newsrc-dribble when an actual conversion is
25084         performed.
25085
25086 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25087
25088         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25089
25090 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25091
25092         * mm-decode.el (mm-complicated-handles): New function reviving
25093         former definition of mm-multiple-handles.
25094
25095         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25096         (gnus-mime-delete-part): Use it.
25097
25098 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25099
25100         * gnus-agent.el (gnus-agent-read-local):
25101         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25102         avoid the implicit assumption that they will always be equal.
25103         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25104         coding-system-for-write, as the with-temp-file macro first prints
25105         to a buffer then saves the buffer.
25106
25107 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25108
25109         * gnus-art.el (gnus-article-edit-part): New function.
25110         (gnus-mime-save-part-and-strip): Use it; do query instead of
25111         signaling an error; don't use mm-multiple-handles.
25112         (gnus-mime-delete-part): Ditto.
25113
25114 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25115
25116         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25117         old file versions.
25118         (gnus-group-prepare-hook): Remove function that converted list
25119         form of gnus-agent-expire-days to group properties.
25120
25121         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25122         (gnus-request-accept-article): Re-indented.
25123
25124         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25125         converters to handle old agent file formats.  Add logic for a
25126         "backup before upgrading warning".
25127         (gnus-convert-mark-converter-prompt): Developers can mark
25128         functions as needing (default), or not needing,
25129         gnus-convert-old-newsrc's "backup before upgrading warning".
25130         (gnus-convert-converter-needs-prompt): Tests whether the user
25131         should be protected from potentially irreversable changes by the
25132         function.
25133
25134         * legacy-gnus-agent.el: New.  Provides converters that are only
25135         loaded when gnus-convert-old-newsrc needs to call them.
25136
25137 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25138
25139         * mail-source.el (mail-source-touch-pop): Doc fix.
25140
25141         * message.el (message-smtpmail-send-it): Doc fix.
25142
25143 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25144
25145         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25146
25147         * nnmail.el (nnmail-split-fancy): do.
25148
25149         * gnus-kill.el (gnus-kill, gnus-execute): do.
25150
25151 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25152
25153         * gnus-sum.el (gnus-widget-reversible-match)
25154         (gnus-widget-reversible-to-internal)
25155         (gnus-widget-reversible-to-external): New functions.
25156         (gnus-widget-reversible): New widget.
25157         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25158
25159 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25160
25161         * gnus-sum.el (gnus-thread-sort-functions)
25162         (gnus-article-sort-functions): Document `(not F)' items.
25163
25164 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25165
25166         * spam.el (spam-use-gmane-xref): Add new backend.
25167         (spam-gmane-xref-spam-group): Add variable to control the name of the
25168         Gmane spam group.
25169         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25170         (spam-regex-headers-spam, spam-regex-headers-ham)
25171         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25172         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25173         backends and checks.
25174         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25175
25176         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25177         an autodetect method.
25178
25179 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25180
25181         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25182         articles are being added to a group.
25183         (gnus-request-replace-article): Inform the agent that articles
25184         need to be uncached as the cached contents are no longer valid.
25185
25186 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25187
25188         * binhex.el: Don't autoload executable-find.
25189
25190         * canlock.el: Don't autoload mail-fetch-field.
25191
25192         * dgnushack.el: Autoload c-mode for XEmacs.
25193
25194         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25195
25196         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25197         rmail-dont-reply-to and rmail-output.
25198
25199         * gnus-score.el: Don't autoload ffap-string-at-point.
25200
25201         * gnus-setup.el: Don't autoload sc-cite-original.
25202
25203         * imap.el: Don't autoload base64-decode-string,
25204         base64-encode-string and md5.
25205
25206         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25207         and rmail-msg-restore-non-pruned-header.
25208
25209         * mm-decode.el: Don't autoload executable-find.
25210
25211         * mm-url.el: Don't autoload executable-find.
25212
25213         * mm-view.el: Don't autoload diff-mode.
25214
25215         * nndb.el: Don't autoload news-reply-mode, news-setup,
25216         cancel-timer and telnet.
25217
25218         * password.el: Don't autoload run-at-time for Emacs.
25219
25220         * sha1-el.el: Don't autoload executable-find.
25221
25222         * sieve-mode.el: Don't autoload c-mode.
25223
25224         * uudecode.el: Don't autoload executable-find.
25225
25226 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25227
25228         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25229         (gnus-agent-possibly-alter-active): Avoid null in numeric
25230         comparison.
25231         (gnus-agent-set-local): Refuse to save null in local object table.
25232         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25233         list of articles that will be marked as unread.
25234
25235 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25236
25237         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25238
25239 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25240
25241         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25242         language tags.
25243
25244 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25245
25246         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25247         Don't bind "obarray".
25248
25249         * gnus-sum.el (gnus-thread-sort-functions):
25250         Add `gnus-thread-sort-by-most-recent-number' and
25251         `gnus-thread-sort-by-most-recent-date'.
25252         Reported by Kai Grossjohann <kai@emptydomain.de>.
25253
25254 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25255
25256         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25257
25258 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25259
25260         * gnus-cus.el (gnus-agent-customize-category):
25261         Remove ignore-errors macro reference that required cl to be loaded at
25262         run-time.
25263
25264         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25265         single-interval range of the form (min . max).  Previously the
25266         range had to look like ((min . max)).  Likewise, return
25267         (min . max) rather than ((min . max)).
25268         (gnus-range-map): Use gnus-range-normalize to accept
25269         single-interval range.
25270
25271         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25272         the cache, but not the agent, now appear with their usual face.
25273
25274         * dgnushack.el (loaddir): New variable that is bound to the
25275         directory containing the dgnushack.el file. Use loaddir, rather
25276         than srcdir, to update load-path. Change lets dgnushack compile
25277         code in directories other than GNUS/lisp.
25278
25279 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25280
25281         * lpath.el: Don't bind w3m-safe-url-regexp.
25282
25283         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25284         w3m-safe-url-regexp variable buffer-local.
25285
25286         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25287
25288 2004-02-27  Simon Josefsson  <jas@extundo.com>
25289
25290         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25291         gnus-group-real-prefix.
25292         (gnus-summary-move-article): Use it, instead of
25293         gnus-group-real-prefix.
25294
25295 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25296
25297         * lpath.el: Bind w3m-safe-url-regexp.
25298
25299         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25300         w3m-safe-url-regexp variable buffer-local and set it as the value
25301         of mm-w3m-safe-url-regexp.
25302
25303         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25304
25305         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25306         parsing gnus-posting-styles when the message is not for replying.
25307
25308         * dgnushack.el: Autoload sgml-mode for XEmacs.
25309
25310         * nnrss.el (nnrss-opml-export):
25311         Use mm-set-buffer-file-coding-system instead of
25312         set-buffer-file-coding-system.
25313
25314 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25315
25316         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25317         of checkdoc.el).
25318         * nnrss.el: do.
25319         * gnus-mlspl.el: do.
25320         * gnus-ml.el: do.
25321         * gnus-srvr.el: do.
25322
25323         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25324
25325 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25326
25327         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25328         Corrections to custom-manual links.
25329
25330         * gnus-art.el (gnus-article): Ditto.
25331
25332         * mm-decode.el (mime-display, mime-security): Ditto.
25333
25334 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25335
25336         * flow-fill.el: Typo.
25337
25338 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25339
25340         * spam-wash.el: New file.
25341
25342 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25343
25344         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25345
25346 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25347
25348         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25349         to be run with new-articles as LIST1, not LIST2.
25350         (spam-registration-functions): Add spam-use-ham-copy as a nil
25351         registration backend.
25352
25353 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25354
25355         * spam-stat.el (spam-stat-washing-hook): New option.
25356         (spam-stat-buffer-words): Use it.
25357         (spam-stat-process-directory, spam-stat-test-directory):
25358         Use insert-file-contents-literally.
25359         (spam-stat-coding-system): New variable.
25360         (spam-stat-load, spam-stat-save): Use it.
25361
25362 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25363
25364         * spam-report.el (spam-report-plug-agent):
25365         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25366
25367 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25368
25369         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25370         Allow / in mailto URLs.
25371
25372 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25373
25374         * spam-report.el (spam-report-process-queue): Fix interactive use.
25375         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25376         (spam-report-unplug-agent): Doc fixes.
25377         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25378         (spam-report-agentize, spam-report-deagentize): Autoload.
25379
25380 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25381
25382         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25383
25384         * message.el (message-setup-fill-variables): Add mml tags to
25385         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25386         <ajk@iu.edu>.
25387         (message-mode): Don't modify paragraph-separate there.
25388
25389 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25390
25391         * compface.el (uncompface-use-external): Default to undecided.
25392         (uncompface-use-external-threshold): New variable.
25393         (uncompface-float-time): New macro.
25394         (uncompface): Determine whether to use the external decoder if
25395         uncompface-use-external is undecided.
25396
25397 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25398
25399         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25400         after images.
25401
25402         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25403
25404 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25405
25406         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25407
25408         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25409
25410         * gnus-sum.el (gnus-summary-limit-to-age)
25411         (gnus-summary-limit-children): do.
25412
25413         * gnus-int.el (gnus-request-scan): do.
25414
25415         * gnus-group.el (gnus-group-suspend): do.
25416
25417         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25418
25419         * gnus-cite.el (gnus-cite-parse-attributions): do.
25420
25421         * gnus-agent.el (gnus-summary-set-agent-mark)
25422         (gnus-agent-regenerate-group): do.
25423
25424         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25425
25426         * binhex.el (binhex-decode-region-internal): do.
25427
25428 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25429
25430         * gnus-fun.el (gnus-face-properties-alist): New user option.
25431         (gnus-display-x-face-in-from): Use it.
25432
25433         * gnus-art.el (article-display-face): Ditto.
25434
25435         * compface.el (uncompface-use-external): Default to nil.
25436
25437 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25438
25439         * nntp.el (nntp-erase-buffer): New function.
25440         (nntp-retrieve-data, nntp-send-command)
25441         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25442         (nntp-possibly-change-group): Use it.
25443
25444         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25445         Use with-current-buffer.
25446
25447 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25448
25449         * compface.el: Merge the ELisp-based uncompface program.
25450         (compface): New customization group.
25451         (uncompface-use-external): New user option.
25452         (uncompface): Call uncompface-internal if uncompface-use-external
25453         is nil.
25454         (uncompface-internal): New function.  Note that there are also
25455         some other functions and variables added for this function.
25456
25457 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25458
25459         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25460         if necessary.
25461
25462 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25463
25464         * spam-report.el (spam-report-unplug-agent)
25465         (spam-report-plug-agent, spam-report-deagentize)
25466         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25467         Add support for the Agent in spam-report: when unplugged, report to a
25468         file; when plugged, submit all the requests.
25469
25470         * spam.el (spam-register-routine): Fix message about
25471         registration.
25472
25473 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25474
25475         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25476         dependencies.
25477         (rfc2047-encode): Use it.
25478
25479         * gnus-art.el (gnus-button-marker-list): Move before first
25480         reference.
25481
25482         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25483         (imap-parse-body): Fix format string mismatch.
25484
25485         * gnus-score.el (gnus-summary-increase-score): do.
25486
25487         * nnrss.el (nnrss-close): New function.
25488
25489 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25490
25491         * nnrss.el (nnrss-make-filename): New function.
25492         (nnrss-request-delete-group, nnrss-read-server-data)
25493         (nnrss-save-server-data, nnrss-read-group-data)
25494         (nnrss-save-group-data): Use it.
25495         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25496         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25497         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25498
25499 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25500
25501         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25502
25503 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25504
25505         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25506         files.
25507
25508         * message.el (message-generate-headers-first): Don't quote nil
25509         and t in docstrings.
25510
25511         * imap.el (imap-id): do.
25512
25513         * gnus-agent.el (gnus-agent-consider-all-articles)
25514         (gnus-agent-queue-mail): do.
25515
25516 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25517
25518         * spam-report.el (spam-report-process-queue): New function.
25519         Process requests from `spam-report-requests-file'.
25520         (spam-report-process-queue): Doc fix.
25521
25522 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25523
25524         * spam.el (spam-register-routine)
25525         (spam-log-processing-to-registry, spam-log-registered-p)
25526         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25527         Change "check" to "spam-check" for semi-clarity.
25528
25529 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25530
25531         * pop3.el: Require nnheader.
25532
25533         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25534
25535         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25536
25537         * gnus-picon.el: Require cl.
25538
25539         * gnus-fun.el: Require gnus-ems and gnus-util.
25540
25541         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25542
25543         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25544
25545         * gnus-art.el (gnus-article-edit-mode): Define before first
25546         reference.
25547
25548 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25549
25550         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25551         (gnus-uu-post-encoded): Use point-at-bol.
25552
25553         * gnus-topic.el (gnus-group-active-topic-p): do.
25554
25555         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25556
25557         * gnus-group.el (gnus-group-kill-region): do.
25558
25559         * gnus-art.el (article-date-ut): do.
25560
25561         * message.el (message-fetch-field): Remove redundant
25562         case-fold-search binding.
25563         (message-narrow-to-field): Simplify.
25564
25565 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25566
25567         * spam.el (spam-directory): Derive from `gnus-directory'.
25568
25569         * spam-report.el (spam-report-url-to-file)
25570         (spam-report-requests-file): New function and variable for offline
25571         reporting.
25572         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25573         and user defined function.
25574         (spam-report-url-ping-mm-url): Remove doubled slash.
25575
25576 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25577
25578         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25579
25580 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25581
25582         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25583         Fix format string mismatch.
25584
25585         * sieve.el (sieve-deactivate-all): do.
25586
25587         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25588
25589         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25590
25591         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25592
25593         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25594
25595 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25596
25597         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25598         the list of checks.
25599
25600 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25601
25602         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25603         padding.
25604
25605 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25606
25607         * mm-view.el (mm-fill-flowed): New variable.
25608         (mm-inline-text): Use it.
25609
25610 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25611
25612         * spam.el (spam-spamassassin-register-ham-routine)
25613         (spam-spamassassin-register-spam-routine): Fix function names.
25614
25615 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25616
25617         * gnus.el (gnus-tmp-grouplens): Remove.
25618         (gnus-summary-line-format): Remove grouplens.
25619
25620         * gnus-group.el (gnus-group-line-format): Ditto.
25621
25622         * gnus-spec.el (gnus-format-specs): Ditto.
25623         (gnus-update-format-specifications): Flush the group format spec
25624         cache if there's the grouplens stuff.
25625         (gnus-parse-simple-format): Replace %l with the empty string.
25626
25627 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25628
25629         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25630         omission.
25631
25632 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25633
25634         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25635         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25636
25637 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25638
25639         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25640         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25641         New macros and functions.
25642         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25643         Handle > NLINK_MAX messages.
25644         * nnmaildir.el (nnmaildir-request-set-mark):
25645         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25646
25647 2004-01-25  Alex Schroeder  <alex@gnu.org>
25648
25649         * spam-stat.el (spam-stat-process-directory-age): New option.
25650         (spam-stat-process-directory): Use it.
25651
25652 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25653
25654         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25655         (spam-stat-save): Accept prefix argument.
25656
25657 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25658
25659         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25660         links" error.
25661
25662 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25663
25664         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25665         the rest of the and/or forms.
25666
25667 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25668
25669         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25670         compatibility with old .newsrc.eld files.
25671
25672         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25673
25674         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25675
25676         * gnus-start.el (gnus-1): do.
25677
25678         * gnus-group.el (gnus-group-line-format-alist): do.
25679
25680         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25681
25682         * gnus-gl.el: Remove.
25683
25684 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25685
25686         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25687         marks consisting of a single range {for example, (3 . 5)} rather
25688         than a list of a single range { ((3 . 5)) }.
25689
25690 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25691
25692         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25693         Use with-current-buffer.
25694         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25695         avoid consing a string.
25696
25697         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25698         Remove obsolete entries for big5 and gb2312.
25699
25700 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25701
25702         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25703         uncompressed list.
25704
25705 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25706
25707         * spam-stat.el (spam-stat-strip-xref): New function.
25708         (spam-stat-process-directory): Use it.
25709
25710         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25711         here -- it's done in message-fetch-field.
25712
25713 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25714
25715         * gnus-agent.el (gnus-agent-queue-mail)
25716         (gnus-agent-prompt-send-queue): New variables.
25717         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25718         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25719         "nndraft:queue" along to gnus-draft-send.
25720         Use gnus-agent-prompt-send-queue.
25721         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25722         is "nndraft:queue".  Suggested by Gaute Strokkenes
25723         <gs234@srcf.ucam.org>
25724
25725         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25726         (agent-enable-undownloaded-faces): Add.
25727         (gnus-agent-cat-groups): Use eval-and-compile, not
25728         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25729         method of gnus-agent-cat-groups even when the buffer has been
25730         evaled.
25731         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25732         delete gnus-agent-save-active-1.
25733         (gnus-agent-save-groups): Delete.  Identical to
25734         gnus-agent-save-active.
25735         (gnus-agent-write-active): No longer adjust agent's copy of active
25736         file as agent's adjustments are now stored in their own
25737         file.  Remove optional parameter.
25738         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25739         servers.  Add use of min/max range limits from server's local
25740         file.
25741         (gnus-agent-save-alist): Remove unused optional argument.
25742         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25743         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25744         (gnus-agent-set-local): A per-server file that keeps min/max range
25745         limits for articles known to the agent.  Provides a fast mechanism
25746         for altering many active ranges.
25747         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25748         active file (local makes it unnecessary).
25749         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25750
25751         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25752         (agent-enable-undownloaded-faces): Add.
25753
25754         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25755         disable it when sending to "nndraft:queue".
25756         (gnus-group-send-queue): Add safety check to avoid sending queue
25757         when unplugged.
25758
25759         * gnus-group.el (gnus-group-catchup): Use new
25760         gnus-sequence-of-unread-articles, not
25761         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25762         numbers of articles.  Use gnus-range-map to avoid having to
25763         uncompress the unread list.
25764         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25765         Fix invalid ange-ftp reference.
25766
25767         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25768         (gnus-sorted-range-intersection): Intersection of two ranges
25769         without requiring that they first be uncompressed.
25770
25771         * gnus-start.el (gnus-activate-group): Unless blocked by the
25772         caller, possibly expand the active range to include both cached
25773         and agentized articles.
25774         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25775         multiple version-dependent converters.
25776         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25777         gnus-agent-save-active.
25778         (gnus-save-newsrc-file): Save dirty agent range limits.
25779
25780         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25781         gnus-agent-possibly-alter-active.
25782         (gnus-adjust-marked-articles): Faster handling of simple lists.
25783
25784 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25785
25786         * spam-stat.el (spam-stat-test-directory): New optional argument
25787         displays a list of files detected.  Suggested by Andrew Cohen
25788         <cohen@andy.bu.edu>.
25789         (spam-stat-buffer-words-with-scores): Don't narrow and change
25790         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25791
25792 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25793
25794         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25795         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25796         (spam-spamassassin-arguments)
25797         (spam-spamassassin-spam-flag-header)
25798         (spam-spamassassin-positive-spam-flag-header)
25799         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25800         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25801         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25802         (spam-list-of-processors, spam-list-of-checks)
25803         (spam-list-of-statistical-checks, spam-registration-functions)
25804         (spam-check-spamassassin-headers, spam-check-spamassassin)
25805         (spam-spamassassin-score)
25806         (spam-spamassassin-register-with-sa-learn)
25807         (spam-spamassassin-register-spam-routine)
25808         (spam-spamassassin-register-ham-routine)
25809         (spam-assassin-register-spam-routine)
25810         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25811         (spam-bogofilter-score): Fix to show article before scoring.
25812
25813 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25814
25815         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25816         default scoring function.
25817         (spam-generic-score): Call spam-spamassassin-score if
25818         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25819         spam-bogofilter-score otherwise.
25820
25821         * gnus.el (spam-process, spam-autodetect-methods):
25822         Add spamassassin and spamassassin-headers.
25823
25824 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25825
25826         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25827         Suppress unnecessary messages.
25828
25829 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25830
25831         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25832         make-hash-table.
25833
25834 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25835
25836         * canlock.el (base64-encode-string): Don't autoload it.
25837
25838 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25839
25840         * run-at-time.el: Remove useless (require 'itimer),
25841         eval-and-compile and (featurep 'xemacs).
25842
25843 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25844
25845         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25846         GROUP is a virtual group.
25847
25848 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25849
25850         * gnus.el: Autoload `message-y-or-n-p'.
25851
25852 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25853
25854         * pgg-parse.el: Remove unnecessary (require 'custom).
25855
25856         * pgg-def.el: do.
25857
25858         * nnmail.el: do.
25859
25860         * gnus-undo.el: do.
25861
25862         * gnus-picon.el: do.
25863
25864         * gnus-util.el: do.
25865
25866 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25867
25868         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25869
25870 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25871
25872         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25873         handle, as well as a list.
25874
25875         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25876         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25877         (mm-w3m-cid-retrieve): Simplify.
25878
25879 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25880
25881         * message.el (message-kill-to-signature): Allow prefix arg to
25882         specify number of lines to keep before signature.
25883
25884 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25885
25886         * message.el (message-kill-to-signature): Change docstring.
25887
25888 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25889
25890         * canlock.el: Always require sha1-el.
25891         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25892
25893         * message.el: Autoload sha1 only when compiling.
25894
25895         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25896         eudc-expand-inline for XEmacs.
25897
25898 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25899
25900         * message.el (message-canlock-generate): Require sha1-el.
25901
25902 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25903
25904         * message.el (message-expand-name): Silence the byte compiler.
25905
25906         * lpath.el: Add detect-coding-system.
25907
25908         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25909         cus-edit.
25910
25911 2004-01-13  Simon Josefsson  <jas@extundo.com>
25912
25913         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25914         Invoke gnus-score-mode.
25915         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25916
25917         * gnus-range.el (gnus-compress-sequence): Doc fix.
25918         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25919
25920 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25921
25922         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25923
25924 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25925
25926         * spam.el (spam-get-article-as-string): Update to use
25927         gnus-request-article-this-buffer, much simpler.
25928         (spam-get-article-as-buffer): Remove.
25929
25930 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25931
25932         * message.el (message-expand-name): Use EUDC if the user uses that.
25933
25934 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25935
25936         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25937         character for the encoding to avoid consing a string.
25938
25939         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25940         unnecessarily.
25941
25942         * mm-util.el (mm-replace-chars-in-string): Remove.
25943
25944         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25945         of mm-replace-chars-in-string.
25946
25947 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25948
25949         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25950
25951         * mm-util.el (mm-subst-char-in-string): Support inplace.
25952
25953         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25954         a new string in every iteration.  Use shy groups.
25955
25956 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25957
25958         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25959         * gnus-soup.el (gnus-soup-group-brew):
25960         * gnus-msg.el (gnus-put-message):
25961         * gnus-move.el (gnus-group-move-group-to-server):
25962         * gnus-kill.el (gnus-batch-score):
25963         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25964         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25965         (gnus-group-update-group, gnus-group-read-group)
25966         (gnus-group-make-group, gnus-group-make-help-group)
25967         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25968         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25969         (gnus-group-sort-by-unread, gnus-group-catchup)
25970         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25971         (gnus-group-yank-group, gnus-group-set-info)
25972         (gnus-group-list-groups):
25973         * gnus.el (gnus-generate-new-group-name):
25974         * gnus-delay.el (gnus-delay-send-queue):
25975         * nnvirtual.el (nnvirtual-catchup-group):
25976         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25977         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25978         (gnus-group-prepare-topics, gnus-topic-check-topology):
25979         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25980         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25981         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25982         (gnus-group-make-articles-read):
25983         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25984         (gnus-group-change-level, gnus-kill-newsgroup)
25985         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25986         (gnus-get-unread-articles, gnus-make-articles-unread)
25987         (gnus-make-ascending-articles-unread): Use accessor
25988         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25989         to get group information for improved readability.
25990
25991
25992 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25993
25994         * gnus-art.el (article-decode-mime-words, article-babel)
25995         (gnus-article-highlight-signature, gnus-article-add-buttons)
25996         (gnus-signature-toggle): Use gnus-with-article-buffer.
25997
25998         * gnus-art.el (gnus-article-highlight-headers)
25999         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26000
26001         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26002         (gnus-article-set-globals, gnus-request-article-this-buffer)
26003         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26004         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26005         (gnus-mime-display-alternative): Use with-current-buffer.
26006
26007 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26008
26009         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26010         also under 80 char limit, and call gnus-error if needed.
26011         (spam-fetch-article-header): Fix - it was a
26012         buffer-local variable (gnus-newsgroup-data).
26013         (spam-find-spam): Use spam-generate-fake-headers, forget about
26014         spam-insert-fake-headers.
26015         (spam-insert-fake-headers): Remove.
26016
26017 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26018
26019         * deuglify.el (gnus-article-outlook-unwrap-lines)
26020         (gnus-outlook-rearrange-article)
26021         (gnus-outlook-repair-attribution-outlook)
26022         (gnus-outlook-repair-attribution-block)
26023         (gnus-outlook-repair-attribution-other): Remove redundant
26024         save-excursion.
26025
26026 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26027
26028         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26029         (spam-fetch-field-subject-fast)
26030         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26031         (spam-fetch-article-header): Add functions to deal with Gnus
26032         internals for fast retrieval of article header data.
26033         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26034
26035 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26036
26037         * pop3.el (pop3-md5): Remove.
26038         (pop3-apop): Replace pop3-md5 with md5.
26039
26040         * mm-bodies.el: base64 is always built-in.
26041
26042         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26043         Use with-current-buffer.
26044
26045 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26046
26047         * canlock.el (canlock-insert-header): Remove excessive grouping in
26048         regexp.
26049
26050         * gnus-sum.el (gnus-summary-read-document): Ditto.
26051
26052         * gnus-uu.el (gnus-uu-part-number): Ditto.
26053
26054         * html2text.el (html2text-remove-tags): Ditto.
26055         (html2text-format-tags): Ditto.
26056         (html2text-format-single-elements): Ditto.
26057
26058         * mml.el (mml-parse-1): Ditto.
26059
26060 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26061
26062         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26063
26064         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26065
26066         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26067
26068         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26069
26070 2003-11-15  Simon Josefsson  <jas@extundo.com>
26071
26072         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26073         (pgg-gpg-lookup-key): Use regexp match instead of
26074         split-string (split-string is different between emacs 21.2 and
26075         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26076
26077 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26078
26079         * gnus-art.el (gnus-mime-view-all-parts)
26080         (gnus-article-part-wrapper, gnus-article-view-part):
26081         Use with-current-buffer.
26082
26083 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26084
26085         * spam.el (spam-disable-spam-split-during-ham-respool)
26086         (spam-spamoracle-database, spam-cache-lookups)
26087         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26088         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26089         (spam-group-ham-marks, spam-group-spam-marks)
26090         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26091         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26092         also add spam-use-blackholes to the statistical checks.
26093         (spam-fetch-field-fast): Add interface to fetching fields, may
26094         become a macro.
26095         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26096         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26097         (spam-insert-fake-headers): Fake an article when needed.
26098         (spam-find-spam): Fake article when possible.
26099         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26100         (spam-check-bogofilter-headers): Use message-fetch-field instead
26101         of nnmail-fetch-field.
26102
26103 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26104
26105         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26106
26107 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26108
26109         * spam.el (spam-split): Do not require spam-use-CHECK to be
26110         enabled if that check is passed to spam-split explicitly; also
26111         fix so 'spam doesn't get converted to spam-split-group when
26112         spam-split-symbolic-return is t.
26113         (spam-find-spam): Find registrations of the article and use those
26114         instead of re-running spam-split to find the spam/ham
26115         classification of the article.
26116         (spam-log-processing-to-registry, spam-log-registered-p)
26117         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26118         Use gnus-error instead of gnus-message.
26119         (spam-log-registration-type): Add function to determine the
26120         classification of a message based on registry entries; will
26121         return nil if both 'spam and 'ham are found.
26122         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26123         a reasonably fast local cache without the loading errors.
26124         (spam-cache-lookups): Set to t by default.
26125         (spam-find-spam): Don't try to guess spam-cache-lookups.
26126         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26127         spam-caches entry.
26128         (spam-filelist-build-cache, spam-filelist-check-cache):
26129         Fix caching of whitelist/blacklist entries.
26130         (spam-check-whitelist, spam-check-blacklist):
26131         Invoke spam-from-listed-p with a type, not a cache variable.
26132         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26133
26134 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26135
26136         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26137
26138         * nnmail.el (nnmail-split-fancy): do.
26139
26140         * mml.el (mml-parse): do.
26141
26142         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26143         (gnus-score-adaptive): do.
26144
26145 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26146
26147         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26148         (gnus-mime-button-map): Don't set keymap parent.
26149         (gnus-button-ctan-directory-regexp): Use shy grouping.
26150         (gnus-prev-page-map): Don't set keymap parent.
26151         (gnus-prev-page-map): Remove duplicated one.
26152         (gnus-next-page-map): Don't set keymap parent.
26153         (gnus-mime-security-button-map): Ditto.
26154
26155         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26156         version number.
26157
26158         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26159
26160 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26161
26162         * canlock.el (canlock-sha1-function): Remove.
26163         (canlock-sha1-function-for-verify): Remove.
26164         (canlock-openssl-program): Remove.
26165         (canlock-openssl-args): Remove.
26166         (canlock-ignore-errors): Remove.
26167         (canlock-sha1-with-openssl): Remove.
26168         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26169         (canlock-verify): Don't use canlock-ignore-errors.
26170
26171         * sha1-el.el (sha1-string-external): Make it can return a string
26172         in binary form.
26173         (sha1-region-external): Ditto.
26174         (sha1-string-internal): Ditto.
26175         (sha1-region-internal): Ditto.
26176         (sha1-region): Ditto.
26177         (sha1-string): Ditto.
26178         (sha1): Ditto.
26179
26180 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26181
26182         * spam.el (spam-report-articles-gmane): New command.
26183
26184 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26185
26186         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26187
26188         * run-at-time.el (run-at-time-saved): Remove.
26189         (run-at-time): Doc fix.
26190
26191 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26192
26193         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26194         (gnus-summary-limit-map): Add it.
26195         (gnus-summary-make-menu-bar): do.
26196
26197 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26198
26199         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26200         Make attempt at some caching support (done for BBDB only now).
26201         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26202         addresses to be checked.
26203         (spam-clear-cache-BBDB): Add function, to be invoked by
26204         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26205         (spam-check-BBDB): Check and use the caches, if
26206         spam-cache-lookups is on, remove superfluous (provide).
26207
26208 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26209
26210         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26211
26212 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26213
26214         * run-at-time.el (run-at-time-saved): Move to after the definition
26215         of `run-at-time'.
26216
26217         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26218
26219 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26220
26221         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26222         mm-w3m-local-map-property.
26223
26224         * mm-view.el (mm-w3m-mode-map): Remove.
26225         (mm-w3m-local-map-property): Remove.
26226         (mm-inline-text-html-render-with-w3m): Don't use
26227         mm-w3m-local-map-property.
26228
26229 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26230
26231         * run-at-time.el: New file.
26232
26233         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26234         under Emacs.
26235
26236         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26237         of gnus-set-text-properties.
26238
26239         * gnus-uu.el (gnus-uu-save-article): Ditto.
26240
26241         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26242
26243         * gnus-cite.el (gnus-cite-parse): Ditto.
26244
26245         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26246         of gnus-.
26247
26248         * gnus-xmas.el (run-at-time): Require run-at-time.
26249
26250         * gnus.el: Change calls to nnheader-run-at-time and
26251         password-run-at-time throughout to use run-at-time directly.
26252
26253         * password.el: Remove definition of run-at-time.
26254
26255         * nnheaderxm.el: Remove definition of run-at-time.
26256
26257 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26258
26259         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26260         in prompt.
26261
26262 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26263
26264         * messagexmas.el (message-xmas-redefine): Alias
26265         `message-make-caesar-translation-table' to
26266         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26267         version.
26268
26269         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26270         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26271         `gnus-xmas-set-text-properties'.
26272         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26273         `gnus-xmas-completing-read'.
26274         (gnus-xmas-completing-read): Removed.
26275         (gnus-xmas-open-network-stream): Removed.
26276
26277         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26278         XEmacs version.
26279
26280         * dns.el (dns-make-network-process): Use `open-network-stream'
26281         instead of `gnus-xmas-open-network-stream'.
26282
26283         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26284
26285         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26286
26287 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26288
26289         * gnus-art.el (gnus-mime-display-alternative)
26290         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26291         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26292         Don't use gnus-local-map-property.
26293
26294         * gnus-util.el (gnus-local-map-property): Remove.
26295
26296         * mm-view.el (mm-view-pkcs7-decrypt):
26297         Replace gnus-completing-read-maybe-default with completing-read.
26298
26299         * gnus-util.el (gnus-completing-read): do.
26300         (gnus-completing-read-maybe-default): Remove.
26301
26302 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26303
26304         * password.el: Only autoload `run-at-time' if not XEmacs.
26305         Only autoload the itimer functions if XEmacs.
26306
26307 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26308
26309         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26310         XEmacsen.
26311
26312         * dgnushack.el: Autoload executable-find for XEmacs.
26313
26314 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26315
26316         * gnus-art.el (gnus-read-string): Remove.
26317         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26318         read-string.
26319
26320 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26321
26322         * netrc.el: Autoload password-read.
26323         (netrc): Add configuration group.
26324         (netrc-encoding-method, netrc-openssl-path):
26325         Add variables for encoding and decoding of files with symmetric
26326         ciphers.
26327         (netrc-encode): Add assistant function to encode a file with
26328         netrc-encoding-method.
26329         (netrc-parse): Add interactive parameter, added optional
26330         decoding if netrc-encoding-method is non-nil but otherwise
26331         behavior is standard.
26332         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26333         Do s/encode/encrypt/ everywhere.
26334
26335         * spam.el: Remove executable-find autoload.
26336
26337 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26338
26339         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26340
26341         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26342
26343 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26344
26345         * gnus-art.el (gnus-treat-ansi-sequences)
26346         (article-treat-ansi-sequences): New variable and function.
26347         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26348
26349         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26350         Use it.
26351
26352 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26353
26354         * mm-util.el (mm-quote-arg): Remove.
26355
26356         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26357         shell-quote-argument.
26358
26359         * gnus-uu.el (gnus-uu-command): do.
26360
26361         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26362
26363         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26364         with make-char.
26365
26366         * mm-util.el (mm-make-char): Remove.
26367
26368         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26369         add-minor-mode.
26370
26371         * gnus-undo.el (gnus-undo-mode): do.
26372
26373         * gnus-topic.el (gnus-topic-mode): do.
26374
26375         * gnus-sum.el (gnus-dead-summary-mode): do.
26376
26377         * gnus-start.el (gnus-slave-mode): do.
26378
26379         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26380
26381         * gnus-ml.el (gnus-mailing-list-mode): do.
26382
26383         * gnus-gl.el (gnus-grouplens-mode): do.
26384
26385         * gnus-draft.el (gnus-draft-mode): do.
26386
26387         * gnus-dired.el (gnus-dired-mode): do.
26388
26389         * gnus-ems.el (gnus-add-minor-mode): Remove.
26390
26391         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26392         Replace gnus-char-width with char-width.
26393
26394         * gnus-ems.el (gnus-char-width): Remove.
26395
26396         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26397         Replace gnus-char-width with char-width.
26398
26399         * gnus-ems.el (gnus-char-width): Remove.
26400
26401         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26402         definition.
26403         Remove Emacs 20 hash table compatibility code.
26404
26405         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26406         20 compatibility code.
26407
26408         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26409
26410         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26411
26412         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26413         Replace with point-at-{eol,bol}.
26414
26415         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26416
26417         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26418
26419         * flow-fill.el (fill-flowed-point-at-bol)
26420         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26421
26422         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26423         Replace with point-at-{eol,bol} throughout all files.
26424
26425 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26426
26427         * ntlm.el (ntlm-string-as-unibyte): New macro.
26428         (ntlm-build-auth-response): Use it.
26429
26430         Remove Emacs 20 stuff:
26431         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26432         (butlast, mapc, remove): Remove the compiler macros.
26433         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26434         of delq and copy-sequence.
26435         * gnus-art.el (popup-menu): Remove the compiler macro.
26436         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26437         Emacs 20.
26438
26439 2004-01-05  Simon Josefsson  <jas@extundo.com>
26440
26441         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26442         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26443         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26444         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26445         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26446         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26447         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26448         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26449         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26450         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26451         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26452         string-xor into ntlm-string-xor.
26453         Suggested by Jesper Harder <harder@myrealbox.com>.
26454
26455         * ntlm.el: Don't include poem.
26456
26457         * md4.el (print-int32, print-string-hexa): Remove.
26458         Suggested by Jesper Harder <harder@myrealbox.com>.
26459
26460         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26461
26462         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26463         probably breaks emacs with DL patch, but do we care? Is anyone
26464         still using the DL stuff?)
26465
26466         * sieve-manage.el: Use the password package.
26467         (sieve-manage-read-passwd): Remove.
26468         (sieve-manage-interactive-login): Use password.  Re-add
26469         condition-case around loop.
26470
26471         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26472         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26473         Use the password package.
26474
26475 2003-02-19  Simon Josefsson  <jas@extundo.com>
26476
26477         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26478         token.
26479
26480 2002-08-07  Simon Josefsson  <jas@extundo.com>
26481
26482         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26483         (sieve-manage-authenticators):
26484         (sieve-manage-authenticator-alist): Add some SASL mechs.
26485         (sieve-sasl-auth): New function.
26486         (sieve-manage-cram-md5-auth):
26487         (sieve-manage-plain-auth): Rewrite using SASL library.
26488         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26489         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26490         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26491         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26492
26493 2004-01-05  Simon Josefsson  <jas@extundo.com>
26494
26495         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26496         New files.
26497
26498 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26499
26500         * gnus-group.el (gnus-no-groups-message): Update.
26501
26502         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26503
26504 2003-11-09  Simon Josefsson  <jas@extundo.com>
26505
26506         * imap.el: Support for ID IMAP extension (RFC 2971).
26507         (imap-local-variables): Add imap-id.
26508         (imap-id): New variable.
26509         (imap-id): New function.
26510         (imap-parse-response): Parse untagged ID response.
26511         * nnimap.el (nnimap-id): New variable.
26512         (nnimap-open-connection): Use it.
26513
26514 2003-12-28  Simon Josefsson  <jas@extundo.com>
26515
26516         * gnus-score.el (gnus-score-edit-all-score): New.
26517         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26518
26519 2004-01-04  Simon Josefsson  <jas@extundo.com>
26520
26521         * password.el: Add.
26522
26523 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26524
26525         * dns.el (dns-query-types): Fix typo.
26526         (dns-query-types): New function.
26527         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26528         PTR and SOA replies, see RFC 1035.
26529
26530 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26531
26532         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26533
26534         * Move to Changelog.2.
26535
26536 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26537
26538         * gnus.el (gnus-version-number): Bump version.
26539
26540 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26541
26542         * gnus.el: No Gnus v0.1 is released.
26543
26544 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26545
26546         * gnus.el: No Gnus v0.0 is released.
26547
26548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26549
26550         * gnus.el (gnus-version-number): Bump.
26551         (gnus-version): No.
26552
26553 See ChangeLog.2 for earlier changes.
26554
26555   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26556
26557   This file is part of GNU Emacs.
26558
26559   GNU Emacs is free software: you can redistribute it and/or modify
26560   it under the terms of the GNU General Public License as published by
26561   the Free Software Foundation, either version 3 of the License, or
26562   (at your option) any later version.
26563
26564   GNU Emacs is distributed in the hope that it will be useful,
26565   but WITHOUT ANY WARRANTY; without even the implied warranty of
26566   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26567   GNU General Public License for more details.
26568
26569   You should have received a copy of the GNU General Public License
26570   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26571
26572 ;; Local Variables:
26573 ;; coding: utf-8
26574 ;; fill-column: 79
26575 ;; add-log-time-zone-rule: t
26576 ;; End: