Allow nnrss to display images
[gnus] / lisp / ChangeLog
1 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
4         display images.
5
6         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
7
8         * message.el (message-cancel-news): According to
9         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
10         preferred over "cmsg cancel" in the Subject.
11
12         * nnir.el (nnir-engines): Note that the group specs are regexps
13         (bug#13238).
14
15         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
16         gotten read-only text properties, ensure that those aren't heeded when
17         copying stuff over (bug#13434).
18
19         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
20         (bug#13762).
21
22 2013-07-05  David Kastrup  <dak@gnu.org>
23
24         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
25         authinfo file again (important for blank passwords).  This had been
26         broken with 2013-06-15 change.
27
28 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
31         Revert 2013-01-14 change.
32
33 2013-07-02  Daiki Ueno  <ueno@gnu.org>
34
35         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
36         of 'create-image' for XEmacs compatibility; check errors when decoding
37         image.  Reported by Uwe Brauer.
38
39 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
42         gnus-button-push revised at 2011-01-19.
43
44 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
47         now live in the lisp/net Emacs 24 repository.
48
49 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * eww.el (eww-update-header-line-format): Quote % characters.
52
53 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * eww.el (eww-process-text-input): Display passwords as asterisks.
56
57         * shr.el (shr-make-table-1): Protect against invalid column-spans.
58
59 2013-06-19  Tom Tromey  <tromey@redhat.com>
60
61         * eww.el (eww-top-url): Remove.
62         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
63         (eww-render): Set new variables.  Don't set eww-top-url.
64         (eww-handle-link): Handle "prev", "home", and "contents".
65         Downcase the rel text.
66         (eww-top-url): Choose best top URL.
67
68 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
69
70         * eww.el: Rewrite to implement form elements "by hand" instead of
71         relying in widget.el.  Using widget.el leads to too many
72         user interface inconsistencies.
73         (eww-self-insert): Implement entering commands in text fields.
74         (eww-process-text-input): New function to make text input field editing
75         work.
76         (eww-submit): Rewrite to use the new-style form methods.
77         (eww-select-display): Display the correct selected item.
78         (eww-change-select): Implement changing the select value.
79         (eww-toggle-checkbox): Implement radio/checkboxes.
80         (eww-update-field): Fix compilation error.
81         (eww-tag-textarea): Implement <textarea>.
82
83         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
84         don't shadow mode-specific bindings.
85
86         * eww.el (eww-browse-url): Don't push stuff onto history if there's
87         nothing to push.
88
89         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
90
91 2013-06-19  Glenn Morris  <rgm@gnu.org>
92
93         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
94
95 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
96
97         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
98
99 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * shr.el (shr-make-table-1): Implement <td rowspan>.
102         (shr-table-horizontal-line): Allow nil as a value, and change the
103         default.
104         (shr-insert-table-ruler): Respect the nil value.
105
106 2013-06-18  Tom Tromey  <tromey@barimba>
107
108         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
109         New defvars.
110         (eww-open-file): New defun.
111         (eww-render): Initialize new variables.
112         (eww-display-html): Handle "link" and "a".
113         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
114         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
115         (eww-back-url): Rename from eww-previous-url.
116         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
117         defuns.
118
119 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * shr.el (shr-tag-table): Insert the images after the table, so that
122         they're not covered by the table colourisation, which often looked
123         awkward.
124         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
125         <dd>.
126         (shr-make-table-1): Implement <td colspan=> support.
127         (shr-insert-document): Use one less than window width if `shr-width' is
128         nil, since otherwise things may get one character too wide.
129
130 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * eww.el (eww-detect-charset): Improve regexp; move backward.
133
134 2013-06-18  Glenn Morris  <rgm@gnu.org>
135
136         * mm-decode.el (widget-convert-button): Autoload.
137
138         * sieve-manage.el (mm-enable-multibyte): Autoload.
139
140         * shr.el (libxml-parse-html-region): Declare.
141         (shr-render-buffer): Explicit error if no libxml2 support.
142
143 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
144
145         * auth-source.el (auth-source-current-line): New function.
146         (auth-source-netrc-parse-entries): When a data token is "machine",
147         assume we're in the wrong place and abort parsing the current line.
148
149 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
152         (eww-convert-widgets): Don't bug out if the first widget starts at the
153         beginning of the buffer.
154         (eww-convert-widgets): Fix last patch.
155         (eww-tag-input): Support <input type=image>.
156
157         * shr.el (shr-insert-table): Respect border-collapse: collapse.
158         (shr-tag-base): Protect against base specs that are degenerate.
159         (shr-ensure-paragraph): Don't delete empty lines that have text
160         properties, because these may be input fields.
161
162         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
163         we can navigate to them.
164
165         * shr.el (shr-colorize-region): Put the colours over the entire region.
166         (shr-inhibit-decoration): New variable.
167         (shr-add-font): Use it to inhibit text property decorations while doing
168         preliminary table renderings.  This speeds up typical Wikipedia page
169         renderings by 15%.
170         (shr-tag-span): Don't respect the <title>, because that overwrites the
171         help-echo from links inside the spans.
172         (shr-next-link): Use `help-echo' for navigation, so that we can
173         navigate to form elements, too.
174
175         * eww.el (eww-button): New face.
176         (eww-convert-widgets): Use it to make submit buttons more button-like.
177
178         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
179         that Gnus commands work.
180
181         * shr.el (shr-render-td): Support horizontal alignment.
182
183         * eww.el (eww-put-color): Removed.
184         (eww-colorize-region): Use `add-face-text-property'.
185
186         * shr.el (shr-add-font): Append face data, so that we get the correct
187         precedence: The innermost value (which is applied first) wins.
188         (shr-make-overlay): Obsolete function.
189
190         * mm-decode.el (mm-convert-shr-links): New function to convert
191         new-style shr URL links into widgets.
192         (mm-shr): Use it.
193
194         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
195         widget commands, since we're no longer using widgets for links.
196
197         * shr.el (shr-next-link): New command.
198         (shr-previous-link): New command.
199         (shr-urlify): Don't use `widget-convert', because that's slow.
200         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
201         because collecting the overlays and reapplying them when generating
202         tables is slow.
203         (shr-insert-table): Ditto.
204
205 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
206
207         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
208         * shr.el (browse-url): Require `url'.
209         * eww.el (url): Require format-spec.
210
211 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * eww.el (eww-display-html): Default to using the entire window width.
214         (eww-browse-url): Don't add a User-Agent header (twice), because that
215         makes Bing refuse connection.
216
217         * shr.el (shr-make-table): Cache the table rendering at the table
218         level, and not the <td> level.  This is a bit faster.
219
220         * eww.el (eww-render): Go to the correct ID when given URLs ending with
221         #id.
222
223         * shr.el (shr-tag-li): Don't require a new paragraph, since other
224         browsers don't.
225         (shr-expand-url): Respect #anchor links.
226         (shr-parse-base): Chop off the anchor before using.
227         (shr-descend): Respect display: none.
228         (shr-descend): Allow marking elements that have certain IDs.
229
230         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
231
232         * shr.el (shr-expand-url): Don't bug out on zero-length links.
233
234         * eww.el (eww-tag-textarea): Support <textarea>.
235
236 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
237
238         * shr.el (shr-dom-to-xml): Fixed function call.
239
240         * eww.el (eww): New group.
241         (eww-header-line-format): New custom variable.
242         (eww-current-title): New variable.
243         (eww-display-html): Update header and handle title tag.
244         (eww-update-header-line-format): New function.
245         (eww-tag-title): New function.
246
247         * shr.el (shr-dom-to-xml): New function.
248         (shr-tag-svg): Add support for the SVG tag.
249         (shr-bullet): New custom variable.
250         (shr-tag-li): Support custom bullet in unordered lists.
251
252 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * shr.el (shr-expand-url): Respect // URLs.
255
256         * eww.el (eww-tag-body): Override the shr body rendering so that we can
257         put a background colour onto the entire buffer.
258         (eww-render): When being redirected, use the redirect URL as the new
259         base URL.
260
261         * shr.el (shr-parse-base): Fix parsing error.
262
263         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
264
265         * shr.el (shr-parse-base): New function.
266         (shr-expand-url): Use it to expand relative URLs reliably.
267
268 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
269
270         * auth-source.el (auth-source-search-collection): Fix docstring.
271         (auth-source-netrc-parse): Refactor and improve netrc parser to support
272         single-quoted strings and multiline entries.
273         (auth-source-netrc-parse-next-interesting)
274         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
275         functions to support parser.
276
277 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * eww.el (eww-submit): Get submit button logic right when hitting RET
280         on non-submit buttons.
281
282         * shr.el: Remove shr-preliminary-table-render, since that can't really
283         be used for anything in practice.
284
285 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
286
287         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
288         (sieve-manage-quit).
289
290 2013-06-14  Glenn Morris  <rgm@gnu.org>
291
292         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
293
294 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
295
296         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
297         control the maximum size of photo ID image.
298         (mml2015-epg-key-image-to-string): Respect it.
299
300 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
303         instead of the final one so that we can more easily distinguish them.
304
305         * eww.el (eww-submit): Compute the submission URL correctly.
306
307 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
308
309         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
310         Use plist-get rather than CL's getf.
311         (sieve-manage-parse-capability): Avoid CL's remove-if.
312
313 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
314
315         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
316         (sieve-manage-quit).
317
318 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * shr.el (shr-expand-url): Expansion should chop off the bits after the
321         last slash.
322
323         * eww.el (eww-tag-select): Use the first value as the default value.
324
325 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
326
327         * eww.el (eww): Prepend urls with http:// if scheme is missing.
328         (eww-mode): Use `define-derived-mode'.
329         (eww-parse-headers): Parse headers from beginning of buffer so that
330         file:// links work.
331
332 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
335
336 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
339         to handle them at all.
340
341 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
344         work, too.
345         (eww-tag-select): Implement <select>.
346
347 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
348
349         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
350         stream managing functions by using open-protocol-stream to do most of
351         the work.  Has the nice benefit of enabling STARTTLS.
352         Wait for capabilities after STARTTLS: following RFC5804, the server
353         sends new capabilities after successfully establishing a TLS connection
354         with the client. The client should update the cached list of
355         capabilities, but we just ignore the answer for now.
356         (sieve-manage-network-p, sieve-manage-network-open)
357         (sieve-manage-starttls-p, sieve-manage-starttls-open)
358         (sieve-manage-forward, sieve-manage-streams)
359         (sieve-manage-stream-alist): Remove unneeded functions neither in the
360         API, nor called by any other function.
361         Enable Multibyte for SieveManage buffers: The parser won't properly
362         handle umlauts and line endings unless multibyte is turned on in the
363         process buffer.
364
365 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * eww.el (eww-tag-input): Support password fields.
368         (eww-submit): Support POST.
369
370 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * eww.el (eww-tag-form): Protect against degenerate forms.
373
374         * shr.el (shr-expand-url): Expand URLs that start with a slash
375         correctly.
376
377         * eww.el (eww-submit): Get submit button logic right.
378
379         * shr.el (shr-final-table-render): New variable to signal when we're
380         doing the final table rendering so that we can collect more data at
381         that point.
382
383         * eww.el (eww-submit): Make form submission work.
384         (eww-tag-input): Implement submit buttons.
385         (eww-click-radio): Implement radio and checkboxes.
386         (eww-submit): Handle hidden elements.
387
388         * shr.el (shr-descend): Allow other packages to override (or provide)
389         rendering of elements.
390         (shr-expand-url): Strip query strings from URLs before expanding them.
391
392         * eww.el: Don't require cl-lib.
393         (eww-tag-form): Start form support.
394
395         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
396
397         * eww.el: Start writing a new, tiny web browser.
398         (eww-previous-url): New command.
399         (eww-quit): New command.
400
401 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
402
403         * sieve.el: Put point at beginning of buffer when viewing a script.
404         (sieve-open-server): Respect the PORT parameter.  Show the correct port
405         number in sieve-buffer's header.  Fixed code to also work with a string
406         as port specifier. Properly close the connection on pressing 'q'.  Make
407         sieve-manage-quit close the connection and process buffer.  Also, remove
408         duplicate keybinding for 'q'.
409
410 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
411
412         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
413         make it easier to read.
414         (mm-pkcs7-enveloped-magic): Ditto.
415
416 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
419         before `image-type-available-p' to avoid loading the image libraries
420         needlessly.
421
422 2013-06-05  David Engster  <deng@randomsample.de>
423
424         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
425         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
426         to see whether the group was synced before.
427
428 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
429
430         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
431         when opening the connection.
432         Suggested by João Távora <joaotavora@gmail.com> in
433         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
434
435 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
438         assume Date header begins with "Date", that may be customized into
439         something like "X-Sent" using gnus-article-time-format.
440         (article-transform-date): Allow multi-line Date header.
441
442 2013-06-02  David Engster  <deng@randomsample.de>
443
444         * registry.el (initialize-instance, registry-lookup)
445         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
446         (registry-lookup-secondary-value, registry-search, registry-delete)
447         (registry-insert, registry-reindex, registry-size, registry-prune): Do
448         not wrap methods in `eval-and-compile'.  This breaks due to latest
449         changes in EIEIO (introduction of eieio-core.el).
450
451 2013-05-30  Glenn Morris  <rgm@gnu.org>
452
453         * nnmail.el (nnmail-fancy-expiry-target):
454         Also bind mail-dont-reply-to-names.
455
456         * spam-stat.el (spam-stat-save):
457         No need to tweak font-lock in temp buffers.
458
459         * shr.el (shr-put-image): Silence compiler.
460
461 2013-05-29  Glenn Morris  <rgm@gnu.org>
462
463         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
464
465         * gnus-group.el (gnus-sequence-of-unread-articles)
466         (gnus-summary-add-mark, gnus-mark-article-as-read)
467         (gnus-group-make-articles-read): Declare.
468
469         * gnus-sum.el (gnus-parameter-list-identifier)
470         (gnus-article-stop-animations, gnus-stop-downloads)
471         (gnus-article-only-boring-p, article-goto-body)
472         (gnus-flush-original-article-buffer, article-narrow-to-head)
473         (gnus-article-hidden-text-p, gnus-delete-wash-type)
474         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
475
476         * gnus.el: No need to eval-and-compile autoloads.
477
478         * gravatar.el (help-function-arglist): Autoload.
479
480         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
481
482         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
483
484         * spam.el: No need to load spam-report when compiling.
485         No need to eval-and-compile autoloads.
486         (spam-report-resend-to): Declare.
487         (spam-report-resend-register-routine): Require 'spam-report.
488
489 2013-05-24  Julien Danjou  <julien@danjou.info>
490
491         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
492         setup.
493
494 2013-05-23  Glenn Morris  <rgm@gnu.org>
495
496         * gnus-util.el (rmail-swap-buffers-maybe)
497         (rmail-maybe-set-message-counters, rmail-count-new-messages)
498         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
499         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
500
501         * mm-decode.el: No need to load term when compiling.
502         (term-mode, term-char-mode): Declare.
503
504         * mm-util.el: No need to load jka-compr when compiling.
505         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
506
507         * nnmaildir.el: Require is automatically eval-and-compile.
508         (nnmail): Require at run-time too.
509
510         * registry.el (registry-size): Move definition before use.
511
512 2013-05-22  Daiki Ueno  <ueno@gnu.org>
513
514         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
515         signed data to conform the standard.  (Bug#14232)
516
517 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
518
519         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
520         double angle quotation mark.
521
522 2013-05-20  Glenn Morris  <rgm@gnu.org>
523
524         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
525
526 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
527
528         * message.el (message-insert-formatted-citation-line): handle finding
529         first/lastname when more than 2 names appear.
530
531 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
532
533         * shr.el (shr-tag-span): New function.
534
535 2013-05-18  Glenn Morris  <rgm@gnu.org>
536
537         * message.el (message-mode): Use message-mode-abbrev-table,
538         with text-mode-abbrev-table as parent.  (Bug#14413)
539
540 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * message.el (message-expand-group): Decode group names.
543
544 2013-05-16  Julien Danjou  <julien@danjou.info>
545
546         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
547         app-icon.
548
549 2013-05-15  Glenn Morris  <rgm@gnu.org>
550
551         * shr-color.el (shr-color-visible-luminance-min)
552         (shr-color-visible-distance-min): Use shr-color group.
553
554 2013-05-11  Glenn Morris  <rgm@gnu.org>
555
556         * gnus-vm.el: Make it loadable without VM.
557         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
558         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
559
560 2013-05-09  Glenn Morris  <rgm@gnu.org>
561
562         * mml1991.el: Make it loadable.  (Bug#13456)
563
564         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
565         * gnus-async.el (gnus-async-post-fetch-function):
566         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
567         * gnus-html.el (gnus-html-image-cache-ttl):
568         * gnus-notifications.el (gnus-notifications-timeout):
569         * gnus-picon.el (gnus-picon-properties):
570         * gnus-util.el (gnus-completion-styles):
571         * gnus.el (gnus-other-frame-resume-function):
572         * message.el (message-user-organization-file)
573         (message-cite-reply-position):
574         * nnir.el (nnir-summary-line-format)
575         (nnir-retrieve-headers-override-function):
576         * shr-color.el (shr-color-visible-luminance-min):
577         * shr.el (shr-blocked-images):
578         * spam-report.el (spam-report-resend-to):
579         * spam.el (spam-summary-exit-behavior): Fix custom types.
580
581         * gnus-salt.el (gnus-selected-tree-face): Fix default.
582
583 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
586         because of let-binding help-xref-following.  (Bug#14356)
587
588 2013-05-06  Glenn Morris  <rgm@gnu.org>
589
590         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
591
592 2013-05-04  Andrew Cohen  <cohen@bu.edu>
593
594         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
595         entering into the registry.
596
597 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
598
599         * gnus.el: Ma Gnus v0.7 is released.
600
601 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
604         (Bug#14304)
605
606 2013-04-27  Glenn Morris  <rgm@gnu.org>
607
608         * gnus.el (gnus-list-debbugs):
609         Use require rather than autoload.  (Bug#14262)
610
611 2013-04-27  Julien Danjou  <julien@danjou.info>
612
613         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
614         port to "sieve" now that it has an official IANA port assigned.
615
616 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
619         Don't set the MAILHOST environment variable permanently (Bug#14271).
620
621 2013-04-26  Glenn Morris  <rgm@gnu.org>
622
623         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
624
625 2013-04-25  Andrew Cohen  <cohen@bu.edu>
626
627         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
628         string values of 'gcc-self. Thanks to Saroj Thirumalai.
629
630 2013-04-24  Andrew Cohen  <cohen@bu.edu>
631
632         * nnir.el (nnir-close-group): Make sure we are in the right group.
633
634         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
635         dependency table from all newly retrieved headers.
636
637 2013-04-16  David Edmondson  <dme@dme.org>
638
639         Support <img src="data:...">.
640
641         * shr.el (shr-image-from-data): New function.
642         (shr-tag-img): Use it.
643
644 2013-04-14  Andrew Cohen  <cohen@bu.edu>
645
646         * nnir.el (nnir-request-set-mark): Make sure we are in the right
647         group.
648
649 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
652         corresponding to any existing group (Bug#14166).
653
654 2013-04-10  Andrew Cohen  <cohen@bu.edu>
655
656         * nnir.el (number-sequence): No longer used.
657         (nnir-request-set-mark): New function.
658         (nnir-request-update-info): Improve marks updating.
659         (nnir-request-scan): Don't duplicate marks updating.
660         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
661         Use 'assq rather than 'assoc.  Quote anonymous function.
662         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
663         Use 'gnus-group-prefixed-p.
664         (gnus-summary-create-nnir-group): Make sure server for method is open.
665
666 2013-04-04  Andrew Cohen  <cohen@bu.edu>
667
668         * nnir.el (gnus-nnir-group-p): New function.
669         (nnir-possibly-change-group): Use it.
670
671         * gnus-msg.el (gnus-setup-message): Use it.
672
673 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * mml.el (mml-minibuffer-read-description): Use `default' insted of
676         `initial-input' for the argument name.
677         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
678
679 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
680
681         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
682         (used by MH-E).
683
684 2013-04-01  Andrew Cohen  <cohen@bu.edu>
685
686         * nnir.el (nnir-request-update-mark): Improve mark updating in original
687         group.
688
689         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
690         fix compilation.
691
692 2013-03-31  Andrew Cohen  <cohen@bu.edu>
693
694         * nnir.el (nnir-method-default-engines): And another typo.
695
696 2013-03-30  Andrew Cohen  <cohen@bu.edu>
697
698         * nnir.el (nnir-method-default-engines): Fix typo.
699
700 2013-03-29  Andrew Cohen  <cohen@bu.edu>
701
702         * nnir.el: Define 'number-sequence for xemacs.
703         (gnus-summary-create-nnir-group): New function to create an nnir group
704         from an nnir summary buffer based on the current query.
705         (nnir-request-create-group): Update to allow nnir group creation based
706         on the current query.
707
708 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * nndraft.el (nndraft-request-expire-articles):
711         Make expiry target always `delete'.
712
713 2013-03-27  Andrew Cohen  <cohen@bu.edu>
714
715         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
716         buffer use the posting-style and gcc of the original article group.
717         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
718
719         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
720         after other deffoos.
721
722 2013-03-25  Andrew Cohen  <cohen@bu.edu>
723
724         * nnir.el: Major rewrite.  Cleaner separation between searches and group
725         management.  Marks are now shown in nnir summary buffers.  Rudimentary
726         support for real (i.e. not ephemeral) nnir groups.
727         (gnus-summary-make-nnir-group): New function for initiating searches
728         from a summary buffer.
729
730 2013-03-18  Sam Steingold  <sds@gnu.org>
731
732         * message.el (message-bury): Minor cleanup.
733
734 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
735
736         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
737
738 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * nndir.el (nndir-request-list): Remove 2nd argument passed to
741         nnml-request-list.  (Bug#13873)
742         (nndir-request-newsgroups): Remove, unused.
743
744         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
745
746 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
747
748         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
749         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
750         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
751
752 2013-03-03  Ted Phelps  <phelps@gnusto.com>
753
754         * shr.el: Make all the overlays set the `evaporate' property so that
755         they're removed properly.
756
757 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
758
759         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
760         shell-quote-argument.
761
762 2013-02-22  David Engster  <deng@randomsample.de>
763
764         * gnus-registry.el (gnus-registry-save): Provide class name when
765         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
766         `condition-case' to stay compatible with older EIEIO versions which
767         only accept one argument.
768
769 2013-02-17  Daiki Ueno  <ueno@gnu.org>
770
771         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
772         (epg-user-id-validity): Autoload.
773         (mml2015-epg-check-user-id): New function.
774         (mml2015-epg-check-sub-key): New function split from
775         mml2015-epg-find-usable-key.
776         (mml2015-epg-find-usable-key): Accept context, name, usage, and
777         optional name-is-key-id, to handle the case when user-id is unusable.
778         Reported by Łukasz Stelmach <stlman@poczta.fm>.
779
780 2013-02-17  Glenn Morris  <rgm@gnu.org>
781
782         * shr.el (shr-put-image): Use image-multi-frame-p if available.
783
784 2013-02-16  Glenn Morris  <rgm@gnu.org>
785
786         * shr.el (shr-put-image): Only animate images that specify a delay.
787         This is consistent with the old image-animated-p behavior.
788
789 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
792         for XEmacs.
793
794 2013-02-13  Juri Linkov  <juri@jurta.org>
795
796         * gnus-art.el (gnus-article-mode-map):
797         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
798         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
799
800 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
801
802         * auth-source.el (auth-source-format-prompt): Don't get confused by
803         any "\" in replacement text.  (Bug#13637)
804
805 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
806
807         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
808         (gnus-backend-trace): Honour gnus-backend-trace.
809
810         * mml.el (mml-insert-part): Insert closing tag.
811
812         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
813
814 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
817         able to find the article, which can happen in debbugs groups,
818         apparently.
819
820 2013-01-16  Glenn Morris  <rgm@gnu.org>
821
822         * smiley.el (smiley-style): Make the file loadable in batch mode.
823
824 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
825
826         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
827         imap process running.
828
829 2013-01-14  Julien Danjou  <julien@danjou.info>
830
831         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
832         Compare addresses against addresses, not against the full From field.
833
834 2013-01-13  Richard Stallman  <rms@gnu.org>
835
836         * message.el (message-forward-make-body-mime): New args BEG, END
837         specify what part of FORWARD-BUFFER to use.  Do the work directly
838         instead of calling `mml-insert-buffer'.
839
840 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
841
842         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
843         cross-reference(s).
844
845         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
846         cross-reference(s).
847
848 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
849
850         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
851         and point-max-marker.
852         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
853
854 2013-01-11  Julien Danjou  <julien@danjou.info>
855
856         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
857         max are almost equal. Also return the correct value for V which is
858         already between 0 and 1.
859
860 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
861
862         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
863         to mml2015-encrypt-to-self.
864         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
865
866 2013-01-09  Daiki Ueno  <ueno@gnu.org>
867
868         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
869         mml-smime-epg-find-usable-secret-key.
870
871 2013-01-08  Glenn Morris  <rgm@gnu.org>
872
873         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
874
875 2013-01-07  Daiki Ueno  <ueno@gnu.org>
876
877         * mml-smime.el: Support signing by sender.
878         Requested by Uwe Brauer.
879         (mml-smime-sign-with-sender): New user option analogous
880         to mml2015-sign-with-sender.
881         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
882         (mml-smime-epg-find-usable-secret-key): New helper function copied from
883         mml2015.el.
884
885 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
888         isn't running, because Gnus will probably not know how to handle the
889         Gcc header (bug#11941).
890
891         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
892         articles.
893
894 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * nnfolder.el (nnfolder-recursive-directory-files): New function.
897         (nnfolder-generate-active-file): Make this function work with recursive
898         folder names.
899
900 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * nntp.el (nntp-open-connection): Use HELP as the capability command
903         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
904         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
905
906 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
907
908         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
909         place holder since this gives `Invalid face reference: nil' messages.
910         Use the `default' face instead.  It has the same effect here, even
911         though it is not no-op.
912
913         * gnus-util.el
914         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
915
916 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
917
918         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
919         non-string posting styles (bug#13285).
920
921 2012-12-27  Glenn Morris  <rgm@gnu.org>
922
923         * plstore.el (plstore-passphrase-callback-function):
924         Use plstore-get-file.
925
926 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
927
928         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
929         stderr.
930
931 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
934
935         * gnus-compat.el (set-buffer-multibyte): Remove.
936
937 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
938
939         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
940         temporary file to get PGP key image.  Pass no-show-photos when
941         extracting image to avoid having it pop up twice.
942
943 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
944
945         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
946         eligible for treatment.
947
948         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
949         lines.  This makes summary commands with hidden threads work more
950         reliably.
951
952         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
953         button to mark the hidden citations (bug#9395).
954
955 2012-12-26  Daiki Ueno  <ueno@gnu.org>
956
957         * mml2015.el (mml2015-epg-signature-to-string): New function.
958         (mml2015-epg-verify-result-to-string): New function.
959         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
960         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
961         instead of epg-verify-result-to-string.
962         (epg-signature-key-id, epg-signature-to-string): Autoload.
963         (epg-verify-result-to-string): Remove autoload.
964
965 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
966
967         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
968         ID image from GPG public key.
969         (mml2015-epg-key-image-to-string): New function.
970
971 2012-12-25  Leo Liu  <sdl.web@gmail.com>
972
973         * plstore.el (plstore-passphrase-callback-function): Fix error when
974         error when plstore-cache-passphrase-for-symmetric-encryption is set
975         (bug#13264).
976
977 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
980         buffer to the article buffer here, because that clobbers multiple
981         article buffers.
982
983         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
984         buffer always points to the right summary buffer.
985
986 2012-12-25  John Wiegley  <jwiegley@gmail.com>
987
988         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
989         the password (bug#12097).
990
991 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
992
993         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
994         (bug#13263).
995
996         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
997         buffer exists before using it (bug#12475).
998
999         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1000         offline groups (bug#11937).
1001
1002         * message.el (message-yank-original): When using customize to set the
1003         value of `message-cite-style', the variable it set to a symbol that's
1004         the name of the variable, which must then be dereferenced (bug#12616).
1005
1006 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1007
1008         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1009         the `face' property with a list whose car is the face specified in the
1010         format string and whose cdr is (nil).
1011         * lisp/gnus-util.el
1012         (gnus-put-text-property-excluding-characters-with-faces):
1013         Change accordingly.
1014         (gnus-get-text-property-excluding-characters-with-faces): New function.
1015         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1016         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1017         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1018
1019 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1022         login methods.
1023         (nnimap-login): Respect the `nnimap-authenticator' variable.
1024
1025         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1026         mark state when moving articles.  Otherwise unticked articles will get
1027         their ticks back after moving.
1028
1029 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1032
1033         * message.el (message-ignored-news-headers): Always remove
1034         X-Message-SMTP-Method to avoid information leakage if the user
1035         mistakenly inserts the header into news messages.
1036
1037         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1038
1039         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1040         right than four characters, this command would move point to
1041         `point-max'.  Don't do that.
1042
1043         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1044         to nil to allow re-selecting groups that gain articles.
1045         (gnus-bug-group-download-format-alist): Update the URL.
1046
1047 2012-12-23  Andreas Schwab  <schwab@suse.de>
1048
1049         * shr.el (shr-tag-em): Render em as italic, not bold.
1050
1051 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1054         for reuse.
1055         (gnus-open-server): Use it to add more tracing.
1056         (gnus-finish-retrieve-group-infos): Add backend tracing.
1057         (gnus-backend-trace): Also note the elapsed seconds.
1058
1059 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1060
1061         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1062         Set epa-file-encrypt-to from variable to avoid querying.
1063
1064 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1065
1066         * sieve-mode.el (sieve-font-lock-keywords):
1067         Keywords should be word delimited.  (Bug#13173)
1068
1069 2012-12-13  Andreas Schwab  <schwab@suse.de>
1070
1071         * tls.el (tls-program): Update customize type.
1072
1073 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1076         instead of <pre> to align message header.
1077
1078 2012-12-12  Sam Steingold  <sds@gnu.org>
1079
1080         * gnus.el (gnus-other-frame-resume-function): Add user option.
1081         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1082
1083 2012-12-06  Sam Steingold  <sds@gnu.org>
1084
1085         * gnus-start.el (gnus-before-resume-hook): Add.
1086         (gnus-1): Run it when Gnus is alive.
1087
1088 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1091         * gnus-art.el (article-unsplit-urls)
1092         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1093         * gnus-registry.el (gnus-registry-get-article-marks)
1094         * message.el (message-goto-body): Use it.
1095         (message-called-interactively-p): Remove.
1096
1097         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1098         (spam-stat-score-buffer): Use it.
1099
1100         * spam.el: Silence the warnings against BBDB functions when compiling.
1101
1102         * gnus-score.el (gnus-score-decode-text-parts):
1103         Use append+mapcar instead of the cl function mapcan.
1104
1105 2012-12-05  Sam Steingold  <sds@gnu.org>
1106
1107         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1108         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1109         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1110
1111 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gmm-utils.el (gmm-called-interactively-p): Revert.
1114         This seems to cause Emacs to get stuck!
1115         * gnus-art.el (article-unsplit-urls)
1116         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1117         * gnus-registry.el (gnus-registry-get-article-marks)
1118         * message.el (message-goto-body)
1119         (message-called-interactively-p): Revert.
1120
1121         * gmm-utils.el (gmm-called-interactively-p): New function.
1122         * gnus-art.el (article-unsplit-urls)
1123         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1124         * gnus-registry.el (gnus-registry-get-article-marks)
1125         * message.el (message-goto-body): Use it.
1126         (message-called-interactively-p): Remove.
1127
1128         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1129         * gnus-sync.el (gnus-sync-lesync-call)
1130         * message.el (message-read-from-minibuffer): Use it.
1131
1132 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * gmm-utils.el (gmm-flet): Remove.
1135         * gnus-sync.el (gnus-sync-lesync-call)
1136         * message.el (message-read-from-minibuffer): Don't use it.
1137
1138 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1141
1142 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1145
1146         * gnus-sync.el (gnus-sync-lesync-call)
1147         * message.el (message-read-from-minibuffer): Use gmm-flet.
1148
1149         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1150
1151         * gnus-util.el (gnus-macroexpand-all): Remove.
1152
1153 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1154
1155         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1156         to TAB, not [tab].
1157         (gnus-summary-article-map): Likewise.
1158
1159         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1160         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1161
1162 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1163
1164         * time-date.el: Commentary fix.
1165
1166 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1167
1168         * color.el: Don't require cl.
1169         (color-complement): `caddr' -> `nth 2'.
1170
1171         * time-date.el (time-to-seconds): De-obsolete.
1172
1173 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * message.el (message-get-reply-headers):
1176         Make sure the reply goes to the author if it is a wide reply.
1177
1178 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1179
1180         * gnus-score.el (gnus-score-body):
1181         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1182         scoring by body.
1183
1184 2012-11-16  Glenn Morris  <rgm@gnu.org>
1185
1186         * gnus-diary.el (nndiary-request-create-group-functions)
1187         (nndiary-request-update-info-functions)
1188         (gnus-subscribe-newsgroup-functions)
1189         (nndiary-request-accept-article-functions):
1190         Use new names for hooks rather than obsolete aliases.
1191
1192 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1195
1196 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1199         in meta tag with the one the part specifies in its header.
1200
1201 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1202
1203         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1204         by default.
1205
1206 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1209         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1210
1211 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1214         and a runtime function for it, of which the XEmacs version takes only
1215         two arguments.
1216
1217 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1218
1219         * nndiary.el (nndiary-request-create-group-functions)
1220         (nndiary-request-update-info-functions)
1221         (nndiary-request-accept-article-functions):
1222         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1223         "-hooks" suffix.
1224
1225 2012-10-19  Julien Danjou  <julien@danjou.info>
1226
1227         * gnus-art.el: Require gnus-util because it uses
1228         `gnus-timer--function'.
1229
1230 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1231
1232         * starttls.el (starttls-extra-arguments): Doc fix.
1233
1234 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1237         it.
1238
1239 2012-10-06  Glenn Morris  <rgm@gnu.org>
1240
1241         * gnus-notifications.el (gnus-notifications):
1242         Add missing group :version tag.
1243         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1244         (gnus-gcc-post-body-encode-hook):
1245         * gnus-sync.el (gnus-sync-lesync-name)
1246         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1247
1248 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1249
1250         * color.el (color-hsl-to-rgb): Fix incorrect results for
1251         small and large hue values.  (Bug#12559)
1252
1253 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         New UIDL implementation.
1256
1257         * mail-source.el (mail-sources, mail-source-keyword-map):
1258         Add :leave as a pop3 keyword.
1259         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1260
1261         * pop3.el (pop3-leave-mail-on-server): Allow number.
1262         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1263         (pop3-movemail): Add UIDL support.
1264         (pop3-send-streaming-command): Take a list of mail numbers instead of
1265         the number of mails.
1266         (pop3-write-to-file): Add X-UIDL header.
1267         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1268         (pop3-uidl-add-xheader): New functions.
1269
1270         * message.el (message-ignored-resent-headers):
1271         Add X-Content-Length and X-UIDL headers.
1272
1273 2012-10-05  Glenn Morris  <rgm@gnu.org>
1274
1275         * color.el (color-name-to-rgb, color-rgb-to-hex)
1276         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1277         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1278         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1279         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1280
1281 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1284         a user about whether to delete temp files if once a user answered as n.
1285
1286 2012-09-25  Chong Yidong  <cyd@gnu.org>
1287
1288         * password-cache.el (password-read-and-add): Use a declare form to mark
1289         this function obsolete.
1290
1291 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * lpath.el: Bind mail-encode-mml for old Emacsen.
1294
1295 2012-09-17  Richard Stallman  <rms@gnu.org>
1296
1297         * message.el (message-in-body-p): Don't set mark or modify buffer.
1298
1299         * mml.el (mml-attach-file): Doc fix.
1300         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1301         Set mail-encode-mml when in Mail mode.
1302         Simplify code to set HEAD and move back to HEAD.
1303         (mml-insert-multipart, mml-insert-part):
1304         Set mail-encode-mml when in Mail mode.
1305
1306 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-util.el (gnus-timer--function): New function.
1309
1310         * gnus-art.el (gnus-article-stop-animations): Use it.
1311
1312 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1313
1314         Fix glitches caused by addition of psec to timers.
1315         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1316         rather than raw access to timer vector.
1317
1318 2012-09-11  Julien Danjou  <julien@danjou.info>
1319
1320         * gnus-notifications.el (gnus-notifications): Check for nil values in
1321         ignored addresses check.
1322
1323 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1324
1325         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1326
1327 2012-09-07  Chong Yidong  <cyd@gnu.org>
1328
1329         * gnus-util.el
1330         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1331
1332         * gnus-salt.el (gnus-tree-highlight-node):
1333         * gnus-sum.el (gnus-summary-highlight-line):
1334         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1335
1336 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1339
1340 2012-09-06  Juri Linkov  <juri@jurta.org>
1341
1342         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1343         scheme for buffer names to be more consistent with other group and
1344         article buffer names in Gnus.
1345
1346 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-util.el
1349         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1350
1351         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1352         Jenkner.
1353
1354         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1355
1356         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1357
1358         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1359
1360 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1363         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1364
1365         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1366         string-prefix-p in Emacs >=23.2.
1367
1368         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1369         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1370         instead of string-match-p.
1371         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1372
1373 2012-09-06  Kenichi Handa  <handa@gnu.org>
1374
1375         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1376         lowercase a..f.
1377
1378 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1379
1380         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1381
1382 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1383
1384         * nnimap.el (nnimap-request-move-article): Decode the group name when
1385         doing internal moves to avoid charset issues.
1386
1387         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1388         TIME is set.
1389
1390 2012-09-05  Juri Linkov  <juri@jurta.org>
1391
1392         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1393         than one group at a time (bug#11961).
1394
1395 2012-09-05  Julien Danjou  <julien@danjou.info>
1396
1397         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1398         this hide the real reason with a message giving absolutely no hint.
1399
1400 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1403         to the backend (bug#11804).
1404
1405         * message.el (message-insert-newsgroups): Don't insert newsgroup
1406         duplicates (bug#12275).
1407
1408 2012-09-05  John Wiegley  <johnw@newartisans.com>
1409
1410         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1411         sieve rules.
1412
1413 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1414
1415         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1416         function.
1417
1418         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1419
1420         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1421
1422 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1423
1424         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1425         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1426         This should make nnmaildir more usable with offlineimap.
1427
1428 2012-09-05  Julien Danjou  <julien@danjou.info>
1429
1430         * nnimap.el (nnimap-request-list): Revert change that made listing
1431         synchronous.
1432         (nnimap-get-responses): Restore.
1433
1434 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1435
1436         * dgnushack.el: XEmacs 21.5 compilation fix.
1437
1438         * gnus-notifications.el (gnus-notifications-notify): Use it.
1439
1440         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1441         warnings on XEmacs.
1442
1443 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1444
1445         Better seeds for (random).
1446         * gnus-sync.el (gnus-sync-lesync-setup):
1447         * message.el (message-canlock-generate, message-unique-id):
1448         Change (random t) to (random), now that the latter is more random.
1449
1450 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1451
1452         * nnimap.el (nnimap-change-group): Document result value
1453
1454         * auth-source.el (auth-sources): Fix macos keychain access.
1455
1456         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1457         allow the backend `request-head' function to determine the group
1458         name on its own.
1459         (gnus-request-expire-articles): Filter out negative article numbers
1460         during expiry (Bug#11980).
1461
1462         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1463         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1464
1465         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1466         you've found the article when you haven't.
1467
1468         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1469         that nnimap-change-group can return t.
1470
1471 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1472
1473         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1474
1475 2012-08-30  Julien Danjou  <julien@danjou.info>
1476
1477         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1478         `gnus-notifications-timeout'.
1479         (gnus-notifications-timeout): Add.
1480         (gnus-notifications-action): New function.
1481         (gnus-notifications-notify): Add :action using
1482         `gnus-notifications-action'.
1483         (gnus-notifications-id-to-msg): New variable.
1484         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1485         notifications id to messages.
1486
1487 2012-08-30  Kenichi Handa  <handa@gnu.org>
1488
1489         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1490         once.
1491
1492 2012-08-29  Julien Danjou  <julien@danjou.info>
1493
1494         * gnus-notifications.el: New file.
1495         (gnus-notifications-notify): New function.
1496         (gnus-notifications): Use `gnus-notifications-notify'.
1497
1498 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1501         transfer encoding first; bind gnus-newsgroup-charset to the charset
1502         that the article specifies (Bug#12209).
1503
1504 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1507         (gnus-group-customize-done): Encode values posting-style holds.
1508
1509         * gnus-msg.el (gnus-summary-resend-message)
1510         (gnus-configure-posting-styles): Decode values posting-style group
1511         parameter holds.
1512
1513 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1516         `name' and `address' in Resent-From header.
1517
1518 2012-08-14  Chong Yidong  <cyd@gnu.org>
1519
1520         * gnus-art.el (article-display-face): Handle failure in
1521         gnus-create-image (Bug#11802).
1522
1523 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1524
1525         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1526         Use defsetf.
1527
1528 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1529
1530         * auth-source.el (auth-source-plstore-search)
1531         (auth-source-secrets-search): Ignore :require and :type in search spec.
1532
1533 2012-08-06  Julien Danjou  <julien@danjou.info>
1534
1535         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1536         `nnimap-request-move-article'.
1537
1538         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1539         Remove autoload, already handled by gnus.el.
1540
1541         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1542
1543         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1544         supported by nnimap actually. Reverts previous change.
1545
1546         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1547         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1548         to-buffer argument that is already supported.
1549
1550 2012-08-05  Julien Danjou  <julien@danjou.info>
1551
1552         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1553         Add autoload.
1554
1555 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus.el (gnus-valid-select-methods): Fix custom type.
1558
1559 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1560
1561         * auth-source.el (auth-sources, auth-source-backend-parse)
1562         (auth-source-macos-keychain-search)
1563         (auth-source-macos-keychain-search-items)
1564         (auth-source-macos-keychain-result-append)
1565         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1566         auth-source.el through the /usr/bin/security utility.
1567         (auth-sources): Fix syntax error.
1568         (auth-source-macos-keychain-result-append): Fix variable name.
1569         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1570
1571 2012-07-27  Julien Danjou  <julien@danjou.info>
1572
1573         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1574         Emacs < 24.1
1575
1576 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * message.el (message-kill-address): Don't kill last newline.
1579         (message-skip-to-next-address): Don't move to the next header.
1580         (message-fill-field-address): Work properly.
1581
1582 2012-07-25  Julien Danjou  <julien@danjou.info>
1583
1584         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1585
1586 2012-07-24  Julien Danjou  <julien@danjou.info>
1587
1588         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1589
1590         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1591         (nntp-async-timer-handler): Remove, unused.
1592
1593         * nnimap.el (nnimap-get-responses): Remove, unused.
1594
1595         * nnheader.el (mail-header-set-extra): Remove, unused.
1596
1597         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1598         unused.
1599
1600         * mm-view.el (mm-view-sound-file): Remove, unused.
1601
1602         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1603         (mm-url-encode-multipart-form-data): Remove, unused.
1604
1605         * message.el (message-remove-signature, message-make-host-name)
1606         (message-fill-address): Remove, unused.
1607
1608         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1609         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1610         unused.
1611
1612         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1613         (gnus-xmas-call-region): Remove, unused.
1614
1615         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1616
1617         * gnus-util.el (gnus-extract-address-component-name)
1618         (gnus-extract-address-component-email, gnus-sortable-date)
1619         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1620         (gnus-process-live-p): Remove, unused.
1621
1622         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1623
1624         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1625         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1626         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1627         function.
1628
1629         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1630
1631         * gnus-score.el (gnus-summary-score-crossposting)
1632         (gnus-score-regexp-bad-p): Remove, unused.
1633
1634         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1635
1636         * gnus-range.el (gnus-sublist-p): Remove, unused.
1637
1638         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1639         unused.
1640
1641         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1642
1643         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1644         (gnus-request-associate-buffer): Remove, unused.
1645
1646         * gnus-group.el (gnus-group-set-method-info)
1647         (gnus-group-set-params-info): Remove, unused.
1648
1649         * gnus-fun.el (gnus-shell-command-to-string)
1650         (gnus-shell-command-on-region): Remove, unused.
1651
1652         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1653
1654         * gnus-art.el (gnus-article-text-type-exists-p)
1655         (article-translate-characters, gnus-article-hide-text-of-type)
1656         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1657         Remove, unused.
1658
1659 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1660
1661         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1662
1663 2012-07-21  Julien Danjou  <julien@danjou.info>
1664
1665         * message.el (message-dont-reply-to-names): Replace deprecated
1666         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1667         (message-get-reply-headers): Ditto.
1668
1669 2012-07-18  Julien Danjou  <julien@danjou.info>
1670
1671         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1672         `sieve-upload-and-kill'.
1673
1674         * sieve.el (sieve-bury-buffer): Remove function.
1675         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1676         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1677
1678 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1679
1680         * shr.el (shr-expand-url): Handle URL starting with `//'.
1681
1682 2012-07-13  Chong Yidong  <cyd@gnu.org>
1683
1684         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1685         instead of calling toggle-read-only with a (bogus) argument.
1686
1687 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1688
1689         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1690         of initial input when reading the author to restrict the summary to.
1691
1692 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * mm-decode.el (mm-shr):
1695         Allow overriding charset by mm-charset-override-alist.
1696
1697 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-art.el (gnus-article-view-part):
1700         Toggle subparts of multipart/alternative part.
1701
1702 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1703
1704         * shr.el (shr-render-buffer): New command.
1705         (shr-visit-file): Use it.
1706
1707 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1710         Set no-byte-compile and no-update-autoloads.
1711
1712 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1715
1716 2012-06-25  Julien Danjou  <julien@danjou.info>
1717
1718         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1719         `nnimap-request-move-articles-find-limit' since we do not use it only
1720         for move operations.
1721         (nnimap-request-accept-article): Use
1722         `nnimap-request-articles-find-limit' to limit search by message-id.
1723
1724 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1725
1726         Support higher-resolution time stamps (Bug#9000).
1727
1728         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1729         VARLIST.  It's optional, for backward compatibility.
1730         (encode-time-value): New optional arg PICO.  New type 3.
1731         (time-to-seconds) [!float-time]: Support the new picoseconds
1732         component if it's used.
1733         (seconds-to-time, time-subtract, time-add):
1734         Support ps-resolution time stamps as well.
1735
1736 2012-06-19  Julien Danjou  <julien@danjou.info>
1737
1738         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1739
1740         * nnimap.el (nnimap-log-buffer): Check that
1741         `window-point-insertion-type' is boundp, since it's not available in
1742         XEmacs.
1743
1744 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1745
1746         * nnimap.el (nnimap-log-buffer): Add this, setting
1747         `window-point-insertion-type' in the buffer to t.
1748         (nnimap-log-command): Use nnimap-log-buffer.
1749
1750 2012-06-19  Julien Danjou  <julien@danjou.info>
1751
1752         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1753         argument to be able to limit the search.
1754         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1755         (nnimap-request-move-articles-find-limit): Add this to limit the search
1756         by Message-Id after a message move.
1757         (nnimap): Add defgroup.
1758
1759 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1760
1761         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1762
1763 2012-06-15  Julien Danjou  <julien@danjou.info>
1764
1765         * nnimap.el (nnimap-find-article-by-message-id): Use
1766         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1767         (nnimap-possibly-change-group): Add read-only argument.
1768         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1769         issuing EXAMINE manually.
1770         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1771         with read-only argument.
1772         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1773         cannot possibly change because we need to be sure that it's either
1774         read-write or read-only.
1775
1776 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1779         being bound to a lambda form.
1780
1781 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1782
1783         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1784         articles when fetch-old is non-nil (bug#11370).
1785
1786 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1787
1788         * gnus-picon.el (gnus-picon-properties): New defcustom.
1789         (gnus-picon-create-glyph): Use it.
1790
1791 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus-group.el (gnus-group-get-new-news): Respect
1794         `gnus-group-use-permanent-levels', as documented (bug#11638).
1795
1796 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1797
1798         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1799         groups (bug#11641).
1800
1801 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1802
1803         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1804         is an integer to avoid later problems.
1805
1806 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1809         locales.
1810
1811         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1812         on a handle.
1813
1814         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1815         address as the default.
1816         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1817
1818         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1819         makes no sense to query the user about internal files.
1820
1821         * gnus-spec.el: Remove all the byte-compilation stuff, since
1822         benchmarking shows that it doesn't help when entering large summary
1823         buffers.
1824
1825         * gnus-xmas.el (gnus-xmas-define): Remove.
1826
1827         * gnus-util.el (gnus-byte-code): Remove.
1828
1829         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1830         grouplens stuff.
1831
1832 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1835         (bug#11514).
1836
1837 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1838
1839         * message.el (message-buffers): Return all buffers derived from Message
1840         to make `gnus-dired-attach' work with mu4e.
1841
1842 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1843
1844         * nntp.el: Stop the `letf' madness.
1845         (nntp--report-1): New var.
1846         (nntp-report): Merge nntp-report-1 into it.
1847         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1848         the nntp-report function.
1849
1850         * auth-source.el: Fix comment-style to follow the convention.
1851
1852 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1853
1854         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1855         (mm-dissect-singlepart): Don't guess the MIME type of
1856         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1857         set.
1858         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1859         toplevel MIME type is multipart/encrypted.
1860
1861 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1864         a string so that Gcc works (bug#11514).
1865
1866 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1867
1868         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1869         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1870
1871 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1872
1873         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1874         jumping to *Server* from a dedicated *Group* window.
1875         (gnus-configure-frame): CSE.
1876
1877         * gnus-registry.el: Minor style cleanup.
1878         (gnus-registry--set/remove-mark): New function, extracted from
1879         gnus-registry-install-shortcuts.
1880         (gnus-registry-install-shortcuts): Use it.
1881
1882 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * nnspool.el (news-path): Use eval-and-compile.
1885
1886 2012-05-24  Glenn Morris  <rgm@gnu.org>
1887
1888         * nnspool.el (news-directory, news-path, news-inews-program):
1889         Move here from paths.el.  Don't see a need for these to be autoloaded.
1890
1891         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1892         Merge in doc from paths.el version.  Don't see any need for this to be
1893         autoloaded, or for the warning about users not setting it.
1894
1895 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1896
1897         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1898         format.  In particular, add an optional argument and a docstring.
1899
1900         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1901
1902         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1903         current before calling `gnus-groups-to-gnus-format'.
1904         Note that this was already the case for `gnus-active-to-gnus-format'.
1905
1906 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1907
1908         Fix minor Y10k bug.
1909         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1910
1911 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1912
1913         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1914         message once it's actually open.
1915
1916 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1917
1918         * gnus.el: Ma Gnus v0.5 is released.
1919
1920 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1921
1922         * auth-source.el (auth-source--aput-1, auth-source--aput)
1923         (auth-source--aget): New functions and macros.
1924         Use them instead of aput/aget.
1925
1926 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1927
1928         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1929
1930 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1931
1932         * plstore.el (plstore-called-interactively-p): New compat macro copied
1933         from message.el.
1934         (plstore-mode): Use it.
1935
1936 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1937
1938         * plstore.el: Revive the editing feature.
1939         (plstore-mode): New mode to edit plstore file.
1940         (plstore-mode-toggle-display, plstore-mode-original)
1941         (plstore-mode-decoded): New command.
1942         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1943         (plstore--insert-buffer, plstore--make): New function.
1944         (plstore-open, plstore-save): Simplify by using them.
1945
1946 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1949
1950 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1951
1952         * tls.el (open-tls-stream): Remove unused binding.
1953
1954 2012-04-16  Glenn Morris  <rgm@gnu.org>
1955
1956         * nndraft.el (nndraft-request-list): Fix declaration.
1957
1958 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * mm-decode.el (mm-dissect-buffer): Doc fix.
1961
1962         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1963         don't have a current group.
1964
1965         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1966         buffer if it doesn't exist.
1967
1968         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1969         given, mark the group as ephemeral with the current window conf.
1970
1971         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1972         buffer exists, which it doesn't if we haven't started Gnus.
1973         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1974
1975 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1978         type is.
1979
1980         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1981         `unexists' entries.
1982         (gnus-clean-old-newsrc): Fix last checkin.
1983
1984         * nnimap.el (nnimap-update-info): None of the articles below the active
1985         low-water mark exist.
1986
1987         * dgnushack.el: Get rid of XEmacs compilation warning.
1988
1989         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1990         would have gotten if we posted to the group, and use that to compare
1991         against the message we want to cancel (bug#10808).
1992
1993         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1994         on XEmacs.
1995
1996 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1997
1998         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1999         `scroll-margin'.
2000
2001 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2002
2003         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2004         citation prefix within a block of cited text should be considered part
2005         of that block *only* if it is a blank line.
2006
2007 2012-04-09  Chong Yidong  <cyd@gnu.org>
2008
2009         * binhex.el, hashcash.el, uudecode.el:
2010         Remove * characters from the front of variable docstrings.
2011
2012 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2015         before kinsoku-bol characters nor within kinsoku-eol characters.
2016
2017 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2020         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2021         (gnus-sync-read): Use mapc instead of mapcar.
2022
2023         * mm-archive.el: Require mm-decode for some macros.
2024         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2025         the byte compiler.
2026         (mm-archive-decoders): New function that returns the value of
2027         the mm-archive-decoders variable.
2028
2029         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2030         instead.
2031         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2032
2033         * nnimap.el (gnus-refer-thread-use-nnir):
2034         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2035
2036 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2039
2040 2012-03-12  Peter Münster  <pmrb@free.fr>
2041
2042         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2043         (gnus-demon-cancel): Ditto.
2044         (gnus-demon-run-callback): When function cannot be called due to low
2045         idleness, call it when idleness reaches the expected value, instead of
2046         waiting another timer period.
2047         (gnus-demon-init): Add `time' to arguments of call-back.
2048
2049 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2052
2053         * gnus.el: Register gnus-registry functions.
2054
2055         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2056         indent.
2057
2058         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2059         enabled before warping.
2060
2061 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2062
2063         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2064         registry about each article retrieved.
2065
2066         * gnus-int.el (gnus-select-group-with-message-id): New function.
2067         (gnus-try-warping-via-registry): Ditto.
2068         (gnus-warp-to-article): Fall back on the registry.
2069
2070 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2071
2072         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2073         inboxes.
2074
2075 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2078
2079 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2082         gnus-gcc-self-resent-messages may be a group parameter.
2083         (gnus-summary-resend-message): Don't encode encoded words in header
2084         when Gcc'ing resent message.
2085
2086 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * shr.el (shr-insert): Treat non-breaking space just like normal
2089         space.  This seems to produce more pleasing results.
2090         (shr-insert): Only insert a blank line if we're starting from an image.
2091         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2092         (shr-ensure-paragraph): Consider lines with white space to be blank.
2093
2094 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2095
2096         * Makefile.in: Respect DESTDIR.
2097
2098 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2099
2100         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2101         and gnus-gcc-post-body-encode-hook.
2102
2103 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2106         messages that don't exist.
2107
2108         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2109
2110 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2113         Remove.
2114
2115         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2116
2117         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2118
2119 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2122         have a group name.
2123
2124         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2125         a multibyte buffer (bug#7410).
2126         (article-wash-html): Parse the original article buffer to get the
2127         unencoded data (bug#7410).
2128
2129         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2130         .newsrc.el files.
2131
2132 2012-04-05  Bastien Guerry  <bzg@altern.org>
2133
2134         * color.el (color-lighten-name): Fix typo.
2135
2136 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2139         "#" to avoid having them interpreted as comments.
2140
2141 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * shr.el (shr-insert): Update the text state properly to avoid
2144         inserting spurious paragraph starts.
2145
2146 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * shr.el (shr-table-widths): Divide the extra width more fairly over
2149         the TDs (bug#10973).
2150         (shr-render-td): Don't delete too much padding.
2151         (shr-natural-width): Compute the natural width more correctly.
2152         (shr-insert): Allow the natural width to be computed for tables again.
2153         (shr-tag-table-1): Rework how the natural widths are computed by
2154         rendering the table a third time.
2155         (shr-natural-width): Removed.
2156         (shr-buffer-width): New function.
2157         (shr-expand-newlines): Use it.
2158
2159         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2160         using a `gnus-use-full-window' setup (bug#11013).
2161
2162 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2165         24.1 release.
2166
2167 2012-03-10  David Edmondson  <dme@dme.org>
2168
2169         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2170         'Forwarded Message' header and the start of the message.
2171
2172 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2173
2174         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2175         isn't running (bug#10897).
2176
2177 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2180         This is inconsistent with all the other stream functions, which leave
2181         the setting up to the higher levels (if so wanted) (bug#10931).
2182
2183 2012-02-28  Glenn Morris  <rgm@gnu.org>
2184
2185         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2186         mm-decode.el: Standardize possessive apostrophe usage.
2187
2188 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2191
2192 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2193
2194         * parse-time.el (parse-time-string): Allow extractor to return nil.
2195
2196 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2199
2200 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2201
2202         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2203
2204 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2205
2206         * mm-decode.el (mm-shr): Remove "soft hyphens".
2207
2208         * nnimap.el (nnimap-request-list): Return the group names encoded as
2209         utf8.  Otherwise non-European group names don't work.
2210         (nnimap-request-newgroups): Ditto.
2211
2212         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2213         the default in `read-string' (bug#10757).
2214
2215         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2216         topics (bug#10843).
2217
2218         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2219         buffer.  Suggested by Herbert Valerio Riedel.
2220         (nnimap-request-move-article): Delete the message from the correct IMAP
2221         server.
2222
2223 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2224
2225         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2226         Reported by Peter Münster.
2227
2228 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2229
2230         * shr.el (shr-image-fetched): Make sure we really kill the right
2231         buffer.
2232
2233 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2234
2235         * gnus-start.el (gnus-1): Avoid duplicate entries.
2236
2237 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2238
2239         * imap.el: Remove.
2240
2241         * nntp.el (nntp-coding-system-for-read): Remove.
2242         (nntp-coding-system-for-write): Ditto.
2243         (nntp-open-connection): Just use `binary' directly.
2244
2245         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2246         Gnus 0.3.
2247
2248 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2249
2250         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2251         application/octet-stream parts really is.
2252
2253         * gnus-sum.el (gnus-propagate-marks): Remove.
2254
2255 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2256
2257         * shr.el (shr-rescale-image): Undo previous change; see
2258         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2259
2260 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2261
2262         * gnus.el: Ma Gnus v0.3 is released.
2263
2264 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus-sum.el (gnus-summary-local-variables): Make
2267         `gnus-newsgroup-unexist' into a local variable.
2268
2269 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2270
2271         * registry.el (registry-usage-test, registry-persistence-test): Move to
2272         tests/gnustest-registry.el.
2273         (registry-make-testable-db, registry-match-test)
2274         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2275
2276         * gnus-registry.el (gnus-registry-misc-test)
2277         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2278
2279         * tests/gnustest-registry.el: New file with the registry and
2280         gnus-registry ERT tests.
2281
2282 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-msg.el (gnus-summary-resend-message): Make
2285         gnus-summary-resend-message-insert-gcc be last item in
2286         message-header-setup-hook.
2287
2288 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2289
2290         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2291         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2292         Remove.
2293         (nnfolder-open-server): Don't use marks.
2294         (nnfolder-request-delete-group): Ditto.
2295         (nnfolder-request-rename-group): Ditto.
2296         (nnfolder-request-set-mark, nnfolder-request-marks)
2297         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2298         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2299
2300         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2301         (nnml-marks-modtime): Remove.
2302         (nnml-request-delete-group): Don't use marks.
2303         (nnml-request-rename-group): Ditto.
2304         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2305         (nnml-save-marks, nnml-open-marks): Remove.
2306
2307         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2308         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2309         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2310         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2311         (nntp-server-to-method-cache): Remove.
2312
2313         * shr.el (shr-rescale-image): Fix wrong merge.
2314
2315 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2316
2317         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2318         too-wide lines.
2319
2320 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2321
2322         * nnimap.el (nnimap-record-commands): New variable.
2323         (nnimap-log-command): Use it.
2324         (nnimap-make-process-buffer): Add a space to the process buffer.
2325         (nnimap-transform-headers): Don't bug out on header lines containing
2326         stuff that look like IMAP length encodings.
2327
2328         * shr.el (shr-rescale-image): Allow viewing large images.
2329
2330 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2331
2332         * nnml.el (nnml-request-compact-group): Delete the marks file after
2333         compaction (bug#10800).
2334
2335         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2336         group exit.
2337
2338         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2339         QRESYNC/FETCH output.
2340
2341 2012-02-11  Glenn Morris  <rgm@gnu.org>
2342
2343         * sieve-manage.el (sieve-manage-default-stream):
2344         * shr.el (shr):
2345         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2346         (nnir-retrieve-headers-override-function)
2347         (nnir-imap-default-search-key, nnir-notmuch-program)
2348         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2349         (nnir-method-default-engines):
2350         * message.el (message-cite-reply-position):
2351         * gssapi.el (gssapi-program):
2352         * gravatar.el (gravatar):
2353         * gnus-sum.el (gnus-refer-thread-use-nnir):
2354         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2355         (gnus-registry-max-pruned-entries):
2356         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2357         * gnus-int.el (gnus-after-set-mark-hook)
2358         (gnus-before-update-mark-hook):
2359         * gnus-async.el (gnus-async-post-fetch-function):
2360         * auth-source.el (auth-source-cache-expiry):
2361         Add missing :version tags to new defcustoms and defgroups.
2362
2363 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2366         `gnus-newsgroup-unexist'.
2367
2368         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2369         marks.
2370         (gnus-article-special-mark-lists): Put the `unexist' in the special
2371         marks list instead.
2372
2373         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2374         articles in the list of articles to be selected.
2375
2376         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2377         articles.
2378         (nnimap-update-info): Keep track of unexisting articles.
2379         (nnimap-update-qresync-info): Ditto.
2380
2381 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2382
2383         * message.el (message-default-send-mail-function): Made into own
2384         function for reuse by emacsbug.el.
2385
2386 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2387
2388         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2389         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2390
2391 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2392
2393         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2394         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2395
2396         * gnus-compat.el: Define `timer-set-function'.
2397
2398         * mm-decode.el (mm-display-external): Output the text from the command
2399         in the buffer after the command finished.  This makes text-based
2400         commands behave better.
2401
2402 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2405
2406 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2407
2408         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2409         23.1.
2410
2411 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2414
2415 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2416
2417         * message.el (smtpmail-smtp-user): Silence compiler warning.
2418
2419 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2420
2421         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2422         SMTP user name.
2423
2424 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-sum.el (gnus-summary-show-thread):
2427         next-single-char-property-change may return nil in XEmacs.
2428         (gnus-summary-article-map): Fix typo.
2429
2430 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2433         running.
2434
2435         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2436
2437         * gnus.el (gnus-server-extend-method): Don't add an -address component
2438         if the method already has one (bug#9676).
2439
2440 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2443         of an initial-input for consistency (bug#10757).
2444
2445         * dgnushack.el: Fix XEmacs compilation warning.
2446
2447         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2448
2449         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2450
2451 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2452
2453         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2454         lines that are narrower than the window width.  Otherwise background
2455         "blocks" will look less readable.
2456
2457 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2458
2459         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2460         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2461         have newlines within the strings, and where the UID comes after the
2462         BODYSTRUCTURE element (bug#10537).
2463
2464         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2465         (bug#10732).
2466
2467         * shr.el (shr-insert-document): Add doc string.
2468         (shr-visit-file): Ditto.
2469         (shr-remove-trailing-whitespace): New function.
2470         (shr-insert-document): Use it to clean up trailing whitespace as the
2471         final step (bug#10714).
2472
2473 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2474
2475         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2476         buffer if `gnus-kill-summary-on-exit' is nil.
2477
2478 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2479
2480         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2481         when just reading a single group from "without" Gnus.
2482
2483 2012-02-06  Chong Yidong  <cyd@gnu.org>
2484
2485         * gnus-sum.el (gnus-summary-show-thread):
2486         next-single-char-property-change never returns nil (Bug#8657).
2487
2488 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2489
2490         * message.el (message-multi-smtp-send-mail): New function.
2491         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2492         header to implement multi-SMTP functionality.
2493
2494         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2495         (gnus-agentize): Don't set it.
2496         (gnus-agent-send-mail): Don't use it.
2497
2498         * gnus-sum.el (gnus-summary-widget-backward): New function and
2499         keystroke.
2500
2501         * gnus-compat.el: More the compat functions more compatible.
2502
2503         * shr.el (shr-put-image): Remove underlines from sliced images.
2504         (shr-zoom-image): Compute the region to be replaced more correctly.
2505
2506 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2509         (gnus-summary-resend-message-insert-gcc): New function.
2510         (gnus-summary-resend-message): Modify message-header-setup-hook and
2511         message-sent-hook to make it work for Gcc.
2512         (gnus-inews-do-gcc): Update the number of unread articles of groups
2513         that messages are Gcc'd to.
2514
2515         * message.el (message-resend): Run message-sent-hook to do Gcc.
2516
2517 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2518
2519         * lpath.el: Fix an XEmacs compilation warning.
2520
2521         * gnus-compat.el: Require `help-fns' to fix compilation error.
2522
2523         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2524         a higher level to silence compilation.
2525
2526         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2527         parameter to allow controlling the scaling.
2528
2529         * shr.el (shr-zoom-image): New command and keystroke.
2530         (shr-put-image): Take a `size' flag to say how to scale the image.
2531
2532         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2533         deletion unless already defined.
2534
2535         * gnus.el (gnus-compat): Require it.
2536
2537         * gnus-compat.el: New file.
2538
2539         * gnus-start.el (gnus-clean-old-newsrc): New function.
2540         (gnus-read-newsrc-file): Use it.
2541
2542         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2543         Use recursive deletion.
2544         (mm-dissect-archive): Add support for zip files.
2545
2546         * gnus-util.el (gnus-recursive-directory-files): New function.
2547
2548         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2549         (mm-archive-decoders): Add tgz support.
2550
2551         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2552         Otherwise inserting text into the Gnus buffer can look odd.
2553
2554         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2555
2556         * mm-archive.el (mm-archive-decoders): Add support for tar.
2557
2558         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2559
2560         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2561
2562 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2563
2564         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2565
2566         * mm-archive.el: New file.
2567
2568         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2569
2570         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2571
2572         * message.el (message-goto-*): Make all the `message-goto-*' commands
2573         push the mark before moving point.  This makes it easier to go back to
2574         where you came from after editing whatever you jumped to.
2575
2576 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2577
2578         * gnus.el: Ma Gnus v0.1 is released.
2579
2580 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2581
2582         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2583         without reconnecting.
2584         (nnimap-possibly-change-group): Ditto.
2585         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2586         connection has died before being called.
2587
2588 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2589
2590         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2591         an initial sync unless we're really doing one.
2592
2593         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2594         address parameter if one already exists (bug#9676).
2595
2596         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2597         not the prefix, as documented (bug#10689).
2598
2599 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2602         the "server".
2603
2604         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2605         the real error message with the useless "previously known to be down".
2606         Which isn't even correct.
2607
2608         * nntp.el (nntp-open-connection): Report the error message if the nntp
2609         server can't be reached.
2610
2611         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2612         groups we do a total scan for.
2613         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2614         doing that.
2615
2616 2012-01-31  Jim Meyering  <jim@meyering.net>
2617
2618         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2619         Correct a comment (insert "not") and hide nominally-doubled "to".
2620
2621 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus.el (gnus-version): Change name to "Ma Gnus".
2624
2625 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2626
2627         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2628         section in the manual.
2629
2630 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2631
2632         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2633         words.
2634         (rfc2047-encode-string): Ditto.
2635         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2636         understand folded filename="..." parameters, for instance.
2637
2638         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2639         the message for greater debuggability.
2640
2641 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2642
2643         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2644         instead of setting it locally, since the latter doesn't seem to have
2645         any effect (most of the time).
2646
2647 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2648
2649         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2650         function call.
2651
2652 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2653
2654         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2655         seconds, and make the repeat clause with HH:MM specs work as
2656         documented.
2657
2658 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2659
2660         * proto-stream.el (proto-stream-capability-open): Fall back on
2661         :end-of-command if :end-of-capability doesn't exist.
2662
2663 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2666         bound globally in old Emacsen and XEmacsen.
2667
2668 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2671         so that previous errors don't prohibit getting new news.
2672
2673         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2674
2675         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2676
2677 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2678
2679         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2680         buffer, not of the string which is its name.
2681
2682 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2683
2684         * proto-stream.el (proto-stream-capability-open): Wait for
2685         :end-of-capability, not :end-of-command.
2686
2687         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2688         non-server-marks groups.
2689         (gnus-group-make-articles-read): Ditto.
2690
2691         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2692         methods (bug#9676).
2693
2694         * gnus.el (gnus-method-ephemeral-p): New function.
2695
2696 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2699         left-to-right.
2700
2701 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2702
2703         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2704         warning.
2705
2706 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2709         macroexpand the nnir things, since they haven't been defined yet, and
2710         nnir requires gnus-sum.
2711
2712 2012-01-24  Julien Danjou  <julien@danjou.info>
2713
2714         * color.el (color-rgb-to-hsl): Fix value computing.
2715         (color-hue-to-rgb): New function.
2716         (color-hsl-to-rgb): New function.
2717         (color-clamp, color-saturate-hsl, color-saturate-name)
2718         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2719         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2720
2721 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2724
2725 2012-01-19  Julien Danjou  <julien@danjou.info>
2726
2727         * color.el (color-name-to-rgb): Use the white color to find the max
2728         color component value and return correctly computed values.
2729         (color-name-to-rgb): Add missing float conversion for max value.
2730
2731 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2732
2733         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2734         logical server name in addition to the actual machine address.
2735
2736         * auth-source.el (auth-source-user-and-password): Add convenience
2737         wrapper to search by just host and optionally user.
2738
2739 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2742         after rendering.
2743
2744 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2745
2746         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2747         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2748         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2749
2750 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2753         (bug#9693).
2754         (gnus-summary-setup-buffer): Document return value (bug#9697).
2755
2756         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2757         since ido doesn't work on symbols (bug#9632).
2758
2759         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2760         when getting a single value as when getting all the values.  This means
2761         that atoms like `gcc-self' work cumulatively, like variable settings,
2762         instead of getting the value from the last matching clause.
2763         (gnus-group-find-parameter): Protect against the group buffer not
2764         existing (bug#9585).
2765
2766 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus-start.el (gnus-activate-group): Document more parameters
2769         (bug#9694).
2770
2771         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2772         (bug#9692).
2773
2774         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2775         article was fetched, so that it can be expired later (bug#9958).
2776         (gnus-agent-summary-fetch-series): Add doc string.
2777         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2778         (bug#9517).
2779
2780         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2781         retrieval is happening.
2782
2783         * gnus.el (gnus-parameters): Doc fix.
2784
2785 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2786
2787         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2788         show the thread after expansion.
2789
2790 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * gnus-art.el (article-narrow-to-head): If the head is completely
2793         empty, narrow to the empty region (bug#9764).
2794
2795         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2796         read, and then mark them as unread only when the unread mark is used.
2797         This makes `C-- T k' actually work, even though it's confusing.
2798
2799         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2800         alive before we try to find its window.
2801
2802 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2803
2804         * mm-decode.el (mm-display-external): Use a longer timeout for the
2805         deletion to allow slow programs to display the file.
2806
2807 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2810         prompt to be less confusing.
2811
2812         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2813         argument to `message-reply'.  This broke `special-display-*' frame
2814         pop-uping (bug#10238).
2815
2816 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2819         systems, since these allegedly don't work there.
2820
2821 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2822
2823         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2824         live buffer.
2825
2826 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * nnir.el (nnir-retrieve-headers): Protect against the article not
2829         existing on the server (bug#10335).
2830
2831 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2832
2833         * gnus-agent.el (gnus-agent-load-local): Recompute
2834         gnus-agent-article-local on changing method.
2835
2836 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * gnus.el (gnus-parameters): Note precedence.
2839
2840 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2841
2842         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2843         in the group buffer.
2844
2845 2012-01-04  Julien Danjou  <julien@danjou.info>
2846
2847         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2848         change.
2849
2850 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2853         too.
2854
2855         * nntp.el (nntp-retrieve-group-data-early): Use it.
2856
2857 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * nntp.el (nntp-retrieval-in-progress): New variable.
2860         (nntp-make-process-buffer): Make it buffer-local.
2861
2862         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2863         2010.
2864         (gnus-demon-init): Use it to compute the time if time is on the form
2865         "04:23".
2866
2867         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2868
2869         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2870         status in the correct buffer.
2871
2872 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2873
2874         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2875         when opening topics (bug#10407).
2876
2877 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2878
2879         * gnus-cus.el (gnus-score-customize):
2880         * gnus-sum.el (gnus-sort-gathered-threads):
2881         * message.el (message-shorten-references):
2882         * nnmairix.el (nnmairix-request-group):
2883         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2884
2885 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2886
2887         * gnus-agent.el (gnus-agent-regenerate-group):
2888         * gnus-int.el (gnus-retrieve-group-data-early):
2889         * mm-util.el (mm-codepage-ibm-list):
2890         * nndiary.el (Commentary, nndiary-get-new-mail):
2891         * nnir.el (nnir):
2892         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2893
2894 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * mm-view.el (mm-display-inline-fontify): Add comment.
2897
2898 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2899
2900         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2901         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2902
2903 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2904
2905         * gnus-art.el (gnus-split-methods):
2906         * gnus-msg.el (gnus-configure-posting-styles):
2907         * gnus-spec.el (gnus-parse-simple-format):
2908         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2909         * message.el (message-do-actions): Spelling fix.
2910
2911 2011-12-15  Juri Linkov  <juri@jurta.org>
2912
2913         * mm-decode.el (mm-inline-media-tests): Add missing
2914         `mm-handle-media-subtype'.
2915
2916 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2917
2918         * gnus-group.el (gnus-group-tool-bar):
2919         * gnus-sum.el (gnus-summary-tool-bar):
2920         * message.el (message-tool-bar):
2921         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2922
2923 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2924
2925         * plstore.el (plstore--insert-buffer): Spelling fix.
2926
2927 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2928
2929         * message.el (message-valid-fqdn-regexp): Update with newly approved
2930         top-level domain names ".tel" and ".asia".
2931
2932 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2935         unconditionally.
2936
2937 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2940         pop-to-buffer-same-window for old Emacsen.
2941
2942 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2943
2944         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2945
2946 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2947
2948         * netrc.el (netrc-credentials): Spelling fix.
2949
2950 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2951
2952         * gnus-fun.el (gnus-fun-ppm-change-string):
2953         * gnus-msg.el (gnus-inews-do-gcc):
2954         * gnus-sum.el (gnus-summary-find-for-reselect):
2955         * gnus.el (gnus-summary-cancelled):
2956         * message.el (message-cancel-hook, message-send-news):
2957         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2958         * nnir.el (nnir-run-hyrex):
2959         * nntp.el (nntp-with-open-group-function):
2960         * pgg.el (pgg-pending-timers): Spelling fix.
2961
2962 2011-12-04  Chong Yidong  <cyd@gnu.org>
2963
2964         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2965         change (Bug#10200).
2966
2967 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * compface.el (uncompface):
2970         * gnus-art.el (gnus-article-x-face-command): Update the header format
2971         of icon data for the most recent icontopbm program.
2972
2973 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gnus-msg.el (gnus-inews-do-gcc):
2976         * message.el (message-send-mail):
2977         * mml.el (mml-generate-mime): Share the value of the buffer-local
2978         `message-options' variable between a draft buffer and temprary working
2979         buffers.
2980
2981 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2982
2983         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2984
2985 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2988         for Cygwin.
2989
2990 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2991
2992         * gnus-group.el (gnus-group-prepare-flat):
2993         * mm-bodies.el (mm-encode-body):
2994         * mml.el (mml-preview):
2995         * nnml.el (nnml-request-compact-group):
2996         * pop3.el (pop3-stream-type): Spelling fix.
2997
2998 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2999
3000         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3001
3002 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3003
3004         * color.el (color-rgb-to-hsl):
3005         * gmm-utils.el (gmm-tool-bar-style):
3006         * gnus-group.el (gnus-group-prepare-flat):
3007         * gnus-topic.el (gnus-topic-prepare-topic):
3008         * mm-decode.el (mm-discouraged-alternatives):
3009         * rfc2047.el (rfc2047-encode-1):
3010         * starttls.el: Spelling fix.
3011
3012 2011-11-24  Glenn Morris  <rgm@gnu.org>
3013
3014         * binhex.el (binhex-begin-line): Give it basic doc-string.
3015
3016         * starttls.el, tls.el: Fix case of "GnuTLS".
3017
3018 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3019
3020         * gnus-group.el (gnus-group-highlight): Fix typo.
3021
3022 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3023
3024         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3025         value of `delete-file', that returns nil for a local file but returns t
3026         for a remote file using ssh.
3027
3028 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3029
3030         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3031
3032 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3035         avoid later breakage.
3036
3037 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3040         article buffers' name.
3041
3042 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3045         by Paul Eggert's spellfixes two days ago.
3046
3047 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3050         doesn't have it.
3051
3052         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3053         buffer-local instead of binding them to avoid warnings.  Also demote
3054         errors (bug#10063).
3055         (font-lock-mode-hook): Shut up byte compiler.
3056
3057 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3058
3059         * mm-util.el (mm-charset-after):
3060         * nnir.el (nnir-run-hyrex):
3061         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3062         (ntlm-get-password-hashes, ntlm-md4hash):
3063         * smime.el: Fix typo.
3064
3065 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3066
3067         * gnus-agent.el (gnus-agent-expire-group-1):
3068         * nndiary.el (nndiary-last-occurence):
3069         * nnimap.el (nnimap-request-set-mark):
3070         * nnmairix.el (nnmairix-only-use-registry):
3071         * gnus-group.el (gnus-group-prepare-flat):
3072         * gnus-sum.el (gnus-decode-encoded-word-methods):
3073         * message.el (message-wash-subject):
3074         * nntp.el (nntp-retrieve-headers-with-xover):
3075         * smime.el (smime-certificate-directory): Spelling fix.
3076
3077 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3078
3079         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3080
3081         * color.el:
3082         * gnus-agent.el (gnus-agent-possibly-alter-active):
3083         * gnus-dired.el (gnus-dired-print):
3084         * mail-parse.el:
3085         * nnmairix.el (nnmairix-request-group):
3086         * shr.el (shr-image-displayer):
3087         * sieve-manage.el:
3088         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3089
3090 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3091
3092         * gnus-sum.el (gnus-auto-select-subject):
3093         * spam-report.el (spam-report-resend): Spelling fix.
3094
3095 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3096
3097         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3098         * gnus-art.el (gnus-default-article-saver):
3099         * gnus-srvr.el (gnus-server-copy-server):
3100         * gnus.el (gnus-sloppily-equal-method-parameters):
3101         * html2text.el (html2text-format-tag-list):
3102         * message.el (message-narrow-to-head):
3103         * nndiary.el:
3104         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3105         * sieve.el: Spelling fix.
3106
3107 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3108
3109         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3110         * gnus-sum.el (gnus-summary-make-menu-bar):
3111         * gnus-uu.el (gnus-uu-decode-postscript)
3112         (gnus-uu-decode-postscript-and-save):
3113         * mailcap.el (mailcap-print-command):
3114         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3115         Fix typos.
3116
3117 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3118
3119         * gnus-art.el (gnus-article-part-wrapper):
3120         * html2text.el (html2text-fix-paragraphs):
3121         * mm-decode.el (mm-image-fit-p):
3122         * rfc2047.el (rfc2047-encode-message-header):
3123         * shr-color.el (shr-color-visible-distance-min)
3124         (shr-color-relative-to-absolute, set-minimum-interval)
3125         (shr-color-visible): Fix typos.
3126
3127 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3128
3129         * gmm-utils.el (gmm-tool-bar-item):
3130         * gnus-art.el (gnus-treat-body-boundary):
3131         * gnus-diary.el (gnus-user-format-function-d):
3132         * gnus-start.el (gnus-get-unread-articles):
3133         * pgg-gpg.el (pgg-gpg-update-agent):
3134         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3135
3136 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3137
3138         * gnus-topic.el (gnus-group-prepare-topics):
3139         * gnus-uu.el (gnus-extract-view):
3140         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3141
3142 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3143
3144         * spam.el: Move BBDB autoloads.
3145         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3146         BBDB 2 and 3.
3147         (spam-check-BBDB): Use it.
3148         (spam-enter-ham-BBDB): Use it.
3149
3150 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3151
3152         * smime.el (smime-draw-buffer): Spelling fix.
3153
3154 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3155
3156         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3157         for scanning exactly one level.
3158         * gnus-start.el (gnus-get-unread-articles): Ditto.
3159
3160 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3163         slightly clearer.
3164
3165 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3166
3167         * gnus-sync.el: More commentary about setup.
3168
3169 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * message.el (message-send-and-exit): Document `arg'.
3172
3173 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3174
3175         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3176
3177 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3180
3181         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3182         we don't use `bound-and-true-p'.
3183
3184 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * gnus-util.el (gnus-bound-and-true-p): Remove.
3187         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3188         * nnir.el: Use it.
3189         * nnmairix.el: Use it.
3190
3191 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3192
3193         * gnus-sync.el: Improve docs about CouchDB admins.
3194
3195         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3196         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3197         for reasons unknown.
3198         * nnir.el: Use it.
3199         * nnmairix.el: Use it.
3200
3201         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3202         * nnir.el: Ditto.
3203         * nnmairix.el: Ditto.
3204
3205         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3206
3207 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3208
3209         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3210         not needed.  Provide xmlplistread list function to produce XML plist
3211         output for non-Gnus LeSync clients.
3212
3213 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3216
3217         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3218         and save against it.  Group subscriptions, read marks, other marks,
3219         subscription levels, topic names, and topic offsets (the group's
3220         position within the topic) are saved.  This is an experimental backend
3221         and may change significantly.  Load json.el from the gnus-fallback-lib
3222         if it's not available otherwise.
3223         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3224
3225 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3226
3227         * message.el (message-completion-function): Make sure
3228         message-tab-body-function is not attempted if one of
3229         message-completion-alist fails to find a completion (bug#9158).
3230
3231 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3232
3233         * mml.el (mml-quote-region): Quote <#secure> tag.
3234         (mml-generate-mime-1): Unquote <#secure> tag.
3235
3236 2011-10-20  Chong Yidong  <cyd@gnu.org>
3237
3238         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3239         calling a minor mode from Lisp with nil arg enables it, so we have to
3240         make the wording a bit ambiguous here).
3241
3242 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3243
3244         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3245         * nnir.el (nnir-mode): Use it.
3246         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3247         Use it.
3248
3249         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3250         * nnmairix.el (gnus-registry-enabled): Ditto.
3251
3252 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3253
3254         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3255         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3256         only while we need to find out if it should be t or nil.
3257         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3258         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3259         the registry is installed.  Set it to nil when it's unloaded.
3260         (gnus-registry-install-p): Provide user guidance for the initial value
3261         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3262         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3263         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3264         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3265         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3266         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3267         `gnus-registry-install'.
3268
3269 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3270
3271         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3272         previous change.
3273         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3274         primary key is marked as disabled.
3275
3276 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3277
3278         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3279         primary key is marked as disabled.
3280
3281 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3282
3283         * html2text.el (html2text-clean-anchor): Check for quotes around
3284         `href' value.
3285
3286 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3287
3288         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3289         searching.  Drop `bbdb-cache'.
3290
3291 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * message.el (message-signed-or-encrypted-p): Exclude header when
3294         checking if there is signed or encrypted body in text/plain message.
3295
3296 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3297
3298         * html2text.el (html2text-get-attr): Correctly handle attribute values
3299         containing "=".
3300
3301 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3302
3303         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3304         handle bindings.
3305
3306 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-win.el (gnus-configure-windows): Protect against reading
3309         ephemeral groups outside of Gnus.
3310
3311 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * shr.el (shr-tag-img): Don't get images displayed in tables.
3314
3315 2011-10-03  Glenn Morris  <rgm@gnu.org>
3316
3317         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3318         the "maintainer" version of debbugs.gnu.org reports.
3319
3320 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3323         make asynchronous adjacent image insertion work better.
3324
3325 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3326
3327         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3328         documentation.
3329
3330 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3333         `gnus-asynchronous' isn't shadowed.
3334
3335 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3338
3339         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3340         (nnimap-insert-partial-structure): The charset parameter isn't
3341         case-sensitive.
3342
3343         * nnheader.el (nnheader-message-maybe): New function.
3344
3345         * shr.el (shr-tag-table): Render totally broken tables better.
3346
3347         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3348         computing the boundary.
3349
3350 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * pop3.el (pop3-number-of-responses): Remove.
3353         (pop3-wait-for-messages): Rewrite to take linear time instead of
3354         exponential time.
3355
3356 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3359         re-fetch images.
3360
3361         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3362         re-fetch images when hitting `g' in Gnus.
3363
3364 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3367         (mml-compute-boundary): Don't check collision if it is non-nil.
3368         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3369         before checking collision.
3370
3371 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * message.el (message-indent-citation): Really make sure there's a
3374         newline at the end.
3375
3376         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3377         Fix suggested by John Wiegley.
3378
3379         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3380
3381         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3382
3383         * message.el (message-default-send-rename-function): Break out into its
3384         own function.
3385
3386         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3387         doesn't work under XEmacs.
3388
3389         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3390         of "imaps" to word around Windows problems.
3391         (nnimap-open-connection-1): Use it.
3392
3393         * message.el (message-indent-citation): Revert last change which made
3394         `F' not work.
3395
3396 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3397
3398         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3399         terminal as well.
3400
3401 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3404         because it displays images using overlays that aren't easy to copy to
3405         the article buffer.
3406
3407 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3408
3409         * message.el (message-indent-citation): Fix empty line removal at the
3410         end of the citation.
3411
3412 2011-09-20  Julien Danjou  <julien@danjou.info>
3413
3414         * auth-source.el (auth-source-netrc-create): Use default value for
3415         password if specified.  Evaluate default.
3416         (auth-source-plstore-create): Ditto.
3417         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3418         value evaluation.
3419         (auth-source-netrc-create): Typo fix.
3420         (auth-source-plstore-create): Ditto.
3421
3422         * password-cache.el (password-cache-remove): Remove entries even if the
3423         value is nil, so that password with a nil value (negative caching) is
3424         possible to invalidate.
3425
3426         * auth-source.el (auth-source-format-cache-entry): New function.
3427
3428 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3431
3432 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3435
3436 2011-09-19  Julien Danjou  <julien@danjou.info>
3437
3438         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3439         which work with things that are not ASCII.
3440
3441 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3444
3445 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3448         message level.
3449
3450 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3453
3454 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3457
3458 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3461         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3462
3463 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3464
3465         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3466         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3467         articles.
3468
3469 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3470
3471         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3472         (message-mail-other-window, message-mail-other-frame)
3473         (message-news-other-window, message-news-other-frame):
3474         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3475         instead of setting buffer display varibles.
3476
3477 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3480
3481         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3482
3483 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3486         duplicates" to a higher level.
3487
3488         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3489         most egregious messages.
3490
3491 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3494
3495 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3496
3497         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3498         up the file (bug#9351).
3499
3500 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3503         it does with all other backends, but decode the names immediately after
3504         getting them.
3505
3506         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3507         decoding nnimap groups.
3508
3509         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3510         newsrc file.  It doesn't seem like an important optimization any more.
3511
3512 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3513
3514         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3515         overflows.
3516
3517 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3520         (gnus-interactive-exit): Extend to `quiet'.
3521
3522         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3523
3524         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3525         string.
3526
3527         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3528         renaming function arguments from `this'.
3529
3530         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3531
3532         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3533         has been renamed.
3534         (gnus-lrm-string-p): Include RLM and PDF, too.
3535
3536         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3537         (bug#9225).
3538
3539 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3540
3541         Add autoload cookies for functions used by sendmail.el.
3542         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3543
3544         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3545
3546 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * gnus-art.el (article-date-ut): Work properly even when there are
3549         things like Date header in the body; work for forwarded parts.
3550
3551 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3552
3553         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3554         original-article-buffer.
3555
3556 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3557
3558         * nnir.el (nnir-compose-result): Fix matching of server type.
3559         (nnir-run-swish++): Ditto.
3560         (nnir-run-namazu): Ditto.
3561         (nnir-run-notmuch): Ditto.
3562
3563 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3566         (bug#9405).
3567
3568         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3569         (bug#9421).
3570
3571         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3572         (bug#9425).
3573
3574         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3575         thing (bug#9426).
3576
3577 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3580         the error message.
3581
3582 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3583
3584         * message.el (message-setup-1): Return t (Bug#9392).
3585
3586 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3587
3588         * gnus-sum.el: When adding article headers to a summary buffer also
3589         update gnus-newsgroup-articles (bug#9386).
3590
3591 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * auth-source.el: Autoload help-mode.
3594
3595 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3598         names.
3599
3600 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3601
3602         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3603         mm-replace-in-string for compatibility issues.
3604         * mml2015.el (mml2015-epg-verify): Ditto.
3605
3606 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3609
3610         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3611
3612 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3615         continue on and do the clean-up phase (bug#9188).
3616
3617         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3618         just ignore groups that can't be opened instead of erroring out
3619         (bug#9225).
3620
3621         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3622         nil since some many people are fuddy-duddies.
3623
3624         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3625         images.
3626
3627         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3628         instead.
3629
3630         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3631
3632         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3633
3634         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3635         processing.
3636
3637         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3638         buffer to avoid warnings.
3639
3640 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3641
3642         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3643         specified to reduce precision.
3644
3645 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3648         bodystructures (bug#9314).
3649
3650 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3653         Make button keymap non-sticky after buttons.
3654
3655 2011-08-18  David Engster  <dengste@eml.cc>
3656
3657         * nnmairix.el (nnmairix-request-set-mark)
3658         (nnmairix-goto-original-article): Remove adding of article to registry,
3659         since `gnus-registry-add-group' isn't available anymore.
3660         (nnmairix-determine-original-group-from-registry):
3661         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3662         available anymore.
3663
3664 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3665
3666         * starttls.el (starttls-any-program-available): Define as obsolete
3667         function.
3668
3669 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3672         versions which Gnus use when appropriate.
3673
3674         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3675         a pretty destructive command.
3676
3677         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3678
3679 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * message.el (message-fix-before-sending): Make a different warning
3682         about NUL characters (bug#9270).
3683
3684         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3685         from custom (bug#9260).
3686
3687         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3688         things work in Emacs 22 and XEmacs, too.
3689
3690         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3691         default From.
3692
3693         * gnus-spec.el (gnus-lrm-string-p): New macro.
3694         (gnus-lrm-string): New constant.
3695         (gnus-summary-line-format-spec): LRM-ify the from.
3696         (gnus-tilde-max-form): LRM-ify string chopping.
3697
3698         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3699
3700         * message.el (message-is-yours-p): Allow disabling canlock checking
3701         (bug#9295).
3702         (message-shoot-gnksa-feet): Add `canlock-verify'.
3703         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3704         message directory isn't writable (bug#9304).
3705
3706         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3707         non-world-readable.
3708
3709 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3712         articles.
3713
3714 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3715
3716         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3717         copy-list.
3718
3719 2011-08-12  Sam Steingold  <sds@gnu.org>
3720
3721         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3722         in the reverse order to avoid modifying the cache with `nreverse'.
3723         (gnus-all-score-files): Do not modify the value returned by
3724         `gnus-score-find-alist' because it lives in a cache variable.
3725         (gnus-current-home-score-file): No need to `nreverse' the return value
3726         of `gnus-score-find-alist', it is already in the correct order.
3727
3728 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3729
3730         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3731         type MESSAGE and subtype RFC822 is slightly different from those of
3732         type TEXT.
3733
3734 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3735
3736         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3737         This allows article-referral to work from an nnir group.
3738
3739 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3740
3741         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3742
3743 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3744
3745         * mml1991.el (mml1991-epg-find-usable-key)
3746         (mml1991-epg-find-usable-secret-key): New function.
3747         (mml1991-epg-sign): Check if signing key is usable.
3748         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3749
3750 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3751
3752         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3753         server-variables only.  This should fix a bug introduced with commit
3754         e1889675b7f4adf057833c5513c9374134c4e053.
3755         (nnir-run-query): 'nnir-search-engine should not be set from the global
3756         environment.
3757
3758 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3759
3760         * nnir.el (nnir-search-thread): Position point on referring article
3761         line.
3762         (nnir-warp-to-article): Clean up summary buffers.
3763
3764         * nnimap.el (nnimap-request-thread): Whitespace fix.
3765
3766 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3767
3768         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3769
3770 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * starttls.el (starttls-available-p): Rename from
3773         `starttls-any-program-available' and changed return convention.
3774
3775 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3776
3777         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3778         `unix-sync' unless it's defined.
3779
3780 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3781
3782         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3783         `aref' for XEmacs compatibiltiy.
3784
3785 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3788
3789 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3790
3791         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3792         closures, quote the form properly (bug#9194).
3793
3794 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3797         (gnus-summary-insert-new-articles): Protect against servers that are
3798         down.
3799
3800 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3801
3802         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3803         in mm handle if none is specified.
3804
3805 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3806
3807         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3808
3809 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3810
3811         * nnir.el (nnir-search-thread): New function to make an nnir group
3812         based on a thread query.
3813
3814         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3815         of nnir in thread referral.
3816         (gnus-summary-refer-thread): Use it.
3817
3818         * nnimap.el (nnimap-request-thread): Use it.
3819
3820 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * shr.el (shr-tag-comment): Ignore HTML comments.
3823
3824 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3825
3826         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3827         argument.
3828         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3829         Use `nnir-address' to handle server info rather than passing an arg.
3830
3831         * nnimap.el (nnimap-make-thread-query): New utility function to format
3832         an imap thread search query.
3833         (nnimap-request-thread): Use it.
3834
3835         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3836         right select-method if we are not going back to the group buffer.
3837
3838 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3841         enter invalid buffer configurations into the quit form (bug#9107).
3842         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3843         unplugged/plugged.
3844
3845         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3846         keep track of which ones are unread (bug#9061).
3847
3848         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3849         (bug#9055).
3850
3851         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3852         (bug#9041).
3853
3854         * gnus-html.el (mm-util): Require (bug#9073).
3855
3856         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3857         (gnus-summary-refer-thread): Use it to remove duplicates in the
3858         un-threaded view (bug#9053).
3859         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3860
3861 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3862
3863         * nnir.el (nnir-read-server-parm): Use default value from global
3864         variable.  Without this the default search engine parameters aren't
3865         used at all.
3866
3867 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3868
3869         * message.el (message-unique-id): Don't use the undocumented return
3870         value from (random t) (bug#9118).
3871
3872 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * message.el (message-auto-save-directory): If the ~/Mail directory
3875         doesn't exist, use ~ as the auto-save directory (bug#4432).
3876
3877         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3878         hasn't already been started.
3879
3880 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3883
3884         * message.el (message-reply): Work around mysterious bug where
3885         `message-mode' seems to overwrite the locally bound `subject' variable.
3886
3887 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3888
3889         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3890         correct group.
3891
3892         * gnus-int.el (gnus-request-thread): Add group argument.
3893
3894         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3895
3896 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3899
3900         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3901         renamed to `debbugs-gnu-*'.
3902
3903 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3904
3905         * plstore.el: Revert the editing feature since it is not urgent.
3906         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3907         (plstore-mode-decoded): Remove.
3908
3909 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3912         isn't very interesting any more, and it leaks potentially secret data.
3913         (gnus-debug): Remove.
3914
3915         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3916         use of :custom-show.
3917
3918 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3919
3920         * plstore.el: Add documentation.
3921         (plstore-mode): New mode to edit plstore file.
3922         (plstore-mode-toggle-display, plstore-mode-original)
3923         (plstore-mode-decoded): New command.
3924         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3925         (plstore--insert-buffer, plstore--make): New function.
3926         (plstore-open, plstore-save): Simplify by using them.
3927
3928 2011-07-06  Glenn Morris  <rgm@gnu.org>
3929
3930         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3931
3932 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3935         no longer is much used.
3936         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3937         Articles".
3938
3939 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3940
3941         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3942         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3943         `notmuch' backend.
3944
3945 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * mm-decode.el (mm-text-html-renderer): Doc fix.
3948
3949         * gnus-msg.el (gnus-bug): Fix the MML tag.
3950
3951         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3952
3953 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3954
3955         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3956         secondary methods if started with `gnus-no-server'.
3957
3958 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3959
3960         * message.el (message-return-action): Fix typo in docstring.
3961
3962 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3965         bug reports at once.
3966
3967         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3968
3969 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * nndraft.el: Require gnus-group.
3972         (nndraft-request-list): Declare.
3973
3974         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3975         no unread article unless it matches gnus-permanently-visible-groups.
3976
3977         * nndraft.el (nndraft-update-unread-articles): New function.
3978         (nndraft-request-associate-buffer): Use it to update the number of
3979         unread articles for the nndraft groups in the group buffer when saving
3980         or killing a draft message.
3981
3982 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3985         systems to binary before writing and reading the mbox files.
3986
3987         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3988         instead of trying to list them all (bug#8978).
3989
3990 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3991
3992         * pop3.el (pop3-open-server): Use :end-of-capability.
3993
3994 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3997         the id is always a number.
3998
3999         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4000
4001         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4002         debbugs mode, if possible.
4003
4004 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4005
4006         * auth-source.el (auth-source-token-passphrase-callback-function):
4007         Reindent.
4008         (epg-context-operation): Remove unnecessary autoload.
4009
4010 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * gnus.el (gnus-list-debbugs): New command.
4013
4014         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4015         mboxstat instead of the maintbox, since the stat seems to be fuller.
4016
4017         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4018         summary buffers.
4019
4020         * message.el (message-get-reply-headers): Delete all duplicates,
4021         instead of the first.
4022         (message-get-reply-headers): Ensure that we have progress while
4023         deleting duplicates.
4024
4025         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4026         gnus-posting-style value from the summary buffer to make it easier to
4027         make that a per-buffer conf.
4028
4029 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4030
4031         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4032         found by setting `shortcut' in 'query.
4033         (nnir-request-article): Use `shortcut' setting when requesting article
4034         by Message-ID.
4035
4036 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4037
4038         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4039         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4040         Bring the pseudo-headers back too.
4041
4042 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4043
4044         * auth-source.el (auth-source-token-passphrase-callback-function):
4045         Simplify and remove EPA dependency.
4046
4047 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4048
4049         * nnir.el (nnir-request-article): Fix error message text.
4050
4051 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4052
4053         * auth-source.el (plstore-delete): Autoload.
4054         (auth-source-plstore-search): Support delete operation.
4055         * plstore.el (plstore-delete): New function.
4056
4057 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4060         mark actually existing articles as unread rather than the ones that
4061         active asserts.
4062
4063 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4064
4065         * nntp.el (nntp-record-command):
4066         * gnus-util.el (gnus-message-with-timestamp-1):
4067         Use format-time-string rather than decoding time stamps by hand.
4068         This is simpler and insulates the code from potential changes to
4069         current-time format.
4070
4071 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4074
4075 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4076
4077         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4078         (plstore-save): Support public key encryption.
4079         (plstore--init-from-buffer): New function.
4080         (plstore-open): Use it; fix error when opening a non-existent file.
4081         (plstore-revert): Use plstore--init-from-buffer.
4082
4083 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4084
4085         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4086
4087 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4090         for old Emacsen.
4091
4092 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4093
4094         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4095         is not fully working.
4096
4097 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * dgnushack.el: Autoload sha1 on XEmacs.
4100
4101         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4102         quit window configuration.
4103
4104         * auth-source.el (epg-context-set-passphrase-callback):
4105         Remove duplicate autoload.
4106
4107 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4108
4109         * nnir.el (nnir-request-article): Allow requesting articles by
4110         Message-ID with nnimap.
4111
4112         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4113         current server.
4114
4115 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4116
4117         * auth-source.el: Autoload EPA/EPG functions.
4118         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4119         changed when EPA/EPG is not available.
4120         (auth-source-backend): Rename "arg" member to "data".
4121         (auth-source-backend-parse, auth-source-plstore-search)
4122         (auth-source-plstore-create): Use it.
4123
4124 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4125
4126         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4127         `gnus-refer-article-methods'.
4128
4129 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4130
4131         * auth-source.el: Require EPA and EPG.
4132         (auth-source-passphrase-alist): New variable.
4133         (auth-source-passphrase-callback-function)
4134         (auth-source-token-passphrase-callback-function): Callbacks for the
4135         netrc field encryption (GPG tokens).
4136         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4137         Symmetric encryption and decryption of the netrc GPG tokens.
4138         (auth-source-netrc-normalize): Use them, simplifying the closure.
4139
4140 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4143         is available.
4144
4145 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4146
4147         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4148         non-nil, and `nnimap-split-methods' is nil, use the former.
4149
4150 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4151
4152         * plstore.el (plstore-revert): New function.
4153         (plstore-open): Use it; hide the buffer from user.
4154
4155 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * auth-source.el (auth-source-backend): New member "arg".
4158         (auth-source-backend-parse): Handle new backend 'plstore.
4159         * plstore.el: New file.
4160
4161 2011-06-30  Glenn Morris  <rgm@gnu.org>
4162
4163         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4164
4165 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4166
4167         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4168         expiring articles to.
4169
4170         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4171         variations as ASCII (bug#5458).
4172
4173 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4176
4177 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * message.el (message-point-in-header-p): Tweak the function to default
4180         to saying that we're not in the headers if there is no separator at
4181         all.  This makes it possible to use the Message version of `M-q' in
4182         buffers with no headers (bug#7987).
4183         (message-point-in-header-p): Fix last checkin to work with an empty
4184         mail-header-separator, too.
4185
4186         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4187         again, save the choice via customize.
4188
4189 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4192
4193         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4194         ended the connection, bail out before waiting infinitely on a new
4195         connection.
4196
4197 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4198
4199         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4200         reports.
4201
4202         * gnus.el (gnus-bug-package): Use "gnus."
4203         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4204
4205 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * dgnushack.el: Make the timer warning go away on XEmacs.
4208
4209         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4210         animations going on at article exit time.
4211
4212         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4213         since removing it breaks people upgrading.
4214
4215         * shr.el (shr-put-image): Use the new interface for animating images.
4216         (shr-put-image): Animate for 60 seconds.
4217
4218         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4219         avoid compiler warnings.
4220
4221         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4222         error with `find-file-hooks' on Emacs 22.
4223         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4224         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4225         on all architectures.
4226
4227         * spam.el (spam-stat): Require in a normal fashion without binding
4228         `spam-stat-install-hooks' to avoid compilation warnings.
4229
4230         * spam-stat.el (spam-stat-install-hooks): Remove.
4231         (spam-stat-install-hooks): Don't run automatically.
4232
4233 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4234
4235         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4236         and keystroke.
4237
4238 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * auth-source.el (auth-source-netrc-cache): Move forward.
4241
4242 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * proto-stream.el (proto-stream-open-starttls): Use
4245         `gnutls-available-p' to see whether we have built-in support.
4246
4247         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4248         we already know.
4249         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4250         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4251
4252 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4255         %S format, since that looks odd.
4256         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4257         file, especially when saving.
4258
4259 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4260
4261         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4262         article found.
4263
4264 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4267         `auth-source-save-secrets' with a more sensitive alist that can be
4268         configured per file.  Experimental, so defaults to 'never.
4269         (auth-source-netrc-create): Use it.  Still experimental code.
4270         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4271         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4272
4273 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * auth-source.el (auth-source-save-secrets): New variable to control if
4276         secret tokens should be saved encrypted.
4277         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4278         to `auth-source-netrc-normalize'.
4279         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4280         on the EPA variables being defined.
4281         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4282         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4283         the lexical-let closure.
4284         (auth-source-netrc-create): Create "gpg:" tokens according to
4285         `auth-source-save-secrets'.
4286
4287 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-group.el (gnus-group-update-group): Add new argument
4290         `info-unchanged' that stops updating dribble buffer.
4291
4292         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4293         deletes lines matching to it in dribble buffer.
4294
4295         * gnus-agent.el (gnus-agent-fetch-group-1):
4296         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4297         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4298         * gnus-start.el (gnus-group-change-level):
4299         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4300
4301         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4302         if newsgroup info is not changed.
4303
4304         * gnus-group.el (gnus-group-get-new-news-this-group):
4305         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4306         Don't update dribble buffer.
4307
4308 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4311         remove entries with groups we ignore.
4312
4313 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4316         the underline comes at the bottom.
4317
4318 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4319
4320         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4321         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4322         (gnus-registry-article-marks-to-names): Rename from
4323         `gnus-registry-user-format-function-M2'.
4324
4325 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4328         ephemeral group.
4329
4330 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * shr.el (shr-browse-image): Copy the URL if called interactively.
4333
4334 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4337         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4338         done, then unselected articles may be marked as read.
4339
4340         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4341         since not doing this seems to lead to a race condition in pop3-logon.
4342
4343         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4344         so that the call chain it correct when we call "upwards".
4345
4346         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4347         in read-only groups.
4348
4349         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4350
4351         * message.el (message-cite-reply-position): Doc string fix.
4352
4353         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4354         avoid regexp overflow.
4355         (nnimap-transform-split-mail): Ditto.
4356
4357         * pop3.el (pop3-retr): Error out if the server closes the connection.
4358
4359 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4360
4361         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4362         mm-with-unibyte-current-buffer.  The buffer should not contain any
4363         multibyte chars anyway at this stage.
4364
4365 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4368         at the end of lines.
4369
4370 2011-05-29  Julien Danjou  <julien@danjou.info>
4371
4372         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4373
4374 2011-05-27  Glenn Morris  <rgm@gnu.org>
4375
4376         * gnus-group.el (gnus-bug-group-download-format-alist):
4377         Use the "maintainer" version of debian reports as well.
4378
4379 2011-05-26  Glenn Morris  <rgm@gnu.org>
4380
4381         * gnus-group.el (gnus-bug-group-download-format-alist):
4382         Use the "maintainer" version of debbugs.gnu.org reports.
4383
4384 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4387
4388 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4389
4390         * gnus-cus.el (gnus-agent-customize-category):
4391         * gnus-delay.el (gnus-delay-send-queue):
4392         * gnus.el (gnus-other-frame):
4393         Don't quote lambda expressions with `quote'.
4394
4395 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4398         the thread moves us backwards and so we loop forever.
4399
4400 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4403         whitespace in base64 data lines.
4404
4405 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4406
4407         * gnus-registry.el (gnus-registry-user-format-function-M):
4408         Use `mapconcat'.
4409         (gnus-registry-user-format-function-M2): Use to see the full text of
4410         the marks.  Make "," the mark text separator.
4411
4412         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4413         authentication with auth-source.
4414
4415 2011-05-17  Glenn Morris  <rgm@gnu.org>
4416
4417         * gnus-group.el (gnus-import-other-newsrc-file):
4418         Use insert-file-contents.
4419
4420 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4421
4422         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4423         1000 iterations.
4424
4425 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * nntp.el (nntp-open-connection): Check if process-type is available.
4428
4429 2011-05-16  Julien Danjou  <julien@danjou.info>
4430
4431         * shr.el (shr-tag-del): Add support for del tag.
4432
4433 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus-html.el (gnus-html-put-image): Register a displayer.
4436
4437         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4438
4439 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * registry.el (prune-factor): New initialization parameter defaulting
4442         to 0.1.
4443         (registry-prune-hard): Use it.
4444
4445         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4446         0.1 expicitly.
4447
4448 2011-05-13  Glenn Morris  <rgm@gnu.org>
4449
4450         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4451         is bound, since this function requires sendmail.
4452
4453 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * registry.el (registry-usage-test): Disable pruning test.
4456
4457 2011-05-11  David Engster  <dengste@eml.cc>
4458
4459         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4460         Bind set-network-process-option for XEmacs.
4461
4462 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4463
4464         * registry.el (registry-prune-hard-candidates)
4465         (registry-prune-soft-candidates): Helper methods for registry pruning.
4466         (registry-prune): Use them.  Make the sort function optional.
4467
4468 2011-05-10  Jim Meyering  <meyering@redhat.com>
4469
4470         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4471
4472 2011-05-10  Julien Danjou  <julien@danjou.info>
4473
4474         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4475         symbol and not a list.
4476
4477 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-art.el (gnus-article-mode): Move binding of
4480         shr-put-image-function here from gnus-article-prepare-display.
4481
4482         * shr.el (shr-put-image-function): New variable.
4483         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4484         (shr-put-image): Return scaled image.
4485
4486         * gnus-art.el (gnus-shr-put-image): New function.
4487         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4488
4489         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4490         original ones, as deletable.
4491
4492 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4493
4494         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4495
4496 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4497
4498         * registry.el (registry-full): Add convenience method.  Fix logic.
4499         (registry-insert): Use it.  Fix logic here too.
4500
4501         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4502         `registry-prune' if `registry-full' returns t.
4503         (gnus-registry-handle-action)
4504         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4505         (gnus-registry-usage-test): Use it.
4506
4507 2011-05-07  Julien Danjou  <julien@danjou.info>
4508
4509         * shr.el (shr-link): Make shr-link inherit from link by default.
4510
4511 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4512
4513         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4514
4515 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4516
4517         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4518         error out because the face is not a list.
4519
4520 2011-05-05  Glenn Morris  <rgm@gnu.org>
4521
4522         * proto-stream.el (gnutls-negotiate): Fix declarations.
4523
4524         * gnus-start.el (gnus-propagate-marks): Declare.
4525
4526 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4527
4528         * registry.el (registry-reindex): Fix percentage message.
4529
4530         * proto-stream.el (network-stream-open-starttls): Adjust to call
4531         `gnutls-negotiate' with :process and :hostname arguments.
4532
4533 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4534
4535         * shr.el: Add shr-link face for links.
4536         (shr-urlify): Use it.
4537
4538         * registry.el (registry-insert): Make error message more helpful.
4539
4540 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * gnus-html.el (gnus-html-schedule-image-fetching):
4543         Use url-queue-retrieve, if it exists.
4544
4545         * shr.el (shr-tag-img): Ditto.
4546
4547         * gnus.el: Autoload more gnus-agent functions.
4548
4549         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4550         agent if we haven't already (bug#8502).
4551
4552         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4553         into the Agent, too.
4554
4555         * gnus-agent.el (gnus-agent-store-article): New function.
4556
4557         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4558         and moved from that file for reuse.
4559
4560         * pop3.el (pop3-open-server): Error messages are "-ERR".
4561
4562 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4565         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4566
4567 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4568
4569         * gnus.el: No Gnus v0.17 is released.
4570
4571 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4572
4573         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4574         buffer has moved to a different frame.
4575
4576 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4579         to get the conversion from unibyte to multibyte buffers to work on
4580         Emacs 22.
4581
4582         * nntp.el (nntp-request-article): Slight clean-up.
4583
4584 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * shr.el (shr-strike-through): New face.
4587         (shr-tag-s): Use it to provide <s> support.
4588         (shr-tag-s): Remove duplicate definition.
4589
4590 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4593         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4594
4595 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4598         `gnutls-negotiate'.
4599         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4600
4601 2011-04-23  Glenn Morris  <rgm@gnu.org>
4602
4603         * gnus-sum.el (gnus-extra-headers): Bump :version.
4604
4605 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * shr.el (shr-tag-sup): New function.
4608         (shr-tag-sub): Ditto.
4609
4610 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4613         for the case where `gnus-registry-ignored-groups' is a list of lists,
4614         and don't call `gnus-parameter-registry-ignore' otherwise.
4615
4616 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * nnimap.el (nnimap-user): New backend variable.
4619         (nnimap-open-connection-1): Use it.
4620         (nnimap-credentials): Accept user parameter so it's explicit what user
4621         name is desired.
4622
4623         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4624         default.
4625
4626         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4627         not gnus-registry.el.
4628
4629         * gnus-registry.el: Mention in comments how to modify
4630         `gnus-extra-headers' for proper recipient tracking and that it may
4631         already have To and Cc recently, which it does as of this commit.
4632         (gnus-registry-ignored-groups): Remove defcustom.
4633         Explain why in comments.
4634         (gnus-registry-action): Fix data-header reference to use the extra
4635         headers.  Explain in package commentary how to add To and Cc headers to
4636         the gnus-extra-headers.
4637         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4638         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4639         parameter list or a string list in `gnus-registry-ignored-groups'.
4640         Fix logic error.
4641
4642 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4643
4644         * shr.el (shr-expand-url): Protect against null urls.
4645
4646 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * shr.el (shr-base): New binding.
4649         (shr-tag-base): Keep track of <base>.
4650         (shr-expand-url): New function used throughout.
4651
4652 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * gnus-registry.el
4655         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4656         (gnus-registry-ignored-groups): New variable.
4657         (gnus-registry-ignore-group-p): Use it.
4658         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4659         set the destination group to nil (same as delete) if it's ignored.
4660
4661 2011-04-20  David Engster  <dengste@eml.cc>
4662
4663         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4664
4665         * Makefile.in (test-nntp): New rule.
4666         (check): Add it.
4667         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4668
4669 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-registry.el (gnus-registry-action)
4672         (gnus-registry-fetch-header-fast):
4673         Don't use mail-header that looks an internal function of mailheader.el.
4674
4675 2011-04-19  Glenn Morris  <rgm@gnu.org>
4676
4677         * time-date.el (time-to-days): Remove unused local variables.
4678
4679 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * gnus-registry.el: Eliminate cl functions.
4682         (gnus-registry-sort-addresses): New function that replaces mapcan.
4683         (gnus-registry-action, gnus-registry-spool-action)
4684         (gnus-registry-split-fancy-with-parent)
4685         (gnus-registry-fetch-recipients-fast): Use it.
4686         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4687
4688         * registry.el (initialize-instance, registry-lookup)
4689         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4690         (registry-lookup-secondary-value, registry-search, registry-delete)
4691         (registry-insert, registry-reindex, registry-size, registry-prune):
4692         Use eval-and-compile.
4693
4694 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4695
4696         * registry.el (registry-reindex): New method to recreate the secondary
4697         registry indices.
4698
4699         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4700         tracked field changes.
4701         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4702         (gnus-registry-action, gnus-registry-spool-action)
4703         (gnus-registry-handle-action)
4704         (gnus-registry--split-fancy-with-parent-internal)
4705         (gnus-registry-split-fancy-with-parent)
4706         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4707         move, and delete actions, and for fancy splitting with parent.
4708         (gnus-registry-extract-addresses)
4709         (gnus-registry-fetch-recipients-fast)
4710         (gnus-registry-fetch-header-fast): Convenience functions.
4711         (gnus-registry-misc-test): ERT test of
4712         `gnus-registry-extract-addresses'.
4713
4714 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4715
4716         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4717         Track by subject first, then sender.
4718
4719 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4720
4721         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4722
4723         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4724         Lisp.
4725
4726         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4727         (gnus-draft-send): Use it to avoid popping
4728         up frames from gnus-group-send-queue.
4729
4730 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4731
4732         * gnus-registry.el: Updated gnus-registry docs.
4733
4734 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4735
4736         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4737         Fix logic bug.
4738         (gnus-registry-post-process-groups): Fix logging of no results and
4739         quote sender and subject.
4740
4741 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4744         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4745         gnutls-cli are too slow to be done opportunistically.
4746
4747         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4748         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4749         we had no early-data returned.
4750         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4751         two async commands to the same server at the same time.
4752
4753 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4754
4755         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4756
4757 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4760         "warning" level.
4761
4762         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4763         (mm-url-insert-file-contents): Don't set the package names.
4764
4765 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4766
4767         * gnus-registry.el (gnus-registry-action): Remove properties and
4768         simplify subject in `gnus-registry-handle-action'.
4769         (gnus-registry-spool-action): Get subject and sender from message if
4770         they are not passed in.
4771         (gnus-registry-handle-action): Remove properties and simplify subject
4772         consistently.
4773
4774 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4775
4776         * registry.el: Require CL before using defmacro*.
4777
4778 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * gnus-art.el (article-treat-date): Assume that
4781         gnus-article-date-headers may be a group parameter.
4782
4783 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4784
4785         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4786
4787         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4788         interactively so the newsrc file can contain foreign groups too.
4789         Useful for debugging but not much for users.
4790
4791 2011-04-07  David Engster  <dengste@eml.cc>
4792
4793         * registry.el (registry-usage-test): Only do
4794         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4795         lexical binding.
4796
4797 2011-04-07  David Engster  <dengste@eml.cc>
4798
4799         * Makefile.in (check, test-registry): New rules for test-suite.
4800
4801 2011-04-06  David Engster  <dengste@eml.cc>
4802
4803         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4804         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4805
4806 2011-04-06  David Engster  <dengste@eml.cc>
4807
4808         * registry.el (initialize-instance): Change :after to :AFTER to be
4809         compatible with old EIEIO version in XEmacs.
4810
4811 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4812
4813         * gnus-registry.el (gnus-registry-post-process-groups)
4814         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4815         and provide better messaging.
4816
4817 2011-04-06  David Engster  <dengste@eml.cc>
4818
4819         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4820         errors.
4821
4822         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4823         dgnushack-compile with error-on-warn enabled, and to signal an error if
4824         clean compilation failed.
4825         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4826         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4827
4828 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4829
4830         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4831         unconditionally anyway, discarding errors.
4832         (gnus-registry-delete-entries): New convenience function.
4833         (gnus-registry-import-eld): Import from old .eld registry.
4834
4835         * registry.el: Don't use ERT if it's not available.  Load it
4836         unconditionally anyway, discarding errors.
4837
4838         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4839         version from the Claudio Bley GnuTLS patch (extra optional parameters
4840         and host name).
4841
4842 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4843
4844         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4845         fixup the parameters that can be customized by the user between
4846         save/read cycles.
4847         (gnus-registry-read): Use it.
4848         (gnus-registry-make-db): Use it.
4849         (gnus-registry-spool-action, gnus-registry-handle-action):
4850         Fix messaging.
4851         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4852         Map references to actual group names with sender and subject tracking.
4853         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4854         (gnus-registry-usage-test): Add subject lookup test.
4855
4856         * registry.el (registry-db, initialize-instance): Set up constructor
4857         instead of :initform arguments for the sake of older Emacsen.
4858         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4859         pre-lexbind merge bug.
4860         (registry-usage-test): Use it.
4861         (initialize-instance, registry-db): Move the non-function initforms
4862         back to the class definition.
4863
4864 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4865
4866         * registry.el: New library to manage gnus-registry-style data.
4867
4868         * gnus-registry.el: Use it (major rewrite).
4869
4870         * nnregistry.el: Use it.
4871
4872         * spam.el: Use it.
4873
4874 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4877         marks on non-selected articles.
4878
4879 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4880
4881         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4882         parameter to open-protocol-stream.
4883
4884 2011-04-01  Julien Danjou  <julien@danjou.info>
4885
4886         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4887         fundamental-mode.
4888
4889 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4892         servers.
4893
4894 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4897         made marks not propagate, again.
4898
4899 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4900
4901         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4902         Make this the default type.
4903         (proto-stream-open-plain): Rename from proto-stream-open-default.
4904         (open-protocol-stream, proto-stream-open-starttls)
4905         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4906         with `plain'.
4907
4908         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4909         value.
4910
4911         * nntp.el (nntp-open-connection-function): Document the fact that some
4912         values are not functions but are instead handled specially.
4913         Recognize nntp-open-plain-stream value.
4914         (nntp-open-connection): Recognize that value.
4915
4916 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4919         where it seems to be needed.
4920
4921 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4924         stuff.
4925
4926         * gnus-score.el (gnus-score-string): Fix calling convention of
4927         `gnus-simplify-buffer-fuzzy' after last patches.
4928
4929         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4930         server for articles we didn't get any headers for.  This is a sanity
4931         check.
4932
4933 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4934
4935         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4936         new CAPABILITY, use it.
4937
4938 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4941         downloading anything.
4942
4943         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4944
4945 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4946
4947         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4948         colors.
4949         (gnus-splash-svg-color-symbols): New function.
4950
4951 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4954         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4955         (gnus-simplify-subject-fuzzy): Use the local
4956         gnus-simplify-subject-fuzzy-regex instead of the global one.
4957         This makes using this variable in group parameters work.
4958
4959 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         * gnus-registry.el (gnus-registry-unfollowed-groups):
4962         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4963         archive:sent-YYYY-MM-DD groups).
4964         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4965         tracking if there are more than `gnus-registry-max-track-groups'
4966         matches.
4967
4968 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4969
4970         * message.el (message--yank-original-internal): New function to do the
4971         insertion cleanly inside eval in `message-yank-original'.
4972         (message-yank-original): Use it.
4973
4974 2011-03-29  Julien Danjou  <julien@danjou.info>
4975
4976         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4977         local variables disabled rather than `normal-mode'.
4978
4979 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4980
4981         * imap.el (imap-shell-open, imap-process-connection-type):
4982         Use imap-process-connection-type for 'shell' streams as well as
4983         Kerberos, SSL, other subprocesses.
4984
4985 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4986
4987         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4988         with open-network-stream.
4989         (proto-stream-always-use-starttls): Option removed.
4990         (open-protocol-stream): Return a process object by default.  Provide a
4991         new parameter :return-list specifying a list-type return value, which
4992         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4993         :type `network' to `try-starttls', and `network-only' to `default'.
4994         Make `default' the default, for compatibility with open-network-stream.
4995         Handle the no-parameter case exactly as open-network-stream, with no
4996         additional stream processing.  Search plists using plist-get.
4997         Explicitly add :end-of-commend parameter if it is missing.
4998         (proto-stream-open-default): Rename from
4999         proto-stream-open-network-only.  Return 'default as the type.
5000         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5001         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5002         failed.  Always return a list with a (possibly dead) process as the
5003         first element, for compatibility with open-network-stream.
5004         (proto-stream-open-tls): Use plist-get.  Always return a list.
5005         (proto-stream-open-shell): Return `default' as connection type.
5006         (proto-stream-capability-open): Use plist-get.
5007         (proto-stream-eoc): Function deleted.
5008
5009         * nnimap.el (nnimap-stream, nnimap-open-connection)
5010         (nnimap-open-connection-1): Handle renaming of :type parameter for
5011         open-protocol-stream.
5012         (nnimap-open-connection-1): Pass a :return-list parameter
5013         open-protocol-stream to obtain a list return value.  Parse this list
5014         using plist-get.
5015
5016         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5017         for open-protocol-stream.  Accept open-protocol-stream return value
5018         that is a subprocess object instead of a list.  Handle the case of a
5019         dead returned process.
5020
5021 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5024
5025         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5026
5027 2011-03-21  Julien Danjou  <julien@danjou.info>
5028
5029         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5030         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5031         query.
5032         (mm-inline-text): Render normal text with fontification whenever
5033         possible.
5034
5035         * gnus-sum.el (gnus-summary-save-parts-1):
5036         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5037         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5038         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5039         Use `mm-handle-filename'.
5040
5041         * mm-util.el (mm-handle-filename): New function, return the filename of
5042         an handle.
5043
5044 2011-03-18  Julien Danjou  <julien@danjou.info>
5045
5046         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5047         (gnus-buffer-live-p): Check that buffer is not nil.
5048
5049 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5050
5051         * gnus.el: No Gnus v0.15 is released.
5052
5053 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054
5055         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5056         avoid warning on XEmacs.
5057
5058         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5059         on XEmacs.
5060
5061         * gnus-art.el: Require mouse, which the build bot seems to say is
5062         needed.
5063
5064         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5065
5066         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5067         XEmacs, since it doesn't have url-retrieve-synchronously.
5068
5069         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5070         since assoc-string doesn't exist in XEmacs.
5071
5072 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5073
5074         * gnus-group.el (gnus-group-list-ticked): New function.
5075         (gnus-group-make-menu-bar): Provide a menu entry for it.
5076         (gnus-group-list-map): Provide a binding for it.
5077
5078 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5079
5080         * shr.el (shr-visit-file): New command.
5081
5082         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5083
5084 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5085
5086         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5087         servers.
5088
5089 2011-03-16  Julien Danjou  <julien@danjou.info>
5090
5091         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5092         inline.
5093
5094         * gnus-art.el (article-hide-list-identifiers):
5095         Use gnus-group-get-list-identifiers.
5096
5097         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5098         (gnus-summary-remove-list-identifiers):
5099         Use gnus-group-get-list-identifiers to get regexp.
5100         (gnus-select-newsgroup, gnus-summary-insert-subject)
5101         (gnus-summary-insert-articles):
5102         Call gnus-summary-remove-list-identifiers unconditionally.
5103
5104 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5107         we're selecting a group with unread articles.
5108
5109         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5110
5111         * gssapi.el: New file separated out from imap.el to provide a general
5112         Kerberos 5 connection facility for Emacs.
5113
5114         * message.el (message-elide-ellipsis): Document the format spec
5115         ellipsis.
5116
5117 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * message.el (message-elide-region): Allow the ellipsis to say how many
5120         lines were removed.
5121
5122 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5125         window configurations containing buffers that are now dead.
5126
5127         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5128         parsing to avoid integer overflows.
5129         (nnimap-parse-flags): Simplify the last change.
5130         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5131         too large for 32-bit Emacsen.
5132
5133 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5134
5135         * auth-source.el (auth-source-netrc-create):
5136         * message.el (message-yank-original): Fix use of `case'.
5137
5138 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5139
5140         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5141         XEmacs, which was one character too wide.
5142
5143 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5144
5145         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5146         default number of articles to display.
5147         (gnus-articles-to-read): Use pretty names for prompt.
5148
5149 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * gnus-int.el (gnus-open-server): Ditto.
5152
5153         * gnus-start.el (gnus-activate-group): Give a backtrace if
5154         debug-on-quit is set and the user hits `C-g'.
5155         (gnus-read-active-file): Ditto.
5156
5157         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5158
5159 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5160
5161         * message.el (message-yank-original): Use cond instead of CL case.
5162
5163 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5164
5165         * auth-source.el (auth-source-netrc-create): Use usual format for the
5166         default in prompts.
5167
5168 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * lpath.el: Fbind read-char-choice for XEmacs.
5171
5172 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         * auth-source.el (auth-source-netrc-create): Show the default in the
5175         prompt when prompting for token creation.
5176
5177 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5178
5179         * auth-source.el (auth-source-format-prompt): Always convert the value
5180         to a string to avoid evaluating non-string arguments.
5181         (auth-source-netrc-create): Offer default properly, not as initial
5182         content in `read-string'.
5183         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5184         of line to determine if we've been run before.  If so, don't run again,
5185         but print a trivial message to indicate the cache was hit instead.
5186
5187 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5188
5189         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5190         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5191         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5192         Gnus.
5193
5194 2011-03-11  Julien Danjou  <julien@danjou.info>
5195
5196         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5197         modified file".
5198
5199 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5200
5201         * auth-source.el (auth-source-read-char-choice): New function to read a
5202         character choice using `dropdown-list', `read-char-choice', or
5203         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5204         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5205         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5206         (auth-source-netrc-saver): Use it.
5207         (auth-source-pick-first-password): New convenience function.
5208
5209 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5210
5211         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5212         parameter in the credentials.
5213         (nnimap-open-connection-1): Use it after a successful login.
5214         (nnimap-credentials): Add IMAP-specific user and password prompt.
5215
5216         * auth-source.el (auth-source-search): Add :require parameter, taking a
5217         list.  Document it and the :save-function return token.  Pass :require
5218         down.  Change the CREATED message from a warning to a debug statement.
5219         (auth-source-search-backends): Pass :require down.
5220         (auth-source-netrc-search): Pass :require down.
5221         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5222         Change save prompt to indicate all modifications saved here are
5223         deletions.
5224         (auth-source-netrc-create): Take user login name as default in user
5225         prompt.  Move all the save functionality to a lexically bound function
5226         under the :save-function token in the returned list.  Set up clearer
5227         default prompts for user, host, port, and secret.
5228         (auth-source-netrc-saver): New function, intended to be wrapped for
5229         :save-function.
5230
5231 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5234         lines to be spaces instead.
5235
5236 2011-03-07  Julien Danjou  <julien@danjou.info>
5237
5238         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5239         (sieve-sasl-auth): Check that auth-source-search did return something,
5240         or just return an empty string.
5241
5242 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5243
5244         * gnus.el (gnus-interactive): Use read-directory-name.
5245
5246         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5247         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5248         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5249         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5250         Likewise.
5251
5252         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5253
5254 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5257         onto the list of killed groups, too.  This makes killed nnimap groups,
5258         for instance, more reliably not reappear.
5259
5260         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5261         the parent.
5262
5263         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5264
5265         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5266         really have server-side marks.
5267
5268         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5269         since most backends do not usefully have server-side marks.
5270         (gnus-update-read-articles): Propagate marks to all backends that
5271         really have server-side marks.
5272
5273 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5274
5275         * message.el (message-cite-reply-position, message-cite-style):
5276         New variables.
5277         (message-yank-original): Use the new citation styles.
5278
5279 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5280
5281         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5282         buffer-local issue); don't mark it buffer-local when running under
5283         XEmacs.
5284
5285 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5286
5287         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5288         numbers too big to be `read'.
5289
5290 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5291
5292         * password-cache.el (password-in-cache-p): Add autoload.
5293
5294         * message.el (message-options): Make buffer-local two ways to attempt
5295         to fix a XEmacs bug.
5296
5297 2011-03-02  Julien Danjou  <julien@danjou.info>
5298
5299         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5300
5301 2011-03-01  Julien Danjou  <julien@danjou.info>
5302
5303         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5304         group.
5305         (article-hide-list-identifiers): Use list-identifier group parameter.
5306
5307 2011-02-28  Julien Danjou  <julien@danjou.info>
5308
5309         * sieve.el (sieve-buffer-script-name): New local variable to store
5310         sieve script name.
5311         (sieve-edit-script): Store sieve script name.
5312         (sieve-upload): Use sieve script name when uploading.
5313         (sieve-upload): Use substitute-command-keys.
5314         (sieve-edit-script): Use substitute-command-keys.
5315         (sieve-refresh-scriptlist): Use substitute-command-keys.
5316         (sieve-manage-mode-map): Define keymap properly.
5317         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5318         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5319         Remove commented code about cvs.
5320         (sieve-manage-quit): New function.
5321         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5322
5323 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5326
5327 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5328
5329         * auth-source.el (auth-source-search): Cache empty result sets.
5330
5331         * password-cache.el (password-in-cache-p): Convenience function to
5332         check if a key is in the cache, even if the value is nil.
5333
5334         * auth-source.el (auth-source-save-behavior): New variable to replace
5335         `auth-source-never-create'.
5336         (auth-source-netrc-create): Use it.
5337         (auth-source-never-save): Remove.
5338
5339 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5340
5341         * nnimap.el (nnimap-stream): Doc fix.
5342         (nnimap-open-connection-1): Reverse the order of the ports to that the
5343         prompted-for port is first.
5344
5345         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5346         retrieval by the no-group selection.
5347
5348         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5349         numerical parameters.
5350
5351 2011-02-25  Julien Danjou  <julien@danjou.info>
5352
5353         * gnus-gravatar.el: Use gnus-with-article-buffer.
5354
5355         * gnus-art.el (gnus-with-article-buffer): Check that the
5356         gnus-article-buffer is alive.
5357
5358 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         * auth-source.el (auth-source-creation-prompts): New variable to manage
5361         creation-time prompts.
5362         (auth-source-search): Document it.
5363         (auth-source-format-prompt): Add utility function.
5364         (auth-source-netrc-create): Don't default the user name to
5365         user-login-name.  Use `auth-source-creation-prompts' and some default
5366         prompts for user, host, port, and password (the default generic prompt
5367         remains ugly).
5368         (auth-source-never-save): Add customizable option to never save info.
5369         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5370         mode excursion.
5371
5372 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5375         argument that XEmacs doesn't support.
5376
5377         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5378         compiled for Emacsen having no `libxml-parse-html-region' support.
5379
5380         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5381
5382         * lpath.el: Bind buffer-save-without-query for XEmacs.
5383
5384 2011-02-23  Julien Danjou  <julien@danjou.info>
5385
5386         * gnus-art.el (article-make-date-line): Ignore errors if time is
5387         invalid and not convertible.
5388         (article-make-date-line): Only add lapsed time if time is not nil.
5389
5390 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5393         `read-char-choice' for backwards compatibility.
5394         (auth-source-netrc-element-or-first): New function to DTRT for
5395         parameter extraction.
5396         (auth-source-netrc-create): Use it and fix multiple parameter print
5397         bug.  Use the default passed from above (given-default) or the
5398         built-in (user-login-name for :user).
5399
5400 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-start.el (gnus-dribble-read-file):
5403         Set buffer-save-without-query, since we always want to save the dribble
5404         file, probably.
5405
5406         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5407         nnimap.
5408
5409         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5410         -summary- since it's a user-visible variable.
5411
5412         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5413         first time you use the new Gnus.
5414
5415 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5416
5417         * auth-source.el: Don't load netrc.el.
5418         (auth-sources): Search ~/.netrc as well by default.
5419         (auth-source-debug): Add 'trivia option for extra output.
5420         (auth-source-do-trivia): Use it.
5421         (auth-source-search): Simplify logic to use
5422         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5423         appropriate.  Don't keep a running count at this level.  Layer :create
5424         and :delete options appropriately on the first and second passes.
5425         Don't track the backend with the search results.
5426         (auth-source-search-backends): New function to search a list of
5427         backends for a processed spec.
5428         (auth-source-netrc-parse): Cache all netrc files, making
5429         auth-source-netrc-cache an alist keyed by the file name and using the
5430         file mtime as the caching criterion.  Keep the obfuscated data secret
5431         with a lexical bind.
5432         (auth-source-netrc-search): Don't calculate the length of the results
5433         unnecessarily.
5434         (auth-source-search-backends): Fix bug.
5435         (auth-source-netrc-create): Rework prompts.
5436
5437 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5438
5439         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5440         Lower case names of search constraints.
5441         (nnir-run-query): Cache and reuse search constraints for all imap
5442         servers.
5443
5444 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5447         after exit.
5448         (gnus-setup-message): Define missing variable from last checkin.
5449
5450         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5451         value, show the raw article.
5452
5453 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5454
5455         * gnus.el: No Gnus v0.13 is released.
5456
5457 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5458
5459         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5460         auth-source now accepts numbers.
5461
5462         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5463         spec, too.
5464         (auth-source-ensure-strings): New function.
5465
5466         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5467         (gnus-article-setup-buffer): Always restart the date timer so that user
5468         changes to the frequency is respected.
5469
5470         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5471         port numbers, so make sure it gets that if nnimap-server-port is
5472         explicit.
5473
5474 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5475
5476         * nnimap.el (nnimap-inbox): Doc fix.
5477
5478 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5479
5480         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5481         Autoload.  Add optional arg FRAME, and pass it to color-values.
5482         (color-complement): Caller changed.  Doc fix.
5483         (color-gradient): Rewrite for better clarity and efficiency.
5484
5485 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5486
5487         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5488         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5489         color-lab-to-srgb.
5490
5491 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5492
5493         * color.el: First part of merge from hexrgb.el.
5494         (color-rgb-to-hex): Rename from color-rgb->hex.
5495         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5496         saturation to zero if the value is too small.
5497         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5498         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5499         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5500         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5501         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5502         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5503         (color-cie-de2000): Doc fix.
5504
5505 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5506
5507         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5508         given method as in the group name if we're using an extended method.
5509         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5510         command, if we're using that, instead of waiting for the beginning.
5511
5512         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5513         we're sure to get unique server names, and we don't output two async
5514         commands in the same buffer.  This fixes an NNTP hang for some users.
5515
5516 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5517
5518         * gnus.el: No Gnus v0.11 is released.
5519
5520 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5521
5522         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5523         summary buffer before reading going to the next buffer.  This avoids
5524         putting the point in the group buffer if you `C-g' the command.
5525
5526         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5527         cache (for now) to make ~/.authinfo.gpg files usable.
5528
5529         * nnfolder.el (copyright-update): Define for the compiler.
5530
5531         * auth-source.el (auth-source-search): Fix unbound variable.
5532
5533 2011-02-19  Glenn Morris  <rgm@gnu.org>
5534
5535         * gnus.el (gnus-meta): Doc fix.
5536
5537 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5538
5539         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5540         in case it's not yet loaded.
5541
5542 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5543
5544         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5545         line we're waiting for.
5546
5547 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5548
5549         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5550         face with line-width greater than zero will cause RET in gnus summary
5551         buffer to scroll down article page-wise because auto vscroll happens,
5552         it should be temporally disabled when doing a scroll-up.
5553
5554 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5555
5556         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5557         outputs from the server.
5558
5559 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5560
5561         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5562         later so that bbdb can hook in easier.
5563
5564 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5565
5566         * auth-source.el (auth-source-search): Don't try to create credentials
5567         if the caller doesn't want that.
5568         (auth-source-search): If we don't find a match, don't bug out on
5569         non-bound variables.
5570         (auth-source-search): Only ask a single backend to create the
5571         credentials.
5572
5573         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5574         logging.
5575         (nnimap-credentials): Protect against auth-source-search returning nil.
5576         (nnimap-request-list): Protect against not being able to open the
5577         server.
5578
5579 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5580
5581         * auth-source.el (auth-source-search): Do a two-phase search, one with
5582         no :create to get the responses from all backends.
5583
5584         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5585         when getting credentials.
5586
5587         * gnus-util.el (gnus-delete-duplicates): New function.
5588
5589 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5592         a creation default, pass the whole port list down.  It will be
5593         completed.
5594
5595         * auth-source.el (auth-source-search): Updated docs to talk about
5596         multiple creation choices.
5597         (auth-source-netrc-create): Accept a list as a value (from the search
5598         parameters) and do completion on that list.  Keep a separate netrc line
5599         with the password obscured for showing the user.
5600
5601         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5602         first choice to `auth-source-search' so it will be used for entry
5603         creation instead of the server's Gnus-specific name.
5604         (nnimap-credentials): Rely on the auth-source library to select which
5605         port is actually wanted in the new netrc entry, so don't override
5606         `auth-source-creation-defaults'.
5607
5608         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5609         :protocol and accept a missing user, host, or port as a wildcard match.
5610         (auth-source-debug): Default to off.
5611
5612         (auth-source-netrc-search, auth-source-netrc-create)
5613         (auth-source-secrets-search, auth-source-secrets-create)
5614         (auth-source-user-or-password, auth-source-backend, auth-sources)
5615         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5616         instead of :protocol.
5617
5618         * nnimap.el (nnimap-credentials): Pass a port default to
5619         `auth-source-search' in case an entry needs to be created.
5620         (nnimap-open-connection-1): Use :port instead of :protocol.
5621
5622 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * auth-source.el: Bind load-path when loading EIEIO from
5625         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5626         21.4 doesn't support, to `require'.
5627         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5628         delete-dups that is not available in XEmacs 21.4.
5629
5630 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5631
5632         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5633         as EIEIO must also be loaded when auth-source.el is being
5634         byte-compiled.
5635
5636 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5637
5638         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5639
5640         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5641
5642         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5643
5644         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5645
5646         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5647
5648         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5649
5650         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5651
5652         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5653         necessary.
5654
5655 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5658         nil means that nnimap doesn't get updated.
5659
5660 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5661
5662         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5663         result when the user doesn't want to write to the file.
5664         (auth-source-netrc-search): Expect a synthetic result and proceed
5665         accordingly.
5666         (auth-source-cache-expiry): New variable to override
5667         `password-cache-expiry'.
5668         (auth-source-remember): Use it.
5669
5670         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5671         parameter.  Create entry if necessary by using :create t.
5672         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5673
5674 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5675
5676         * auth-source.el (auth-source-debug): Enable by default and don't
5677         mention the obsolete `auth-source-hide-passwords'.
5678         (auth-source-do-warn): New function to debug unconditionally.
5679         (auth-source-do-debug): Use it.
5680         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5681         and for Secrets API entries when the secrets.el library is not
5682         available.
5683
5684 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5687         (gnus-summary-exit): Kill the correct article buffer on exit from a
5688         `C-d' group.
5689
5690         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5691         gnus-propagate-marks.
5692
5693         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5694         before killing the buffers so that a non-full window conf gets handled
5695         correctly.
5696         (gnus-summary-exit): Ditto.
5697         (gnus-summary-read-group-1): Ditto.
5698
5699         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5700         async code again so that we can debug it properly.
5701
5702         * message.el (message-reply): Take an optional switch-buffer parameter
5703         so that Gnus window confs are respected better.
5704
5705 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5708         `plist-get' to accept non-list parameters (XEmacs issue).
5709         Fix docstring.
5710         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5711         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5712         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5713         Login collection is "Login" and not "login".
5714
5715 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5716
5717         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5718         multiple headers.
5719
5720         * nnimap.el (nnimap-inhibit-logging): New variable.
5721         (nnimap-log-command): Don't log login commands.
5722
5723         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5724         to have more parameters.
5725
5726         * nnimap.el (nnimap-send-command): Mark the command time for each
5727         command, so that we don't get NOOPs stepping on our toes.
5728
5729         * gnus-art.el (article-date-ut): Get the date from the Date header on
5730         `t'.
5731
5732 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * auth-source.el (auth-source-search): Use copy-sequence instead of
5735         the cl.el copy-list.
5736
5737 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * imap.el: Bring it back (revert
5740         84d800cd31de3064f0ed39617d725709a2f8f42f).
5741
5742 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5743
5744         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5745         Improve prompt.
5746
5747 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5748
5749         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5750         washing status from the default format.  It isn't very informative.
5751
5752 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5753
5754         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5755         Fix Gcc processing on imap.
5756
5757 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * imap.el: Remove file.  All the functionality is in nnimap.el.
5760
5761 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5762
5763         * message.el (message-bury): Don't pop up a new window when selected
5764         window is dedicated.
5765
5766 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5767
5768         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5769
5770 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * sieve-manage.el: Autoload `auth-source-search'.
5773         (sieve-sasl-auth): Use it.
5774
5775 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5776
5777         * nnimap.el: Autoload `auth-source-forget+'.
5778         (nnimap-open-connection-1): Use it if the connection fails.
5779
5780         * auth-source.el: Require `password-cache'.
5781         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5782         obsolete.
5783         (auth-source-magic): Marker for `password-cache' keys.
5784         (auth-source-do-cache): Update docstring.
5785         (auth-source-search): Use and check cache.
5786         (auth-source-forget-all-cached, auth-source-remember)
5787         (auth-source-recall, auth-source-forget, auth-source-forget+)
5788         (auth-source-specmatchp): Caching support functions.
5789         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5790         Remove and obsolete.
5791         (auth-source-user-or-password): Remove caching to further discourage
5792         using it.  Always hide passwords.
5793
5794         * password-cache.el (password-cache-remove): Accept secrets that are
5795         not strings.
5796
5797 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5798
5799         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5800         code for now, since it doesn't work for all users.
5801
5802 2011-02-09  Julien Danjou  <julien@danjou.info>
5803
5804         * message.el (message-options): Make message-options really buffer
5805         local.
5806
5807 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5808
5809         * mail-source.el: Autoload `auth-source-search'.
5810         (mail-source-keyword-map): Note order matters.
5811         (mail-source-set-1): Get all the mail-source source values and
5812         defaults and search auth-source on those if needed.  This can all
5813         probably be simplified.
5814
5815         * nnimap.el: Autoload `auth-source-search'.
5816         (nnimap-credentials): Use it.
5817         (nnimap-open-connection-1): Ask for the virtual server and physical
5818         address in one shot.
5819
5820         * nntp.el: Autoload `auth-source-search'.
5821         (nntp-send-authinfo): Use it.  Note TODO.
5822
5823 2011-02-08  Julien Danjou  <julien@danjou.info>
5824
5825         * shr.el (shr-tag-body): Add support for text attribute in body
5826         markups.
5827
5828         * message.el (message-options): Make message-options a local variable.
5829
5830 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * auth-source.el (auth-source-secrets-search)
5833         (auth-source-user-or-password): Use `append' instead of `nconc'.
5834         (auth-source-user-or-password): Build return list better and protect
5835         against nil :secret.
5836
5837 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5838
5839         * nnimap.el (nnimap-update-info): Refactor slightly.
5840         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5841         (nnimap-update-info): Clean up slightly.
5842         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5843         characters.
5844         (nnimap-process-quirk): Rename function to avoid collision.
5845         (nnimap-update-info): Fix macrology bug-out.
5846         (nnimap-update-info): Simplify split history test.
5847
5848 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5849
5850         * auth-source.el (top): Require 'eieio unconditionally.
5851         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5852         (auth-source-secrets-search): Limit search when `max' is greater than
5853         number of results.
5854
5855 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5856
5857         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5858         part not returning any data.
5859
5860         * proto-stream.el (open-protocol-stream): Document the return value.
5861
5862 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5863
5864         * auth-source.el (auth-source-secrets-search): Add examples.
5865
5866 2011-02-06  Julien Danjou  <julien@danjou.info>
5867
5868         * message.el (message-setup-1): Handle message-generate-headers-first
5869         set to t.
5870
5871 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5872
5873         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5874         API with a string "secrets:collection-name" and with 'default.
5875         (auth-source-backend-parse): Parse "secrets:collection-name" and
5876         'default.  Recurse on parses instead of repeating code.  Use the
5877         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5878         message when ignoring a source.
5879         (auth-source-search): List ignored search keys at the top level.
5880         (auth-source-netrc-create): Use `case' instead of `cond'.
5881         (auth-source-secrets-search): Created with TODOs.
5882         (auth-source-secrets-create): Created with TODOs.
5883         (auth-source-retrieve, auth-source-create, auth-source-delete)
5884         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5885         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5886         (auth-source-user-or-password-sftp)
5887         (auth-source-user-or-password-smtp): Remove.
5888         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5889         around `auth-source-search'.  Not tested thoroughly.
5890
5891 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * auth-source.el: Bring in assoc and eioeio libraries.
5894         (secrets-enabled): New variable to track the status of the Secrets API.
5895         (auth-source-backend): New EIOEIO class to represent a backend.
5896         (auth-source-creation-defaults): New variable to set prompt defaults
5897         during token creation (see the `auth-source-search' docstring for
5898         details).
5899         (auth-sources): Simplify to allow a simple string as a netrc backend
5900         spec.
5901         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5902         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5903         (auth-source-search): Main auth-source API entry point.
5904         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5905         (auth-source-search-collection): Helper function for searching.
5906         (auth-source-netrc-parse, auth-source-netrc-normalize)
5907         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5908         Supports search, create, and delete.
5909         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5910         backend stubs.
5911         (auth-source-user-or-password): Call `auth-source-search' but it's not
5912         ready yet.
5913
5914 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5915
5916         * message.el (message-setup-1): Remove the read-only stuff, since it
5917         doesn't work under XEmacs, for some reason.
5918
5919         * gnus-sum.el (gnus-user-date): Rename back from
5920         gnus-summary-user-date since user code refers to it.
5921
5922         * shr.el (shr-render-td): Store the actual background color used.
5923
5924         * message.el (message-setup-1): Don't bind the constant
5925         -forbidden-properties.
5926         (message-setup-1): Revert previous change, since it needs to bind the
5927         props to insert them.
5928         (message-resend): Allow removing the read-only separator line.
5929
5930 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5931
5932         * nnimap.el (nnimap-request-accept-article): Give an error message if
5933         the APPEND wasn't successful.
5934
5935 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5936
5937         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5938         that have no groups.
5939
5940 2011-02-03  Julien Danjou  <julien@danjou.info>
5941
5942         * gnus-draft.el: Remove progn around gnus-draft-setup.
5943
5944 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5945
5946         * gnus-start.el (gnus-read-active-for-groups): This function is never
5947         called with a nil `infos', so clean that up.
5948         (gnus-get-unread-articles): Request active files from primary/secondary
5949         methods that have no groups (yet).
5950
5951 2011-02-03  Julien Danjou  <julien@danjou.info>
5952
5953         * message.el (message-setup-1): Always generate References first.
5954         (message-mail): Return the return value of message-setup, not always t.
5955         (message-setup-1): Insert mail-header-separator with read-only and
5956         intangible properties set.
5957
5958         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5959         user-date in docstring.
5960
5961         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5962
5963         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5964         docstring.
5965
5966         * gnus.el (gnus-user-date-format-alist): Change default value.
5967         Use defcustom, with type and group. Move from gnus-util.el.
5968         Rename to gnus-summary-user-date-format-alist.
5969
5970 2011-02-03  Glenn Morris  <rgm@gnu.org>
5971
5972         * nnimap.el (gnus-fetch-headers): Declare.
5973
5974         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5975
5976 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5977
5978         * message.el (message-forward-make-body-digest-plain)
5979         (message-followup, message-reply): Clean up things noted by Stefan.
5980
5981         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5982         gnus-article-update-date-headers is nil.
5983         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5984         it didn't really work with defcustom.
5985         (article-update-date-lapsed): Make sure the window start doesn't move,
5986         either.
5987
5988 2011-02-01  Julien Danjou  <julien@danjou.info>
5989
5990         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5991         format.
5992
5993         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5994         standard in Emacs nowadays.
5995
5996         * color.el (color-gradient): Add a color-gradient function.
5997
5998 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5999
6000         * message.el (message-expand-name): Don't trust the return value of
6001         bbdb-complete-name.
6002         (message-check-news-header-syntax): Remove unused var `start'.
6003         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6004         (message-inhibit-body-encoding): Move to before first use.
6005         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6006         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6007         (Organization, Message-ID, Date, mh-previous-window-config):
6008         Defvar the vars using dynamic scoping.
6009
6010 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6011
6012         * shr.el (shr-render-td): Only do colors at the final rendering.
6013         Should be slightly faster.
6014         (shr-insert-table): Fix up TD background colors when doing the
6015         vertical padding.
6016
6017         * gnus-art.el (article-date-ut): Protect against articles with no Date
6018         header.
6019         (article-update-date-lapsed): Don't use current-column to find the
6020         horizontal position.  It's fragile in the presence of \003 characters.
6021
6022         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6023
6024 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6025
6026         * gnus-art.el (article-transform-date): Rewrite to still work when
6027         there are several rfc2822 parts.
6028         (article-transform-date): Fix infinite recursion.
6029         (article-date-ut): Replace infinitely many Date headers with a single
6030         one when called interactively.
6031
6032         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6033         secure manner.
6034
6035         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6036         move around by not using save-window-excursion.  It seems to work...
6037
6038 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * gnus-art.el (article-make-date-line): Work for user-defined format.
6041
6042 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6043
6044         * nntp.el (nntp-retrieve-group-data-early)
6045         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6046         fetching functions.
6047
6048         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6049         thoroughly for all backends that have no known groups.  This should
6050         allow new nnml methods to retrieve mail.
6051
6052         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6053         that Gnus doesn't know exists again.
6054
6055         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6056         (gnus-treat-date-ut): Ditto.
6057         (gnus-article-update-date-header): Rename.
6058         (gnus-treat-date-local): Remove.
6059         (gnus-treat-date-english): Remove.
6060         (gnus-treat-date-lapsed): Remove.
6061         (gnus-treat-date-combined-lapsed): Remove.
6062         (gnus-treat-date-original): Remove.
6063         (gnus-treat-date-iso8601): Remove.
6064         (gnus-treat-date-user-defined): Remove.
6065         (gnus-article-date-headers): New variable to control all the date
6066         header options.
6067         (article-date-ut): Rewrite to allow using the new way to format date
6068         headers(s).
6069
6070 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6071
6072         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6073         method.
6074         (nnmail-article-group): A better test for fanciness.
6075
6076         * nnimap.el (nnimap-request-head): Protect against not finding the
6077         article by Message-ID.
6078
6079 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6080
6081         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6082         keep point at the "same place".
6083
6084 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6085
6086         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6087         data if the group is inactive.
6088
6089 2011-01-28  Julien Danjou  <julien@danjou.info>
6090
6091         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6092         (gnus-all-windows-visible-p): Remove old compatibility code.
6093         (gnus-window-top-edge): Add docstring.
6094
6095         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6096
6097 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6098
6099         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6100         older request-update-info.
6101
6102         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6103
6104 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6105
6106         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6107         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6108
6109 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6110
6111         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6112         groups.  This makes the nndraft:queue group pop up if it's not already
6113         there.
6114
6115         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6116         messages" logic, which was reversed.
6117
6118         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6119         the "same place" even if point is on the line being replaced.
6120         (article-update-date-lapsed): Allow updating both the combined lapsed
6121         and the lapsed headers.
6122         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6123         (article-make-date-line): Limit the number of segments dynamically to
6124         avoid too-long lines.
6125
6126 2011-01-27  Julien Danjou  <julien@danjou.info>
6127
6128         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6129         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6130
6131 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6134         Use plist-get instead of the cl function getf.
6135
6136 2011-01-27  Glenn Morris  <rgm@gnu.org>
6137
6138         * gnus-util.el (float-time): Get rid of compiler warning, again.
6139
6140 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6141
6142         * shr.el (shr-put-color): Special-case background colors: Do put them
6143         at the blank parts at the front of the lines.
6144
6145         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6146         exit hook to nix out all data on readedness on group exit.
6147
6148         * gnus-util.el (float-time): If float-time is bound, always use it on
6149         all Emacsen.  It's unclear why the subrp check was there.
6150         (time-date): Require to make some autoload issues on XEmacs go away.
6151
6152         * shr.el (shr-put-color): Don't do the box padding in tables, since
6153         they're already padded.
6154
6155 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6156
6157         * gnus-art.el (gnus-article-next-page): When the last line of the
6158         article is displayed, scroll down once more instead of going to the
6159         next article at once.
6160         (article-lapsed-string): Refactor out and allow specifying how many
6161         segments you want.
6162         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6163         (gnus-article-update-lapsed-header): New variable.
6164
6165         * shr.el: Revert change that made headings use different-sized faces.
6166         The Emacs display engine isn't advanced enough that, for instance,
6167         tables can comfortably use differently-sized faces.
6168
6169 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6170
6171         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6172         used.
6173         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6174         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6175         we're using an encrypted connection.
6176
6177         * proto-stream.el: Alter the interface functions to also return the
6178         actual stream type used: network or tls.
6179
6180 2011-01-25  Julien Danjou  <julien@danjou.info>
6181
6182         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6183         (mm-display-javascript-inline): New function.
6184
6185         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6186         viewing function.
6187
6188 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * shr.el (shr-expand-newlines): Fix variable name.
6191
6192 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6193
6194         * shr.el (shr-expand-newlines): Make nested boxes work.
6195
6196 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6197
6198         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6199         backgrounds.
6200         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6201         in a more sensible manner.
6202
6203 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6204
6205         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6206         if EPG is loaded.
6207
6208 2011-01-24  Julien Danjou  <julien@danjou.info>
6209
6210         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6211         tags.
6212
6213 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6214
6215         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6216         commands.
6217
6218         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6219         in the article buffer.
6220         (gnus-gravatar-insert): Use blank space from the current buffer to
6221         avoid breaking text properties.  This makes X-Sent updating work again.
6222
6223         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6224
6225 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6226
6227         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6228         fix the bug in url-http.el instead.
6229
6230         * shr.el (shr-image-fetched): Ditto.
6231
6232         * shr.el (shr-image-fetched): Avoid having point move in the article
6233         buffer.
6234
6235         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6236         buffer after being called.  It's apparently being killed by url.el, and
6237         killing it made point move to end-of-buffer in a random buffer.
6238
6239         * shr.el (shr-image-fetched): Ditto.
6240
6241 2011-01-23  Julien Danjou  <julien@danjou.info>
6242
6243         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6244
6245         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6246         text/x-org.
6247
6248 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6249
6250         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6251         (i.e., nnimap) returning nil as the article number.
6252
6253 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6254
6255         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6256         "DelSp" parameter in RFC3676.
6257
6258 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6259
6260         * message.el (message-check-recipients): Display the encoded version of
6261         the bogus address if they differ.
6262
6263         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6264         after sending.
6265
6266         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6267
6268         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6269
6270         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6271         group buffer after sending the queue.
6272
6273         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6274
6275 2011-01-22  Julien Danjou  <julien@danjou.info>
6276
6277         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6278
6279 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6280
6281         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6282         nested related parts.
6283
6284         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6285         unexpired articles.  This fixes the regression that led expiry marks to
6286         disappear from nnfolder groups.
6287
6288 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6289
6290         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6291         Don't confuse the "ret" of "retrograde" with RET.
6292
6293 2011-01-21  Julien Danjou  <julien@danjou.info>
6294
6295         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6296         than mm-insert-inline.
6297
6298 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6301         Widen article buffer.
6302
6303 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6304
6305         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6306         the temp buffer.
6307         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6308
6309 2011-01-20  Julien Danjou  <julien@danjou.info>
6310
6311         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6312
6313         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6314         than mm-insert-inline to insert inline part: this respect
6315         mm-inline-media-tests displayers.
6316
6317         * mm-view.el (mm-display-shell-script-inline): New function.
6318
6319         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6320
6321         * mm-uu.el (mm-uu-type-alist): Add org block.
6322         (mm-uu-org-src-code-block-extract): New function.
6323
6324         * mm-view.el (mm-display-org-inline): New function.
6325
6326         * mm-decode.el (mm-automatic-display): Add text/org.
6327
6328         * mailcap.el (mailcap-mime-extensions): Add .org.
6329
6330 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6333         gnus-article-add-buttons.
6334
6335 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6336
6337         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6338         From header with a date and "nobody" as the sender.
6339
6340 2011-01-19  Julien Danjou  <julien@danjou.info>
6341
6342         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6343         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6344         if you have the same regexp several times.
6345         (gnus-button-push): Fix matching when regexp is symbol.
6346
6347 2011-01-15  Glenn Morris  <rgm@gnu.org>
6348
6349         * message.el (message-mail): A compose-mail function should
6350         accept headers as strings.
6351
6352 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6353
6354         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6355         Add :vert-only tags.
6356         (message-mail): New arg RETURN-ACTION.
6357         (message-return-action): New var.
6358         (message-bury): Use it.
6359         (message-mode): Make it buffer-local.
6360         (message-send-and-exit): Always call message-bury.
6361
6362         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6363         message-mail.
6364
6365 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * nnimap.el (nnimap-convert-partial-article): Protect against
6368         zero-length body parts.
6369
6370         * mm-decode.el (mm-preferred-alternative-precedence):
6371         Discourage showing empty parts.
6372
6373         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6374         and stuff if the backend didn't return the article number.  This fixes
6375         an Exchange-related nnimap bug.
6376
6377         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6378         group window, because it does the wrong thing when a separate frame
6379         displays the group buffer.
6380
6381         * proto-stream.el (open-protocol-stream): Protect against the low-level
6382         transport functions returning nil.
6383
6384 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6385
6386         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6387         (mml2015-epg-find-usable-secret-key): New function.
6388         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6389         mml2015-epg-find-usable-key (Bug#7797).
6390         (mml2015-epg-encrypt): Ditto.
6391
6392 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * dgnushack.el (rot13-string): Fix the way to get the argument.
6395
6396 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6399
6400 2011-01-03  Glenn Morris  <rgm@gnu.org>
6401
6402         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6403
6404         * sieve.el (sieve-open-server): Give a more explicit error if
6405         sieve-manage-open returns nil.  (Bug#7720)
6406
6407 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6408
6409         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6410
6411 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6414         This avoids sending passwords in plain text over non-encrypted
6415         channels.
6416
6417         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6418
6419         * nnimap.el (nnimap-login): Refactored out into own function, and
6420         implement CRAM-MD5.
6421         (nnimap-wait-for-line): Refactored out.
6422
6423         * mm-view.el (mml-smime): Require.
6424
6425 2010-12-20  David Engster  <deng@eml.cc>
6426
6427         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6428         use EPG to decrypt S/MIME messages instead of openssl.
6429
6430 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6433
6434         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6435         status is the group clearly is unreachable.
6436
6437         * auth-source.el (auth-source-create): Add the optional second
6438         parameter to `local-variable-p' to be compatible with XEmacs.
6439
6440 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6441
6442         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6443         work when using a compressed nnml folder.
6444
6445 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6446
6447         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6448         backends after sanitising on entry, because this never makes sense:
6449         If the articles have gone missing, then the data no longer exists on
6450         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6451         overwrite anything anyway.
6452
6453         * shr.el (shr-insert-document): Bind shr-width dynamically to
6454         window-width if it's nil.
6455
6456 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6457
6458         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6459         with the meaning of using the full emacs window width for rendering.
6460
6461 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6462
6463         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6464         case when sender is not given.
6465
6466 2010-12-23  Julien Danjou  <julien@danjou.info>
6467
6468         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6469         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6470         the addresses, otherwise we might misplaced the gravatar.
6471
6472 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6473
6474         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6475         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6476         obsolete in Emacs.
6477
6478 2010-12-20  Julien Danjou  <julien@danjou.info>
6479
6480         * gnus-util.el (gnus-rescale-image): Revert last change.
6481
6482 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6483
6484         * binhex.el: Improve commentary (Bug#7482).
6485
6486 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6487
6488         * gnus-group.el (gnus-group-delete-articles): New command.
6489
6490 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6491
6492         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6493
6494 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6495
6496         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6497         here, since it's up to the backends to do CRLF removal if their
6498         protocol has it.
6499
6500         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6501
6502 2010-12-17  Julien Danjou  <julien@danjou.info>
6503
6504         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6505         they are from file.  Can also scale up.
6506
6507 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6508
6509         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6510         Restore gnus-use-agent.
6511         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6512
6513         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6514
6515 2010-12-17  Julien Danjou  <julien@danjou.info>
6516
6517         * gravatar.el (gravatar-retrieve-synchronously): New function.
6518         (gravatar-get-data): Make more robust.
6519
6520 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6523
6524 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6527         to really consider the last line.
6528
6529 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6530
6531         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6532         list of recipient keys, or use symmetric encryption if not a list.
6533         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6534         EPA override, replacing the call to `netrc-store-data'.
6535
6536 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6537
6538         * gnus-srvr.el: Avoid passing nil regexp argument to
6539         delete-matching-lines.
6540
6541 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6544         fetching stops when Gnus exits.
6545
6546         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6547         function.
6548         (nnfolder-request-expire-articles): Save all the buffers after doing
6549         expiry.
6550
6551         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6552         the last article", since that led to serious performance regressions
6553         when expiring nnml groups.
6554
6555 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6556
6557         * nnir.el: Improve customizations.
6558
6559 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6562
6563         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6564         group has been killed.
6565         (gnus-group-yank-group): Ditto.
6566
6567         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6568
6569         * nnimap.el (nnimap-request-update-group-status): New function.
6570
6571         * gnus-int.el (gnus-request-update-group-status): New interface
6572         function.
6573
6574         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6575         copying read-ness to the backends.
6576
6577         * nnimap.el (nnimap-quirk): New function.
6578         (nnimap-retrieve-group-data-early): Use it.
6579         (nnimap-quirks): New alist.
6580
6581 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6584         don't delete it within indentation.
6585
6586 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6589         previous line.
6590
6591 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6594         QRESYNC command by deleting a superfluous space which broke Cyrus
6595         servers.  This change will break other servers that are buggy the other
6596         way around.
6597
6598 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * spam.el: Reindent and fix long lines.
6601         (spam-copy-or-move-routine): Exclude invalid move destinations.
6602
6603 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6604
6605         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6606         installed the registry.
6607
6608 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6611
6612 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6613
6614         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6615         groupname doesn't contain "gmane".
6616
6617 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618
6619         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6620         and netrc-bound-and-true-p bindings.
6621         (netrc-parse): Cache the netrc contents.
6622
6623         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6624         (gnus-1): Don't create the nndrafts group twice.
6625         (gnus-setup-news): There's no need to read the active file here, since
6626         that's done again later on a per-backend basis.
6627         (gnus-start-draft-setup): Make sure that the new group is started out
6628         empty.
6629
6630         * gnus-agent.el (gnus-agentize): Don't create the queue group
6631         automatically on startup.  It'll be created later, if needed.
6632
6633         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6634         of automatically subscribed groups.
6635         (gnus-auto-subscribed-categories): New variable.
6636         (gnus-matches-options-n): Use it.
6637         (gnus-default-subscribed-newsgroups): Remove unused variable.
6638         (gnus-start-draft-setup): Message a bit less.
6639
6640 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6641
6642         * nnir.el (nnir-run-imap): Return article list in order of increasing
6643         UID.
6644
6645 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * gnus-sum.el (gnus-summary-enter-digest-group):
6648         Mention gnus-auto-select-on-ephemeral-exit.
6649
6650         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6651         convention of the network-only option.
6652
6653 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * proto-stream.el (proto-stream-open-network-only): New function to
6656         have a way to specify non-STARTTLS upgrade connections.
6657
6658 2010-12-10  Julien Danjou  <julien@danjou.info>
6659
6660         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6661         email address is nil.
6662
6663         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6664
6665 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6666
6667         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6668         deletion.
6669         (nnir-run-imap): Only need to parse list once.
6670
6671 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * shr.el (shr-tag-script): Ignore <script>.
6674         (shr-tag-label): Add <label> support.
6675
6676 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6679
6680         * shr.el (shr-image-displayer): Work for images lined side by side.
6681
6682 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6683
6684         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6685         parameter, since XEmacs doesn't accept t as a parameter.
6686
6687 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6688
6689         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6690         ids.
6691         (nnir-run-gmane): Simplify groupspec formatting.
6692         (nnir-request-expire-articles): New function.
6693
6694 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6697         overflow, possibly.
6698
6699         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6700         (shr-render-td): Handle td style="" better.
6701         (shr-tag-table): Use the color from the style sheet.
6702         (shr-render-td): Make sure we copy over all the overlays, too.
6703
6704 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6705
6706         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6707         (nnir-request-article): Improve article retrieval.
6708
6709 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * mm-util.el (mm-extra-numeric-entities): New variable.
6712
6713         * mm-url.el (mm-url-decode-entities):
6714         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6715
6716         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6717
6718 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6719
6720         * message.el: Use completion-at-point.
6721         (message-completion-function): New fun, extracted from message-tab.
6722         (message-mode): Use it for completion-at-point-functions.
6723         (message-tab): Use it and completion-at-point.
6724
6725 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6728         character if a non-breakable character follows.
6729
6730 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6733         any stream.
6734
6735         * shr.el (shr-tag-font): Colorize the region.
6736         (shr-tag-body): Ditto.
6737         (shr-tag-font): Actually let the styles be inherited instead of
6738         overwriting them.
6739         (shr-tag-font): Get the background color right.
6740         (shr-tag-style): Ignore all <style> tags for the moment.
6741
6742         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6743         a Message-ID to avoid having nnimap depend on gnus-sum.
6744
6745         * shr.el (shr-descend): Only colorize something if we have a node that
6746         sets colors.
6747
6748 2010-12-06  Julien Danjou  <julien@danjou.info>
6749
6750         * shr.el (shr-render-td): Render td content with shr-descend, so style
6751         will be applied to <td> too.
6752         (shr-colorize-region): Colorize region even if we only have a background.
6753         (shr-tag-body): Fix color and background color inheritance.
6754         Do not recolorize after shr-generic.
6755         (shr-tag-font): Let shr-generic colorize via inheritance.
6756
6757 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6760
6761 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6762
6763         * nnir.el (nnir-request-move-article): Remove obsolete code.
6764
6765 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6768
6769 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6770
6771         * gnus-sum.el (gnus-summary-respool-article): The completion function
6772         expects a list instead of an alist.
6773
6774         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6775         string as the parameter.
6776
6777         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6778
6779         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6780         styles.
6781         (shr-colorize-region): New function.
6782         (shr-insert-background-overlay): Remove.
6783         (shr-render-td): Background setting should be taken care of on a higher
6784         level.
6785         (shr-tag-body): Use post-hoc colorizations.
6786         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6787         (shr-put-color-1): Don't overwrite old colors.
6788         (shr-colorize-region): When the background color isn't explicit, use
6789         a fixed background.
6790
6791         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6792         nnmail variables.
6793
6794 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6795
6796         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6797         unless necessary.
6798
6799 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6800
6801         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6802         server.
6803
6804 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6805
6806         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6807         so that TAB works.
6808
6809         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6810         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6811
6812         * shr.el (shr-urlify): Show the URL before the title to avoid
6813         misleading URLs.
6814
6815 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6816
6817         * shr.el (shr-urlify): Display the title in <a> tags.
6818
6819 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6820
6821         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6822
6823 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6824
6825         * nnir.el: Rearrange code to allow macros to be autoloaded by
6826         gnus-sum.el.
6827         (nnir-retrieve-headers-override-function): Make this variable
6828         customizable.
6829         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6830
6831         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6832         from nnir.el.
6833
6834 2010-12-03  Julien Danjou  <julien@danjou.info>
6835
6836         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6837
6838 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6841         allow optional argument `environment'.
6842
6843 2010-12-03  Glenn Morris  <rgm@gnu.org>
6844
6845         * mm-extern.el (message-goto-body): Update declaration.
6846
6847 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-util.el (gnus-macroexpand-all): New function.
6850
6851         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6852         instead of macroexpand-all that is unavailable in XEmacs.
6853
6854 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6855
6856         * nnir.el (nnir-summary-line-format): New variable.
6857         (nnir-mode): Use it.
6858         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6859         (nnir-article-ids): Reimplement as defsubst.
6860         (nnir-retrieve-headers): Don't mangle the subject header.
6861         (nnir-run-imap): Use 100 as RSV score.
6862         (nnir-run-find-grep): Fix for full server searching.
6863         (nnir-run-gmane): Better restriction to gmane groups.
6864
6865         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6866         summary buffers.
6867
6868 2010-12-02  Julien Danjou  <julien@danjou.info>
6869
6870         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6871
6872         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6873
6874         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6875         support.
6876
6877 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6878
6879         * nnir.el: Update to handle the registry better.
6880         (autoload): Silence byte-compiler.
6881         (nnir-open-server): Add a hook for nnir groups.
6882         (nnir-request-move-article): Don't mangle the header.  Better to use
6883         formatting variables (which will be added in the future).
6884         (nnir-registry-action): Update the registry using the original article
6885         group name.
6886         (nnir-mode): Install nnir-specific hooks for updating the registry.
6887
6888         * gnus-sum.el
6889         (gnus-article-original-subject,gnus-newsgroup-original-name):
6890         Remove obsolete variables.
6891         (gnus-summary-move-article): Remove use of obsolete variables.
6892         (gnus-summary-local-variables): Make move and delete hooks local to
6893         summary buffers.
6894
6895 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6896
6897         * rtree.el: New file.
6898
6899 2010-12-01  Julien Danjou  <julien@danjou.info>
6900
6901         * message.el (message-user-organization): Do not use
6902         gnus-local-organization.
6903
6904         * gnus.el: Remove gnus-local-organization.
6905
6906         * gnus-msg.el: Remove nastygram thing.
6907
6908 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6909
6910         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6911         funcall.
6912
6913 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6916         names.
6917
6918         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6919         characters.
6920
6921         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6922         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6923         Suggested by Štěpán Němec <stepnem@gmail.com>.
6924         (gnus-gravatar-transform-address): Use mail-extract-address-components
6925         that supports non-ASCII names rather than mail-header-parse-addresses.
6926
6927 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6928
6929         * proto-stream.el (open-protocol-stream): All starttls connections are
6930         handled by the network handler.
6931
6932 2010-11-30  Julien Danjou  <julien@danjou.info>
6933
6934         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6935         (nnimap-open-connection-1): Fix PREAUTH.
6936
6937         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6938
6939 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6942         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6943         (shr-insert): Use them.
6944         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6945
6946 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6947
6948         * nnir.el (nnir-request-move-article): Bail out if original group
6949         doesn't support article moves.
6950         (nnir-get-active): Improve active list retrieval.
6951
6952 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953
6954         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6955
6956 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6957
6958         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6959         seem to accept strings-with-numbers as port numbers.
6960
6961 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6962
6963         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6964         change the registry.
6965
6966 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6969         delete-dups that is not available in XEmacs 21.4.
6970
6971         * mm-util.el (mm-delete-duplicates): Add comment.
6972
6973 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6974
6975         * nnir.el (nnir-ignored-newsgroups): New variable.
6976         (nnir-get-active): Use it.
6977
6978 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6979
6980         * proto-stream.el (proto-stream-open-network): Add some comments.
6981
6982         * nntp.el (nntp-open-connection): Provide a :success condition.
6983
6984         * nnimap.el (nnimap-open-connection-1): Ditto.
6985
6986         * proto-stream.el (proto-stream-open-network): See what the response to
6987         the STARTTLS command is.
6988
6989         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6990         backwards compatibility).
6991         (nnimap-open-connection-1): Really respect nnimap-server-port.
6992
6993         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6994         TLS upgrades we don't really care about the identity of the peer.
6995         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6996         that what we've checked for.
6997         (proto-stream-always-use-starttls): Only default to t if
6998         open-gnutls-stream exists.
6999         (proto-stream-open-network): If STARTTLS failed, then just open a
7000         normal connection.
7001         (proto-stream-open-network): Wait until the greeting before doing
7002         STARTTLS.
7003
7004         * nntp.el (nntp-open-connection): Report what the connection error is.
7005
7006         * proto-stream.el (open-protocol-stream): Rename from
7007         open-proto-stream.
7008
7009 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * nnimap.el (nnimap-stream): Change default to `undecided'.
7012         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7013         first, and then network.
7014         (nnimap-open-connection-1): Respect nnimap-server-port.
7015         (nnimap-open-connection): Be more backwards-compatible.
7016
7017         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7018         (proto-stream-open-starttls): De-duplicate the starttls code.
7019         (proto-stream-open-starttls): Folded back into the main function.
7020         (proto-stream-open-network): Fix typo in the gnutls path.
7021         (proto-stream-command): Refactor out.
7022
7023         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7024
7025         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7026         starttls.el STARTTLS.
7027
7028         * color.el (color-lab->srgb): Fix function call name.
7029
7030         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7031         if we're using tls.el.
7032         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7033         built in, then don't try to establish a STARTTLS connection.
7034
7035         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7036         servers.
7037
7038         * proto-stream.el (open-proto-stream): Use network, not stream.
7039         (open-proto-stream): Add a way to specify what the end of a command is.
7040
7041         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7042         connections types.
7043         (nntp-open-network-stream): Remove.
7044         (nntp-open-ssl-stream): Remove.
7045         (nntp-open-tls-stream): Remove.
7046         (nntp-ssl-program): Remove.
7047
7048         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7049
7050 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7051
7052         * nnir.el: Fix typos.
7053         (nnir-retrieve-headers-override-function): Rename variable to reflect
7054         new semantics.
7055         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7056         macros.
7057         (nnir-request-article, nnir-request-move-article): Use them.
7058         (nnir-categorize): New function.
7059         (nnir-run-query): Use it.
7060         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7061         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7062         sorted.
7063         (nnir-group-full-name): Use gnus-group-full-name instead.
7064         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7065         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7066
7067 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7070
7071         * proto-stream.el: New library to provide protocol-specific
7072         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7073         protocols.
7074         (open-proto-stream): Complete the documentation.
7075         (proto-stream-open-network): Fix some typos.
7076
7077         * nnimap.el (nnimap-open-connection): Use it.
7078
7079 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7080
7081         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7082         negotiation.
7083
7084 2010-11-26  Julien Danjou  <julien@danjou.info>
7085
7086         * color.el: Rename various rgb functions to srgb.
7087
7088 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089
7090         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7091         names.
7092
7093 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * shr.el (shr-insert): Revert last change.
7096         (shr-find-fill-point): Never leave point being at bol;
7097         relax the kinsoku limitation when rendering tables.
7098
7099 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7102         results from -accept-article.
7103
7104         * shr-color.el: Require cl when compiling.
7105
7106         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7107         checkin.
7108
7109         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7110
7111         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7112
7113         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7114         'add and 'delete to set backend marks.
7115
7116         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7117
7118         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7119
7120         * nntp.el (nntp-request-set-mark): Use it.
7121
7122         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7123
7124         * nnml.el (nnml-request-set-mark): Ditto.
7125
7126         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7127         introduces regressions in article selection.
7128         (nnimap-find-uid-response): New function.
7129         (nnimap-request-accept-article): Use the UID returned, if any.
7130         (nnimap-request-move-article): Use the UID returned, if any.
7131         (nnimap-get-groups): Reimplement to work with folded lines.
7132         (nnimap-find-uid-response): The UID is the last element in the list.
7133         (nnimap-request-set-mark): Extend syntax with 'set.
7134
7135         * nnml.el (nnml-request-set-mark): Ditto.
7136
7137         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7138
7139         * nntp.el (nntp-request-set-mark): Ditto.
7140
7141 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * message.el (message-called-interactively-p): A temporary macro.
7144         (message-goto-body): Use it temporarily.
7145
7146 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7149         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7150         (nnimap-last-response-string): Fix last unfolding fix.
7151
7152 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * shr.el (shr-insert): Fix the way to fold lines.
7155
7156 2010-11-25  Julien Danjou  <julien@danjou.info>
7157
7158         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7159
7160         * color.el: Rename from color-lab.el
7161         (color-rgb->hex): Add.
7162         (color-complement): Add.
7163         (color-complement-hex): Add.
7164
7165         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7166
7167 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7168
7169         * shr-color.el (shr-color-visible): Don't bug out if the color names
7170         don't exist.
7171
7172 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7175         assuming that article displaying or another mml-preview may be
7176         interrupted for an error or for the like.
7177
7178         * shr.el (shr-get-background): Fix argument name.
7179
7180 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7183
7184         * gnus-sum.el (gnus-summary-include-articles): New function.
7185
7186         * message.el (message-goto-body): called-interactively-p needs a
7187         parameter, so use `any'.
7188
7189         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7190         clear marks before moving, since they're synced from the Gnus side
7191         first.
7192
7193         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7194         (gnus-summary-move-article): Copy over all marks before moving, so that
7195         IMAP doesn't think a new article has arrived.
7196
7197 2010-11-24  Julien Danjou  <julien@danjou.info>
7198
7199         * shr.el (shr-insert-background-overlay): Fix typo.
7200         (shr-render-td): Copy the background before rendering.
7201
7202         * shr-color.el (shr-color-visible): Fix docstring.
7203
7204         * shr.el (shr-tag-table): Add bgcolor support.
7205         (shr-render-td): Add bgcolor support.
7206         (shr-get-background): Add.
7207         (shr-insert-foreground-overlay): Use shr-get-background.
7208
7209         * message.el (message-goto-body): Use called-interactively-p.
7210         (message-in-body-p): message-goto-body returns point.
7211
7212 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7215         Fixes something or other in Emacs 23, and is backwards compatible.
7216
7217         * message.el (message-goto-body): Remove the <#secure special-casing,
7218         which is too special.
7219
7220         * shr.el (shr-parse-style): Drop !important from styles.
7221
7222 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7223
7224         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7225         this function to return incorrect results when calling it with an
7226         explicit article argument different from
7227         (gnus-summary-article-number).
7228
7229 2010-11-24  Julien Danjou  <julien@danjou.info>
7230
7231         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7232         (shr-tag-body): Add background support.
7233         (shr-descend): Add background support.
7234         (shr-tag-title): Add.
7235
7236         * shr-color.el (shr-color-visible): Really return original background
7237         if fixed.
7238
7239 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7240
7241         * shr.el (shr-color-check): Protect against non-existent color names.
7242
7243 2010-11-24  Julien Danjou  <julien@danjou.info>
7244
7245         * color-lab.el: Require 'cl when compiling.
7246
7247         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7248
7249         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7250         matched part.
7251
7252         * color-lab.el: Fix all expt calls to use float type.
7253
7254 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7257         expression to shr-color-check as is.
7258
7259         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7260
7261         * color-lab.el: Add coding cookie.
7262         (float-pi): Use eval-and-compile.
7263
7264         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7265         compiled for Emacsen having no `libxml-parse-html-region' support.
7266
7267 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * shr.el (shr-insert-color-overlay): Split stuff like
7270         "#444444 !important" to find the real color.
7271         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7272         parse <font color="red"> entries.
7273
7274 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7275
7276         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7277         point when parsing headers.
7278
7279         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7280         is positioned properly when parsing headers.
7281
7282 2010-11-23  Julien Danjou  <julien@danjou.info>
7283
7284         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7285
7286         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7287
7288         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7289
7290         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7291         Use shr-color-hue-to-rgb.
7292         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7293
7294 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7295
7296         * shr.el (shr-color->hexadecimal): Autoload.
7297         (shr-descend): Add color to all tags.
7298
7299 2010-11-22  Julien Danjou  <julien@danjou.info>
7300
7301         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7302         shr-color->hexadecimal.
7303
7304         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7305         RGB() or HSL() color representation.
7306
7307         * shr.el (shr-tag-font): Add.
7308         (shr-tag-color-check): New function to get better colors.
7309         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7310         tag-span.
7311
7312         * shr-color.el: New file.
7313
7314         * color-lab.el: New file.
7315
7316         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7317
7318 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7319
7320         * nnir.el: Fix typo in comments.
7321         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7322         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7323
7324 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7327
7328         * nnimap.el (nnimap-get-capabilities): Refactor out.
7329         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7330
7331 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7332
7333         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7334         appearing when `mm-uu-hide-markers' is nil.
7335
7336 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * nnimap.el (nnimap-unselect-group): Make into its own function.
7339         (nnimap-request-rename-group): Unselect group before renaming.
7340         This had gotten lost somewhere.
7341         (nnimap-request-accept-article): Keep track of examined groups, and
7342         unselect the group before APPENDing to read-only groups.
7343         (nnimap-request-move-article): Clear flags before moving so that they
7344         can be re-set later.
7345
7346 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7349         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7350
7351 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * gnus-art.el (gnus-mime-display-single):
7354         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7355         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7356         parameter.
7357
7358 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7361         (shr-table-vertical-line): New variable.
7362         (shr-insert-table): Use it.
7363
7364 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-html.el (gnus-html-wash-images): Don't display images if
7367         gnus-inhibit-images is non-nil; register displayer for cid images.
7368         (gnus-html-display-image): Work for cid image.
7369         (gnus-html-insert-image): Allow arguments.
7370         (gnus-html-put-image): Inhibit read-only.
7371         (gnus-html-prefetch-images): Don't prefetch images if
7372         gnus-inhibit-images is non-nil.
7373
7374 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * shr.el (shr-put-image): Break lines when inserting big pictures.
7377
7378 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7379
7380         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7381         sender, thanks Katsumi Yamaoka.
7382
7383 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7384
7385         * nnir.el (nnir-run-imap): Reverse the article list for each group
7386         rather than the whole list.
7387
7388 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * shr.el (shr-image-displayer): Protect function against non-existent
7391         image source.
7392
7393         * gnus-art.el (gnus-inhibit-images): New user option.
7394         (gnus-mime-display-single): Don't display image if it is non-nil.
7395
7396         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7397         gnus-inhibit-images.
7398
7399         * shr.el (shr-image-displayer): New function.
7400         (shr-tag-img): Use it.
7401
7402 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7403
7404         * mml2015.el (mml2015-epg-sign): Use From header.
7405
7406 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7409
7410         * gnus-util.el (gnus-find-text-property-region): Return markers.
7411
7412         * shr.el (shr-tag-img): Put a displayer in the text property.
7413
7414         * gnus-util.el (gnus-find-text-property-region): New utility function.
7415
7416         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7417         (gnus-html-show-images): Remove.
7418
7419         * gnus-art.el (gnus-article-show-images): New, more general function.
7420
7421         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7422         image url text properties.
7423
7424         * shr.el: Ditto.
7425
7426         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7427         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7428
7429 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7432         work for two or more articles.
7433
7434 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7437         divide an image that's in an html article to two or more when washing
7438         non-ASCII characters in alt text of it.
7439
7440 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7443         smime-decrypt-region using function argument.
7444         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7445
7446         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7447
7448         * smime.el (smime-decrypt-region): Catch it.
7449
7450 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7451
7452         * smime.el (smime-mode-map): Move initialization into declaration.
7453         (gnus-run-mode-hooks): Don't autoload.
7454         (smime-mode): Use define-derived-mode.
7455
7456 2010-11-11  Glenn Morris  <rgm@gnu.org>
7457
7458         * smime.el (from): Restrict declaration to XEmacs.
7459
7460         * nnir.el (gnus-group-topic-name): Autoload.
7461
7462 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * shr.el (shr-insert): Don't break long line if it is because of
7465         kinsoku-bol characters in the line end.
7466
7467 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7468
7469         * nnir.el (nnir-request-move-article): Fix to provide original group
7470         and subject.
7471         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7472         been retrieved.
7473
7474         * gnus-sum.el (gnus-summary-move-article): Use original group and
7475         subject for virtual articles such as those in an nnir summary buffer.
7476
7477 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7480         least 21.5).
7481
7482         * smime.el (from): Declare it again for XEmacs.
7483
7484 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485
7486         * message.el (message-resend): Don't disable encoding unless it's
7487         already encoded.
7488
7489         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7490         low-numbered articles.
7491
7492 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * rfc2047.el (rfc2047-syntax-table): Simplify.
7495
7496         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7497
7498         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7499         set-char-table-range for XEmacs.
7500
7501 2010-11-10  Glenn Morris  <rgm@gnu.org>
7502
7503         * time-date.el (time-to-seconds): Always an alias on Emacs,
7504         never a real function.
7505         (with-no-warnings): Remove compat stub, now unused.
7506         (time-less-p): Doc fix.
7507         (time-to-number-of-days): Simplify.
7508
7509         * smime.el (from): Remove unused declaration.
7510
7511         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7512         (gnus-float-time): On Emacs, always an alias.
7513
7514         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7515         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7516
7517 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * dgnushack.el: Don't use ignore-errors in the top level form since it
7520         is unavailable in XEmacs even if cl is loaded.
7521
7522         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7523
7524 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * shr.el (browse-url-mailto): Autoload.
7527
7528         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7529
7530         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7531         regexp doesn't need quoting.
7532
7533 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7534
7535         * message.el (message-subject-trailing-was-ask-regexp)
7536         (message-subject-trailing-was-regexp): Match was: in addition to was.
7537
7538 2010-11-09  Glenn Morris  <rgm@gnu.org>
7539
7540         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7541         (nnbabyl-check-mbox): Use point-at-bol.
7542
7543 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7546
7547         * message.el (message-mailto): New function.
7548         (message-mailto): Should accept other parameters.
7549         (message-mailto): Remove since it duplicates browse-url-mailto
7550         functionality.
7551
7552 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553
7554         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7555         methods.
7556         (gnus-read-active-file): Ditto.
7557
7558         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7559         ": " from the prompt.
7560         (gnus-group-make-group): Ditto.
7561
7562 2010-11-07  Glenn Morris  <rgm@gnu.org>
7563
7564         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7565         (gnus-bookmark-kill-line): Use point-at-eol.
7566
7567 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7570         asterisks in From header.
7571
7572 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573
7574         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7575         string to avoid making the From headers syntactically invalid.
7576
7577         * message.el (message-send-mail): Don't insert courtesy messages if the
7578         message already has List-Post and List-ID messages.
7579
7580 2010-11-06  Glenn Morris  <rgm@gnu.org>
7581
7582         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7583         `condition', `type', `length' a prefix.
7584         (gnus-treat-predicate): Update for above name changes.
7585
7586 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7587
7588         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7589         binding.  Handled by `gnus-summary-refer-thread' instead.
7590         (nnir-warp-to-article): New backend function.
7591
7592         * nnimap.el (nnimap-request-thread): Force dependency updating.
7593
7594         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7595         (gnus-summary-refer-thread): Rework to improve thread-referral.
7596
7597         * gnus-int.el (gnus-warp-to-article): New function.
7598
7599         * gnus-sum.el (gnus-summary-article-map): Bind it.
7600
7601 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7602
7603         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7604         gnus-summary-refer-thread.
7605
7606         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7607         headers.
7608         (gnus-summary-limit-include-thread): Prevent articles in thread from
7609         being cut in gnus-cut-threads.
7610         (gnus-summary-refer-thread): Limit retrieved headers to those in
7611         thread.
7612
7613 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7614
7615         * message.el (message-send-mail): Use the value of
7616         message-courtesy-message from the message buffer.
7617
7618         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7619
7620         * shr.el (shr-browse-url): Implement mailto: URLs.
7621
7622         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7623         "raw".
7624
7625         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7626         if it's already selected.
7627
7628         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7629
7630 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7633         to measure the length and truncate alt text.
7634
7635 2010-11-03  Glenn Morris  <rgm@gnu.org>
7636
7637         * nndiary.el (nndiary-generate-nov-databases-1)
7638         (nndiary-generate-active-info): Rename dynamic variable `files' to
7639         something less generic.
7640
7641 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7642
7643         * nnir.el (nnir-request-move-article): Call the underlying backend to
7644         move articles from nnir.
7645
7646 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7647
7648         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7649
7650 2010-11-02  Julien Danjou  <julien@danjou.info>
7651
7652         * nnir.el: Remove wais support.
7653
7654 2010-11-02  Glenn Morris  <rgm@gnu.org>
7655
7656         * gnus-html.el: Reorder requirements to quieten compiler.
7657
7658 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7661         properly for XEmacs as well.
7662         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7663         (gnus-article-natural-long-line-p): Use window-width rather than
7664         frame-width.
7665
7666 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7667
7668         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7669         (nnir-read-parms): Don't modify query.
7670         (nnir-run-query): Add ability to search topic on current line.
7671         (nnir-get-active): Clean up.
7672
7673 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7674
7675         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7676         degenerate articles.
7677
7678         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7679         (gnus-print-buffer): Just print the buffer as is, without any copying
7680         to a buffer and then re-highlighting.
7681
7682         * nnimap.el (nnimap-request-group): Store the new updated info.
7683         (nnimap-request-group): Select the group when we don't know whether it
7684         exists or not.
7685
7686         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7687         groups.
7688
7689         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7690         groups.
7691
7692         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7693         groups.
7694
7695         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7696         long-lines case by only filling the long lines.
7697
7698         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7699         (bug #7311).
7700
7701 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * shr.el: No need to declare `declare-function' since shr.el is for
7704         only Emacsen that provide `libxml-parse-html-region'.
7705
7706         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7707         effective only in a file it is referred to.
7708
7709 2010-11-01  Glenn Morris  <rgm@gnu.org>
7710
7711         * mm-util.el (gnus-completing-read): Autoload.
7712         (mm-read-coding-system): Simplify Emacs definition.
7713
7714         * nnmail.el (gnus-activate-group):
7715         * nnimap.el (gnutls-negotiate):
7716         * nntp.el (netrc-parse): Fix declarations.
7717
7718 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7721         string-match-p in Emacs >=23.
7722
7723         * gnus-msg.el (gnus-configure-posting-styles):
7724         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7725
7726 2010-11-01  Glenn Morris  <rgm@gnu.org>
7727
7728         * nnir.el (declare-function): Add compat stub.
7729         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7730         (nnir-run-gmane): Require 'mm-url.
7731
7732         * mm-util.el (mm-string-to-multibyte): Simplify.
7733
7734         * shr.el (declare-function): Add compat stub.
7735         (url-cache-create-filename): Declare.
7736         (mm-disable-multibyte, widget-convert-button): Autoload.
7737
7738         * smime.el (ldap-search): Declare.
7739         (smime-cert-by-ldap-1): Require ldap on Emacs.
7740
7741         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7742         (nnimap-keepalive): Use gnus-float-time.
7743
7744         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7745         (mail-source-delete-crash-box): Use gnus-float-time.
7746
7747         * gnus-dired.el (gnus-completing-read): Autoload.
7748
7749         * mm-view.el (gnus-rescale-image): Autoload.
7750
7751         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7752
7753         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7754
7755         * sieve-manage.el: Require 'cl when compiling.
7756
7757         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7758         (gnus-iswitchb-completing-read): Require iswitchb.
7759         (gnus-select-frame-set-input-focus): Silence compiler.
7760
7761 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7762
7763         * message.el (message-subject-trailing-was-query): Change default to t,
7764         since I think that's what most people want.
7765
7766         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7767         appending for easier debugging.
7768         (nnimap-wait-for-connection): Take a regexp.
7769         (nnimap-request-accept-article): Wait for the continuation line before
7770         sending anything unless we're streaming.
7771
7772         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7773         leave the header washing to take place.
7774
7775 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7776
7777         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7778         regular expression match and replace in posting styles.
7779
7780 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7781
7782         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7783         an entire server.
7784         (nnir-get-active): New function.
7785         (nnir-run-imap): Use it.
7786         (nnir-run-gmane): Who knew, gmane search returns an article score!
7787
7788         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7789         server on the current line with nnir.
7790
7791 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7794         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7795         left edge.
7796         (gnus-article-foldable-buffer): Skip past the prefix when determining
7797         raggedness.
7798
7799         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7800         the raw article, and change `C-u g' to show the article without doing
7801         treatments.
7802
7803         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7804         on to `gnus-treat-article'.
7805         (gnus-inhibit-article-treatments): New variable.
7806
7807         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7808
7809         * gnus-art.el (gnus-treatment-function-alist): Have
7810         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7811         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7812         sections.
7813
7814         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7815         parameter.
7816         (gnus-article-fill-cited-long-lines): New function.
7817         (gnus-article-fill-cited-article): Allow filling only long sections.
7818
7819         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7820         and non-punctuation (like after the apostrophe in "'We").
7821
7822         * gnus-sum.el (gnus-summary-select-article): Make sure
7823         gnus-original-article-buffer is alive.
7824
7825         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7826         reflect the order they're in in the digest.
7827
7828         * gnus.el (gnus-group-startup-message): Move point to the start of the
7829         buffer.
7830
7831         * nnimap.el (nnimap-capability): New function.
7832         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7833         is set.
7834
7835 2010-10-31  David Engster  <dengste@eml.cc>
7836
7837         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7838         conform with changes to gnus-completing-read.
7839
7840 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7841
7842         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7843
7844 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7845
7846         * nnir.el: Move defvar, defcustom around to keep file organized
7847         and keep byte-compiler quiet.
7848         (nnir-read-parms): Accept search-engine as arg.
7849         (nnir-run-query): Pass search-engine as arg.
7850         (nnir-search-engine): Remove.
7851
7852 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * shr.el (shr-generic): The text nodes should be text, not :text.
7855
7856         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7857         later in the file.
7858
7859 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7860
7861         * nnir.el: General clean up.  Allow searching with multiple engines.
7862         Allow separate extra-parameters for each engine.
7863         Batch queries when possible.
7864         (nnir-imap-default-search-key,nnir-method-default-engines):
7865         Add customize interface.
7866         (nnir-run-gmane): New engine.
7867         (nnir-engines): Use it.  Qualify all prompts with engine name.
7868         (nnir-search-engine): Remove global variable.
7869         (nnir-run-hyrex): Restore for now.
7870         (nnir-extra-parms,nnir-search-history): New variables.
7871         (gnus-group-make-nnir-group): Use them.
7872         (nnir-group-server): Remove in favor of gnus-group-server.
7873         (nnir-request-group): Avoid searching twice.
7874         (nnir-sort-groups-by-server): New function.
7875
7876 2010-10-30  Julien Danjou  <julien@danjou.info>
7877
7878         * gnus-group.el: Remove gnus-group-fetch-control.
7879
7880         * gnus-start.el (gnus-find-new-newsgroups):
7881         Remove gnus-check-first-time-used.
7882
7883         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7884
7885 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7886
7887         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7888         set on groups that don't have \* permanentflags.
7889
7890 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7893         control the background color.
7894         (shr-tag-img): Ignore very small web bug type images.
7895         (shr-put-image): Add help-echo alt texts to the images.
7896         (shr-tag-video): Show the video poster image.
7897
7898 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7899
7900         * shr.el (shr-table-depth): New variable.
7901         (shr-tag-table-1): Only insert the images after the top-level table.
7902
7903         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7904
7905         * gnus-util.el (gnus-list-memq-of-list): New function.
7906
7907         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7908         selected.
7909         (nnimap-unsplittable-articles): New slot.
7910         (nnimap-new-articles): Use it.
7911
7912 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7913
7914         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7915         move to the previous line on `M-g'.
7916
7917 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7918
7919         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7920         *-request-group, which seems unnecessary.
7921
7922         * nnimap.el (nnimap-quote-specials): Function copied over from
7923         imap.el.
7924         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7925         they support that.  Suggested by Tom Regner.
7926
7927 2010-10-29  Julien Danjou  <julien@danjou.info>
7928
7929         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7930         defalias.
7931         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7932
7933         * gnus.el: Remove `gnus-nntp-service' variable.
7934         (gnus-secondary-servers): Make obsolete.
7935         (gnus-nntp-server): Make obsolete.
7936
7937         * gnus-start.el (gnus-1): Remove x-splash calls.
7938
7939         * gnus-ems.el (gnus-x-splash): Remove.
7940
7941         * gnus.el (gnus-group-startup-message): Simplify/update code.
7942
7943         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7944         definition.
7945
7946         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7947         capability before doing anything.
7948         (gnus-group-insert-group-line): Remove useless
7949         gnus-group-remove-excess-properties.
7950
7951 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7954
7955 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7958         config after reselecting.
7959
7960 2010-10-28  Julien Danjou  <julien@danjou.info>
7961
7962         * shr.el (shr-put-image): Use point even if only inserting text.
7963         (shr-put-image): Save excursion when inserting alt text on non-graphic
7964         display, so the behavior is the same when we are on a graphic display.
7965
7966         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7967
7968 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7971         (gnus-mime-copy-part): Check coding system, not charset.
7972         (gnus-mime-view-part-externally): Never remove part.
7973         (gnus-mime-view-part-internally): Don't remove part here.
7974         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7975         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7976         multipart/alternative.
7977
7978         * mm-decode.el (mm-display-part): Take optional arg `force'.
7979
7980 2010-10-26  Julien Danjou  <julien@danjou.info>
7981
7982         * gnus-group.el (gnus-group-default-list-level): Add this function to
7983         compute the default list level.
7984         (gnus-group-default-list-level): Add possibility to use a function.
7985
7986 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7989
7990         * gnus-group.el (gnus-group-completing-read)
7991         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7992         gnus-replace-in-string.
7993
7994 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * shr.el (shr-tag-div): Add.
7997
7998         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7999
8000 2010-10-25  Julien Danjou  <julien@danjou.info>
8001
8002         * gnus-util.el: Remove `gnus-with-local-quit'.
8003
8004         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8005
8006 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8009         the original article buffer.
8010
8011 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8012
8013         * nnimap.el (nnimap-request-head): New function.
8014         (nnimap-request-move-article): Try to be slightly faster by not
8015         requesting the entire message when moving.
8016         (nnimap-transform-headers): Don't bug out on bodiless articles.
8017         (nnimap-send-command): Have no outstanding messages if the IMAP server
8018         doesn't support streaming.
8019         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8020
8021 2010-10-24  Julien Danjou  <julien@danjou.info>
8022
8023         * message.el (message-default-headers): Fix type.
8024
8025 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8028         prefetching images.
8029
8030         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8031         backend for unknown groups.  This is mainly useful for nnimap groups.
8032
8033         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8034         group isn't covered by the agent.
8035
8036 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8037
8038         * nnir.el (nnir-method-default-engines): New variable.
8039         (nnir-run-query): Use it.
8040         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8041         (gnus-summary-nnir-goto-thread): Change group if needed.
8042
8043         * gnus-group.el (gnus-group-group-map): Add key binding for
8044         gnus-group-make-nnir-group.
8045
8046 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8047
8048         * shr.el (shr-tag-object): Add.
8049
8050         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8051         original article buffer live.
8052         (gnus-summary-select-article-buffer):
8053         Mention gnus-widen-article-buffer.
8054
8055 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056
8057         * shr.el (shr-tag-strong): Add.
8058
8059 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8062         group names.  They mess up the group buffer badly.
8063
8064         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8065
8066         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8067         instead of the summary one.
8068
8069 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * mml.el (mml-preview): Work properly when editing article.
8072
8073         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8074         gnus-have-read-active-file if it's already been in.
8075
8076 2010-10-22  Tom Tromey  <tromey@redhat.com>
8077
8078         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8079         gnus-group-completing-read.
8080
8081 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * message.el (message-mode-map): Don't bind M-; to comment region, to
8084         allow the global comment-dwim to work.
8085
8086 2010-10-21  Julien Danjou  <julien@danjou.info>
8087
8088         * message.el (message-setup-1): Allow message-default-headers to be a
8089         function.
8090
8091 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * shr.el (shr-tag-table): Simplify.
8094
8095 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8098         to avoid trying to snarf invalid stuff.
8099
8100         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8101
8102         * gnus.el (gnus-message-archive-group): Quote value.
8103         (gnus-message-archive-group): Mark as changed.
8104
8105         * shr.el (shr-add-font): Don't put the font properties on the newline
8106         or the indentation.
8107
8108         * message.el (message-fix-before-sending): Change options when sending
8109         non-printable characters.
8110
8111         * gnus.el (gnus-message-archive-method): Change the default to
8112         monthly outgoing groups.
8113
8114         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8115         that have gotten new numbers.
8116
8117         * nnimap.el (nnimap-request-replace-article): New function.
8118
8119 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8122         (nnrss-request-article): Don't use special html washing code.
8123
8124 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * shr.el (shr-tag-table): Remove useless nconc.
8127
8128 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * gnus-art.el (article-wash-html): Simplify and remove the charset
8131         stuff.  Use the normal html rendering code instead of the special html
8132         washing code.
8133
8134         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8135         `gnus-w3m' symbols.
8136         (mm-text-html-washer-alist): Remove.
8137
8138         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8139         (mm-inline-media-tests): Remove use.
8140         (mm-text-html-renderer): Change default to the `shr' symbol.
8141
8142         * mm-view.el (mm-inline-text-html): Remove use.
8143
8144         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8145         `gnus-blocked-images' to be a function.
8146         (gnus-article-wash-function): Remove.
8147
8148 2010-10-20  Julien Danjou  <julien@danjou.info>
8149
8150         * spam.el (spam-list-of-processors): Mark as obsolete.
8151
8152         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8153         (nnimap-insert-partial-structure): Fix boundary detection.
8154
8155 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8156
8157         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8158         run file-truename on remote files.  This can be expensive and even
8159         prevent one from editing drafts if some unrelated buffer has a stale
8160         connection.
8161
8162 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8165         kinsoku-eol regardless of shr-kinsoku-shorten.
8166         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8167         (shr-tag-table): Support caption, thead, and tfoot.
8168
8169 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8172         lines.
8173         (shr-save-contents): New command and keystroke.
8174
8175         * nndoc.el (nndoc-type-alist): Add git support.
8176         (nndoc-git-type-p): New function.
8177         (nndoc-transform-git-article): Ditto.
8178         (nndoc-transform-git-headers): Ditto.
8179         (nndoc-transform-git-headers): Generate Subject headers.
8180
8181         * shr.el (shr-parse-style): New function.
8182         (shr-tag-span): Ditto.
8183
8184         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8185         to `G G' to avoid collisions.
8186
8187 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * shr.el: Load kinsoku if necessary.
8190         (shr-kinsoku-shorten): New internal variable.
8191         (shr-find-fill-point): Make kinsoku shorten text line if
8192         shr-kinsoku-shorten is bound to non-nil.
8193         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8194         shr-indentation too when testing if table is wider than frame width.
8195         (shr-insert-table): Use `string-width' instead of `length' to measure
8196         text width.
8197         (shr-insert-table-ruler): Make sure indentation is done at bol.
8198
8199 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8200
8201         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8202         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8203         undecoded network data.
8204
8205 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8206
8207         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8208         name in the mode line spec so that the mode line menu works
8209         (bug #2431).
8210
8211         * message.el (message-get-reply-headers): If we're fed `to-address',
8212         then always use that.
8213
8214         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8215         aren't so wide as to need to switch off the edit menu.
8216
8217         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8218         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8219
8220         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8221         `M-g'.
8222         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8223         the permanent marks.
8224
8225 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8226
8227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8228         Splitting according to references/in-reply-to obeys the ignore-groups
8229         variable, while splitting by sender and subject do not.
8230
8231 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8234         alist, so that we can look for non-Unicode chars.
8235         (article-translate-strings): Allow both character and string maps.
8236
8237 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * shr.el (shr-insert): Don't insert space behind a wide character
8240         categorized as kinsoku-bol, or between characters both categorized as
8241         nospace.
8242
8243 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8244
8245         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8246         headers to gnus-newsgroup-headers.
8247
8248 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * shr.el (shr-tag-img): Don't align images -- since we're not
8251         rescaling, this often leads to ugly displays.
8252
8253 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8254
8255         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8256         duplicates.
8257
8258 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8259
8260         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8261         call.
8262
8263 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264
8265         * gnus.el: Autoload gnus-html-show-images.
8266
8267         * nnimap.el: Use nnheader-message throughout.
8268
8269         * shr.el (shr-tag-img): Ignore images with no data.
8270
8271 2010-10-15  Julien Danjou  <julien@danjou.info>
8272
8273         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8274         a possibility to disable format=flow encoding when using hard newlines.
8275
8276 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * shr.el (shr-insert): Remove space inserted before or after a
8279         breakable character or at the beginning or the end of a line.
8280         (shr-find-fill-point): Do kinsoku; find the second best point or give
8281         it up if there's no breakable point.
8282
8283 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8284
8285         * nnimap.el (nnimap-open-connection): Message when opening connection
8286         for debugging purposes.
8287
8288         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8289         on every setup buffer call to allow this to change from article to
8290         article.
8291
8292         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8293         buffers where we have a wide table.
8294
8295 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8296
8297         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8298         uses *-request-thread.
8299
8300 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8303         incantation, which is no longer valid.
8304
8305 2010-10-14  Julien Danjou  <julien@danjou.info>
8306
8307         * shr.el: Fix defcustom type (char -> character).
8308
8309 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8312         programs.
8313
8314 2010-10-14  Julien Danjou  <julien@danjou.info>
8315
8316         * shr.el (shr-tag-a): Use url-link as widget type.
8317
8318         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8319         `gnus-group-get-icon'.
8320
8321 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8324         This should make server editing work better.
8325
8326         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8327
8328         * tls.el (tls-program): Remove spurious %s from openssl.
8329
8330         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8331         (nnimap-parse-flags): Fix regexp.
8332
8333         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8334         probably work for CJVK text, too.
8335
8336         * nnimap.el (nnimap-extend-tls-programs): Remove.
8337         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8338
8339         * tls.el (tls-starttls-switches): Remove starttls hack.
8340         (open-tls-stream): Ditto.
8341         (tls-find-starttls-argument): Ditto.
8342
8343 2010-10-13  Julien Danjou  <julien@danjou.info>
8344
8345         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8346         responses.
8347
8348 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349
8350         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8351
8352         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8353         anything in Emacs.
8354
8355         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8356
8357 2010-10-13  Julien Danjou  <julien@danjou.info>
8358
8359         * shr.el (shr-width): Make shr-width a defcustom with default to
8360         fill-column.
8361         (shr-tag-img): Use shr-width rather than fill-column.
8362
8363 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * dgnushack.el (byte-optimize-apply):
8366         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8367
8368         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8369         position when (X-)Faces exist.
8370         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8371         avatars when called interactively.
8372
8373 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8376         gnus-article-x-face-too-ugly is bound.
8377
8378 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8381
8382         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8383         mailbox that doesn't exist.
8384
8385 2010-10-12  Julien Danjou  <julien@danjou.info>
8386
8387         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8388         (shr-get-image-data): Encode URL properly when fetching from cache.
8389         (shr-tag-img): Use aligned-to spaces to align correctly images.
8390
8391         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8392         before inserting the Gravatar.
8393
8394         * shr.el (shr-tag-img): Add align attribute support for <img>.
8395
8396 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397
8398         * gnus-gravatar.el (gnus-art): Require.
8399
8400         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8401         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8402         Remove long obsoleted functions.
8403
8404 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8407
8408         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8409
8410         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8411         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8412         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8413         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8414         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8415         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8416         * sieve-manage.el, smime.el, spam.el:
8417         Fix comment for declare-function.
8418
8419 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * nnimap.el (nnimap-request-rename-group): Select group read-only
8422         before renaming it.
8423
8424         * shr.el (shr-insert): Fix up the white space only regexp.
8425
8426         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8427         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8428
8429         * shr.el (shr-current-column): New function.
8430         (shr-find-fill-point): New function.
8431
8432 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8433
8434         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8435         numbers.
8436
8437 2010-10-11  Julien Danjou  <julien@danjou.info>
8438
8439         * shr.el (shr-hr-line): Add.
8440         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8441         display hr lines.
8442         (shr-max-columns): Do not change state to nil if we just inserting
8443         spaces.
8444
8445 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8448         select the last group.
8449
8450 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8451
8452         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8453
8454 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8455
8456         * dig.el (dig-mode-map): Declare and define in one step.
8457
8458 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459
8460         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8461         for Gnus.
8462         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8463         (nnimap-update-qresync-info): Mark \Seen articles as read.
8464
8465         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8466         non-variable, too.
8467
8468         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8469         available.
8470         (nnimap-update-info): Rely more on the current active than the param
8471         active to avoid marking articles as read too much.
8472
8473         * auth-source.el (auth-source-create): Use (user-login-name) for the
8474         user name default.
8475
8476         * nnimap.el (nnimap-update-info): If the server doesn't return any
8477         useful info, just use the previous info.
8478         (nnimap-update-info): Prefer old info over start-article.
8479         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8480
8481 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8482
8483         * nnir.el (autoload): Clean up autoloads.
8484         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8485         Use key rather than value.
8486         (nnir-imap-search-other): New variable.
8487         (nnir-read-parm): Use it.
8488         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8489         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8490
8491 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8492
8493         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8494         the process, too.
8495
8496 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * spam.el (gnus-summary-mode-map): Bind to "$".
8499         Suggested by Russ Allbery.
8500
8501         * shr.el: Rework the way things are indented by <li> slightly.
8502
8503         * gnus.el (gnus-group-set-parameter): Fix typo.
8504
8505         * nnimap.el: Start implementing QRESYNC support.
8506
8507 2010-10-09  Julien Danjou  <julien@danjou.info>
8508
8509         * nnir.el (nnir-engines): Fix too many arguments.
8510
8511 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8514         group is the "last", so that the backends like nnfolder actually save
8515         their folders.
8516
8517         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8518         try to use that for the tls stream.
8519         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8520         UIDVALIDITY and find out which groups are read-only and not.
8521         (nnimap-get-flags): Use the same marks parsing code as the rest of
8522         nnimap.
8523
8524 2010-10-09  Julien Danjou  <julien@danjou.info>
8525
8526         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8527
8528         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8529         retrieving gravatars.
8530
8531         * shr.el (shr-table-corner): Add.
8532         (shr-table-line): Add.
8533         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8534
8535 2010-10-08  Julien Danjou  <julien@danjou.info>
8536
8537         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8538
8539 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8540
8541         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8542
8543         * gnus-sum.el (gnus-mark-article-as-unread)
8544         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8545         (gnus-summary-set-bookmark): Use it.
8546
8547         * gnus-msg.el (gnus-setup-message): Use it.
8548
8549         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8550
8551         * gnus.el (gnus-group-remove-parameter): Use it.
8552
8553         * gnus-group.el (gnus-group-make-web-group): Use it.
8554
8555         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8556
8557         * nnregistry.el: Update docs to mention manual.
8558
8559         * gnus-registry.el: Update docs to mention nnregistry.el.
8560         (gnus-registry-initialize): Don't install nnregistry refer method
8561         automatically.
8562         (gnus-registry-install-nnregistry): Remove it.
8563
8564 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8565
8566         * shr.el (shr-insert): Don't insert double spaces.
8567
8568 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-gravatar.el (gnus-treat-from-gravatar)
8571         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8572         called interactively.
8573
8574         * gnus-art.el (gnus-mime-view-part-externally)
8575         (gnus-mime-view-part-internally): Make predicate function passed to
8576         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8577         of a mime type.
8578
8579         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8580
8581 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * shr.el (require): Require cl when compiling.
8584         (shr-tag-hr): New function.
8585
8586         * nnimap.el (nnimap-update-info): Remove double setting of high.
8587         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8588         This makes nnimap work properly on Courier again.
8589
8590         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8591         the variable for backwards compatibility.
8592
8593         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8594         the file name before using to avoid setting mm-default-directory to
8595         nil.
8596
8597         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8598         bidning gnus-agent variables.
8599
8600         * shr.el (shr-render-td): Use a cache for the table rendering function
8601         to avoid getting an exponential rendering behavior in nested tables.
8602         (shr-insert): Rework the line-breaking algorithm.
8603         (shr-insert): Don't leave trailing spaces.
8604         (shr-insert-table): Also insert empty TDs.
8605         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8606
8607 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8608
8609         * gnus-sum.el (gnus-number): Rename from `number'.
8610         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8611         (gnus-summary-limit-children): Update uses correspondingly.
8612
8613 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8616         (gnus-gravatar-transform-address): Don't show avatars of people of
8617         which mail addresses match gnus-gravatar-too-ugly.
8618
8619 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * shr.el (shr-table-widths): Expand TD elements to fill available
8622         space.
8623
8624 2010-10-07  Julien Danjou  <julien@danjou.info>
8625
8626         * nnimap.el (nnimap-request-rename-group): Add this method.
8627
8628 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8631         name from XEmacs' function-arglist.
8632
8633         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8634         gravatar under XEmacs.
8635
8636 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8637
8638         * auth-source.el: Update docs with TODO items.
8639
8640         * gnus-sync.el: Update docs to explain state and plans.
8641
8642         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8643         Hooks for mark updates.
8644         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8645
8646         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8647         hooks with arguments, which is needed for mark update hooks.
8648
8649 2010-10-06  Julien Danjou  <julien@danjou.info>
8650
8651         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8652         was matched.
8653
8654         * sieve-manage.el: Update example in `Commentary'.
8655
8656         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8657
8658         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8659         not 2000.
8660         (sieve-manage-authenticate): Re-add function.
8661
8662 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * shr.el (shr-insert): Get 'space transition right.
8665         (shr-render-td): Only delete space at the end of the TD.
8666
8667         * nnimap.el (nnimap-open-connection): Prepare to support
8668         open-gnutls-stream.
8669
8670         * shr.el: Rearrange function order to be more logical.
8671
8672 2010-10-06  Julien Danjou  <julien@danjou.info>
8673
8674         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8675         (nnrss-discover-feed): Remove 404 URL in docstring.
8676
8677         * nnir.el: Fix Swish-E URL.
8678         Fix Namazu URL.
8679
8680         * message.el (message-change-subject): Remove 404 URL in a comment.
8681
8682 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8685         called interactively.
8686
8687         * gnus-util.el (gnus-remove-if): Allow hash table.
8688         (gnus-remove-if-not): New function.
8689
8690         * gnus-art.el (gnus-mime-view-part-as-type):
8691         * gnus-score.el (gnus-summary-score-effect):
8692         * gnus-sum.el (gnus-read-move-group-name):
8693         Replace remove-if-not with gnus-remove-if-not.
8694
8695         * gnus-group.el (gnus-group-completing-read):
8696         Regard collection as a hash table if it is not a list.
8697
8698 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8701
8702         * shr.el: Document the table-rendering algorithm.
8703
8704 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8707         for Emacsen having no `libxml-parse-html-region' support.
8708
8709 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8712         invalid URLs.
8713
8714         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8715         line-broken.
8716         (shr-tag-img): Ignore image fetching errors.
8717         (shr-overlays-in-region): Compute overlay positions correctly.
8718
8719         * mm-decode.el (mm-shr): Require shr.
8720
8721         * gnus-art.el (gnus-blocked-images): Move variable here.
8722
8723         * shr.el (shr-insert-table): Bind free variable.
8724
8725         * mm-decode.el (mm-shr): Bind shr-content-function.
8726
8727         * shr.el (shr-content-function): New variable.
8728
8729         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8730         added for symmetry.
8731
8732         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8733
8734         * gnus-group.el (gnus-group-make-group): Doc fix.
8735
8736         * nnimap.el (nnimap-request-newgroups): Return success.
8737
8738         * shr.el (shr-find-elements): New function.
8739         (shr-tag-table): Put all the images after the table.
8740         (shr-tag-table): Really inhibit images inside the table.
8741         (shr-collect-overlays): Copy over overlays from the TD elements to the
8742         main document.
8743
8744         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8745         gnus-blocked-images.
8746
8747 2010-10-05  Julien Danjou  <julien@danjou.info>
8748
8749         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8750
8751         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8752         (gnus-html-maximum-image-size): Add this function.
8753         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8754
8755         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8756         server-value of the capability is nil.
8757
8758 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * shr.el (shr-tag-em): Add <EM> tag.
8761
8762 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8763
8764         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8765         customizable.
8766
8767         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8768         handing broken links to browse-url.
8769
8770 2010-10-05  Julien Danjou  <julien@danjou.info>
8771
8772         * gnus-util.el (gnus-emacs-completing-read)
8773         (gnus-iswitchb-completing-read): Use autoload rather than require.
8774
8775 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8778         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8779         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8780         iswitchb-temp-buflist for XEmacs.
8781
8782         * gnus-util.el (gnus-completing-read-function): Exclude
8783         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8784         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8785         XEmacs.
8786
8787         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8788         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8789
8790         * gnus-html.el: Don't require help-fns under XEmacs.
8791         (gnus-html-schedule-image-fetching): Work for XEmacs.
8792
8793         * mm-decode.el (mm-shr): Decode contents by charset.
8794
8795 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8798         unknown.
8799
8800         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8801         (shr-get-image-data): Ensure against the cache file missing.
8802
8803         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8804         for data.
8805
8806         * spam-report.el (spam-report-url-ping-plain): Don't query about
8807         killing the process.
8808
8809         * shr.el (shr-render-td): Protect against too-wide text.
8810
8811 2010-10-04  Julien Danjou  <julien@danjou.info>
8812
8813         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8814         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8815
8816         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8817         retrieved.
8818
8819 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820
8821         * shr.el (browse-url): Require.
8822         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8823         lines.
8824         (shr-show-alt-text, shr-browse-image): New commands.
8825         (shr-browse-url, shr-copy-url): New commands.
8826
8827         * gnus-sum.el (gnus-widen-article-window): New variable.
8828         (gnus-summary-select-article-buffer): Use it.
8829
8830         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8831         without @ signs.
8832
8833 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8834
8835         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8836
8837 2010-10-04  Julien Danjou  <julien@danjou.info>
8838
8839         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8840         for XEmacs.
8841
8842 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8845
8846         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8847         (nnimap-close-server): Implement.
8848
8849         * dgnushack.el (iswitchb): Require to shut up the compiler.
8850
8851         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8852         (shr-insert): Tweak line breaking.
8853         (shr-insert): Handle <pre> better.
8854         (shr-tag-li): Get <li> indentation right.
8855         (shr-tag-li): Get <li> indentation even righter.
8856         (shr-tag-blockquote): Ensure paragraph start.
8857         (shr-make-table): Tweak table generation.
8858         (shr-make-table): Fix typo.
8859
8860         * shr.el: Implement table rendering.
8861
8862 2010-10-04  Julien Danjou  <julien@danjou.info>
8863
8864         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8865
8866 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * shr.el (shr-insert): Use string anchors instead of line anchors.
8869
8870 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * shr.el: Add headings.
8873         (shr-ensure-paragraph): Actually work.
8874         (shr-tag-li): Make <ul> prettier.
8875         (shr-insert): Get white space at the beginning/end of elements right.
8876         (shr-tag-p): Collapse subsequent <p>s.
8877         (shr-ensure-paragraph): Don't insert double line feeds after blank
8878         lines.
8879         (shr-insert): \t is also space.
8880         (shr-tag-s): Fix "s" tag name function.
8881         (shr-tag-s): Fix face prop name.
8882
8883 2010-10-03  Julien Danjou  <julien@danjou.info>
8884
8885         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8886
8887         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8888         gnus-window-inside-pixel-edges.
8889
8890         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8891         gnus-ems.
8892
8893         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8894
8895         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8896         function.
8897
8898         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8899         resize choice.
8900
8901 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8904         beginning of the buffer.
8905
8906         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8907         article buffer again.
8908
8909         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8910
8911         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8912         when it's at the start of the buffer.
8913
8914         * shr.el (shr-tag-blockquote): Convert name.
8915         (shr-rescale-image): Use the right image-size variant.
8916
8917         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8918         buffer isn't shown, then select the current article first instead of
8919         bugging out.
8920         (gnus-summary-select-article-buffer): Show both the article and summary
8921         buffers again.
8922
8923         * shr.el (shr-fontize-cont): Protect against regions with no text.
8924         Rename tag functions to shr-tag-* for enhanced security.
8925         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8926
8927 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8928
8929         * shr.el (shr-insert):
8930         * pop3.el (pop3-movemail):
8931         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8932         loaded.
8933
8934 2010-10-03  Glenn Morris  <rgm@gnu.org>
8935
8936         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8937
8938         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8939
8940         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8941
8942         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8943
8944         * gnus-util.el (gnus-make-local-hook): Simplify.
8945
8946 2010-10-02  Julien Danjou  <julien@danjou.info>
8947
8948         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8949         (gnus-ido-completing-read): New function.
8950         (gnus-emacs-completing-read): New function.
8951         (gnus-completing-read): Use gnus-completing-read-function.
8952         Add gnus-completing-read-function.
8953
8954 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * shr.el (shr-insert-document): Autoload.
8957         (shr-img): Be silent.
8958         (shr-insert): Add a newline after every picture before text.
8959         (shr-add-font): Use overlays for combining faces.
8960         (shr-insert): Pass upwards the text start point.
8961
8962         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8963         possible.
8964         (mm-shr): New function.
8965
8966 2010-10-02  Julien Danjou  <julien@danjou.info>
8967
8968         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8969         should go backward.
8970
8971 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8972
8973         * shr.el (shr): Fix typo in provide call.
8974
8975 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * shr.el: New file.
8978
8979         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8980
8981         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8982         completing read.
8983
8984 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8987         we're being queried about.  Suggested by Dan Jacobson.
8988
8989         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8990         Suggested by Jason Eisner.
8991
8992         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8993         table, too.  Suggested by Stefan Wiens.
8994         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8995         the table unnecessary.  Suggested by Stefan Wiens.
8996
8997         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8998         longer needed, and probably doesn't work either, as pointed out by
8999         Stefan Wiens.
9000         (gnus-summary-exit): Remove call to the clearing function.
9001         (gnus-summary-exit-no-update): Ditto.
9002
9003         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9004         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9005         Reported by Stefan Monnier.
9006         (gnus-summary-save-in-rmail): Ditto.
9007
9008         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9009         article buffer, instead of both the article buffer and the summary
9010         buffer.  Sort of suggested by Dan Jacobson.
9011
9012         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9013
9014         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9015         Suggested by Dan Jacobson.
9016
9017         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9018         documentation clearer.
9019
9020         * message.el (message-shorten-references): Comment on the number "21".
9021         Suggested by Stefan Monnier.
9022
9023         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9024         Suggested by Dan Jacobson.
9025
9026         * gnus.el (gnus-large-newsgroup):
9027         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9028
9029         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9030         externalize attachments.  Bug reported by Steve Wen.
9031
9032         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9033         really message anything to the user.
9034
9035         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9036         directly.
9037
9038         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9039         messages in empty groups.
9040
9041 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
9042
9043         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9044         non-UIDNEXT group.
9045
9046 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9049         not the value from the collection.
9050
9051         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9052         values.  This sometimes happens on some groups that have no info.
9053         (nnimap-request-newgroups): New function.
9054
9055 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9056
9057         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9058         check into `gnus-registry-initialize'.
9059         (gnus-registry-initialize): Ditto.
9060         Fix and extend header docs.
9061
9062 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9065         regexp backtrace overflows.
9066
9067         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9068         for starttls that tls.el implements; i.e. openssl.
9069
9070         * tls.el (tls-starttls-switches): Give up on using starttls with
9071         gnutls-cli.
9072         (tls-program): Add --insecure to be consistent with the defaults from
9073         openssl s_client.  Now all three commands are insecure.
9074
9075 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * lpath.el: Bind completion-styles-alist for XEmacs.
9078
9079         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9080         (gravatar-create-image): New function that's an alias to
9081         gnus-xmas-create-image, gnus-create-image, or create-image.
9082         (gravatar-data->image): Use it.
9083
9084 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9085
9086         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9087         install the nnregistry refer method.
9088         (gnus-registry-install-hooks): Use it.
9089         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9090         unfollowed groups.
9091
9092 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9093
9094         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9095         expanding threads.
9096
9097 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * nnir.el: Use the server names without suffixes (bug #7009).
9100
9101         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9102         unencrypted to STARTTLS, if possible.
9103
9104 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9105
9106         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9107         headers before superseding.
9108
9109 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * nnrss.el (nnrss-use-local): Add documentation.
9112
9113         * nnimap.el (nnimap-extend-tls-programs): New function.
9114         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9115         (nnimap-wait-for-connection): Accept the greeting from the stupid
9116         output from openssl s_client -starttls, too.
9117
9118         * tls.el (tls-starttls-switches): New variable.
9119         (tls-find-starttls-argument): Use it.
9120         (open-tls-stream): Ditto.
9121
9122         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9123         (netrc-machine): Ditto.
9124
9125         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9126         article number.
9127         (nnimap-split-fancy): New variable.
9128         (nnimap-split-incoming-mail): Use it.
9129
9130         * nntp.el (nntp-server-list-active-group): Document.
9131
9132         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9133         SELECT to get the message-id.
9134
9135         * mail-source.el (mail-sources): Remove webmail support.
9136         (defvar): Ditto.
9137         (mail-source-fetcher-alist): Ditto.
9138         (mail-source-fetch-webmail): Remove.
9139
9140         * webmail.el: Remove -- doesn't seem relevant any more.
9141
9142         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9143
9144         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9145         the \r.
9146
9147 2010-09-30  Julien Danjou  <julien@danjou.info>
9148
9149         * gnus-agent.el (gnus-agent-add-group): Fix call to
9150         gnus-completing-read.
9151
9152 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * nndoc.el (nndoc-retrieve-groups): New function.
9155
9156         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9157         `default', use nnmail-split-methods.
9158         (nnimap-request-article): Downcase the NILs so that they are nil.
9159
9160         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9161         symbol.
9162
9163         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9164         code, since if the user has requested network, that's what they ought
9165         to get.
9166         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9167         (nnimap-split-rule): Mark as obsolete.
9168
9169         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9170         New variable.
9171
9172         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9173         correct slot, too.
9174
9175 2010-09-29  Julien Danjou  <julien@danjou.info>
9176
9177         * gnus.el (gnus-local-domain): Declare variable obsolete.
9178
9179         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9180         Fix history computing.
9181         (gnus-ido-completing-read): Require ido.
9182
9183 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184
9185         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9186         build Gnus.
9187
9188         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9189         when interpreting the structures.
9190         (nnimap-request-accept-article): Add \r\n to the lines to make this
9191         work with Cyrus.
9192
9193         * nndraft.el (nndraft-request-expire-articles): Use the group name
9194         instead if "nndraft".  Fix found by Nils Ackermann.
9195
9196 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9197
9198         * nnregistry.el: Add.
9199
9200 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9201
9202         * nnmail.el (group, group-art-list, group-art):
9203         Remove unneeded directives.
9204
9205 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9208         (mm-mime-charset):
9209         * rfc2047.el (rfc2047-syntax-table):
9210         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9211
9212         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9213         rather than `insert-file-contents' and `eval-region'.
9214
9215         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9216         construction.
9217
9218         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9219
9220         * time-date.el: No need to require cl for Emacs 21.
9221
9222 2010-09-29  Julien Danjou  <julien@danjou.info>
9223
9224         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9225         replacement of `gnus-gravatar-relief' to mimic
9226         `gnus-faces-properties-alist'.
9227         Add :version property.
9228
9229 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * mail-source.el (mail-source-report-new-mail):
9232         * message.el (message-default-mail-headers):
9233         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9234
9235         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9236
9237 2010-09-28  Julien Danjou  <julien@danjou.info>
9238
9239         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9240         mail-address contains the same string as real-name.
9241
9242         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9243         non-blank in header, otherwise it'll get stripped.
9244
9245         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9246         real-name, and then for mail address rather than doing : or , search.
9247
9248 2010-09-27  Julien Danjou  <julien@danjou.info>
9249
9250         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9251         right completing-read function.
9252         (gnus-use-ido): New variable
9253         (gnus-completing-read-with-default): Remove.
9254         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9255         (gnus-agent-add-group):
9256         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9257         * mm-view.el (mm-view-pkcs7-decrypt):
9258         * mm-util.el (mm-codepage-setup):
9259         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9260         * mml-smime.el (mml-smime-openssl-sign-query):
9261         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9262         (mml-insert-multipart):
9263         * gnus-msg.el (gnus-summary-yank-message):
9264         * gnus-int.el (gnus-start-news-server):
9265         * mm-decode.el (mm-interactively-view-part):
9266         * gnus-dired.el (gnus-dired-attach):
9267         * gnus.el (gnus-read-method):
9268         * gnus-bookmark.el (gnus-bookmark-jump):
9269         * gnus-art.el (gnus-mime-view-part-as-type)
9270         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9271         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9272         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9273         * nnmairix.el (nnmairix-create-server-and-default-group)
9274         (nnmairix-update-groups, nnmairix-get-server)
9275         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9276         (nnmairix-get-group-from-file-path):
9277         * nnrss.el (nnrss-find-rss-via-syndic8):
9278         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9279         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9280         (gnus-group-browse-foreign-server):
9281         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9282         (gnus-summary-execute-command, gnus-summary-respool-article)
9283         (gnus-read-move-group-name):
9284         * gnus-score.el (gnus-summary-increase-score)
9285         (gnus-summary-score-effect):
9286         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9287
9288 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9291         x-focus-frame.
9292
9293         * nnimap.el (auth-source-forget-user-or-password)
9294         (auth-source-user-or-password): Autoload.
9295
9296         * message.el (message-from-style, message-interactive)
9297         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9298         (message-yank-prefix, message-indentation-spaces, message-signature)
9299         (message-signature-file): Add comment.
9300
9301 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9302
9303         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9304         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9305         new articles.
9306
9307         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9308         parts.
9309         (nnimap-request-article): Work with the t setting, too.
9310
9311         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9312         that you don't get flashes of other buffers.
9313         (gnus-summary-show-complete-article): Intern before setting.
9314
9315 2010-09-27  David Engster  <dengste@eml.cc>
9316
9317         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9318         well as HEADERS.
9319         (nnmairix-retrieve-headers): Provide new argument for the above.
9320
9321 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9322
9323         * gnus-sum.el (gnus-summary-move-article): Don't alter
9324         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9325         group.
9326
9327         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9328
9329         * message.el (message-cite-prefix-regexp): Revert my last edit.
9330
9331         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9332         variable instead of the Gnus variable.
9333
9334         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9335
9336         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9337
9338         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9339         since some servers don't like it.
9340         (nnimap-open-connection): Forget credentials if the server says the
9341         password was wrong.
9342         (nnimap-parse-line): Protect against invalid data.
9343
9344         * gnus-sum.el (gnus-summary-move-article): Add comment.
9345         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9346         nothing alters it while scanning for new messages.
9347
9348         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9349         which may or may not help.
9350         (nnimap-open-connection): If we're doing a stream connection, and then
9351         discover we're on a STARTTLS-capable server, then open a STARTTLS
9352         connection instead.
9353
9354 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * nnimap.el (utf7): Require.
9357
9358         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9359         prefix.
9360
9361 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9362
9363         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9364
9365 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9366
9367         * nnimap.el (nnimap-request-accept-article): Message the error on
9368         error.
9369
9370 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9373
9374 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * nndoc.el (nndoc-request-list): Return success always.
9377
9378         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9379         `fetch-old' -- we only want to fetch the articles we've requested.
9380         The rest are in the agent, probably.
9381         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9382         disappeared server" to something low.  It's not important.
9383
9384         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9385         arrived before the FETCH data.
9386
9387         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9388         target here, because we don't know the Gnus name of the group.
9389
9390         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9391         for the correct group.
9392
9393         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9394
9395         * gnus.el (gnus): Give a final warning after startup.
9396
9397         * gnus-util.el (gnus-action-message-log): New variable.
9398         (gnus-message): Use it.
9399         (gnus-final-warning): New function.
9400
9401         * nnimap.el (nnimap-open-connection): Record the greeting.
9402         (nnimap): Add greeting.
9403
9404 2010-09-26  Julien Danjou  <julien@danjou.info>
9405
9406         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9407         arguments.
9408         (gnus-html-wash-images): Fix spec computing to include start/end.
9409
9410         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9411
9412 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9415         deletion.
9416         (nnimap-retrieve-headers): Don't select the group, because that's
9417         already done by nnimap-possibly-change-group.
9418
9419         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9420         (gnus-picon-transform-address): Use it.
9421
9422         * mail-source.el (mail-source-value): Revert previous patch.
9423
9424         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9425         on failure.
9426         (nnimap-open-connection): Look up both virtual and physical server name
9427         credentials.
9428
9429         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9430
9431 2009-02-07  Dave Love  <fx@gnu.org>
9432
9433         * tls.el (open-tls-stream): Don't query killing process.
9434
9435 2009-02-08  Dave Love  <fx@gnu.org>
9436
9437         * gnus-win.el (gnus-window-to-buffer-helper)
9438         (gnus-all-windows-visible-p): Function needn't be a symbol.
9439
9440         * mail-source.el (mail-source-value): Function needn't be a symbol.
9441
9442 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * message.el (message-cite-prefix-regexp): Remove } from the cite
9445         prefix.
9446
9447         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9448         highlight again, so that the highlight is correct.
9449
9450         * gnus-picon.el (gnus-picon): Remove again.
9451         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9452
9453         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9454         doing the header highlightling, so that the background color of the
9455         picon is correct.
9456
9457         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9458         (gnus-picon): Ditto.
9459         (gnus-picon): Reinstate.  The background color for picons is white.
9460         (gnus-picon-insert-glyph): Make the background white.
9461
9462         * nnml.el (nnml-open-nov): Don't return dead buffers.
9463
9464         * auth-source.el (auth-source-create): Query the user for whether to
9465         store the credentials.
9466
9467         * netrc.el (netrc-store-data): New function.
9468
9469         * auth-source.el (auth-source-user-or-password): Use the existing auth
9470         sources, if any, for creation.
9471
9472         * gnus.el (gnus-group-fast-parameter): Return the last matching
9473         parameter instead of the first matching parameter.
9474
9475 2010-09-26  Julien Danjou  <julien@danjou.info>
9476
9477         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9478
9479 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9480
9481         * mml2015.el (mml2015-use): Remove gpg support.
9482
9483         * mml1991.el (mml1991-function-alist): Remove gpg function.
9484         (mml1991-gpg-sign): Remove.
9485
9486 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9487
9488         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9489         (gnus-browse-unsubscribe-current-group): Document it.
9490         (gnus-browse-unsubscribe-group): Use it.
9491
9492 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493
9494         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9495         address to the To list for easier response.
9496
9497         * gnus.el (gnus-play-startup-jingle): Remove.
9498         (gnus-splash): Don't play jingle.
9499         (gnus): Silence gnus-load message.
9500
9501         * gnus-art.el (gnus-treat-play-sounds): Remove.
9502
9503         * gnus.el (gnus-play-jingle): Remove audio support.
9504
9505         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9506
9507         * earcon.el: Remove -- no users.
9508
9509         * gnus-audio.el: Remove -- no users of this package.
9510
9511         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9512
9513         * gnus-start.el (gnus-setup-news): Remove nocem support.
9514
9515         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9516
9517         * gnus.el (gnus-use-nocem): Remove.
9518
9519         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9520         Remove.
9521
9522         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9523         uses NoCeM any more.
9524
9525         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9526         (gnus-button-ctan-handler): Ditto.
9527         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9528         (gnus-button-ctan-directory-regexp): Ditto.
9529         (gnus-button-handle-ctan): Ditto.
9530         (gnus-button-tex-level): Ditto.
9531         (gnus-button-alist): Remove CTAN stuff.
9532
9533 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534
9535         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9536         nnimap-streaming test.
9537
9538         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9539         servers twice.
9540
9541         * nnimap.el (nnimap-open-connection): Add more error reporting when
9542         nnimap fails early.
9543
9544         * nnheader.el (nnheader-get-report-string): New function.
9545         (nnheader-get-report): Use it.
9546
9547         * gnus-int.el (gnus-check-server): Say what the error was when opening
9548         failed.
9549
9550         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9551         using streaming.
9552
9553 2010-09-25  Julien Danjou  <julien@danjou.info>
9554
9555         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9556         gnus-window-inside-pixel-edges.
9557
9558 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9561
9562         * mm-decode.el (mm-save-part): Allow saving to other directories the
9563         normal Emacs way.
9564
9565         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9566         Suggested by Jay Berkenbilt.
9567
9568         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9569         there isn't a single byte.
9570
9571         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9572         just do it.  It doesn't really seem to matter what the user responds
9573         here, I think, so it's just a confusing question.
9574
9575         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9576         non-streaming case.
9577
9578         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9579         (gnus-article-encrypt-body): Use it.
9580
9581         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9582         keystroke.
9583
9584         * nnimap.el (nnimap-find-wanted-parts-1):
9585         Use gnus-fetch-partial-articles.
9586
9587         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9588
9589         * nnimap.el (nnimap-insert-partial-structure): New function.
9590         (nnimap-get-partial-article): New function.
9591         (nnimap-request-article): Use it.
9592         (nnimap-wait-for-response): Return whether the wait was successful.
9593         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9594         retrieval wasn't successful.
9595         (nnimap-retrieve-group-data-early): Allow throttling servers.
9596         (nnimap-streaming): New variable.
9597         (nnimap-fetch-partial-articles): Remove.
9598
9599         * mm-decode.el (mm-with-part): Protect against killed buffers.
9600
9601         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9602         for prettier summary display.
9603
9604 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9605
9606         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9607
9608 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9611         apparently third-party libraries depend on it.
9612
9613         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9614         before starting negotiation.
9615
9616         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9617         privacy reasons.
9618         (gnus-treat-mail-gravatar): Ditto.
9619
9620         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9621         buffer when inserting images.  Inserting text into the headers, for
9622         instance, can make them invalid.
9623
9624 2010-09-25  Julien Danjou  <julien@danjou.info>
9625
9626         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9627         variables.
9628
9629         * nnheader.el: Remove useless variables news-reply-yank-from and
9630         news-reply-yank-message-id.
9631
9632         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9633         variables.
9634
9635         * mml1991.el: Remove useless mml1991-verbose.
9636
9637         * gnus.el: Remove useless variable gnus-use-generic-from.
9638         Remove obsolete variable gnus-topic-indentation.
9639
9640         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9641
9642         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9643
9644         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9645
9646         * gnus-group.el: Remove useless gnus-group-icon-cache.
9647         Remove useless gnus-ephemeral-group-server.
9648
9649         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9650
9651         * mml2015.el: Remove useless mml2015-verbose.
9652
9653         * mml-smime.el: Remove useless mml-smime-verbose.
9654
9655         * gnus.el: Remove useless gnus-local-domain.
9656
9657         * gnus-gravatar.el (gnus-gravatar-transform-address):
9658         Use gnus-gravatar-size.
9659
9660         * gnus-art.el: Remove useless gnus-treat-translate.
9661
9662 2010-09-24  Julien Danjou  <julien@danjou.info>
9663
9664         * gnus-sum.el: Add support for Gravatars.
9665
9666         * gnus-art.el: Add support for Gravatars.
9667
9668         * gnus-gravatar.el: Add this file.
9669
9670         * gravatar.el: Add this file.
9671
9672 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9675
9676         * gnus-group.el (gnus-group-fetch-faq): Remove.
9677
9678         * gnus.el (gnus-group-faq-directory): Remove.
9679
9680         * gnus-group.el (gnus-group-fetch-charter): Remove.
9681
9682         * gnus.el (gnus-group-charter-alist): Remove.
9683
9684         * gnus-group.el (gnus-group-archive-directory): Remove.
9685         (gnus-group-recent-archive-directory): Ditto.
9686         (gnus-group-make-archive-group): Remove.
9687
9688         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9689
9690         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9691         use the same article number for all the cached articles.
9692
9693         * nnimap.el (nnimap-command): Register the last command time so
9694         that we can use it for idling NOOPs.
9695         (nnimap-open-connection): Start the keeplive timer.
9696         (nnimap-make-process-buffer): Store all the process buffers.
9697         (nnimap-keepalive): New function.
9698
9699         * starttls.el (starttls-open-stream): Add autoload cookie.
9700
9701 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9702
9703         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9704         handling.
9705
9706 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9709         its data structures.
9710
9711         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9712         instead of the cl.el copy-list.
9713         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9714         equalp.
9715
9716 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9719         and tool-bar-local-item-from-menu.
9720
9721         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9722         mode-line-highlight face for Emacs.
9723
9724         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9725         loading gnus-sum.elc; fix comment for canlock-verify.
9726         (gnus-article-jump-to-part): Use read-number.
9727         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9728         Remove Emacs pre-21 compatible code for help-echo.
9729         (gnus-article-next-page-1): No need to adjust the number of lines.
9730         (gnus-article-describe-bindings): Always use help-buffer.
9731
9732         * gnus-audio.el (gnus-audio-inline-sound):
9733         * gnus-cus.el (gnus-custom-mode):
9734         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9735
9736         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9737
9738         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9739         compatible code.
9740
9741 2010-09-24  Glenn Morris  <rgm@gnu.org>
9742
9743         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9744         visiting the fcc file in rmail-mode.
9745
9746         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9747
9748 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * nnir.el: Silence the byte compiler.
9751
9752         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9753         alias to browse-url-url-encode-chars if any.
9754         (gnus-html-encode-url): Use it.
9755
9756 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757
9758         * gnus-start.el (gnus-use-backend-marks): New variable.
9759         (gnus-get-unread-articles-in-group): Use it.
9760
9761         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9762         makeover.
9763
9764 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9765
9766         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9767
9768 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9771         Remove.
9772         (gnus-setup-news-hook):
9773         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9774
9775         * gnus-int.el (gnus-request-update-info): Protect against backends not
9776         having the function.
9777
9778         * nnimap.el (nnimap-stream): Mention starttls.
9779         (nnimap-open-connection): Add starttls support.
9780
9781 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9782
9783         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9784
9785 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9788         BODYSTRUCTUREs.
9789         (nnimap-transform-headers): Unfold quoted {42} headers.
9790
9791         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9792         the info.
9793         (gnus-get-unread-articles): Only call updatep on backends that support
9794         it.
9795
9796         * nnweb.el (nnweb-request-update-info): NOOP.
9797
9798         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9799
9800         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9801         since it only deals with marks.
9802
9803         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9804         gnus-request-marks, and make a new gnus-request-update-info.
9805
9806         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9807         the active instead of the high number, which is usually too low.
9808
9809 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9810
9811         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9812         * encrypt.el: Remove.
9813
9814 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9817         server in symbolic form.
9818
9819         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9820
9821 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9824         (nnimap-update-info): Fix up code slightly.
9825
9826         * gnus-int.el (gnus-open-server): Add tracing for performance
9827         debugging.
9828
9829         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9830         (gnus-group-insert-group-line): Pass the real group name so that it
9831         gets the right data.
9832
9833         * gnus-start.el (gnus-get-unread-articles): Don't have
9834         `gnus-get-unread-articles-in-group' update info, since that can be
9835         really slow and doesn't seem to be needed?
9836
9837 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9838
9839         * time-date.el (date-to-time): Try using parse-time-string first before
9840         using the slower timezone-make-date-arpa-standard.
9841
9842 2010-09-22  Julien Danjou  <julien@danjou.info>
9843
9844         * gnus-group.el (gnus-group-insert-group-line):
9845         Call gnus-group-highlight-line.
9846         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9847         default hook list.
9848         (gnus-group-update-eval-form): Add new function.
9849         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9850         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9851
9852 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9855         immediate, then expire all articles.
9856         (nnimap-update-info): Fix off-by-one errors.
9857         (nnimap-flags-to-marks): Would return no marks lists for group with no
9858         flags.  Instead return the other data.
9859
9860 2010-09-22  Julien Danjou  <julien@danjou.info>
9861
9862         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9863         Only return an icon.
9864         (gnus-group-insert-group-line): Compute icon to return.
9865
9866         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9867         (gnus-html-image-fetched): Only cache if
9868         gnus-html-image-automatic-caching is set.
9869         (gnus-html-image-fetched): Check for errors.
9870
9871 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9872
9873         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9874         once per method on `g'.  This ensures that backends like nnfolder don't
9875         open all their folders.
9876
9877         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9878         (nnimap-request-list): Nix out group in the correct buffer.
9879         (nnimap-parse-flags): Implement by using `read' instead of
9880         hand-parsing.
9881         (nnimap-flags-to-marks): Pass on permanent-flags.
9882         (nnimap-make-process-buffer): Record the server name.
9883         (nnimap-parse-flags): Fix typo.
9884         (nnimap-request-scan): Run split on the server in general, not just a
9885         single group.
9886
9887         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9888         parameter, and propagate this downwards.
9889
9890         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9891         since EXAMINE changes it on the server.
9892
9893         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9894         this command might take a while.
9895
9896 2010-09-22  Julien Danjou  <julien@danjou.info>
9897
9898         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9899         harmful if you have 2 images side-by-side, they can't be properly
9900         update on text deletion.  Using text-property is safer here.
9901         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9902         data.
9903
9904 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9905
9906         * nnimap.el (nnimap-expunge-inbox): Remove.
9907         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9908         (nnimap-expunge): Flip default to t.
9909
9910         * gnus.el (gnus-method-to-server): Don't push things to the cache
9911         unless it's unique.
9912         (gnus-server-to-method): Ditto.
9913
9914 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9915
9916         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9917
9918 2010-09-22  Julien Danjou  <julien@danjou.info>
9919
9920         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9921         get the start of data.
9922         (gnus-html-encode-url): Add this function to encode special chars in
9923         URL.
9924         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9925         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9926
9927         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9928         default.
9929         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9930
9931         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9932         images alt-text.
9933         (gnus-html-put-image): Put alt-text as help-echo.
9934
9935 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9938         * mm-util.el (mm-decompress-buffer):
9939         * nnir.el (nnir-run-find-grep):
9940         * pop3.el (pop3-list): Use 3rd arg of split-string.
9941
9942         * time-date.el (format-seconds): Comment fix.
9943
9944         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9945         and byte-optimize-form-code-walker.
9946         (dgnushack-make-auto-load): Don't advise make-autoload.
9947
9948         * lpath.el: Remove Emacs 21 stuff.
9949
9950 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9953         outside the active range.  Suggested by Dan Christensen.
9954
9955         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9956         slightly later to avoid double-getting it.
9957
9958         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9959         previous patch.
9960
9961         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9962
9963 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9964
9965         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9966
9967 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968
9969         * gnus-int.el (gnus-open-server): Give a better error message in the
9970         "go offline" case.
9971
9972         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9973         marks for nnimap, which is seldom the right thing to do.
9974
9975         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9976         (gnus-same-method-different-name): New function.
9977
9978         * nnimap.el (parse-time): Require.
9979
9980         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9981         method in the presence of many similar methods.
9982
9983         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9984
9985         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9986         nnml-inhibit-expiry.
9987
9988         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9989         find out whether methods are equal.
9990
9991         * nnimap.el (nnimap-find-expired-articles): New function.
9992         (nnimap-process-expiry-targets): New function.
9993         (nnimap-request-move-article): Request the article before looking at
9994         what the Message-ID is.  Fix found by Andrew Cohen.
9995         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9996
9997         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9998         for oldness in addition to being a predicate.
9999
10000         * nnimap.el (nnimap-request-group): When we have zero articles, return
10001         the right data to Gnus.
10002         (nnimap-request-expire-articles): Only delete articles immediately if
10003         the target is 'delete.
10004
10005         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10006         method, this would bug out.
10007
10008         * gnus-group.el (gnus-group-expunge-group): Rename from
10009         gnus-group-nnimap-expunge, and implemented as a normal interface
10010         function.
10011
10012         * gnus-int.el (gnus-request-expunge-group): New function.
10013
10014         * nnimap.el (nnimap-request-create-group): Implement.
10015         (nnimap-request-expunge-group): New function.
10016
10017 2010-09-21  Julien Danjou  <julien@danjou.info>
10018
10019         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10020         (gnus-html-cache-expired): Add new function.
10021         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10022         wethever we should display image for fetch it.
10023         Compute alt-text earlier to pass it to the fetching function too.
10024         (gnus-html-schedule-image-fetching): Change function argument to only
10025         get one image at a time, not a list.
10026         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10027         cache.
10028         (gnus-html-get-image-data): New function to retrieve image data from
10029         cache.
10030         (gnus-html-put-image): Change buffer argument to use image data rather
10031         than file, and place image above region rather than inserting a new
10032         one.  Do not take alt-text as argument, since it's useless now: we place
10033         the image above alt-text.
10034         (gnus-html-prune-cache): Remove.
10035         (gnus-html-show-images): Start to fetch image when we find one, do not
10036         push into a temporary list.
10037         (gnus-html-prefetch-images): Only fetch image if they have expired.
10038         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10039         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10040
10041 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10044
10045 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046
10047         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10048         spec inser "*" if the group isn't active instead of 0.
10049
10050         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10051         opening the server.
10052         (nnimap-request-delete-group): Implement group deletion.
10053         (nnimap-transform-headers): Return the size of the entire message in
10054         the Bytes header, not just the size of the first part.
10055         (nnimap-request-move-article): When moving an article from nnimap,
10056         request the article first so the accepting form has an article to
10057         accept.  Reported by Dan Christensen.
10058         (nnimap-command): Make sure that the error message doesn't error out.
10059
10060 2010-09-20  David Edmondson  <dme@dme.org>
10061
10062         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10063         we haven't requested anything.
10064
10065 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066
10067         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10068         "".  Fix found by Andrew Cohen.
10069
10070         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10071         instead of -encode-string.
10072
10073 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10076
10077         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10078         by mm-subst-char-in-string.
10079
10080 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10081
10082         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10083         waiting for the connection string.
10084
10085         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10086         arriving.
10087
10088         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10089         bogus characters.  This allows selecting certain Gmail groups.
10090
10091         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10092         (nnimap-fetch-partial-articles): New variable.
10093         (nnimap-open-connection): When looking for credentials, also use the
10094         nnimap-server-port.
10095         (nnimap-request-article): Return the group/article number, so that Gnus
10096         `^' works as expected.
10097         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10098
10099         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10100         comments.
10101         (gnus-methods-sloppily-equal): New function.
10102         (gnus): When using the development version of Gnus, load the gnus-load
10103         file.
10104
10105         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10106         `gnus-open-server' on each method before trying to scan them etc.
10107         This ensures that all the backend parameters are set correctly.
10108
10109         * nnimap.el (nnimap-authenticator): New variable.
10110         (nnimap-open-connection): Allow anonymous login.
10111         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10112         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10113
10114         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10115         patch, found by Knut Anders Hatlen.
10116
10117 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10118
10119         * gnus-agent.el (gnus-agent-batch-confirmation)
10120         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10121         to gnus-message.
10122         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10123         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10124         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10125         * gnus-int.el (gnus-open-server): Likewise.
10126         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10127         (gnus-score-check-syntax): Likewise.
10128         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10129         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10130         Likewise.
10131         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10132
10133 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10136         calling conventions so that prefetch doesn't bug out.
10137
10138 2010-09-19  Julien Danjou  <julien@danjou.info>
10139
10140         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10141         rather than `subst-char-in-region' in order to be able to replace ASCII
10142         char by UTF-8 ones.
10143
10144         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10145         than curl.
10146         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10147         the right URL and ALT text on images.
10148         (gnus-html-wash-tags): Fix tag case.
10149         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10150         (gnus-article-html): Add -o display_ins_del=2 option.
10151         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10152
10153 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10156         the extra mail headers, which sometimes seem to happen for unknown
10157         reasons.
10158
10159         * mail-parse.el (mail-header-encode-parameter): Define as
10160         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10161         (or most, perhaps?) mail readers don't understand the latter, but do
10162         understand the former.
10163
10164         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10165         to nil, so that no methods are automatically agentized.  I think this
10166         is probably what most users want.
10167
10168         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10169         from url-retrieve, for instance about invalid URLs.
10170
10171         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10172         groups that have no articles.
10173         (nnimap-request-article): Check that we really got an article when we
10174         requested one.
10175
10176         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10177         doesn't exist.
10178
10179         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10180         nntp buffer so the agent can save it.
10181         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10182         that CRLF doesn't get translated to \n.
10183         (nnimap-open-connection): Don't make 'shell commands only send \n.
10184
10185 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10186
10187         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10188         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10189         Update var name.
10190         (nnml-generate-nov-file): Use dolist.
10191         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10192         Use with-current-buffer.
10193
10194 2010-09-18  Julien Danjou  <julien@danjou.info>
10195
10196         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10197         parallel.
10198
10199 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200
10201         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10202         the range update right.
10203         (nnimap-request-group): Don't make `M-g' bug out on group with no
10204         marks.
10205         (nnoo): Require, so that other packages can require nnimap.
10206         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10207         command we're looking for.  This helps when the server sends more
10208         responses after we've gotten everything we expected.
10209         (nnimap): Add a `newlinep' field to keep track of end-of-line
10210         conventions.
10211         Don't send CRLF to things that don't want it.
10212         (nnimap-request-accept-article): Ditto.
10213
10214 2010-09-18  Julien Danjou  <julien@danjou.info>
10215
10216         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10217         than curl to retrieve images.
10218
10219 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10220
10221         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10222         the marks.
10223         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10224         (nnimap-wait-for-connection): New function.
10225         (nnimap-open-connection): If we have PREAUTH, don't query for login
10226         credentials.
10227         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10228         when doing a partial update.
10229
10230 2010-09-18  Julien Danjou  <julien@danjou.info>
10231
10232         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10233         tags.
10234
10235 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236
10237         * nnimap.el (nnimap-credentials): New function.
10238         (nnimap-open-connection): Use the new function to look for credentials
10239         also on the numeric equivalents of "imap" and "imaps".
10240
10241         * gnus-start.el (gnus-activate-group): Send the info to
10242         gnus-request-group.
10243
10244         * nnimap.el (nnimap-request-group): Have the "check" version of the
10245         function parse flags and update the info, so that a `M-g' get a total
10246         resync of all flags from the group.
10247
10248         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10249         to allow backends to alter the info on group selection.  Also alter all
10250         the backend -request-group functions to take the parameter.
10251
10252         * nnimap.el (nnimap-store-info): New function.
10253         (nnimap-update-info): Store the info for later usage.
10254         (nnimap-request-group): Use the stored info for the dont-check case, so
10255         that we don't retrieve all marks when we enter a group.
10256
10257         * nnimap.el: Use deffoo instead of defun for interface functions.
10258
10259         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10260         update the group info.  This makes the nndraft groups, for instance, go
10261         back to their old behavior.
10262
10263         * gnus-sum.el (gnus-select-newsgroup): Indent.
10264
10265         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10266         in.
10267         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10268         nothing.
10269
10270         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10271         from methods that are denied.
10272
10273         * gnus-int.el (gnus-method-denied-p): New function.
10274
10275         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10276         store the password instead of netrc.
10277         (nnimap-open-connection): Don't error out when we can't make a
10278         connections.
10279
10280         * auth-source.el (auth-source-create): In the password prompt, say what
10281         we're querying for.  Also prompt for user name if that hasn't been
10282         given.
10283
10284         * nnimap.el (nnimap-with-process-buffer): Remove.
10285
10286 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10289         method when we're reading from the agent.
10290
10291         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10292
10293         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10294         that's probably most useful for users.
10295
10296         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10297         "failed" all the time.
10298
10299         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10300         ...)) with (with-current-buffer ... ).
10301
10302         * nntp.el (nntp-open-server): Return whether the open was successful or
10303         not.
10304
10305         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10306         select an unread unseen article first.
10307
10308         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10309         /etc/services, supply some sensible port defaults.
10310
10311         * dgnushack.el: Define netrc-credentials.
10312
10313 2010-09-17  Julien Danjou  <julien@danjou.info>
10314
10315         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10316
10317 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10318
10319         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10320         doesn't have any parameters.
10321
10322 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10323
10324         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10325         only upcased checks.
10326
10327         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10328
10329         * nnimap.el (nnimap-open-shell-stream): New function.
10330         (nnimap-open-connection): Use it.
10331         (nnimap-transform-headers): Get the number of lines in each message.
10332         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10333         number of lines.
10334         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10335         problem.
10336
10337         * utf7.el (utf7-encode): Autoload.
10338
10339         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10340         to allow the mail splitting to not return a default group.  This is
10341         useful for nnimap, which will leave unmatched mail in the inbox.
10342
10343         * nnimap.el: Rewritten.
10344
10345         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10346         nnimap usage.
10347
10348         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10349         if the move is internal, so that nnimap can do fast internal moves.
10350
10351         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10352         data.
10353         (gnus-read-active-for-groups): Support finishing the early retrieval of
10354         data.
10355
10356         * gnus-range.el (gnus-range-nconcat): New function.
10357
10358         * gnus-int.el (gnus-finish-retrieve-group-infos)
10359         (gnus-retrieve-group-data-early): New functions.
10360
10361 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10362
10363         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10364         (nnrss-retrieve-groups):
10365         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10366         (pop3-quit): Use with-current-buffer.
10367
10368 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10371         instead of nnheader-accept-process-output.
10372
10373         * dgnushack.el (dgnushack-compile): Add comment.
10374
10375         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10376
10377         * gnus-html.el (gnus-html-schedule-image-fetching)
10378         (gnus-html-prefetch-images): Replace process-kill-without-query by
10379         gnus-set-process-query-on-exit-flag.
10380
10381 2010-09-16  Romain Francoise  <romain@orebokech.com>
10382
10383         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10384
10385 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386
10387         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10388         parameter to unintern is mandatory-ish in Emacs 24.
10389
10390         * gnus-html.el (gnus-html-schedule-image-fetching)
10391         (gnus-html-prefetch-images): Check for curl before using it.
10392
10393         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10394         depend on curl, which isn't essential.
10395
10396         * imap.el: Revert back to version
10397         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10398         seem problematic.
10399
10400 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10401
10402         * gnus-registry.el (gnus-registry-install-shortcuts):
10403         Explicitly pass `obarray' to `unintern' to avoid a warning.
10404
10405 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10406
10407         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10408         change.
10409
10410         * nnrss.el (nnrss-request-list): Remove this function and related
10411         functions, including the moreover stuff.
10412
10413 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * nnrss.el (nnrss-retrieve-groups): New function.
10416
10417 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10418
10419         * .dir-locals.el: Add no-byte-compile cookie.
10420
10421 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * time-date.el (format-seconds): Comment fix.
10424
10425         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10426         for back end that doesn't support request-scan.
10427
10428 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10431         then do request scans from the backends.
10432
10433         * netrc.el (netrc-credentials): New conveniency function.
10434
10435         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10436         avoid running a hook per line, since this takes a lot of time,
10437         profiling shows.
10438         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10439         directly if gnus-visual-p is true.
10440
10441 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10444         groups; replace mapcar with dolist which is a bit faster; pass groups
10445         info to gnus-read-active-file-1.
10446         (gnus-read-active-file-1): Scan only specified groups if the new
10447         optional arg `infos' is given.
10448
10449 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10450
10451         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10452
10453         * pop3.el (pop3-movemail): Remove.
10454         (pop3-streaming-movemail): Rename to pop3-movemail.
10455
10456         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10457         don't restrict end-tag searches to the end of the line.
10458
10459 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10462         articles of every unchecked group to t, which means unknown since the
10463         server has never been opened.
10464
10465 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * gnus-html.el (gnus-html-show-alt-text): New command.
10468         (gnus-html-browse-image): Ditto.
10469         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10470         to browse the image directly.
10471         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10472         better.
10473
10474         * gnus-async.el (gnus-async-article-callback):
10475         Call `gnus-html-prefetch-images' unconditionally.
10476
10477         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10478         before feeding URLs to curl.
10479
10480 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10483         internal images as deletable by `W D D'.
10484
10485         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10486         (gnus-async-article-callback): Fix typo.
10487
10488 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10489
10490         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10491         current line to work around bugs in the output from w3m.
10492
10493         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10494         for groups that want that.
10495
10496         * nntp.el (nntp-wait-for-string): Supply a timeout for
10497         accept-process-output to ensure progress.
10498
10499         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10500         level to get unread articles from, then use that for foreign groups,
10501         too.
10502
10503         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10504         confuses the rest of the function.
10505
10506         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10507         for the methods that support -retrieve-groups, too.
10508
10509         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10510
10511 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10514         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10515
10516         * pop3.el: Require cl when compiling.
10517         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10518
10519 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10520
10521         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10522         that aren't going to be activated.
10523         (gnus-get-unread-articles): Fix up the last commit.
10524
10525         * gnus-html.el (gnus-article-html): Allow calling without specifying
10526         the handle.  In that case, dissect the buffer first.
10527
10528         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10529
10530         * nnimap.el (nnimap-open-connection): Revert the change that would look
10531         into authinfo for imaps instead of imap.
10532
10533         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10534         say that you don't want to call gnus-request-group with don-check, but
10535         do check the reponse.  This is for virtual groups only.
10536         (gnus-get-unread-articles): Count the archive groups as secondary, so
10537         that they're activated the same way as before.
10538
10539         * imap.el (imap-message-map): Removed optional buffer parameter, since
10540         no callers use it.
10541         (imap-message-get): Ditto.
10542         (imap-message-put): Ditto.
10543         (imap-mailbox-map): Ditto.
10544         (imap-mailbox-put): Ditto.
10545         (imap-mailbox-get): Ditto.
10546         (imap-mailbox-get): Revert last change for this function.
10547
10548         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10549         case-insensitively.
10550         (nnimap-debug): Remove.
10551
10552         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10553         callers to use `imap-fetch' instead.  According to the comments, this
10554         should be safe, since all other IMAP clients use the 1:* syntax.
10555         (imap-enable-exchange-bug-workaround): Remove.
10556         (imap-debug): Remove -- doesn't seem very useful.
10557
10558         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10559         mail from a file, and the file doesn't exist.
10560
10561         * imap.el (imap-log): New convenience function used throughout instead
10562         of repeating the same code all over the place.
10563
10564         * pop3.el (pop3-streaming-movemail): Return t for success.
10565
10566         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10567         .authinfo if we're using ssl connection.
10568
10569         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10570         already have if we're in a main Gnus `g' run.
10571
10572         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10573
10574 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10577
10578         * nnmh.el (nnmh-request-list-1): Bind `file'.
10579
10580         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10581         alias to set-process-query-on-exit-flag or process-kill-without-query.
10582         (pop3-open-server): Use it.
10583
10584 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10587         box to the Incoming file.  Fixes mistake in previous checkin.
10588
10589         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10590         request loop (for debugging purposes) removed.
10591
10592         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10593         culprit is more visible.
10594         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10595         (nnml-add-incremental-nov): New functions to do "incremental" nov
10596         updates, where we just append to the end of the existing nov files
10597         without reading/writing them in full.
10598
10599         * mail-source.el (mail-source-delete-crash-box): Really only check the
10600         incoming files once in a while.
10601
10602         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10603
10604         * mail-source.el (mail-source-delete-crash-box): Only check the
10605         incoming files for deletion once per day to save a lot of file
10606         accesses.
10607
10608         * pop3.el (pop3-logon): Fix up unbound variable typo.
10609
10610         * mail-source.el (pop3-streaming-movemail): Autoload.
10611
10612         * pop3.el (pop3-streaming-movemail):
10613         Respect pop3-leave-mail-on-server.
10614
10615         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10616         retrieval.
10617
10618         * pop3.el (pop3-process-filter): Remove unused function.
10619         (pop3-streaming-movemail, pop3-send-streaming-command)
10620         (pop3-wait-for-messages, pop3-write-to-file)
10621         (pop3-number-of-responses): New functions for streaming pop3
10622         retrieval.
10623
10624         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10625         come from no known methods.
10626         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10627         list.
10628
10629         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10630         message sizes.
10631         (pop3-movemail): Use erase-buffer instead of looping and deleting
10632         regions, which seems rather odd.
10633
10634         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10635         file once per `g' run.
10636
10637         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10638         directories.  This makes the draft queue directory work.
10639
10640         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10641         data from the backends, so that we only request the list of groups from
10642         each method once.  This should speed things up considerably.
10643
10644         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10645         detect that it's not implemented.
10646
10647         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10648         we actually do recurse down into the tree, but don't stat all leaf
10649         nodes.
10650
10651         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10652         then say so instead of bugging out.
10653
10654         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10655         files exist before trying to read them.
10656
10657         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10658         around <pre_int>.
10659
10660         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10661
10662         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10663
10664 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * mm-util.el (mm-image-load-path): Just return the image directories,
10667         not all directories in the path in addition to the image directories.
10668         (mm-image-load-path): Maintain a cache of the image directories so that
10669         the `g' command in Gnus doesn't have to stat dozens of directories each
10670         time.
10671
10672         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10673         (gnus-html-wash-tags): Add a new `i' command to insert images.
10674         (gnus-html-insert-image): New command and keystroke.
10675         (gnus-html-redisplay-with-images): New command and keystroke.
10676         (gnus-html-show-images): Rename command.
10677         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10678         spacers.
10679         (gnus-html-wash-tags): Decode entities at the end, so that entities
10680         inside the tags don't mess up the rest of the "parsing".
10681
10682         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10683         so that nnimap methods aren't agentized by default.  There's apparently
10684         many problems related to agent/imap behavior.
10685
10686         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10687
10688         * gnus-html.el: Doc fix.
10689
10690 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10693         specifier-spec-list for Emacs 21.
10694
10695         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10696         glyph-width and glyph-height instead of display-graphic-p and
10697         image-size; make avoidance of displaying small images work for XEmacs.
10698
10699         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10700         for XEmacs.
10701
10702         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10703         of symbol that holds plist data.
10704         (gnus-process-plist): Remove plist of process after getting it.
10705
10706 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707
10708         * message.el (message-generate-hashcash): Change default to
10709         'opportunistic if hashcash is installed.
10710
10711         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10712         (gnus-html-put-image): Only call image-size once, since it's somewhat
10713         time-consuming on remote X servers.
10714
10715 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10718         type on data, not a file name.
10719
10720         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10721         window-pixel-edges for Emacs 21.
10722
10723         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10724         decoded contents.
10725         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10726
10727 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10730         group line format, since it isn't very interesting.
10731
10732         * gnus-agent.el (gnus-agent-short-article),
10733         (gnus-agent-long-article): Increase values for these two variables,
10734         since most people are likely to have more network connection and
10735         storage than before.
10736
10737         * gnus.el (gnus-refer-article-method): Change default to 'current.
10738         When referring an article, the common behavior is to refer it from the
10739         current select method, not the native select method.  The chances of
10740         the native select method having the message in question is rather slim
10741         these days.
10742
10743         * gnus-sum.el (gnus-auto-select-subject): Change default to
10744         `unseen-or-unread'.  I think it's likely that most people want to
10745         select an unseen article over a previously seen, but unread one.
10746
10747         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10748         means that in the article buffer none of the minor mode elements will
10749         be shown, usually, and this is not desirable in most cases.
10750
10751         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10752         that commands like `d' (and the like) go to the next line in the
10753         buffer, instead of the next unread article.  I think this is the
10754         behavior that is most natural for most users.
10755         (gnus-single-article-buffer): Change default to nil, so that people can
10756         have as many article buffers open as they have summary buffer.  I think
10757         this is the most natural way for the groups to behave.
10758
10759         * message.el (message-generate-new-buffers): Change default to
10760         `unsent', so that all new message buffers start their names with the
10761         string "*unsent", and it's easier to find the buffers if you move from
10762         them.
10763
10764 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765
10766         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10767         small.  They're probably tracking images.
10768         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10769         (gnus-html-rescale-image): Yet another try at getting the image sizing
10770         right.
10771
10772         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10773         nntp-marks-file-name is nil.
10774
10775 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10776
10777         * gnus-html.el (gnus-html-wash-tags)
10778         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10779         Better logging.
10780
10781 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10784
10785         * gnus-html.el (gnus-html-wash-tags): Check the value of
10786         gnus-blocked-images in the summary buffer.
10787
10788 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10789
10790         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10791
10792 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10795         like "a", it seems like.
10796         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10797         since it needs to be picked from the correct buffer.
10798
10799         * nnwfm.el: Remove.
10800
10801         * nnlistserv.el: Remove.
10802
10803 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10804
10805         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10806         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10807
10808 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * nnkiboze.el: Remove.
10811
10812         * nndb.el: Remove.
10813
10814         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10815         alt text.
10816         (gnus-html-rescale-image): Try to get the rescaling logic right for
10817         images that are just wide and not tall.
10818
10819         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10820         overshadow variable bindings.
10821
10822 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10823
10824         * gnus-html.el (gnus-html-wash-tags)
10825         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10826         Add extra logging.
10827
10828 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10831         (gnus-max-image-proportion): New variable.
10832         (gnus-html-rescale-image): New function.
10833         (gnus-html-put-image): Rescale images.
10834
10835 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10836
10837         Fix up some byte-compiler warnings.
10838         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10839         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10840         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10841         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10842         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10843         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10844         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10845
10846 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-html.el (gnus-article-html): Decode contents by charset.
10849
10850 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10853         (gnus-html-frame-width, gnus-blocked-images):
10854         * message.el (message-prune-recipient-rules): Add custom version.
10855         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10856
10857         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10858         functions.
10859
10860         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10861         gnus-process-get.
10862
10863 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10864
10865         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10866         instead of lsub directly.
10867
10868 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869
10870         * nnwarchive.el: Remove.
10871
10872         * gnus-soup.el: Remove.
10873
10874         * nnsoup.el: Remove.
10875
10876         * nnultimate.el: Remove.
10877
10878         * gnus-html.el (gnus-blocked-images): New variable.
10879
10880         * message.el (message-prune-recipients): New function.
10881         (message-prune-recipient-rules): New variable.
10882
10883         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10884         guess whether a long line is natural text or not.
10885
10886         * gnus-html.el (gnus-html-schedule-image-fetching):
10887         Use gnus-process-plist and friends for compatibility.
10888
10889 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10890
10891         * gnus-html.el: Require packages that define macros used in this file.
10892         (gnus-article-mouse-face): Declare to silence byte-compiler.
10893         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10894         process-get.
10895         (gnus-html-put-image): Use plist-get to avoid getf.
10896         (gnus-html-prefetch-images): Use with-current-buffer.
10897
10898 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-ems.el: Provide compatibility functions for
10901         gnus-set-process-plist.
10902
10903         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10904         header-line-format for XEmacs 21.4.
10905
10906         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10907         * gnus.el (gnus-valid-select-methods):
10908         * message.el (message-send-mail-partially-limit):
10909         * mm-decode.el (mm-text-html-renderer):
10910         * mml.el (mml-insert-mime-headers-always):
10911         * smiley.el (smiley-regexp-alist): Bump custom version.
10912
10913 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * gnus-html.el: Require mm-url.
10916         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10917         with the url to `url'.
10918         (gnus-html-wash-tags): Support cid: URLs/images.
10919
10920 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10923         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10924         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10925
10926         * gnus-move.el: Remove file, since it doesn't really work.
10927
10928         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10929         UTF-8.  This seems to fix problems with some German web feeds.
10930
10931         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10932         at the top so that the proper colors are applied.
10933
10934         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10935         don't have dots in their names.
10936
10937         * gnus-art.el (gnus-article-view-part): Doc fix.
10938
10939         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10940         XEmacs-compatible.
10941         (gnus-html-put-image): Don't do images on non-graphic displays.
10942
10943         * nnslashdot.el: Remove this unused backend.
10944
10945         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10946         actions.
10947         (gnus-undo-register-1): Revert last change.
10948
10949         * gnus-group.el (gnus-group-completing-read): Protect against not
10950         having completion-styles bound.
10951
10952         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10953         make broken recipients happier.
10954
10955         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10956
10957         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10958         point parameter.
10959
10960         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10961
10962         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10963         completion-styles for group selection.
10964
10965 2009-02-04  Andreas Schwab  <schwab@suse.de>
10966
10967         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10968         headers and regexp-quote the match if necessary.
10969
10970 2009-03-24  Miles Bader  <miles@gnu.org>
10971
10972         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10973         the blinking smiley.
10974
10975 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10976
10977         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10978         blink smiley.
10979
10980 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10981
10982         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10983         where the dribbel file lives exists.
10984
10985         * message.el (message-send-mail-partially-limit): Change the default to
10986         nil, since most people don't want this.
10987
10988         * mm-url.el (mm-url-decode-entities): Also decode entities like
10989         &#x3212.
10990
10991 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10992
10993         * gnus-sum.el (gnus-summary-idna-message):
10994         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10995         Hyperlink urls in docstrings with URL `...'.
10996
10997 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10998
10999         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11000         functions.
11001
11002 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11003
11004         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11005         say what the mouseover text should be.
11006
11007         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11008         version of the mm-w3m-safe-url-regexp variable to only download images
11009         in the groups where we want that to happen.
11010
11011         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11012
11013         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11014         easier debugging.
11015         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11016         big pictures in the article buffer.
11017
11018         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11019         gnus-article-html.
11020         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11021         w3m.
11022
11023         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11024
11025 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026
11027         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11028         which doesn't exist.
11029
11030         * message.el (message-inhibit-ecomplete): New variable to allow some
11031         function to inhibit ecomplete address storage.
11032         (message-resend): Disable ecomplete message storage when resending
11033         messages.
11034
11035         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11036
11037 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11040         Save excursion while copying, moving, and deleting articles in order to
11041         prevent the cursor from jumping to unforeseen place.
11042
11043 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * lpath.el: No need to bind bookmark-current-buffer,
11046         bookmark-yank-point and bookmark-make-record-function.
11047
11048 2010-08-17  Glenn Morris  <rgm@gnu.org>
11049
11050         * gnus-sync.el: Require gnus components whose functions are used.
11051
11052         * gnus-art.el (bookmark-make-record-function):
11053         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11054         Declare for compiler.
11055
11056         * mm-url.el (mml-compute-boundary): Autoload.
11057
11058 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11061
11062 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11063
11064         Typo fix "hoo4a" -> "hook".
11065
11066         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11067
11068 2010-08-14  Glenn Morris  <rgm@gnu.org>
11069
11070         * gnus-sync.el (gnus-sync): Fix defgroup version.
11071
11072 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11073
11074         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11075
11076         * gnus-sync.el: Fix docs.
11077         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11078         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11079
11080 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11081
11082         Optimizations for gnus-sync.el.
11083
11084         * gnus-sync.el: Add docs about gnus-sync-backend
11085         possibilities.
11086         (gnus-sync-save): Remove unnecessary message.
11087         (gnus-sync-read): Optimize and show what groups were skipped.
11088
11089 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11090
11091         Minor bug fixes for gnus-sync.el.
11092
11093         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11094         Don't read the sync on get-new-news.
11095
11096         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11097         quiet.
11098
11099         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11100         (fix typo).
11101
11102 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11103
11104         Make saving and restoring of hidden threads work with overlays.
11105         Patch applied by Ted Zlatanov.
11106
11107         * gnus-sum.el (gnus-hidden-threads-configuration)
11108         (gnus-restore-hidden-threads-configuration): Update to deal with text
11109         properties, rather than searching for a magic character.
11110
11111 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11112
11113         New gnus-sync.el library for synchronization of marks.
11114
11115         * gnus-sync.el: New library for synchronization of marks.
11116
11117         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11118         renamed from `gnus-registry-grep-in-list'.
11119
11120         * gnus-registry.el (gnus-registry-follow-group-p):
11121         Use `gnus-grep-in-list'.
11122
11123         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11124
11125 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11128         determining charset of text fails.
11129
11130 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * nnmail.el (nnmail-get-new-mail-1): Revert.
11133
11134         * nnml.el (nnml-active-number): Make sure names of newly created groups
11135         in nnml-group-alist are encoded.
11136
11137 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11140         containing non-ASCII characters in active file for nnml back end.
11141
11142 2010-07-24  David Engster  <dengste@eml.cc>
11143
11144         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11145         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11146
11147 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11148
11149         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11150         tag (Bug#6654).
11151
11152 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11153
11154         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11155         the article buffer, not the summary buffer.
11156
11157 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11160         Emacs 23 as well.
11161
11162 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11165         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11166
11167 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11168
11169         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11170         Patch applied by Karl Fogel.
11171
11172         * gnus-sum.el (gnus-summary-bookmark-make-record):
11173         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11174
11175 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11176
11177         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11178         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11179         C-w still not working correctly from Article buffers; Thierry's
11180         patch to fix that will be applied after this.
11181
11182         * gnus-art.el (bookmark-make-record-function): New local variable.
11183
11184         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11185         article buffer.
11186         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11187
11188 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11189
11190         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11191         on changes in bookmark.el.
11192
11193 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11196         `no-log' instead of message not to log prompt string.
11197
11198 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11199
11200         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11201         the *other* type of HTML form submission.
11202
11203 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11204
11205         * auth-source.el (auth-source-pick): If choice does not contain a
11206         questioned keyword, set the check to t.
11207
11208 2010-06-12  Romain Francoise  <romain@orebokech.com>
11209
11210         * gnus-util.el (gnus-date-get-time): Move up before first use.
11211
11212 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11215         (gnus-article-edit-part): Bind it to make last part that is substituted
11216         or deleted visible.
11217         (gnus-mime-display-single): Buttonize part of which id equals to
11218         gnus-mime-buttonized-part-id.
11219
11220 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11221
11222         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11223         (gnus-dd-mmm): Use gnus-date-get-time.
11224         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11225         simplify logic.
11226         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11227         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11228
11229 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11230
11231         * auth-source.el (top): Autoload `secrets-list-collections',
11232         `secrets-create-item', `secrets-delete-item'.
11233         (auth-sources): Fix tag string.
11234         (auth-get-source, auth-source-retrieve, auth-source-create)
11235         (auth-source-delete): New defuns.
11236         (auth-source-pick): Rewrite in order to avoid 2 passes.
11237         (auth-source-forget-user-or-password): New parameter USERNAME.
11238         (auth-source-user-or-password): New parameters CREATE-MISSING and
11239         DELETE-EXISTING.  Retrieve password interactively, if needed.
11240
11241 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11242
11243         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11244         deleting unused directories when gnus-expert-user is t.
11245
11246 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11249         for each temp file when gnus-article-browse-delete-temp is ask.
11250
11251 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11252
11253         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11254         Replace Lisp calls to delete-backward-char by calls to delete-char.
11255
11256 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11257
11258         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11259
11260 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11261
11262         * password-cache.el (password-cache-remove): Fix docstring.
11263
11264 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11267         article unless decoding article to be saved.
11268
11269 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11272         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11273         generated within the mm-with-unibyte-current-buffer macro.
11274
11275 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11278         to nil when we're in a mml-preview buffer and no group is selected.
11279
11280 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11281
11282         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11283         when catching the `C-g'.  Reported by "Leo".
11284
11285 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * message.el (message-forward-make-body-plain)
11288         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11289         multibyte-string-p.
11290
11291         * lpath.el: Revert.
11292
11293 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * message.el (message-forward-make-body-mml): Assume original message
11296         is multibyte string; error on unibyte.
11297         (message-forward-make-body-plain): Ditto; don't add excessive newline
11298         in body end.
11299
11300         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11301
11302 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11303
11304         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11305         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11306
11307 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * mm-extern.el (mm-extern-url): Don't use
11310         mm-with-unibyte-current-buffer.
11311         (mm-extern-cache-contents): Use with-current-buffer instead of
11312         save-excursion + set-buffer.
11313
11314 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * mm-util.el (mm-emacs-mule): Remove.
11317
11318 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11319
11320         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11321         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11322         change.
11323
11324 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11327         bind the default value of enable-multibyte-characters to nil.
11328
11329 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * message.el (message-forward-make-body-plain)
11332         (message-forward-make-body-mml):
11333         Don't use mm-with-unibyte-current-buffer.
11334
11335 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11336
11337         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11338
11339 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11340
11341         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11342         (Bug#5592).
11343
11344 2010-05-07  Julien Danjou  <julien@danjou.info>
11345
11346         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11347         it to mm-pipe-part.
11348
11349         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11350         it is given.
11351
11352 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * binhex.el (binhex-decode-region-internal):
11355         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11356         (dns-query):
11357         * nnweb.el (nnweb-gmane-search):
11358         * pgg-parse.el (pgg-parse-armor):
11359         * pgg.el (pgg-verify-region):
11360         * sha1.el (sha1-string-external):
11361         * uudecode.el (uudecode-decode-region-internal):
11362         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11363         XEmacs.
11364
11365         * gnus-art.el (gnus-article-browse-html-parts):
11366         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11367         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11368         make-temp-file.
11369
11370         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11371         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11372         compiling.
11373
11374         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11375         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11376         XEmacs when compiling.
11377
11378         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11379         gnus-pick-mode-off-hook for XEmacs when compiling.
11380         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11381         gnus-binary-mode-off-hook for XEmacs when compiling.
11382
11383         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11384         Return nil if char-charset is not available.
11385
11386         * imap.el (imap-disable-multibyte)
11387         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11388         macros.
11389
11390         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11391         instead of encode-coding-string.
11392
11393         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11394         'xemacs) instead of mm-emacs-mule to switch function definitions.
11395         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11396
11397         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11398         bind temporary-file-directory for XEmacs;
11399         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11400         timer-set-function for XEmacs 21.4 and SXEmacs;
11401         bind timer-list for XEmacs 21.4 and SXEmacs;
11402         fbind char-charset and find-charset-region for non-Mule XEmacs;
11403         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11404         encode-coding-region and encode-coding-string for XEmacs having no
11405         file-coding feature.
11406
11407 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11408
11409         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11410
11411 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11414         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11415
11416 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11417
11418         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11419         alias `jka-compr-delete-temp-file' no longer exists.
11420
11421 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11422
11423         Use define-minor-mode in Gnus where applicable.
11424         * mml.el (mml-mode): Use define-minor-mode.
11425         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11426         (gnus-undo-mode): Use define-minor-mode.
11427         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11428         (gnus-dead-summary-mode): Use define-minor-mode.
11429         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11430         Initialize in declaration.
11431         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11432         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11433         (gnus-mailing-list-mode): Use define-minor-mode.
11434         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11435         (gnus-draft-mode): Use define-minor-mode.
11436         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11437         (gnus-dired-mode): Use define-minor-mode.
11438
11439 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11440
11441         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11442         handles on recursive mml-to-mime translation and check them for
11443         boundary delimiter collisions.  Reported by Greg Troxel.
11444
11445 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11446
11447         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11448
11449 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11450
11451         * mm-util.el (mm-find-buffer-file-coding-system):
11452         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11453
11454 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11455
11456         * message.el (message-generate-headers): Record insertion of optional
11457         headers as well.  Otherwise the check to prevent repeated insertion of
11458         optional headers is a no-op.
11459
11460 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11461
11462         * smime.el: Don't mention CVS.
11463
11464         * nnrss.el (nnrss-fetch): Don't mention CVS.
11465
11466         * nnir.el: Don't mention CVS.
11467
11468 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11469
11470         * gnus-sum.el (gnus-summary-bookmark-make-record):
11471         Add `location' field.
11472
11473 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * lpath.el: Fbind bookmark-default-handler,
11476         bookmark-get-bookmark-record, bookmark-make-record-default,
11477         bookmark-prop-get for Emacs <23 and XEmacs.
11478
11479 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11480
11481         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11482         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11483         Use with-current-buffer to silence the byte-compiler.
11484         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11485         bother to require `gnus'.
11486         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11487
11488 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11489
11490         * gnus-sum.el (gnus-summary-bookmark-make-record)
11491         (gnus-summary-bookmark-jump): New functions.
11492         (gnus-summary-mode): Setup bookmark support.
11493
11494 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11495
11496         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11497         if set.
11498
11499 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11502         gnus-article-browse-html-save-cid-image; make it work recursively for
11503         forwarded messages as well.
11504         (gnus-article-browse-html-parts): Work when prefix arg is given.
11505         (gnus-article-browse-html-article): Doc fix.
11506
11507 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11508
11509         * message.el (message-default-mail-headers):
11510         (message-default-headers): Carry the value mail-default-headers over
11511         into message-default-mail-headers, rather than message-default-headers.
11512
11513 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11514
11515         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11516         charset.
11517
11518         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11519         charset into the <meta> tag when the article is encoded to utf-8.
11520
11521 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gnus-art.el (gnus-article-browse-delete-temp-files):
11524         Delete directories as well.
11525         (gnus-article-browse-html-parts): Work for images that do not specify
11526         file names; delete temp directory when quitting; insert header at the
11527         right place; use file: scheme for image files.
11528
11529 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11530
11531         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11532         (gnus-article-browse-html-parts): Use it to make temporary cid image
11533         files in addition to html file so that browser may display them.
11534
11535 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11538
11539 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11540
11541         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11542
11543 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11544
11545         * auth-source.el (auth-sources): Change default to be simpler.
11546         Explain about Secret Service API sources.  Improve Customize options.
11547         (auth-source-pick): Change to accept any number of search parameters.
11548         Implement fallbacks iteratively, not recursively.  Add scoring on the
11549         second pass and sort by score.  Call Secret Service API when needed.
11550         (auth-source-user-or-password): Use it.  Call Secret Service API
11551         directly when needed to get the user name and the password.
11552
11553 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11554
11555         * message.el (message-interactive): Doc fix.
11556         (message-qmail-inject-args): Reflow.
11557         (message-kill-to-signature): Fix typo in docstring.
11558
11559         * smiley.el (smiley-buffer): Fix typo in docstring.
11560
11561 2010-03-24  Glenn Morris  <rgm@gnu.org>
11562
11563         * mail-source.el (gnus-message): Declare.
11564         (mail-source-delete-old-incoming): Require gnus-util.
11565
11566 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11569
11570         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11571
11572         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11573         password-cache's default if it is not bound.
11574         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11575         password-cache-expiry's default if it is not bound.
11576
11577         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11578         available in Emacs 21.
11579
11580         * lpath.el: Suppress compiler warnings for:
11581         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11582         XEmacs;
11583         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11584         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11585         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11586
11587 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11588
11589         * auth-source.el (auth-sources): Fix up definition so extra parameters
11590         are always inline.
11591
11592 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11593
11594         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11595         wasn't updated after mismatch.  Clear cached mailbox info correctly
11596         when uidvalidity changes.
11597         (nnimap-group-prefixed-name): New function to avoid some code
11598         duplication.
11599         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11600         (nnimap-request-group): Use it.
11601         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11602         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11603         with many imap folders.  This is done by caching the group status from
11604         the imap server persistently in a group parameter `imap-status'.  (This
11605         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11606         but not persistently, so every Gnus startup was still very slow.)
11607
11608 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11609
11610         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11611         delete the extra newline.  Otherwise editing of :string and :number
11612         types don't work.
11613
11614 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11615
11616         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11617         secrets.el dependency.
11618         (auth-sources): Add optional user name.  Add secrets.el configuration
11619         choice (unused right now).
11620
11621 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11622
11623         * gnus-sum.el (gnus-summary-make-menu-bar):
11624         Let `gnus-registry-install-shortcuts' fill in the functions.
11625
11626         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11627         warnings.
11628         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11629         (gnus-registry-install-shortcuts): Populate and use it in a
11630         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11631
11632 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11633
11634         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11635         In-place substitutions for the group name encoding/decoding.
11636         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11637         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11638         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11639         (nnimap-update-unseen, nnimap-request-list)
11640         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11641         (nnimap-request-set-mark, nnimap-split-to-groups)
11642         (nnimap-split-articles, nnimap-request-newgroups)
11643         (nnimap-request-create-group, nnimap-request-accept-article)
11644         (nnimap-request-delete-group, nnimap-request-rename-group)
11645         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11646         `encoded-mbx' for consistency.
11647         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11648         variable `imap-current-mailbox'.
11649
11650         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11651         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11652
11653 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11654
11655         * pop3.el (pop3-display-message-size-flag): Display message size byte
11656         counts during POP3 download.
11657         (pop3-movemail): Use it.
11658         (pop3-list): Implement listing of available messages.
11659
11660 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11661
11662         * nnir.el (nnir-get-article-nov-override-function): New function to
11663         override the normal NOV retrieval.
11664         (nnir-retrieve-headers): Use it.
11665
11666 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11667
11668         * auth-source.el (netrc-machine-user-or-password): Autoload.
11669
11670 2010-03-19  Glenn Morris  <rgm@gnu.org>
11671
11672         Stop message.el from loading about 40 libraries it doesn't always need.
11673         The general approach is to autoload rather than require, and to
11674         require in the specific functions rather than the file.  (Bug#5642)
11675
11676         * gmm-utils.el: Don't require wid-edit.
11677         (widget-create-child-value, widget-convert, widget-default-get):
11678         Autoload.
11679
11680         * gnus-util.el: Don't require time-date, netrc.
11681         (message-fetch-field, gnus-group-name-decode): Declare rather than
11682         autoloading.
11683         (gnus-fetch-field): Require message.
11684         (gnus-decode-newsgroups): Require gnus-group.
11685
11686         * ietf-drums.el: Don't require time-date.
11687
11688         * message.el: Don't require hashcash, canlock, ecomplete.
11689         Do require mail-utils.  Require nnheader only when compiling.
11690         (smtpmail-default-smtp-server): Remove declaration.
11691         (message-send-mail-function): Check smtpmail-default-smtp-server
11692         is bound rather than requiring smtpmail.
11693         (message-auto-save-directory, message-insert-signature):
11694         Use expand-file-name rather than nnheader-concat.
11695         (nnheader-insert-file-contents): Autoload.
11696         (hashcash-wait-async): Declare.
11697         (message-send-mail): Only call gnus-setup-posting-charset if
11698         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11699         (message-send-mail-with-sendmail): Require sendmail.
11700         (canlock-password, canlock-password-for-verify): Declare.
11701         (message-canlock-password): Require canlock.
11702         (nnheader-get-report): Autoload.
11703         (gnus-setup-posting-charset): Declare.
11704         (message-send-news): Require gnus-msg.
11705         (message-make-references, message-make-in-reply-to): Use mail-header-id
11706         rather than the alias mail-header-message-id.
11707         (ecomplete-add-item, ecomplete-save): Declare.
11708         (message-put-addresses-in-ecomplete): Require ecomplete.
11709         (ecomplete-display-matches): Autoload.
11710
11711         * mm-decode.el: Don't require mailcap, gnus-util.
11712         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11713         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11714         Autoload.
11715         (mailcap-mime-extensions): Declare.
11716
11717         * mm-encode.el: Don't require mailcap.
11718         (mailcap-extension-to-mime): Autoload.
11719
11720         * mml-sec.el: Don't require password-cache.
11721
11722         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11723         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11724         (mml-minibuffer-read-type): Require mailcap.
11725         (mml-preview): Require gnus-msg.
11726
11727         * mml1991.el: Require password-cache.
11728         (password-cache-expiry): Remove declaration.
11729
11730         * mml2015.el: Require password-cache.
11731         (password-cache-expiry): Remove declaration.
11732
11733         * nneething.el (mailcap): Require mailcap.
11734
11735         * nnheader.el (declare-function): Add compatibility stub.
11736         (message-remove-header): Declare rather than autoload.
11737         (nnheader-replace-header): Require message.
11738
11739         * nnimap.el (declare-function): Add compatibility stub.
11740         (netrc-parse, netrc-machine-user-or-password): Declare.
11741         (nnimap-open-connection): Require netrc.
11742
11743         * nntp.el (declare-function): Add compatibility stub.
11744         (netrc-parse, netrc-machine, netrc-get): Declare.
11745         (nntp-send-authinfo): Require netrc.
11746
11747         * rfc2047.el: Don't require qp.
11748         (quoted-printable-encode-region, quoted-printable-decode-string):
11749         Autoload.
11750
11751         * sieve-mode.el: Don't require easymenu.
11752         (easy-menu-add-item): Autoload it.
11753
11754         * spam-stat.el (time-to-number-of-days): Autoload it.
11755
11756 2010-03-19  Glenn Morris  <rgm@gnu.org>
11757
11758         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11759
11760 2010-03-18  Glenn Morris  <rgm@gnu.org>
11761
11762         * hashcash.el (declare-function): Remove duplicate definition.
11763
11764 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11765
11766         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11767         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11768         value if any backslash escapes).
11769
11770 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11773         if it is available.  (bug#5647)
11774
11775         * lpath.el: Suppress compiler warning for coding-system-from-name for
11776         Emacs 21 and XEmacs.
11777
11778 2010-03-14  Juri Linkov  <juri@jurta.org>
11779
11780         * hmac-def.el:
11781         * hmac-md5.el:
11782         * netrc.el: Fix keywords.
11783
11784 2010-02-26  Glenn Morris  <rgm@gnu.org>
11785
11786         * message.el (message-send-mail-function): Change the default, so that
11787         it inherits from a customized send-mail-function.  (Bug#5643)
11788
11789 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11790
11791         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11792         shell-command-to-string signals an error (bug#5299).
11793
11794 2010-02-24  Glenn Morris  <rgm@gnu.org>
11795
11796         * message.el (message-smtpmail-send-it)
11797         (message-send-mail-with-mailclient): Doc fixes.
11798
11799 2010-02-16  Glenn Morris  <rgm@gnu.org>
11800
11801         * message.el (message-default-mail-headers): Change the default value
11802         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11803
11804 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11807         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11808
11809 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11810
11811         * time-date.el (date-to-time): Doc fix (Bug#5408).
11812
11813 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11814
11815         * message.el (message-mail): Just pass yank-action on to message-setup.
11816         (message-setup): Handle (FUN . ARGS) form of yank-action.
11817         (message-with-reply-buffer, message-widen-reply)
11818         (message-yank-original): Handle non-buffer values of
11819         message-reply-buffer (Bug#4080).
11820         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11821
11822 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11823
11824         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11825         Fix typo in docstring.
11826
11827 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11828
11829         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11830         response.
11831
11832 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11835
11836         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11837
11838         * message.el (message-check-news-header-syntax): Protect against a
11839         string that `rfc822-addresses' returns when parsing fails.
11840
11841 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11844         (gnus-previous-char-property-change): New functions.
11845
11846         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11847
11848 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11849
11850         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11851         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11852
11853 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11854
11855         * message.el (message-exchange-point-and-mark): Rework last change to
11856         avoid using optional arg of exchange-point-and-mark, for backward
11857         compatibility.
11858
11859 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11860
11861         * message.el (message-exchange-point-and-mark):
11862         Call exchange-point-and-mark with an argument rather than setting
11863         mark-active by hand (Bug#5175).
11864
11865 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * nntp.el (nntp-service-to-port): Work for service expressed with
11868         numeric string; replace [:digit:] with [0-9] for XEmacs.
11869
11870 2009-12-17  Glenn Morris  <rgm@gnu.org>
11871
11872         * gnus-group.el (gnus-bug-group-download-format-alist):
11873         Change emacs entry to debbugs.gnu.org.  Bump :version.
11874
11875 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11878
11879 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * message.el (message-info): Explain why we use `Info-goto-node'.
11882
11883 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11886
11887 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11888
11889         * message.el (message-completion-in-region): New compatibility function.
11890         (message-expand-group): Use it.
11891
11892 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11895         with no unread article should be listed if the 2nd arg `predicate' is
11896         given.
11897
11898 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11901
11902 2009-11-29  Juri Linkov  <juri@jurta.org>
11903
11904         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11905         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11906         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11907
11908 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11909
11910         * sha1.el (sha1-string-external): default-directory "/" in case
11911         otherwise non-existent.  process-connection-type pipe for touch of
11912         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11913
11914 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11915
11916         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11917         it's comms related and sgml-mode.el has "comm" on that basis too.
11918
11919 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11922         containing tspecial characters if they have been already quoted.
11923
11924 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11925
11926         * dns-mode.el (auto-mode-alist): Purecopy string.
11927
11928 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11929
11930         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11931
11932 2009-10-24  Glenn Morris  <rgm@gnu.org>
11933
11934         * gnus-art.el (help-xref-stack-item): Define for compiler.
11935
11936 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11937
11938         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11939
11940 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11943
11944 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11947         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11948
11949 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11952         (gnus-overlays-in): New alias to overlays-in.
11953
11954         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11955         gnus-overlay-get, and gnus-delete-overlay.
11956         (gnus-summary-show-thread): Make it work as well for systems in which
11957         next-single-char-property-change is not available.
11958         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11959
11960         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11961         (gnus-overlay-get): New alias to extent-property.
11962         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11963
11964         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11965         SXEmacs.
11966
11967         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11968         SXEmacs.
11969
11970 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11973
11974 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11975
11976         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11977         and XEmacs that don't have `remove-overlays'.
11978
11979 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11980
11981         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11982         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11983         selective display.  Use overlays instead.
11984
11985 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11986
11987         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11988
11989 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11990
11991         * spam-stat.el (spam-stat-load): Fix typo in message.
11992
11993 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11994
11995         * dig.el (dig-invoke): Fix typo in docstring.
11996         (query-dig): Reflow docstring.
11997
11998 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11999
12000         * gnus-art.el (gnus-article-encrypt-body):
12001         * message.el (message-check-recipients):
12002         * mm-util.el (mm-codepage-setup):
12003         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12004         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12005
12006 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12007
12008         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12009         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12010         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12011         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12012         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12013
12014 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12015
12016         * dig.el: Add "Keywords: comm", as per net-utils.el.
12017
12018 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12019
12020         * dig.el (dig-mode): Use define-derived-mode.
12021
12022 2009-09-19  Glenn Morris  <rgm@gnu.org>
12023
12024         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12025
12026 2009-09-18  Glenn Morris  <rgm@gnu.org>
12027
12028         * gnus-diary.el (gnus-diary-check-message):
12029         * message.el (message-insert-formatted-citation-line):
12030         * nnbabyl.el (top-level):
12031         * nndiary.el (nndiary-schedule):
12032         Fix typos in condition-case handlers.
12033
12034 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12037         configuration that provides the sole article window in a frame;
12038         position point correctly after deleting a part.
12039
12040 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12041
12042         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12043         (spam-resolve-registrations-routine): Use it to unregister articles
12044         that change status.
12045
12046 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12049         with XEmacs.
12050         (parse-time-string-chars): Use it.
12051
12052 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12053
12054         * imap.el (imap-interactive-login): Better messages.
12055         (imap-open): Fix bug with renamed buffer on reconnect.
12056         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12057         for easier debugging and cleaner code.  On successful (guessed based on
12058         server capabilities) secondary authentication, set imap-state
12059         correctly.
12060         (imap-last-authenticator): Define imap-last-authenticator as a variable
12061         to avoid warnings.
12062
12063 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * nnrss.el (nnrss-request-article): Remove binding of
12066         default-enable-multibyte-characters that has gotten needless by
12067         the 2007-07-13 change in rfc2047-encode-message-header.
12068
12069         * mml.el (mml-insert-multipart): Error on the message header.
12070         (mml-insert-part): Error on the message header; position point at
12071         the end of a MIME tag.
12072
12073 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * time-date.el (autoload): Expand define-obsolete-function-alias into
12076         defalias and make-obsolete for old Emacsen that Gnus supports.
12077         (with-no-warnings): Define it for old Emacsen.
12078         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12079         is available.
12080         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12081         float-time is available; suppress compile warning for time-to-seconds.
12082
12083         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12084         (gnus-float-time): Alias to float-time if it exists.
12085
12086         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12087         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12088         float-time is available; suppress compile warning for time-to-seconds.
12089
12090         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12091         XEmacs.
12092
12093 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12094
12095         * imap.el (imap-message-map): Docstring fix.
12096
12097 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12100         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12101         Add the optional argument `encoding' that overrides the default.
12102
12103         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12104         mm-encode-buffer.
12105
12106 2009-09-04  Glenn Morris  <rgm@gnu.org>
12107
12108         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12109         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12110         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12111         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12112         * mm-util.el (mm-with-unibyte-current-buffer)
12113         (mm-find-buffer-file-coding-system):
12114         * yenc.el (yenc-decode-region): Use default-value rather than
12115         default-enable-multibyte-characters.
12116
12117 2009-09-03  Glenn Morris  <rgm@gnu.org>
12118
12119         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12120         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12121         than default-enable-multibyte-characters.
12122
12123 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12124
12125         * gnus-art.el (gnus-article-read-summary-keys):
12126         Fix gnus-buffer-configuration's value temporarily used.
12127
12128 2009-09-02  Glenn Morris  <rgm@gnu.org>
12129
12130         * gnus-util.el (gnus-float-time): New function.
12131         * gnus-delay.el (gnus-delay-article):
12132         * gnus-sum.el (gnus-thread-latest-date):
12133         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12134         * nnspool.el (nnspool-request-newgroups):
12135         Use gnus-float-time rather than time-to-seconds.
12136         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12137
12138         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12139         (gnus-header-subject-face, gnus-header-newsgroups-face)
12140         (gnus-header-name-face, gnus-header-content-face):
12141         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12142         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12143         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12144         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12145         (gnus-cite-face-11):
12146         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12147         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12148         (gnus-server-closed-face, gnus-server-denied-face)
12149         (gnus-server-offline-face):
12150         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12151         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12152         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12153         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12154         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12155         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12156         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12157         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12158         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12159         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12160         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12161         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12162         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12163         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12164         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12165         (gnus-summary-high-undownloaded-face)
12166         (gnus-summary-low-undownloaded-face)
12167         (gnus-summary-normal-undownloaded-face)
12168         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12169         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12170         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12171         (gnus-splash-face):
12172         * message.el (message-header-to-face, message-header-cc-face)
12173         (message-header-subject-face, message-header-newsgroups-face)
12174         (message-header-other-face, message-header-name-face)
12175         (message-header-xheader-face, message-separator-face)
12176         (message-cited-text-face, message-mml-face):
12177         * sieve-mode.el (sieve-control-commands-face)
12178         (sieve-action-commands-face, sieve-test-commands-face)
12179         (sieve-tagged-arguments-face):
12180         * spam.el (spam-face):
12181         Mark face aliases with "-face" in the name as obsolete.
12182
12183 2009-09-01  Glenn Morris  <rgm@gnu.org>
12184
12185         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12186         than goto-line.
12187
12188 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12191         Don't move point if the command is invoked inside the message header.
12192
12193 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12194
12195         * imap.el (imap-send-command): Simplify.
12196         (imap-wait-for-tag): point-max -> buffer-size.
12197
12198 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12199
12200         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12201         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12202         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12203         * nnir.el (nnir-swish-e-index-file):
12204         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12205         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12206         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12207         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12208         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12209         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12210
12211 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12214         Don't save excursion.
12215
12216 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12217
12218         * nnheader.el (nnheader-find-file-noselect):
12219         * mm-util.el (mm-insert-file-contents):
12220         Use (default-value 'major-mode) instead of default-major-mode.
12221
12222 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12223
12224         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12225
12226 2009-08-26  Glenn Morris  <rgm@gnu.org>
12227
12228         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12229         than placing in files.el.
12230
12231 2009-08-25  Glenn Morris  <rgm@gnu.org>
12232
12233         * nnir.el (top-level): Don't require cl at run-time.
12234         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12235         Replace cl-function substitute with gnus-replace-in-string.
12236         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12237         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12238         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12239         simplified expansions.
12240
12241 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12242
12243         * dig.el (dig): Add autoload cookie.
12244
12245 2009-08-22  Glenn Morris  <rgm@gnu.org>
12246
12247         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12248         goto-line.
12249
12250 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12251
12252         * parse-time.el (parse-time-string-chars): Save match data.
12253
12254 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12255
12256         * parse-time.el (parse-time-string-chars): Compute using character
12257         classes, to handle non-ascii characters (Bug#3190).
12258
12259 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12262
12263         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12264         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12265         (gnus-mm-display-part, gnus-mime-display-single)
12266         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12267         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12268
12269         * gnus-sum.el
12270         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12271         (gnus-summary-move-article): Add expirable mark to articles copied or
12272         moved to group that has auto-expire turned on if the option is non-nil.
12273
12274 2009-07-24  Glenn Morris  <rgm@gnu.org>
12275
12276         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12277         Fix typo.  (Bug#3903)
12278
12279 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12282         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12283         that should not be used for draft articles.
12284         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12285         that has no concern in minor mode keys.
12286         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12287         Abolish.
12288
12289 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12292         article without making inquiry to a user for unknown encoding.
12293
12294         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12295         (nnmaildir--scan): Assume i-node and device number that file-attributes
12296         returns might be cons-cell.
12297
12298         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12299
12300         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12301
12302 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12303
12304         * auth-source.el: Remove docs now in auth.texi.  Don't use
12305         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12306         `auth-source-hide-passwords' and use them.
12307
12308 2009-07-15  Glenn Morris  <rgm@gnu.org>
12309
12310         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12311
12312 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12315         excessive whitespace from the default values of title and description.
12316
12317 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12320         mail-fetch-field to fetch Content-Description header in order to
12321         exclude newlines.
12322
12323 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12324
12325         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12326         format used by GnuPG 2.0.11.
12327
12328 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12331         to deleted part.
12332
12333 2009-05-30  David Engster  <dengste@eml.cc>
12334
12335         * nnmairix.el: Remove old documentation in the commentary block.
12336         (nnmairix-request-group): Do not update active file for nnml back ends.
12337         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12338         end so that overview files are ignored.
12339         (nnmairix-update-groups): Make updating the groups more robust by using
12340         marks.
12341         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12342         with dollar characters in message-id.
12343
12344 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12345
12346         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12347         2008-12-25 in dns.el.
12348
12349 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12350
12351         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12352         could happen if the text is only composed of spaces and/or tabs.
12353
12354 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12355
12356         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12357         when sending a queued message to avoid extra mml tags.
12358
12359 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12362
12363 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12366         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12367         rmail-toggle-header for XEmacs;
12368         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12369
12370 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-dired.el: Remove autoload for gnus-setup-message.
12373         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12374         displaying Gnus logo; always use compose-mail.
12375
12376 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12379
12380 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12383         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12384         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12385         available.
12386         (gnus-nocem-epg-verify): New function.
12387
12388 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12391
12392 2009-02-15  Glenn Morris  <rgm@gnu.org>
12393
12394         * gnus-util.el (rmail-insert-rmail-file-header)
12395         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12396         autoloads.
12397         (rmail-default-rmail-file): Remove unnecessary declaration.
12398         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12399
12400 2009-02-14  Glenn Morris  <rgm@gnu.org>
12401
12402         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12403         variable (only used in gnus-util, which declares it anyway).
12404         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12405         which was only needed by gnus-art (changed to not use it any more).
12406         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12407         only used in gnus-util, which autoloads it itself.
12408         (rmail-update-summary): Fix autoload.
12409
12410         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12411         rather than rmail-output-to-rmail-file.
12412
12413 2009-02-07  Glenn Morris  <rgm@gnu.org>
12414
12415         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12416         autoload of function that no longer exists.
12417         (rmail-toggle-header): Declare.
12418         (message-forward-rmail-make-body): Handle mbox Rmail.
12419
12420 2009-01-31  Glenn Morris  <rgm@gnu.org>
12421
12422         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12423         2009-01-09 change.
12424
12425 2009-01-31  Dave Love  <fx@gnu.org>
12426
12427         * imap.el (imap-fetch-safe): Bind debug-on-error.
12428         (imap-debug): Add imap-fetch-safe.
12429
12430 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12431
12432         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12433         (auth-source-forget-all-cached): New convenience function.
12434         (auth-source-user-or-password): Accept list of modes or a single mode.
12435
12436         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12437         auth-source modes.
12438
12439         * netrc.el (netrc-machine-user-or-password): Use list of
12440         auth-source modes.
12441
12442         * nnimap.el (nnimap-open-connection): Use list of
12443         auth-source modes.
12444
12445         * nntp.el (nntp-send-authinfo): Use list of
12446         auth-source modes.
12447
12448 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12449
12450         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12451         now.
12452
12453 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12456         coding system in XEmacs; add a workaround for XEmacs.
12457
12458         * lpath.el: Fbind coding-system-aliasee.
12459
12460 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12463         of current-language-environment.
12464
12465 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12466
12467         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12468         available at runtime.
12469
12470 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12473
12474 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12475
12476         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12477         the greatest positive fixnum value doesn't work under an XEmacs with
12478         bignum support; use the most-positive-fixnum constant instead,
12479         available since Emacs 21.1 with cl and XEmacs 21.1.
12480
12481 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12484         XEmacs gets not to work.
12485
12486 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * mm-util.el (mm-coding-system-priorities): Allow the value like
12489         "Japanese (UTF-8)" of current-language-environment.
12490
12491 2009-01-09  Glenn Morris  <rgm@gnu.org>
12492
12493         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12494         with last-command-event.
12495
12496 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12499         in the doc string.
12500
12501         * message.el (message-fix-before-sending): Amend comment.
12502
12503 2009-01-08  Dave Love  <fx@gnu.org>
12504
12505         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12506
12507 2009-01-07  David Engster  <dengste@eml.cc>
12508
12509         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12510         simplified server definitions by converting it via
12511         gnus-server-to-method.
12512
12513 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12516         parameter's operands.
12517
12518 2009-01-06  David Engster  <dengste@eml.cc>
12519
12520         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12521         primary select method (for gnus-group-mark-article-as-read).
12522
12523 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12524
12525         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12526         `(gnus)Face', not `(gnus)X-Face'.
12527
12528 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * mm-util.el (mm-ucs-to-char): New function.
12531
12532         * mm-url.el (mm-url-decode-entities): Use it.
12533
12534         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12535         unicode-to-char.
12536
12537 2009-01-05  Dave Love  <fx@gnu.org>
12538
12539         * time-date.el: Require cl for `declare'.
12540
12541 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12544         Dave Love.
12545
12546 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * message.el (message-fix-before-sending): Add `eight-bit' to
12549         illegible-text check.
12550
12551 2009-01-03  Michael Olson  <mwolson@gnu.org>
12552
12553         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12554         `headers' is nil.  This can occur if the IMAP server does not have
12555         permissions to read messages from a folder, but can write new messages
12556         to the folder.
12557         (nnimap-request-article-part): Do not insert `data' if it is nil.
12558
12559         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12560         characters which will confuse `read', so skip past them.
12561
12562 2009-01-01  Dave Love  <fx@gnu.org>
12563
12564         * imap.el (imap-string-to-integer): Fix typo.
12565         (imap-fetch-safe): New function.
12566         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12567
12568         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12569
12570         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12571         (imap-parse-greeting): Fix doc strings.
12572         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12573         (imap-parse-flag-list): Make messages unique.
12574         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12575
12576         * nnimap.el: Fix author email.
12577         (nnimap-split-rule): Add FIXME comment.
12578         (nnimap-debug): Fix doc string.
12579
12580 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12583
12584 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12587         nslookup if resolv.conf isn't available.
12588         (dns-query): Rename from query-dns.
12589         (dns-query-cached): Rename from query-dns-cached.
12590
12591 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12594         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12595         to check if those variables exist (first appeared in Emacs 18.50).
12596
12597 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * mm-util.el (mm-line-number-at-pos): New function.
12600
12601         * spam-report.el (spam-report-process-queue): Use it.
12602
12603 2008-12-24  David Engster  <dengste@eml.cc>
12604
12605         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12606         parameters that haven't existed as variables as buffer-local variables.
12607
12608 2008-12-23  Dave Love  <fx@gnu.org>
12609
12610         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12611         cadar.
12612
12613         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12614         imap-starttls-p.
12615         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12616
12617 2008-12-22  Dave Love  <fx@gnu.org>
12618
12619         * imap.el: Fix author email.  Doc fixes.
12620         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12621         reply.
12622
12623 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12624
12625         * spam-report.el (spam-report-gmane-max-requests): New constant.
12626         (spam-report-gmane-wait): New variable.
12627         (spam-report-gmane-ham, spam-report-gmane-spam)
12628         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12629         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12630         the server.
12631
12632         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12633         Add explanations.
12634
12635         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12636         nnheader-accept-process-output and nnheader-read-timeout if available.
12637         (pop3-movemail): Use it.
12638
12639         * message.el (message-check-news-body-syntax): Fix signature check if
12640         there's an attachment.
12641
12642 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * mm-util.el: Add comments to the mm- emulating functions.
12645
12646 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12649         Reported by Stephen Berman <stephen.berman@gmx.net>.
12650
12651 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * mm-util.el (mm-substring-no-properties): New function.
12654         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12655         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12656         (mm-string-to-multibyte): Doc fix.
12657
12658         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12659
12660 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * mml.el (mml-attach-file): Strip text properties from file name.
12663         (Bug#1574)
12664
12665 2008-12-16  Glenn Morris  <rgm@gnu.org>
12666
12667         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12668
12669 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12672         knows since the charset specified might be a bogus alias that
12673         mm-charset-synonym-alist provides.
12674
12675 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12678         "ISO_8859-1".
12679
12680         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12681
12682 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * mm-util.el (mm-charset-eval-alist):
12685         Define it before mm-charset-to-coding-system.
12686         (mm-charset-to-coding-system): Add optional argument `silent';
12687         define it before mm-charset-override-alist.
12688         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12689         default value if it can be used in Emacs currently running;
12690         silence mm-charset-to-coding-system.
12691
12692 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12695         `allow-override' which says whether to use `mm-charset-override-alist'.
12696         (rfc2047-decode-encoded-words): Use it.
12697
12698         * mm-util.el (mm-charset-override-alist): Fix custom type;
12699         add `(gb2312 . gbk)' to choices.
12700
12701 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12704         fast.
12705
12706         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12707
12708         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12709
12710 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12711
12712         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12713         on links.
12714
12715         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12716
12717 2008-12-03  Lute Kamstra  <lute@gnu.org>
12718
12719         * sha1.el: Remove leading * from docstrings of defcustoms,
12720         deffaces, defconsts and defuns.
12721
12722 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12725         users' addresses that don't have domain parts.
12726         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12727         rather than message-narrow-to-head since there will be the message
12728         header separator.
12729
12730 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12731
12732         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12733         since the result is inserted in a unibyte buffer anyway.
12734         (nnimap-demule-use-string-to-multibyte): Remove.
12735         (nnimap-demule): Alias it to mm-string-to-multibyte.
12736
12737 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12740         variable for debugging bug#464 and bug#1174.
12741         (nnimap-demule): Use it.
12742
12743 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12746         score calculation correctly.
12747
12748 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12749
12750         * message.el (message-send-mail): Just set the buffer to unibyte
12751         rather than use mm-with-unibyte-current-buffer which does a lot more.
12752         (message-send-mail-partially): Don't bother with
12753         mm-with-unibyte-current-buffer since it's already been made unibyte by
12754         message-send-mail.
12755
12756 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12757
12758         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12759
12760 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12761
12762         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12763
12764 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12767         require itself and to remove `with-no-warnings'.
12768
12769 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12770
12771         * starttls.el (starttls-any-program-available): Get the name of the
12772         available TLS layer program.
12773         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12774         well as the host name in the "opening" message.
12775
12776         * auth-source.el (auth-source-cache, auth-source-do-cache)
12777         (auth-source-user-or-password): Cache passwords and logins by default,
12778         allow override with `auth-source-do-cache'.
12779         (auth-source-forget-user-or-password): Allow users to remove cache
12780         entries if needed.
12781
12782 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12783
12784         * md4.el (md4-buffer): Fix typo in docstring.
12785         (md4, md4-64): Doc fixes.
12786         (md4-pack-int32): Reflow docstring.
12787
12788 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12789
12790         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12791         condition-case to only the forward-sexp call.
12792
12793 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12794
12795         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12796         quotes contained.  Make it more robust regardless by an extra
12797         condition-case wrapper.
12798
12799 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12802
12803 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * nnml.el (nnml-request-expire-articles): Check if the function set to
12806         `nnmail-expiry-target' returns the symbol `delete'.
12807
12808         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12809
12810         * nnmail.el (nnmail-expiry-target): Fix custom type.
12811
12812 2008-10-02  Glenn Morris  <rgm@gnu.org>
12813
12814         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12815         Silence compiler warning.
12816
12817 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12818
12819         * tls.el (open-tls-stream): Show the actual command being
12820         executed, instead of the format string.
12821
12822 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * lpath.el: Fbind codepage-setup for Emacs 23.
12825
12826 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12827
12828         * mml.el (mml-menu): Don't assume mml2015 is bound.
12829
12830 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12833         exists.
12834
12835 2008-09-27  Glenn Morris  <rgm@gnu.org>
12836
12837         * gnus-util.el (mail-header-remove-comments): Autoload it.
12838
12839 2008-09-27  Andreas Schwab  <schwab@suse.de>
12840
12841         * gnus-util.el (gnus-split-references): Strip comments.
12842         (gnus-parent-id): Likewise.
12843
12844 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12845
12846         * message.el (message-confirm-send): Fix version.
12847
12848 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * message.el (message-idna-to-ascii-rhs-1): Use
12851         mail-extract-address-components rather than mail-header-parse-addresses
12852         that is an alias by default to ietf-drums-parse-addresses that does not
12853         support non-ASCII names in headers' contents.
12854
12855 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12856
12857         * message.el (message-confirm-send): Fix variable documentation to
12858         avoid the "y/n" wording.
12859
12860 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12861
12862         * message.el (message-set-auto-save-file-name): Save to a different
12863         filename so multiple messages (especially drafts) can be recovered.
12864
12865 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12866
12867         * message.el (message-confirm-send): Add appropriate version.
12868
12869 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12870
12871         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12872         defvar.
12873
12874 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12875
12876         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12877         (mm-pkcs7-enveloped-magic): Ditto.
12878
12879 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12880
12881         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12882         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12883
12884 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12885
12886         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12887         default, it's better.
12888
12889 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12890
12891         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12892         summary line gnus-number property and ignore them (with a warning
12893         message).
12894
12895 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12898         macro caddr in the interactive form since it won't be expanded.
12899
12900 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12903         `charset'; fix name of function called recursively.
12904         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12905
12906 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12909         (gnus-mime-set-charset-parameters): New function.
12910         (gnus-mime-view-part-as-charset): Use it to correctly display part
12911         specifying wrong charset.
12912
12913 2008-09-08  David Engster  <dengste@eml.cc>
12914
12915         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12916         in completing-read for back end server.
12917
12918 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12919
12920         * message.el (message-confirm-send): New variable to confirm sending a
12921         message.
12922         (message-send): Use it.
12923
12924 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12925
12926         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12927
12928 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12931
12932 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12933
12934         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12935         prevent tracking too many groups.
12936         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12937         Use it.
12938
12939 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12940
12941         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12942         moving point to the bottom of the window in order to avoid recentering.
12943
12944 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12947
12948         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12949         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12950         (gnus-article-beginning-of-window): Fix calculation.
12951
12952 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * gnus-msg.el (gnus-summary-supersede-article)
12955         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12956         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12957         message header.
12958
12959 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12960
12961         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12962         pending output coming after the status change.
12963
12964 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12965
12966         * message.el:
12967         * gnus-start.el:
12968         * gnus-registry.el: Remove VMS support.
12969
12970 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12973         macro.
12974         (rfc2104-hash): Use it.
12975
12976 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12979         (gnus-summary-sort-by-most-recent-date): New commands.
12980         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12981         and menu entries.
12982
12983 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12986         don't redisplay article for raw contents; remove plural articles stuff.
12987
12988         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12989         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12990         on gnus-summary-save-article; display results properly.
12991
12992 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * lpath.el: No need to fbind ns-focus-frame.
12995
12996 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12999
13000 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * gnus-art.el (gnus-summary-save-in-pipe):
13003         Consider gnus-save-all-headers.
13004
13005 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13006
13007         * gnus-util.el (ns-focus-frame): Remove declaration.
13008         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13009         like x.
13010
13011 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13012
13013         * rfc2104.el (rfc2104-zero): Delete defconst.
13014         (rfc2104-hex-alist): Likewise.
13015         (rfc2104-hex-to-int): Delete func.
13016         (rfc2104-hexstring-to-bitstring): Likewise.
13017         (rfc2104-nybbles): New defconst.
13018         (rfc2104-hash): Rewrite for speed.
13019
13020 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * tls.el (open-tls-stream): Make it work with the 2nd argument
13023         BUFFER that is a string but does not exist as a buffer object, as
13024         mentioned in the doc-string.
13025
13026 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13029         SXEmacs.
13030
13031 2008-07-16  Glenn Morris  <rgm@gnu.org>
13032
13033         * gnus-util.el (ns-focus-frame): Declare for compiler.
13034
13035 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13038         set as a group parameter.
13039         (gnus-summary-save-in-pipe): Work when it is called independently.
13040         (gnus-summary-pipe-to-muttprint): Don't modify
13041         gnus-summary-pipe-output-default-command.
13042
13043 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13044
13045         * message.el (message-send-mail-with-sendmail):
13046         Display the error message.
13047
13048 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-art.el (gnus-default-article-saver):
13051         Add gnus-summary-save-in-pipe to choices.
13052         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13053         gnus-summary-pipe-output-default-command as the default command.
13054         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13055         instead of gnus-last-shell-command.
13056
13057         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13058         New user option.
13059         (gnus-summary-muttprint-program): Mention the value will be changed.
13060         (gnus-summary-save-article): Force showing of all headers.
13061         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13062
13063 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13064
13065         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13066
13067 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13068
13069         * nnimap.el (nnimap-id):
13070         * sieve-manage.el (sieve-manage-open): Doc fixes.
13071
13072 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13073
13074         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13075         if available.
13076
13077 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13078
13079         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13080
13081         * nnkiboze.el (nnkiboze-generate-group):
13082         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13083
13084         * nnmairix.el: Require CL.
13085
13086 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * dgnushack.el: Autoload get-display-table and put-display-table for
13089         XEmacs 21.5.
13090
13091         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13092         21.4 and SXEmacs.
13093
13094 2008-06-15  David Engster  <dengste@eml.cc>
13095
13096         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13097
13098 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13099
13100         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13101         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13102         runtime choice under XEmacs.
13103
13104         * gnus-sum.el (gnus-summary-set-display-table):
13105         Use `gnus-put-display-table', `gnus-get-display-table',
13106         `gnus-set-display-table' for the display table, instead of `aset'.
13107
13108         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13109         Use `gnus-put-display-table', `gnus-get-display-table',
13110         `gnus-set-display-table' for the display table.
13111
13112 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * nnmairix.el: Add autoloads.
13115
13116 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13117
13118         * nnmairix.el (nnmairix-delete-recreate-group)
13119         (nnmairix-update-and-clear-marks): Fix error messages.
13120
13121 2008-06-14  David Engster  <dengste@eml.cc>
13122
13123         * nnmairix.el: Upgrade to version 0.6.
13124         (nnmairix-group-toggle-propmarks-this-group)
13125         (nnmairix-group-toggle-readmarks-this-group)
13126         (nnmairix-group-delete-recreate-this-group)
13127         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13128         (nnmairix-remove-tick-mark-original-article): New commands.
13129         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13130         (nnmairix-propagate-marks-to-nnmairix-groups)
13131         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13132         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13133         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13134         functions needed for marks propagation and manipulation of read marks.
13135         (nnmairix-update-groups): New function.
13136         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13137         (nnmairix-determine-original-group-from-registry)
13138         (nnmairix-determine-original-group-from-path)
13139         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13140         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13141         New helper functions.
13142         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13143         keystrokes for new commands.
13144         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13145         (nnmairix-request-group): Check allow-fast group parameter.
13146         (nnmairix-request-create-group): Set allow-fast group parameter if
13147         nnmairix-allowfast-default is set.
13148         (nnmairix-close-group): Propagate marks upon closing if needed.
13149         (nnmairix-group-toggle-threads-this-group): Use new.
13150         nnmairix-group-toggle-parameter helper function.
13151         (nnmairix-search): Better check for empty search result.
13152         (nnmairix-goto-original-article): Use new helper functions for
13153         determining original article.
13154         (nnmairix-show-original-article): Make sure message-id is in brackets.
13155         (nnmairix-call-mairix-binary): Change variable name.
13156         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13157         helper function.
13158         (nnmairix-widget-toggle-activate): Fix doc string.
13159
13160 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * nnir.el: Require edmacro when compiling with XEmacs.
13163         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13164         available in Emacs 21.
13165
13166 2008-06-11  Glenn Morris  <rgm@gnu.org>
13167
13168         * gnus-util.el (x-focus-frame):
13169         * gnus.el (image-size):
13170         * mm-decode.el (image-size): Declare.
13171
13172         * gnus-picon.el (declare-function): Add compat definition.
13173         (image-size): Declare.
13174
13175         * gnus-group.el (tool-bar-map):
13176         * gnus-sum.el (tool-bar-map): Define for compiler.
13177
13178         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13179
13180         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13181
13182         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13183         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13184         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13185         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13186         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13187         * sieve-manage.el, spam-report.el, spam.el:
13188         Remove unnecessary eval-and-compile of autoloads.
13189
13190 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13191
13192         * auth-source.el: Precise Tramp doc.
13193
13194 2008-06-07  Glenn Morris  <rgm@gnu.org>
13195
13196         * nnmairix.el: Remove unnecessary eval-when-compile.
13197
13198 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * lpath.el: Fbind propertize for XEmacs 21.4.
13201
13202 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * nnir.el: Move here from ../contrib.
13205
13206 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13207
13208         * gnus-util.el (gnus-read-shell-command): New function.
13209         * mm-decode.el (mm-pipe-part):
13210         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13211
13212 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13215
13216 2008-06-03  Glenn Morris  <rgm@gnu.org>
13217
13218         * pop3.el (nnheader-accept-process-output): Autoload it.
13219
13220 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13223         are not 2-digit hexadecimal characters that follow `%'s.
13224
13225 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * message.el (message-bogus-recipient-p): Fix type in doc string.
13228         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13229         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13230         Improve custom options.
13231         (message-bogus-recipient-p): Adjust accordingly.
13232
13233 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13234
13235         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13236         long-form month and day names.
13237
13238 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * dgnushack.el: Autoload debug, eudc-expand-inline and
13241         pgg-snarf-keys-region for XEmacs.
13242
13243         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13244
13245         * nnmairix.el: Require edmacro when compiling with XEmacs.
13246
13247 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13250         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13251
13252 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13253
13254         * auth-source.el: Add more docs.
13255
13256         * netrc.el (netrc-machine): Always match if the port is not given.
13257
13258 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13259
13260         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13261         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13262         retrieval faster in some cases, but might make CPU usage larger.
13263         If this has any bad side effects, we might revert this change.
13264
13265         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13266         seems to make mail retrieval much, much faster.
13267         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13268         unconditionally.
13269
13270         * gnus-draft.el (gnus-group-send-queue):
13271         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13272
13273 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13276
13277         * message.el (message-bogus-address-regexp): Fix and improve custom
13278         type.
13279         (message-setup-hook): Add message-check-recipients as custom option.
13280
13281 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13282
13283         * message.el (message-cite-function): Remove bogus autoload which crept
13284         in during merge from v5-10.
13285
13286 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13287
13288         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13289
13290         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13291
13292         * auth-source.el: Preliminary Tramp docs.
13293         (auth-sources): Change the default auth-sources to use
13294         EPA .gpg files.
13295
13296 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13297
13298         * nntp.el: Autoload `auth-source-user-or-password'.
13299         (nntp-send-authinfo): Use it.
13300
13301         * nnimap.el: Autoload `auth-source-user-or-password'.
13302         (nnimap-open-connection): Use it.
13303
13304         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13305         for the gnus-message function.
13306         (auth-source-user-or-password): Use it.
13307
13308 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13309
13310         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13311         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13312         (rfc2104-hash): Use it.
13313
13314 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13315
13316         * gnus-art.el (gnus-article-toggle-truncate-lines):
13317         Don't use `iff' in docstring.
13318
13319 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13322
13323         * gnus-util.el (gnus-extract-address-component-name)
13324         (gnus-extract-address-component-email): Convenience functions around
13325         `gnus-extract-address-components'.
13326
13327         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13328         Use `gnus-extract-address-component-email' to fix bug of comparing full
13329         sender name to `user-mail-address'.
13330
13331 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13332
13333         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13334         catch/throw to optimize.
13335         (gnus-registry-find-keywords): Just use member to find a keyword.
13336
13337 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13338
13339         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13340         is current before calling gnus-server-prepare.
13341         (gnus-server-setup-buffer, gnus-server-update-server)
13342         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13343
13344 2008-05-04  Juri Linkov  <juri@jurta.org>
13345
13346         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13347         (mailcap-file-default-commands): Use mailcap-replace-in-string
13348         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13349         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13350
13351 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13352
13353         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13354
13355 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13356
13357         * gnus.el: Bump version to 0.11.
13358
13359 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13360
13361         * gnus.el: No Gnus v0.10 is released.
13362
13363 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13364
13365         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13366         hooks.
13367         (gnus-update-read-articles): Speed up non-marks-using users.
13368         (gnus-use-marks): Define gnus-use-marks.
13369         (gnus-propagate-marks): Rename variable to something more sensible.
13370
13371 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13372
13373         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13374         (gmm-image-load-path-for-library): Fix typos in docstrings.
13375         (gmm-message): Reflow docstring.
13376
13377 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13378
13379         * mail-source.el (mail-source-set-1, mail-source-bind):
13380         Move auth-source code out of the macro to clean it up and fix bugs.
13381
13382 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13383
13384         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13385         by sender if it's equal to user-mail-address, it's likely to be
13386         useless.
13387
13388         * mail-source.el (mail-source-bind): Don't use user or password if they
13389         are not bound.  Unintern them if they are nil.  Don't use server unless
13390         it's bound, and default it to empty string otherwise.
13391
13392 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13393
13394         * mail-source.el: Load auth-source.el.
13395         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13396         get user name or password, if auth-sources is set up.
13397
13398         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13399         strategy of splitting with parent.
13400         (gnus-registry-split-fancy-with-parent)
13401         (gnus-registry-post-process-groups): Use it and fix prior
13402         bug (returning a list as the split result).
13403
13404         * auth-source.el (auth-sources): Remove server parameter.
13405         (auth-source-pick, auth-source-user-or-password)
13406         (auth-source-user-or-password-imap)
13407         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13408         (auth-source-user-or-password-sftp)
13409         (auth-source-user-or-password-smtp): Remove server parameter.
13410
13411 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13412
13413         * smime.el (smime-sign-region, smime-encrypt-region)
13414         (smime-decrypt-region):
13415         Remove redundant calls to `generate-new-buffer-name'.
13416
13417 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13418
13419         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13420         Don't use QP for message/rfc822.
13421         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13422
13423 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13424
13425         * sieve-manage.el (sieve-string-bytes): Remove.
13426         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13427         correct byte-length only if the process's coding-system is the same as
13428         the one used internally by Emacs to represent strings.
13429
13430 2008-04-22  Juri Linkov  <juri@jurta.org>
13431
13432         * mailcap.el (mailcap-file-default-commands): New function.
13433
13434 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * message.el (message-signature-separator, message-cite-function):
13437         Change custom version.
13438
13439 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13440
13441         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13442         commands.
13443         (tls-checktrust): Ditto.
13444
13445 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * mm-decode.el (mm-display-external): Make temp file read-only.
13448
13449 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13450
13451         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13452         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13453         `C-c C-f d'.
13454
13455 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13456
13457         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13458
13459 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * gnus.el: Bump version to 0.9.
13462
13463 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * gnus.el: No Gnus v0.8 is released.
13466
13467 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13468
13469         * mail-source.el (mail-source-value):
13470         Prefer fboundp to functionp so it works with macros as well.
13471
13472 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13473
13474         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13475         Fix last change in case the element is not even a symbol.
13476
13477 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13478
13479         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13480         Prefer fboundp to functionp so it works with macros as well.
13481
13482 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * auth-source.el: Add docs.
13485         (auth-sources): Modify format to support server.
13486         (auth-source-pick, auth-source-user-or-password)
13487         (auth-source-user-or-password-imap)
13488         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13489         (auth-source-user-or-password-sftp)
13490         (auth-source-user-or-password-smtp): Add server parameter.
13491
13492 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * gnus-registry.el: Initialize the registry when gnus-registry-install
13495         is t.
13496
13497 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * compface.el (uncompface): Make buffer unibyte.
13500
13501 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13502
13503         * mail-source.el (mail-source-value):
13504         Prefer fboundp to functionp so it works with macros as well.
13505
13506 2008-04-05  Glenn Morris  <rgm@gnu.org>
13507
13508         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13509
13510 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13511
13512         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13513         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13514
13515         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13516         multibyteness after rather than before erasing it.
13517
13518         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13519         mm-with-multibyte.
13520         (gnus-request-article-this-buffer): Make sure the proper decoding is
13521         used if gnus-original-article-buffer happens to be unibyte.
13522
13523         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13524         default-enable-multibyte-characters.
13525
13526         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13527         default-enable-multibyte-characters.
13528
13529         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13530
13531         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13532
13533 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13534
13535         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13536         Fix last change in case the element is not even a symbol.
13537
13538 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13539
13540         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13541         (imap-message-copyuid-1): Use it.
13542         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13543         J. Williams in
13544         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13545
13546         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13547         imap-enable-exchange-bug-workaround.
13548         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13549
13550 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13551
13552         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13553         a 100 byte status-checks into a 2-3MB transfer for each group.
13554         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13555         to enable bug workaround or not.
13556         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13557
13558 2008-03-31  Glenn Morris  <rgm@gnu.org>
13559
13560         * message.el (mml2015-use): Declare for compiler.
13561         (message-info): Require mml2015 when appropriate.
13562
13563 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13566         whitespace.
13567
13568 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13569
13570         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13571         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13572         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13573         (nntp-service-to-port): New function.
13574         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13575         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13576         (nntp-open-netcat-stream): New function.
13577         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13578
13579 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13580
13581         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13582
13583 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13584
13585         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13586
13587 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13588
13589         * dns.el (dns-write): Use set-buffer-multibyte.
13590
13591 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13592
13593         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13594
13595 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13596
13597         * message.el (message-signature-separator): Change default.
13598         Improve custom type.
13599         (message-cite-function): Change default to
13600         message-cite-original-without-signature.
13601
13602         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13603         toggle.
13604
13605         * message.el (message-check-news-body-syntax): Fix signature check.
13606         (message-setup-1): Mark buffer as unmodified _after_ running
13607         message-setup-hook and handling message-alternative-emails.
13608         (message-shorten-references): Be more strict when building list of
13609         valid references to comply with GNKSA.
13610
13611         * gnus-group.el (gnus-read-ephemeral-bug-group)
13612         (gnus-read-ephemeral-debian-bug-group)
13613         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13614
13615         * message.el (message-info): Don't use booleanp which isn't supported
13616         in Emacs 21 and XEmacs.
13617
13618 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13621         gnus-group-gmane-group-download-format.
13622         (gnus-group-read-ephemeral-gmane-group): Rename from
13623         gnus-group-read-ephemeral-gmane-group.
13624         (gnus-read-ephemeral-gmane-group-url): Rename from
13625         gnus-group-read-ephemeral-gmane-group-url.
13626         (gnus-bug-group-download-format-alist): New variable.
13627         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13628         (gnus-read-ephemeral-emacs-bug-group): New commands.
13629
13630 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13633         (gnus-visible-headers): Improve custom type.
13634
13635 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * mml.el (mml-menu): Add workarounds for XEmacs.
13638
13639         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13640         X-Boundary header.
13641
13642         * message.el (message-simplify-recipients): Fix previous commit.
13643
13644 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13645
13646         * mm-util.el (mm-set-buffer-multibyte): New function.
13647         * mm-decode.el (mm-copy-to-buffer): Use it.
13648
13649         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13650         Prefer fboundp to functionp so it works with macros as well.
13651
13652 2008-03-19  Glenn Morris  <rgm@gnu.org>
13653
13654         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13655         Accidentally removed in the sync process with Emacs.
13656
13657 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * message.el (message-alter-recipients-discard-bogus-full-name):
13660         New function.
13661         (message-alter-recipients-function): New variable.
13662         (message-get-reply-headers): Use it.
13663         (message-replace-header): New helper function.
13664         (message-recipients-without-full-name): New variable.
13665         (message-simplify-recipients): New command.
13666
13667         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13668
13669         * message.el (message-info): Handle EasyPG manual.
13670
13671         * mml.el (mml-menu): Add entry for EasyPG.
13672
13673 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13674
13675         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13676         parameter.
13677
13678         * message.el (message-disassociate-draft): Specify drafts group name
13679         fully.
13680
13681 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13682
13683         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13684         Eliminate unnecessary duplicates from the match list.
13685
13686 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13689
13690         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13691
13692         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13693         args of `how-many' of which the XEmacs version doesn't take; declare
13694         Info-index-next as function.
13695
13696 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * gnus-score.el (gnus-score-headers): Fix handling of
13699         gnus-inhibit-slow-scoring.
13700
13701         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13702         string.
13703         (gnus-button-url-regexp): Improve handling of parenthesis.
13704         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13705         (gnus-button-handle-info-keystrokes): Handle index entries.
13706
13707 2008-03-15  Glenn Morris  <rgm@gnu.org>
13708
13709         * parse-time.el (parse-time-string): Simplify.
13710
13711 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13714         Incoming* files.
13715
13716 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13717
13718         * auth-source.el (auth-sources): Rename from auth-source-choices.
13719         (auth-source-pick): Use it.
13720
13721 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13722
13723         * binhex.el (binhex-decode-region-internal):
13724         * uudecode.el (uudecode-decode-region-internal):
13725         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13726         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13727         setting default-enable-multibyte-characters.
13728
13729 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13730
13731         * auth-source.el (auth-source-protocols)
13732         (auth-source-protocols-customize, auth-source-choices): Add and
13733         modified variable customizations and defaults.
13734         (auth-source-pick, auth-source-user-or-password)
13735         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13736         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13737         (auth-source-user-or-password-sftp)
13738         (auth-source-user-or-password-smtp): Use new variables and provide an
13739         interface to netrc.el.
13740
13741 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13744         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13745         Make sure the nntp port to specify is a string.
13746
13747 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13748
13749         * nntp.el: Use with-current-buffer.
13750         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13751         dubious mm-with-unibyte-current-buffer.
13752         (nntp-with-open-group-function): New function extracted from
13753         nntp-with-open-group macro.
13754         (nntp-with-open-group): Use the function, so it's easier to debug.
13755         Add indentation and debugging info.
13756         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13757         Recommend the use of the netcat alternatives.
13758
13759         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13760         Avoid mm-string-as-multibyte as well.
13761
13762         * nnweb.el (nnweb-insert-html):
13763         Remove use of nnheader-string-as-multibyte.
13764
13765         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13766         (nnheader-string-as-multibyte): Remove.
13767
13768         * mm-view.el: Use inhibit-read-only.
13769         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13770         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13771         or unibyte-string.
13772
13773         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13774         (mm-uu-yenc-extract): Use with-current-buffer.
13775
13776         * gnus-soup.el (gnus-soup-send-packet): Don't use
13777         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13778
13779         * nnmh.el: Use with-current-buffer.
13780         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13781         mm-string-as-multibyte on the output of mm-encode-coding-string.
13782
13783         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13784         (nnimap-request-move-article): Use with-current-buffer.
13785
13786         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13787         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13788         conversion uses string-make-unibyte rather than string-as-unibyte.
13789
13790         * gnus-msg.el: Use with-current-buffer.
13791
13792         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13793
13794 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13795
13796         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13797         string for caching if it is 'PIN.
13798
13799 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * lpath.el: Consider the case without Emacs/W3.
13802
13803 2008-03-08  Glenn Morris  <rgm@gnu.org>
13804
13805         * time-date.el (date-to-time, time-subtract, time-add)
13806         (safe-date-to-time): Doc fixes.
13807
13808 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * mail-source.el (mail-source-delete-old-incoming-confirm):
13811         Change default to nil.
13812         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13813
13814 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * lpath.el: Rearrange.
13817
13818         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13819         (gnus-article-goto-prev-page): Work for articles having ^L's.
13820
13821         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13822
13823         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13824
13825 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13826
13827         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13828         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13829         (gnus-bookmark-jump): Adjust some variable names.
13830
13831 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13832
13833         * auth-source.el: New package.
13834         (auth-source-choices): Add customization entry point variable.
13835
13836         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13837         bug.
13838
13839 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13842         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13843         (gnus-registry-install-shortcuts): Rename from
13844         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13845         the `gnus-registry-mark-map' keymap dynamically from
13846         `gnus-registry-marks'.  The generated functions update the summary line
13847         when a registry mark is added or deleted, and will call
13848         `gnus-registry-install-p' (see the comments in the code).
13849         (gnus-registry-user-format-function-M): Use concat intelligently.
13850
13851         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13852         the registry mark functions.
13853
13854 2008-03-05  Glenn Morris  <rgm@gnu.org>
13855
13856         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13857         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13858         gnus-art.
13859         (top-level): No need to load own source when compiling.
13860
13861 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13864         Suggested by <chris.anderton@zetnet.co.uk>.
13865
13866 2008-03-04  Glenn Morris  <rgm@gnu.org>
13867
13868         * gnus-sum.el (top-level): No need to require gnus when compiling,
13869         since unconditionally required near start of file.
13870         (gnus-summary-display-while-building): Move definition before use.
13871
13872 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13873
13874         * gnus-registry.el (gnus-registry-user-format-function-M):
13875         Add formatting function.
13876
13877 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13878
13879         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13880         with plists.
13881         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13882         Use new format.
13883
13884 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13887         `where-is-internal' that returns a range of key sequences.
13888
13889 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13890
13891         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13892
13893         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13894         (gnus-summary-jump-to-group): Consider windows on other displayed
13895         frames as well.  Similar changes might be needed elsewhere, but that's
13896         the one I've bumped into during my use.
13897
13898         * nndoc.el (nndoc-oe-dbx-type-p):
13899         * gnus-msg.el (gnus-debug):
13900         * gnus-group.el (gnus-update-group-mark-positions):
13901         Use mm-string-to-multibyte.
13902
13903 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13906         doesn't handle NotDashEscaped.
13907
13908         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13909         (mml-dnd-attach-options): Fix typo in custom choice.
13910
13911         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13912         Change nndoc-article-type to mbox.
13913         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13914
13915         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13916         to nil, instead of html2text.
13917
13918         * imap.el (imap-debug): Add `imap-ping-server'.
13919
13920         * gnus-bookmark.el: Add FIXMEs.
13921
13922         * message.el (message-form-letter-separator)
13923         (message-send-form-letter-delay): New variables.
13924         (message-send-form-letter): Use them.  New command to send form
13925         letters.  Requested by Uwe Siart.
13926         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13927
13928 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13929
13930         * Update copyright years.
13931
13932 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13933
13934         Sync from EMACS_22_BASE.
13935
13936         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13937
13938 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13939
13940         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13941         empty author.
13942
13943 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13944
13945         * gnus-registry.el (gnus-registry-marks): Add variable for
13946         customization of marks and their appearance.
13947         (gnus-registry-read-mark): Use it.
13948         (gnus-registry-do-marks): Add utility function to loop through
13949         `gnus-registry-marks'.
13950         (gnus-registry-install-shortcuts-and-menus): Add function to install
13951         shortcuts and menus.
13952         (gnus-registry-initialize): Use it.
13953         (gnus-registry-default-mark): Clarify documentation.
13954
13955 2008-02-29  Glenn Morris  <rgm@gnu.org>
13956
13957         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13958         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13959         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13960         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13961         Change defcustom :version from 23.0 to 23.1.
13962
13963 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * gnus-registry.el (gnus-registry-follow-group-p)
13966         (gnus-registry-post-process-groups): Add functions to aid registry
13967         splitting and improve logging.  Clarify behavior in function
13968         documentation.
13969         (gnus-registry-split-fancy-with-parent): Use them.
13970
13971 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13972
13973         * gnus-art.el: Use with-current-buffer.
13974
13975 2008-02-27  David Engster  <dengste@eml.cc>
13976
13977         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13978         Express real group name in the response.
13979
13980 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13983         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13984         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13985         autoload gnus-registry-fetch-group when compiling.
13986         (nnmairix-request-group-with-article-number-correction):
13987         Remove unreferenced argument passed to nnmairix-call-backend.
13988
13989 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13992         (mm-uu-extract): Improve face for low color ttys.
13993         Reported by Sascha Wilde.
13994
13995 2008-02-27  Glenn Morris  <rgm@gnu.org>
13996
13997         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13998         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13999         variables to defconsts.  Convert comments to doc-strings.
14000         (nnmairix-last-server, nnmairix-current-server): Convert from free
14001         variables to defvars.  Convert comments to doc-strings.
14002         (gnus-registry-fetch-group): Autoload.
14003         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14004         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14005         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14006         caddr.
14007         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14008         nnmairix-request-group-with-article-number-correction call.
14009         (nnmairix-fast, nnmairix-group): New, less general names, for free
14010         variables passed from nnmairix-request-group to
14011         nnmairix-request-group-with-article-number-correction.  Declare.
14012         (nnmairix-request-group-with-article-number-correction):
14013         Use nnmairix-fast, nnmairix-group rather than fast, group.
14014
14015 2008-02-26  David Engster  <dengste@eml.cc>
14016
14017         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14018         version 0.5.
14019
14020 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14021
14022         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14023         instead of making an extra function call.  Don't add the current group
14024         to articles only when they have the group.  Use
14025         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14026         Reported by David <de_bb@arcor.de>.
14027
14028 2008-02-24  Miles Bader  <miles@gnu.org>
14029
14030         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14031         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14032         (mm-find-mime-charset-region):
14033         * mm-bodies.el (mm-encode-body):
14034         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14035
14036 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14039         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14040
14041 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * mail-source.el (mail-source-delete-incoming): Change default.
14044         Supplement doc string.
14045
14046         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14047
14048 2008-02-14  Glenn Morris  <rgm@gnu.org>
14049
14050         * time-date.el (format-seconds): New function.
14051
14052 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14053
14054         * nnmail.el (nnmail-message-id-cache-file): Derive from
14055         `gnus-home-directory'.
14056
14057 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14060         Document negative prefix.
14061
14062         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14063
14064 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14065
14066         * message.el (message-unsent-separator): Add the Exim bounce
14067         separator.
14068
14069 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14070
14071         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14072         list.
14073         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14074         recipient/signer list.
14075
14076 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * Makefile.in (datarootdir): Define.
14079         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14080         name that might contain whitespace.
14081
14082 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14085         fbound (Emacs 23 unicode), signal an error.
14086
14087 2008-02-08  Glenn Morris  <rgm@gnu.org>
14088
14089         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14090
14091 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14092
14093         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14094         ports to the calls to `netrc-machine-user-or-password' in addition to
14095         "imap" and "imaps".
14096
14097 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14098
14099         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14100
14101         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14102
14103 2008-02-01  Kenichi Handa  <handa@m17n.org>
14104
14105         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14106         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14107         (rfc2104-hash): Convert the result of concat to unibyte string.
14108
14109 2008-02-01  Dave Love  <fx@gnu.org>
14110
14111         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14112         coding-system-for-read.
14113         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14114
14115 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14118         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14119         <hanche@math.ntnu.no>.
14120
14121 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14124
14125         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14126
14127 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14128
14129         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14130         * message.el (message-beginning-of-line): Use featurep instead of bound
14131         tests in order to resolve conditionals at compile time.
14132
14133 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14134
14135         * mail-source.el (mail-sources): Add `group' choice.
14136
14137         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14138         parameter `in-group' to control into which group the articles go.
14139         Add treatment of `group' mail-source.
14140
14141 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14144
14145         * mm-decode.el (mm-dissect-buffer): Decode description.
14146
14147         * mml.el (mml-to-mime): Encode message header first.
14148
14149 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14152         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14153
14154         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14155         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14156
14157 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14158
14159         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14160
14161 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14164         prefix keys.
14165         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14166         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14167         gnus-xmas.el.
14168
14169         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14170         (gnus-xmas-article-describe-bindings): New function.
14171         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14172         gnus-xmas-article-describe-bindings.
14173
14174         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14175
14176 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14177
14178         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14179         Add new variables for article mark management.
14180         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14181         list of extra data entries which, when present, will indicate that the
14182         article ID should not be trimmed from the registry.
14183         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14184         functions.
14185         (gnus-registry-read-mark): New function to read a mark name from the
14186         user.
14187         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14188         (gnus-registry-set-article-mark-internal): New functions to add and
14189         remove marks.
14190         (gnus-registry-get-article-marks): New function to show the marks for
14191         an article, or retrieve them for further use.
14192
14193 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14196         keys when no argument is given.
14197
14198 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * imap.el (imap-ping-server): New variable.
14201         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14202         (imap-ping-server): Minor doc string fixes.
14203
14204 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14205
14206         * imap.el (imap-ping-server): New function.
14207         (imap-opened): Call imap-ping-server.
14208
14209 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gnus-sum.el (gnus-article-sort-by-random)
14212         (gnus-thread-sort-by-random): Fix doc strings.
14213         Reported by jidanni@jidanni.org.
14214
14215 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-art.el (gnus-article-describe-bindings): New function.
14218         (gnus-article-read-summary-keys): Use it.
14219         (gnus-article-mode-map): Bind `C-h b' to it.
14220
14221 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14224         XEmacs.
14225         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14226         Protect against non-character events.
14227
14228         * lpath.el: Fbind map-keymap for Emacs 21.
14229
14230 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14233         New command.
14234         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14235         instead of END.  Change name of the temp file.
14236         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14237         customizable.
14238
14239 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14242         bind `S W' to gnus-article-wide-reply-with-original; set default
14243         binding to gnus-article-read-summary-send-keys.
14244         (gnus-article-read-summary-keys): Fix the order of keys; display
14245         continuation keys correctly in the echo area; describe bindings
14246         correctly when keys end with `C-h'.
14247         (gnus-article-read-summary-send-keys): New function.
14248         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14249         Work for gnus-article-read-summary-send-keys; display continuation keys
14250         correctly in the echo area.
14251         (gnus-article-reply-with-original): Ignore prefix argument.
14252         (gnus-article-wide-reply-with-original): New function.
14253
14254         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14255         Emacs 21.
14256
14257 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14260         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14261
14262 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14265         (gnus-group-read-ephemeral-gmane-group): New command.
14266
14267 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14268
14269         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14270
14271 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14272
14273         * message.el (message-send-mail-function): Increase custom version.
14274
14275         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14276         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14277
14278 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14279
14280         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14281         for the cases where imap-authenticate is called with a nil buffer
14282         parameter.
14283
14284 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14287         html parts correctly; support forwarded messages.
14288         (gnus-article-browse-html-article): Remove work buffers.
14289
14290         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14291         compiling.
14292         (netrc-bound-and-true-p): New macro.
14293         (netrc-parse): Use it instead of bound-and-true-p that is not available
14294         in XEmacs 21.4.
14295
14296 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14297
14298         * gnus-registry.el (gnus-registry-mark-article)
14299         (gnus-registry-article-marks): Add functionality to mark articles
14300         through the Gnus registry.
14301
14302         * encrypt.el: Clarify documentation for the new pgg method.
14303         (encrypt-file-alist): Add PGG option.
14304         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14305         functionality.  Abstract password key and messaging to external
14306         functions.
14307         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14308         (encrypt-message-method-and-cipher): Add new convenience external
14309         functions.
14310         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14311         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14312
14313         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14314         (netrc-parse): Use encrypt-file-alist to determine if
14315         encrypt-find-model or encrypt-insert-file-contents should be used.
14316
14317         * encrypt.el: Clarify documentation.  Load password-cache or
14318         password, whichever one is found first, instead of autoloading.
14319
14320 2007-12-19  Glenn Morris  <rgm@gnu.org>
14321
14322         * mml.el (message-options-set, message-narrow-to-head)
14323         (message-in-body-p, message-mail-p, message-encode-message-body):
14324         Autoload.
14325         (message-remove-header, message-narrow-to-headers-or-head)
14326         (message-subscribed-p, message-make-mail-followup-to)
14327         (message-position-on-field, message-news-p)
14328         (message-options-set-recipient, message-generate-headers)
14329         (message-sort-headers): Declare as functions.
14330
14331 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14334         convention in doc string.
14335
14336 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14339         title to html parts.
14340         (gnus-article-browse-html-article): Pass message header to it.
14341
14342         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14343
14344 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14345
14346         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14347         or password compatible with XEmacs.
14348
14349 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14352         format document.
14353         (gnus-mime-delete-part): Don't write description line if empty.
14354         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14355
14356 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14357
14358         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14359         (gnus-summary-mark-read-and-unread-as-read)
14360         (gnus-summary-mark-current-read-and-unread-as-read)
14361         (gnus-summary-mark-unread-as-ticked): Doc fix.
14362         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14363
14364 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14365
14366         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14367         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14368
14369 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14372         yes-or-no-p.
14373
14374 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * mm-decode.el (mm-add-meta-html-tag): New function.
14377         (mm-save-part-to-file, mm-pipe-part): Use it.
14378
14379         * gnus-art.el (gnus-article-browse-delete-temp-files):
14380         Use gnus-y-or-n-p instead of y-or-n-p.
14381         (gnus-article-browse-html-parts): Work with message/external-body; use
14382         mm-add-meta-html-tag.
14383
14384 2007-12-11  Glenn Morris  <rgm@gnu.org>
14385
14386         * gnus-cache.el: Require gnus-sum not just when compiling.
14387
14388         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14389
14390         * gnus-int.el (gnus-server-opened, gnus-status-message):
14391         Move definitions before use.
14392
14393         * mm-decode.el: Require gnus-util.
14394         (mm-remove-part): Only call delete-annotation on XEmacs.
14395
14396         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14397
14398         * nnmail.el: Require gnus-int.
14399
14400         * spam.el: Move `require's before `eval-when-compile's.
14401
14402         * gnus-ems.el (gnus-alive-p):
14403         * gnus-fun.el (message-goto-eoh):
14404         * gnus-util.el (gnus-group-name-decode):
14405         * mail-source.el (gnus-compress-sequence):
14406         * message.el (Info-goto-node, format-spec):
14407         * mm-bodies.el (message-options-get):
14408         * mm-decode.el (mm-view-pkcs7):
14409         * mm-util.el (gmm-write-region):
14410         * mml-smime.el (mml-compute-boundary)
14411         (gnus-completing-read-with-default):
14412         * mml.el (widget-button-press, gnus-make-hashtable):
14413         * mml1991.el (mm-decode-content-transfer-encoding)
14414         (mm-encode-content-transfer-encoding)
14415         (message-options-get, message-options-set):
14416         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14417         * nnfolder.el (gnus-request-group):
14418         * nnheader.el (ietf-drums-unfold-fws):
14419         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14420         * smime.el (gnus-run-mode-hooks):
14421         * spam-stat.el (gnus-message): Autoload.
14422
14423         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14424         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14425         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14426         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14427         Add declare-function compatibility definition.
14428
14429         * gnus-cache.el (nnvirtual-find-group-art):
14430         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14431         (gnus-add-image, gnus-add-wash-type):
14432         * gnus-group.el (nnkiboze-score-file):
14433         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14434         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14435         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14436         (message-tokenize-header, gnus-get-buffer-create)
14437         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14438         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14439         * gnus.el (gnus-group-decoded-name):
14440         * mail-source.el (imap-capability):
14441         * mm-bodies.el (message-options-set):
14442         * mm-decode.el (gnus-configure-windows):
14443         * mm-extern.el (message-goto-body):
14444         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14445         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14446         (epg-sub-key-validity, message-options-set):
14447         * mml.el (widget-event-point, gnus-configure-windows):
14448         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14449         * mml2015.el (epg-check-configuration, epg-configuration)
14450         (message-options-set):
14451         * nndb.el (nndb-request-article):
14452         * nnfolder.el (gnus-request-create-group):
14453         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14454         * nnmaildir.el (gnus-group-mark-article-read):
14455         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14456         * rfc1843.el (message-fetch-field):
14457         * spam.el (gnus-extract-address-components):
14458         Declare as functions.
14459
14460 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14463
14464         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14465
14466         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14467         bind show-trailing-whitespace for XEmacs.
14468
14469 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14472         new no-op macro for backward compatibility.
14473
14474         * imap.el (imap-string-to-integer): New function.
14475
14476 2007-12-09  Glenn Morris  <rgm@gnu.org>
14477
14478         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14479
14480         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14481         * message.el, mm-view.el, sieve-manage.el, smime.el:
14482         Add declare-function compatibility definition.
14483
14484         * gnus-art.el (w3-region, w3m-region, Info-menu):
14485         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14486         * gnus-sum.el (gnus-get-predicate):
14487         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14488         * message.el (mail-abbrev-in-expansion-header-p):
14489         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14490         (w3m-detect-meta-charset, w3m-region):
14491         * sieve-manage.el (password-read, password-cache-add)
14492         (password-cache-remove):
14493         * smime.el (password-read-and-add): Declare as functions.
14494
14495 2007-12-08  David Kastrup  <dak@gnu.org>
14496
14497         * gnus-sum.el (gnus-summary-simplify-subject-query):
14498         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14499         `message'.
14500
14501 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14504         it to bind idna-program, installation-directory, defined-colors, and
14505         face-attribute for XEmacs of the version that compiles defcustom forms.
14506
14507 2007-12-07  Glenn Morris  <rgm@gnu.org>
14508
14509         * gnus-art.el (article-make-date-line): Revert previous change.
14510
14511 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14514
14515 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14516
14517         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14518         Call gnus-add-to-range ranges only once with a prepared article-list.
14519
14520 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14521
14522         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14523         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14524         group names with backslashes.
14525         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14526
14527 2007-12-06  Deepak Goel  <deego3@gmail.com>
14528
14529         * gnus-art.el (article-make-date-line):
14530         * gnus-start.el (gnus-load):
14531         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14532
14533 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * gnus-art.el (gnus-use-idna):
14536         * gnus-start.el (gnus-site-init-file):
14537         * message.el (message-use-idna):
14538         * mm-uu.el (mm-uu-hide-markers):
14539         * smiley.el (smiley-style): Revert changes that suppress warnings.
14540
14541 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14544         specify charset to html source.
14545         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14546
14547 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14550         idna-program in order to suppress byte compile warning issued by XEmacs
14551         that came to byte compile the default value section of defcustom forms
14552         recently.
14553
14554         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14555         value of installation-directory.
14556
14557         * message.el (message-use-idna): Don't directly refer to the value of
14558         idna-program.
14559
14560         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14561
14562         * smiley.el (smiley-style): Don't directly call face-attribute.
14563
14564 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14567
14568         * gnus-dired.el: Reduce Gnus dependencies.
14569         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14570         Don't require.  Use autoloads instead.
14571         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14572         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14573         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14574         (gnus-dired-mode): Adjust doc string.
14575         (gnus-dired-mail-mode): New variable.
14576         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14577         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14578         (gnus-dired-mail-buffers): New function.  Return mail or message
14579         composition buffers.
14580         (gnus-dired-attach): Use it.
14581         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14582         NO-DECODE.
14583         (gnus-dired-print): Use `gnus-print-buffer' depending on
14584         `gnus-dired-mail-mode'.
14585
14586 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * rfc2047.el (rfc2047-encoded-word-regexp)
14589         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14590         explaining what regexp patterns are for.
14591
14592 2007-12-04  Glenn Morris  <rgm@gnu.org>
14593
14594         * password.el: Move to password-cache.el.
14595
14596         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14597         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14598         * mml-smime.el (password-read, password-cache-add)
14599         (password-cache-remove):
14600         No need to autoload, since mml-sec requires password.
14601
14602         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14603         * message.el (gnus-extract-address-components):
14604         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14605
14606         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14607         password.
14608
14609 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * mailcap.el: Reduce dependencies.
14612         (mail-header-parse-content-type): Autoload.
14613         (mailcap-delete-duplicates): New alias.
14614         (mailcap-mime-info): Add optional argument NO-DECODE.
14615         (mailcap-mime-types): Use mailcap-delete-duplicates.
14616
14617         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14618
14619 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14620
14621         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14622         (imap-parse-status): Upcase status-att for servers that sends them
14623         lower-case (e.g., MS Exchange 2007).
14624
14625 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14626
14627         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14628         function.
14629
14630         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14631         (gnus-uu-yenc-article): New function.
14632
14633         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14634
14635         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14636
14637 2007-12-02  Glenn Morris  <rgm@gnu.org>
14638
14639         * binhex.el (binhex): New custom group.
14640         (binhex-decoder-program, binhex-decoder-switches)
14641         (binhex-use-external): Move to the binhex custom group.
14642
14643         * uudecode.el (uudecode): New custom group.
14644         (uudecode-decoder-program, uudecode-decoder-switches)
14645         (uudecode-use-external): Move to the uudecode custom group.
14646
14647         * netrc.el (top-level): Don't load `encrypt' features.
14648         (netrc-parse): Don't use encrypt.
14649         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14650
14651         * encrypt.el: Remove file.
14652
14653 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14656         matches on patches.
14657
14658         * gnus-art.el (gnus-article-browse-html-article):
14659         Mention `mm-text-html-renderer' in the doc string.
14660
14661         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14662         string.  Add comments.
14663
14664         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14665         if rhs is ASCII.
14666
14667 2007-12-01  Glenn Morris  <rgm@gnu.org>
14668
14669         * mail-source.el (top-level): Require format-spec before
14670         eval-when-compile.
14671
14672 2007-11-30  Glenn Morris  <rgm@gnu.org>
14673
14674         * encrypt.el: Require password, rather than autoloading password-read.
14675
14676 2007-11-29  Glenn Morris  <rgm@gnu.org>
14677
14678         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14679         (sasl-make-client, sasl-next-step, sasl-step-data)
14680         (sasl-step-set-data): Declare as functions.
14681
14682 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14685
14686 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14687
14688         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14689         certs should be verified and what is to be done in the event of a
14690         verification failure.
14691
14692         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14693         caller can indicate whether the cache should be disregarded for this
14694         call.  This way the result of the call is reproducible at all times and
14695         can be considered a canonical server name for the supplied method.
14696         (gnus-agent-method-p): Canonicalize server names by pushing their
14697         method through `gnus-method-to-server' using the no-cache argument.
14698
14699         * gnus-srvr.el (gnus-server-insert-server-line):
14700         Call `gnus-method-to-server' with `no-cache' argument.
14701
14702         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14703         gnus-agent-possibly-synchronize-flags as this should be called when the
14704         server is actually being opened.
14705         (gnus-agent-possibly-synchronize-flags)
14706         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14707         flags file of an agentized server to the latter function.
14708
14709         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14710         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14711         after a connection has been established successfully.
14712
14713 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * gnus-art.el (article-display-face): Force to display face if called
14716         interactively; check if gnus-article-x-face-too-ugly matches author.
14717         (article-display-x-face): Display face even if From header is missing
14718         as article-display-face does.
14719
14720 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14721
14722         * hashcash.el (message-narrow-to-headers-or-head)
14723         (message-fetch-field, message-goto-eoh)
14724         (message-narrow-to-headers): Declare as functions.
14725
14726 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * mail-source.el (mail-sources): Default to fetch from file for
14729         compatibility with default of nnmail-spool-file.
14730
14731 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14734         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14735         to look for encoded word that should be encoded again.
14736         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14737         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14738         encoding pattern.
14739         (rfc2047-decode-region): Switch strict regexp and loose one according
14740         to rfc2047-allow-irregular-q-encoded-words.
14741
14742 2007-11-25  Romain Francoise  <romain@orebokech.com>
14743
14744         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14745
14746 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14747
14748         * tls.el (tls-program): Provide more custom choices from
14749         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14750         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14751
14752 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14753
14754         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14755         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14756
14757         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14758         `nnmail-spool-file'.
14759
14760         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14761         `nnmail-spool-file'.
14762
14763         * gnus-move.el (gnus-change-server): Ditto.
14764
14765         * gnus-kill.el (gnus-batch-score): Ditto.
14766
14767         * gnus-cache.el (gnus-jog-cache): Ditto.
14768
14769         * gnus-msg.el (gnus-summary-reply):
14770         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14771
14772 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14775         version.  Minor improvement to doc strings.
14776         (tls-program): Add comment.
14777
14778 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14779
14780         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14781         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14782         mismatch between the hostname provided in the certificate and the name
14783         of the host connnecting to.
14784         (open-tls-stream): Use them.  Check certificates against trusted root
14785         certificates.
14786
14787 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * gnus-cache.el (gnus-cache-generate-nov-databases):
14790         Use nnml-generate-nov-databases-directory instead of
14791         nnml-generate-nov-databases-1.
14792
14793 2007-11-24  Glenn Morris  <rgm@gnu.org>
14794
14795         * message.el (message-tool-bar-retro): Update for rename
14796         mail_send.xpm->mail-send.xpm.
14797
14798 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14801         `smime-ldap-search' for Emacs 22 and up.
14802
14803 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14804
14805         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14806
14807         * message.el (message-send-mail-function): Fix error convention.
14808         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14809         (message-widen-reply, message-send-mail, message-talkative-question)
14810         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14811         (message-clone-locals, message-send-news): Use with-current-buffer.
14812         (message-insert-or-toggle-importance): Remove unused var `valid'.
14813         (message-make-references): Remove unused var `new-references'.
14814         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14815
14816 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14817
14818         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14819         (spam-split-symbolic-return-positive): Reflow docstring.
14820         (spam-backends, spam-summary-exit-behavior)
14821         (spam-mark-ham-unread-before-move-from-spam-group)
14822         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14823         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14824         (spam-clear-cache, spam-backend-check, spam-install-backend)
14825         (spam-install-statistical-backend, spam-list-of-processors)
14826         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14827         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14828         (spam-check-crm114, spam-initialize, spam-unload-hook):
14829         Fix typos in docstrings.
14830
14831 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14834         been checked if they have never been read and those group levels are
14835         higher than the one that a user specified.
14836
14837 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14840         foreign groups unless a group level is specified by a user.
14841         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14842
14843 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * message.el (message-send-mail-function): Require sendmail.
14846
14847 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * message.el (message-send-mail-function): Check for smtpmail too.
14850
14851         * utf7.el (utf7-encode, utf7-decode): Use coding system
14852         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14853
14854         * message.el (message-send-mail-function): New function.
14855         (message-send-mail-function): Set default using
14856         message-send-mail-function.  Adjust doc string.
14857         (message-send-mail-with-mailclient): New function.
14858
14859 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14860
14861         * smime.el (from):
14862         * rfc2047.el (message-posting-charset):
14863         * qp.el (mm-use-ultra-safe-encoding):
14864         * pop3.el (parse-time-months):
14865         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14866         * nnml.el (files):
14867         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14868         (jka-compr-compression-info-list, ange-ftp-path-format)
14869         (efs-path-regexp):
14870         * nndiary.el (files):
14871         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14872         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14873         (epg-digest-algorithm-alist, inhibit-redisplay)
14874         (password-cache-expiry):
14875         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14876         (pgg-output-buffer, password-cache-expiry):
14877         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14878         (efs-path-regexp):
14879         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14880         (inhibit-redisplay):
14881         * mm-uu.el (file-name, start-point, end-point, entry)
14882         (gnus-newsgroup-name, gnus-newsgroup-charset):
14883         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14884         (latin-unity-ucs-list):
14885         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14886         (mm-uu-binhex-decode-function):
14887         * message.el (gnus-message-group-art, gnus-list-identifiers)
14888         (rmail-enable-mime-composing, gnus-local-organization)
14889         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14890         (gnus-read-active-file, facemenu-add-face-function)
14891         (facemenu-remove-face-function, gnus-article-decoded-p)
14892         (tool-bar-mode):
14893         * mail-source.el (display-time-mail-function):
14894         * gnus-util.el (nnmail-pathname-coding-system)
14895         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14896         (gnus-original-article-buffer, gnus-user-agent)
14897         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14898         (xemacs-codename, sxemacs-codename, emacs-program-version):
14899         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14900         * gnus-start.el (gnus-agent-covered-methods)
14901         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14902         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14903         (gnus-newsgroup-headers, gnus-group-list-mode)
14904         (gnus-group-mark-positions, gnus-newsgroup-data)
14905         (gnus-newsgroup-unreads, nnoo-state-alist)
14906         (gnus-current-select-method, mail-sources)
14907         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14908         (nnmail-spool-file, gnus-cache-active-hashtb):
14909         * gnus-mh.el (mh-lib-progs):
14910         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14911         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14912         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14913         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14914         (gnus-group-buffer):
14915         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14916         (font-lock-set-defaults):
14917         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14918         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14919         (gnus-summary-post-menu, total-parts, type, condition, length):
14920         * gnus-agent.el (gnus-agent-read-agentview):
14921         * flow-fill.el (show-trailing-whitespace):
14922         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14923         eval-and-compile wrappers for byte compiler pacifiers.
14924
14925         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14926         (mm-display-inline-fontify): Check for featurep 'xemacs not
14927         extent-list.
14928
14929         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14930         itimer-list.
14931         (mm-create-image-xemacs): Only do something for XEmacs.
14932         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14933
14934         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14935
14936         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14937         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14938
14939 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14940
14941         * nnimap.el (nnimap-split-download-body):
14942         * gnus-demon.el (gnus-demon):
14943         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14944
14945 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14948         New macros.
14949         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14950         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14951         copy data from unibyte buffer to multibyte current buffer.
14952         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14953         to copy data from unibyte current buffer to multibyte buffer.
14954         (nntp-make-process-buffer): Make process buffer unibyte.
14955
14956         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14957
14958 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14959
14960         * pop3.el (pop3-open-server): Accept and process data more robustly at
14961         connection start to avoid spurious "POP SSL connection failed" errors.
14962
14963 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14966         read group names.
14967
14968 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14971
14972 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14975         (nnmail-save-active): Use a unibyte buffer when saving active file,
14976         which may contain non-ASCII group names.
14977
14978         * nnml.el (nnml-request-group): Decode group names in messages.
14979
14980 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * message.el (message-citation-line-function)
14983         (message-insert-formatted-citation-line): Fix spelling of
14984         `message-insert-formated-citation-line'.
14985
14986 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14987
14988         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14989
14990 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14993         nnmail-pathname-coding-system.
14994
14995         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14996         that a user enters; decode group names in messages.
14997
14998         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14999
15000 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15003
15004         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15005
15006         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15007         risky local variable.
15008
15009         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15010
15011 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15012
15013         * encrypt.el: Improve documentation to fix function name typo.
15014         Reported by Daiki Ueno <ueno@unixuser.org>.
15015
15016 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15019         even if the point is not in the last page of an article.
15020         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15021         back to the previous page.
15022
15023 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15026
15027 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15030
15031 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15032
15033         * message.el (message-check-news-body-syntax):
15034         Avoid mm-string-as-multibyte.
15035         (message-hide-headers): Don't assume (point-min)==1.
15036
15037 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * message.el (message-remove-blank-cited-lines): Fix if remove is
15040         given.
15041         (message-bogus-address-regexp): New variable.
15042         (message-bogus-recipient-p): New function.
15043         (message-check-recipients): New command.
15044         (message-syntax-checks): Add `bogus-recipient'.
15045         (message-fix-before-sending): Add `bogus-recipient'.
15046
15047         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15048         (gnus-treat-body-boundary): Don't test window-system.
15049
15050 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15051
15052         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15053
15054 2007-10-28  Miles Bader  <miles@gnu.org>
15055
15056         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15057         at compile-time too.
15058
15059 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * gnus-msg.el (gnus-message-setup-hook):
15062         Add `message-remove-blank-cited-lines' to options.
15063
15064 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * message.el (message-remove-blank-cited-lines): New function.
15067         Suggested by Karl Plästerer.
15068
15069 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15072         mapc.
15073
15074         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15075         (top-level): Use mapc to set functions to be traced for debugging.
15076
15077         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15078         called for effect with while loop.
15079
15080         * message.el (message-talkative-question): Replace mapcar called for
15081         effect with mapc.
15082
15083         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15084         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15085         called for effect with dolist.
15086
15087         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15088
15089         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15090         gnus-extra-headers and nnmail-extra-headers.
15091
15092         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15093         called for effect with dolist.
15094         (top-level): Use mapc to set functions to be traced for debugging.
15095
15096         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15097         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15098         dolist.
15099
15100         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15101         Replace mapcar called for effect with mapc.
15102         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15103         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15104         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15105         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15106
15107         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15108         remove-if that's a cl function.
15109
15110         * webmail.el (webmail-debug): Replace mapcar called for effect with
15111         dolist.
15112
15113         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15114         with mapc.
15115
15116 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15119         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15120         with while loop.
15121
15122         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15123         functions from article-* functions.
15124         (gnus-multi-decode-header): Replace mapcar called for effect with
15125         dolist.
15126
15127         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15128         (gnus-bookmark-show-details): Replace mapcar called for effect with
15129         while loop.
15130
15131         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15132         called for effect with while loop.
15133
15134         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15135         with dolist.
15136
15137         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15138         Replace mapcar called for effect with dolist.
15139
15140         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15141
15142         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15143         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15144         Replace mapcar called for effect with dolist.
15145         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15146         mapc.
15147
15148         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15149         Replace mapcar called for effect with dolist.
15150         (gnus-topic-list): Replace mapcar called for effect with mapc.
15151
15152         * gnus.el: Use mapc instead of mapcar to add autoloads.
15153
15154 2007-10-23  Richard Stallman  <rms@gnu.org>
15155
15156         * gnus-group.el (gnus-group-highlight): Mark as risky.
15157
15158 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus.el (gnus-server-to-method): Return method found first in
15161         gnus-newsrc-alist.
15162
15163         * gnus-art.el (gnus-article-highlight-signature)
15164         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15165         button overlay without the front stickiness.
15166
15167 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15168
15169         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15170         overview buffer needed a catch to receive its throw.
15171         (gnus-agent-flush-cache): Declare as interactive to make this function
15172         easier to use.
15173
15174 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15175
15176         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15177         `next-line'.
15178
15179 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15182         exclude address matching message-dont-reply-to-names.
15183
15184 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-util.el (gnus-string<): New function.
15187
15188         * gnus-sum.el (gnus-article-sort-by-author)
15189         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15190
15191 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15194         the frame-focus tag is set in gnus-buffer-configuration.
15195
15196 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15199         the front stickiness.
15200
15201 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15204         url pattern; remove duplicate one.
15205         (gnus-article-extend-url-button): New function.
15206         (gnus-article-add-buttons): Use it.
15207         (gnus-button-push): Use concatenated url that it makes.
15208
15209 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15210
15211         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15212
15213 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15214
15215         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15216         Don't hardcode point-min==1.
15217
15218 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15221         Fix comment about "iso8859-1".
15222
15223 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15224
15225         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15226         ones returned from the verify-function.
15227
15228         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15229         Call mml2015-extract-cleartext-signature if extraction failed.
15230
15231 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15232
15233         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15234         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15235         failed.
15236
15237 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15240
15241 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15244         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15245         recommends to use EasyPG instead of PGG.
15246
15247         * pgg.el: Revert to revision 6.23.2.16.
15248
15249         * pgg-def.el: Revert to revision 6.6.2.14.
15250
15251         * pgg-gpg.el: Revert to revision 6.23.2.34.
15252
15253 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15254
15255         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15256         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15257         thread for both the null and zero (kill/expire thread) universal prefix
15258         cases.
15259         (gnus-summary-expire-thread): Add new function to expire a thread,
15260         using gnus-summary-kill-thread.
15261         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15262         shortcuts for gnus-summary-expire-thread.
15263         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15264         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15265
15266 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15269         extras value, so an extras entry can be deleted.
15270         (gnus-registry-delete-extra-entry): Use it.
15271         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15272         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15273         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15274         storage through the gnus-registry, and provide an appropriate API for
15275         it.
15276
15277 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15280         Suggested by Leo <sdl.web@gmail.com>.
15281
15282         * gnus.el: Do.
15283
15284 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15287         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15288
15289         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15290
15291         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15292         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15293
15294 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15297         newline.
15298         (nnmbox-request-accept-article): Don't change article in source buffer;
15299         narrow to header to use message-fetch-field rather than
15300         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15301         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15302         as delimiters; make sure article ends with newline.
15303         (nnmbox-delete-mail): Correct last position of article to be deleted;
15304         ignore X-Gnus-Newsgroup header in article body.
15305         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15306         positions; make sure article ends with newline.
15307
15308         * message.el (message-display-abbrev): Don't infloop when a user
15309         inserts SPC in the beginning of header.
15310
15311         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15312         coding-system-for-read and coding-system-for-write for XEmacs having no
15313         file-coding feature.
15314
15315         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15316
15317 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15318
15319         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15320         list of groups not followed by default.  Fix type to be regexp.
15321         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15322
15323 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15324
15325         * hmac-def.el (define-hmac-function): Switch from old-style to
15326         new-style backquotes.
15327
15328         * md4.el (md4-make-step): Likewise.
15329
15330 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15333         raw-text coding system when saving .newsrc file, which may contain
15334         non-ASCII group names.
15335
15336 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-cus.el (gnus-score-extra): New widget.
15339         (gnus-score-extra-convert): New function.
15340         (gnus-score-customize): Use it for Extra.
15341
15342 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15343
15344         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15345         (mml2015-mailcrypt-clear-verify): Use it.
15346         (mml2015-gpg-clear-verify): Use it.
15347         (mml2015-pgg-clear-verify): Use it.
15348         (mml2015-epg-clear-verify): Replace the current part with the output
15349         from GnuPG; don't extract the plaintext by itself.
15350
15351         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15352         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15353         mml2015-clear-verify-function; don't touch the armor headers or
15354         dash-escaped text here.
15355
15356 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15359         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15360         parts, or application/octet-stream as a last resort.
15361         (gnus-mime-view-part-as-type): Don't toggle display.
15362         (gnus-mime-view-part-as-charset): Don't turn off display before
15363         querying charset.
15364
15365         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15366         stuff to undisplayer function in Emacs.
15367         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15368
15369         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15370         text/calendar parts.
15371
15372 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15375         decoding text/calendar parts.
15376
15377         * message.el (message-forward-make-body-mime): Always mark body as
15378         having no illegible text; remove signed-or-encrypted argument.
15379         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15380
15381         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15382         (mml-generate-mime-1): Don't encode body if it is specified to be in
15383         raw form; don't make buffer be unibyte when inserting multibyte string.
15384
15385 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15386
15387         * sha1.el: Fix up comment style.
15388         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15389         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15390
15391         * hex-util.el: Fix up comment style.
15392         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15393
15394         * gnus-salt.el: Use with-current-buffer.
15395         (gnus-pick-setup-message): Fix long-standing typo.
15396
15397 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * imap.el (imap-logout-timeout): New variable.
15400         (imap-logout, imap-logout-wait): New functions.
15401         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15402
15403         * nnimap.el (nnimap-logout-timeout): New server variable.
15404         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15405         nnimap-logout-timeout.
15406
15407         * gnus-art.el (gnus-article-summary-command-nosave)
15408         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15409
15410 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus.el (gnus-maximum-newsgroup): New variable.
15413
15414         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15415         according to gnus-maximum-newsgroup.
15416
15417         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15418         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15419         Limit the range of articles according to gnus-maximum-newsgroup.
15420
15421 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15422
15423         * gnus-art.el (gnus-sticky-article): Fix problems described in
15424         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15425         Don't perform gnus-configure-windows here; reuse existing sticky
15426         article buffer.
15427
15428         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15429         it doesn't exist in gnus-article-mode.
15430
15431 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15434         (gnus-agent-decoded-group-name): New function.
15435         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15436         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15437
15438 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15439
15440         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15441         Add binding for gnus-sticky-article.
15442         (gnus-summary-exit): Don't kill sticky article buffers.
15443
15444         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15445         article buffer.
15446         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15447         (gnus-kill-sticky-article-buffers): New commands.
15448
15449 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * nntp.el (nntp-xref-number-is-evil): New server variable.
15452         (nntp-find-group-and-number): If it is non-nil, don't trust article
15453         numbers in the Xref header.
15454
15455 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-agent.el (gnus-agent-read-group): New function.
15458         (gnus-agent-flush-group, gnus-agent-expire-group)
15459         (gnus-agent-regenerate-group): Use it.
15460         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15461         nnmail-pathname-coding-system.
15462
15463 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15466
15467         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15468         that are unread as unread, and also as selected so that information of
15469         marks having been changed by a user may be updated when exiting group.
15470
15471 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15472
15473         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15474
15475 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15478         calculated ignoring signature parts to gnus-treat-article.
15479
15480 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15483         a point here in order to keep the window start.
15484         (gnus-insert-mime-security-button): Make a button overlay without the
15485         front stickiness.
15486         (gnus-mime-display-security): Goto the end of a button.
15487
15488         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15489
15490 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15493         group-name-at-point.
15494         (gnus-group-completing-read): New function that offers decoded
15495         non-ASCII group names for completion.
15496         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15497         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15498         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15499         (gnus-group-fetch-control): Use it.
15500         (gnus-fetch-group): Use group-name-at-point for the initial value
15501         rather than the default value; use gnus-alive-p.
15502
15503         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15504         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15505         (gnus-summary-post-news): Use gnus-group-completing-read.
15506
15507         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15508         (gnus-read-move-group-name): Decode group name for completion.
15509
15510 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15511
15512         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15513         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15514         Yamaoka slightly modified the code).
15515
15516 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15519         (nnmail-split-incoming): Bind it.
15520
15521         * nnml.el (nnml-group-name-charset): New function.
15522         (nnml-decoded-group-name): Use it; don't decode group name if
15523         nnmail-group-names-not-encoded-p is non-nil.
15524         (nnml-encoded-group-name): New function.
15525         (nnml-group-pathname): Inline nnml-decoded-group-name.
15526         (nnml-request-expire-articles): Decode group name in message.
15527         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15528         nnmail-pathname-coding-system.
15529         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15530         not decoded ones according to nnmail-group-names-not-encoded-p.
15531         (nnml-generate-active-info): Use nnml-encoded-group-name.
15532
15533 2007-08-08  Glenn Morris  <rgm@gnu.org>
15534
15535         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15536         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15537         doc-strings and comments.
15538
15539 2007-07-25  Glenn Morris  <rgm@gnu.org>
15540
15541         * Relicense all FSF files to GPLv3 or later.
15542
15543 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * gnus-sum.el (gnus-summary-move-article):
15546         Make gnus-summary-respool-article work.
15547
15548 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15551         string.
15552
15553 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15554
15555         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15556         that should be ignored when comparing distant RSS articles with local
15557         ones.
15558         (nnrss-make-hash-index): New function.  Create a hash index according
15559         to the ignored fields.
15560         (nnrss-check-group): Use it.
15561
15562 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15565
15566         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15567
15568         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15569         the new optional argument ENCODED is non-nil.
15570         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15571         coding system for encoding group name.
15572         (gnus-group-make-rss-group): Pass un-encoded group name to
15573         gnus-group-make-group.
15574         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15575         encoded.
15576
15577         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15578         Encode group name to which articles are moved or copied.
15579         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15580         coding system for encoding Newsgroup, Followup-To and Xref headers.
15581
15582         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15583         marks; use nnheader-file-coding-system to write a file.
15584         (nnagent-retrieve-headers): Bind file-name-coding-system to
15585         nnmail-pathname-coding-system.
15586
15587         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15588
15589         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15590         (nnml-request-article, nnml-request-create-group)
15591         (nnml-request-rename-group, nnml-find-id)
15592         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15593         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15594         (nnml-save-marks): Use nnml-group-pathname instead of
15595         nnmail-group-pathname.
15596
15597         (nnml-request-create-group, nnml-request-expire-articles)
15598         (nnml-request-move-article, nnml-request-delete-group)
15599         (nnml-deletable-article-p, nnml-possibly-create-directory)
15600         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15601         (nnml-open-marks): Bind file-name-coding-system to
15602         nnmail-pathname-coding-system.
15603
15604         (nnml-request-article): Pass server argument to nnml-find-group-number.
15605         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15606         Pass server argument to nnml-possibly-create-directory.
15607         (nnml-request-accept-article): Pass server argument to
15608         nnml-active-number and nnml-save-mail.
15609         (nnml-find-group-number): Pass server argument to nnml-find-id.
15610         (nnml-request-update-info): Pass server argument to
15611         nnml-marks-changed-p.
15612
15613         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15614         (nnml-save-mail, nnml-active-number): Add server argument.
15615
15616         (nnml-request-delete-group): Warn if group is missing.
15617         (nnml-get-nov-buffer): Decode group name.
15618         (nnml-generate-active-info): Encode group name.
15619         (nnml-open-marks): Decode group name in messages.
15620
15621 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15624         if it is not specified.
15625         (gnus-article-pipe-part, gnus-article-save-part)
15626         (gnus-article-interactively-view-part, gnus-article-copy-part)
15627         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15628         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15629         (gnus-article-replace-part, gnus-article-delete-part)
15630         (gnus-article-view-part-as-type): Pass raw prefix argument to
15631         gnus-article-part-wrapper.
15632
15633 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-agent.el (gnus-agent-save-active):
15636         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15637
15638         * gnus-cache.el (gnus-cache-save-buffers)
15639         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15640         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15641         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15642         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15643         (gnus-cache-generate-active, gnus-cache-rename-group)
15644         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15645         (gnus-cache-update-overview-total-fetched-for):
15646         Bind file-name-coding-system to nnmail-pathname-coding-system.
15647         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15648         New variables.
15649         (gnus-cache-decoded-group-name): New function.
15650         (gnus-cache-file-name): Use it.
15651         (gnus-cache-generate-active): Use non-decoded group name for active.
15652
15653         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15654         right place.
15655         (gnus-write-active-file): Don't break non-ASCII group names.
15656
15657         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15658         nnmail-pathname-coding-system.
15659
15660         * lpath.el: Bind default-file-name-coding-system,
15661         file-name-coding-system and language-info-alist for XEmacs.
15662
15663         * gnus-uu.el (gnus-uu-decode-save): Typo.
15664
15665 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15668
15669 2007-07-14  David Kastrup  <dak@gnu.org>
15670
15671         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15672         finishing actions if we did not edit the article.
15673
15674 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15677         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15678         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15679         (gnus-agent-flush-group, gnus-agent-flush-cache)
15680         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15681         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15682         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15683         (gnus-agent-regenerate-group)
15684         (gnus-agent-update-files-total-fetched-for)
15685         (gnus-agent-update-view-total-fetched-for):
15686         Bind file-name-coding-system to nnmail-pathname-coding-system.
15687         (gnus-agent-group-pathname): Don't encode file names by
15688         nnmail-pathname-coding-system.
15689         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15690         coding-system-for-write instead of buffer-file-coding-system to
15691         gnus-agent-file-coding-system.
15692
15693         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15694         Decode group name.
15695
15696         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15697
15698         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15699         (gnus-read-newsrc-el-file): Make group names unibyte.
15700
15701         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15702         nnmail-pathname-coding-system.
15703
15704         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15705         (nnrss-request-delete-group): Bind file-name-coding-system to
15706         nnmail-pathname-coding-system.
15707         (nnrss-read-server-data, nnrss-read-group-data):
15708         Bind file-name-coding-system correctly.
15709         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15710
15711         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15712         (nntp-server-to-method-cache): New variable.
15713         (nntp-group-pathname): New function that decodes non-ASCII group names.
15714         (nntp-possibly-create-directory, nntp-marks-changed-p)
15715         (nntp-save-marks, nntp-open-marks): Use it.
15716         (nntp-possibly-create-directory, nntp-open-marks):
15717         Bind file-name-coding-system to nnmail-pathname-coding-system.
15718         (nntp-open-marks): Decode group names when bootstrapping marks.
15719
15720         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15721         Newsgroups and Followup-To headers.
15722
15723 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15726         (gnus-server-closed-face, gnus-server-denied-face)
15727         (gnus-server-offline-face): Remove variable.
15728         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15729
15730         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15731         of modifying message-stack directly for XEmacs.
15732
15733         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15734         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15735         if the coding-system argument is nil for XEmacs.
15736
15737         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15738         mm-charset-override-alist.
15739
15740         * rfc2047.el: Don't require base64; require rfc2045 for the function
15741         rfc2045-encode-string.
15742         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15743         to quote the parameter value.
15744
15745 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15748         form in gnus-group-name-charset-method-alist.
15749
15750         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15751         overrides the default layout edit-form.
15752
15753         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15754
15755         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15756
15757 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15760         as unfetched articles.
15761
15762 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15765
15766 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15769         original back end that keeps marks in the local system.
15770
15771 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15774         arg of pop-to-buffer for XEmacs.
15775         (gnus-article-read-summary-keys): Ditto; don't restore window
15776         configuration if summary command ends up with neither article buffer
15777         nor summary buffer; describe bindings if summary keys end with C-h.
15778
15779 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * message.el (message-fix-before-sending): Skip raw message part to be
15782         forwarded while checking illegible text.
15783         (message-forward-make-body-mime, message-forward-make-body):
15784         Mark signed or encrypted raw message as having no illegible text.
15785
15786 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15789         (gnus-message-with-timestamp-1): New macro.
15790         (gnus-message-with-timestamp): New function.
15791         (gnus-message): Use them.
15792
15793         * nnheader.el (nnheader-message): Use them.
15794
15795 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15798         .newsrc.eld file.
15799
15800 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-agent.el (gnus-agent-fetch-headers)
15803         (gnus-agent-retrieve-headers):
15804         Bind gnus-decode-encoded-address-function to identity.
15805
15806         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15807         available also when the server returns simply a dot.
15808
15809         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15810
15811 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15814
15815 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * gnus-ems.el (gnus-x-splash): Make it work.
15818
15819         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15820         from being used.
15821
15822         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15823
15824 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15827         4th and the 5th arguments.
15828
15829         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15830         the front stickiness.
15831         (gnus-article-summary-command-nosave): Correct the order of the
15832         arguments passed to pop-to-buffer.
15833         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15834         summary command ends up with the article buffer.
15835
15836         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15837         the same faces.
15838
15839 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15840
15841         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15842
15843 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15844
15845         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15846         * gnus-sum.el (gnus-summary-highlight):
15847         * pgg.el (pgg-sign-region, pgg-sign):
15848         * mail-source.el (mail-source-delete-old-incoming-confirm):
15849         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15850
15851 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * gnus-art.el (gnus-mime-view-part-externally)
15854         (gnus-mime-view-part-internally): Fix predicate function passed to
15855         completing-read.
15856
15857         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15858
15859         * gnus.el (gnus-update-message-archive-method): Add :version.
15860
15861 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus.el (gnus-update-message-archive-method): New variable.
15864
15865         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15866         according to gnus-message-archive-method if
15867         gnus-update-message-archive-method is non-nil.
15868
15869 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15872         Suggested by Loic Dachary <loic@dachary.org>.
15873         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15874
15875 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * message.el (message-pop-to-buffer): Add switch-function argument.
15878         (message-mail): Pass switch-function argument to it.
15879
15880 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15883         Improve doc string.
15884
15885 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15888         (gnus-header-content):
15889         * gnus-cite.el (gnus-cite-10):
15890         * gnus-srvr.el (gnus-server-closed):
15891         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15892         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15893         (gnus-group-mail-3-empty, gnus-group-mail-low)
15894         (gnus-group-mail-low-empty, gnus-splash):
15895         * message.el (message-header-to, message-header-cc)
15896         (message-header-subject, message-header-other, message-header-name)
15897         (message-header-xheader, message-separator, message-cited-text)
15898         (message-mml): Lighten colors of faces used for dark background.
15899
15900 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15901
15902         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15903         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15904
15905 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * message.el (message-narrow-to-headers-or-head):
15908         Ignore mail-header-separator in the body.
15909
15910 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15913         same as window size.
15914
15915 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15916
15917         * message.el (message-font-lock-keywords): Use message-header-xheader
15918         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15919         ahead of the anything pattern, to get it recognized.
15920
15921 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15924         spam.el loads uses it in the compiled defadvice form.
15925
15926 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15927
15928         * gnus-sum.el (gnus-articles-to-read)
15929         (gnus-summary-insert-old-articles): Don't truncate group name for
15930         `read-string'.
15931
15932         * gnus-util.el (gnus-limit-string): Delete this function.
15933
15934         * gnus-sum.el (gnus-simplify-subject-fully):
15935         Use `truncate-string-to-width' instead.
15936
15937 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15938
15939         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15940         Tell if, on summary exit, the next group has to be selected.
15941         (gnus-summary-exit): Use it.
15942
15943 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15946         non-break space.
15947
15948 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15951         Check if group is not a directory.
15952         (nnfolder-request-expire-articles): Don't delete articles if the target
15953         group is not available.
15954
15955         * nnml.el (nnml-request-create-group): Properly check if group is not a
15956         file.
15957         (nnml-request-expire-articles): Don't delete articles if the target
15958         group is not available.
15959
15960         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15961         Don't quote characters that are within parentheses.
15962
15963 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15964
15965         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15966         (gnus-handle-ephemeral-exit): Select article according to it.
15967
15968 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15969
15970         * message.el (message-insert-formated-citation-line): Remove newline.
15971         (message-citation-line-format): Add final \n here so that the user can
15972         avoid a blank line.
15973
15974 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15975
15976         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15977         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15978         Update lanl/arXiv support.
15979
15980 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15981
15982         * gnus.el: Bump version number.
15983
15984 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15985
15986         * gnus.el (gnus-version-number): Bump version.
15987
15988 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15989
15990         * gnus.el: No Gnus v0.6 is released.
15991
15992 2007-04-27  Didier Verna  <didier@xemacs.org>
15993
15994         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15995         * gmm-utils.el (gmm-regexp-concat): ... here.
15996         * message.el: Don't require 'gnus-util.
15997         (message-dont-reply-to-names): Handle name change above.
15998         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15999
16000 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16003         since the initial value varies according to the system.
16004
16005 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16008
16009 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16010
16011         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16012
16013 2007-04-24  Didier Verna  <didier@xemacs.org>
16014
16015         Improve the type of gnus-ignored-from-addresses.
16016         * gnus-util.el (gnus-orify-regexp): New function.
16017         * message.el (gnus-util): Require it.
16018         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16019         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16020         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16021
16022 2007-04-24  Didier Verna  <didier@xemacs.org>
16023
16024         * gnus-sum.el:
16025         * gnus-utils.el: Fix some trailing whitespaces.
16026
16027 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16030         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16031         article's Message-ID; refer parent article in summary buffer.
16032
16033         * message.el (message-bounce): Call mime-to-mml.
16034
16035         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16036         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16037         optimize and/or forms properly.
16038
16039 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16040
16041         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16042         URL.
16043
16044 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16047
16048 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16051         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16052         displayed of multipart/alternative part if it is invoked from summary
16053         buffer.
16054
16055         * mm-view.el (mm-inline-text-html-render-with-w3m)
16056         (mm-inline-text-html-render-with-w3m-standalone)
16057         (mm-inline-render-with-function): Use mail-parse-charset by default.
16058
16059 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16060
16061         * parse-time.el (parse-time-string-chars): Check if CHAR
16062         is less than the length of parse-time-syntax.
16063
16064 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16065
16066         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16067         from gnus-newsgroup-processable.
16068
16069 2007-04-16  Didier Verna  <didier@xemacs.org>
16070
16071         * gnus-msg.el (gnus-configure-posting-styles):
16072         Handle message-signature-directory properly with :file syntax.
16073         Reported by "Leo".
16074
16075 2007-04-11  Didier Verna  <didier@xemacs.org>
16076
16077         New user option: message-signature-directory.
16078         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16079         * message.el (message-insert-signature): Ditto.
16080         * message.el (message-signature-file): Doc update.
16081         * message.el (message-signature-directory): New.
16082
16083 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-msg.el (gnus-inews-yank-articles):
16086         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16087
16088 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * message.el (message-yank-original): Make sure cited text ends with
16091         newline; don't exchange point and mark.
16092
16093 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16094
16095         * tls.el (open-tls-stream): Properly handle case where there
16096         is no associated buffer.
16097
16098 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16099
16100         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16101         message-yank-original, make sure (< mark TEXT point).
16102
16103 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16104
16105         * message.el (message-fill-column): New variable.
16106         (message-mode): Use it.  Add comment on a possible new hook.
16107
16108         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16109         (nnmail-get-new-mail): Reformat.
16110
16111         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16112
16113         * gmm-utils.el: Fix Commentary.
16114         (gmm-tool-bar-from-list): Fix typo in doc string.
16115
16116 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16117
16118         * message.el (message-yank-original): Don't switch point and mark
16119         unnecessarily to put point and mark as documented.
16120
16121 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16122
16123         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16124         from the message heads.
16125
16126 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16127
16128         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16129         article buffer does not have a window.  This may not be the best
16130         solution but is certainly better than setting the start of the null,
16131         that is the current, window.
16132
16133 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16136         (gnus-draft-setup): Run it.
16137
16138         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16139         gnus-score-fast-scoring.  Allow regexp.
16140         (gnus-score-headers): Use it.
16141
16142         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16143         XEmacs.
16144
16145         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16146         string.
16147         (gnus-button-alist): Also catch `<f1> k ...'.
16148         (gnus-treat-display-x-face): Fix doc string.
16149
16150 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16151
16152         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16153         evaluation of gnus-extended-version to ensure correct generation of the
16154         User-Agent header when message-generate-headers-first is used.
16155
16156 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16157
16158         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16159         hashcash-path is nil.  Don't call callback with incorrect number of
16160         parameters if val is 0.
16161
16162 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16163
16164         * message.el (message-required-news-headers):
16165         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16166
16167 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16168
16169         * tls.el (open-tls-stream): In handshake-waiting loop,
16170         don't wait more if there is output available to process.
16171
16172 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16173
16174         * tls.el (tls-program): Doc fix.
16175
16176 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * message.el (message-generate-new-buffers): Change the meaning of the
16179         nil value; add `standard' to the choices; treat t as `unique'; improve
16180         doc string.
16181         (gnus-select-frame-set-input-focus): Autoload.
16182         (message-buffer-name): Search for the existing message buffer if
16183         message-generate-new-buffers is nil or `standard'; treat the value t of
16184         message-generate-new-buffers as `unique'.
16185         (message-pop-to-buffer): Raise the frame already displaying the message
16186         buffer; clear the echo area after querying.
16187         (message-setup): Pass the `continue' argument to compose-mail.
16188         (message-mail): Prefer `switch-function' if it is given; search for the
16189         existing message buffer if the `continue' argument is non-nil; pass
16190         continue and switch-function arguments to compose-mail by way of
16191         message-setup.
16192         (message-mail-other-window): Adjust argument of message-setup.
16193         (message-mail-other-frame): Ditto.
16194
16195 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16198         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16199         to turn font-lock on when turning gnus-message-citation-mode on.
16200
16201 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16202
16203         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16204         (mml-smime-function-alist): New variable; add epg as the backend.
16205         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16206         mml-smime- functions instead.
16207         * mm-view.el: Require smime.
16208
16209 2007-03-05  Didier Verna  <didier@xemacs.org>
16210
16211         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16212         instead of just inheritance for posting styles.
16213         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16214
16215 2007-02-24  Chris Moore  <dooglus@gmail.com>
16216
16217         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16218         * pgg-pgp.el (pgg-pgp-encrypt-region):
16219         * pgg-gpg.el (pgg-gpg-encrypt-region):
16220         Check pgg-encrypt-for-me if no other recipients.
16221
16222 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16223
16224         * tls.el (tls-certtool-program): Fix custom type.
16225
16226 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16229         and point-at-eol instead of line-(beginning|end)-position.
16230
16231         * assistant.el (assistant-parse-buffer): Ditto.
16232
16233         * netrc.el (netrc-parse-services): Ditto.
16234
16235 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16236
16237         * mml2015.el (mml2015-epg-find-usable-key): New function.
16238         (mml2015-epg-sign): Use it.
16239         (mml2015-epg-encrypt): Use it.
16240
16241 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * message.el (message-make-in-reply-to): Quote name containing
16244         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16245         if there are special characters.  Reported by NAKAJI Hiroyuki
16246         <nakaji@jp.freebsd.org>.
16247
16248 2007-02-27  Didier Verna  <didier@xemacs.org>
16249
16250         Include the group parameters as well as the topic ones in the
16251         inheritance filter process.
16252         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16253         argument GROUP-PARAMS-LIST.
16254         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16255
16256 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * nntp.el (nntp-never-echoes-commands)
16259         (nntp-open-connection-functions-never-echo-commands): New variables.
16260         (nntp-send-command): Use them.
16261
16262 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16263
16264         * mml2015.el (mml2015-epg-verify): Simplify.
16265
16266 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * mml.el (mml-content-disposition-alist): New user option.
16269         (mml-content-disposition): New function.
16270         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16271         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16272
16273 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16274
16275         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16276         verification.
16277
16278 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16279
16280         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16281         articles posted in the last 24 hours.
16282
16283 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16284
16285         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16286
16287 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16288
16289         * nntp.el (nntp-send-command): Don't wait for echoes when
16290         nntp-open-ssl-stream is used.
16291
16292 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16295         (gnus-message-add-citation-keywords)
16296         (gnus-message-remove-citation-keywords): Remove.
16297         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16298         directly, make the variables in font-lock-defaults buffer-local, add
16299         gnus-message-citation-keywords to them and then update the value of
16300         font-lock-keywords.
16301
16302 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * message.el (message-cite-original-1): Don't call
16305         gnus-article-highlight-citation.
16306
16307         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16308         citations; fix line count.
16309
16310 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16313         (gnus-message-add-citation-keywords)
16314         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16315         versions of font-lock-add-keywords and font-lock-remove-keywords to
16316         work with XEmacs correctly.
16317
16318 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * gnus-cite.el (gnus-cite-face-list): Set the values of
16321         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16322         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16323         (gnus-message-cite-prefix-regexp): New variable.
16324         (gnus-message-search-citation-line): Use it; protect against long
16325         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16326         the 0th match data for Emacs.
16327         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16328         (gnus-message-add-citation-keywords): Append keywords rather than
16329         prepending; emulate font-lock-add-keywords if it is not available.
16330         (gnus-message-remove-citation-keywords):
16331         Emulate font-lock-remove-keywords if it is not available.
16332
16333         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16334
16335         * message.el (message-cite-prefix-regexp): Set the value of
16336         gnus-message-cite-prefix-regexp.
16337
16338 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16339
16340         * nnweb.el (nnweb-google-parse-1): Update parser.
16341
16342 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16343
16344         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16345
16346 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16347
16348         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16349         regexp.
16350
16351 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16354         string-to-multibyte.
16355         (uudecode-decode-region-internal): Use it.
16356
16357         * lpath.el: Fbind string-as-multibyte for XEmacs.
16358
16359 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16360
16361         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16362         Fix custom choice.
16363
16364         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16365
16366 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16367
16368         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16369
16370         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16371         `write-region' to respect `mm-inhibit-file-name-handlers'.
16372
16373 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16376         Use gnus-home-directory instead of "~/" or "$HOME".
16377
16378 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16379
16380         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16381         to mention filename.
16382         Add comments at beginning regarding usage.
16383         (encrypt-write-file-contents): Change interactive so a string is
16384         acceptable.  If the file has no associated model, show an error instead
16385         of a nonsense prompt.
16386
16387 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16388
16389         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16390         Thanks to Yoshihiko Yamada for kind notification of this typo.
16391
16392 2007-01-12  Kenichi Handa  <handa@m17n.org>
16393
16394         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16395         multibyte buffer.
16396
16397 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * gnus-score.el (gnus-score-fast-scoring): New variable.
16400         (gnus-score-headers): Use it.
16401
16402         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16403
16404         * message.el (message-cite-original-1):
16405         Call gnus-article-highlight-citation if requested.
16406         (message-make-from): Allow name and address as optional arguments.
16407
16408         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16409
16410         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16411         bugs to doc string.
16412         (gnus-button-alist): Add mid\\|message-id.
16413         (gnus-button-fetch-group): Extend for use in
16414         `browse-url-browser-function'.
16415         (gnus-button-url-regexp): Try to catch paired parentheses like in
16416         Wikipedia URLs.
16417
16418         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16419         Suggested by Simon Krahnke <overlord@gmx.li>.
16420
16421 2007-01-13  Romain Francoise  <romain@orebokech.com>
16422
16423         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16424         Update copyright.
16425
16426 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16427
16428         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16429
16430 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16431
16432         * gnus-registry.el (gnus-registry-unfollowed-groups)
16433         (gnus-registry-split-fancy-with-parent): Fix documentation.
16434
16435 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16436
16437         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16438         from nnweb groups.
16439
16440 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16441
16442         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16443         Xref urls.  Erase buffer before requesting head.
16444
16445         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16446
16447 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16448
16449         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16450         customizable.
16451
16452 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16453
16454         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16455         no signing key is found.
16456         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16457         no encrypting and/or signing key is found.
16458
16459 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16460
16461         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16462
16463 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16464
16465         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16466         headers read from disk with the ones newly found in the current search.
16467         This should no longer cause problems, because the article numbers in
16468         Gmane's `nov.php' output are ignored since the previous change.
16469
16470 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16471
16472         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16473
16474 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16477         replace-regexp-in-string; bind url-version; fbind display-images-p and
16478         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16479         find-face and set-itimer-function for Emacs; bind itimer-list for
16480         Emacs.
16481
16482         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16483
16484 2007-01-01  Romain Francoise  <romain@orebokech.com>
16485
16486         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16487
16488 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16489
16490         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16491         `define-minor-mode' macro definition expanded properly.
16492         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16493         exclude it there.
16494
16495         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16496         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16497         `fboundp' test.
16498         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16499         This is OK to autoload in (S)XEmacs now.
16500
16501 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16502
16503         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16504         keystroke.
16505         (gnus-summary-limit-to-singletons): Fix typo.
16506
16507         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16508         else fails.
16509
16510 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16511
16512         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16513         docstring.
16514
16515         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16516         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16517         (gnus-summary-insert-dormant-articles): Fix typo in message.
16518
16519 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16522         nil for XEmacs.
16523         (gnus-message-citation-mode): Don't autoload in XEmacs.
16524
16525         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16526
16527 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16528
16529         * nnimap.el (nnimap-expunge-search-string):
16530         Mention nnimap-search-uids-not-since-is-evil in docstring.
16531
16532 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * spam.el: Revert to make-obsolete-variable because
16535         define-obsolete-variable-alias is not supported in Emacs 21.
16536
16537         * spam.el (spam-ifile-path, spam-ifile-database-path)
16538         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16539         make-obsolete-variable.
16540         (spam-bsfilter-path, spam-bsfilter-program)
16541         (spam-spamassassin-path, spam-spamassassin-program)
16542         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16543         Don't use "path" inappropriately.
16544         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16545         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16546         variable names.
16547
16548 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16549
16550         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16551         summary buffer.
16552
16553         * password.el (password-cache-remove): Use clear-string to burn
16554         password, if available.
16555
16556 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16559
16560         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16561
16562         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16563         (gnus-message-highlight-citation): Move defcustom here from
16564         gnus-cite.el.
16565         (gnus-message-citation-mode): Autoload.
16566
16567         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16568         checks to make it compile with XEmacs.
16569         (gnus-message-citation-mode): New minor mode.
16570         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16571         (gnus-message-highlight-citation): New variables.
16572         (gnus-message-search-citation-line)
16573         (gnus-message-add-citation-keywords)
16574         (gnus-message-remove-citation-keywords)
16575         (turn-on-gnus-message-citation-mode)
16576         (turn-off-gnus-message-citation-mode): New functions.
16577
16578 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16579
16580         * gnus-cite.el: Enable highlighting of different citation levels in
16581         message-mode.
16582
16583 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * message.el (message-make-fqdn): Fix comment.
16586         (message-bogus-system-names): Add ".local".
16587
16588         * spam.el (spam-ifile-path, spam-ifile-program)
16589         (spam-ifile-database-path, spam-ifile-database)
16590         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16591         Don't use "path" inappropriately.
16592         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16593         strings.
16594         (spam-check-ifile, spam-ifile-register-with-ifile)
16595         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16596         Use new variable names.
16597
16598         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16599         (gnus-treat-display-smileys): Simplify using
16600         gnus-image-type-available-p.
16601
16602         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16603         available.
16604
16605         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16606         Use `display-images-p' if available.
16607
16608 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16611         one after turning on the buffer's multibyteness instead of decoding
16612         them directly in the unibyte buffer that causes unexpected conversion
16613         in Emacs 23 (unicode).
16614
16615 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16616
16617         * message.el (message-generate-hashcash): Fix custom type.
16618
16619 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16622
16623 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16624
16625         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16626         disconnect icons.  Add help text.
16627
16628 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16629
16630         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16631         negated to be consistent with the others we handle.
16632
16633 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16634
16635         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16636         version of gnus-summary-buffer to something, so that we can use two
16637         article buffers at the same time.
16638
16639 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16640
16641         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16642         trigger all the extra headers.
16643         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16644         sorting.
16645
16646 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16647
16648         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16649         solid groups.
16650
16651 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16652
16653         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16654
16655 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * legacy-gnus-agent.el: Add Copyright notice.
16658
16659 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16660
16661         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16662
16663 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16664
16665         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16666
16667         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16668         to make it work reliably in CVS Emacs.
16669         (gnus-summary-limit-strange-charsets-predicate)
16670         (gnus-summary-limit-to-predicate): New functions.
16671
16672 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16673
16674         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16675         specifying array size.
16676         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16677         array if it is too small.
16678         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16679         (gnus-sort-threads-loop): New function.
16680
16681 2006-12-06  Chris Moore  <dooglus@gmail.com>
16682
16683         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16684         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16685
16686 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16687
16688         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16689         options.
16690
16691 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16694         DOS-ing the recipient.
16695
16696         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16697         the headers when creating the mapping to avoid mismappings.
16698         (nnweb-gmane-create-mapping): Always nix out old mapping.
16699
16700 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16703         and mm-verify-option to never.
16704
16705 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * message.el (message-signed-or-encrypted-p): New function.
16708         (message-forward-make-body): Use it.
16709
16710         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16711         Replace encode-coding-string with mm-encode-coding-string.
16712
16713 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * nneething.el (nneething-decode-file-name):
16716         Replace decode-coding-string with mm-decode-coding-string.
16717
16718         * gnus-int.el (gnus-open-server): Say failed server's name.
16719
16720 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16721
16722         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16723         strings to a single string.  Quote `errors-file-name'.
16724         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16725         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16726         Adjust calls.  Use `shell-quote-argument'.
16727
16728 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16729
16730         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16731         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16732
16733         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16734         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16735         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16736         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16737         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16738         (gnus-subscribe-newsgroup, gnus-1):
16739         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16740         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16741         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16742         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16743
16744 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16745
16746         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16747         keystroke.
16748         (gnus-summary-limit-to-bodies): Implement headersp.
16749
16750 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16751
16752         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16753
16754 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16757
16758 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16759
16760         * message.el (message-generate-hashcash): Expand range of values to
16761         include `opportunistic'.
16762         (message-send-mail): Use it.
16763
16764 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16765
16766         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16767         and comment it.
16768
16769         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16770
16771 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16772
16773         * gnus-util.el (gnus-extract-address-components): Improve comment.
16774
16775 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * gnus-util.el (gnus-extract-address-components): Work with address in
16778         which the name portion contains @.
16779
16780         * lpath.el: Fbind custom-autoload.
16781
16782 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16783
16784         * gnus.el (gnus-start): Move custom group up.
16785         (gnus-select-method): Don't autoload, but make it available for
16786         `customize-variable'.
16787         (gnus-getenv-nntpserver): Don't autoload.
16788
16789 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16790
16791         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16792
16793 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16794
16795         * message.el (message-sendmail-extra-arguments): New variable.
16796         (message-send-mail-with-sendmail): Use it.
16797
16798 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16801         mm-with-unibyte-current-buffer to make string unibyte.
16802
16803         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16804         mm-string-as-multibyte.
16805
16806 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16807
16808         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16809         Reported by Werner Koch <wk@gnupg.org>.
16810
16811 2006-11-14  Daiki Ueno  <ueno@p360>
16812
16813         * mml2015.el: Autoload epa-select-keys when compiling.
16814
16815 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16816
16817         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16818         message-options.
16819         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16820
16821 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16822
16823         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16824         EasyPG (< 0.0.6).
16825         (mml2015-always-trust): New user option.
16826         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16827         prompt.
16828
16829 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * nntp.el (nntp-authinfo-force): New variable.
16832         (nntp-send-authinfo): Use it.
16833
16834 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16837         decode encoded words.  Improve prompt.  Add comment about forwarding.
16838         (message-replacement-char): Move up.
16839
16840 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16841
16842         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16843         instead of gnus-intersection because arguments of gnus-sorted-nunion
16844         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16845
16846 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16849         (message-simplify-subject-functions):
16850         Enable message-strip-subject-encoded-words by default.
16851
16852 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16853
16854         * message.el (message-strip-subject-encoded-words): New function.
16855         (message-simplify-subject-functions): New variable.
16856         (message-simplify-subject): Use it.  Fix typo in doc string.
16857         Support message-strip-subject-encoded-words.
16858
16859 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16860
16861         * gnus-diary.el (gnus-diary-delay-format-function):
16862         * nndiary.el (nndiary-reminders):
16863         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16864
16865 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * gnus-art.el (article-hide-boring-headers): Fetch date from
16868         gnus-original-article-buffer to avoid problems with localized date
16869         strings.
16870
16871 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16874
16875 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16876
16877         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16878         New variables.
16879         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16880         (mm-charset-synonym-alist): Move some entries to
16881         mm-codepage-iso-8859-list.
16882         (mm-charset-synonym-alist, mm-charset-override-alist):
16883         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16884
16885 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16888
16889 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16890
16891         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16892         with Emacs 21 and XEmacs.
16893
16894 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16895
16896         * spam.el (spam-parse-address): New function for better parsing,
16897         catching errors, etc.
16898         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16899
16900 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16901
16902         * mm-view.el: Add interactive arg to html2text autoload.
16903
16904 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16907
16908 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16909
16910         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16911         New variables.
16912         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16913         (mm-charset-synonym-alist): Move some entries to
16914         mm-codepage-iso-8859-list.
16915
16916         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16917
16918 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16919
16920         * message.el (message-citation-line-format)
16921         (message-insert-formated-citation-line): Fix implementation of %E, %N
16922         and %n according to the doc string.
16923
16924 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16925
16926         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16927         Use car-safe to avoid bad parses.
16928
16929 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16930
16931         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16932         names.
16933
16934         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16935
16936 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16939         header.
16940
16941         * message.el (message-draft-headers): Add Date.
16942         (message-headers-to-generate): Fix typo in docstring.
16943
16944         * nndraft.el (nndraft-required-headers): New variable.
16945         (nndraft-generate-headers): Use it.
16946
16947         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16948
16949 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * gnus-registry.el (gnus-registry-wash-for-keywords)
16952         (gnus-registry-find-keywords): New functions to allow easy searching of
16953         articles that are in the registry.
16954
16955 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16956
16957         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16958         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16959         Reported by Damien Elmes <damien@repose.cx>.
16960
16961 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16962
16963         * gnus.el (gnus-mime): Remove unused custom group.
16964
16965 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16966
16967         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16968         "blank line" when searching for end of armor headers.
16969
16970 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * gmm-utils.el (gmm-write-region): Fix variable name.
16973
16974 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * gmm-utils.el (gmm-write-region): New function based on compatibility
16977         code from `mm-make-temp-file'.
16978
16979         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16980
16981         * nnmaildir.el (nnmaildir--update-nov)
16982         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16983         Use `gmm-write-region'.
16984
16985 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16986
16987         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16988         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16989
16990         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16991
16992         * message.el (message-replacement-char): New variable.
16993         (message-fix-before-sending): Use it.
16994         (message-simplify-subject): New function to remove duplicate code.
16995         (message-reply, message-followup): Use it.
16996
16997         * gnus-sum.el (gnus-summary-make-menu-bar):
16998         Clarify gnus-summary-limit-to-articles.
16999
17000 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * gnus-util.el (gnus-with-local-quit): New macro.
17003
17004         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17005
17006 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17007
17008         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17009         ignore non-string data.
17010
17011 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17012
17013         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17014         non-string data (needs to be done in the registry too).
17015
17016 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17017
17018         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17019         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17020         (gnus-registry-split-fancy-with-parent)
17021         (gnus-registry-fetch-simplified-message-subject-fast)
17022         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17023         Remove text properties on ingress into the registry and when it's saved.
17024         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17025         registry from entries with no groups.
17026
17027 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17028
17029         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17030         function to remove string properties.
17031
17032 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * gmm-utils.el (gmm): Adjust custom version.
17035
17036         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17037         Adjust custom version.
17038
17039         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17040
17041 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * gnus-art.el (gnus-insert-prev-page-button)
17044         (gnus-insert-next-page-button): Simplify.  Reformat.
17045
17046 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17047
17048         * gnus-art.el (gnus-insert-prev-page-button)
17049         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17050
17051 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17052
17053         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17054
17055 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17056
17057         * gnus-art.el (gnus-insert-mime-button)
17058         (gnus-insert-mime-security-button):
17059         Apply gnus-article-button-face to MIME and security buttons.
17060
17061 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17064         readable.
17065
17066 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17069
17070 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17071
17072         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17073         `browse-url-of-file' instead of `browse-url'.
17074
17075 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17076
17077         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17078         regexp.  Articles containing quotation were cut prematurely.
17079
17080 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * message.el (message-cite-original-1): Use nobody by default for the
17083         value of From header.
17084         (message-reply): Ditto.
17085
17086 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17087
17088         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17089         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17090         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17091
17092 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17095         mails in the doc string.  Add some URLs in comment.
17096         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17097
17098 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17101         backslashes handling and the way to find boundaries of quoted strings.
17102
17103 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17104
17105         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17106         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17107         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17108         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17109
17110 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17113         doc string.
17114         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17115
17116 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * lpath.el: Fbind epg-check-configuration.
17119
17120 2006-09-06  Simon Josefsson  <jas@extundo.com>
17121
17122         * mml2015.el (mml2015-use): Doc fix, mention epg.
17123
17124 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17125
17126         * mml2015.el (mml2015-use): Default to epg, if available.
17127
17128 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17129
17130         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17131         message-sender.
17132         (mml1991-epg-encrypt): Ditto.
17133         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17134         message-sender.
17135         (mml2015-epg-encrypt): Ditto.
17136
17137 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17138
17139         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17140         several common directories.
17141
17142 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17143
17144         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17145         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17146
17147 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * gnus-art.el (article-decode-encoded-words): Make it fast.
17150
17151 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17154
17155         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17156         in quoted string into `\'.
17157
17158 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17161         Use standard-syntax-table.
17162
17163 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * gnus-art.el (gnus-decode-address-function): New variable.
17166         (article-decode-encoded-words): Use it to decode headers which are
17167         assumed to contain addresses.
17168         (gnus-mime-delete-part): Remove useless `or'.
17169
17170         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17171         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17172         (gnus-nov-parse-line): Use it to decode From header.
17173         (gnus-get-newsgroup-headers): Ditto.
17174         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17175
17176         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17177         (mail-decode-encoded-address-string): New alias.
17178
17179         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17180         New function.
17181         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17182         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17183         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17184         (rfc2047-decode-string): Ditto.
17185         (rfc2047-decode-address-region): New function.
17186         (rfc2047-decode-address-string): New function.
17187
17188 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * message.el (message-caesar-buffer-body): Allow rotating headers.
17191
17192         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17193
17194         * message.el (message-insert-formated-citation-line): Fix %f.
17195         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17196
17197 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17200         (gnus-bookmark-mouse-available-p): New macro.
17201         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17202         (gnus-bookmark-bmenu-show-infos): Use it.
17203         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17204         (gnus-bookmark-bmenu-hide-infos): Ditto.
17205         (gnus-bookmark-remove-properties): New function.
17206         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17207         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17208         (gnus-bookmark-write-file): Bind coding-system-for-write.
17209         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17210         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17211         group before selecting it.
17212         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17213         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17214         quit-window if it is not available; use gnus-mouse-2 and bind it to
17215         gnus-bookmark-bmenu-select-by-mouse.
17216         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17217         (gnus-bookmark-bmenu-select-by-mouse): New function.
17218
17219 2006-08-13  Romain Francoise  <romain@orebokech.com>
17220
17221         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17222         space.
17223
17224 2006-08-10  Romain Francoise  <romain@orebokech.com>
17225
17226         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17227         (dns-mode-soa-auto-increment-serial): New user option.
17228         (dns-mode-soa-maybe-increment-serial): New function.
17229         (dns-mode): Add the latter to `write-contents-functions'.
17230
17231 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * compface.el (uncompface): Use binary rather than raw-text-unix.
17234
17235 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * compface.el (uncompface): Make sure the eol conversion doesn't take
17238         place when communicating with the external programs.
17239         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17240
17241 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17244
17245 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17246
17247         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17248         Make it more robust by parsing author and date independently.
17249
17250 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17251
17252         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17253
17254 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17255
17256         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17257         first matching secret key.
17258         (mml2015-epg-encrypt): Ditto.
17259
17260         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17261         first matching secret key.
17262         (mml1991-epg-encrypt): Ditto.
17263
17264         * mml2015.el (mml2015-encrypt-to-self): New user option.
17265         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17266         mml2015-epg-encrypt-to-self is set.
17267
17268         * mml1991.el (mml1991-encrypt-to-self): New variable.
17269         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17270         mml1991-epg-encrypt-to-self is set.
17271
17272         * mml2015.el (mml2015-signers): New user option.
17273         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17274         (mml2015-epg-encrypt): Allow to select signing keys.
17275
17276         * mml1991.el (mml1991-signers): New variable.
17277         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17278         (mml1991-epg-encrypt): Allow to select signing keys.
17279
17280 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * nnheader.el (nnheader-insert-head): Make it work even if the file
17283         uses CRLF for the line-break code.
17284
17285 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17286
17287         * mml2015.el: Require mml-sec instead of password.
17288         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17289         (mml2015-cache-passphrase): Inherit the default value from
17290         mml-secure-cache-passphrase.
17291         (mml2015-passphrase-cache-expiry): Inherit the default value from
17292         mml-secure-passphrase-cache-expiry.
17293
17294         * mml1991.el: Require mml-sec instead of password.
17295         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17296         (mml1991-cache-passphrase): Inherit the default value from
17297         mml-secure-cache-passphrase.
17298         (mml1991-passphrase-cache-expiry): Inherit the default value from
17299         mml-secure-passphrase-cache-expiry.
17300
17301         * mml-sec.el: Require password.
17302         (mml-secure-verbose): New user option.
17303         (mml-secure-cache-passphrase): New user option.
17304         (mml-secure-passphrase-cache-expiry): New user option.
17305
17306 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17307             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17308
17309         * pgg-def.el (pgg-truncate-key-identifier):
17310         Truncate the key ID to 8 letters from the end.
17311
17312 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17313
17314         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17315         workaround for the url package included with Emacs.
17316
17317         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17318
17319 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17322         correctly.  This fixes a bug caused by the 2006-05-12 change.
17323
17324 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17325
17326         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17327         some information about the error when saying that the `bogus' mail
17328         group will be used.
17329
17330 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17331
17332         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17333         string.
17334
17335 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17336
17337         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17338
17339 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17340
17341         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17342
17343 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17344
17345         * mml1991.el (mml1991-function-alist): Add epg.
17346         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17347         (mml1991-epg-encrypt): New functions.
17348
17349 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17350
17351         * mml2015.el (mml2015-verbose): New variable.
17352         (mml2015-cache-passphrase): Ditto.
17353         (mml2015-passphrase-cache-expiry): Ditto.
17354         (mml2015-function-alist): Add epg.
17355         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17356         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17357         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17358         New functions.
17359
17360 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17361
17362         * message.el (message-cite-original-1): Preserve region when removing
17363         quoted text due to X-No-Archive in order to avoid bogus attribution
17364         when citing multiple messages.
17365
17366 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17367
17368         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17369         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17370
17371 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17372
17373         * gnus-diary.el (gnus-user-format-function-d)
17374         (gnus-user-format-function-D): Autoload.
17375
17376         * imap.el (Commentary): Fix typo.
17377
17378         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17379         2006-04-22 contribution.
17380
17381 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17382
17383         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17384         It didn't really fix the bogosity I'm seeing with solid web groups.
17385
17386 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17387
17388         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17389         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17390         created using server names.  If we use the feature without declaring
17391         it, Gnus does not properly manage server and group state.
17392
17393         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17394         bound.
17395
17396 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17397
17398         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17399         looking up the method using GROUP's prefix before inventing a new one.
17400         It is used on killed/unknown groups in various places where returning
17401         an all-new method isn't expected by the caller.
17402
17403         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17404         and match semantics of gnus-group-real-prefix.
17405
17406 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17407
17408         * nnmail.el (nnmail-broken-references-mailers): New variable.
17409         (nnmail-ignore-broken-references): New function generalizing
17410         nnmail-fix-eudora-headers.
17411         (nnmail-fix-eudora-headers): Now obsolete.
17412
17413         * gnus-art.el (gnus-button-handle-custom):
17414         Support `customize-apropos*'.
17415
17416 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17417
17418         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17419
17420         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17421         articles.
17422
17423 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * message.el (message-cite-reply-above): New variable.
17426         (message-yank-original): Use it.
17427
17428 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17431
17432 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17435         as read.
17436
17437         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17438
17439 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17442         (gnus-bookmark-default-file): Use gnus-directory.
17443         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17444         Remove "*" in doc string.
17445         (gnus-bookmark-write-file): Simplify.
17446         (gnus-bookmark-maybe-sort-alist): Use `when'.
17447         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17448         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17449         Add FIXME about Emacs 21 and XEmacs compatibility.
17450         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17451         compatibility.
17452         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17453         compatibility.
17454         (gnus-bookmark-menu-heading): Fix version.
17455
17456 2006-06-19  Bastien Guerry  <bzg@altern.org>
17457
17458         * gnus-bookmark.el: New file.
17459
17460 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * message.el (message-syntax-checks): Doc fix.
17463
17464 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17465
17466         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17467         unsubscribed groups as if they were killed ones.  It causes duplicate
17468         entries in gnus-newsrc-alist.
17469
17470 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * message.el (message-syntax-checks): Doc fix.
17473         (message-send-mail): Add check for continuation headers.
17474         (message-check-news-header-syntax): Fix regexp used to check for
17475         continuation headers.
17476
17477 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17480
17481 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17484
17485 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17488         default-truncate-lines.
17489
17490 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17493         to fill the utf-8 entry.
17494
17495         * lpath.el: Fbind unicode-precedence-list.
17496
17497 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17498
17499         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17500
17501 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17502
17503         * gnus-agent.el (directory-files-and-attributes): Move all the way
17504         forward (the third and final move).
17505         (gnus-agent-read-agentview): Trap reconstruction errors due to
17506         nonexistent directory.  Handle by returning nil.
17507
17508 2006-05-30  Didier Verna  <didier@xemacs.org>
17509
17510         * message.el (message-dont-reply-to-names): Update the custom type.
17511         * message.el (message-dont-reply-to-names): New defsubst: potentially
17512         convert a list of regexps into a single one.
17513         * message.el (message-get-reply-headers): Use it.
17514         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17515
17516 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * gnus-agent.el (directory-files-and-attributes): Move forward.
17519
17520 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17521
17522         * gnus-ml.el (gnus-mailing-list-subscribe)
17523         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17524         (gnus-mailing-list-message): Fix doc strings.
17525
17526 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17527
17528         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17529         of doing it manually.
17530
17531 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17534         comment.
17535
17536 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17537
17538         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17539         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17540         (gnus-agent-read-local): All symbols allocated in my-obarray.
17541         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17542         (gnus-agent-regenerate-group): Check numeric names to see if they are
17543         messages or groups.
17544         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17545         better way of do this...)
17546
17547         * gnus-cache.el (gnus-agent-total-fetched-for):
17548         Ignore 'dummy.group' (there should be a better way of do this...)
17549
17550 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17553         (gnus-saved-headers): Ditto.
17554         (gnus-default-article-saver): Mention functions may have properties.
17555         (gnus-article-save): Override gnus-save-all-headers and
17556         gnus-saved-headers by :headers property which saver function may have.
17557         (gnus-summary-save-in-file): Add :headers property.
17558         (gnus-summary-write-to-file): Ditto.
17559
17560         * gnus-sum.el (gnus-summary-save-article): Bind
17561         gnus-prompt-before-saving to t when saving many articles in a file;
17562         always show all headers.
17563
17564         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17565
17566 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17567
17568         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17569         marks.
17570
17571         * message.el (message-indent-citation): Add optional arguments to allow
17572         using it outside of message buffers.
17573
17574         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17575         (gnus-article-treat-unfold-headers): Use it.
17576         (gnus-article-truncate-lines): New variable.
17577         (gnus-article-mode): Use it.
17578         (gnus-article-toggle-truncate-lines): New function.
17579
17580         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17581         Add gnus-article-toggle-truncate-lines.
17582
17583         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17584         coding system in XEmacs, use binary.
17585
17586 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17587
17588         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17589         after-load-alist.
17590
17591         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17592         this function should save decoded articles.
17593         (gnus-summary-write-to-file): Use property to specify this function
17594         should save decoded articles and specify gnus-summary-save-in-file
17595         should be used to save articles other than the first one when saving
17596         many articles.
17597         (gnus-summary-save-body-in-file): Use property to specify this
17598         function should save decoded articles.
17599         (gnus-summary-write-body-to-file): Use property to specify this
17600         function should save decoded articles and specify
17601         gnus-summary-save-body-in-file should be used to save articles other
17602         than the first one when saving many articles.
17603
17604         * gnus-sum.el (gnus-summary-save-article): Simplify.
17605
17606 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * gnus-art.el (gnus-default-article-saver):
17609         Add gnus-summary-write-body-to-file.
17610         (gnus-article-save-coding-system): Don't use coding system object
17611         in XEmacs.
17612         (gnus-read-save-file-name): Add optional `dir-var' argument which
17613         specifies directory in which files are saved; work even if optional
17614         `variable' argument is not specified.
17615         (gnus-summary-write-to-file): Read file name.
17616         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17617         (gnus-summary-write-body-to-file): New function.
17618
17619         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17620         (gnus-summary-local-variables): Add it.
17621         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17622         (gnus-summary-save-article): Remove optional `decode' argument;
17623         determine whether to decode articles by the value of
17624         gnus-default-article-saver; when saving many files using
17625         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17626         it first and use gnus-summary-save-in-file or
17627         gnus-summary-save-body-in-file thereafter unless
17628         gnus-prompt-before-saving is always; move point to article which
17629         will be saved.
17630         (gnus-summary-save-article-file): Revert.
17631         (gnus-summary-write-article-file): Revert.
17632         (gnus-summary-save-article-body-file): Revert.
17633         (gnus-summary-write-article-body-file): New function.
17634
17635 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-art.el (gnus-default-article-saver): Doc fix.
17638         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17639         from gnus-summary-save-article-coding-system, and default to a
17640         certain coding system.
17641         (gnus-output-to-file): Add coding cookie and encode text according
17642         to gnus-article-save-coding-system; don't use mm-append-to-file.
17643
17644         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17645         gnus-art.el and rename to gnus-article-save-coding-system.
17646         (gnus-summary-save-article): Require gnus-art; don't show all
17647         headers if it decodes articles; don't add coding cookie here;
17648         don't bind mm-text-coding-system-for-write.
17649         (gnus-summary-save-article-file): Save decoded articles.
17650         (gnus-summary-write-article-file): When saving many files, use
17651         gnus-summary-write-to-file first and gnus-summary-save-in-file
17652         thereafter unless gnus-prompt-before-saving is always.
17653         (gnus-summary-save-article-body-file): Save decoded articles.
17654
17655         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17656
17657 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17658
17659         * nnrss.el (nnrss-check-group): Bind hash-index.
17660
17661 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17662
17663         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17664         its hash index.  Store this hash in `nnrss-group-data'.
17665         (nnrss-read-group-data): Update accordingly.
17666
17667 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17668
17669         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17670         entry.
17671
17672         * gnus-sum.el (gnus-summary-make-menu-bar):
17673         Add gnus-article-browse-html-article.
17674
17675 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17676
17677         * gnus-sum.el (gnus-summary-mime-map):
17678         Add gnus-article-browse-html-article.
17679
17680         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17681
17682 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17683
17684         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17685         suitable coding systems in customize.
17686
17687 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17688
17689         * mail-source.el (mail-sources): Fix custom type.
17690
17691 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17694         (gnus-summary-expire-articles-now): Shorten prompt.
17695
17696         * gmm-utils.el (wid-edit): Require.
17697         (defun-gmm): Rename from `gmm-defun-compat'.
17698         (gmm-image-search-load-path): Use it.
17699         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17700
17701 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-sum.el (gnus-summary-save-article-coding-system):
17704         New variable.
17705         (gnus-summary-save-article): Add optional `decode' argument.
17706         If it is set and gnus-summary-save-article-coding-system is non-nil,
17707         save decoded article.
17708         (gnus-summary-write-article-file): Save decoded article if
17709         gnus-summary-save-article-coding-system is non-nil.
17710
17711         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17712         type.
17713
17714 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17717
17718 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17721         first to test gnus-single-article-buffer which may be buffer-local.
17722
17723         * gnus-sum.el (gnus-summary-setup-buffer):
17724         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17725         group; make gnus-article-buffer, gnus-article-current, and
17726         gnus-original-article-buffer always buffer-local.
17727         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17728         group.
17729         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17730
17731 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * nnml.el (nnml-request-compact-group): Compressed files might not
17734         have .gz extension.
17735
17736 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17737
17738         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17739         (mm-copy-to-buffer): Use with-current-buffer.
17740         (mm-display-part): Simplify.
17741         (mm-inlinable-p): Add optional arg `type'.
17742
17743 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17744
17745         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17746         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17747         Try harder to show the attachment internally or externally using
17748         gnus-mime-view-part-as-type.
17749
17750 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17751
17752         * message.el (message-from-style, message-signature-separator)
17753         (message-user-organization-file, message-send-mail-function)
17754         (message-citation-line-function, message-yank-prefix)
17755         (message-indent-citation-function, message-signature)
17756         (message-signature-file, message-signature-insert-empty-line):
17757         Remove autoloads.
17758
17759         * gnus-art.el (gnus-buttonized-mime-types):
17760         Remove "multipart/signed".  Revert 2006-04-26 change.
17761
17762 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17763
17764         * gnus.el (gnus-version-number): Bump version.
17765
17766 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17767
17768         * gnus.el: No Gnus v0.5 is released.
17769
17770 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17771
17772         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17773         fetching articles by message-id.
17774
17775 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17776
17777         * message.el (hashcash): Require hashcash as normal.
17778
17779         * ecomplete.el (ecomplete-highlight-match-line):
17780         Use point-at-eol.
17781         (ecomplete-highlight-match-line): Use `highlight', because that
17782         face exists in both Emacs and XEmacs.
17783
17784         * message.el (message-display-abbrev): Use point-at-bol.
17785
17786         * mail-source.el: Don't require timer/timer-funcs.
17787
17788         * gnus-async.el: Ditto.
17789
17790         * password.el: Ditto.
17791
17792         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17793
17794         * mm-url.el: Ditto.
17795
17796         * gnus-xmas.el: Don't require timer-funcs.
17797
17798         * mm-util.el: Require timer/timer-funcs.
17799
17800 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17801
17802         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17803         Close.
17804
17805 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17808         unibyte after clear-decrypt function runs.
17809
17810         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17811         returns as a unibyte string.
17812
17813 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * lpath.el: Revert.
17816
17817         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17818         (pgg-gpg-process-sentinel): Revert.
17819
17820         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17821         (pgg-pgp-lookup-key): Revert.
17822
17823         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17824         (pgg-pgp5-lookup-key): Revert.
17825
17826         * pgg.el (pgg-fetch-key): Revert.
17827
17828 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * lpath.el: Fbind string-as-multibyte for XEmacs.
17831
17832         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17833         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17834         (mml1991-pgg-encrypt): Ditto.
17835
17836         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17837         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17838         a multibyte buffer.
17839
17840         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17841         (pgg-pgp-lookup-key): Ditto.
17842
17843         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17844         (pgg-pgp5-lookup-key): Ditto.
17845
17846         * pgg.el (pgg-fetch-key): Ditto.
17847
17848 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17849
17850         * message.el (message-user-organization-file): Check several
17851         locations of the organization file.
17852
17853         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17854         Add gnus-article-view-part-as-type.
17855
17856         * gnus-art.el (gnus-article-view-part-as-type): New function.
17857
17858         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17859         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17860
17861         * mml.el: Simplify autoload.
17862         (mml-mode): defvar dnd-protocol-alist instead of using
17863         symbol-value.
17864         (mml-default-directory): New variable.
17865         (mml-minibuffer-read-file): Use it.
17866         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17867
17868         * message.el (message-citation-line-format): New variable.
17869         (message-insert-formated-citation-line): New function.
17870         (message-citation-line-function):
17871         Add `message-insert-formated-citation-line' to custom type.
17872
17873         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17874         to doc string.
17875
17876         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17877         depending on mm-verify-option.
17878
17879 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17882         binding pgg-* variables; reimplement the section which prevents
17883         MIME header from being signed.
17884         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17885         pgg-text-mode; remove a blank line at the top of body.
17886
17887         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17888         lines at the top of body; use gnus-newsgroup-charset if there's no
17889         Charset header.
17890
17891 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * message.el (message-self-insert-commands): Doc fix.
17894
17895         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17896         (mm-uu-pgp-encrypted-test): Ditto.
17897         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17898         between header and body; return application/pgp-encrypted handle
17899         if decryption failed; decode decrypted body by charset.
17900
17901         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17902         element match to application/pgp-*.
17903
17904 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17905
17906         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17907         HTML.
17908
17909 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17910
17911         * mail-source.el (mail-source-call-script): Message the error
17912         string.
17913
17914 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17915
17916         * gnus-util.el (gnus-byte-compile): Use it.
17917
17918 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17919
17920         * gnus-util.el (kill-empty-logs): New function.
17921
17922 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17923
17924         * message.el (message-mail-alias-type): Doc fix.
17925         (message-mail-alias-type-p): New function.
17926         (message-send): Use it.
17927         (message-mode): Ditto.
17928         (message-strip-forbidden-properties): Ditto.
17929
17930         * ecomplete.el (ecomplete-database-file-coding-system):
17931         New variable.
17932         (ecomplete-save): Use it.
17933         (ecomplete-setup): Use it.
17934
17935 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * message.el (message-self-insert-commands): New variable.
17938         (message-strip-forbidden-properties): Use it.
17939
17940 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17941
17942         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17943         that doesn't make XEmacs choke.
17944
17945 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17946
17947         * gnus-util.el (gnus-replace-in-string):
17948         Prefer replace-regexp-in-string over of replace-in-string.
17949
17950 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * gnus-util.el (gnus-select-frame-set-input-focus):
17953         Use select-frame-set-input-focus if it is available in XEmacs; use
17954         definition defined in Emacs 22 for old Emacsen.
17955
17956         * dgnushack.el: Autoload unmorse-region for XEmacs.
17957
17958         * lpath.el: Bind cursor-in-non-selected-windows and
17959         select-frame-set-input-focus for XEmacs.
17960
17961 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17964
17965 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17966
17967         * gnus-registry.el (gnus-registry-cache-save): Remove text
17968         properties when saving via the temp buffer.
17969
17970 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17971
17972         * message.el (message-generate-hashcash): Honor custom type.
17973
17974 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17975
17976         * message.el (message-generate-hashcash): Default to non-nil when
17977         hashcash is found.
17978
17979         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17980         (gnus-refer-thread-limit): Increase default to 500.
17981
17982         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17983
17984         * flow-fill.el (fill-flowed): Allow delete-space.
17985
17986 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17987
17988         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17989         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17990         Remove autoloads.
17991
17992 2006-04-18  Simon Josefsson  <jas@extundo.com>
17993
17994         * message.el (message-generate-hashcash): Default to.
17995
17996 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17999         concatenating segments rather than before concatenating them.
18000
18001 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18002
18003         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18004
18005 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18006
18007         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18008
18009         * message.el (message-forward-make-body-plain):
18010         Allow message-forward-ignored-headers to be a list.
18011         (message-remove-ignored-headers): Factor out into function.
18012         (message-forward-make-body-mml): Use it.
18013
18014         * imap.el (imap-quote-specials): New function.
18015         (imap-login-auth): Quote specials.
18016
18017         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18018         (rfc2231-parse-string): Allow concatanation of parameters that
18019         aren't contiguous.  The test case is
18020           (mail-header-parse-content-type "message/external-body;
18021             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18022             access-type=LOCAL-FILE;
18023             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18024
18025 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18026
18027         * nntp.el (nntp-accept-process-output): Return the value of
18028         `nnheader-accept-process-output'.
18029
18030 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18031
18032         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18033         (gnus-button-alist): Recognize more diff formats.
18034         (gnus-button-patch): Strip directory.
18035
18036 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18037
18038         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18039         Emacs 22 when setting focus.
18040
18041 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18042
18043         * gnus-art.el (gnus-article-treat-types): Do treatment of
18044         text/x-verbatim parts.
18045         (gnus-button-patch): New command.
18046
18047         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18048         addresses that contain invalid characters.
18049
18050 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18051
18052         * message.el (message-put-addresses-in-ecomplete):
18053         Use gnus-replace-in-string.
18054         (message-is-yours-p): Use the more correct
18055         mail-header-parse-address instead of
18056         mail-extract-address-components.
18057         (message-put-addresses-in-ecomplete): Fix typo.
18058
18059         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18060         keystroke.
18061
18062         * gnus-art.el (gnus-treatment-function-alist): Change order of
18063         newsgroups/generic header folding to avoid double-folding.
18064
18065         * message.el (message-hidden-headers): Add X-Draft-From.
18066
18067         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18068         New command.
18069         (gnus-summary-repeat-search-article-backward): New command.
18070
18071         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18072         groups in the parent topic.
18073
18074 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18075
18076         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18077         (spam-extra-header-to-number): Return the CRM114 number as a
18078         number instead of a string.
18079
18080 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18081
18082         * gnus-art.el (gnus-face-properties-alist): Move here from
18083         gnus-fun.
18084
18085         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18086
18087 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18088
18089         * message.el (message-strip-forbidden-properties): Only display on
18090         self-insert-command.
18091
18092         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18093         reindent.
18094         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18095
18096 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18097
18098         * smiley.el (smiley-style): Fix typo.
18099
18100 2006-03-23  Kenichi Handa  <handa@m17n.org>
18101
18102         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18103         instead of set-buffer-multibyte.
18104
18105 2006-03-23  Kenichi Handa  <handa@m17n.org>
18106
18107         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18108         buffer and then decode the buffer text if necessary.
18109         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18110         first, and after mm-encode-body, change the buffer to unibyte.
18111
18112 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18113
18114         * hashcash.el (hashcash-insert-payment-async-2):
18115         Use message-goto-eoh instead of doing it manually.
18116         (mail-add-payment): Use message-narrow-to-header instead of trying
18117         to do the same itself.
18118
18119         * message.el (message-hidden-headers): Add Face.
18120
18121         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18122         reparenting code.
18123         (gnus-summary-reparent-children): Refactored out code.
18124         (gnus-summary-thread-map): New keystroke.
18125         (gnus-summary-reparent-children): Make into command.
18126
18127         * smiley.el (smiley-style): Default to `medium' if using a large
18128         font.
18129
18130         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18131         does it itself.
18132
18133         * message.el (message-point-in-header-p): Simplify definition.
18134
18135 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18136
18137         * nnagent.el (nnagent-request-set-mark): Silence log file
18138         writing.
18139         (nnagent-request-set-mark): Use write-region instead of
18140         append-to-file.
18141
18142         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18143         strange select method.
18144
18145         * ecomplete.el (ecomplete-display-matches): Get highlightling
18146         right.
18147         (ecomplete-display-matches): Use literals.
18148         (ecomplete-display-matches): Disable message logging.
18149
18150         * message.el (message-display-abbrev): Small optimization.
18151
18152         * ecomplete.el (ecomplete-display-matches): Allow automatic
18153         display.
18154
18155         * message.el (message-strip-forbidden-properties):
18156         Display abbrevs.
18157         (message-display-abbrev): Get automatic display right.
18158
18159         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18160         keystrokes.
18161
18162 2006-04-13  Romain Francoise  <romain@orebokech.com>
18163
18164         TODO: Backport to v5-10!
18165
18166         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18167         Move here (and rename) from gnus-registry.el.
18168
18169         * gnus-registry.el: Require gnus-util.
18170         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18171
18172 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18173
18174         * gnus-group.el (gnus-group-catchup-current):
18175         Change if-then-else-if-then-else into cond.
18176         (gnus-group-catchup): Indent.
18177         (group-name-at-point): New function.
18178         (gnus-fetch-group): Provide default from thing at point.
18179
18180 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18181
18182         * message.el (message-display-abbrev): Fix regexp.
18183
18184         * ecomplete.el (ecomplete-highlight-match-line):
18185         Reimplement choosing.
18186         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18187         dead variables.
18188
18189         * message.el (message-newline-and-indent): Remove debugging.
18190         (message-display-abbrev): Use new implementation.
18191
18192 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * gnus-art.el (gnus-article-mode):
18195         Set cursor-in-non-selected-windows to nil.
18196
18197         * smiley.el: Revert previous change.
18198         (smiley-data-directory): defvar it before using it in the
18199         defcustom of `smiley-style'.
18200
18201 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18202
18203         * message.el (message-newline-and-indent): New function.
18204
18205         * ecomplete.el: Implement more bits.
18206
18207         * message.el (message-put-addresses-in-ecomplete): Clean up the
18208         string.
18209
18210         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18211
18212         * gnus-sum.el (gnus-summary-save-parts):
18213         Bind gnus-summary-save-parts-counter and use it to make unique file
18214         names.
18215
18216         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18217
18218         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18219         parameter to say whether to actually parse the individual
18220         addresses.
18221
18222         * message.el (message-put-addresses-in-ecomplete): New function.
18223         (ecomplete): Require.
18224         (message-mail-alias-type): Add ecomplete as an option.
18225
18226 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18227
18228         * flow-fill.el (fill-flowed): Remove trailing space from blank
18229         quoted lines.
18230
18231 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18232
18233         * smiley.el (smiley-style): Move definition later to avoid a
18234         compilation warning.
18235
18236 2006-04-12  Kenichi Handa  <handa@m17n.org>
18237
18238         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18239         buffer and then decode the buffer text if necessary.
18240         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18241         first, and after mm-encode-body, change the buffer to unibyte.
18242         Use mm-disable-multibyte instead of set-buffer-multibyte.
18243
18244 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18247         Content-Type header instead of Content-Disposition header.
18248         (gnus-mime-inline-part): Ditto.
18249         (gnus-mime-view-part-as-charset): Ignore charset that the part
18250         specifies.
18251
18252         * mm-decode.el (mm-display-part): Work with external parts and
18253         usual parts similarly.
18254
18255         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18256         instead of gnus-display-mime.
18257
18258         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18259         instead of with-temp-buffer.
18260
18261         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18262         tag to summarized topics part in order to encode non-ASCII text.
18263
18264 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18265
18266         * smiley.el (smiley-style): New variable.
18267         (smiley-directory): New function.
18268         (smiley-data-directory): Derive from `smiley-style' using
18269         `smiley-directory'.
18270         (smiley-regexp-alist): Add new entries.
18271
18272         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18273         (gnus-article-browse-delete-temp): Add :version.
18274
18275 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18276
18277         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18278         the sieve region.
18279
18280 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18281
18282         * gnus.el (gnus-version-number): Bump version.
18283
18284 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18285
18286         * gnus.el: No Gnus v0.4 is released.
18287
18288 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18289
18290         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18291         layout.
18292
18293         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18294         unknown charset.
18295
18296         * message.el (message-header-synonyms): Add Original-To to the
18297         default.
18298
18299         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18300         optional parameter.
18301
18302 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * gnus-fun.el (gnus): Require it for gnus-directory.
18305
18306 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18309
18310 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18311
18312         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18313
18314 2006-04-05  Simon Josefsson  <jas@extundo.com>
18315
18316         * password.el (password-reset): New function.
18317
18318 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18319
18320         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18321         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18322
18323 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18324
18325         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18326         Some whitespace was matched into the url, which broke browsing hits
18327         > 100 when mm-url-use-external was nil.
18328
18329 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18330
18331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18332         Check gnus-extra-headers for 'Newsgroups.
18333
18334         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18335         bound.
18336
18337 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18338
18339         * pgg-gpg.el: Clean up process buffers every time gpg processes
18340         complete.
18341
18342 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18343
18344         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18345         doc string.
18346
18347 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18348
18349         * pgg-gpg.el (pgg-gpg-process-filter)
18350         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18351
18352         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18353         lines, temporary fix.
18354
18355 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18356
18357         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18358
18359 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18360
18361         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18362         default-enable-multibyte-characters.  This reverts the change from
18363         revision 6.17 which is no longer necessary because the passphrase
18364         is sent separately now.  GnuPG messages are unreadable under
18365         multibyte locales with default-enable-multibyte-characters set to
18366         nil.
18367
18368 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18369
18370         * message.el (message-tool-bar-gnome): Move "spell".
18371
18372 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18373
18374         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18375         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18376         instead.
18377
18378 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18379
18380         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18381         Improve newsgroups handling for NNTP overviews which don't include
18382         Newsgroups.
18383
18384 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18385
18386         * message.el (message-resend): Bind message-generate-hashcash to nil.
18387
18388 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18389
18390         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18391         when searching for already-paid recipients.
18392
18393 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18394
18395         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18396         passphrases when it is not needed.
18397         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18398         passphrase stuff from gpg, should only be necessary when you use
18399         gpg with a smartcard.
18400
18401 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * mml.el (mml-insert-mime): Ignore cached contents of
18404         message/external-body part.
18405
18406         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18407         (mm-insert-part): Ditto.
18408
18409 2006-03-23  Simon Josefsson  <jas@extundo.com>
18410
18411         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18412         Reiner.
18413         (pgg-gpg-use-agent-p): Use it again.
18414
18415 2006-03-23  Simon Josefsson  <jas@extundo.com>
18416
18417         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18418         older emacsen.
18419         (pgg-gpg-use-agent-p): Don't use it.
18420
18421 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18422
18423         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18424         if we can.
18425
18426 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18427
18428         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18429         (pgg-gpg-update-agent): New function.
18430         (pgg-gpg-use-agent-p): New function.
18431         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18432         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18433         (pgg-gpg-sign-region): Use it.
18434
18435 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18438         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18439
18440 2006-03-21  Simon Josefsson  <jas@extundo.com>
18441
18442         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18443         <wilde@sha-bang.de>.
18444         (pgg-gpg-use-agent): New variable.
18445         (pgg-gpg-process-region): Use it.
18446         (pgg-gpg-encrypt-region): Likewise.
18447         (pgg-gpg-encrypt-symmetric-region): Likewise.
18448         (pgg-gpg-decrypt-region): Likewise.
18449         (pgg-gpg-sign-region): Likewise.
18450         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18451
18452 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18453
18454         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18455
18456         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18457         Add comment on version.
18458
18459 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18460
18461         * smiley.el: Add missing test smiley.
18462
18463 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * mm-decode.el (mm-with-part): New macro.
18466         (mm-get-part): Use it; work with message/external-body as well.
18467         (mm-save-part): Treat name and filename equally.
18468
18469         * mm-extern.el (mm-extern-cache-contents): New function.
18470         (mm-inline-external-body): Use it; force the part to be displayed;
18471         move undisplayer added to the cached handle to the parent.
18472
18473         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18474         (gnus-mime-view-part-as-type): Work with message/external-body.
18475
18476         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18477
18478 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18479
18480         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18481         images in image-load-path.  [Sync with image.el, revision 1.60, in
18482         Emacs.]
18483
18484 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18487         path rather than symbol.  Always return list of directories.
18488         Guarantee that image directory comes first.  [Sync with image.el,
18489         revision 1.59, in Emacs.]
18490
18491         * message.el (message-make-tool-bar): Adjust to new API of
18492         `gmm-image-load-path-for-library'.
18493
18494         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18495
18496         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18497
18498 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18499
18500         * gnus-art.el (gnus-article-only-boring-p):
18501         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18502         intangible text.
18503         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18504
18505 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18508         Use `defun' instead of `gmm-defun-compat'.
18509
18510 2006-03-14  Simon Josefsson  <jas@extundo.com>
18511
18512         * message.el (message-unique-id): Don't use message-number-base36
18513         if (user-uid) is a float.
18514         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18515
18516 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18519
18520         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18521         empty line between a part and a message part.
18522
18523 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18524
18525         * smiley.el: Add more test smileys.
18526         (smiley-data-directory, smiley-regexp-alist)
18527         (gnus-smiley-file-types): Fix doc strings.
18528         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18529         adding new elements.
18530         (smiley-mouse-map): Unused code.  Make it a comment.
18531
18532 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18533
18534         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18535         scan latest NoCeM messages instead of old ones.
18536         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18537         delimiters that are recently used.
18538         (gnus-nocem-load-cache): Add autoload cookie.
18539
18540         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18541
18542         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18543         level which is larger than gnus-use-nocem is specified.
18544
18545         * gnus-group.el (gnus-group-get-new-news): Ditto.
18546
18547 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * gnus-util.el (gnus-tool-bar-update): New function.
18550
18551         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18552         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18553
18554         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18555
18556         * gnus-group.el (gnus-group-redraw-when-idle)
18557         (gnus-group-redraw-check): Remove.
18558         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18559
18560 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18561
18562         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18563         if optional last element is specified in splits (FIELD VALUE...).
18564
18565 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18566
18567         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18568         to gmm-image-load-path-for-library.  Call with no-error argument.
18569         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18570
18571         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18572
18573         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18574
18575         * gmm-utils.el (gmm-image-load-path): Remove alias.
18576
18577 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * gmm-utils.el (gmm-image-load-path): Add alias.
18580
18581         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18582         nnml-generate-nov-databases-1.
18583         (nnml-generate-nov-databases): Use it.
18584         (nnml-generate-nov-databases-directory): Document no-active
18585         argument.
18586
18587         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18588         directory if path is t.  Add no-error.
18589
18590         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18591         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18592
18593         * gnus-art.el (gnus-article-browse-delete-temp-files):
18594         Simplify resetting gnus-article-browse-html-temp-list.
18595
18596         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18597         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18598         Add example to docstring.  Rename local variables.  Move error
18599         checks to default case in cond and simplify.
18600
18601 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18604         handle is multipart when calling it recursively.
18605         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18606
18607 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18608
18609         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18610         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18611
18612 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18615         is loaded.
18616
18617         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18618         loaded.
18619
18620 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18621
18622         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18623         to "Emacs 23 (unicode)" in doc string.
18624
18625         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18626         "Emacs 23 (unicode)" in comment.
18627
18628 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18629
18630         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18631
18632         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18633         characters 160 through 255 in Emacs 23.
18634
18635 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18636
18637         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18638         gnus-article-browse-html-temp.
18639         (gnus-article-browse-delete-temp): Make it customizable.
18640         Add `file'.  Adjust doc string.
18641         (gnus-article-browse-delete-temp-files): Add argument.
18642         Allow query for each file.  Adjust doc string.
18643         (gnus-article-browse-html-parts):
18644         Add `gnus-article-browse-delete-temp-files' to
18645         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18646
18647 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18648
18649         * gnus-art.el (gnus-article-browse-html-temp)
18650         (gnus-article-browse-delete-temp): New variables.
18651         (gnus-article-browse-delete-temp-files): New function.
18652         (gnus-article-browse-html-parts): Use it.
18653
18654 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18655
18656         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18657
18658         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18659         string.
18660
18661         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18662         gnus-summary-insert-new-articles when unplugged.
18663         Remove gnus-summary-search-article-forward.
18664
18665         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18666         display-visual-class instead of display-color-cells.
18667
18668 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * dgnushack.el: Autoload customize-group for XEmacs.
18671
18672         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18673         message/* containing non-ASCII text properly.
18674
18675 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18676
18677         * message.el: Require gmm-utils, remove autoloads.
18678         (message-tool-bar): Set default based on
18679         gmm-tool-bar-style.
18680         (message-tool-bar-gnome): Add gmm-customize-mode.
18681
18682         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18683         gmm-tool-bar-style.
18684         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18685
18686         * gnus-group.el (gnus-group-tool-bar): Set default based on
18687         gmm-tool-bar-style.
18688         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18689
18690         * gmm-utils.el (gmm-image-directory): Rename variable from
18691         gmm-image-load-path.
18692         (gmm-image-load-path): Use gmm-image-directory.
18693         (gmm-customize-mode): New function.
18694         (gmm-tool-bar-style): New variable.
18695
18696         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18697         gnus-group-redraw-line-number.
18698         (gnus-group-redraw-check): Simplify.
18699         (gnus-group-tool-bar-update): Remove redraw check.
18700         (gnus-group-make-tool-bar): Add redraw check.
18701
18702 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18703
18704         * gnus-art.el (gnus-button): Add missing parentheses.
18705
18706 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18707
18708         * lpath.el: Fbind line-number-at-pos.
18709
18710 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18713
18714 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * gnus-art.el (gnus-button): New face.
18717         (gnus-article-button-face): Use it.
18718
18719         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18720         Add gnus-summary-next-page.  Re-order.
18721
18722         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18723         next-node are now included.
18724         (gnus-group-redraw-line-number): New internal variable.
18725         (gnus-group-redraw-check): Helper function for updating the tool
18726         bar.
18727         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18728
18729         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18730
18731         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18732         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18733         Use it to match format of Spamassassin 3.0 and later.
18734         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18735         (spam-check-bogofilter)
18736         (spam-bogofilter-register-with-bogofilter): Fix args of
18737         `gnus-error' calls.
18738
18739 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18740
18741         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18742         unnecessary interaction when sending queued mails.
18743         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18744
18745 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18746
18747         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18748         first or last are nil.
18749
18750 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18751
18752         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18753
18754 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18755
18756         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18757
18758 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18759
18760         * dns.el (query-dns): Protect more against buggy tcp output.
18761
18762 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18763
18764         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18765         nov.php.
18766
18767 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18768
18769         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18770         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18771         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18772         output on the server side.
18773         (nnweb-google-create-mapping): Update regexps and add some
18774         progress indication.
18775
18776 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * gnus-group.el (gnus-group-tool-bar-gnome):
18779         Fix gnus-agent-toggle-plugged.  Re-order icons.
18780         (gnus-group-tool-bar-gnome):
18781         Add gnus-group-{prev,next}-unread-group.
18782         (gnus-group-tool-bar-gnome): Re-order icons.
18783
18784         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18785         Move gnus-summary-insert-new-articles.
18786
18787         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18788         Fix comments.
18789
18790         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18791         also available in Emacs 21.3.
18792
18793         * message.el (message-fix-before-sending): Change "Emacs 22" to
18794         "Emacs 23 (unicode)" in comment.
18795
18796         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18797         "Emacs 23 (unicode)" in comment.
18798
18799         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18800         comment.
18801         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18802
18803         * mm-view.el (mm-fill-flowed): Add :version.
18804
18805 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18808         and load-path.
18809
18810 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * message.el: Autoload gmm-image-load-path.
18813         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18814         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18815         consitency.
18816
18817         * gmm-utils.el (gmm-image-load-path): Also search in
18818         "../etc/images".  Don't set gmm-image-load-path if we don't find
18819         the image.
18820
18821 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * gmm-utils.el (gmm-image-load-path): Don't make
18824         `gmm-image-load-path' include subdirectories which the second arg
18825         `image' might specify.
18826
18827         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18828         subdirectory to icon file names.
18829
18830         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18831
18832 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18833
18834         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18835         gmm-image-load-path calls.
18836
18837         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18838
18839         * message.el (message-make-tool-bar): Ditto.
18840
18841         * mml.el (mml-preview): Add comment concerning tool bar icons.
18842
18843         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18844         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18845
18846         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18847         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18848
18849         * message.el (message-tool-bar-gnome): Use new icon names.
18850         (message-make-tool-bar): Use `gmm-image-load-path'.
18851
18852         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18853         New functions from MH-E.
18854         (gmm-image-load-path): New variable from MH-E.
18855         (gmm-image-load-path): New function from MH-E.  Add arguments
18856         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18857         *-image-load-path-called-flag.
18858
18859 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18860
18861         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18862
18863 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18864
18865         * nnimap.el (nnimap-request-move-article): Change folder back to
18866         source group before deleting.
18867
18868 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18869
18870         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18871
18872         * gnus-art.el (mm-url-insert-file-contents-external):
18873         Autoload mm-url.
18874
18875         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18876
18877 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18880         coding system which mm-charset-to-coding-system returns for a
18881         given charset is valid.
18882
18883 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18884
18885         * html2text.el (html2text-remove-tag-list):
18886         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18887
18888 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18889
18890         * gnus-cus.el: Revert 2005-10-17 change.
18891
18892 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * gnus-art.el (article-strip-banner):
18895         Call article-really-strip-banner only when the regexp match is made.
18896
18897 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * gnus-art.el (article-strip-banner):
18900         Use gnus-extract-address-components instead of
18901         mail-header-parse-addresses to make it work with non-ASCII text;
18902         remove mail-encode-encoded-word-string.
18903
18904         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18905         values which are surrounded with \"...\"; make it never cause a
18906         Lisp error; give up parsing of parameters if it failed in
18907         extracting type.
18908
18909 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18910
18911         * smime.el (smime-cert-by-ldap-1): Fix bug where
18912         `smime-ldap-search' returns results without userCertificates.
18913
18914 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18917
18918 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * spam.el (spam-check-spamassassin-headers): Adapt format for
18921         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18922         <ari@mbf.ocn.ne.jp>.
18923         (spam-list-of-processors): Add spam-use-gmane.
18924
18925 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18928         make-temp-file; make it work with XEmacs as well.
18929
18930         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18931         mm-make-temp-file.
18932
18933         * mm-decode.el (mm-display-external): Use the 3rd arg of
18934         mm-make-temp-file.
18935         (mm-create-image-xemacs): Ditto.
18936
18937 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18940         with message-narrow-to-headers.
18941         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18942         (gnus-draft-check-draft-articles): New function.
18943         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18944
18945 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18946
18947         * gnus-art.el (gnus-article-browse-html-parts):
18948         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18949         Don't use suffix argument for mm-make-temp-file for Emacs 21
18950         compatibility.  Remove useless `format'.
18951
18952 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18953
18954         * nnweb.el (nnweb-google-wash-article): Update regexps.
18955         (nnweb-group-alist): Use defvoo instead of defvar.
18956
18957 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18960         re-loading nn* modules.
18961
18962 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18965         for `tool-bar-mode' and don't check it's default-value.
18966
18967         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18968
18969         * message.el (message-make-tool-bar): Ditto.
18970
18971         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18972         `substring'.  Shorten tmp-file name.
18973
18974         * gnus.el: Remove bogus comment.
18975
18976 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18977
18978         * gnus-art.el (gnus-article-browse-html-parts): New function.
18979         (gnus-article-browse-html-article): New function for viewing html
18980         articles with a browser.
18981
18982 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18983
18984         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18985         in elisp.
18986         (pgg-gpg-encrypt-symmetric-region): Ditto.
18987         (pgg-gpg-sign-region): Ditto.
18988
18989         * pgg-def.el (pgg-text-mode): New variable.
18990
18991         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18992         (mml2015-pgg-encrypt): Ditto.
18993
18994         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18995         (mml1991-pgg-encrypt): Ditto.
18996
18997 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * nnfolder.el (nnfolder-insert-newsgroup-line):
19000         Use message-make-date instead of current-time-string.
19001
19002         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19003         to gnus-decoded which mm-uu might set.
19004
19005 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19006
19007         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19008         don't decode quoted parameters; remove misimported Emacs code.
19009         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19010         (rfc2231-decode-encoded-string): Don't use split-string which
19011         behaves differently according to Emacs version; use
19012         mm-decode-coding-region to convert charset to coding-system.
19013         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19014         (rfc2231-encode-string): Remove misimported Emacs code.
19015
19016 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19017
19018         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19019         when calling mail-header-parse-content-type.
19020         (article-de-quoted-unreadable): Ditto.
19021         (article-de-base64-unreadable): Ditto.
19022         (article-wash-html): Ditto.
19023
19024         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19025         calling mail-header-parse-content-type and
19026         mail-header-parse-content-disposition.
19027         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19028         mail-header-parse-content-type.
19029
19030         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19031         insert charset and format parameters; encode description after
19032         inserting it to buffer.
19033         (mml-insert-parameter): Fold lines properly even if a parameter is
19034         segmented into two or more lines; change the max column to 76.
19035
19036         * rfc1843.el (rfc1843-decode-article-body): Don't use
19037         ignore-errors when calling mail-header-parse-content-type.
19038
19039         * rfc2231.el (rfc2231-parse-string): Return at least type if
19040         possible; don't cause an error even if it fails in parsing of
19041         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19042         (rfc2231-encode-string): Don't break lines at the beginning, leave
19043         it to mml-insert-parameter.
19044
19045         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19046         calling mail-header-parse-content-type.
19047
19048 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19049
19050         * spam-report.el (spam-report-gmane-use-article-number):
19051         Improve doc string.
19052         (spam-report-gmane-internal): Check if a suitable header was found
19053         in the article.
19054
19055 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19056
19057         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19058         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19059
19060 2006-02-05  Romain Francoise  <romain@orebokech.com>
19061
19062         Update copyright notices of all files in the gnus directory.
19063
19064 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19065
19066         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19067
19068 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19071         segmented lines of parameter value to cope with Thunderbird 1.5
19072         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19073         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19074         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19075
19076 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19077
19078         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19079         parts.
19080
19081 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19082
19083         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19084         there's only one active file for all servers.
19085         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19086         solid groups.  Gnus might have used a FAST request to select the group.
19087         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19088         and nnweb-search redundantly in the active file.
19089         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19090         (nnweb-request-create-group): Don't use ARGS.
19091         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19092         initializations.  Let nnoo do the work.
19093
19094 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19097         Say the part has been decoded.
19098
19099         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19100
19101 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19102
19103         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19104         mailcap-viewer-test-cache when there's no 'test clause, since that
19105         will invert the meaning of a "nil" test previously determined by
19106         mailcap-mailcap-entry-passes-test.
19107
19108 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19111         compiling.
19112
19113         * gnus-sum.el: Ditto.
19114
19115         * message.el: Don't bind tool-bar-map when compiling.
19116
19117 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19118
19119         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19120
19121 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19122
19123         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19124         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19125         current Google Groups.
19126
19127 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19128
19129         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19130         and tool-bar-mode.
19131
19132         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19133         and tool-bar-mode.
19134
19135         * message.el (message-tool-bar-update): Simplify.
19136         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19137
19138         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19139         gnus-summary-buffer.
19140         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19141         gnus-summary-reply.
19142
19143         * gmm-utils.el (gmm): Add :version.
19144
19145 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * Makefile.in (clean): New rule.
19148         (distclean): Use it.
19149
19150 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19151
19152         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19153         Don't autoload.
19154
19155 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * gmm-utils.el (gmm-verbose): Add :group.
19158
19159 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19160
19161         * message.el: Change some comments WRT tool-bars.
19162
19163         * gnus-sum.el (gnus-summary-tool-bar)
19164         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19165         (gnus-summary-tool-bar-zap-list): New variables.
19166         (gnus-summary-make-tool-bar): Complete rewrite using
19167         `gmm-tool-bar-from-list'.
19168
19169         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19170         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19171         New variables.
19172         (gnus-group-make-tool-bar): Complete rewrite using
19173         `gmm-tool-bar-from-list'.
19174         (gnus-group-tool-bar-update): New function.
19175
19176         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19177
19178 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19181         is dissected into a single part of which the type is the same as
19182         the given one; decode charset.
19183
19184 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19185
19186         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19187         into alists as symbol not string, since that's what
19188         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19189         look for.
19190
19191 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19192
19193         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19194         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19195
19196         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19197
19198 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19201         (gnus-xmas-mime-security-button-menu): New function.
19202
19203         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19204         (gnus-mime-security-button-menu): New definition.
19205         (gnus-mime-security-button-map): Use them.
19206         (gnus-mime-security-button-menu): New function.
19207         (gnus-insert-mime-security-button): Addition to help echo.
19208         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19209         (gnus-mime-security-pipe-part): New functions.
19210
19211         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19212         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19213
19214         * mm-decode.el (mm-handle-set-disposition): Remove.
19215         (mm-handle-set-description): Remove.
19216
19217 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19220         (mm-w3m-standalone-supports-m17n-p): New function.
19221         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19222         w3m usage.
19223
19224         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19225         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19226
19227 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19228
19229         * message.el (message-tool-bar-zap-list):
19230         Use gmm-tool-bar-zap-list as custom type.
19231         (message-tool-bar-update): New function.
19232         (message-tool-bar, message-tool-bar-gnome)
19233         (message-tool-bar-retro): Add message-tool-bar-update.
19234         (message-tool-bar-gnome): Add flyspell-buffer.
19235
19236         * gnus-util.el (gnus-error): Describe `args'.
19237
19238         * gmm-utils.el (gmm-error): Describe `args'.
19239         (gmm-tool-bar-zap-list): New widget.
19240         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19241
19242 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19245         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19246         the number of recursive calls.
19247
19248         * mm-decode.el (mm-handle-set-disposition): New macro.
19249         (mm-handle-set-description): New macro.
19250
19251 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19252
19253         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19254         encoding.
19255
19256 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19257
19258         * message.el (message-tool-bar-zap-list, message-tool-bar)
19259         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19260         (message-tool-bar-local-item-from-menu): Remove.
19261         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19262         (message-make-tool-bar): New function.
19263         (message-mode): Use `message-make-tool-bar'.
19264
19265         * gmm-utils.el: New file.
19266         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19267         (gmm-lazy): New widget copied from `nnmail.el'.
19268         (gmm-tool-bar-from-list): New function for creating customizable
19269         tool bars.
19270         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19271         output.
19272         (gmm): Add :prefix to defgroup.
19273
19274 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19275
19276         * gmm-utils.el (gmm-widget-p): New function.
19277
19278 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * mml.el (mml-attach-file): Describe `description' in doc string.
19281         (mml-menu): Add Emacs MIME manual and PGG manual.
19282
19283 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19284
19285         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19286
19287 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19288
19289         * nntp.el (nntp-end-of-line): Doc fix.
19290
19291 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19292
19293         * imap.el (imap-open): Handle case where buffer is a buffer
19294         object.
19295
19296 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19297
19298         * gnus-delay.el (gnus-delay): Don't autoload.
19299         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19300         to be re-loaded when customizing the `gnus-delay' group.
19301
19302 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19303
19304         * message.el (message-insert-citation-line): Use newlines.
19305
19306 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19307
19308         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19309         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19310         these routines, so the passphrase can be managed externally and
19311         passed in to the system.
19312         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19313         pgg-add-passphrase-to-cache function.
19314
19315         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19316         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19317         these routines, so the passphrase can be managed externally and
19318         passed in to the system.
19319         (pgg-pgp5-sign-region): Use new name of
19320         pgg-add-passphrase-to-cache function.
19321
19322 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19323
19324         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19325         part of the decoded armor to find the key-identifier.
19326         (pgg-gpg-lookup-key-owner): New function to return the
19327         human-readable identifier of a key owner.
19328         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19329         itself.
19330         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19331         the key value) if we have a key and can match it against a secret
19332         key.  Also, added a note pointing out fact that the prompt only
19333         indicates the first matching key.
19334
19335         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19336         pgg-decrypt-region.
19337         (pgg-add-passphrase-to-cache): Rename from
19338         `pgg-add-passphrase-cache' to reduce confusion (all callers
19339         changed).
19340         (pgg-remove-passphrase-from-cache): Rename from
19341         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19342         changed).
19343         (pgg-read-passphrase, pgg-add-passphrase-cache)
19344         (pgg-remove-passphrase-cache): Add informative docstrings.
19345         (pgg-decrypt): Convey provided passphrase in subordinate call to
19346         pgg-decrypt-region.
19347
19348 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19349
19350         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19351         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19352         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19353         'passphrase' argument, so the passphrase can be managed externally
19354         and then passed in to the system.
19355
19356         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19357         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19358         so the passphrase cache can be used reliably with identifiers
19359         besides a pgp packet's key id.
19360
19361         * pgg-gpg.el (pgg-gpg-encrypt-region)
19362         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19363         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19364         these routines, so the passphrase can be managed externally and
19365         passed in to the system.
19366
19367         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19368         'notruncate' argument, so the passphrase cache can be used
19369         reliably with identifiers besides a pgp packet's key id.
19370
19371 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19372
19373         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19374         symmetric encryption.
19375         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19376         encrypted session key.
19377         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19378         message ask for the passphrase in a proper way.
19379
19380         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19381         New user commands for symmetric encryption.
19382
19383 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19384
19385         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19386
19387         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19388
19389 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19390
19391         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19392
19393 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19394
19395         * mm-decode.el (mm-inlined-types): Add application/pgp.
19396         (mm-automatic-display): Ditto.
19397
19398         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19399         part as text.
19400
19401 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * nnrss.el: Update copyright.
19404         (nnrss-opml-import): Query whether to subscribe to each entry.
19405
19406         * gnus-art.el:
19407         * gnus-sum.el:
19408         * gnus-xmas.el:
19409         * messagexmas.el:
19410         * mm-uu.el:
19411         * mm-view.el: Update copyright.
19412
19413 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19414
19415         * message.el (message-info): New function.
19416         (message-mode-menu): Add it.
19417         Update copyright.
19418
19419         * ChangeLog: Fix and update copyright.
19420
19421 2006-01-13  Romain Francoise  <romain@orebokech.com>
19422
19423         * message.el (message-forward-subject-name-subject): Prefer the
19424         address to 'nowhere' if the sender has no name.
19425         Fix typo.  Update copyright year.
19426
19427 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19428
19429         * gnus-art.el (article-wash-html):
19430         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19431         (gnus-article-wash-html-with-w3m-standalone): New function.
19432
19433         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19434         mm-inline-text-html-render-with-w3m-standalone.
19435         (mm-text-html-washer-alist): Map w3m-standalone to
19436         gnus-article-wash-html-with-w3m-standalone.
19437         (mm-inline-text-html-render-with-w3m-standalone): New function.
19438
19439 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19440
19441         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19442         Improve LaTeX.
19443
19444 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19447         (nnrss-request-article): Render text/plain parts as HTML.
19448
19449         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19450         the buffer.
19451
19452 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19453
19454         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19455         custom definition of `gnus-posting-styles'.
19456
19457         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19458         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19459
19460 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19461
19462         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19463         Use nntp for bug archive.
19464
19465 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19468         parts.
19469         (nnrss-normalize-date): New function converts ISO 8601 date into
19470         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19471         (nnrss-check-group): Use it.
19472
19473 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19476
19477         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19478         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19479         (nnrss-insert-w3): Ditto.
19480
19481 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19484         the articles to be forwarded including the case where neither a
19485         number of articles nor a region is specified.
19486
19487 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19488
19489         * nnrss.el (nnrss-request-article): Fix last change; fill
19490         text/plain parts.
19491
19492 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19495         in text/plain part.
19496         (nnrss-check-group): Don't add excessive newline to dc:subject.
19497
19498 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19499
19500         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19501         article.
19502
19503 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19504
19505         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19506         (nnml-use-compressed-files, nnml-save-mail): Support other
19507         comression programs such as bzip2.
19508
19509 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19510
19511         * dns.el (query-dns): Make sure we check the buffer size before
19512         removing tcp headers.
19513
19514 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19515
19516         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19517         remove MIME buttons associated with multipart/alternative parts.
19518         (gnus-mime-display-alternative): Tag buttons using `article-type'
19519         text property.
19520
19521         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19522         associated with multipart/alternative parts.
19523
19524         * gnus-art.el (gnus-signature-separator): Fix custom type.
19525
19526         * mm-decode.el (mm-inlined-types): Fix custom type.
19527         (mm-keep-viewer-alive-types): Ditto.
19528         (mm-automatic-display): Ditto.
19529         (mm-attachment-override-types): Ditto.
19530         (mm-inline-override-types): Ditto.
19531         (mm-automatic-external-display): Ditto.
19532
19533 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19534
19535         * spam-report.el (spam-report-user-mail-address)
19536         (spam-report-user-agent): New variables.
19537         (spam-report-url-ping-plain): Use spam-report-user-agent.
19538
19539 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19540
19541         * gnus-art.el (gnus-button-handle-custom): Do not just use
19542         `customize-apropos' for any "M-x customize-*" button but the
19543         function called for.  Accept both the function name and its
19544         argument in order to achieve this.
19545         (gnus-button-alist): Remove support for "custom:" URL's.
19546         Pass function name to `gnus-button-handle-custom' in case of "M-x
19547         customize-*" buttons.
19548
19549 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19552         multipart/alternative and add xref to mm-discouraged-alternatives
19553         in doc string.
19554
19555         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19556         gnus-buttonized-mime-types in doc string.
19557
19558 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19559
19560         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19561         Suggest image/.* in the doc string.
19562
19563 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19566         message-marks (Debian bug #342521).
19567
19568 2005-12-12  Simon Josefsson  <jas@extundo.com>
19569
19570         * password.el (password-read-from-cache): Add.
19571         (password-read): Use it.
19572
19573 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * rfc2047.el (rfc2047-charset-to-coding-system):
19576         Recognize us-ascii as a MIME charset.
19577
19578         * mm-bodies.el (mm-decode-content-transfer-encoding):
19579         Protect against the case where the 2nd arg TYPE is nil.
19580
19581 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19582
19583         * pop3.el (pop3-stream-type): Fix custom version.
19584
19585         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19586
19587 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19588
19589         * mm-decode.el (mm-display-external): Add missing cdr.
19590
19591 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19594         RFC1524) if it is in mailcap or add a suffix according to
19595         mailcap-mime-extensions when generating a temp filename; postpone
19596         deleting a temp file for 2 seconds for some wrappers, shell
19597         scripts, and so on, which might exit right after having started a
19598         viewer command as a background job.
19599
19600 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19601
19602         * nntp.el (nntp-marks-directory): Fix custom group.
19603
19604         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19605         steps when < 10.
19606
19607         * gnus-start.el (gnus-no-server-1):
19608         Mention `gnus-level-default-subscribed' in doc string.
19609
19610 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19611
19612         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19613         parens.
19614
19615 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19616
19617         * gnus-xmas.el (gnus-use-toolbar): Revert.
19618         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19619         gnus-use-toolbar is default.
19620
19621         * messagexmas.el (message-use-toolbar): Revert.
19622         (message-setup-toolbar): Use global default-toolbar if
19623         message-use-toolbar is default.
19624
19625 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19628         according to default-toolbar-visible-p.
19629
19630         * messagexmas.el (message-use-toolbar): Ditto.
19631
19632 2005-11-26  Dave Love  <fx@gnu.org>
19633
19634         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19635         (tls-program, tls-success): Provide openssl alternative.
19636
19637         * starttls.el: Doc fixes.
19638         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19639         SERVICE to PORT.
19640
19641         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19642         port null or service name.
19643         (starttls-negotiate): Autoload.
19644
19645 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * message.el (message-kill-to-signature): Fix interactive spec.
19648
19649 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19650
19651         * pop3.el (pop3-open-server): Recognize a string as a service name.
19652
19653 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19654
19655         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19656
19657 2005-11-23  Dave Love  <fx@gnu.org>
19658
19659         Add pop3s, pop3/starttls.
19660
19661         * pop3.el (pop3-authentication-scheme): Clarify doc.
19662         (open-tls-stream, starttls-open-stream): Autoload.
19663         (pop3-stream-type): New.
19664         (pop3-open-server): Use it.
19665
19666         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19667         for POP.
19668         (mail-source-keyword-map): Add :stream for POP.
19669         (mail-source-fetch-pop): Use pop3-stream-type.
19670
19671 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19674         of current-time-string.
19675
19676 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19677
19678         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19679         date header.
19680
19681 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19682
19683         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19684         it can seriously impact performance as it bypasses the agent's
19685         local caches.
19686
19687 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19688
19689         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19690         must be explicitly online rather than "not explicitly offline" for
19691         its flags to be synchronized.
19692
19693         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19694         that gnus-uu-unmark-thread will function correctly.
19695
19696         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19697         1024K is instead displayed as 1M.
19698
19699 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19700
19701         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19702
19703 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19704
19705         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19706
19707 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19708
19709         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19710         error message to display actual error condition.
19711         (gnus-agent-save-local): Avoid saving symbols that are bound to
19712         nil as they simply result in a warning message in
19713         gnus-agent-read-local.
19714
19715 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19716
19717         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19718         rather than make-variable-buffer-local for file-precious-flag.
19719
19720 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19721
19722         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19723         for duplicates which are removed.  The invalid sort check then
19724         triggers a rescan after the sort as sorting may have moved
19725         duplicate entries such that they can be cheaply detected.
19726
19727 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19728
19729         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19730
19731 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19732
19733         * gnus-agent.el (gnus-agent-article-alist-save-format):
19734         Change internal variable to a custom variable.  Change default value
19735         from compressed(2) to uncompressed(1).
19736         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19737         support for uncompressed agentview files.  Taken together, reading
19738         the agentview file should now be 6-7 times faster.
19739
19740 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19741
19742         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19743         as a buffer-local variable.  This avoids creating truncated
19744         dribble files as a result of a hang up, eg.
19745
19746 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19747
19748         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19749         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19750         XEmacs.
19751
19752 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19753
19754         * gnus-start.el (gnus-start-draft-setup):
19755         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19756
19757         * gnus.el (gnus-splash): Change custom group.
19758         (gnus-group-get-parameter, gnus-group-parameter-value):
19759         Describe allow-list argument.
19760
19761         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19762         string.
19763
19764 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19765
19766         * gnus-art.el (gnus-default-article-saver): Add user-defined
19767         `function' to custom type.
19768
19769 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19770
19771         * imap.el (imap-open): Handle case where buffer is a buffer
19772         object.
19773
19774 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19775
19776         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19777         long lines.
19778         (gnus-cache-delete-group): Wrap doc strings.
19779
19780         * gnus-agent.el (gnus-agent-rename-group)
19781         (gnus-agent-delete-group): Wrap doc strings.
19782
19783 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19784
19785         * messagexmas.el (message-use-toolbar): Change the valid values
19786         into default, top, bottom, left, and right.
19787         (message-toolbar-thickness): New variable.
19788         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19789         well.
19790         (message-setup-toolbar): Make it work.
19791
19792         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19793         (gnus-use-toolbar): Change the valid values into default, top,
19794         bottom, left, and right.
19795         (gnus-toolbar-thickness): New variable.
19796         (gnus-xmas-setup-toolbar): New function.
19797         (gnus-xmas-setup-group-toolbar): Use it.
19798         (gnus-xmas-setup-summary-toolbar): Use it.
19799
19800 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19801
19802         * gnus-start.el (gnus-1): Add "native" to
19803         gnus-predefined-server-alist.
19804
19805         * gnus.el (gnus-method-to-server): Don't add "native" to the
19806         lists here, because that leads to problems when
19807         gnus-select-method is bound.
19808
19809 2005-11-09  Simon Josefsson  <jas@extundo.com>
19810
19811         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19812         use (not sort-by-date) instead.
19813
19814 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19815
19816         * gnus-delay.el (gnus-delay-group): Don't autoload.
19817         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19818         to be re-loaded when customizing the `gnus-delay' group.
19819
19820 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19821
19822         * message.el: Revert last changes.
19823         (message-insert-citation-line): Use newlines.
19824
19825 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19826
19827         * message.el (message-courtesy-message)
19828         (message-mark-insert-begin, message-mark-insert-end)
19829         (message-elide-ellipsis, message-cancel-message)
19830         (message-add-header, message-change-subject)
19831         (message-cross-post-followup-to-header)
19832         (message-cross-post-insert-note, message-reduce-to-to-cc)
19833         (message-widen-reply, message-delete-not-region)
19834         (message-kill-to-signature, message-insert-signature)
19835         (message-insert-importance-high, message-insert-importance-low)
19836         (message-insert-or-toggle-importance)
19837         (message-insert-disposition-notification-to)
19838         (message-indent-citation, message-yank-original)
19839         (message-cite-original-without-signature, message-cite-original)
19840         (message-insert-citation-line, message-position-on-field)
19841         (message-fix-before-sending, message-send-mail-partially)
19842         (message-send-mail, message-send-mail-with-sendmail)
19843         (message-send-mail-with-qmail, message-send-news)
19844         (message-check-news-header-syntax, message-generate-headers)
19845         (message-insert-courtesy-copy, message-fill-address)
19846         (message-fill-header, message-shorten-references)
19847         (message-setup-1, message-cancel-news)
19848         (message-forward-make-body-plain, message-forward-make-body-mime)
19849         (message-forward-make-body-mml, message-encode-message-body)
19850         (message-forward-make-body-digest-plain)
19851         (message-forward-make-body-digest-mime)
19852         (message-use-alternative-email-as-from): Insert `hard-newline'
19853         instead of ordinary newlines.
19854
19855 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * message.el (message-generate-headers): Downcase the argument
19858         given to message-check-element.
19859
19860 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19861
19862         * nntp.el (nntp-authinfo-rejected): New error condition.
19863         (nntp-wait-for): Use new error condition to signal authentication
19864         error.
19865         (nntp-retrieve-data): Rethrow new error condition to break out of
19866         recursive call to nntp-send-authinfo.
19867
19868 2005-11-08  Romain Francoise  <romain@orebokech.com>
19869
19870         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19871         (gnus-summary-exit-map): Bind to `Z p'.
19872         (gnus-summary-make-menu-bar): Add menu item.
19873
19874 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19875
19876         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19877         (gnus-treat-*): Add `first' in all doc strings.
19878
19879         * gnus-group.el (gnus-group-compact-group): Fix typo.
19880
19881 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19882
19883         * gnus.el (gnus-parameters-case-fold-search): New variable.
19884         (gnus-parameters-get-parameter): Use it.
19885
19886         * gnus-score.el (gnus-home-score-file): Doc fix.
19887
19888 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19889
19890         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19891
19892 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19893
19894         * mm-util.el (mm-special-display-p): New function.
19895
19896         * mml.el (mml-preview): Use it; doc fix.
19897
19898 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19899
19900         * imap.el (imap-open): Handle case where buffer is a buffer object.
19901
19902 2005-10-29  Romain Francoise  <romain@orebokech.com>
19903
19904         * message.el (message-fix-before-sending): Fix comment.
19905
19906 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19907
19908         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19909
19910 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19911
19912         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19913         Used in gnus-score.el.
19914
19915 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19918
19919 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19920
19921         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19922         whitespace removed in revision 7.8.  Use concatenated string to
19923         protect trailing whitespace.
19924
19925 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19926
19927         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19928         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19929         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19930         Courier IMAP ("some version from 2004").  Mostly based on similar
19931         code in the same function.
19932
19933 2005-10-26  Didier Verna  <didier@xemacs.org>
19934
19935         * gnus-group.el (gnus-group-compact-group): Invalidate original
19936         article buffer.
19937         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19938         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19939         NOV database and in article itself.
19940         Invalidate article backlog.
19941
19942 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19943
19944         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19945
19946 2005-10-26  Simon Josefsson  <jas@extundo.com>
19947
19948         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19949         part of 2004-07-25 change.
19950
19951 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19952
19953         * message.el (message-display-completion-list): New function.
19954         (message-expand-group): Use it; make sure the Completions buffer
19955         is modifiable.
19956 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19957
19958         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19959         user-mail-name is an empty string.
19960
19961 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19962
19963         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19964         depending on gnus-score-decay-constant.
19965
19966         * encrypt.el (encrypt-insert-file-contents)
19967         (encrypt-write-file-contents): Don't use `gnus-message'.
19968
19969         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19970         arguments.
19971         (mm-uu-type-alist): Add message-marks and insert-marks.
19972         Pass arguments to mm-uu-verbatim-marks-extract.
19973         (mm-uu-hide-markers): New variable.
19974         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19975
19976         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19977         (gnus-convert-image-to-face-command): Use "convert" by default to
19978         allow other input image formats.
19979         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19980         accordingly.
19981
19982 2005-10-23  Simon Josefsson  <jas@extundo.com>
19983
19984         * imap.el (imap-gssapi-program): Align command line parameters
19985         with latest GNU SASL.
19986         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19987
19988 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19989
19990         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19991         HTML.
19992         (nnslashdot-request-article): Ditto.
19993
19994         * lpath.el (featurep): Add nobreak-char-display.
19995
19996 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19997
19998         * mail-source.el (mail-source-fetch-pop): Require pop3.
19999         (mail-source-check-pop): Ditto.
20000
20001 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20004         errors.
20005
20006 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20007
20008         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20009         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20010
20011         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20012
20013         * mm-bodies.el (mm-decode-string):
20014         Call `mm-charset-to-coding-system' with allow-override argument.
20015
20016 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20017
20018         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20019         (rfc2047-charset-to-coding-system): New function.
20020         (rfc2047-decode-encoded-words): New function.
20021         (rfc2047-decode-region): Use them.
20022         (rfc2047-decode-cte): Remove.
20023         (rfc2047-parse-and-decode): Remove.
20024         (rfc2047-decode): Remove.
20025
20026 2005-10-15  Kenichi Handa  <handa@m17n.org>
20027
20028         * rfc2047.el (rfc2047-decode-cte): New function.
20029         (rfc2047-decode-region): Change the way to decode successive
20030         encoded-words: decode B- or Q-encoding in each encoded-word,
20031         concatenate them, and decode it as charset.
20032
20033 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * lpath.el: Fbind codepage-setup for XEmacs.
20036
20037 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20038
20039         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20040         widget-move-and-invoke.
20041         (gnus-custom-mode): Use gnus-custom-map.
20042
20043 2005-10-15  Bill Wohler  <wohler@newt.com>
20044
20045         * message.el (message-tool-bar-map): Rename image file from
20046         mail_send to mail/send.
20047
20048 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20049
20050         * message.el (message-expand-group): Pass the common
20051         prefix substring of completion to `display-completion-list'.
20052
20053 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20054
20055         * mml-sec.el (mml-secure-method): New internal variable.
20056         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20057         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20058         New functions using mml-secure-method.
20059
20060         * mml.el (mml-mode-map): Add key bindings for those functions.
20061         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20062         Harder <harder@myrealbox.com>.
20063         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20064         Goto end of message if point is the headers of the message.
20065
20066         * message.el (message-in-body-p): New function.
20067
20068         * assistant.el: Autoload gnus-util and netrc.
20069
20070         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20071         Use `mm-charset-override-alist' only when decoding.
20072
20073         * mm-bodies.el (mm-decode-body):
20074         Call `mm-charset-to-coding-system' with allow-override argument.
20075
20076         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20077         `filename' from Content-Disposition if Content-Type doesn't
20078         provide `name'.
20079         (gnus-mime-view-part-as-type): Set default instead of
20080         initial-input.
20081
20082 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20083
20084         * format-spec.el (format-spec): Propagate text properties of % spec.
20085
20086 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20087
20088         * gnus-art.el (gnus-treat-predicate): Add `first'.
20089
20090 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20093         (mm-charset-override-alist): New variable.
20094         (mm-charset-to-coding-system): Use it.
20095         (mm-codepage-setup): New helper function.
20096         (mm-charset-eval-alist): New variable.
20097         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20098         Warn about unknown charsets.
20099
20100         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20101
20102 2005-10-04  David Hansen  <david.hansen@gmx.net>
20103
20104         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20105         (nnrss-check-group): Ditto.
20106
20107 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20108
20109         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20110         Rename x-gnus-verbatim to x-verbatim.
20111         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20112
20113         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20114         x-verbatim.
20115
20116         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20117
20118         * gnus-util.el (gnus-remove-duplicates): Remove.
20119
20120         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20121         instead of gnus-remove-duplicates.
20122
20123         * message.el (message-remove-duplicates): Remove.
20124         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20125         message-remove-duplicates.
20126
20127         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20128         available, else use implementation from `delete-dups'.
20129
20130         * message.el (message-insert-expires): New function.
20131         (message-mode-map): Add key binding.
20132         (message-mode-field-menu): Add menu entry.
20133         (message-mode): Document it.
20134         (message-make-expires-date): Use `message-make-date'.
20135
20136 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20137
20138         * message.el (message-make-expires-date): New function.
20139
20140 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20141
20142         * Makefile.in (list-installed-shadows): New entry.
20143         (install): Use it.
20144         (remove-installed-shadows): New entry.
20145
20146         * dgnushack.el (dgnushack-default-load-path): New variable.
20147         (dgnushack-find-lisp-shadows): New function.
20148         (dgnushack-remove-lisp-shadows): New function.
20149
20150 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * Makefile.in (install-el-elc): New entry.
20153         (install): Use it so that .el files are necessarily installed.
20154
20155 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20156
20157         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20158
20159 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20160
20161         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20162         function rather than the diff-mode.el package.
20163         (mm-display-external): Use with-current-buffer.
20164         (mm-viewer-completion-map, mm-viewer-completion-map):
20165         Move initialization inside declaration.
20166
20167 2005-09-29  Simon Josefsson  <jas@extundo.com>
20168
20169         * spam.el: Load hashcash when compiling, to avoid warnings.
20170         Don't autoload mail-check-payment.
20171         (spam-check-hashcash): Define unconditionally, since hashcash.el
20172         is part of Gnus now.  Ignore errors from payment checking.
20173
20174 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20175
20176         * message.el (message-bold-region, message-unbold-region):
20177         Rename from `bold-region' and `unbold-region'.
20178
20179         * message.el: Remove useless autoloads.
20180
20181 2005-09-28  Simon Josefsson  <jas@extundo.com>
20182
20183         * message.el (message-use-idna): Default to t.
20184         (message-use-idna): Test whether encoding works too.  Doc fix.
20185
20186 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20187
20188         * nntp.el (nntp-warn-about-losing-connection): Remove.
20189
20190 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20191
20192         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20193         customizable.  Change default value.
20194         (mm-uu-diff-groups-regexp): Change default value.
20195         (mm-uu-type-alist): Add doc string.
20196         (mm-uu-configure): Add doc string.  Make it interactive.
20197         (mm-uu-tex-groups-regexp): New variable.
20198         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20199         (mm-uu-type-alist): Add LaTeX documents.
20200         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20201         of "text/verbatim".
20202         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20203
20204         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20205         instead of "text/verbatim".
20206
20207         * message.el (message-mark-inserted-region)
20208         (message-mark-insert-file): Use slrn style marks when called with
20209         prefix argument.
20210
20211 2005-09-27  Simon Josefsson  <jas@extundo.com>
20212
20213         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20214
20215 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20216
20217         * message.el (message-remove-duplicates): New function.
20218         Implementation borrowed from `gnus-remove-duplicates'.
20219         (message-idna-to-ascii-rhs): Also encode idna addresses in
20220         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20221         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20222         only ask about the same idna domain once per header and also tell
20223         in what header to replace the idna domain.
20224
20225         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20226         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20227         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20228         a header is decoded and not just the last one.
20229
20230 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20231
20232         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20233         has been decoded.
20234
20235         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20236         (mm-insert-part): Don't modify text if it has been decoded.
20237
20238         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20239         decoded.
20240
20241         * mm-view.el (mm-inline-text): Don't strip text props unless
20242         decoding enriched or richtext parts.
20243
20244 2005-09-25  Romain Francoise  <romain@orebokech.com>
20245
20246         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20247         * gnus-start.el (gnus-subscribe-interactively):
20248         * gnus-uu.el (gnus-uu-grab-articles):
20249         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20250         space.
20251
20252 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20253
20254         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20255         * mm-view.el (mm-view-pkcs7-decrypt):
20256         * gnus-sum.el (gnus-summary-limit-to-extra)
20257         (gnus-summary-respool-article, gnus-read-move-group-name):
20258         * gnus-score.el (gnus-summary-increase-score):
20259         * gnus-util.el (gnus-completing-read-with-default):
20260         * gnus-art.el (gnus-read-save-file-name)
20261         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20262         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20263         * message.el (message-check-news-header-syntax):
20264         Follow convention for reading with the minibuffer.
20265
20266 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20267
20268         * spam-report.el (spam-report-url-ping-plain):
20269         Use gnus-extended-version as User-Agent.
20270
20271         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20272         default value is nil.
20273
20274         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20275         (mm-uu-verbatim-marks-extract): New function.
20276         (mm-uu-extract): New face.
20277         (mm-uu-copy-to-buffer): Use it.
20278
20279         * spam-report.el (spam-report-gmane-ham): Rename from
20280         `spam-report-gmane-unspam'.
20281         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20282         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20283
20284         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20285         Autoload.
20286         (spam-report-gmane-unregister-routine):
20287         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20288
20289 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20290
20291         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20292         (spam-report-gmane-unregister-routine): Add support for gmane
20293         unregistration.
20294
20295         * spam-report.el (spam-report-gmane-unspam)
20296         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20297         (spam-report-gmane): Change to take a single article and do unspam
20298         registration.
20299
20300 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20301
20302         * mm-url.el (mm-url-decode-entities): Fix regexp.
20303
20304 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20305
20306         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20307         default to nil, to be able to use Gnus at all.  If the default
20308         switches to something else, then the function should be fixed not
20309         be exceedingly slow.
20310
20311 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20312
20313         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20314         fail hard.
20315
20316         * spam-report.el: Add better Keywords line.
20317
20318         * spam.el: Add Maintainer and better Keywords line.
20319
20320 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20321
20322         * gnus-art.el (gnus-article-replace-part)
20323         (gnus-mime-replace-part): New functions.
20324         (gnus-mime-action-alist, gnus-mime-button-commands)
20325         (gnus-mime-save-part-and-strip): Add file argument.
20326         (gnus-article-part-wrapper): Add interactive argument.
20327
20328         * gnus-sum.el (gnus-summary-mime-map):
20329         Add `gnus-article-replace-part'.
20330
20331 2005-09-19  Didier Verna  <didier@xemacs.org>
20332
20333         The nnml compaction feature:
20334         * nnml.el (nnml-request-compact-group): New function.
20335         * nnml.el (nnml-request-compact): New function.
20336         * gnus-int.el (gnus-request-compact-group): New function.
20337         * gnus-int.el (gnus-request-compact): New function.
20338         * gnus-group.el (gnus-group-compact-group): New function.
20339         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20340         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20341         * gnus-srvr.el (gnus-server-compact-server): New function.
20342         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20343         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20344
20345 2005-09-18  Deepak Goel  <deego@gnufans.org>
20346
20347         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20348         format spec.
20349
20350 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20351
20352         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20353
20354 2005-09-15  Romain Francoise  <romain@orebokech.com>
20355
20356         * message.el (message-fill-paragraph): Clarify docstring.
20357
20358 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20359
20360         * gnus-art.el (gnus-mime-display-part): Protect against broken
20361         MIME messages.
20362
20363 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20364
20365         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20366         before parsing header.
20367
20368 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20369
20370         * html2text.el (html2text-replace-list): Add new entities.
20371
20372 2005-09-11  Romain Francoise  <romain@orebokech.com>
20373
20374         * message.el (message-alternative-emails): Improve docstring.
20375         (message-setup-1): Call `message-use-alternative-email-as-from'
20376         after `message-setup-hook' to give it precedence over posting
20377         styles, etc.
20378         (message-use-alternative-email-as-from): Add docstring.
20379         Remove the original From header if present.
20380
20381         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20382         (nnml-save-mail): Use it.
20383
20384         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20385         articles.  Add new argument `silent'.
20386         (gnus-uu-mark-all): Report the total number of marked articles.
20387
20388 2005-09-10  Romain Francoise  <romain@orebokech.com>
20389
20390         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20391         (gnus-uu-mark-series): Likewise.
20392
20393 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20394
20395         * spam-report.el (spam-report-gmane): Fix generation of spam
20396         report URL.
20397
20398 2005-09-10  Simon Josefsson  <jas@extundo.com>
20399
20400         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20401         t, based on discussion on the ding list with Robert Epprecht
20402         <epprecht@solnet.ch>.
20403
20404 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20405
20406         * spam-report.el (spam-report-gmane): Make it work without
20407         X-Report-Spam header.  Gmane now only provides Archived-At.
20408         This is only used if `spam-report-gmane-use-article-number' is nil.
20409         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20410
20411         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20412         make `gnus-summary-sort-by-recipient' work with threading.
20413
20414         * nnweb.el (nnweb-google-wash-article): Print a message if article
20415         is not available.
20416
20417 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20418
20419         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20420         change.  Decode text/* parts content before displaying.
20421
20422 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20423
20424         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20425
20426 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20429
20430         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20431         url-package-name, url-package-version,
20432         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20433         w3m-display-inline-images, and w3m-minor-mode-map.
20434
20435 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20436
20437         * message.el (message-tab-body-function): Fix mismatched custom type.
20438
20439         * gnus.el (gnus-group-change-level-function): Ditto.
20440
20441         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20442
20443         * gnus-art.el (gnus-signature-limit)
20444         (gnus-article-mime-part-function): Ditto.
20445
20446 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20447
20448         * mml.el (mml-mode): Silence the byte compiler.
20449
20450         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20451         using `(sit-for 0)' before moving the point to the specified part;
20452         skip unbuttonized parts.
20453         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20454         return to the summary window if gnus-auto-select-part is non-nil.
20455
20456 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20457
20458         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20459         New variables.
20460         (mml-dnd-attach-file, mml-mode): Use them.
20461
20462         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20463         Make fetching article by MID work again for Google Groups.
20464         Add FIXME concerning gnus-group-make-web-group.
20465
20466         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20467         Don't depend on Gnus by using mail-extract-address-components if
20468         gnus-extract-address-components is not bound.
20469
20470 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20471
20472         * gnus-art.el (gnus-mime-display-security): Don't display the
20473         signature, but only the signed part.
20474
20475 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20476
20477         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20478
20479         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20480         list, not listp.
20481
20482 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20483
20484         * mm-encode.el (mm-encode-content-transfer-encoding):
20485         Likewise when encoding.
20486
20487         * mm-bodies.el (mm-decode-content-transfer-encoding):
20488         De-canonicalize CRLF for all text content types, not just
20489         text/plain.
20490
20491 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20492
20493         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20494         valid article; point arrow and cursor at the MIME button.
20495
20496 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20497
20498         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20499         Suggested by Dan Christensen <jdc@uwo.ca>.
20500
20501         * mm-decode.el (mm-save-part): Enable change of prompt.
20502
20503 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20504
20505         * gnus-msg.el (gnus-inews-add-send-actions):
20506         Make `message-post-method' lambda parameter ARG `&optional'.
20507
20508 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20509
20510         * gnus-sum.el (gnus-summary-mime-map):
20511         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20512         gnus-article-jump-to-part.
20513
20514         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20515         (gnus-article-edit-part): Use it.
20516         (gnus-article-part-wrapper): Add no-handle argument.
20517         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20518         New functions.
20519
20520 2005-08-29  Romain Francoise  <romain@orebokech.com>
20521
20522         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20523         docstring.
20524         (gnus-face-from-file): Likewise.
20525
20526 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20527
20528         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20529         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20530         non-nil.
20531         (gnus-auto-select-part): New variable.
20532         (gnus-article-jump-to-part): New function.
20533         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20534         (gnus-mime-delete-part): Allow selecting specified part after
20535         deleting or stripping parts.
20536         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20537         part if argument is bogus.
20538
20539 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20540
20541         * gnus-art.el (w3m-minor-mode-map):
20542         * gnus-spec.el (gnus-newsrc-file-version):
20543         * gnus-util.el (nnmail-active-file-coding-system)
20544         (gnus-original-article-buffer, gnus-user-agent):
20545         * gnus.el (gnus-ham-process-destinations)
20546         (gnus-parameter-ham-marks-alist)
20547         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20548         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20549         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20550         * mm-decode.el (gnus-current-window-configuration):
20551         * mm-extern.el (gnus-article-mime-handles):
20552         * mm-url.el (url-current-object, url-package-name)
20553         (url-package-version):
20554         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20555         (smime-keys, w3m-cid-retrieve-function-alist)
20556         (w3m-current-buffer, w3m-display-inline-images)
20557         (w3m-minor-mode-map):
20558         * mml-smime.el (gnus-extract-address-components):
20559         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20560         (gnus-newsrc-hashtb, message-default-charset)
20561         (message-deletable-headers, message-options)
20562         (message-posting-charset, message-required-mail-headers)
20563         (message-required-news-headers):
20564         * mml1991.el (mc-pgp-always-sign):
20565         * mml2015.el (mc-pgp-always-sign):
20566         * nnheader.el (nnmail-extra-headers):
20567         * rfc1843.el (gnus-decode-encoded-word-function)
20568         (gnus-decode-header-function, gnus-newsgroup-name):
20569         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20570
20571 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20572
20573         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20574         the end of the date treatments.
20575
20576 2005-08-15  Simon Josefsson  <jas@extundo.com>
20577
20578         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20579         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20580         Capello and Romain Francoise.
20581         (pgg-fetch-key-function): Remove, not used?
20582         (pgg-insert-url-with-w3): Require url, to get
20583         url-insert-file-contents regardless of where it is defined.
20584
20585 2005-08-13  Romain Francoise  <romain@orebokech.com>
20586
20587         * message.el (message-cite-original-1): New function.
20588         (message-cite-original): Use it.
20589         (message-cite-original-without-signature): Ditto.
20590
20591 2005-08-08  Romain Francoise  <romain@orebokech.com>
20592
20593         * message.el (message-yank-empty-prefix): New variable.
20594         (message-indent-citation): Use it.
20595         (message-cite-original-without-signature): Respect X-No-Archive.
20596
20597 2005-08-08  Simon Josefsson  <jas@extundo.com>
20598
20599         * pgg.el: Autoload url-insert-file-contents instead of loading
20600         w3/url.
20601         (pgg-insert-url-with-w3): Don't load url here.
20602
20603 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20604
20605         * message.el (message-kill-to-signature): Don't insert newline at
20606         bol.
20607         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20608
20609 2005-08-06  Romain Francoise  <romain@orebokech.com>
20610
20611         * message.el (message-user-fqdn): Fix typo in docstring.
20612
20613 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20614
20615         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20616
20617         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20618
20619 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20620
20621         * mm-bodies.el (mm-encode-body): Use coding system rather than
20622         charset to encode text.
20623
20624         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20625         number of charsets if utf-8 is available (XEmacs).
20626
20627 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20628
20629         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20630         taken from `gnus-button-mid-or-mail-regexp'.
20631         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20632         (gnus-button-alist): Improve regexp for domain part of the MIDs
20633         for news:localpart@domain buttons.
20634         (gnus-button-ctan-directory-regexp): Update.
20635
20636 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20637
20638         * sieve-manage.el (sieve-manage-interactive-login):
20639         Use make-local-variable rather than make-variable-buffer-local.
20640         (sieve-manage-open): Ditto.
20641         (sieve-manage-authenticate): Ditto.
20642
20643         * mml.el (mml-generate-mime-1): Make the content type default to
20644         text/plain if the filename is not specified.
20645
20646 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20649         instead of insert-buffer.
20650
20651         * message.el (message-yank-original): Ditto; set the mark at the
20652         end of the yanked message.
20653
20654 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20655
20656         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20657         lines to scroll rather than to stop it.
20658
20659         * mml.el (mml-generate-default-type): Add doc string.
20660         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20661         default to application/octet-stream when determining the content
20662         type if it is not specified for the part or the mml contents; add
20663         a comment about mml-generate-default-type.
20664
20665 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20666
20667         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20668         make it default to application/octet-stream when determining the
20669         content type if it is not specified for the external contents.
20670
20671 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20672
20673         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20674         segmented parameter but also other parameters might be there.
20675
20676 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20677
20678         * mm-decode.el (mm-display-external): Delete temp file, directory
20679         and buffer immediately if the external process is exited.
20680
20681 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20682
20683         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20684         fewer lines than that of scroll-margin.
20685         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20686
20687 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20688
20689         * gnus-art.el (gnus-article-next-page): Revert.
20690         (gnus-article-beginning-of-window): New macro.
20691         (gnus-article-next-page-1): Use it.
20692         (gnus-article-prev-page): Ditto.
20693         (gnus-article-edit-part): Use insert-buffer-substring instead of
20694         insert-buffer.
20695         (gnus-article-edit-exit): Ditto.
20696
20697         * gnus-util.el (gnus-beginning-of-window): Remove.
20698         (gnus-end-of-window): Remove.
20699
20700         * lpath.el: Don't bind header-line-format and scroll-margin.
20701
20702 2005-07-25  Simon Josefsson  <jas@extundo.com>
20703
20704         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20705         to have the url package without w3.  Reported by Daiki Ueno
20706         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20707
20708 2005-07-20  Didier Verna  <didier@xemacs.org>
20709
20710         * gnus-diary.el: Remove the description comment (nndiary is now
20711         properly documented in the Gnus manual).
20712         Fix the spelling of "Back End".
20713         * nndiary.el: Ditto.
20714         Fix the copyright notice.
20715
20716 2005-07-18  Romain Francoise  <romain@orebokech.com>
20717
20718         * gnus-sum.el (gnus-summary-to-prefix)
20719         (gnus-summary-newsgroup-prefix): New variables.
20720         (gnus-summary-from-or-to-or-newsgroups): Use them.
20721
20722 2005-07-17  Romain Francoise  <romain@orebokech.com>
20723
20724         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20725         space as it's generally not especially interesting to the user.
20726
20727 2005-07-16  Romain Francoise  <romain@orebokech.com>
20728
20729         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20730         nil to avoid prompting and file modification if one of the
20731         messages at the top of the nnfolder file contains a copyright
20732         notice.
20733         Update copyright notice.
20734
20735         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20736         instead of `current-time-string' as the latter creates a time
20737         string that is not RFC 2822 compliant (it lacks the zone).
20738         Update copyright notice.
20739
20740 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20741
20742         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20743         for text/rtf.  Display default in prompt.  Pass default for M-n.
20744
20745         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20746
20747 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20748
20749         * gnus-msg.el (gnus-button-mailto):
20750         Remove save-selected-window-window hackery because it relies on
20751         save-selected-window internals.
20752
20753 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20754
20755         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20756         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20757         (gnus-article-prev-page): Ditto.
20758
20759         * gnus-util.el (gnus-beginning-of-window): New function.
20760         (gnus-end-of-window): New function.
20761
20762         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20763
20764 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20765
20766         * gnus-score.el (gnus-score-edit-all-score):
20767         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20768         gnus-message.
20769
20770 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20771
20772         * gnus-msg.el (gnus-button-mailto):
20773         Remove save-selected-window-window hackery because it relies on
20774         save-selected-window internals.
20775
20776 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20777
20778         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20779         add-minor-mode.
20780         (gnus-binary-mode): Ditto.
20781
20782         * gnus-topic.el (gnus-topic-mode): Ditto.
20783
20784 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20785
20786         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20787         (gnus-article-prev-page): Take scroll-margin into consideration.
20788
20789 2005-07-04  Lute Kamstra  <lute@gnu.org>
20790
20791         Update FSF's address in GPL notices.
20792
20793 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20794
20795         * gnus.el (gnus-exit):
20796         * gnus-group.el (gnus-group-icons):
20797         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20798
20799         * gnus-nocem.el (gnus-nocem):
20800         * message.el (message-various, message-buffers, message-sending)
20801         (message-interface, message-forwarding, message-insertion)
20802         (message-headers, message-news, message-mail):
20803         * pgg-gpg.el (pgg-gpg):
20804         * pgg-parse.el (pgg-parse):
20805         * pgg-pgp.el (pgg-pgp):
20806         * pgg-pgp5.el (pgg-pgp5):
20807         * pop3.el (pop3): Finish `defgroup' description with period.
20808
20809 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * gnus-art.el (article-display-face): Improve the efficiency.
20812         (article-display-x-face): Ditto; remove gray x-face stuff.
20813
20814 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20815
20816         * gnus-art.el (article-display-face): Correct the position in
20817         which Faces are inserted.
20818
20819 2005-06-29  Didier Verna  <didier@xemacs.org>
20820
20821         * gnus-art.el (article-display-face): Display faces in correct
20822         order.
20823
20824 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20825
20826         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20827         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20828         (gnus-nocem-check-article): Fetch the Type header.
20829         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20830         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20831         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20832         make sure gnus-nocem-hashtb is initialized.
20833         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20834         (gnus-nocem-unwanted-article-p): Ditto.
20835
20836         * pgg.el (pgg-verify): Return the verification result.
20837
20838 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20839
20840         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20841         is ascii.
20842
20843 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20844
20845         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20846         `show-nonbreak-escape'.
20847
20848 2005-06-23  Lute Kamstra  <lute@gnu.org>
20849
20850         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20851
20852         * dig.el (dig-mode):
20853         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20854
20855 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20856
20857         * nnimap.el (nnimap-split-download-body): Fix spellings.
20858
20859 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20860
20861         * gnus-art.el (gnus-article-encrypt-body):
20862         * gnus-cus.el (gnus-score-customize):
20863         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20864         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20865
20866 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20867
20868         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20869         header by looking for magic "MII" at the beginning.
20870
20871 2005-06-16  Miles Bader  <miles@gnu.org>
20872
20873         * gnus-xmas.el (gnus-xmas-group-startup-message):
20874         Use renamed gnus-splash face.
20875
20876         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20877         (assistant-field-face): New backward-compatibility alias for renamed
20878         face.
20879         (assistant-render-text): Use renamed assistant-field face.
20880
20881         * spam.el (spam): Remove "-face" suffix from face name.
20882         (spam-face): New backward-compatibility alias for renamed face.
20883         (spam-face, spam-initialize): Use renamed spam face.
20884
20885         * message.el (message-header-to, message-header-cc)
20886         (message-header-subject, message-header-newsgroups)
20887         (message-header-other, message-header-name)
20888         (message-header-xheader, message-separator, message-cited-text)
20889         (message-mml): Remove "-face" suffix from face names.
20890         (message-header-to-face, message-header-cc-face)
20891         (message-header-subject-face, message-header-newsgroups-face)
20892         (message-header-other-face, message-header-name-face)
20893         (message-header-xheader-face, message-separator-face)
20894         (message-cited-text-face, message-mml-face):
20895         New backward-compatibility aliases for renamed faces.
20896         (message-font-lock-keywords): Use renamed message faces.
20897
20898         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20899         (sieve-test-commands, sieve-tagged-arguments):
20900         Remove "-face" suffix from face names.
20901         (sieve-control-commands-face, sieve-action-commands-face)
20902         (sieve-test-commands-face, sieve-tagged-arguments-face):
20903         New backward-compatibility aliases for renamed faces.
20904         (sieve-control-commands-face, sieve-action-commands-face)
20905         (sieve-test-commands-face, sieve-tagged-arguments-face):
20906         Use renamed sieve faces.
20907
20908         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20909         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20910         (gnus-group-news-3-empty, gnus-group-news-4)
20911         (gnus-group-news-4-empty, gnus-group-news-5)
20912         (gnus-group-news-5-empty, gnus-group-news-6)
20913         (gnus-group-news-6-empty, gnus-group-news-low)
20914         (gnus-group-news-low-empty, gnus-group-mail-1)
20915         (gnus-group-mail-1-empty, gnus-group-mail-2)
20916         (gnus-group-mail-2-empty, gnus-group-mail-3)
20917         (gnus-group-mail-3-empty, gnus-group-mail-low)
20918         (gnus-group-mail-low-empty, gnus-summary-selected)
20919         (gnus-summary-cancelled, gnus-summary-high-ticked)
20920         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20921         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20922         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20923         (gnus-summary-low-undownloaded)
20924         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20925         (gnus-summary-low-unread, gnus-summary-normal-unread)
20926         (gnus-summary-high-read, gnus-summary-low-read)
20927         (gnus-summary-normal-read, gnus-splash):
20928         Remove "-face" suffix from face names.
20929         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20930         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20931         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20932         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20933         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20934         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20935         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20936         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20937         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20938         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20939         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20940         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20941         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20942         (gnus-summary-normal-ticked-face)
20943         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20944         (gnus-summary-normal-ancient-face)
20945         (gnus-summary-high-undownloaded-face)
20946         (gnus-summary-low-undownloaded-face)
20947         (gnus-summary-normal-undownloaded-face)
20948         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20949         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20950         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20951         (gnus-splash-face):
20952         New backward-compatibility aliases for renamed faces.
20953         (gnus-group-startup-message): Use renamed gnus faces.
20954
20955         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20956         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20957         (gnus-server-agent): Remove "-face" suffix from face names.
20958         (gnus-server-agent-face, gnus-server-opened-face)
20959         (gnus-server-closed-face, gnus-server-denied-face)
20960         (gnus-server-offline-face):
20961         New backward-compatibility aliases for renamed faces.
20962         (gnus-server-agent-face, gnus-server-opened-face)
20963         (gnus-server-closed-face, gnus-server-denied-face)
20964         (gnus-server-offline-face): Use renamed gnus faces.
20965
20966         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20967         Remove "-face" suffix from face names.
20968         (gnus-picon-xbm-face, gnus-picon-face):
20969         New backward-compatibility aliases for renamed faces.
20970
20971         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20972         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20973         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20974         (gnus-cite-11): Remove "-face" suffix from face names.
20975         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20976         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20977         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20978         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20979         New backward-compatibility aliases for renamed faces.
20980         (gnus-cite-attribution-face, gnus-cite-face-list)
20981         (gnus-article-boring-faces): Use renamed gnus faces.
20982
20983         * gnus-art.el (gnus-signature, gnus-header-from)
20984         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20985         (gnus-header-content): Remove "-face" suffix from face names.
20986         (gnus-signature-face, gnus-header-from-face)
20987         (gnus-header-subject-face, gnus-header-newsgroups-face)
20988         (gnus-header-name-face, gnus-header-content-face):
20989         New backward-compatibility aliases for renamed faces.
20990         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20991
20992         * gnus-sum.el (gnus-summary-selected-face)
20993         (gnus-summary-highlight): Use renamed gnus faces.
20994         * gnus-group.el (gnus-group-highlight): Likewise.
20995
20996 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20997
20998         * gnus-sieve.el (gnus-sieve-article-add-rule):
20999         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21000         * spam-stat.el (spam-stat-buffer-change-to-spam)
21001         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21002
21003         * message.el (message-is-yours-p):
21004         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21005
21006 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * mm-view.el (mm-inline-text): Withdraw the last change.
21009
21010 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21011
21012         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21013         executing enriched-decode.
21014
21015 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21018         charset of tar files.
21019
21020 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21021
21022         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21023
21024 2005-06-04  Lute Kamstra  <lute@gnu.org>
21025
21026         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21027         information is never recorded.
21028
21029 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21030
21031         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21032
21033 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21034
21035         * pop3.el (pop3-apop): Run md5 in the binary mode.
21036
21037         * starttls.el (starttls-set-process-query-on-exit-flag):
21038         Use eval-and-compile.
21039
21040 2005-05-31  Simon Josefsson  <jas@extundo.com>
21041
21042         * smime.el (smime-replace-in-string): Define.
21043         (smime-cert-by-ldap-1): Use it.
21044
21045 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21046
21047         * gnus-art.el (article-display-x-face): Replace
21048         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21049
21050         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21051         set-process-query-on-exit-flag or process-kill-without-query.
21052
21053         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21054         loop instead of replace-regexp.
21055
21056         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21057         instead of process-kill-without-query if it is available.
21058
21059         * lpath.el: Fbind ldap-search-entries.
21060
21061         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21062         instead of find-file-hooks if it is available.
21063
21064         * mml1991.el: Bind pgg-default-user-id when compiling.
21065
21066         * mml2015.el: Bind pgg-default-user-id when compiling.
21067
21068         * nndraft.el (nndraft-request-associate-buffer):
21069         Use write-contents-functions instead of write-contents-hooks if it is
21070         available.
21071
21072         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21073         instead of find-file-hooks if it is available.
21074
21075         * nntp.el (nntp-open-connection): Replace
21076         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21077         (nntp-open-ssl-stream): Ditto.
21078         (nntp-open-tls-stream): Ditto.
21079
21080         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21081         set-process-query-on-exit-flag or process-kill-without-query.
21082         (starttls-open-stream-gnutls): Use it instead of
21083         process-kill-without-query.
21084         (starttls-open-stream): Ditto.
21085
21086 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21087
21088         * smime.el (smime-cert-by-ldap-1): Don't use
21089         replace-regexp-in-string.
21090
21091 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21092
21093         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21094
21095         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21096         in PEM format.  Adjust to the XEmacs compatibility.
21097
21098 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21099
21100         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21101         by `string-to-number'.
21102         * gnus-agent.el (gnus-agent-regenerate-group)
21103         (gnus-agent-fetch-articles): Ditto.
21104         * gnus-art.el (gnus-button-fetch-group): Ditto.
21105         * gnus-cache.el (gnus-cache-generate-active)
21106         (gnus-cache-articles-in-group): Ditto.
21107         * gnus-group.el (gnus-group-set-current-level)
21108         (gnus-group-insert-group-line): Ditto.
21109         * gnus-score.el (gnus-score-set-expunge-below)
21110         (gnus-score-set-mark-below, gnus-summary-score-effect)
21111         (gnus-summary-score-entry): Ditto.
21112         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21113         (gnus-soup-pack): Ditto.
21114         * gnus-spec.el (gnus-xmas-format): Ditto.
21115         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21116         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21117         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21118         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21119         * nndb.el (nndb-get-remote-expire-response): Ditto.
21120         * nndiary.el (nndiary-parse-schedule-value)
21121         (nndiary-string-to-number, nndiary-request-replace-article)
21122         (nndiary-request-article): Ditto.
21123         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21124         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21125         * nneething.el (nneething-make-head): Ditto.
21126         * nnfolder.el (nnfolder-request-article)
21127         (nnfolder-retrieve-headers): Ditto.
21128         * nnheader.el (nnheader-file-to-number): Ditto.
21129         * nnkiboze.el (nnkiboze-request-article): Ditto.
21130         * nnmail.el (nnmail-process-unix-mail-format)
21131         (nnmail-process-babyl-mail-format): Ditto.
21132         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21133         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21134         (nnmh-request-create-group, nnmh-request-list-1)
21135         (nnmh-request-group, nnmh-request-article): Ditto.
21136         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21137         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21138         * nnsoup.el (nnsoup-make-active): Ditto.
21139         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21140         * nntp.el (nntp-find-group-and-number)
21141         (nntp-retrieve-headers-with-xover): Ditto.
21142         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21143         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21144         (pgg-format-key-identifier): Ditto.
21145         * pop3.el (pop3-last, pop3-stat): Ditto.
21146         * qp.el (quoted-printable-decode-region): Ditto.
21147
21148         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21149         of concat.
21150
21151 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21152
21153         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21154
21155         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21156
21157         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21158
21159         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21160
21161         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21162
21163         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21164
21165         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21166         (gnus-carpal-mode): Ditto.
21167
21168         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21169         (gnus-browse-mode): Ditto.
21170
21171         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21172
21173         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21174
21175 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21176
21177         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21178
21179 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21180
21181         * gnus-util.el (gnus-run-mode-hooks): New function.
21182
21183         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21184
21185         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21186         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21187
21188 2005-05-27  Lute Kamstra  <lute@gnu.org>
21189
21190         * dns-mode.el (dns-mode): Specify customization group.
21191
21192 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21193
21194         * gnus-agent.el (gnus-agent-make-mode-line-string):
21195         Use mode-line-highlight as mouse-face.
21196
21197 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21198
21199         * canlock.el (canlock): Change the parent group to news.
21200
21201         * deuglify.el (gnus-outlook-deuglify): Add :group.
21202
21203         * dig.el (dig): Add :group.
21204
21205         * dns-mode.el (dns-mode): Add :group.
21206
21207         * encrypt.el (encrypt): Add :group.
21208
21209         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21210         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21211         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21212         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21213         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21214
21215         * gnus-diary.el (gnus-diary): Add :group.
21216
21217         * gnus.el (gnus-group-news-1-face): Add :group.
21218         (gnus-group-news-1-empty-face): Ditto.
21219         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21220         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21221         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21222         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21223         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21224         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21225         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21226         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21227         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21228         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21229         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21230         (gnus-summary-high-ticked-face): Ditto.
21231         (gnus-summary-low-ticked-face): Ditto.
21232         (gnus-summary-normal-ticked-face): Ditto.
21233         (gnus-summary-high-ancient-face): Ditto.
21234         (gnus-summary-low-ancient-face): Ditto.
21235         (gnus-summary-normal-ancient-face): Ditto.
21236         (gnus-summary-high-undownloaded-face): Ditto.
21237         (gnus-summary-low-undownloaded-face): Ditto.
21238         (gnus-summary-normal-undownloaded-face): Ditto.
21239         (gnus-summary-high-unread-face): Ditto.
21240         (gnus-summary-low-unread-face): Ditto.
21241         (gnus-summary-normal-unread-face): Ditto.
21242         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21243         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21244
21245         * hashcash.el (hashcash): New custom group.
21246         (hashcash-default-payment): Add :group.
21247         (hashcash-payment-alist): Ditto.
21248         (hashcash-default-accept-payment): Ditto.
21249         (hashcash-accept-resources): Ditto.
21250         (hashcash-path): Ditto.
21251         (hashcash-extra-generate-parameters): Ditto.
21252         (hashcash-double-spend-database): Ditto.
21253         (hashcash-in-news): Ditto.
21254
21255         * message.el (message-minibuffer-local-map): Add :group.
21256
21257         * netrc.el (netrc): Add :group.
21258
21259         * sieve-manage.el (sieve-manage-log): Add :group.
21260         (sieve-manage-default-user): Diito.
21261         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21262         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21263         (sieve-manage-authenticators): Ditto.
21264         (sieve-manage-authenticator-alist): Ditto.
21265         (sieve-manage-default-port): Ditto.
21266
21267         * sieve-mode.el (sieve-control-commands-face): Add :group.
21268         (sieve-action-commands-face): Ditto.
21269         (sieve-test-commands-face): Ditto.
21270         (sieve-tagged-arguments-face): Ditto.
21271
21272         * smime.el (smime): Add :group.
21273
21274         * spam-report.el (spam-report): Add :group.
21275
21276         * spam.el (spam, spam-face): Add :group.
21277
21278 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21279
21280         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21281         return \n.\n.\n at the end of articles.  Protect against that.
21282         (nntp-with-open-group): Allow debugging.
21283
21284         * nnheader.el (mail-header-set-extra): Make into a function
21285         because I just could't understand how to quote the list properly.
21286
21287         * dns.el (query-dns-cached): New function.
21288
21289 2005-05-26  Lute Kamstra  <lute@gnu.org>
21290
21291         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21292
21293 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21294
21295         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21296
21297         * gnus-art.el: Don't autoload mail-extract-address-components.
21298
21299         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21300         eval-and-compile to evaluate it.
21301
21302         * hashcash.el: Don't autoload executable-find.
21303
21304         * nndb.el: Don't declare the nndb back end two or more times; don't
21305         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21306
21307         * nntp.el: Autoload format-spec instead of format; use
21308         eval-and-compile to evaluate autoload forms.
21309
21310 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21311
21312         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21313
21314 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21315
21316         * gnus.el (gnus-version-number): Bump version.
21317
21318 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21319
21320         * gnus.el: No Gnus v0.3 is released.
21321
21322 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21323
21324         * lpath.el (featurep): Bind show-nonbreak-escape.
21325
21326 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21327
21328         * gnus-art.el (gnus-article-edit-part): Disable undo.
21329
21330 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21331
21332         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21333         gnus-article-date-lapsed-new-header is t if date timer is active;
21334         skip headers in which the original date value is empty.
21335         (gnus-article-save-original-date): Redefine it as a macro.
21336         (gnus-display-mime): Use it.
21337
21338 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21339
21340         * gnus-art.el (article-date-ut): Support converting date in
21341         forwarded parts as well.
21342         (gnus-article-save-original-date): New function.
21343         (gnus-display-mime): Use it.
21344
21345 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21346
21347         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21348         enclosure element of <item>.
21349
21350 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21351
21352         * message.el (message-kill-buffer-query): Rename from
21353         `message-kill-buffer-query-if-modified'.  Add :version.
21354
21355 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21356
21357         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21358         window layout.
21359
21360 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21361
21362         * mml.el: Autoload dnd when compiling.
21363
21364 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21365
21366         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21367         x-dnd-*.
21368
21369 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * qp.el (quoted-printable-encode-region): Save excursion.
21372
21373 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21374
21375         * message.el (message-kill-buffer-query-if-modified): Add new variable
21376         so the user can kill a modified message buffer quickly.
21377         (message-kill-buffer): Use it.
21378
21379 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21380
21381         * lpath.el: Fbind display-time-event-handler; don't fbind
21382         string-to-multibyte.
21383
21384         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21385
21386 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21389         contained in text because xml.el decodes entities) with LFs.
21390
21391 2005-04-11  Lute Kamstra  <lute@gnu.org>
21392
21393         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21394         differently.
21395
21396 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21397
21398         * mm-util.el (mm-detect-coding-region): Typo.
21399
21400 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21401
21402         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21403
21404 2005-04-06  Deepak Goel  <deego@gnufans.org>
21405
21406         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21407         user-function allow user modifications of the scores.
21408         (spam-stat-score-buffer-user): New function, to allow
21409         user-computed modifications to the score.
21410         (spam-stat-score-buffer-user-functions): List of additional
21411         scoring functions.
21412         (spam-stat-error-holder): Global temporary error holder.
21413         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21414         variable.
21415
21416 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21417
21418         * gnus-registry.el (gnus-registry-clean-empty-function)
21419         (gnus-registry-trim, gnus-registry-fetch-groups)
21420         (gnus-registry-delete-group): Groups that match
21421         `gnus-registry-ignored-groups' are removed from the registry
21422         entries, not just ignored for splitting.  This helps clean up the
21423         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21424         to get all the groups a message ID is in.
21425
21426         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21427         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21428         (spam-stat-score-buffer-user-functions): Add :number custom type.
21429
21430 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21431
21432         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21433         argument in XEmacs.
21434
21435         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21436         (nnrss-request-group): Decode group name first.
21437         (nnrss-request-article): Make a text/plain article if mml-to-mime
21438         failed.
21439         (nnrss-get-encoding): Return a compatible encoding according to
21440         nnrss-compatible-encoding-alist.
21441         (nnrss-find-el): Use consp instead of listp.
21442         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21443
21444 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21445
21446         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21447         which Emacs 20 doesn't support.
21448         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21449
21450 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21451
21452         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21453         silence the byte compiler inside the defun.
21454
21455         * gnus-demon.el (parse-time-string): Add autoload.
21456
21457         * gnus-delay.el (parse-time-string): Add autoload.
21458
21459         * gnus-art.el (parse-time-string): Add autoload.
21460
21461         * nnultimate.el (parse-time): Require for `parse-time-string'.
21462
21463 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21464
21465         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21466
21467         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21468
21469         * smime.el (smime-ldap-host-list): Add :version.
21470
21471 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21472
21473         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21474         pass it to `gnus-browse-read-group'.
21475         (gnus-browse-read-group): Add NUMBER argument and pass it to
21476         `gnus-group-read-ephemeral-group'.
21477
21478         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21479         argument and pass it to `gnus-group-read-group'.
21480
21481 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21482
21483         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21484         mm-xemacs-find-mime-charset-1 if we have the mule feature
21485         available at runtime.
21486
21487 2005-03-25  Werner Lemberg  <wl@gnu.org>
21488
21489         * nnmaildir.el: Replace `illegal' with `invalid'.
21490
21491 2005-03-23  Lute Kamstra  <lute@gnu.org>
21492
21493         * time-date.el: Add comment on time value formats.
21494         Don't require parse-time.
21495         (with-decoded-time-value): New macro.
21496         (encode-time-value): New function.
21497         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21498         (days-to-time): Return a valid time value when arg is huge.
21499         (time-since): Use time-subtract.
21500         (time-to-number-of-days): Use time-to-seconds.
21501
21502 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21503
21504         * gnus-start.el (gnus-display-time-event-handler):
21505         Check display-time-timer at runtime rather than only at load time
21506         in case display-time-mode is turned off in the mean time.
21507
21508 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21509
21510         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21511         used.
21512
21513         * nneething.el (nneething-map-file-directory): Derive from
21514         `gnus-directory'.
21515
21516         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21517         the To/Cc button.
21518
21519 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21520
21521         * nnmaildir.el (nnmaildir-request-accept-article):
21522         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21523
21524 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21525
21526         * gnus-async.el: Require timer-funcs at compile time when in
21527         XEmacs for `run-with-idle-timer'.
21528
21529 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21530
21531         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21532         autoloaded function.
21533
21534 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21535
21536         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21537
21538 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21539
21540         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21541
21542 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21543
21544         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21545         Add gnus-expert-user to default.
21546
21547 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21548
21549         * nnimap.el (nnimap-open-server): Ditto.
21550
21551         * imap.el (imap-authenticate): Fix typo.
21552
21553 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21554
21555         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21556         buffer (since IMAP server might return FETCH response out of
21557         order, and the nntp buffer must be sorted).
21558
21559 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21560
21561         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21562         comparison on string.
21563
21564         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21565         (gnus-agent-score): Rename category keywords to match gnus-cus.
21566         (gnus-agent-summary-fetch-series): Modify to protect against
21567         gnus-agent-summary-fetch-group clearing processable flags.
21568         (gnus-agent-synchronize-group-flags): Update live group buffer as
21569         synchronization may occur due to the user toggle the plugged
21570         status.
21571         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21572         successfully downloaded.
21573         (gnus-agent-expire-group-1): Avoid using markers when the overview
21574         is in ascending order; greatly improves performance.
21575         (gnus-agent-regenerate-group):
21576         Use gnus-agent-synchronize-group-flags to reset read status in both
21577         gnus and server.
21578         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21579
21580 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21581
21582         * message.el: Don't autoload former message-utils variables.
21583         (message-strip-subject-trailing-was): Change doc string.
21584
21585         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21586         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21587         (nnweb-google-search): Add "hl=en" here.
21588         (nnweb-google-parse-1, nnweb-google-create-mapping):
21589         Don't hardcode URL.
21590
21591 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21592
21593         * message.el (message-get-reply-headers, message-followup):
21594         Mention related variables `message-use-followup-to' and
21595         `message-use-mail-followup-to', in the information buffer.
21596
21597         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21598         of broken groups(-beta).google.com.
21599
21600 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21601
21602         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21603         parameter to invoked gnus-request-move-article; remove the
21604         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21605         all at once instead of once per article.
21606         (gnus-summary-remove-process-mark): Accept a list of articles as
21607         well as a single article for processing.
21608
21609         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21610         parameter.
21611
21612         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21613
21614         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21615
21616         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21617         parameter.
21618
21619         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21620         parameter.
21621
21622         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21623         parameter and remove the gnus-sum-hint-move-is-internal variable.
21624
21625         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21626         parameter.
21627
21628         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21629         parameter.
21630
21631         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21632         parameter.
21633
21634         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21635
21636         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21637         parameter.
21638
21639         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21640         parameter.
21641
21642 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21643
21644         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21645         a more conservative way.
21646
21647 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21648
21649         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21650         buffer, so it moves the window's cursor.
21651
21652 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21653
21654         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21655         `mm-dissect-multipart' and receive the from field as an (optional)
21656         argument from `mm-dissect-multipart'.
21657         (mm-dissect-multipart): Receive the from field as an argument and
21658         pass it on when we call `mm-dissect-buffer' on MIME parts.
21659         Fixes verification/decryption of signed/encrypted MIME parts.
21660
21661 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21662
21663         * gnus-sum.el (gnus-summary-move-article):
21664         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21665         whatever it calls (right now, only nnimap-request-move article
21666         respects it).
21667
21668         * nnimap.el (nnimap-request-move-article):
21669         When gnus-sum-hint-move-is-internal is set, don't do the extra
21670         nnimap-request-article.
21671
21672 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21673
21674         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21675
21676         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21677         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21678
21679         * gnus-sum.el (gnus-summary-caesar-message):
21680         Apply `gnus-treat-article' after rotation.
21681
21682         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21683         doc string.
21684
21685 2005-02-22  Simon Josefsson  <jas@extundo.com>
21686
21687         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21688         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21689         <arne@arnested.dk>.
21690         (encrypt): Add password-cache and password-cache-expiry as group
21691         members.
21692
21693 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21694
21695         * smime.el (smime-ldap-host-list): Doc fix.
21696         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21697         cache) password.
21698         (smime-sign-region): Use it.
21699         (smime-decrypt-region): Use it.
21700         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21701         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21702         fails.
21703         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21704         certificate from DER to PEM format rather than calling openssl.
21705
21706         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21707
21708         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21709         for signing/encryption.
21710
21711         * mml.el (mml-parse-1): Use them.
21712
21713 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21714
21715         * nnrss.el (nnrss-verbose): Remove.
21716         (nnrss-request-group): Use `nnheader-message' instead.
21717
21718 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21719
21720         * nnrss.el (nnrss-verbose): New variable.
21721         (nnrss-request-group): Make it say nnrss is requesting a group.
21722
21723 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21724
21725         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21726         Handle news URL with given port correctly.
21727
21728 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21731         containing special characters.
21732
21733         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21734
21735         * mml.el (mime-to-mml): Ditto.
21736
21737         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21738         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21739         (rfc2047-decode-region): Quote decoded words containing special
21740         characters when rfc2047-quote-decoded-words-containing-tspecials
21741         is non-nil.
21742
21743 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21744
21745         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21746
21747         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21748
21749 2005-02-15  Simon Josefsson  <jas@extundo.com>
21750
21751         * nnimap.el (nnimap-debug): Doc fix.
21752
21753         * imap.el (imap-debug): Doc fix.
21754
21755 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21758
21759 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21760
21761         * gnus.el (spam-contents): Improve docs for spam-contents
21762         parameter in its variable incarnation.
21763
21764 2005-02-14  Simon Josefsson  <jas@extundo.com>
21765
21766         * smime-ldap.el: Use require instead of load-library for ldap.
21767         (smime-ldap-search): Indent.
21768         (smime-ldap-search-internal): Shorten line.
21769
21770         * smime.el (smime-cert-by-dns): Add doc-string.
21771         (smime-cert-by-ldap-1): Indent.
21772
21773         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21774         mml-smime-get-dns-ldap.
21775         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21776
21777 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21778
21779         * smime.el: Require smime-ldap.
21780         (smime-ldap-host-list): New variable.
21781         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21782
21783         * mml-smime.el (mml-smime-encrypt-query): New function.
21784         (mml-smime-encrypt-query): Use it.
21785
21786         * smime-ldap.el: New file.
21787
21788 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21789
21790         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21791
21792 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21793
21794         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21795         argument in doc string.  Make query for type more clear.
21796
21797 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21798
21799         * gnus.el (gnus-group-startup-message): Search for gnus images in
21800         etc/images/gnus.
21801         * mm-util.el (mm-image-load-path): Likewise.
21802         * smiley.el (smiley-data-directory): Search for smilies in
21803         etc/images/smilies.
21804
21805 2005-02-09  Kim F. Storm  <storm@cua.dk>
21806
21807         Change Emacs release version from 21.4 to 22.1 throughout.
21808         Change Emacs development version from 21.3.50 to 22.0.50.
21809
21810 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21811
21812         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21813
21814         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21815         non-Mule XEmacs as well.
21816         (mm-decompress-buffer): Signal an error intentionally if it does
21817         not decompress compressed data because auto-compression-mode is
21818         disabled.
21819
21820 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21821
21822         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21823         an ID in the registry even if it has no groups.
21824
21825 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21828         merge it into mm-decompress-buffer.
21829         (gnus-mime-copy-part): Use the MIME part charset, the value which
21830         a user specified or gnus-newsgroup-charset for decoding, like
21831         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21832         save-buffer what was used.  Suggested by Kevin Ryde
21833         <user42@zip.com.au>.
21834         (gnus-mime-inline-part): Allow the name parameter as well as the
21835         filename parameter; force decompressing of compressed data; always
21836         display contents being not decoded as unibyte.
21837
21838         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21839         as well as the filename parameter.
21840
21841         * mm-util.el (mm-decompress-buffer):
21842         Merge gnus-mime-jka-compr-maybe-uncompress.
21843         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21844         of compressed data.
21845
21846 2005-02-08  Simon Josefsson  <jas@extundo.com>
21847
21848         * imap.el (imap-log): Doc fix.
21849
21850 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21851
21852         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21853         the coding cookies; decompress compressed parts.
21854
21855         * mml.el (mml-generate-mime-1): Add the charset parameter according
21856         to the value which a user specified manually or the coding cookie.
21857
21858         * mm-util.el (mm-string-to-multibyte): New function.
21859         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21860         (mm-coding-system-to-mime-charset): New function.
21861         (mm-decompress-buffer): New function.
21862         (mm-find-buffer-file-coding-system): New function.
21863
21864         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21865         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21866         parts.
21867
21868 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21869
21870         * mm-view.el (mm-display-inline-fontify): Decode a part according
21871         to the charset parameter.
21872
21873 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21874
21875         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21876         prefix arg is neither nil nor a number, as info specifies.
21877
21878 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21879
21880         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21881         timestamps.
21882
21883 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21884
21885         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21886         groups error checking and notify user.
21887
21888 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21889
21890         * message.el (message-send-mail-function): Check existence of
21891         sendmail-program first before using default value
21892         `message-send-mail-with-sendmail'.  Otherwise use more generic
21893         `smtpmail-send-it'.
21894
21895 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21896
21897         * nntp.el (nntp-request-update-info): Always return nil.
21898
21899 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21900
21901         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21902
21903 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21904
21905         * message.el (message-beginning-of-line): Change the behavior when
21906         invoked between BOL and : so that it first moves backward.
21907
21908 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21909
21910         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21911         article buffer when editing of the article is discarded.
21912         (gnus-article-prepare): Revert.
21913
21914 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21915
21916         * gnus-art.el (gnus-article-prepare):
21917         Remove message-strip-forbidden-properties from the local hook.
21918
21919 2005-01-27  Simon Josefsson  <jas@extundo.com>
21920
21921         * password.el (password-cache-add): Only start one timer per key.
21922         Reported by Derek Atkins <warlord@MIT.EDU>.
21923
21924 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21925
21926         * run-at-time.el: Remove.  It is no longer needed as
21927         timer-funcs.el in the xemacs-base package has a working version of
21928         `run-at-time'.
21929
21930         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21931
21932         * password.el: Require timer-funcs instead of run-at-time in
21933         XEmacs.
21934         Remove `password-run-at-time' macro.
21935         (password-cache-add): Use `run-at-time' instead of
21936         `password-run-at-time'.
21937
21938         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21939         Remove `nnheader-cancel-function-timers' alias,
21940         `cancel-function-timers' exists in XEmacs in timer-funcs.
21941
21942         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21943         for `run-with-idle-timer'.
21944
21945         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21946         for `run-at-time'.
21947
21948         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21949         for `with-timeout'.
21950
21951         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21952         the same as for XEmacs 21.4.
21953         No need to ignore `run-with-idle-timer', this function exists in
21954         XEmacs now in timer-funcs.el in the xemacs-base package.
21955         (dgnushack-compile): No need to delete
21956         run-at-time.el from the list of files to compile because it
21957         doesn't exist anymore.
21958
21959 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21960
21961         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21962         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21963
21964 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21965
21966         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21967         sensitively.
21968
21969 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21970
21971         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21972
21973 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21974
21975         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21976         which will be inserted according to the multibyteness of a buffer
21977         rather than the type of contents.  Suggested by ARISAWA Akihiro
21978         <ari@mbf.ocn.ne.jp>.
21979
21980         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21981         of string which old xml.el may return rather than a string.
21982
21983 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21984
21985         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21986
21987 2005-01-16  Simon Josefsson  <jas@extundo.com>
21988
21989         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21990         idn/idna.el isn't available.
21991         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21992         <michael@waxrat.com>.
21993
21994         * hashcash.el: Remove non-FSF copyright header.
21995
21996         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21997         (hashcash-generate-payment): Use it.
21998         (hashcash-generate-payment-async): Use it.
21999
22000 2005-01-15  Simon Josefsson  <jas@extundo.com>
22001
22002         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22003         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22004
22005         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22006         gnus-summary-idna-message.
22007         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22008         (gnus-summary-idna-message): New function.
22009
22010 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22011
22012         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22013         gnus-novice-user.
22014
22015 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22016
22017         * nnrss.el (nnrss-request-delete-group): Delete entries in
22018         nnrss-group-alist as well.
22019         (nnrss-save-server-data): Insert newline.
22020
22021 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22022
22023         * gnus.el (gnus-user-agent): Use list of symbols instead of
22024         symbols.  Display full version number for (S)XEmacs.
22025         Optionally display (S)XEmacs codename.
22026
22027         * gnus-util.el (gnus-emacs-version): Update for new
22028         `gnus-user-agent'.
22029
22030         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22031         Gnus version.
22032
22033 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22034
22035         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22036         which is unreadable in some setups.
22037
22038 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * gnus-spec.el (gnus-update-format-specifications): Flush the
22041         group format spec cache if it doesn't support decoded group names.
22042
22043 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22044
22045         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22046         Allow to apply decay on score files matching a regexp.
22047
22048 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22049
22050         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22051         compatibility in %g and %c.
22052
22053 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22054
22055         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22056         name for only %g and %c.
22057         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22058         of gnus-tmp-group to decoded group name.
22059         (gnus-group-make-rss-group): Exclude `/'s from group names.
22060
22061 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22062
22063         * nnrss.el (nnrss-get-encoding): Fix regexp.
22064
22065 2004-12-27  Simon Josefsson  <jas@extundo.com>
22066
22067         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22068         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22069         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22070
22071 2004-12-17  Kim F. Storm  <storm@cua.dk>
22072
22073         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22074
22075         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22076
22077 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22078
22079         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22080
22081 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22082
22083         * nnrss.el: Require rfc2047 and mml.
22084         (nnrss-file-coding-system): New variable.
22085         (nnrss-format-string): Redefine it as an inline function.
22086         (nnrss-decode-group-name): New function.
22087         (nnrss-string-as-multibyte): Remove.
22088         (nnrss-retrieve-headers): Decode group name; don't use
22089         nnrss-format-string.
22090         (nnrss-request-group): Decode group name.
22091         (nnrss-request-article): Decode group name; allow a Message-ID as
22092         well as an article number; don't use nnrss-format-string; encode a
22093         Message-ID string which may contain non-ASCII characters; use
22094         mml-to-mime to compose a MIME article.
22095         (nnrss-request-expire-articles): Decode group name.
22096         (nnrss-request-delete-group): Decode group name.
22097         (nnrss-fetch): Clarify error message.
22098         (nnrss-read-server-data): Use insert-file-contents instead of load;
22099         bind file-name-coding-system; use multibyte buffer.
22100         (nnrss-save-server-data): Bind coding-system-for-write to the
22101         value of nnrss-file-coding-system; bind file-name-coding-system;
22102         add coding cookie.
22103         (nnrss-read-group-data): Use insert-file-contents instead of load;
22104         bind file-name-coding-system; use multibyte buffer.
22105         (nnrss-save-group-data): Bind coding-system-for-write to the
22106         value of nnrss-file-coding-system; bind file-name-coding-system.
22107         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22108         make it work with non-ASCII text.
22109         (nnrss-find-el): Make it work with old xml.el as well.
22110
22111 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22112
22113         * nnrss.el (nnrss-get-encoding): New function.
22114         (nnrss-fetch): Use unibyte buffer initially; bind
22115         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22116         decode contents according to the encoding attribute.
22117         (nnrss-save-group-data): Add coding cookie.
22118         (nnrss-mime-encode-string): New function.
22119         (nnrss-check-group): Use it to encode subject and author.
22120
22121 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22122
22123         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22124         imaginary variable.
22125
22126 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22129         correctly even if there are wide characters.
22130
22131 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22132
22133         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22134         downcased symbol names; make a new cache instead of reusing
22135         bbdb-hashtable.
22136
22137 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22138
22139         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22140         concatenating segments rather than before concatenating them.
22141         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22142
22143         * message.el (message-get-reply-headers): Bind `extra'.
22144
22145 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22146
22147         * message.el (message-extra-wide-headers): New variable.
22148         (message-get-reply-headers): Use it.
22149
22150 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22153         (gnus-agent-group-pathname): Ditto.
22154
22155         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22156
22157         * gnus-group.el (gnus-group-make-group): Decode group name.
22158         (gnus-group-make-rss-group): Register the group data after opening
22159         the nnrss group.
22160
22161 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22162
22163         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22164         by expiry now get marked as read.
22165
22166 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22167
22168         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22169
22170 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22171
22172         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22173         unify Latin characters in XEmacs.
22174         (mm-find-mime-charset-region): Use it.
22175
22176 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22177
22178         * gnus-util.el (gnus-delete-directory): New function.
22179
22180         * gnus-agent.el (gnus-agent-delete-group): Use it.
22181
22182         * gnus-cache.el (gnus-cache-delete-group): Use it.
22183
22184 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22185
22186         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22187         names.
22188
22189 2004-12-16  Simon Josefsson  <jas@extundo.com>
22190
22191         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22192
22193 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22194
22195         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22196
22197         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22198         (gnus-group-set-current-level): Decode group name.
22199
22200 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22201
22202         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22203         failed.
22204
22205 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22206
22207         * gnus-group.el (gnus-group-delete-group): Decode group name.
22208         (gnus-group-make-rss-group): Encode group name.
22209         (gnus-group-catchup-current): Decode group name.
22210         (gnus-group-kill-group): Decode group name.
22211
22212 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22213
22214         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22215
22216 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22217
22218         * gnus-group.el (gnus-group-make-rss-group):
22219         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22220
22221         * gnus-start.el (gnus-setup-news): Honor user's setting to
22222         gnus-message-archive-method.  Suggested by Lute Kamstra
22223         <lute@gnu.org>.
22224
22225 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22226
22227         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22228         global counterparts of the buffer-local variables.
22229
22230 2004-11-16  Romain Francoise  <romain@orebokech.com>
22231
22232         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22233         counterparts of the buffer-local variables.
22234
22235 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22236
22237         * message.el (message-forbidden-properties): Fix typo in doc
22238         string.
22239
22240 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22241
22242         * gnus-util.el (gnus-replace-in-string): Add doc string.
22243
22244         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22245         to avoid problems when splitting mails with many recipients.
22246
22247 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22248
22249         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22250         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22251
22252 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22253
22254         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22255         if there is no hashtable in memory or file modification time is
22256         newer than cached timestamp.
22257
22258 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22259
22260         * gnus-sum.el (gnus-summary-limit-to-recipient):
22261         Implement not-matching option.
22262
22263 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22264
22265         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22266         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22267         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22268         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22269         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22270         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22271
22272 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22273
22274         * message.el (message-forward-make-body-mml): Remove headers
22275         according to message-forward-ignored-headers if a message is decoded.
22276
22277 2004-12-02  Romain Francoise  <romain@orebokech.com>
22278
22279         * message.el (message-forward-make-body-plain): Always remove
22280         headers according to message-forward-ignored-headers.
22281
22282 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22283
22284         * spam.el (spam-summary-prepare-exit): Remove the
22285         gnus-summary-limit pop for now, it has problems with ham marks for
22286         me.
22287
22288 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22289
22290         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22291         correctly.
22292
22293 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22294
22295         * format-spec.el (format-spec): Message the char.
22296
22297 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22298
22299         * gnus-art.el (gnus-split-methods): Reformat comments.
22300
22301         * spam.el (spam-summary-prepare-exit): Remove article limits
22302         before exiting the summary buffer.
22303
22304 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22305
22306         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22307         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22308
22309         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22310         order to silence the byte compiler.
22311
22312         * spam.el: Fix the way to silence the byte compiler, which
22313         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22314         bbdb-search-simple, spam-BBDB-register-routine,
22315         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22316         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22317         spam-stat-buffer-is-spam, spam-stat-load,
22318         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22319         spam-stat-save and spam-stat-split-fancy.
22320
22321 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22322
22323         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22324         which may confuse users.
22325         (canlock-password-for-verify): Ditto.
22326
22327         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22328
22329         * gnus-art.el (gnus-emphasis-alist): Ditto.
22330
22331         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22332
22333         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22334
22335         * gnus-start.el (gnus-save-killed-list): Ditto.
22336
22337         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22338         (gnus-sum-thread-tree-root): Ditto.
22339         (gnus-sum-thread-tree-false-root): Ditto.
22340         (gnus-sum-thread-tree-single-indent): Ditto.
22341
22342         * message.el (message-courtesy-message): Ditto.
22343         (message-archive-note): Ditto.
22344         (message-subscribed-address-file): Ditto.
22345         (message-user-fqdn): Ditto.
22346
22347         * spam-report.el (spam-report-gmane-regex): Ditto.
22348
22349         * spam.el (spam-blackhole-good-server-regex): Ditto.
22350
22351 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22352
22353         * mml.el (mml-preview): Widen the message buffer before copying
22354         the contents to the preview buffer; sort headers before previewing.
22355
22356         * message.el (message-hidden-headers): Fix the way to avoid a bug
22357         in the `repeat' widget in Emacs 21.3 or earlier.
22358
22359 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22360
22361         * message.el (message-hidden-headers): Default to "^References:".
22362         Improve customization type.  Suggested by Reiner Steib
22363         <Reiner.Steib@gmx.de>.
22364
22365 2004-11-25  Romain Francoise  <romain@orebokech.com>
22366
22367         * message.el (message-strip-forbidden-properties): Remove check for
22368         obsolete `message-hidden' text property, hidden headers are not
22369         accessible in the buffer anymore.
22370
22371 2004-11-22  Romain Francoise  <romain@orebokech.com>
22372
22373         * message.el (message-header-format-alist): Add `From' in list
22374         so that it can be sorted.
22375         (message-fix-before-sending): Widen and sort headers before
22376         sending.
22377         (message-hide-headers): Use narrowing to hide headers by moving
22378         them to the top of the buffer and narrowing to the region
22379         underneath.
22380
22381 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22382
22383         * message.el (message-strip-forbidden-properties):
22384         Bind buffer-read-only (etc) to nil.
22385
22386 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22387
22388         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22389         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22390
22391 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22392
22393         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22394
22395 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22396
22397         * dns.el (query-dns): Use sit-for to time instead of
22398         accept-process-output, since that doesn't seem to work on udp
22399         sockets.
22400
22401 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22402
22403         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22404
22405 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22406
22407         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22408         doc string.  Improve doc string.
22409
22410 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22411
22412         * nntp.el (nntp-request-update-info): Return nil if
22413         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22414         may not call gnus-activate-group which uselessly issues the GROUP
22415         commands for all nntp groups and wastes time.  Reported by Romain
22416         Francoise <romain@orebokech.com>.
22417
22418         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22419
22420 2004-11-15  Simon Josefsson  <jas@extundo.com>
22421
22422         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22423         headers separately.
22424         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22425         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22426
22427 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22428
22429         * gnus-start.el (gnus-convert-old-newsrc):
22430         Assign legacy-gnus-agent to 5.10.7.
22431
22432 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22433
22434         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22435         start of the lines.
22436
22437 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22438
22439         * hashcash.el (hashcash-default-payment): Change default to 20.
22440         (hashcash-default-accept-payment): Change default to 20.
22441         (hashcash-process-alist): New variable.
22442         (hashcash-generate-payment-async): Add.
22443         (hashcash-already-paid-p): Add.
22444         (hashcash-insert-payment): Don't generate payments twice.
22445         (hashcash-insert-payment-async): Add.
22446         (hashcash-insert-payment-async-2): Add.
22447         (hashcash-cancel-async): Add.
22448         (hashcash-wait-async): Add.
22449         (hashcash-processes-running-p): Add.
22450         (hashcash-wait-or-cancel): Add.
22451         (mail-add-payment): New optional argument.  Conditionally start
22452         asynchronous calculation.
22453         (mail-add-payment-async): Add.
22454
22455         * message.el (message-send-mail): Wait for asynchronous hashcash
22456         results.  Don't clobber existing X-Hashcash headers.
22457         (message-setup-1): Call mail-add-payment-async when
22458         message-generate-hashcash is non-nil.
22459
22460 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22461
22462         * message.el (message-use-alternative-email-as-from): Examine the
22463         From header as well; use message-make-from in order to include a
22464         user's full name.
22465
22466 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22467
22468         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22469         default; improve customization type.
22470         (gnus-emphasis-custom-with-format): New macro.
22471         (gnus-emphasis-custom-value-to-external): New function.
22472         (gnus-emphasis-custom-value-to-internal): New function.
22473
22474 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22475
22476         * dns.el (query-dns): Resolve reverse addresses.
22477
22478 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22479
22480         * gnus-group.el (gnus-group-get-new-news): Use it.
22481
22482         * gnus-start.el (gnus-check-reasonable-setup): New function.
22483
22484 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22485
22486         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22487         "Args out of range" error.  Reported by Arnaud Giersch
22488         <arnaud.giersch@free.fr>.
22489
22490 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22491
22492         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22493
22494 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22495
22496         * spam.el (spam group): Add :version.
22497
22498         * pgg-def.el (pgg group): Add :version.
22499
22500 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22501
22502         * gnus-art.el (gnus-article-edit-article): Don't associate the
22503         article buffer with a draft file.  This is a temporary measure
22504         against the 2004-08-22 change to gnus-article-edit-mode.
22505
22506 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22507
22508         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22509         (html2text-format-tags): Remove unused variable `attr'.
22510
22511 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22512
22513         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22514
22515         * tls.el (tls-process-connection-type, tls-success)
22516         (tls-certtool-program): Add :version.
22517
22518         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22519         (starttls-extra-arguments, starttls-process-connection-type)
22520         (starttls-connect, starttls-failure, starttls-success): Add :version.
22521
22522         * spam-stat.el (spam-stat): Add :version.
22523
22524         * sieve.el (sieve): Add :version.
22525
22526         * sha1.el (sha1): Add :version.
22527         (sha1-use-external): Remove redundant version.
22528
22529         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22530         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22531         (nnmail-split-fancy-match-partial-words)
22532         (nnmail-split-lowercase-expanded): Add :version.
22533
22534         * nndiary.el (nndiary): Add :version.
22535
22536         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22537
22538         * mml-sec.el (mml-default-sign-method)
22539         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22540         Add :version.
22541
22542         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22543
22544         * mm-url.el (mm-url-use-external, mm-url-program)
22545         (mm-url-arguments): Add :version.
22546
22547         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22548         (mm-attachment-file-modes, mm-decrypt-option)
22549         (mm-w3m-safe-url-regexp): Add :version.
22550
22551         * message.el (message-cite-prefix-regexp)
22552         (message-sendmail-envelope-from, message-minibuffer-local-map)
22553         (message-user-fqdn, message-completion-alist): Add :version.
22554
22555         * gnus-win.el (gnus-configure-windows-hook)
22556         (gnus-use-frames-on-any-display): Add :version.
22557
22558         * gnus-art.el (gnus-article-address-banner-alist)
22559         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22560         (gnus-treat-from-picon, gnus-treat-mail-picon)
22561         (gnus-treat-x-pgp-sig): Add :version.
22562
22563         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22564         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22565         (gnus-summary-article-delete-hook)
22566         (gnus-summary-display-while-building): Add :version.
22567
22568         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22569         (gnus-get-top-new-news-hook): Add :version.
22570
22571         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22572         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22573
22574         * gnus-registry.el (gnus-registry): Add :version.
22575
22576         * gnus-spec.el (gnus-use-correct-string-widths)
22577         (gnus-make-format-preserve-properties): Add :version.
22578
22579         * gnus.el (gnus-group-charter-alist)
22580         (gnus-group-fetch-control-use-browse-url)
22581         (gnus-install-group-spam-parameters): Add :version.
22582
22583         * gnus-diary.el (gnus-diary): Add :version.
22584
22585         * gnus-delay.el (gnus-delay): Add :version.
22586
22587         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22588         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22589         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22590         Add :version.
22591
22592         * gnus-agent.el (gnus-agent-max-fetch-size)
22593         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22594         (gnus-agent-prompt-send-queue): Add :version.
22595
22596         * deuglify.el (gnus-outlook-deuglify): Add :version.
22597
22598         * html2text.el: Beautify code.  Improve doc strings.
22599         Some checkdoc cleanup.
22600         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22601
22602 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22603
22604         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22605
22606 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22607
22608         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22609         when package is loaded.
22610
22611         * spam.el (spam-summary-score-preferred-header): Add global preference
22612         for people who want to override the default SpamAssassin over
22613         Bogofilter preference (when both are set).
22614         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22615         (spam-user-format-function-S):
22616         Check spam-summary-score-preferred-header.
22617         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22618         (spam-user-format-function-S): Format the score correctly.
22619
22620 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22623         signature file.  Suggested by Manoj Srivastava
22624         <srivasta@golden-gryphon.com>.
22625
22626         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22627         iso-2022-jp even in the Japanese language environment.
22628         Suggested by Jason Rumney <jasonr@gnu.org>.
22629
22630 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22631
22632         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22633         use the same characters as the dummy marks; make it free from
22634         getting affected by the language environment.
22635         (gnus-summary-read-group-1): Update mark positions only when the
22636         format spec is updated.
22637
22638         * gnus-spec.el (gnus-update-format-specifications): Return a list
22639         of updated types.
22640
22641 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22642
22643         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22644         of boundp to check if display-warning is available.
22645
22646 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22647
22648         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22649
22650 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22651
22652         * nnspool.el (nnspool-spool-directory): Use news-path if the
22653         news-directory variable is not bound.
22654
22655         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22656         function instead of display-warning if it is not available.
22657
22658 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22659
22660         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22661         v5-10: Use `point-at-bol'.
22662
22663 2004-10-26  Simon Josefsson  <jas@extundo.com>
22664
22665         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22666         <chenggao@gmail.com>.
22667
22668 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22669
22670         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22671         instead.
22672
22673 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22674
22675         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22676         to remove a server from the nnimap-server-buffer-alist.
22677         (nnimap-open-connection, nnimap-close-server): Use it.
22678
22679         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22680
22681 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22682
22683         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22684         running the major-mode function.
22685
22686 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22689         dummy marks in the right way.
22690
22691 2004-10-18  David Edmondson  <dme@dme.org>
22692
22693         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22694         excessively.
22695
22696 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22697
22698         * gnus-util.el (gnus-split-references): Accept a nil references
22699         string and go on blissfully.
22700
22701         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22702         cases where the references string is non-nil but has no references.
22703
22704         * encrypt.el: Add autoload tags.
22705
22706         * spam.el (spam-resolve-registrations-routine): Remove article
22707         from unregistration list too.  Reported by David Hanak
22708         <dhanak@isis.vanderbilt.edu>
22709
22710 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22711
22712         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22713         nil.  Change custom type.
22714
22715 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22716
22717         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22718
22719         * gnus-sum.el (gnus-summary-move-article): Use it.
22720
22721 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22722
22723         * encrypt.el: Add autoload cookies.
22724
22725         * spam.el (spam-backend-article-list-property)
22726         (spam-backend-get-article-todo-list)
22727         (spam-backend-put-article-todo-list)
22728         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22729         Resolve registrations separately.
22730         (spam-register-routine): Format comments.
22731         (spam-unregister-routine, spam-register-routine): Always call with
22732         specific-articles, no default list.
22733         (spam-summary-prepare-exit): Use the spam-classifications function.
22734
22735         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22736         gnus-encrypt.el.
22737
22738         * encrypt.el: Copied from gnus-encrypt.el.
22739
22740         * gnus-encrypt.el: Commented that it's obsolete.
22741
22742 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22743
22744         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22745         (gnus-score-save): Use it.
22746
22747         * message.el (message-bury): Use `window-dedicated-p'.
22748
22749 2004-10-15  Simon Josefsson  <jas@extundo.com>
22750
22751         * pop3.el (top-level): Don't require nnheader.
22752         (pop3-read-timeout): Add.
22753         (pop3-accept-process-output): Add.
22754         (pop3-read-response, pop3-retr): Use it.
22755
22756 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22757
22758         * spam.el (spam-register-routine): Move comment.
22759         (spam-verify-bogofilter): Use 'unknown for the initial
22760         spam-bogofilter-valid state, not 'never.
22761
22762         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22763         for netrc-machine.
22764
22765         * nnimap.el (nnimap-open-connection):
22766         Use netrc-machine-user-or-password.
22767
22768 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22769
22770         * gnus-registry.el (gnus-registry-unload-hook):
22771         Set as a variable with add-hook.
22772
22773         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22774         of news-path.
22775
22776         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22777
22778         * spam.el: Delete duplicate `provide'.
22779         (spam-unload-hook): Set as a variable with add-hook.
22780
22781 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22782
22783         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22784         in the doc string.
22785
22786         * message.el (message-ignored-news-headers)
22787         (message-ignored-supersedes-headers)
22788         (message-ignored-resent-headers)
22789         (message-forward-ignored-headers): Improve custom type.
22790
22791 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22792
22793         * message.el (message-tokenize-header): Fix 2004-09-06 change
22794         which used point-min in the wrong place.
22795
22796 2004-10-12  Simon Josefsson  <jas@extundo.com>
22797
22798         * tls.el (tls-certtool-program): New variable.
22799         (tls-certificate-information): New function, based on
22800         ssl-certificate-information.
22801
22802 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22803
22804         * compface.el: Move the version of ELisp-based uncompface program
22805         to the contrib directory because of the copyright problem.
22806
22807 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22808
22809         * message.el (message-kill-buffer): Raise the current frame.
22810
22811 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22812
22813         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22814
22815         * gnus.el (message-y-or-n-p): Autoload.
22816
22817         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22818         (pop3-password-required, pop3-authentication-scheme)
22819         (pop3-leave-mail-on-server): Make customizable.
22820         (pop3): New custom group.
22821         (pop3-retr): Remove `sleep-for' statements.
22822         Suggested by Dave Love <fx@gnu.org>.
22823
22824         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22825         Windows/DOS.
22826
22827         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22828         (imap-parse-body): Fix incorrect use of `assert'.
22829         Suggested by Dave Love <fx@gnu.org>.
22830
22831         * mml.el (mml-minibuffer-read-disposition): Require match.
22832         Suggested by Dave Love <fx@gnu.org>.
22833
22834 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22835
22836         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22837         doc string.
22838
22839 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22840
22841         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22842
22843 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22844
22845         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22846         instead of calling `mm-insert-inline', to decode text/* parts
22847         before displaying them.
22848
22849 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22850
22851         * mm-uu.el (mm-uu-text-plain-type): New variable.
22852         (mm-uu-pgp-signed-extract-1): Use it.
22853         (mm-uu-pgp-encrypted-extract-1): Use it.
22854         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22855         bind mm-uu-text-plain-type with that value.
22856         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22857         mm-uu-dissect.
22858
22859 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * gnus-group.el (gnus-update-group-mark-positions):
22862         * gnus-sum.el (gnus-update-summary-mark-positions):
22863         * message.el (message-check-news-body-syntax):
22864         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22865         of string-as-multibyte.
22866
22867 2004-10-05  Juri Linkov  <juri@jurta.org>
22868
22869         * gnus-group.el (gnus-update-group-mark-positions):
22870         * gnus-sum.el (gnus-update-summary-mark-positions):
22871         * message.el (message-check-news-body-syntax):
22872         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22873         8-bit unibyte values to a multibyte string for search functions.
22874
22875 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22876
22877         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22878         (mm-uu-dissect-text-parts): New function.
22879
22880         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22881         dissect text parts.
22882
22883         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22884         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22885
22886         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22887
22888         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22889         Use gnus-current-topics instead of gnus-current-topic.
22890
22891 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22892
22893         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22894
22895 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22896
22897         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22898         where appropriate.
22899
22900         * nnml.el (nnml-generate-active-info): do.
22901
22902         * nndiary.el (nndiary-generate-active-info): do.
22903
22904         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22905         (gnus-topic-move): do.
22906
22907         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22908         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22909
22910         * gnus-srvr.el (gnus-server-prepare)
22911         (gnus-server-open-all-servers): do.
22912
22913         * gnus-msg.el (gnus-summary-cancel-article)
22914         (gnus-summary-resend-message)
22915         (gnus-summary-mail-crosspost-complaint): do.
22916
22917         * gnus-move.el (gnus-change-server): do.
22918
22919         * gnus-group.el (gnus-group-unmark-all-groups)
22920         (gnus-group-set-current-level): do.
22921
22922 2004-10-04  Simon Josefsson  <jas@extundo.com>
22923
22924         * message.el (message-generate-hashcash): Doc fix.
22925
22926 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22927
22928         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22929         avoid infinite recursion via gnus-get-function.
22930
22931 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22932
22933         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22934
22935         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22936
22937         * nnmail.el (nnmail-split-history): do.
22938
22939         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22940         (nnml-request-delete-group): do.
22941
22942         * nnslashdot.el (nnslashdot-read-groups): do.
22943
22944         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22945         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22946
22947         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22948         (nnspool-sift-nov-with-sed): Use last.
22949         (nnspool-retrieve-headers-with-nov): Use mapc.
22950         (nnspool-request-newgroups): Use dolist.
22951         (nnspool-request-group): Use last.
22952
22953         * nntp.el (nntp-read-server-type): Use dolist.
22954
22955         * nnvirtual.el (nnvirtual-create-mapping)
22956         (nnvirtual-update-read-and-marked): Use dolist.
22957         (nnvirtual-convert-headers): Simplify.
22958
22959 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22960
22961         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22962         Add support for sync'ing tick marks.
22963
22964 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22965
22966         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22967         there's no visible header.
22968
22969 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22970
22971         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22972         When necessary, pass full group name to gnus-request-set-marks.
22973
22974 2004-10-01  Simon Josefsson  <jas@extundo.com>
22975
22976         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22977         acroread.
22978
22979 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22980
22981         * spam-report.el (spam-report-gmane): Fix interactive.
22982
22983         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22984
22985         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22986         when writing file.
22987         (gnus-agent-synchronize-flags): Don't default to being
22988         interactive.
22989
22990 2004-09-30  Simon Josefsson  <jas@extundo.com>
22991
22992         * message.el (message-generate-hashcash): Add.
22993         (message-send-mail): Use it, call mail-add-payment.
22994
22995 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22996
22997         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22998
22999 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23000
23001         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23002         gnus-requst-update-info with explicit code to sync the in-memory
23003         info read flags with the marks being sync'd to the backend.
23004
23005         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23006
23007 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23008
23009         * spam.el (spam-verify-bogofilter): Add new function.
23010         (spam-check-bogofilter)
23011         (spam-bogofilter-register-with-bogofilter): Use it.
23012         (spam-verify-bogofilter): Add small fixes.
23013
23014 2004-09-28  Simon Josefsson  <jas@extundo.com>
23015
23016         * hashcash.el (hashcash-generate-payment): Revert.
23017
23018 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23019
23020         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23021         Use gnus-extract-references instead of gnus-split-references.
23022
23023         * gnus-util.el (gnus-extract-references): Add new function, analogous
23024         to gnus-split-references but extracts only the message-ID without
23025         anything extra.
23026
23027         * hashcash.el (hashcash-generate-payment)
23028         (hashcash-check-payment): Do the right thing if hashcash-path is
23029         nil (because the hashcash program could not be found).
23030
23031         * spam.el (spam-use-hashcash): Remove comment.
23032
23033 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23034
23035         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23036         (gnus-cache-enter-article, gnus-cache-remove-article)
23037         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23038
23039         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23040
23041         * gnus-art.el (article-hide-boring-headers)
23042         (article-translate-strings, article-display-face)
23043         (gnus-article-mime-match-handle-first)
23044         (gnus-article-highlight-headers)
23045         (gnus-article-add-buttons-to-head): do.
23046
23047 2004-09-27  Simon Josefsson  <jas@extundo.com>
23048
23049         * hashcash.el: New version, from
23050         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23051         ../contrib/.
23052
23053 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23054
23055         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23056
23057 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23058
23059         * gnus-dup.el (gnus-dup-open): Use mapc.
23060         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23061
23062         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23063         Reported by Stefan Wiens <s.wi@gmx.net>.
23064
23065         * gnus.el (gnus-shutdown): Use dolist.
23066
23067         * gnus-undo.el (gnus-undo): Use mapc.
23068
23069         * nnrss.el (nnrss-generate-active): do.
23070
23071         * message.el (message-cite-original-without-signature)
23072         (message-cite-original): Use mapc.
23073         (message-do-actions, message-make-forward-subject): Use dolist.
23074
23075 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23076
23077         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23078         deletion to remove entire duplicate line.  Fixes merged article
23079         number bug.
23080
23081 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23082
23083         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23084         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23085         first ask if you want to open a server and then, even when you
23086         responded with no, asking if you want to synchronize the server's
23087         flags.
23088         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23089         multi-line expressions.
23090         (gnus-agent-synchronize-group-flags): New internal function.
23091         Updates marks in memory (in the info structure) AND in the
23092         backend.
23093
23094         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23095
23096         * nnagent.el (nnagent-request-set-mark):
23097         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23098         method, to ensure that synchronization updates marks in the
23099         backend and in the info (in memory) structure.
23100
23101 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23102
23103         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23104         convention fully; don't miss the root article of a thread; make
23105         the X-Draft-From header with correct article numbers.
23106
23107 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23108
23109         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23110         unless plugged.  Disable the agent so that an open failure causes
23111         an error.
23112
23113         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23114         Revert 2004-09-21 change.  The backend must be opened while
23115         synchronizing flags even when the backend stores the flags
23116         locally.
23117
23118 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23119
23120         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23121         in `header' match.  Reported by Svend Tollak Munkejord.
23122
23123         * message.el (message-cite-original): Fix use of
23124         `message-cite-articles-with-x-no-archive'.
23125
23126 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23127
23128         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23129         (gnus-window-to-buffer): Ditto.
23130
23131         * mml.el (mml-preview-buffer): New variable.
23132         (mml-preview): Manage window layout with gnus-buffer-configuration.
23133
23134         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23135         X-Draft-From header even if those articles aren't quoted.
23136
23137 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23138
23139         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23140         (gnus-request-set-mark, gnus-request-update-mark): Use new
23141         g-s-t-u-l-m to decide to use backend even when unplugged.
23142
23143 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23144
23145         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23146         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23147
23148 2004-09-20  Simon Josefsson  <jas@extundo.com>
23149
23150         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23151         "utf-16-le".
23152
23153 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23154
23155         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23156
23157 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23158
23159         * uudecode.el (uudecode-use-external): Add :version.
23160
23161         * smime.el (smime-CA-file, smime-encrypt-cipher)
23162         (smime-dns-server): Add :version.
23163
23164         * smiley.el (gnus-smiley-file-types): Add :version.
23165
23166         * sha1.el (sha1-use-external): Add :version.
23167
23168         * pgg-def.el (pgg-query-keyserver): Add :version.
23169
23170         * nnmail.el (nnmail-fancy-expiry-targets)
23171         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23172         Add :version.
23173
23174         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23175         (nnimap-retrieve-groups-asynchronous): Add :version.
23176         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23177
23178         * mml.el (mml-content-disposition-parameters)
23179         (mml-insert-mime-headers-always): Add :version.
23180
23181         * mm-util.el (mm-coding-system-priorities): Add :version.
23182
23183         * mm-decode.el (mm-inline-text-html-with-images)
23184         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23185         (mm-verify-option): Add :version.
23186         (mm-text-html-renderer): Change :version.
23187
23188         * message.el (message-fcc-externalize-attachments)
23189         (message-required-headers, message-draft-headers)
23190         (message-subject-trailing-was-query)
23191         (message-subject-trailing-was-ask-regexp)
23192         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23193         (message-mark-insert-end, message-archive-header)
23194         (message-archive-note, message-cross-post-default)
23195         (message-cross-post-note, message-followup-to-note)
23196         (message-cross-post-note-function, message-use-mail-followup-to)
23197         (message-subscribed-address-functions)
23198         (message-subscribed-address-file, message-subscribed-addresses)
23199         (message-subscribed-regexps, message-allow-no-recipients)
23200         (message-yank-cited-prefix, message-signature-insert-empty-line)
23201         (message-hidden-headers, message-hierarchical-addresses)
23202         (message-mail-user-agent, message-use-idna)
23203         (message-valid-fqdn-regexp)
23204         (message-strip-special-text-properties, message-header-synonyms)
23205         (message-beginning-of-line, message-tab-body-function): Add :version.
23206         (message-insert-canlock, message-wide-reply-confirm-recipients):
23207         Change :version.
23208
23209         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23210         and :version.
23211         (mail-source-delete-old-incoming-confirm)
23212         (mail-source-movemail-program): Add :version.
23213
23214         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23215         (gnus-agent-cache, gnus-agent): Change :version.
23216
23217         * gnus-util.el (gnus-use-byte-compile): Change :version.
23218
23219         * gnus-sum.el (gnus-summary-make-false-root-always)
23220         (gnus-summary-default-high-score)
23221         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23222         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23223         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23224         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23225         (gnus-sum-thread-tree-single-indent)
23226         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23227         (gnus-sum-thread-tree-leaf-with-other)
23228         (gnus-sum-thread-tree-single-leaf): Add :version.
23229         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23230         (gnus-article-loose-mime): Change :version.
23231
23232         * gnus-start.el (gnus-backup-startup-file)
23233         (gnus-save-startup-file-via-temp-buffer): Add :version.
23234
23235         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23236         (gnus-server-offline-face): Add :version.
23237
23238         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23239
23240         * gnus-msg.el (gnus-gcc-externalize-attachments)
23241         (gnus-debug-files, gnus-debug-exclude-variables)
23242         (gnus-discouraged-post-methods): Change :version.
23243         (gnus-confirm-mail-reply-to-news)
23244         (gnus-confirm-treat-mail-like-news): Add :version.
23245
23246         * gnus-int.el (gnus-server-unopen-status): Add :version.
23247
23248         * gnus-group.el (gnus-group-jump-to-group-prompt)
23249         (gnus-large-ephemeral-newsgroup)
23250         (gnus-fetch-old-ephemeral-headers): Add :version.
23251
23252         * gnus-fun.el (gnus-x-face-directory)
23253         (gnus-convert-pbm-to-x-face-command)
23254         (gnus-convert-image-to-x-face-command)
23255         (gnus-convert-image-to-face-command): Add :version.
23256
23257         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23258
23259         * gnus-cite.el (gnus-cite-blank-line-after-header)
23260         (gnus-article-boring-faces): Add :version.
23261
23262         * gnus-art.el (gnus-buttonized-mime-types)
23263         (gnus-inhibit-mime-unbuttonizing)
23264         (gnus-treat-display-face)
23265         (gnus-treat-body-boundary): Change :version.
23266         (gnus-body-boundary-delimiter, gnus-picon-databases)
23267         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23268         (gnus-treat-date-english, gnus-treat-fold-headers)
23269         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23270         (gnus-treat-mail-picon, gnus-treat-wash-html)
23271         (gnus-article-encrypt-protocol)
23272         (gnus-use-idna, gnus-article-over-scroll)
23273         (gnus-mime-display-multipart-alternative-as-mixed)
23274         (gnus-mime-display-multipart-related-as-mixed)
23275         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23276         (gnus-ctan-url, gnus-button-ctan-handler)
23277         (gnus-button-handle-ctan-bogus-regexp)
23278         (gnus-button-ctan-directory-regexp)
23279         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23280         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23281         (gnus-button-man-level, gnus-button-emacs-level)
23282         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23283
23284         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23285         (gnus-agent-go-online): Change :version.
23286         (gnus-agent-expire-unagentized-dirs)
23287         (gnus-agent-auto-agentize-methods): Add :version.
23288
23289         * flow-fill.el (fill-flowed-display-column)
23290         (fill-flowed-encode-column): Add :version.
23291
23292         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23293         (gnus-outlook-deuglify-unwrap-max)
23294         (gnus-outlook-deuglify-cite-marks)
23295         (gnus-outlook-deuglify-unwrap-stop-chars)
23296         (gnus-outlook-deuglify-no-wrap-chars)
23297         (gnus-outlook-deuglify-attrib-cut-regexp)
23298         (gnus-outlook-deuglify-attrib-verb-regexp)
23299         (gnus-outlook-deuglify-attrib-end-regexp)
23300         (gnus-outlook-display-hook): Add :version.
23301
23302         * binhex.el (binhex-use-external): Add :version.
23303
23304 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23305
23306         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23307         and `invisible'.
23308
23309 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23310
23311         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23312         in gnus-registry-trim.
23313
23314 2004-09-13  Simon Josefsson  <jas@extundo.com>
23315
23316         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23317
23318         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23319
23320         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23321         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23322         <yamaoka@jpl.org>.
23323         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23324         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23325         <yamaoka@jpl.org>.
23326
23327         * sieve.el (sieve-manage-mode): Ditto.
23328
23329 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23330
23331         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23332
23333 2004-09-11  Simon Josefsson  <jas@extundo.com>
23334
23335         * dns-mode.el: Add.
23336
23337         * mm-view.el (mm-display-dns-inline): Add.
23338
23339         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23340         (mm-automatic-display): Ditto.
23341
23342         * mailcap.el (mailcap-mime-data): Add text/dns.
23343         (mailcap-mime-extensions): Map .soa to text/dns.
23344
23345 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23346
23347         * gnus-art.el (article-decode-mime-words, article-babel)
23348         (gnus-article-highlight-signature, gnus-article-add-buttons)
23349         (gnus-signature-toggle): Remove unnecessary bindings of
23350         `inhibit-read-only' inherited from v5.10 merge.
23351
23352 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23353
23354         * nntp.el (nntp): New customization group.
23355         (nntp-authinfo-file): Add customization group.
23356
23357         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23358
23359         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23360
23361         * gnus.el (to-address, to-list, subscribed)
23362         (large-newsgroup-initial): Ditto.
23363
23364         * flow-fill.el (fill-flowed-display-column)
23365         (fill-flowed-encode-column): Ditto.
23366
23367 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23368
23369         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23370         Use point-min rather than 1.
23371         (message-send-mail): Use buffer-size rather than point-max.
23372
23373         * gnus-sum.el (gnus-summary-search-article-forward):
23374         Signal a specific `search-failed' rather than a generic `error'.
23375
23376         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23377         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23378         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23379
23380 2004-09-10  Simon Josefsson  <jas@extundo.com>
23381
23382         * nndb.el (require): Remove tcp and duplicate cl.
23383
23384 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23385
23386         * gnus-agent.el (directory-files-and-attributes): Move forward.
23387
23388 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23389
23390         * gnus-agent.el (directory-files-and-attributes):
23391         Optionally defined to support XEmacs.
23392
23393 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23394
23395         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23396         to avoid run-time CL dependencies.
23397         (gnus-agent-unfetch-articles): New function.
23398         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23399         article numbers even when local .overview file is missing.
23400         (gnus-agent-read-article-number): New function.  Only accepts
23401         27-bit article numbers.
23402         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23403         Use gnus-agent-read-article-number.
23404         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23405         from backend while recognizing that article numbers in .overview
23406         must be valid.
23407         (gnus-agent-update-files-total-fetched-for):
23408         Use directory-files-and-attributes to improve performance.
23409         * gnus-int.el (gnus-request-move-article):
23410         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23411         improve performance.
23412
23413         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23414         some users confused by references to .newsrc when they only have a
23415         .newsrc.eld file.
23416         (gnus-convert-mark-converter-prompt)
23417         (gnus-convert-converter-needs-prompt): Fix use of property list.
23418         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23419         New function.  Used internally to only display 'gnus converting
23420         files' message when actually necessary.
23421
23422         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23423         methods now autoloaded.
23424
23425 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23426
23427         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23428         identifiers.
23429
23430 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23431
23432         * gnus-picon.el: Fix indentation and closing parenthesis.
23433
23434 2004-09-01  Simon Josefsson  <jas@extundo.com>
23435
23436         * message.el (message-canlock-generate): Require sha1, not
23437         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23438         to require within a function.  Sadly, if sha1.el isn't loaded, the
23439         let binding in m-c-g will hide the defcustom definition, which is
23440         bad.)
23441
23442         * canlock.el: Require sha1, not sha1-el.
23443
23444         * message.el: Don't autoload sha1 (there is a autoload cookie in
23445         sha1.el).
23446
23447         * sha1-el.el: Rename to sha1.el.
23448
23449 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23450
23451         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23452
23453 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23454
23455         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23456
23457 2004-08-30  Kim F. Storm  <storm@cua.dk>
23458
23459         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23460
23461         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23462         Add :group 'nnimap.
23463
23464 2004-08-30  Andreas Schwab  <schwab@suse.de>
23465
23466         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23467         ?* and ?\;.
23468
23469         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23470         and ?\' to symbol instead of whitespace.
23471
23472 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23473
23474         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23475
23476         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23477         instead of re-search-forward.
23478
23479         * gnus-uu.el (gnus-uu-save-article): Ditto.
23480         (gnus-uu-post-encode-uuencode): Ditto.
23481
23482         * html2text.el (html2text-clean-list-items): Ditto.
23483         (html2text-clean-dtdd): Ditto.
23484         (html2text-format-tags): Ditto.
23485
23486         * message.el (message-send-mail-with-sendmail): Fix regexp.
23487         (message-fill-field-general): Use search-forward instead of
23488         re-search-forward.
23489         (unbold-region): Ditto.
23490
23491         * nnrss.el (nnrss-request-article): Ditto.
23492
23493         * nnslashdot.el (nnslashdot-request-article): Ditto.
23494
23495         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23496
23497         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23498         "Unrecognized menu descriptor" error in XEmacs.
23499
23500 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23501
23502         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23503         parent article of a sparse article in the thread hashtb.
23504
23505 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23506
23507         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23508         (nnmail-expand-newtext): Lowercase expanded entries if
23509         nnmail-split-lowercase-expanded is non-nil.
23510
23511 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23512
23513         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23514
23515         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23516         of gnus-tmp-news-method into string under XEmacs.  It will be
23517         passed to gnus-correct-length which takes only a string argument.
23518
23519 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * gnus-util.el (gnus-bind-print-variables): New macro.
23522         (gnus-prin1): Use it.
23523         (gnus-prin1-to-string): Use it.
23524         (gnus-pp): New function.
23525         (gnus-pp-to-string): New function.
23526
23527         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23528         Replace pp-to-string with gnus-pp-to-string.
23529         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23530         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23531         * gnus-msg.el (gnus-debug): Ditto.
23532         * gnus-score.el (gnus-score-save): Ditto.
23533         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23534         gnus-pp-to-string.
23535         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23536         with gnus-pp.
23537         * score-mode.el (gnus-score-pretty-print): Ditto.
23538         * webmail.el (webmail-debug): Ditto.
23539
23540 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23541
23542         * gnus-art.el (article-display-face, article-display-x-face):
23543         Use buffer-read-only.
23544
23545 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23546
23547         * gnus-art.el (article-hide-list-identifiers):
23548         Bind inhibit-read-only as t.
23549
23550 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23551
23552         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23553
23554 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23555
23556         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23557         (gnus-narrow-to-page): Don't assume point-min == 1.
23558         (gnus-article-edit-mode): Derive from message-mode.
23559
23560         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23561         point-min == 1.
23562
23563         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23564         Disable incorrect use of `assert'.
23565
23566         * message.el (message-mode): Set comment-start-skip.
23567
23568
23569 2004-08-22  Sam Steingold  <sds@gnu.org>
23570
23571         * pop3.el (pop3-leave-mail-on-server): New user variable.
23572         (pop3-movemail): Delete mail only when it is nil.
23573
23574 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23575
23576         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23577
23578         * mml.el (mml-preview): Use `pop-to-buffer'.
23579
23580         * message.el (message-goto-mail-followup-to): Insert after "To".
23581         (message-carefully-insert-headers): Add comment.
23582
23583         * gnus.el: Remove unused variable `gnus-article-check-size'.
23584
23585         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23586
23587         * gnus-art.el (gnus-button-alist):
23588         Improve `gnus-button-handle-library' entry.
23589
23590 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23591
23592         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23593         Use downcase, since XEmacs capitalizes error messages differently.
23594
23595 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23596
23597         * nntp.el: Add (require 'gnus) due to reference to
23598         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23599
23600 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23601
23602         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23603         Bind `mm-fill-flowed'.
23604
23605         * mm-decode.el (mm-dissect-singlepart): Check it.
23606
23607 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23608
23609         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23610         'imap' for netrc parsing.
23611
23612 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23613
23614         * mailcap.el (mailcap-mime-data): Mark as risky.
23615
23616 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23617
23618         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23619         may be included in the encoded word.
23620         (rfc2047-encode): Don't append a space if the encoded word
23621         includes close parenthesis.
23622
23623 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23624
23625         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23626         of text within parentheses.
23627
23628 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23629
23630         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23631         (gnus-encrypt-write-file-contents): Make the password key the file
23632         name PLUS the cipher, not just the cipher.  Also remove failed
23633         passwords from the cache.
23634
23635 2004-08-06  Simon Josefsson  <jas@extundo.com>
23636
23637         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23638         Doc fix.
23639
23640 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23641
23642         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23643         LWSP.
23644
23645 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23646
23647         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23648         Try to append in-reply-to: data to the references: header.
23649
23650         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23651         (netrc-parse): Use gnus-encrypt.el functions.
23652
23653         * gnus-encrypt.el: Add new file for encryption support; currently
23654         does only a few GPG ciphers and an internal XOR cipher.
23655
23656         * password.el: Add comments on using password-read-and-add.
23657         (password-read-and-add): Add function to read and add the
23658         password to the cache at once.
23659
23660 2004-07-28  Simon Josefsson  <jas@extundo.com>
23661
23662         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23663         parameter (but don't use it, for now).
23664
23665         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23666         instead of hard coding to nil.
23667
23668 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23671         as mm-inline-image-xemacs does.
23672
23673 2004-07-26  Simon Josefsson  <jas@extundo.com>
23674
23675         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23676         Revert part of 2004-07-17 change below.
23677
23678 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23679
23680         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23681         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23682
23683 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23684
23685         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23686         quotes that actually start with ">" at the beginning of the
23687         lines.
23688
23689 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23690
23691         * rfc2047.el (rfc2047-encode-region): Fix last change.
23692         (rfc2047-encode-parameter): Remove useless concat.
23693
23694 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23695
23696         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23697         encode special characters; fix some kind of misconfigured headers;
23698         signal a real error if debug-on-quit or debug-on-error is non-nil.
23699         (rfc2047-encode-max-chars): New variable.
23700         (rfc2047-encode-1): Use it.
23701         (rfc2047-encode-parameter): New function.
23702
23703         * mml.el (mml-insert-parameter): Remove an excessive space.
23704
23705 2004-07-17  Simon Josefsson  <jas@extundo.com>
23706
23707         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23708         Kai Grossjohann <kai@emptydomain.de>.
23709         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23710         (gnus-group-make-menu-bar): Ditto.
23711
23712         * gnus-util.el (gnus-group-server): Add.
23713
23714 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23715
23716         * message.el (message-clone-locals): Clone sendmail and smtp
23717         variables.
23718
23719 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23720
23721         * rfc2047.el (rfc2047-encode-region): Fix last change.
23722
23723 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23724
23725         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23726         characters as non-special.
23727
23728 2004-07-09  Simon Josefsson  <jas@extundo.com>
23729
23730         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23731         Users will lose all flag changes made while unplugged with
23732         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23733         good default.  See numerous reports on ding mailing list.
23734
23735 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23736
23737         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23738         add generate-head-function and generate-article-function to the
23739         rfc822-forward entry.
23740         (nndoc-rfc822-forward-generate-article): New function.
23741         (nndoc-rfc822-forward-generate-head): New function.
23742
23743         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23744
23745 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23746
23747         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23748         respect display group parameter and gnus-summary-expunge-below.
23749         (gnus-articles-to-read): Remove unused reference to display group
23750         parameter.
23751
23752 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23753
23754         * nnheader.el (nnheader-uniquify-message-id): New experimental
23755         variable.
23756         (nnheader-nov-read-message-id): Use it.
23757
23758         * spam-report.el (spam-report-gmane): Add interactive.
23759
23760 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23761
23762         * mm-encode.el (mm-content-transfer-encoding-defaults):
23763         Use qp-or-base64 for the application/* types.
23764
23765 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23766
23767         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23768
23769 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23770
23771         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23772         trim value.
23773
23774 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23775
23776         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23777         New macro and function.
23778         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23779
23780 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23781
23782         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23783         after-load-alist.
23784
23785 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23786
23787         * gnus-group.el (gnus-group-get-new-news-this-group):
23788         Don't update info that isn't there.
23789
23790 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23791
23792         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23793         entry.
23794
23795 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23796
23797         * mm-view.el (mm-inline-render-with-function): Use multibyte
23798         buffer; decode html source by charset.
23799
23800         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23801
23802         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23803         Mule-UCS is loaded under XEmacs.
23804         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23805
23806 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23807
23808         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23809
23810 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23811
23812         * mm-util.el (mm-coding-system-p): Return a coding-system.
23813         (mm-mime-mule-charset-alist): Use shift_jis instead of
23814         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23815         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23816         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23817         instead of japanese-shift-jis and iso-latin-1 respectively in
23818         order to share the default value with both Emacs and XEmacs-mule.
23819         (mm-mule-charset-to-mime-charset):
23820         Make mm-coding-system-priorities effective.
23821         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23822         while predicating of candidates upon the priorities.
23823
23824 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23825
23826         * gnus-sum.el (gnus-summary-make-menu-bar):
23827         Add gnus-uu-invert-processable.
23828
23829         * gnus.el: Autoload gnus-uu-invert-processable.
23830
23831 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23832
23833         * mm-util.el (mm-with-multibyte-buffer): New macro.
23834
23835         * rfc2047.el (rfc2047-encode-string): Use it.
23836         (rfc2047-encode-region): Move point to the end of the region after
23837         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23838
23839 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23840
23841         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23842         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23843
23844 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23845
23846         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23847         (gnus-cite-parse): Ignore quoted envelope From_.
23848         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23849
23850 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23851
23852         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23853         invalid addresses.
23854
23855 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23856
23857         * spam.el: Change section markers, revise TODO list.
23858         (spam-backends): Make new master list of all installed backends.
23859         (spam-summary-exit-behavior): Add new variable to determine how
23860         messages moves are done at summary exit.
23861         (spam-move-spam-nonspam-groups-only)
23862         (spam-process-ham-in-nonham-groups)
23863         (spam-process-ham-in-spam-groups): Remove variables, the
23864         spam-summary-exit-behavior variable should be used to manage this
23865         behavior.
23866         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23867         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23868         and spam-old-spam-articles.
23869         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23870         Add empty variables, placeholders for the backends they represent.
23871         (spam-set-difference): Move, unchanged.
23872         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23873         unless the user has a processor variable.
23874         (spam-classifications, spam-classification-valid-p)
23875         (spam-backend-properties, spam-backend-property-valid-p)
23876         (spam-backend-function-type-valid-p)
23877         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23878         (spam-report-articles-gmane, spam-report-articles-resend):
23879         Remove functions, they are not needed.
23880         (spam-install-backend-super, spam-backend-list)
23881         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23882         (spam-backend-function, spam-backend-ham-registration-function)
23883         (spam-backend-spam-registration-function)
23884         (spam-backend-ham-unregistration-function)
23885         (spam-backend-spam-unregistration-function)
23886         (spam-backend-statistical-p, spam-backend-mover-p)
23887         (spam-install-backend-alias, spam-install-checkonly-backend)
23888         (spam-install-mover-backend, spam-install-nocheck-backend)
23889         (spam-install-backend, spam-install-statistical-backend)
23890         (spam-install-statistical-checkonly-backend): Add backend installation
23891         support.
23892         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23893         (spam-group-processor-p): Use the new backend code and respect the
23894         summary exit behavior.
23895         (spam-mark-spam-as-expired-and-move-routine): Remove.
23896         (spam-summary-prepare): Change to use the new spam-old-articles
23897         variable.
23898         (spam-copy-or-move-routine, spam-copy-spam-routine)
23899         (spam-move-spam-routine, spam-copy-ham-routine)
23900         (spam-move-ham-routine): Add code to copy/move ham or spam.
23901         (spam-fetch-field-fast): Improve doc and code, plus allow the
23902         'number request.
23903         (spam-list-of-checks, spam-list-of-statistical-checks):
23904         Remove variables.
23905         (spam-split, spam-find-spam): Use the new backend code.
23906         (spam-registration-functions): Remove variable.
23907         (spam-unregister-routine): Add convenience wrapper.
23908         (spam-log-undo-registration, spam-register-routine)
23909         (spam-log-processing-to-registry)
23910         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23911         where possible.
23912         (spam-check-gmane-xref, spam-check-regex-headers)
23913         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23914         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23915         (spam-check-bogofilter-headers, spam-check-spamoracle)
23916         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23917         (spam-check-crm114-headers): Use the spam-split-group that
23918         spam-split prepares, no need to determine it every time.
23919
23920         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23921         to the nnheader-parse-naked-head call.
23922
23923         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23924
23925         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23926         the nnheader-nov-read-message-id call.
23927
23928 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23929
23930         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23931         gnus-activate-group twice.  Suggested by Markus Peter
23932         <warp@spin.de>.
23933
23934 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23935
23936         * gnus-art.el (gnus-article-time-format): Exchange the order of
23937         day and month in the default value; fix customization type.
23938         (article-date-ut): Use add-text-properties.
23939         (article-make-date-line): Use message-make-date instead of
23940         current-time-string.
23941
23942         * message.el (message-fetch-field): Don't use set-text-properties.
23943         (message-make-date): Simplify.
23944
23945         * messagexmas.el (message-xmas-make-date): New function.
23946         (message-xmas-redefine): Defalias message-make-date to it.
23947
23948 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23949
23950         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23951         (rfc2047-encode-region): Treat text within parentheses as special;
23952         show the original text when error has occurred.
23953
23954         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23955         already-computed method to gnus-activate-group.
23956
23957         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23958         same select-methods identical Lisp objects.
23959
23960         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23961         object when modifying the info.
23962
23963 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23964
23965         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23966         gnus-opened-servers since it has never been opened with the new
23967         configuration yet.
23968
23969 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23970
23971         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23972         arg to nnheader-generate-fake-message-id.
23973
23974 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23975
23976         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23977         number and build a fake message ID localized to a group and
23978         article number (so it's repeatable from that point on).
23979         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23980         ID format.
23981
23982         * gnus-sum.el (gnus-get-newsgroup-headers):
23983         Call nnheader-generate-fake-message-id with the article number.
23984
23985 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23986
23987         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23988         end-of-buffer.
23989
23990 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23991
23992         * message.el (message-ignored-supersedes-headers): Add Approved.
23993
23994 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23995
23996         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23997         goto-char.
23998         (rfc2047-encode): Fold the line before encoding.
23999
24000 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24001
24002         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24003         folding -- not all headers can be folded, and this should be done
24004         by the message composition mode.  Probably.  I think.
24005
24006 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24007
24008         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24009         fast.
24010
24011         * gnus-ems.el (gnus-remove-image): Don't use
24012         message-text-with-property; remove only the image found first.
24013
24014         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24015         found first.
24016
24017 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24018
24019         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24020
24021 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24022
24023         * message.el (message-text-with-property): Make it fast and accept
24024         optional arguments.
24025         (message-strip-forbidden-properties): Use it.
24026         (message-fix-before-sending): Follow the m-t-w-p change.
24027
24028         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24029
24030 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24031
24032         * gnus-art.el (article-hide-headers): Don't change the buffer
24033         mistakenly when performing mml-preview even if
24034         gnus-single-article-buffer is nil.
24035
24036 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24037
24038         * message.el (message-expand-name-databases): New user option.
24039         (message-expand-name): Use it.
24040
24041 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24042
24043         * spam.el (spam-report-articles-resend)
24044         (spam-report-resend-register-routine): Allow ham reporting.
24045         (spam-report-resend-register-ham-routine): Add wrapper.
24046         (spam-registration-functions): Add ham resending functions.
24047         (spam-list-of-processors): Add ham resend processor.
24048
24049         * gnus.el (ham-resend-to): Add new group parameter.
24050         (spam-process): Add ham resend option.
24051
24052         * spam-report.el (spam-report-resend): Allow reporting ham.
24053         (spam-report-resend-ham): Add wrapper.
24054
24055 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24056
24057         * message.el (message-cite-articles-with-x-no-archive):
24058         New variable.
24059         (message-cite-original): Use it.
24060
24061 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24062
24063         * message.el (message-cite-original): Respect X-No-Archive.
24064
24065 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24066
24067         * gnus-art.el (article-hide-headers): Refer to the values for
24068         gnus-ignored-headers and gnus-visible-headers in the summary
24069         buffer since a user may have set them as group parameters.
24070
24071 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24072
24073         * assistant.el (assistant-node-name): Add convenience function.
24074         (assistant-render-text, assistant-render-node): Add error handling,
24075         plus handle multiple next nodes.
24076         (assistant-find-next-node): Comment out for now.
24077         (assistant-find-next-nodes): Add function, returns list of next
24078         nodes.
24079
24080 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24081
24082         * mail-source.el (mail-source-directory): Fix doc-string.
24083
24084 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24085
24086         * assistant.el (assistant-render-text, assistant-eval): Add :set
24087         widget type, which is different because it takes and returns a
24088         list.  Much hilarity ensues.
24089
24090 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24091
24092         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24093
24094         * gnus-group.el (gnus-group-get-new-news-this-group):
24095         Add doc-string.
24096
24097         * gnus-start.el (gnus-activate-group): Add doc-string.
24098
24099 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24100
24101         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24102
24103 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24104
24105         * assistant.el (assistant-render-text): Try to add a :set
24106         widget, more to come.
24107
24108         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24109         strings.
24110         (spam-report-articles-resend)
24111         (spam-register-routine): Do registration iff any articles warrant
24112         it.
24113         (spam-summary-prepare-exit): Change log message for nil group
24114         destinations.
24115
24116 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24117
24118         * spam.el (spam-report-resend-register-routine):
24119         Allow spam-report-resend-to to be a group parameter or a global value.
24120
24121 2004-05-26  Simon Josefsson  <jas@extundo.com>
24122
24123         * starttls.el: Merge with my GNUTLS based starttls.el.
24124         (starttls-gnutls-program, starttls-use-gnutls)
24125         (starttls-extra-arguments, starttls-process-connection-type)
24126         (starttls-connect, starttls-failure, starttls-success):
24127         New variables.
24128         (starttls-program, starttls-extra-args): Doc fix.
24129         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24130         New functions.
24131         (starttls-negotiate, starttls-open-stream):
24132         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24133         function if it is set.
24134
24135 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24136
24137         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24138         structured fields.
24139
24140 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24141
24142         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24143
24144 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24145
24146         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24147         Add variable.
24148         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24149         assigning the spam-mark to new messages.
24150
24151 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24152
24153         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24154
24155 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24156
24157         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24158
24159         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24160         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24161         default.
24162
24163 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24164
24165         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24166         correct data.
24167
24168 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24169
24170         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24171         (spam-group-processor-p): Fix function.
24172         (spam-group-processor-multiple-p)
24173         (spam-group-spam-processor-report-gmane-p)
24174         (spam-group-spam-processor-report-resend-p)
24175         (spam-group-spam-processor-bogofilter-p)
24176         (spam-group-spam-processor-blacklist-p)
24177         (spam-group-spam-processor-ifile-p)
24178         (spam-group-ham-processor-ifile-p)
24179         (spam-group-spam-processor-spamoracle-p)
24180         (spam-group-spam-processor-crm114-p)
24181         (spam-group-ham-processor-bogofilter-p)
24182         (spam-group-spam-processor-stat-p)
24183         (spam-group-ham-processor-stat-p)
24184         (spam-group-ham-processor-whitelist-p)
24185         (spam-group-ham-processor-BBDB-p)
24186         (spam-group-ham-processor-spamoracle-p)
24187         (spam-group-ham-processor-copy-p): Remove functions with some
24188         prejudice against unneeded code.
24189         (spam-report-articles-resend)
24190         (spam-report-resend-register-routine): Allow the group/topic
24191         spam-resend-to value to override spam-report-resend-to.
24192         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24193         properly now.
24194
24195         * gnus.el (spam-resend-to): Add group/topic parameter.
24196         (spam-process): Move the OBSOLETE processors to the end of the
24197         choices.
24198
24199 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24200
24201         * spam-report.el (spam-report-resend-to, spam-report-resend):
24202         Start with resend-to set to nil, and then ask the user if necessary.
24203         (spam-report-resend): spam-report-resend takes a list of articles, not
24204         separate article numbers.
24205
24206 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24207
24208         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24209         addition to emacs-w3m.
24210
24211 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24212
24213         * assistant.el (assistant-authinfo-data): New function.
24214         (assistant-eval): Eval for entire assistant.
24215
24216         * netrc.el (netrc-services-file): New variable.
24217         (netrc-parse-services): New function.
24218         (netrc-find-service-name): New function.
24219         (netrc-find-service-number): New function.
24220         (netrc-port-equal): New function.
24221         (netrc-machine): Use it.
24222
24223         * nnimap.el (nnimap-open-connection): Use netrc.
24224
24225         * gnus-util.el (gnus-netrc-get): Remove aliases.
24226
24227         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24228
24229         * assistant.el (wid-edit): Fix compilation.
24230
24231         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24232
24233 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24234
24235         * gnus-util.el (gnus-set-file-modes): New function.  (small
24236         patch).
24237
24238 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24239
24240         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24241
24242         * assistant.el (assistant-render-node): Fix up rendering and
24243         read-only text.
24244         (assistant-render-node): Reset.
24245         (assistant-make-read-only): Not sticky.
24246
24247 2004-05-20  Danny Siu  <dsiu@adobe.com>
24248
24249         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24250         centered even when gnus-auto-center-summary is t.
24251
24252 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24253
24254         * dns.el (dns-get-txt-answer): New function.
24255         (dns-read-txt): Ditto.
24256         (query-dns): Use it.
24257
24258 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24259
24260         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24261         active for foreign groups even if the group level is higher than
24262         the specified value.
24263
24264 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24265
24266         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24267         non-active groups.
24268
24269         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24270
24271 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24272
24273         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24274
24275 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24276
24277         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24278         (spam-crm114-header, spam-crm114-spam-switch)
24279         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24280         (spam-crm114-positive-spam-header)
24281         (spam-crm114-database-directory, spam-list-of-processors)
24282         (spam-group-spam-processor-crm114-p)
24283         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24284         (spam-generic-score, spam-list-of-checks)
24285         (spam-list-of-statistical-checks, spam-registration-functions)
24286         (spam-check-crm114-headers, spam-crm114-score)
24287         (spam-check-crm114, spam-crm114-register-with-crm114)
24288         (spam-crm114-register-spam-routine)
24289         (spam-crm114-unregister-spam-routine)
24290         (spam-crm114-register-ham-routine)
24291         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24292
24293 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24294
24295         * gnus.el: Add spam-use-crm114.
24296
24297         * spam.el (spam-list-of-processors, spam-registration-functions):
24298         Add spam-use-resend.
24299         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24300         (spam-report-articles-gmane): Add doc fix.
24301         (spam-report-articles-resend, spam-report-resend-register-routine):
24302         Add wrappers around spam-report-resend-to.
24303
24304         * spam-report.el (spam-report-resend-to, spam-report-resend):
24305         Add support for resending spam.
24306         (spam-report-gmane): Fix line length >80.
24307
24308         * gnus.el (spam-process): Add spam-use-resend.
24309
24310 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24311
24312         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24313         number of processed spam messages.
24314         (spam-ham-copy-or-move-routine): Return the number of processed
24315         ham messages.
24316         (spam-summary-prepare-exit): Use the above values to decide
24317         whether status messages shouled be displayed.
24318
24319 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24320
24321         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24322         `rfc2047-encoding-function-alist' in order to avoid conflicting
24323         with the old version.
24324         (rfc2047-encode-region): Concatenate words containing non-ASCII
24325         characters in structured fields; don't encode space-delimited
24326         ASCII words even in unstructured fields; don't break words at
24327         char-category boundaries.
24328         (rfc2047-encode-1): New function.
24329         (rfc2047-encode): Use it; encode text so that it occupies the
24330         maximum width within 76-column; work correctly on Q encoding for
24331         iso-2022-* charsets.
24332         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24333         sure not to break a line just after the header name.
24334         (rfc2047-b-encode-region): Remove.
24335         (rfc2047-b-encode-string): New function.
24336         (rfc2047-q-encode-region): Remove.
24337         (rfc2047-q-encode-string): New function.
24338
24339         * mm-util.el (mm-replace-in-string): New function.
24340
24341 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24342
24343         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24344         Really get it right.
24345         (gnus-inews-make-draft): Really.
24346
24347 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24348
24349         * nnmh.el (nnmh-request-list-1): Don't check the link count
24350         before descending.  (small patch)
24351
24352 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24353
24354         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24355         stuff.
24356
24357         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24358         Match on real group name.
24359
24360         * gnus-art.el (gnus-signature-limit): Doc fix.
24361
24362         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24363
24364         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24365
24366 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24367
24368         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24369         isn't a string.
24370
24371 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24372
24373         * gnus-draft.el (gnus-draft-send):
24374         Bind rfc2047-encode-encoded-words.
24375
24376         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24377         (rfc2047-encodable-p): Say that =? needs encoding.
24378         (rfc2047-encode-encoded-words): New variable.
24379
24380         * gnus-group.el (gnus-group-select-group): Doc fix.
24381
24382         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24383
24384         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24385         to nil.
24386
24387         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24388
24389         * nnheader.el (nnheader-get-lines-and-char): New function.
24390
24391 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24392
24393         * gnus-msg.el (gnus-summary-followup-with-original):
24394         Document yanking of region when active.
24395
24396 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24397
24398         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24399         groups if the group level is higher than the specified value.
24400
24401 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24402
24403         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24404         (gnus-group-jump-to-group): Add prefix argument using
24405         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24406         non-active group.
24407
24408         * compface.el (uncompface): Be verbose when changing
24409         `uncompface-use-external'.
24410
24411         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24412         handle manual section.
24413
24414 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24415
24416         * gnus-art.el (gnus-button-alist): Revert previous change.
24417
24418 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24419
24420         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24421
24422 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24423
24424         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24425         whether backend can accept message.
24426
24427         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24428
24429 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24430
24431         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24432         Avoid creating directory when nntp-marks-is-evil is true.
24433         Reported by Reiner Steib.
24434
24435 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24436
24437         * gnus-picon.el (gnus-picon-insert-glyph):
24438         Add optional `nostring' argument.
24439
24440 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24441
24442         * gnus-picon.el (gnus-picon-style): New variable.
24443         (gnus-picon-transform-address): Support `gnus-picon-style'.
24444
24445 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24446
24447         * message.el (message-fill-field): Return point.
24448         (message-generate-headers): Go to end of field.
24449
24450         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24451         stuff for non-living groups.
24452
24453 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24454
24455         * gnus-art.el (gnus-article-followup-with-original)
24456         (gnus-article-reply-with-original): gnus-mark-active-p ->
24457         gnus-region-active-p.
24458
24459 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24460
24461         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24462         only when there is spam or ham to be processed.
24463
24464 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24465
24466         * mail-source.el (mail-source-delete-crash-box): Refactor.
24467         (mail-source-fetch): Use it.
24468         (mail-source-fetch-file): Ditto.
24469         (mail-source-fetch-directory): Run postscript in loop.
24470         (mail-source-fetch-pop): Delete.
24471         (mail-source-fetch-maildir): Ditto.
24472         (mail-source-fetch-imap): Ditto.
24473
24474         * imap.el (imap-authenticators): Comment out sasl.
24475
24476         * message.el (message-skip-to-next-address): New function.
24477         (message-fill-header-address): Refactor.
24478         (message-fill-address): Use it.
24479         (message-delete-address): Use it.
24480         (message-fill-header-general): Refactor.
24481         (message-fill-field-address): Rename.
24482         (message-narrow-to-field): Find the start of the header.
24483         (message-header-format-alist): Don't pre-fill.
24484         (message-fill-header): Remove.
24485         (message-insert-header): New function.
24486         (message-shorten-references): Use it.
24487
24488         * rfc2047.el (rfc2047-field-value): Strip props.
24489
24490         * mail-parse.el (mail-header-make-address): New alias.
24491
24492         * ietf-drums.el (ietf-drums-make-address): New function.
24493
24494         * imap.el: Add compiler directives.
24495
24496         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24497
24498         * gnus-art.el (article-decode-idna-rhs): Don't use
24499         message-idna-inside-rhs-p.
24500
24501 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24502
24503         * message.el (message-idna-inside-rhs-p): Remove.
24504         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24505
24506         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24507         false positives.
24508
24509 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24510
24511         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24512
24513 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24514
24515         * nneething.el (nneething-file-name): Don't create spurious
24516         files.
24517
24518         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24519         (gnus-inews-do-gcc): Remove sleep.
24520
24521         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24522         part under point.
24523
24524         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24525         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24526
24527 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24528
24529         * spam.el (spam-summary-prepare-exit): Fix (length).
24530
24531 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24532
24533         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24534         as expired without moving it" message when there are spam
24535         messages left.
24536
24537 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24538
24539         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24540         header is not nil.
24541
24542 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24543
24544         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24545         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24546         (nntp-marks-changed-p): New arg SERVER.
24547         (nntp-request-update-info): Adjust caller.
24548
24549 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24550
24551         * nntp.el (nntp-save-marks): Pass missing arg.
24552
24553 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24554
24555         * nntp.el: Support marks.
24556         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24557         (nntp-marks-modtime, nntp-marks-directory): New variables.
24558         (nntp-request-set-mark, nntp-request-update-info)
24559         (nntp-possibly-create-directory, nntp-marks-changed-p)
24560         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24561         New functions.
24562
24563 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24564
24565         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24566         (gnus-xmas-redefine): Rename.
24567
24568         * gnus-score.el (gnus-score-insert-help):
24569         Use gnus-select-lowest-window.
24570
24571         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24572         appt-select-lowest-window and rename to gnus-select-lowest-window.
24573
24574         * gnus.el: do.
24575
24576 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24577
24578         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24579         encodings of MIME-encoded words, in order to improve
24580         interoperability with several broken MUAs.
24581
24582 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24583
24584         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24585         tags, only when charsets are not specified in headers.
24586         (mm-inline-text-html-render-with-w3m): Ditto.
24587
24588         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24589         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24590
24591 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24592
24593         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24594         instead of MIME-decoded from fields when checking
24595         `gnus-article-address-banner-alist'.
24596
24597 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24598
24599         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24600         description rather than subject.
24601
24602 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24603
24604         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24605
24606 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24607
24608         * gnus.el (gnus-version-number): Bump.
24609
24610 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24611
24612         * gnus.el: No Gnus v0.2 is released.
24613
24614 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24615
24616         * gnus-agent.el (gnus-agent-read-agentview):
24617         Inline gnus-uncompress-range.
24618
24619 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24620
24621         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24622         `exec-installed-p'.
24623
24624 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24625
24626         * gnus.el (spam-process, spam-autodetect-methods):
24627         Add bsfilter and bsfilter-headers.
24628
24629         * spam.el (spam-bsfilter): New customize group.
24630         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24631         (spam-bsfilter-header, spam-bsfilter-probability-header)
24632         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24633         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24634         (spam-bsfilter-database-directory): New options.
24635         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24636         (spam-list-of-statistical-checks, spam-registration-functions):
24637         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24638         (spam-bsfilter-score): New command.
24639         (spam-check-bsfilter-headers, spam-check-bsfilter)
24640         (spam-bsfilter-register-with-bsfilter)
24641         (spam-bsfilter-register-spam-routine)
24642         (spam-bsfilter-unregister-spam-routine)
24643         (spam-bsfilter-register-ham-routine)
24644         (spam-bsfilter-unregister-ham-routine): New functions.
24645         (spam-generic-score): Support bsfilter; Accept an optional argument
24646         to recalcurate spam score even if scoring header has already been
24647         added.
24648         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24649         optional argument to recalcurate spam score even if scoring header
24650         has already been added.
24651
24652 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24653
24654         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24655         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24656         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24657         link is missing.
24658
24659 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24660
24661         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24662         (html2text-get-attr): Rewrite.
24663
24664         * message.el (message-setup-1): Remove redundant put-text-property
24665         on mail-header-separator.
24666
24667 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24668
24669         * gnus-registry.el (gnus-registry-cache-whitespace)
24670         (gnus-registry-action, gnus-registry-spool-action)
24671         (gnus-registry-split-fancy-with-parent): Change message levels
24672         from 5 to 3 or 7, as needed.
24673
24674         * spam.el (spam-summary-prepare-exit)
24675         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24676         (spam-split, spam-find-spam, spam-log-undo-registration)
24677         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24678         level from 5 to 6.
24679
24680 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24681
24682         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24683         2004-03-04 change).
24684
24685 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24686
24687         * sieve-manage.el (sieve-manage-open):
24688         * nnweb.el (nnweb-insert-html):
24689         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24690         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24691         * nnspool.el (nnspool-request-group):
24692         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24693         * nnml.el (nnml-request-update-info):
24694         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24695         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24696         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24697         (nnimap-request-set-mark):
24698         * nnfolder.el (nnfolder-request-update-info):
24699         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24700         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24701         * gnus-uu.el (gnus-uu-find-articles-matching):
24702         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24703         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24704         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24705         * gnus-nocem.el (gnus-nocem-scan-groups):
24706         * gnus-int.el (gnus-start-news-server):
24707         * gnus-group.el (gnus-group-make-kiboze-group)
24708         (gnus-group-browse-foreign-server):
24709         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24710         Use mapc when appropriate.
24711
24712 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24713             Adam Sjøgren  <asjo@koldfront.dk>
24714             Wes Hardaker  <wes@hardakers.net>
24715             Michael Shields  <shields@msrl.com>
24716
24717         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24718         may need for spam sorting and scoring.
24719         (spam-user-format-function-S): Add user format function suitable for
24720         general use.
24721         (spam-article-sort-by-spam-status): Add sorting function for summary
24722         sorting.
24723         (spam-extra-header-to-number): Add function to get a score from a
24724         header.
24725         (spam-summary-score): Add function to get a numeric score from the
24726         headers.
24727         (spam-generic-score): Fix function doc, was in wrong place.
24728         (spam-initialize): Take symbols when it's run, and install the
24729         extra headers that spam-necessary-extra-headers thinks we need.
24730
24731 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24732
24733         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24734         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24735
24736 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24737
24738         * gnus-sum.el (gnus-set-global-variables)
24739         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24740         (gnus-article-get-xrefs, gnus-summary-best-group)
24741         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24742         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24743         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24744         Use with-current-buffer.
24745
24746 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24747
24748         * spam.el (spam-summary-prepare-exit): Simplify logic.
24749         (spam-fetch-article-header): Read the article header if it's not
24750         available.
24751         (spam-list-articles): Simplify logic.
24752         (spam-filelist-register-routine): Fix bug with unregister-list.
24753
24754         * gnus-registry.el: Fix comments at beginning.
24755
24756 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24757
24758         * message.el (message-cater-to-broken-inn): Remove.
24759         (message-shorten-references): Make sure the total folded length of
24760         References is shorter than 998 characters to cater to a bug in INN
24761         2.3.  Also, don't pretend that references aren't folded -- this
24762         hasn't worked for a while.
24763
24764 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24765
24766         * gnus-agent.el (gnus-agentize):
24767         gnus-agent-send-mail-real-function no longer set to current value
24768         of message-send-mail-function but rather a lambda that calls
24769         message-send-mail-function.  The change makes the agent real-time
24770         responsive to user changes to message-send-mail-function.
24771
24772 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24773
24774         * legacy-gnus-agent.el
24775         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24776         help from Florian Weimer <fw@deneb.enyo.de>
24777
24778 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24779
24780         * nnmail.el (nnmail-cache-insert): Revert last change.
24781
24782 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24783
24784         * nnmail.el (nnmail-cache-insert): Always check whether
24785         nnmail-cache-ignore-groups matches a group name.
24786
24787 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24788
24789         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24790         (spam-find-spam, spam-log-processing-to-registry)
24791         (spam-log-registered-p, spam-log-unregistration-needed-p)
24792         (spam-log-undo-registration): Use gnus-message instead of
24793         gnus-error, none of these errors are fatal.
24794
24795         * gnus-registry.el (gnus-registry-clean-empty-function)
24796         (gnus-registry-clean-empty): Remove only empty entries without
24797         extra data.
24798
24799 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24800
24801         * spam-stat.el (spam-stat-buffer-change-to-spam)
24802         (spam-stat-buffer-change-to-non-spam): Change (error) to
24803         (gnus-message 8) invocation.
24804
24805 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24806
24807         * nntp.el (nntp-via-netcat-command): New variable.
24808         (nntp-via-netcat-switches): New variable.
24809         (nntp-open-via-rlogin-and-netcat): New function.
24810         (nntp-open-connection-function): Doc fix.
24811         (nntp-telnet-command): Doc fix.
24812         (nntp-end-of-line): Doc fix.
24813         (nntp-via-rlogin-command): Doc fix.
24814         (nntp-via-user-name): Doc fix.
24815         (nntp-via-address): Doc fix.
24816
24817 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24818
24819         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24820         error in Emacs 21.1.
24821
24822 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24823
24824         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24825
24826 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24827
24828         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24829         (gnus-agent-with-refreshed-group): New macro.
24830         (gnus-agent-rename-group): New function.
24831         (gnus-agent-delete-group): New function.
24832         (gnus-agent-save-group-info): Use gnus-command-method when
24833         `method' parameter is nil.  Don't write nil entries into the
24834         active file.
24835         (gnus-agent-get-group-info): New function.
24836         (gnus-agent-fetch-articles):
24837         Use gnus-agent-update-files-total-fetched-for to increment disk space
24838         used.
24839         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24840         Use gnus-agent-update-view-total-fetched-for to increment disk space
24841         used.
24842         (gnus-agent-get-local): Add optional parameters to avoid calling
24843         gnus-group-real-name and gnus-find-method-for-group.
24844         (gnus-agent-set-local): Delete stored entry if either min, or max,
24845         are nil.
24846         (gnus-agent-fetch-session): Reworded error/quit messages.
24847         On quit, use gnus-agent-regenerate-group to record existance of any
24848         articles fetched to disk before the quit occurred.
24849         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24850         gnus-agent-update-view-total-fetched-for, and
24851         gnus-agent-update-files-total-fetched-for to decrement disk space
24852         used.
24853         (gnus-agent-retrieve-headers):
24854         Use gnus-agent-update-view-total-fetched-for to increment disk space
24855         used.
24856         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24857         with gnus-agent-update-files-total-fetched-for to decrement disk
24858         space and fresh group buffer.
24859         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24860         (gnus-agent-need-update-total-fetched-for): New variable.
24861         (gnus-agent-update-files-total-fetched-for): New function.
24862         (gnus-agent-update-view-total-fetched-for): New function.
24863         (gnus-agent-total-fetched-for): New function.
24864
24865         * gnus-cache.el (gnus-cache-save-buffers):
24866         Use gnus-cache-update-overview-total-fetched-for to change disk space
24867         used by this group.
24868         (gnus-cache-possibly-enter-article):
24869         Use gnus-cache-update-file-total-fetched-for to increment disk space
24870         used by this group.
24871         (gnus-cache-possibly-remove-article):
24872         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24873         used by this group.
24874         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24875         (gnus-cache-rename-group): New function.
24876         (gnus-cache-delete-group): New function.
24877         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24878         (gnus-cache-need-update-total-fetched-for): New variable.
24879         (gnus-cache-with-refreshed-group): New macro.
24880         (gnus-cache-update-file-total-fetched-for): New function.
24881         (gnus-cache-update-overview-total-fetched-for): New function.
24882         (gnus-cache-rename-group-total-fetched-for): New function.
24883         (gnus-cache-delete-group-total-fetched-for): New function.
24884         (gnus-cache-total-fetched-for): New function.
24885
24886         * gnus-group.el: Require gnus-sum and autoload functions to
24887         resolve warnings when gnus-group.el compiled alone.
24888         (gnus-group-line-format): Documented new %F.
24889         (size of Fetched data) group line format; identifies disk space
24890         used by agent and cache.
24891         (gnus-group-line-format-alist): Defined new F format.
24892         (gnus-total-fetched-for): New function.
24893         (gnus-group-delete-group): No longer update
24894         gnus-cache-active-altered as gnus-request-delete-group now keeps
24895         the cache in sync.
24896         (gnus-group-list-active): Let the agent store a server's active
24897         list if currently plugged.
24898
24899         * gnus-int.el (gnus-request-delete-group):
24900         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24901         local disk in sync with the server.
24902         (gnus-request-rename-group):
24903         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24904         local disk in sync with the server.
24905
24906         * gnus-start.el (gnus-get-unread-articles):
24907         Cosmetic simplification to logic.
24908
24909         * gnus-util.el (gnus-rename-file): New function.
24910
24911 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24912
24913         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24914
24915 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24916
24917         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24918         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24919
24920 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24921
24922         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24923         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24924
24925 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24926
24927         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24928
24929 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24930
24931         * spam.el (spam-set-difference): Add function to replace
24932         gnus-set-difference in spam.el.
24933         (spam-summary-prepare-exit): Use spam-set-difference.
24934
24935 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24936
24937         * gnus-registry.el (gnus-registry-cache-file): Update to use
24938         gnus-dribble-directory OR gnus-home-directory OR ~.
24939         (gnus-registry-split-fancy-with-parent): Fix doc.
24940
24941 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24942
24943         * message.el (message-exchange-point-and-mark):
24944         Use message-mark-active-p.  Suggested by Jesper Harder
24945         <harder@ifa.au.dk>.
24946
24947 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24948
24949         * message.el (message-exchange-point-and-mark): Don't activate
24950         region if it was inactive.  Suggested by Hiroshi Fujishima
24951         <pooh@nature.tsukuba.ac.jp>.
24952
24953 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24954
24955         * gnus-art.el (article-display-face): Display Faces in the same
24956         order as X-Faces.
24957
24958 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24959
24960         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24961
24962 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24963
24964         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24965         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24966         (gnus-article-mime-hierarchy): Remove.
24967         (gnus-article-mime-hierarchy-next): Remove.
24968         (gnus-article-mode): Revert 2004-03-19 change.
24969         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24970         (gnus-insert-mime-button): Revert 2004-03-19 change.
24971         (gnus-mime-accumulate-hierarchy): Remove.
24972         (gnus-mime-enter-multipart): Remove.
24973         (gnus-mime-leave-multipart): Remove.
24974         (gnus-mime-display-part): Revert 2004-03-19 change.
24975         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24976
24977         * mml.el (mml-preview): Revert 2004-03-19 change.
24978
24979 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24980
24981         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24982
24983 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24984
24985         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24986         t while entering a file name using the mm-with-multibyte macro.
24987         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24988
24989         * mm-util.el (mm-with-multibyte): New macro.
24990
24991 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24992
24993         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24994         New user option.
24995         (gnus-mime-multipart-functions): Doc and customization fix.
24996         (gnus-article-mime-hierarchy): New variable.
24997         (gnus-article-mime-hierarchy-next): New variable.
24998         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24999         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25000         gnus-article-mime-hierarchy-next to nil.
25001         (gnus-insert-mime-button): Show hierarchy numbers.
25002         (gnus-mime-accumulate-hierarchy): New function.
25003         (gnus-mime-enter-multipart): New function.
25004         (gnus-mime-leave-multipart): New function.
25005         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25006         (gnus-mime-display-alternative): Show hierarchy numbers.
25007
25008         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25009         gnus-article-mime-hierarchy-next to nil.
25010
25011 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25012
25013         * dns.el: Don't require gnus-xmas.
25014
25015 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25016
25017         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25018         inline PGP.
25019         (mml-menu): Disable mml-quote-region if mark is inactive.
25020
25021 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25022
25023         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25024         when the group's active is not available.
25025
25026 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25027
25028         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25029         error.
25030
25031 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25032
25033         * imap.el (imap-store-password): New variable.
25034         (imap-interactive-login): Use it.
25035         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25036
25037 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25038
25039         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25040         window-start and hscroll to summary window.
25041
25042 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25043
25044         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25045         conversion message to newsrc-dribble when an actual conversion is
25046         performed.
25047
25048 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25049
25050         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25051
25052 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25053
25054         * mm-decode.el (mm-complicated-handles): New function reviving
25055         former definition of mm-multiple-handles.
25056
25057         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25058         (gnus-mime-delete-part): Use it.
25059
25060 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25061
25062         * gnus-agent.el (gnus-agent-read-local):
25063         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25064         avoid the implicit assumption that they will always be equal.
25065         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25066         coding-system-for-write, as the with-temp-file macro first prints
25067         to a buffer then saves the buffer.
25068
25069 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25070
25071         * gnus-art.el (gnus-article-edit-part): New function.
25072         (gnus-mime-save-part-and-strip): Use it; do query instead of
25073         signaling an error; don't use mm-multiple-handles.
25074         (gnus-mime-delete-part): Ditto.
25075
25076 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25077
25078         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25079         old file versions.
25080         (gnus-group-prepare-hook): Remove function that converted list
25081         form of gnus-agent-expire-days to group properties.
25082
25083         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25084         (gnus-request-accept-article): Re-indented.
25085
25086         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25087         converters to handle old agent file formats.  Add logic for a
25088         "backup before upgrading warning".
25089         (gnus-convert-mark-converter-prompt): Developers can mark
25090         functions as needing (default), or not needing,
25091         gnus-convert-old-newsrc's "backup before upgrading warning".
25092         (gnus-convert-converter-needs-prompt): Tests whether the user
25093         should be protected from potentially irreversable changes by the
25094         function.
25095
25096         * legacy-gnus-agent.el: New.  Provides converters that are only
25097         loaded when gnus-convert-old-newsrc needs to call them.
25098
25099 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25100
25101         * mail-source.el (mail-source-touch-pop): Doc fix.
25102
25103         * message.el (message-smtpmail-send-it): Doc fix.
25104
25105 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25106
25107         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25108
25109         * nnmail.el (nnmail-split-fancy): do.
25110
25111         * gnus-kill.el (gnus-kill, gnus-execute): do.
25112
25113 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25114
25115         * gnus-sum.el (gnus-widget-reversible-match)
25116         (gnus-widget-reversible-to-internal)
25117         (gnus-widget-reversible-to-external): New functions.
25118         (gnus-widget-reversible): New widget.
25119         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25120
25121 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25122
25123         * gnus-sum.el (gnus-thread-sort-functions)
25124         (gnus-article-sort-functions): Document `(not F)' items.
25125
25126 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25127
25128         * spam.el (spam-use-gmane-xref): Add new backend.
25129         (spam-gmane-xref-spam-group): Add variable to control the name of the
25130         Gmane spam group.
25131         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25132         (spam-regex-headers-spam, spam-regex-headers-ham)
25133         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25134         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25135         backends and checks.
25136         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25137
25138         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25139         an autodetect method.
25140
25141 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25142
25143         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25144         articles are being added to a group.
25145         (gnus-request-replace-article): Inform the agent that articles
25146         need to be uncached as the cached contents are no longer valid.
25147
25148 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25149
25150         * binhex.el: Don't autoload executable-find.
25151
25152         * canlock.el: Don't autoload mail-fetch-field.
25153
25154         * dgnushack.el: Autoload c-mode for XEmacs.
25155
25156         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25157
25158         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25159         rmail-dont-reply-to and rmail-output.
25160
25161         * gnus-score.el: Don't autoload ffap-string-at-point.
25162
25163         * gnus-setup.el: Don't autoload sc-cite-original.
25164
25165         * imap.el: Don't autoload base64-decode-string,
25166         base64-encode-string and md5.
25167
25168         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25169         and rmail-msg-restore-non-pruned-header.
25170
25171         * mm-decode.el: Don't autoload executable-find.
25172
25173         * mm-url.el: Don't autoload executable-find.
25174
25175         * mm-view.el: Don't autoload diff-mode.
25176
25177         * nndb.el: Don't autoload news-reply-mode, news-setup,
25178         cancel-timer and telnet.
25179
25180         * password.el: Don't autoload run-at-time for Emacs.
25181
25182         * sha1-el.el: Don't autoload executable-find.
25183
25184         * sieve-mode.el: Don't autoload c-mode.
25185
25186         * uudecode.el: Don't autoload executable-find.
25187
25188 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25189
25190         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25191         (gnus-agent-possibly-alter-active): Avoid null in numeric
25192         comparison.
25193         (gnus-agent-set-local): Refuse to save null in local object table.
25194         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25195         list of articles that will be marked as unread.
25196
25197 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25198
25199         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25200
25201 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25202
25203         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25204         language tags.
25205
25206 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25207
25208         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25209         Don't bind "obarray".
25210
25211         * gnus-sum.el (gnus-thread-sort-functions):
25212         Add `gnus-thread-sort-by-most-recent-number' and
25213         `gnus-thread-sort-by-most-recent-date'.
25214         Reported by Kai Grossjohann <kai@emptydomain.de>.
25215
25216 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25217
25218         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25219
25220 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25221
25222         * gnus-cus.el (gnus-agent-customize-category):
25223         Remove ignore-errors macro reference that required cl to be loaded at
25224         run-time.
25225
25226         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25227         single-interval range of the form (min . max).  Previously the
25228         range had to look like ((min . max)).  Likewise, return
25229         (min . max) rather than ((min . max)).
25230         (gnus-range-map): Use gnus-range-normalize to accept
25231         single-interval range.
25232
25233         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25234         the cache, but not the agent, now appear with their usual face.
25235
25236         * dgnushack.el (loaddir): New variable that is bound to the
25237         directory containing the dgnushack.el file. Use loaddir, rather
25238         than srcdir, to update load-path. Change lets dgnushack compile
25239         code in directories other than GNUS/lisp.
25240
25241 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25242
25243         * lpath.el: Don't bind w3m-safe-url-regexp.
25244
25245         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25246         w3m-safe-url-regexp variable buffer-local.
25247
25248         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25249
25250 2004-02-27  Simon Josefsson  <jas@extundo.com>
25251
25252         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25253         gnus-group-real-prefix.
25254         (gnus-summary-move-article): Use it, instead of
25255         gnus-group-real-prefix.
25256
25257 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25258
25259         * lpath.el: Bind w3m-safe-url-regexp.
25260
25261         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25262         w3m-safe-url-regexp variable buffer-local and set it as the value
25263         of mm-w3m-safe-url-regexp.
25264
25265         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25266
25267         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25268         parsing gnus-posting-styles when the message is not for replying.
25269
25270         * dgnushack.el: Autoload sgml-mode for XEmacs.
25271
25272         * nnrss.el (nnrss-opml-export):
25273         Use mm-set-buffer-file-coding-system instead of
25274         set-buffer-file-coding-system.
25275
25276 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25277
25278         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25279         of checkdoc.el).
25280         * nnrss.el: do.
25281         * gnus-mlspl.el: do.
25282         * gnus-ml.el: do.
25283         * gnus-srvr.el: do.
25284
25285         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25286
25287 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25288
25289         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25290         Corrections to custom-manual links.
25291
25292         * gnus-art.el (gnus-article): Ditto.
25293
25294         * mm-decode.el (mime-display, mime-security): Ditto.
25295
25296 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25297
25298         * flow-fill.el: Typo.
25299
25300 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25301
25302         * spam-wash.el: New file.
25303
25304 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25305
25306         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25307
25308 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25309
25310         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25311         to be run with new-articles as LIST1, not LIST2.
25312         (spam-registration-functions): Add spam-use-ham-copy as a nil
25313         registration backend.
25314
25315 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25316
25317         * spam-stat.el (spam-stat-washing-hook): New option.
25318         (spam-stat-buffer-words): Use it.
25319         (spam-stat-process-directory, spam-stat-test-directory):
25320         Use insert-file-contents-literally.
25321         (spam-stat-coding-system): New variable.
25322         (spam-stat-load, spam-stat-save): Use it.
25323
25324 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25325
25326         * spam-report.el (spam-report-plug-agent):
25327         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25328
25329 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25330
25331         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25332         Allow / in mailto URLs.
25333
25334 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25335
25336         * spam-report.el (spam-report-process-queue): Fix interactive use.
25337         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25338         (spam-report-unplug-agent): Doc fixes.
25339         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25340         (spam-report-agentize, spam-report-deagentize): Autoload.
25341
25342 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25343
25344         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25345
25346         * message.el (message-setup-fill-variables): Add mml tags to
25347         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25348         <ajk@iu.edu>.
25349         (message-mode): Don't modify paragraph-separate there.
25350
25351 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25352
25353         * compface.el (uncompface-use-external): Default to undecided.
25354         (uncompface-use-external-threshold): New variable.
25355         (uncompface-float-time): New macro.
25356         (uncompface): Determine whether to use the external decoder if
25357         uncompface-use-external is undecided.
25358
25359 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25360
25361         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25362         after images.
25363
25364         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25365
25366 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25367
25368         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25369
25370         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25371
25372         * gnus-sum.el (gnus-summary-limit-to-age)
25373         (gnus-summary-limit-children): do.
25374
25375         * gnus-int.el (gnus-request-scan): do.
25376
25377         * gnus-group.el (gnus-group-suspend): do.
25378
25379         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25380
25381         * gnus-cite.el (gnus-cite-parse-attributions): do.
25382
25383         * gnus-agent.el (gnus-summary-set-agent-mark)
25384         (gnus-agent-regenerate-group): do.
25385
25386         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25387
25388         * binhex.el (binhex-decode-region-internal): do.
25389
25390 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25391
25392         * gnus-fun.el (gnus-face-properties-alist): New user option.
25393         (gnus-display-x-face-in-from): Use it.
25394
25395         * gnus-art.el (article-display-face): Ditto.
25396
25397         * compface.el (uncompface-use-external): Default to nil.
25398
25399 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25400
25401         * nntp.el (nntp-erase-buffer): New function.
25402         (nntp-retrieve-data, nntp-send-command)
25403         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25404         (nntp-possibly-change-group): Use it.
25405
25406         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25407         Use with-current-buffer.
25408
25409 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25410
25411         * compface.el: Merge the ELisp-based uncompface program.
25412         (compface): New customization group.
25413         (uncompface-use-external): New user option.
25414         (uncompface): Call uncompface-internal if uncompface-use-external
25415         is nil.
25416         (uncompface-internal): New function.  Note that there are also
25417         some other functions and variables added for this function.
25418
25419 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25420
25421         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25422         if necessary.
25423
25424 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25425
25426         * spam-report.el (spam-report-unplug-agent)
25427         (spam-report-plug-agent, spam-report-deagentize)
25428         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25429         Add support for the Agent in spam-report: when unplugged, report to a
25430         file; when plugged, submit all the requests.
25431
25432         * spam.el (spam-register-routine): Fix message about
25433         registration.
25434
25435 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25436
25437         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25438         dependencies.
25439         (rfc2047-encode): Use it.
25440
25441         * gnus-art.el (gnus-button-marker-list): Move before first
25442         reference.
25443
25444         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25445         (imap-parse-body): Fix format string mismatch.
25446
25447         * gnus-score.el (gnus-summary-increase-score): do.
25448
25449         * nnrss.el (nnrss-close): New function.
25450
25451 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25452
25453         * nnrss.el (nnrss-make-filename): New function.
25454         (nnrss-request-delete-group, nnrss-read-server-data)
25455         (nnrss-save-server-data, nnrss-read-group-data)
25456         (nnrss-save-group-data): Use it.
25457         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25458         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25459         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25460
25461 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25462
25463         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25464
25465 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25466
25467         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25468         files.
25469
25470         * message.el (message-generate-headers-first): Don't quote nil
25471         and t in docstrings.
25472
25473         * imap.el (imap-id): do.
25474
25475         * gnus-agent.el (gnus-agent-consider-all-articles)
25476         (gnus-agent-queue-mail): do.
25477
25478 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25479
25480         * spam-report.el (spam-report-process-queue): New function.
25481         Process requests from `spam-report-requests-file'.
25482         (spam-report-process-queue): Doc fix.
25483
25484 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25485
25486         * spam.el (spam-register-routine)
25487         (spam-log-processing-to-registry, spam-log-registered-p)
25488         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25489         Change "check" to "spam-check" for semi-clarity.
25490
25491 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25492
25493         * pop3.el: Require nnheader.
25494
25495         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25496
25497         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25498
25499         * gnus-picon.el: Require cl.
25500
25501         * gnus-fun.el: Require gnus-ems and gnus-util.
25502
25503         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25504
25505         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25506
25507         * gnus-art.el (gnus-article-edit-mode): Define before first
25508         reference.
25509
25510 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25511
25512         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25513         (gnus-uu-post-encoded): Use point-at-bol.
25514
25515         * gnus-topic.el (gnus-group-active-topic-p): do.
25516
25517         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25518
25519         * gnus-group.el (gnus-group-kill-region): do.
25520
25521         * gnus-art.el (article-date-ut): do.
25522
25523         * message.el (message-fetch-field): Remove redundant
25524         case-fold-search binding.
25525         (message-narrow-to-field): Simplify.
25526
25527 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25528
25529         * spam.el (spam-directory): Derive from `gnus-directory'.
25530
25531         * spam-report.el (spam-report-url-to-file)
25532         (spam-report-requests-file): New function and variable for offline
25533         reporting.
25534         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25535         and user defined function.
25536         (spam-report-url-ping-mm-url): Remove doubled slash.
25537
25538 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25539
25540         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25541
25542 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25543
25544         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25545         Fix format string mismatch.
25546
25547         * sieve.el (sieve-deactivate-all): do.
25548
25549         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25550
25551         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25552
25553         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25554
25555         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25556
25557 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25558
25559         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25560         the list of checks.
25561
25562 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25563
25564         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25565         padding.
25566
25567 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25568
25569         * mm-view.el (mm-fill-flowed): New variable.
25570         (mm-inline-text): Use it.
25571
25572 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25573
25574         * spam.el (spam-spamassassin-register-ham-routine)
25575         (spam-spamassassin-register-spam-routine): Fix function names.
25576
25577 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25578
25579         * gnus.el (gnus-tmp-grouplens): Remove.
25580         (gnus-summary-line-format): Remove grouplens.
25581
25582         * gnus-group.el (gnus-group-line-format): Ditto.
25583
25584         * gnus-spec.el (gnus-format-specs): Ditto.
25585         (gnus-update-format-specifications): Flush the group format spec
25586         cache if there's the grouplens stuff.
25587         (gnus-parse-simple-format): Replace %l with the empty string.
25588
25589 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25590
25591         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25592         omission.
25593
25594 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25595
25596         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25597         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25598
25599 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25600
25601         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25602         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25603         New macros and functions.
25604         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25605         Handle > NLINK_MAX messages.
25606         * nnmaildir.el (nnmaildir-request-set-mark):
25607         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25608
25609 2004-01-25  Alex Schroeder  <alex@gnu.org>
25610
25611         * spam-stat.el (spam-stat-process-directory-age): New option.
25612         (spam-stat-process-directory): Use it.
25613
25614 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25615
25616         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25617         (spam-stat-save): Accept prefix argument.
25618
25619 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25620
25621         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25622         links" error.
25623
25624 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25625
25626         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25627         the rest of the and/or forms.
25628
25629 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25630
25631         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25632         compatibility with old .newsrc.eld files.
25633
25634         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25635
25636         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25637
25638         * gnus-start.el (gnus-1): do.
25639
25640         * gnus-group.el (gnus-group-line-format-alist): do.
25641
25642         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25643
25644         * gnus-gl.el: Remove.
25645
25646 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25647
25648         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25649         marks consisting of a single range {for example, (3 . 5)} rather
25650         than a list of a single range { ((3 . 5)) }.
25651
25652 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25653
25654         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25655         Use with-current-buffer.
25656         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25657         avoid consing a string.
25658
25659         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25660         Remove obsolete entries for big5 and gb2312.
25661
25662 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25663
25664         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25665         uncompressed list.
25666
25667 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25668
25669         * spam-stat.el (spam-stat-strip-xref): New function.
25670         (spam-stat-process-directory): Use it.
25671
25672         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25673         here -- it's done in message-fetch-field.
25674
25675 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25676
25677         * gnus-agent.el (gnus-agent-queue-mail)
25678         (gnus-agent-prompt-send-queue): New variables.
25679         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25680         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25681         "nndraft:queue" along to gnus-draft-send.
25682         Use gnus-agent-prompt-send-queue.
25683         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25684         is "nndraft:queue".  Suggested by Gaute Strokkenes
25685         <gs234@srcf.ucam.org>
25686
25687         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25688         (agent-enable-undownloaded-faces): Add.
25689         (gnus-agent-cat-groups): Use eval-and-compile, not
25690         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25691         method of gnus-agent-cat-groups even when the buffer has been
25692         evaled.
25693         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25694         delete gnus-agent-save-active-1.
25695         (gnus-agent-save-groups): Delete.  Identical to
25696         gnus-agent-save-active.
25697         (gnus-agent-write-active): No longer adjust agent's copy of active
25698         file as agent's adjustments are now stored in their own
25699         file.  Remove optional parameter.
25700         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25701         servers.  Add use of min/max range limits from server's local
25702         file.
25703         (gnus-agent-save-alist): Remove unused optional argument.
25704         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25705         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25706         (gnus-agent-set-local): A per-server file that keeps min/max range
25707         limits for articles known to the agent.  Provides a fast mechanism
25708         for altering many active ranges.
25709         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25710         active file (local makes it unnecessary).
25711         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25712
25713         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25714         (agent-enable-undownloaded-faces): Add.
25715
25716         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25717         disable it when sending to "nndraft:queue".
25718         (gnus-group-send-queue): Add safety check to avoid sending queue
25719         when unplugged.
25720
25721         * gnus-group.el (gnus-group-catchup): Use new
25722         gnus-sequence-of-unread-articles, not
25723         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25724         numbers of articles.  Use gnus-range-map to avoid having to
25725         uncompress the unread list.
25726         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25727         Fix invalid ange-ftp reference.
25728
25729         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25730         (gnus-sorted-range-intersection): Intersection of two ranges
25731         without requiring that they first be uncompressed.
25732
25733         * gnus-start.el (gnus-activate-group): Unless blocked by the
25734         caller, possibly expand the active range to include both cached
25735         and agentized articles.
25736         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25737         multiple version-dependent converters.
25738         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25739         gnus-agent-save-active.
25740         (gnus-save-newsrc-file): Save dirty agent range limits.
25741
25742         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25743         gnus-agent-possibly-alter-active.
25744         (gnus-adjust-marked-articles): Faster handling of simple lists.
25745
25746 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25747
25748         * spam-stat.el (spam-stat-test-directory): New optional argument
25749         displays a list of files detected.  Suggested by Andrew Cohen
25750         <cohen@andy.bu.edu>.
25751         (spam-stat-buffer-words-with-scores): Don't narrow and change
25752         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25753
25754 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25755
25756         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25757         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25758         (spam-spamassassin-arguments)
25759         (spam-spamassassin-spam-flag-header)
25760         (spam-spamassassin-positive-spam-flag-header)
25761         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25762         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25763         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25764         (spam-list-of-processors, spam-list-of-checks)
25765         (spam-list-of-statistical-checks, spam-registration-functions)
25766         (spam-check-spamassassin-headers, spam-check-spamassassin)
25767         (spam-spamassassin-score)
25768         (spam-spamassassin-register-with-sa-learn)
25769         (spam-spamassassin-register-spam-routine)
25770         (spam-spamassassin-register-ham-routine)
25771         (spam-assassin-register-spam-routine)
25772         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25773         (spam-bogofilter-score): Fix to show article before scoring.
25774
25775 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25776
25777         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25778         default scoring function.
25779         (spam-generic-score): Call spam-spamassassin-score if
25780         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25781         spam-bogofilter-score otherwise.
25782
25783         * gnus.el (spam-process, spam-autodetect-methods):
25784         Add spamassassin and spamassassin-headers.
25785
25786 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25787
25788         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25789         Suppress unnecessary messages.
25790
25791 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25792
25793         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25794         make-hash-table.
25795
25796 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25797
25798         * canlock.el (base64-encode-string): Don't autoload it.
25799
25800 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25801
25802         * run-at-time.el: Remove useless (require 'itimer),
25803         eval-and-compile and (featurep 'xemacs).
25804
25805 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25806
25807         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25808         GROUP is a virtual group.
25809
25810 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25811
25812         * gnus.el: Autoload `message-y-or-n-p'.
25813
25814 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25815
25816         * pgg-parse.el: Remove unnecessary (require 'custom).
25817
25818         * pgg-def.el: do.
25819
25820         * nnmail.el: do.
25821
25822         * gnus-undo.el: do.
25823
25824         * gnus-picon.el: do.
25825
25826         * gnus-util.el: do.
25827
25828 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25829
25830         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25831
25832 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25833
25834         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25835         handle, as well as a list.
25836
25837         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25838         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25839         (mm-w3m-cid-retrieve): Simplify.
25840
25841 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25842
25843         * message.el (message-kill-to-signature): Allow prefix arg to
25844         specify number of lines to keep before signature.
25845
25846 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25847
25848         * message.el (message-kill-to-signature): Change docstring.
25849
25850 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25851
25852         * canlock.el: Always require sha1-el.
25853         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25854
25855         * message.el: Autoload sha1 only when compiling.
25856
25857         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25858         eudc-expand-inline for XEmacs.
25859
25860 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25861
25862         * message.el (message-canlock-generate): Require sha1-el.
25863
25864 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25865
25866         * message.el (message-expand-name): Silence the byte compiler.
25867
25868         * lpath.el: Add detect-coding-system.
25869
25870         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25871         cus-edit.
25872
25873 2004-01-13  Simon Josefsson  <jas@extundo.com>
25874
25875         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25876         Invoke gnus-score-mode.
25877         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25878
25879         * gnus-range.el (gnus-compress-sequence): Doc fix.
25880         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25881
25882 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25883
25884         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25885
25886 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25887
25888         * spam.el (spam-get-article-as-string): Update to use
25889         gnus-request-article-this-buffer, much simpler.
25890         (spam-get-article-as-buffer): Remove.
25891
25892 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25893
25894         * message.el (message-expand-name): Use EUDC if the user uses that.
25895
25896 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25897
25898         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25899         character for the encoding to avoid consing a string.
25900
25901         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25902         unnecessarily.
25903
25904         * mm-util.el (mm-replace-chars-in-string): Remove.
25905
25906         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25907         of mm-replace-chars-in-string.
25908
25909 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25910
25911         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25912
25913         * mm-util.el (mm-subst-char-in-string): Support inplace.
25914
25915         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25916         a new string in every iteration.  Use shy groups.
25917
25918 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25919
25920         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25921         * gnus-soup.el (gnus-soup-group-brew):
25922         * gnus-msg.el (gnus-put-message):
25923         * gnus-move.el (gnus-group-move-group-to-server):
25924         * gnus-kill.el (gnus-batch-score):
25925         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25926         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25927         (gnus-group-update-group, gnus-group-read-group)
25928         (gnus-group-make-group, gnus-group-make-help-group)
25929         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25930         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25931         (gnus-group-sort-by-unread, gnus-group-catchup)
25932         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25933         (gnus-group-yank-group, gnus-group-set-info)
25934         (gnus-group-list-groups):
25935         * gnus.el (gnus-generate-new-group-name):
25936         * gnus-delay.el (gnus-delay-send-queue):
25937         * nnvirtual.el (nnvirtual-catchup-group):
25938         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25939         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25940         (gnus-group-prepare-topics, gnus-topic-check-topology):
25941         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25942         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25943         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25944         (gnus-group-make-articles-read):
25945         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25946         (gnus-group-change-level, gnus-kill-newsgroup)
25947         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25948         (gnus-get-unread-articles, gnus-make-articles-unread)
25949         (gnus-make-ascending-articles-unread): Use accessor
25950         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25951         to get group information for improved readability.
25952
25953
25954 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25955
25956         * gnus-art.el (article-decode-mime-words, article-babel)
25957         (gnus-article-highlight-signature, gnus-article-add-buttons)
25958         (gnus-signature-toggle): Use gnus-with-article-buffer.
25959
25960         * gnus-art.el (gnus-article-highlight-headers)
25961         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25962
25963         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25964         (gnus-article-set-globals, gnus-request-article-this-buffer)
25965         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25966         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25967         (gnus-mime-display-alternative): Use with-current-buffer.
25968
25969 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25970
25971         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25972         also under 80 char limit, and call gnus-error if needed.
25973         (spam-fetch-article-header): Fix - it was a
25974         buffer-local variable (gnus-newsgroup-data).
25975         (spam-find-spam): Use spam-generate-fake-headers, forget about
25976         spam-insert-fake-headers.
25977         (spam-insert-fake-headers): Remove.
25978
25979 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25980
25981         * deuglify.el (gnus-article-outlook-unwrap-lines)
25982         (gnus-outlook-rearrange-article)
25983         (gnus-outlook-repair-attribution-outlook)
25984         (gnus-outlook-repair-attribution-block)
25985         (gnus-outlook-repair-attribution-other): Remove redundant
25986         save-excursion.
25987
25988 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25989
25990         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25991         (spam-fetch-field-subject-fast)
25992         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25993         (spam-fetch-article-header): Add functions to deal with Gnus
25994         internals for fast retrieval of article header data.
25995         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25996
25997 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25998
25999         * pop3.el (pop3-md5): Remove.
26000         (pop3-apop): Replace pop3-md5 with md5.
26001
26002         * mm-bodies.el: base64 is always built-in.
26003
26004         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26005         Use with-current-buffer.
26006
26007 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26008
26009         * canlock.el (canlock-insert-header): Remove excessive grouping in
26010         regexp.
26011
26012         * gnus-sum.el (gnus-summary-read-document): Ditto.
26013
26014         * gnus-uu.el (gnus-uu-part-number): Ditto.
26015
26016         * html2text.el (html2text-remove-tags): Ditto.
26017         (html2text-format-tags): Ditto.
26018         (html2text-format-single-elements): Ditto.
26019
26020         * mml.el (mml-parse-1): Ditto.
26021
26022 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26023
26024         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26025
26026         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26027
26028         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26029
26030         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26031
26032 2003-11-15  Simon Josefsson  <jas@extundo.com>
26033
26034         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26035         (pgg-gpg-lookup-key): Use regexp match instead of
26036         split-string (split-string is different between emacs 21.2 and
26037         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26038
26039 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26040
26041         * gnus-art.el (gnus-mime-view-all-parts)
26042         (gnus-article-part-wrapper, gnus-article-view-part):
26043         Use with-current-buffer.
26044
26045 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26046
26047         * spam.el (spam-disable-spam-split-during-ham-respool)
26048         (spam-spamoracle-database, spam-cache-lookups)
26049         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26050         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26051         (spam-group-ham-marks, spam-group-spam-marks)
26052         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26053         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26054         also add spam-use-blackholes to the statistical checks.
26055         (spam-fetch-field-fast): Add interface to fetching fields, may
26056         become a macro.
26057         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26058         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26059         (spam-insert-fake-headers): Fake an article when needed.
26060         (spam-find-spam): Fake article when possible.
26061         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26062         (spam-check-bogofilter-headers): Use message-fetch-field instead
26063         of nnmail-fetch-field.
26064
26065 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26066
26067         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26068
26069 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26070
26071         * spam.el (spam-split): Do not require spam-use-CHECK to be
26072         enabled if that check is passed to spam-split explicitly; also
26073         fix so 'spam doesn't get converted to spam-split-group when
26074         spam-split-symbolic-return is t.
26075         (spam-find-spam): Find registrations of the article and use those
26076         instead of re-running spam-split to find the spam/ham
26077         classification of the article.
26078         (spam-log-processing-to-registry, spam-log-registered-p)
26079         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26080         Use gnus-error instead of gnus-message.
26081         (spam-log-registration-type): Add function to determine the
26082         classification of a message based on registry entries; will
26083         return nil if both 'spam and 'ham are found.
26084         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26085         a reasonably fast local cache without the loading errors.
26086         (spam-cache-lookups): Set to t by default.
26087         (spam-find-spam): Don't try to guess spam-cache-lookups.
26088         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26089         spam-caches entry.
26090         (spam-filelist-build-cache, spam-filelist-check-cache):
26091         Fix caching of whitelist/blacklist entries.
26092         (spam-check-whitelist, spam-check-blacklist):
26093         Invoke spam-from-listed-p with a type, not a cache variable.
26094         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26095
26096 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26097
26098         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26099
26100         * nnmail.el (nnmail-split-fancy): do.
26101
26102         * mml.el (mml-parse): do.
26103
26104         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26105         (gnus-score-adaptive): do.
26106
26107 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26108
26109         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26110         (gnus-mime-button-map): Don't set keymap parent.
26111         (gnus-button-ctan-directory-regexp): Use shy grouping.
26112         (gnus-prev-page-map): Don't set keymap parent.
26113         (gnus-prev-page-map): Remove duplicated one.
26114         (gnus-next-page-map): Don't set keymap parent.
26115         (gnus-mime-security-button-map): Ditto.
26116
26117         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26118         version number.
26119
26120         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26121
26122 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26123
26124         * canlock.el (canlock-sha1-function): Remove.
26125         (canlock-sha1-function-for-verify): Remove.
26126         (canlock-openssl-program): Remove.
26127         (canlock-openssl-args): Remove.
26128         (canlock-ignore-errors): Remove.
26129         (canlock-sha1-with-openssl): Remove.
26130         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26131         (canlock-verify): Don't use canlock-ignore-errors.
26132
26133         * sha1-el.el (sha1-string-external): Make it can return a string
26134         in binary form.
26135         (sha1-region-external): Ditto.
26136         (sha1-string-internal): Ditto.
26137         (sha1-region-internal): Ditto.
26138         (sha1-region): Ditto.
26139         (sha1-string): Ditto.
26140         (sha1): Ditto.
26141
26142 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26143
26144         * spam.el (spam-report-articles-gmane): New command.
26145
26146 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26147
26148         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26149
26150         * run-at-time.el (run-at-time-saved): Remove.
26151         (run-at-time): Doc fix.
26152
26153 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26154
26155         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26156         (gnus-summary-limit-map): Add it.
26157         (gnus-summary-make-menu-bar): do.
26158
26159 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26160
26161         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26162         Make attempt at some caching support (done for BBDB only now).
26163         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26164         addresses to be checked.
26165         (spam-clear-cache-BBDB): Add function, to be invoked by
26166         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26167         (spam-check-BBDB): Check and use the caches, if
26168         spam-cache-lookups is on, remove superfluous (provide).
26169
26170 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26171
26172         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26173
26174 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26175
26176         * run-at-time.el (run-at-time-saved): Move to after the definition
26177         of `run-at-time'.
26178
26179         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26180
26181 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26182
26183         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26184         mm-w3m-local-map-property.
26185
26186         * mm-view.el (mm-w3m-mode-map): Remove.
26187         (mm-w3m-local-map-property): Remove.
26188         (mm-inline-text-html-render-with-w3m): Don't use
26189         mm-w3m-local-map-property.
26190
26191 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26192
26193         * run-at-time.el: New file.
26194
26195         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26196         under Emacs.
26197
26198         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26199         of gnus-set-text-properties.
26200
26201         * gnus-uu.el (gnus-uu-save-article): Ditto.
26202
26203         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26204
26205         * gnus-cite.el (gnus-cite-parse): Ditto.
26206
26207         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26208         of gnus-.
26209
26210         * gnus-xmas.el (run-at-time): Require run-at-time.
26211
26212         * gnus.el: Change calls to nnheader-run-at-time and
26213         password-run-at-time throughout to use run-at-time directly.
26214
26215         * password.el: Remove definition of run-at-time.
26216
26217         * nnheaderxm.el: Remove definition of run-at-time.
26218
26219 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26220
26221         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26222         in prompt.
26223
26224 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26225
26226         * messagexmas.el (message-xmas-redefine): Alias
26227         `message-make-caesar-translation-table' to
26228         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26229         version.
26230
26231         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26232         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26233         `gnus-xmas-set-text-properties'.
26234         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26235         `gnus-xmas-completing-read'.
26236         (gnus-xmas-completing-read): Removed.
26237         (gnus-xmas-open-network-stream): Removed.
26238
26239         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26240         XEmacs version.
26241
26242         * dns.el (dns-make-network-process): Use `open-network-stream'
26243         instead of `gnus-xmas-open-network-stream'.
26244
26245         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26246
26247         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26248
26249 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26250
26251         * gnus-art.el (gnus-mime-display-alternative)
26252         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26253         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26254         Don't use gnus-local-map-property.
26255
26256         * gnus-util.el (gnus-local-map-property): Remove.
26257
26258         * mm-view.el (mm-view-pkcs7-decrypt):
26259         Replace gnus-completing-read-maybe-default with completing-read.
26260
26261         * gnus-util.el (gnus-completing-read): do.
26262         (gnus-completing-read-maybe-default): Remove.
26263
26264 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26265
26266         * password.el: Only autoload `run-at-time' if not XEmacs.
26267         Only autoload the itimer functions if XEmacs.
26268
26269 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26270
26271         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26272         XEmacsen.
26273
26274         * dgnushack.el: Autoload executable-find for XEmacs.
26275
26276 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26277
26278         * gnus-art.el (gnus-read-string): Remove.
26279         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26280         read-string.
26281
26282 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26283
26284         * netrc.el: Autoload password-read.
26285         (netrc): Add configuration group.
26286         (netrc-encoding-method, netrc-openssl-path):
26287         Add variables for encoding and decoding of files with symmetric
26288         ciphers.
26289         (netrc-encode): Add assistant function to encode a file with
26290         netrc-encoding-method.
26291         (netrc-parse): Add interactive parameter, added optional
26292         decoding if netrc-encoding-method is non-nil but otherwise
26293         behavior is standard.
26294         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26295         Do s/encode/encrypt/ everywhere.
26296
26297         * spam.el: Remove executable-find autoload.
26298
26299 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26300
26301         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26302
26303         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26304
26305 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26306
26307         * gnus-art.el (gnus-treat-ansi-sequences)
26308         (article-treat-ansi-sequences): New variable and function.
26309         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26310
26311         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26312         Use it.
26313
26314 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26315
26316         * mm-util.el (mm-quote-arg): Remove.
26317
26318         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26319         shell-quote-argument.
26320
26321         * gnus-uu.el (gnus-uu-command): do.
26322
26323         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26324
26325         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26326         with make-char.
26327
26328         * mm-util.el (mm-make-char): Remove.
26329
26330         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26331         add-minor-mode.
26332
26333         * gnus-undo.el (gnus-undo-mode): do.
26334
26335         * gnus-topic.el (gnus-topic-mode): do.
26336
26337         * gnus-sum.el (gnus-dead-summary-mode): do.
26338
26339         * gnus-start.el (gnus-slave-mode): do.
26340
26341         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26342
26343         * gnus-ml.el (gnus-mailing-list-mode): do.
26344
26345         * gnus-gl.el (gnus-grouplens-mode): do.
26346
26347         * gnus-draft.el (gnus-draft-mode): do.
26348
26349         * gnus-dired.el (gnus-dired-mode): do.
26350
26351         * gnus-ems.el (gnus-add-minor-mode): Remove.
26352
26353         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26354         Replace gnus-char-width with char-width.
26355
26356         * gnus-ems.el (gnus-char-width): Remove.
26357
26358         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26359         Replace gnus-char-width with char-width.
26360
26361         * gnus-ems.el (gnus-char-width): Remove.
26362
26363         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26364         definition.
26365         Remove Emacs 20 hash table compatibility code.
26366
26367         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26368         20 compatibility code.
26369
26370         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26371
26372         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26373
26374         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26375         Replace with point-at-{eol,bol}.
26376
26377         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26378
26379         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26380
26381         * flow-fill.el (fill-flowed-point-at-bol)
26382         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26383
26384         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26385         Replace with point-at-{eol,bol} throughout all files.
26386
26387 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26388
26389         * ntlm.el (ntlm-string-as-unibyte): New macro.
26390         (ntlm-build-auth-response): Use it.
26391
26392         Remove Emacs 20 stuff:
26393         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26394         (butlast, mapc, remove): Remove the compiler macros.
26395         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26396         of delq and copy-sequence.
26397         * gnus-art.el (popup-menu): Remove the compiler macro.
26398         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26399         Emacs 20.
26400
26401 2004-01-05  Simon Josefsson  <jas@extundo.com>
26402
26403         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26404         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26405         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26406         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26407         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26408         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26409         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26410         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26411         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26412         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26413         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26414         string-xor into ntlm-string-xor.
26415         Suggested by Jesper Harder <harder@myrealbox.com>.
26416
26417         * ntlm.el: Don't include poem.
26418
26419         * md4.el (print-int32, print-string-hexa): Remove.
26420         Suggested by Jesper Harder <harder@myrealbox.com>.
26421
26422         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26423
26424         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26425         probably breaks emacs with DL patch, but do we care? Is anyone
26426         still using the DL stuff?)
26427
26428         * sieve-manage.el: Use the password package.
26429         (sieve-manage-read-passwd): Remove.
26430         (sieve-manage-interactive-login): Use password.  Re-add
26431         condition-case around loop.
26432
26433         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26434         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26435         Use the password package.
26436
26437 2003-02-19  Simon Josefsson  <jas@extundo.com>
26438
26439         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26440         token.
26441
26442 2002-08-07  Simon Josefsson  <jas@extundo.com>
26443
26444         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26445         (sieve-manage-authenticators):
26446         (sieve-manage-authenticator-alist): Add some SASL mechs.
26447         (sieve-sasl-auth): New function.
26448         (sieve-manage-cram-md5-auth):
26449         (sieve-manage-plain-auth): Rewrite using SASL library.
26450         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26451         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26452         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26453         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26454
26455 2004-01-05  Simon Josefsson  <jas@extundo.com>
26456
26457         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26458         New files.
26459
26460 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26461
26462         * gnus-group.el (gnus-no-groups-message): Update.
26463
26464         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26465
26466 2003-11-09  Simon Josefsson  <jas@extundo.com>
26467
26468         * imap.el: Support for ID IMAP extension (RFC 2971).
26469         (imap-local-variables): Add imap-id.
26470         (imap-id): New variable.
26471         (imap-id): New function.
26472         (imap-parse-response): Parse untagged ID response.
26473         * nnimap.el (nnimap-id): New variable.
26474         (nnimap-open-connection): Use it.
26475
26476 2003-12-28  Simon Josefsson  <jas@extundo.com>
26477
26478         * gnus-score.el (gnus-score-edit-all-score): New.
26479         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26480
26481 2004-01-04  Simon Josefsson  <jas@extundo.com>
26482
26483         * password.el: Add.
26484
26485 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26486
26487         * dns.el (dns-query-types): Fix typo.
26488         (dns-query-types): New function.
26489         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26490         PTR and SOA replies, see RFC 1035.
26491
26492 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26493
26494         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26495
26496         * Move to Changelog.2.
26497
26498 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26499
26500         * gnus.el (gnus-version-number): Bump version.
26501
26502 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26503
26504         * gnus.el: No Gnus v0.1 is released.
26505
26506 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26507
26508         * gnus.el: No Gnus v0.0 is released.
26509
26510 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26511
26512         * gnus.el (gnus-version-number): Bump.
26513         (gnus-version): No.
26514
26515 See ChangeLog.2 for earlier changes.
26516
26517   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26518
26519   This file is part of GNU Emacs.
26520
26521   GNU Emacs is free software: you can redistribute it and/or modify
26522   it under the terms of the GNU General Public License as published by
26523   the Free Software Foundation, either version 3 of the License, or
26524   (at your option) any later version.
26525
26526   GNU Emacs is distributed in the hope that it will be useful,
26527   but WITHOUT ANY WARRANTY; without even the implied warranty of
26528   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26529   GNU General Public License for more details.
26530
26531   You should have received a copy of the GNU General Public License
26532   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26533
26534 ;; Local Variables:
26535 ;; coding: utf-8
26536 ;; fill-column: 79
26537 ;; add-log-time-zone-rule: t
26538 ;; End: