auth-source.el (auth-source-netrc-parse-one): Allow empty strings again.
[gnus] / lisp / ChangeLog
1 2013-07-05  David Kastrup  <dak@gnu.org>
2
3         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
4         authinfo file again (important for blank passwords).  This had been
5         broken with 2013-06-15 change.
6
7 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10         Revert 2013-01-14 change.
11
12 2013-07-02  Daiki Ueno  <ueno@gnu.org>
13
14         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
15         of 'create-image' for XEmacs compatibility; check errors when decoding
16         image.  Reported by Uwe Brauer.
17
18 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
21         gnus-button-push revised at 2011-01-19.
22
23 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
26         now live in the lisp/net Emacs 24 repository.
27
28 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * eww.el (eww-update-header-line-format): Quote % characters.
31
32 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * eww.el (eww-process-text-input): Display passwords as asterisks.
35
36         * shr.el (shr-make-table-1): Protect against invalid column-spans.
37
38 2013-06-19  Tom Tromey  <tromey@redhat.com>
39
40         * eww.el (eww-top-url): Remove.
41         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
42         (eww-render): Set new variables.  Don't set eww-top-url.
43         (eww-handle-link): Handle "prev", "home", and "contents".
44         Downcase the rel text.
45         (eww-top-url): Choose best top URL.
46
47 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * eww.el: Rewrite to implement form elements "by hand" instead of
50         relying in widget.el.  Using widget.el leads to too many
51         user interface inconsistencies.
52         (eww-self-insert): Implement entering commands in text fields.
53         (eww-process-text-input): New function to make text input field editing
54         work.
55         (eww-submit): Rewrite to use the new-style form methods.
56         (eww-select-display): Display the correct selected item.
57         (eww-change-select): Implement changing the select value.
58         (eww-toggle-checkbox): Implement radio/checkboxes.
59         (eww-update-field): Fix compilation error.
60         (eww-tag-textarea): Implement <textarea>.
61
62         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
63         don't shadow mode-specific bindings.
64
65         * eww.el (eww-browse-url): Don't push stuff onto history if there's
66         nothing to push.
67
68         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
69
70 2013-06-19  Glenn Morris  <rgm@gnu.org>
71
72         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
73
74 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
77
78 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * shr.el (shr-make-table-1): Implement <td rowspan>.
81         (shr-table-horizontal-line): Allow nil as a value, and change the
82         default.
83         (shr-insert-table-ruler): Respect the nil value.
84
85 2013-06-18  Tom Tromey  <tromey@barimba>
86
87         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
88         New defvars.
89         (eww-open-file): New defun.
90         (eww-render): Initialize new variables.
91         (eww-display-html): Handle "link" and "a".
92         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
93         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
94         (eww-back-url): Rename from eww-previous-url.
95         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
96         defuns.
97
98 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * shr.el (shr-tag-table): Insert the images after the table, so that
101         they're not covered by the table colourisation, which often looked
102         awkward.
103         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
104         <dd>.
105         (shr-make-table-1): Implement <td colspan=> support.
106         (shr-insert-document): Use one less than window width if `shr-width' is
107         nil, since otherwise things may get one character too wide.
108
109 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * eww.el (eww-detect-charset): Improve regexp; move backward.
112
113 2013-06-18  Glenn Morris  <rgm@gnu.org>
114
115         * mm-decode.el (widget-convert-button): Autoload.
116
117         * sieve-manage.el (mm-enable-multibyte): Autoload.
118
119         * shr.el (libxml-parse-html-region): Declare.
120         (shr-render-buffer): Explicit error if no libxml2 support.
121
122 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
123
124         * auth-source.el (auth-source-current-line): New function.
125         (auth-source-netrc-parse-entries): When a data token is "machine",
126         assume we're in the wrong place and abort parsing the current line.
127
128 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
131         (eww-convert-widgets): Don't bug out if the first widget starts at the
132         beginning of the buffer.
133         (eww-convert-widgets): Fix last patch.
134         (eww-tag-input): Support <input type=image>.
135
136         * shr.el (shr-insert-table): Respect border-collapse: collapse.
137         (shr-tag-base): Protect against base specs that are degenerate.
138         (shr-ensure-paragraph): Don't delete empty lines that have text
139         properties, because these may be input fields.
140
141         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
142         we can navigate to them.
143
144         * shr.el (shr-colorize-region): Put the colours over the entire region.
145         (shr-inhibit-decoration): New variable.
146         (shr-add-font): Use it to inhibit text property decorations while doing
147         preliminary table renderings.  This speeds up typical Wikipedia page
148         renderings by 15%.
149         (shr-tag-span): Don't respect the <title>, because that overwrites the
150         help-echo from links inside the spans.
151         (shr-next-link): Use `help-echo' for navigation, so that we can
152         navigate to form elements, too.
153
154         * eww.el (eww-button): New face.
155         (eww-convert-widgets): Use it to make submit buttons more button-like.
156
157         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
158         that Gnus commands work.
159
160         * shr.el (shr-render-td): Support horizontal alignment.
161
162         * eww.el (eww-put-color): Removed.
163         (eww-colorize-region): Use `add-face-text-property'.
164
165         * shr.el (shr-add-font): Append face data, so that we get the correct
166         precedence: The innermost value (which is applied first) wins.
167         (shr-make-overlay): Obsolete function.
168
169         * mm-decode.el (mm-convert-shr-links): New function to convert
170         new-style shr URL links into widgets.
171         (mm-shr): Use it.
172
173         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
174         widget commands, since we're no longer using widgets for links.
175
176         * shr.el (shr-next-link): New command.
177         (shr-previous-link): New command.
178         (shr-urlify): Don't use `widget-convert', because that's slow.
179         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
180         because collecting the overlays and reapplying them when generating
181         tables is slow.
182         (shr-insert-table): Ditto.
183
184 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
185
186         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
187         * shr.el (browse-url): Require `url'.
188         * eww.el (url): Require format-spec.
189
190 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * eww.el (eww-display-html): Default to using the entire window width.
193         (eww-browse-url): Don't add a User-Agent header (twice), because that
194         makes Bing refuse connection.
195
196         * shr.el (shr-make-table): Cache the table rendering at the table
197         level, and not the <td> level.  This is a bit faster.
198
199         * eww.el (eww-render): Go to the correct ID when given URLs ending with
200         #id.
201
202         * shr.el (shr-tag-li): Don't require a new paragraph, since other
203         browsers don't.
204         (shr-expand-url): Respect #anchor links.
205         (shr-parse-base): Chop off the anchor before using.
206         (shr-descend): Respect display: none.
207         (shr-descend): Allow marking elements that have certain IDs.
208
209         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
210
211         * shr.el (shr-expand-url): Don't bug out on zero-length links.
212
213         * eww.el (eww-tag-textarea): Support <textarea>.
214
215 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
216
217         * shr.el (shr-dom-to-xml): Fixed function call.
218
219         * eww.el (eww): New group.
220         (eww-header-line-format): New custom variable.
221         (eww-current-title): New variable.
222         (eww-display-html): Update header and handle title tag.
223         (eww-update-header-line-format): New function.
224         (eww-tag-title): New function.
225
226         * shr.el (shr-dom-to-xml): New function.
227         (shr-tag-svg): Add support for the SVG tag.
228         (shr-bullet): New custom variable.
229         (shr-tag-li): Support custom bullet in unordered lists.
230
231 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * shr.el (shr-expand-url): Respect // URLs.
234
235         * eww.el (eww-tag-body): Override the shr body rendering so that we can
236         put a background colour onto the entire buffer.
237         (eww-render): When being redirected, use the redirect URL as the new
238         base URL.
239
240         * shr.el (shr-parse-base): Fix parsing error.
241
242         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
243
244         * shr.el (shr-parse-base): New function.
245         (shr-expand-url): Use it to expand relative URLs reliably.
246
247 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
248
249         * auth-source.el (auth-source-search-collection): Fix docstring.
250         (auth-source-netrc-parse): Refactor and improve netrc parser to support
251         single-quoted strings and multiline entries.
252         (auth-source-netrc-parse-next-interesting)
253         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
254         functions to support parser.
255
256 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * eww.el (eww-submit): Get submit button logic right when hitting RET
259         on non-submit buttons.
260
261         * shr.el: Remove shr-preliminary-table-render, since that can't really
262         be used for anything in practice.
263
264 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
265
266         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
267         (sieve-manage-quit).
268
269 2013-06-14  Glenn Morris  <rgm@gnu.org>
270
271         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
272
273 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
274
275         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
276         control the maximum size of photo ID image.
277         (mml2015-epg-key-image-to-string): Respect it.
278
279 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
282         instead of the final one so that we can more easily distinguish them.
283
284         * eww.el (eww-submit): Compute the submission URL correctly.
285
286 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
287
288         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
289         Use plist-get rather than CL's getf.
290         (sieve-manage-parse-capability): Avoid CL's remove-if.
291
292 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
293
294         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
295         (sieve-manage-quit).
296
297 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * shr.el (shr-expand-url): Expansion should chop off the bits after the
300         last slash.
301
302         * eww.el (eww-tag-select): Use the first value as the default value.
303
304 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
305
306         * eww.el (eww): Prepend urls with http:// if scheme is missing.
307         (eww-mode): Use `define-derived-mode'.
308         (eww-parse-headers): Parse headers from beginning of buffer so that
309         file:// links work.
310
311 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
314
315 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
318         to handle them at all.
319
320 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
323         work, too.
324         (eww-tag-select): Implement <select>.
325
326 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
327
328         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
329         stream managing functions by using open-protocol-stream to do most of
330         the work.  Has the nice benefit of enabling STARTTLS.
331         Wait for capabilities after STARTTLS: following RFC5804, the server
332         sends new capabilities after successfully establishing a TLS connection
333         with the client. The client should update the cached list of
334         capabilities, but we just ignore the answer for now.
335         (sieve-manage-network-p, sieve-manage-network-open)
336         (sieve-manage-starttls-p, sieve-manage-starttls-open)
337         (sieve-manage-forward, sieve-manage-streams)
338         (sieve-manage-stream-alist): Remove unneeded functions neither in the
339         API, nor called by any other function.
340         Enable Multibyte for SieveManage buffers: The parser won't properly
341         handle umlauts and line endings unless multibyte is turned on in the
342         process buffer.
343
344 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
345
346         * eww.el (eww-tag-input): Support password fields.
347         (eww-submit): Support POST.
348
349 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * eww.el (eww-tag-form): Protect against degenerate forms.
352
353         * shr.el (shr-expand-url): Expand URLs that start with a slash
354         correctly.
355
356         * eww.el (eww-submit): Get submit button logic right.
357
358         * shr.el (shr-final-table-render): New variable to signal when we're
359         doing the final table rendering so that we can collect more data at
360         that point.
361
362         * eww.el (eww-submit): Make form submission work.
363         (eww-tag-input): Implement submit buttons.
364         (eww-click-radio): Implement radio and checkboxes.
365         (eww-submit): Handle hidden elements.
366
367         * shr.el (shr-descend): Allow other packages to override (or provide)
368         rendering of elements.
369         (shr-expand-url): Strip query strings from URLs before expanding them.
370
371         * eww.el: Don't require cl-lib.
372         (eww-tag-form): Start form support.
373
374         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
375
376         * eww.el: Start writing a new, tiny web browser.
377         (eww-previous-url): New command.
378         (eww-quit): New command.
379
380 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
381
382         * sieve.el: Put point at beginning of buffer when viewing a script.
383         (sieve-open-server): Respect the PORT parameter.  Show the correct port
384         number in sieve-buffer's header.  Fixed code to also work with a string
385         as port specifier. Properly close the connection on pressing 'q'.  Make
386         sieve-manage-quit close the connection and process buffer.  Also, remove
387         duplicate keybinding for 'q'.
388
389 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
390
391         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
392         make it easier to read.
393         (mm-pkcs7-enveloped-magic): Ditto.
394
395 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
398         before `image-type-available-p' to avoid loading the image libraries
399         needlessly.
400
401 2013-06-05  David Engster  <deng@randomsample.de>
402
403         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
404         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
405         to see whether the group was synced before.
406
407 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
410         when opening the connection.
411         Suggested by João Távora <joaotavora@gmail.com> in
412         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
413
414 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
417         assume Date header begins with "Date", that may be customized into
418         something like "X-Sent" using gnus-article-time-format.
419         (article-transform-date): Allow multi-line Date header.
420
421 2013-06-02  David Engster  <deng@randomsample.de>
422
423         * registry.el (initialize-instance, registry-lookup)
424         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
425         (registry-lookup-secondary-value, registry-search, registry-delete)
426         (registry-insert, registry-reindex, registry-size, registry-prune): Do
427         not wrap methods in `eval-and-compile'.  This breaks due to latest
428         changes in EIEIO (introduction of eieio-core.el).
429
430 2013-05-30  Glenn Morris  <rgm@gnu.org>
431
432         * nnmail.el (nnmail-fancy-expiry-target):
433         Also bind mail-dont-reply-to-names.
434
435         * spam-stat.el (spam-stat-save):
436         No need to tweak font-lock in temp buffers.
437
438         * shr.el (shr-put-image): Silence compiler.
439
440 2013-05-29  Glenn Morris  <rgm@gnu.org>
441
442         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
443
444         * gnus-group.el (gnus-sequence-of-unread-articles)
445         (gnus-summary-add-mark, gnus-mark-article-as-read)
446         (gnus-group-make-articles-read): Declare.
447
448         * gnus-sum.el (gnus-parameter-list-identifier)
449         (gnus-article-stop-animations, gnus-stop-downloads)
450         (gnus-article-only-boring-p, article-goto-body)
451         (gnus-flush-original-article-buffer, article-narrow-to-head)
452         (gnus-article-hidden-text-p, gnus-delete-wash-type)
453         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
454
455         * gnus.el: No need to eval-and-compile autoloads.
456
457         * gravatar.el (help-function-arglist): Autoload.
458
459         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
460
461         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
462
463         * spam.el: No need to load spam-report when compiling.
464         No need to eval-and-compile autoloads.
465         (spam-report-resend-to): Declare.
466         (spam-report-resend-register-routine): Require 'spam-report.
467
468 2013-05-24  Julien Danjou  <julien@danjou.info>
469
470         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
471         setup.
472
473 2013-05-23  Glenn Morris  <rgm@gnu.org>
474
475         * gnus-util.el (rmail-swap-buffers-maybe)
476         (rmail-maybe-set-message-counters, rmail-count-new-messages)
477         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
478         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
479
480         * mm-decode.el: No need to load term when compiling.
481         (term-mode, term-char-mode): Declare.
482
483         * mm-util.el: No need to load jka-compr when compiling.
484         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
485
486         * nnmaildir.el: Require is automatically eval-and-compile.
487         (nnmail): Require at run-time too.
488
489         * registry.el (registry-size): Move definition before use.
490
491 2013-05-22  Daiki Ueno  <ueno@gnu.org>
492
493         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
494         signed data to conform the standard.  (Bug#14232)
495
496 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
497
498         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
499         double angle quotation mark.
500
501 2013-05-20  Glenn Morris  <rgm@gnu.org>
502
503         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
504
505 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
506
507         * message.el (message-insert-formatted-citation-line): handle finding
508         first/lastname when more than 2 names appear.
509
510 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
511
512         * shr.el (shr-tag-span): New function.
513
514 2013-05-18  Glenn Morris  <rgm@gnu.org>
515
516         * message.el (message-mode): Use message-mode-abbrev-table,
517         with text-mode-abbrev-table as parent.  (Bug#14413)
518
519 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * message.el (message-expand-group): Decode group names.
522
523 2013-05-16  Julien Danjou  <julien@danjou.info>
524
525         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
526         app-icon.
527
528 2013-05-15  Glenn Morris  <rgm@gnu.org>
529
530         * shr-color.el (shr-color-visible-luminance-min)
531         (shr-color-visible-distance-min): Use shr-color group.
532
533 2013-05-11  Glenn Morris  <rgm@gnu.org>
534
535         * gnus-vm.el: Make it loadable without VM.
536         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
537         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
538
539 2013-05-09  Glenn Morris  <rgm@gnu.org>
540
541         * mml1991.el: Make it loadable.  (Bug#13456)
542
543         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
544         * gnus-async.el (gnus-async-post-fetch-function):
545         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
546         * gnus-html.el (gnus-html-image-cache-ttl):
547         * gnus-notifications.el (gnus-notifications-timeout):
548         * gnus-picon.el (gnus-picon-properties):
549         * gnus-util.el (gnus-completion-styles):
550         * gnus.el (gnus-other-frame-resume-function):
551         * message.el (message-user-organization-file)
552         (message-cite-reply-position):
553         * nnir.el (nnir-summary-line-format)
554         (nnir-retrieve-headers-override-function):
555         * shr-color.el (shr-color-visible-luminance-min):
556         * shr.el (shr-blocked-images):
557         * spam-report.el (spam-report-resend-to):
558         * spam.el (spam-summary-exit-behavior): Fix custom types.
559
560         * gnus-salt.el (gnus-selected-tree-face): Fix default.
561
562 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
565         because of let-binding help-xref-following.  (Bug#14356)
566
567 2013-05-06  Glenn Morris  <rgm@gnu.org>
568
569         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
570
571 2013-05-04  Andrew Cohen  <cohen@bu.edu>
572
573         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
574         entering into the registry.
575
576 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
577
578         * gnus.el: Ma Gnus v0.7 is released.
579
580 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
583         (Bug#14304)
584
585 2013-04-27  Glenn Morris  <rgm@gnu.org>
586
587         * gnus.el (gnus-list-debbugs):
588         Use require rather than autoload.  (Bug#14262)
589
590 2013-04-27  Julien Danjou  <julien@danjou.info>
591
592         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
593         port to "sieve" now that it has an official IANA port assigned.
594
595 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
598         Don't set the MAILHOST environment variable permanently (Bug#14271).
599
600 2013-04-26  Glenn Morris  <rgm@gnu.org>
601
602         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
603
604 2013-04-25  Andrew Cohen  <cohen@bu.edu>
605
606         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
607         string values of 'gcc-self. Thanks to Saroj Thirumalai.
608
609 2013-04-24  Andrew Cohen  <cohen@bu.edu>
610
611         * nnir.el (nnir-close-group): Make sure we are in the right group.
612
613         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
614         dependency table from all newly retrieved headers.
615
616 2013-04-16  David Edmondson  <dme@dme.org>
617
618         Support <img src="data:...">.
619
620         * shr.el (shr-image-from-data): New function.
621         (shr-tag-img): Use it.
622
623 2013-04-14  Andrew Cohen  <cohen@bu.edu>
624
625         * nnir.el (nnir-request-set-mark): Make sure we are in the right
626         group.
627
628 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
631         corresponding to any existing group (Bug#14166).
632
633 2013-04-10  Andrew Cohen  <cohen@bu.edu>
634
635         * nnir.el (number-sequence): No longer used.
636         (nnir-request-set-mark): New function.
637         (nnir-request-update-info): Improve marks updating.
638         (nnir-request-scan): Don't duplicate marks updating.
639         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
640         Use 'assq rather than 'assoc.  Quote anonymous function.
641         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
642         Use 'gnus-group-prefixed-p.
643         (gnus-summary-create-nnir-group): Make sure server for method is open.
644
645 2013-04-04  Andrew Cohen  <cohen@bu.edu>
646
647         * nnir.el (gnus-nnir-group-p): New function.
648         (nnir-possibly-change-group): Use it.
649
650         * gnus-msg.el (gnus-setup-message): Use it.
651
652 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * mml.el (mml-minibuffer-read-description): Use `default' insted of
655         `initial-input' for the argument name.
656         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
657
658 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
659
660         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
661         (used by MH-E).
662
663 2013-04-01  Andrew Cohen  <cohen@bu.edu>
664
665         * nnir.el (nnir-request-update-mark): Improve mark updating in original
666         group.
667
668         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
669         fix compilation.
670
671 2013-03-31  Andrew Cohen  <cohen@bu.edu>
672
673         * nnir.el (nnir-method-default-engines): And another typo.
674
675 2013-03-30  Andrew Cohen  <cohen@bu.edu>
676
677         * nnir.el (nnir-method-default-engines): Fix typo.
678
679 2013-03-29  Andrew Cohen  <cohen@bu.edu>
680
681         * nnir.el: Define 'number-sequence for xemacs.
682         (gnus-summary-create-nnir-group): New function to create an nnir group
683         from an nnir summary buffer based on the current query.
684         (nnir-request-create-group): Update to allow nnir group creation based
685         on the current query.
686
687 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * nndraft.el (nndraft-request-expire-articles):
690         Make expiry target always `delete'.
691
692 2013-03-27  Andrew Cohen  <cohen@bu.edu>
693
694         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
695         buffer use the posting-style and gcc of the original article group.
696         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
697
698         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
699         after other deffoos.
700
701 2013-03-25  Andrew Cohen  <cohen@bu.edu>
702
703         * nnir.el: Major rewrite.  Cleaner separation between searches and group
704         management.  Marks are now shown in nnir summary buffers.  Rudimentary
705         support for real (i.e. not ephemeral) nnir groups.
706         (gnus-summary-make-nnir-group): New function for initiating searches
707         from a summary buffer.
708
709 2013-03-18  Sam Steingold  <sds@gnu.org>
710
711         * message.el (message-bury): Minor cleanup.
712
713 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
714
715         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
716
717 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * nndir.el (nndir-request-list): Remove 2nd argument passed to
720         nnml-request-list.  (Bug#13873)
721         (nndir-request-newsgroups): Remove, unused.
722
723         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
724
725 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
726
727         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
728         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
729         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
730
731 2013-03-03  Ted Phelps  <phelps@gnusto.com>
732
733         * shr.el: Make all the overlays set the `evaporate' property so that
734         they're removed properly.
735
736 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
737
738         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
739         shell-quote-argument.
740
741 2013-02-22  David Engster  <deng@randomsample.de>
742
743         * gnus-registry.el (gnus-registry-save): Provide class name when
744         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
745         `condition-case' to stay compatible with older EIEIO versions which
746         only accept one argument.
747
748 2013-02-17  Daiki Ueno  <ueno@gnu.org>
749
750         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
751         (epg-user-id-validity): Autoload.
752         (mml2015-epg-check-user-id): New function.
753         (mml2015-epg-check-sub-key): New function split from
754         mml2015-epg-find-usable-key.
755         (mml2015-epg-find-usable-key): Accept context, name, usage, and
756         optional name-is-key-id, to handle the case when user-id is unusable.
757         Reported by Łukasz Stelmach <stlman@poczta.fm>.
758
759 2013-02-17  Glenn Morris  <rgm@gnu.org>
760
761         * shr.el (shr-put-image): Use image-multi-frame-p if available.
762
763 2013-02-16  Glenn Morris  <rgm@gnu.org>
764
765         * shr.el (shr-put-image): Only animate images that specify a delay.
766         This is consistent with the old image-animated-p behavior.
767
768 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
771         for XEmacs.
772
773 2013-02-13  Juri Linkov  <juri@jurta.org>
774
775         * gnus-art.el (gnus-article-mode-map):
776         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
777         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
778
779 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
780
781         * auth-source.el (auth-source-format-prompt): Don't get confused by
782         any "\" in replacement text.  (Bug#13637)
783
784 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
785
786         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
787         (gnus-backend-trace): Honour gnus-backend-trace.
788
789         * mml.el (mml-insert-part): Insert closing tag.
790
791         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
792
793 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
796         able to find the article, which can happen in debbugs groups,
797         apparently.
798
799 2013-01-16  Glenn Morris  <rgm@gnu.org>
800
801         * smiley.el (smiley-style): Make the file loadable in batch mode.
802
803 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
804
805         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
806         imap process running.
807
808 2013-01-14  Julien Danjou  <julien@danjou.info>
809
810         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
811         Compare addresses against addresses, not against the full From field.
812
813 2013-01-13  Richard Stallman  <rms@gnu.org>
814
815         * message.el (message-forward-make-body-mime): New args BEG, END
816         specify what part of FORWARD-BUFFER to use.  Do the work directly
817         instead of calling `mml-insert-buffer'.
818
819 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
820
821         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
822         cross-reference(s).
823
824         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
825         cross-reference(s).
826
827 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
828
829         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
830         and point-max-marker.
831         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
832
833 2013-01-11  Julien Danjou  <julien@danjou.info>
834
835         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
836         max are almost equal. Also return the correct value for V which is
837         already between 0 and 1.
838
839 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
840
841         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
842         to mml2015-encrypt-to-self.
843         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
844
845 2013-01-09  Daiki Ueno  <ueno@gnu.org>
846
847         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
848         mml-smime-epg-find-usable-secret-key.
849
850 2013-01-08  Glenn Morris  <rgm@gnu.org>
851
852         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
853
854 2013-01-07  Daiki Ueno  <ueno@gnu.org>
855
856         * mml-smime.el: Support signing by sender.
857         Requested by Uwe Brauer.
858         (mml-smime-sign-with-sender): New user option analogous
859         to mml2015-sign-with-sender.
860         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
861         (mml-smime-epg-find-usable-secret-key): New helper function copied from
862         mml2015.el.
863
864 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
867         isn't running, because Gnus will probably not know how to handle the
868         Gcc header (bug#11941).
869
870         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
871         articles.
872
873 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * nnfolder.el (nnfolder-recursive-directory-files): New function.
876         (nnfolder-generate-active-file): Make this function work with recursive
877         folder names.
878
879 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
880
881         * nntp.el (nntp-open-connection): Use HELP as the capability command
882         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
883         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
884
885 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
886
887         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
888         place holder since this gives `Invalid face reference: nil' messages.
889         Use the `default' face instead.  It has the same effect here, even
890         though it is not no-op.
891
892         * gnus-util.el
893         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
894
895 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
898         non-string posting styles (bug#13285).
899
900 2012-12-27  Glenn Morris  <rgm@gnu.org>
901
902         * plstore.el (plstore-passphrase-callback-function):
903         Use plstore-get-file.
904
905 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
906
907         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
908         stderr.
909
910 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
913
914         * gnus-compat.el (set-buffer-multibyte): Remove.
915
916 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
917
918         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
919         temporary file to get PGP key image.  Pass no-show-photos when
920         extracting image to avoid having it pop up twice.
921
922 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
925         eligible for treatment.
926
927         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
928         lines.  This makes summary commands with hidden threads work more
929         reliably.
930
931         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
932         button to mark the hidden citations (bug#9395).
933
934 2012-12-26  Daiki Ueno  <ueno@gnu.org>
935
936         * mml2015.el (mml2015-epg-signature-to-string): New function.
937         (mml2015-epg-verify-result-to-string): New function.
938         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
939         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
940         instead of epg-verify-result-to-string.
941         (epg-signature-key-id, epg-signature-to-string): Autoload.
942         (epg-verify-result-to-string): Remove autoload.
943
944 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
945
946         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
947         ID image from GPG public key.
948         (mml2015-epg-key-image-to-string): New function.
949
950 2012-12-25  Leo Liu  <sdl.web@gmail.com>
951
952         * plstore.el (plstore-passphrase-callback-function): Fix error when
953         error when plstore-cache-passphrase-for-symmetric-encryption is set
954         (bug#13264).
955
956 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
959         buffer to the article buffer here, because that clobbers multiple
960         article buffers.
961
962         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
963         buffer always points to the right summary buffer.
964
965 2012-12-25  John Wiegley  <jwiegley@gmail.com>
966
967         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
968         the password (bug#12097).
969
970 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
971
972         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
973         (bug#13263).
974
975         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
976         buffer exists before using it (bug#12475).
977
978         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
979         offline groups (bug#11937).
980
981         * message.el (message-yank-original): When using customize to set the
982         value of `message-cite-style', the variable it set to a symbol that's
983         the name of the variable, which must then be dereferenced (bug#12616).
984
985 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
986
987         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
988         the `face' property with a list whose car is the face specified in the
989         format string and whose cdr is (nil).
990         * lisp/gnus-util.el
991         (gnus-put-text-property-excluding-characters-with-faces):
992         Change accordingly.
993         (gnus-get-text-property-excluding-characters-with-faces): New function.
994         * lisp/gnus-sum.el (gnus-summary-highlight-line):
995         * lisp/gnus-salt.el (gnus-tree-highlight-node):
996         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
997
998 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
999
1000         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1001         login methods.
1002         (nnimap-login): Respect the `nnimap-authenticator' variable.
1003
1004         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1005         mark state when moving articles.  Otherwise unticked articles will get
1006         their ticks back after moving.
1007
1008 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1011
1012         * message.el (message-ignored-news-headers): Always remove
1013         X-Message-SMTP-Method to avoid information leakage if the user
1014         mistakenly inserts the header into news messages.
1015
1016         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1017
1018         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1019         right than four characters, this command would move point to
1020         `point-max'.  Don't do that.
1021
1022         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1023         to nil to allow re-selecting groups that gain articles.
1024         (gnus-bug-group-download-format-alist): Update the URL.
1025
1026 2012-12-23  Andreas Schwab  <schwab@suse.de>
1027
1028         * shr.el (shr-tag-em): Render em as italic, not bold.
1029
1030 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1033         for reuse.
1034         (gnus-open-server): Use it to add more tracing.
1035         (gnus-finish-retrieve-group-infos): Add backend tracing.
1036         (gnus-backend-trace): Also note the elapsed seconds.
1037
1038 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1039
1040         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1041         Set epa-file-encrypt-to from variable to avoid querying.
1042
1043 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1044
1045         * sieve-mode.el (sieve-font-lock-keywords):
1046         Keywords should be word delimited.  (Bug#13173)
1047
1048 2012-12-13  Andreas Schwab  <schwab@suse.de>
1049
1050         * tls.el (tls-program): Update customize type.
1051
1052 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1055         instead of <pre> to align message header.
1056
1057 2012-12-12  Sam Steingold  <sds@gnu.org>
1058
1059         * gnus.el (gnus-other-frame-resume-function): Add user option.
1060         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1061
1062 2012-12-06  Sam Steingold  <sds@gnu.org>
1063
1064         * gnus-start.el (gnus-before-resume-hook): Add.
1065         (gnus-1): Run it when Gnus is alive.
1066
1067 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1070         * gnus-art.el (article-unsplit-urls)
1071         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1072         * gnus-registry.el (gnus-registry-get-article-marks)
1073         * message.el (message-goto-body): Use it.
1074         (message-called-interactively-p): Remove.
1075
1076         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1077         (spam-stat-score-buffer): Use it.
1078
1079         * spam.el: Silence the warnings against BBDB functions when compiling.
1080
1081         * gnus-score.el (gnus-score-decode-text-parts):
1082         Use append+mapcar instead of the cl function mapcan.
1083
1084 2012-12-05  Sam Steingold  <sds@gnu.org>
1085
1086         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1087         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1088         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1089
1090 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * gmm-utils.el (gmm-called-interactively-p): Revert.
1093         This seems to cause Emacs to get stuck!
1094         * gnus-art.el (article-unsplit-urls)
1095         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1096         * gnus-registry.el (gnus-registry-get-article-marks)
1097         * message.el (message-goto-body)
1098         (message-called-interactively-p): Revert.
1099
1100         * gmm-utils.el (gmm-called-interactively-p): New function.
1101         * gnus-art.el (article-unsplit-urls)
1102         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1103         * gnus-registry.el (gnus-registry-get-article-marks)
1104         * message.el (message-goto-body): Use it.
1105         (message-called-interactively-p): Remove.
1106
1107         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1108         * gnus-sync.el (gnus-sync-lesync-call)
1109         * message.el (message-read-from-minibuffer): Use it.
1110
1111 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gmm-utils.el (gmm-flet): Remove.
1114         * gnus-sync.el (gnus-sync-lesync-call)
1115         * message.el (message-read-from-minibuffer): Don't use it.
1116
1117 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1120
1121 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1124
1125         * gnus-sync.el (gnus-sync-lesync-call)
1126         * message.el (message-read-from-minibuffer): Use gmm-flet.
1127
1128         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1129
1130         * gnus-util.el (gnus-macroexpand-all): Remove.
1131
1132 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1133
1134         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1135         to TAB, not [tab].
1136         (gnus-summary-article-map): Likewise.
1137
1138         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1139         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1140
1141 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1142
1143         * time-date.el: Commentary fix.
1144
1145 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1146
1147         * color.el: Don't require cl.
1148         (color-complement): `caddr' -> `nth 2'.
1149
1150         * time-date.el (time-to-seconds): De-obsolete.
1151
1152 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * message.el (message-get-reply-headers):
1155         Make sure the reply goes to the author if it is a wide reply.
1156
1157 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1158
1159         * gnus-score.el (gnus-score-body):
1160         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1161         scoring by body.
1162
1163 2012-11-16  Glenn Morris  <rgm@gnu.org>
1164
1165         * gnus-diary.el (nndiary-request-create-group-functions)
1166         (nndiary-request-update-info-functions)
1167         (gnus-subscribe-newsgroup-functions)
1168         (nndiary-request-accept-article-functions):
1169         Use new names for hooks rather than obsolete aliases.
1170
1171 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1174
1175 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1178         in meta tag with the one the part specifies in its header.
1179
1180 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1181
1182         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1183         by default.
1184
1185 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1188         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1189
1190 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1193         and a runtime function for it, of which the XEmacs version takes only
1194         two arguments.
1195
1196 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * nndiary.el (nndiary-request-create-group-functions)
1199         (nndiary-request-update-info-functions)
1200         (nndiary-request-accept-article-functions):
1201         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1202         "-hooks" suffix.
1203
1204 2012-10-19  Julien Danjou  <julien@danjou.info>
1205
1206         * gnus-art.el: Require gnus-util because it uses
1207         `gnus-timer--function'.
1208
1209 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1210
1211         * starttls.el (starttls-extra-arguments): Doc fix.
1212
1213 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1216         it.
1217
1218 2012-10-06  Glenn Morris  <rgm@gnu.org>
1219
1220         * gnus-notifications.el (gnus-notifications):
1221         Add missing group :version tag.
1222         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1223         (gnus-gcc-post-body-encode-hook):
1224         * gnus-sync.el (gnus-sync-lesync-name)
1225         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1226
1227 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1228
1229         * color.el (color-hsl-to-rgb): Fix incorrect results for
1230         small and large hue values.  (Bug#12559)
1231
1232 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         New UIDL implementation.
1235
1236         * mail-source.el (mail-sources, mail-source-keyword-map):
1237         Add :leave as a pop3 keyword.
1238         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1239
1240         * pop3.el (pop3-leave-mail-on-server): Allow number.
1241         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1242         (pop3-movemail): Add UIDL support.
1243         (pop3-send-streaming-command): Take a list of mail numbers instead of
1244         the number of mails.
1245         (pop3-write-to-file): Add X-UIDL header.
1246         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1247         (pop3-uidl-add-xheader): New functions.
1248
1249         * message.el (message-ignored-resent-headers):
1250         Add X-Content-Length and X-UIDL headers.
1251
1252 2012-10-05  Glenn Morris  <rgm@gnu.org>
1253
1254         * color.el (color-name-to-rgb, color-rgb-to-hex)
1255         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1256         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1257         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1258         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1259
1260 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1263         a user about whether to delete temp files if once a user answered as n.
1264
1265 2012-09-25  Chong Yidong  <cyd@gnu.org>
1266
1267         * password-cache.el (password-read-and-add): Use a declare form to mark
1268         this function obsolete.
1269
1270 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * lpath.el: Bind mail-encode-mml for old Emacsen.
1273
1274 2012-09-17  Richard Stallman  <rms@gnu.org>
1275
1276         * message.el (message-in-body-p): Don't set mark or modify buffer.
1277
1278         * mml.el (mml-attach-file): Doc fix.
1279         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1280         Set mail-encode-mml when in Mail mode.
1281         Simplify code to set HEAD and move back to HEAD.
1282         (mml-insert-multipart, mml-insert-part):
1283         Set mail-encode-mml when in Mail mode.
1284
1285 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * gnus-util.el (gnus-timer--function): New function.
1288
1289         * gnus-art.el (gnus-article-stop-animations): Use it.
1290
1291 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1292
1293         Fix glitches caused by addition of psec to timers.
1294         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1295         rather than raw access to timer vector.
1296
1297 2012-09-11  Julien Danjou  <julien@danjou.info>
1298
1299         * gnus-notifications.el (gnus-notifications): Check for nil values in
1300         ignored addresses check.
1301
1302 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1303
1304         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1305
1306 2012-09-07  Chong Yidong  <cyd@gnu.org>
1307
1308         * gnus-util.el
1309         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1310
1311         * gnus-salt.el (gnus-tree-highlight-node):
1312         * gnus-sum.el (gnus-summary-highlight-line):
1313         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1314
1315 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1316
1317         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1318
1319 2012-09-06  Juri Linkov  <juri@jurta.org>
1320
1321         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1322         scheme for buffer names to be more consistent with other group and
1323         article buffer names in Gnus.
1324
1325 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-util.el
1328         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1329
1330         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1331         Jenkner.
1332
1333         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1334
1335         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1336
1337         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1338
1339 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1342         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1343
1344         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1345         string-prefix-p in Emacs >=23.2.
1346
1347         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1348         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1349         instead of string-match-p.
1350         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1351
1352 2012-09-06  Kenichi Handa  <handa@gnu.org>
1353
1354         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1355         lowercase a..f.
1356
1357 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1358
1359         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1360
1361 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1362
1363         * nnimap.el (nnimap-request-move-article): Decode the group name when
1364         doing internal moves to avoid charset issues.
1365
1366         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1367         TIME is set.
1368
1369 2012-09-05  Juri Linkov  <juri@jurta.org>
1370
1371         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1372         than one group at a time (bug#11961).
1373
1374 2012-09-05  Julien Danjou  <julien@danjou.info>
1375
1376         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1377         this hide the real reason with a message giving absolutely no hint.
1378
1379 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1382         to the backend (bug#11804).
1383
1384         * message.el (message-insert-newsgroups): Don't insert newsgroup
1385         duplicates (bug#12275).
1386
1387 2012-09-05  John Wiegley  <johnw@newartisans.com>
1388
1389         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1390         sieve rules.
1391
1392 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1393
1394         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1395         function.
1396
1397         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1398
1399         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1400
1401 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1402
1403         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1404         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1405         This should make nnmaildir more usable with offlineimap.
1406
1407 2012-09-05  Julien Danjou  <julien@danjou.info>
1408
1409         * nnimap.el (nnimap-request-list): Revert change that made listing
1410         synchronous.
1411         (nnimap-get-responses): Restore.
1412
1413 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1414
1415         * dgnushack.el: XEmacs 21.5 compilation fix.
1416
1417         * gnus-notifications.el (gnus-notifications-notify): Use it.
1418
1419         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1420         warnings on XEmacs.
1421
1422 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1423
1424         Better seeds for (random).
1425         * gnus-sync.el (gnus-sync-lesync-setup):
1426         * message.el (message-canlock-generate, message-unique-id):
1427         Change (random t) to (random), now that the latter is more random.
1428
1429 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1430
1431         * nnimap.el (nnimap-change-group): Document result value
1432
1433         * auth-source.el (auth-sources): Fix macos keychain access.
1434
1435         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1436         allow the backend `request-head' function to determine the group
1437         name on its own.
1438         (gnus-request-expire-articles): Filter out negative article numbers
1439         during expiry (Bug#11980).
1440
1441         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1442         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1443
1444         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1445         you've found the article when you haven't.
1446
1447         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1448         that nnimap-change-group can return t.
1449
1450 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1451
1452         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1453
1454 2012-08-30  Julien Danjou  <julien@danjou.info>
1455
1456         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1457         `gnus-notifications-timeout'.
1458         (gnus-notifications-timeout): Add.
1459         (gnus-notifications-action): New function.
1460         (gnus-notifications-notify): Add :action using
1461         `gnus-notifications-action'.
1462         (gnus-notifications-id-to-msg): New variable.
1463         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1464         notifications id to messages.
1465
1466 2012-08-30  Kenichi Handa  <handa@gnu.org>
1467
1468         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1469         once.
1470
1471 2012-08-29  Julien Danjou  <julien@danjou.info>
1472
1473         * gnus-notifications.el: New file.
1474         (gnus-notifications-notify): New function.
1475         (gnus-notifications): Use `gnus-notifications-notify'.
1476
1477 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1480         transfer encoding first; bind gnus-newsgroup-charset to the charset
1481         that the article specifies (Bug#12209).
1482
1483 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1486         (gnus-group-customize-done): Encode values posting-style holds.
1487
1488         * gnus-msg.el (gnus-summary-resend-message)
1489         (gnus-configure-posting-styles): Decode values posting-style group
1490         parameter holds.
1491
1492 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1495         `name' and `address' in Resent-From header.
1496
1497 2012-08-14  Chong Yidong  <cyd@gnu.org>
1498
1499         * gnus-art.el (article-display-face): Handle failure in
1500         gnus-create-image (Bug#11802).
1501
1502 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1503
1504         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1505         Use defsetf.
1506
1507 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1508
1509         * auth-source.el (auth-source-plstore-search)
1510         (auth-source-secrets-search): Ignore :require and :type in search spec.
1511
1512 2012-08-06  Julien Danjou  <julien@danjou.info>
1513
1514         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1515         `nnimap-request-move-article'.
1516
1517         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1518         Remove autoload, already handled by gnus.el.
1519
1520         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1521
1522         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1523         supported by nnimap actually. Reverts previous change.
1524
1525         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1526         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1527         to-buffer argument that is already supported.
1528
1529 2012-08-05  Julien Danjou  <julien@danjou.info>
1530
1531         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1532         Add autoload.
1533
1534 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * gnus.el (gnus-valid-select-methods): Fix custom type.
1537
1538 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1539
1540         * auth-source.el (auth-sources, auth-source-backend-parse)
1541         (auth-source-macos-keychain-search)
1542         (auth-source-macos-keychain-search-items)
1543         (auth-source-macos-keychain-result-append)
1544         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1545         auth-source.el through the /usr/bin/security utility.
1546         (auth-sources): Fix syntax error.
1547         (auth-source-macos-keychain-result-append): Fix variable name.
1548         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1549
1550 2012-07-27  Julien Danjou  <julien@danjou.info>
1551
1552         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1553         Emacs < 24.1
1554
1555 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * message.el (message-kill-address): Don't kill last newline.
1558         (message-skip-to-next-address): Don't move to the next header.
1559         (message-fill-field-address): Work properly.
1560
1561 2012-07-25  Julien Danjou  <julien@danjou.info>
1562
1563         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1564
1565 2012-07-24  Julien Danjou  <julien@danjou.info>
1566
1567         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1568
1569         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1570         (nntp-async-timer-handler): Remove, unused.
1571
1572         * nnimap.el (nnimap-get-responses): Remove, unused.
1573
1574         * nnheader.el (mail-header-set-extra): Remove, unused.
1575
1576         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1577         unused.
1578
1579         * mm-view.el (mm-view-sound-file): Remove, unused.
1580
1581         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1582         (mm-url-encode-multipart-form-data): Remove, unused.
1583
1584         * message.el (message-remove-signature, message-make-host-name)
1585         (message-fill-address): Remove, unused.
1586
1587         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1588         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1589         unused.
1590
1591         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1592         (gnus-xmas-call-region): Remove, unused.
1593
1594         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1595
1596         * gnus-util.el (gnus-extract-address-component-name)
1597         (gnus-extract-address-component-email, gnus-sortable-date)
1598         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1599         (gnus-process-live-p): Remove, unused.
1600
1601         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1602
1603         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1604         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1605         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1606         function.
1607
1608         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1609
1610         * gnus-score.el (gnus-summary-score-crossposting)
1611         (gnus-score-regexp-bad-p): Remove, unused.
1612
1613         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1614
1615         * gnus-range.el (gnus-sublist-p): Remove, unused.
1616
1617         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1618         unused.
1619
1620         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1621
1622         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1623         (gnus-request-associate-buffer): Remove, unused.
1624
1625         * gnus-group.el (gnus-group-set-method-info)
1626         (gnus-group-set-params-info): Remove, unused.
1627
1628         * gnus-fun.el (gnus-shell-command-to-string)
1629         (gnus-shell-command-on-region): Remove, unused.
1630
1631         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1632
1633         * gnus-art.el (gnus-article-text-type-exists-p)
1634         (article-translate-characters, gnus-article-hide-text-of-type)
1635         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1636         Remove, unused.
1637
1638 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1639
1640         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1641
1642 2012-07-21  Julien Danjou  <julien@danjou.info>
1643
1644         * message.el (message-dont-reply-to-names): Replace deprecated
1645         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1646         (message-get-reply-headers): Ditto.
1647
1648 2012-07-18  Julien Danjou  <julien@danjou.info>
1649
1650         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1651         `sieve-upload-and-kill'.
1652
1653         * sieve.el (sieve-bury-buffer): Remove function.
1654         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1655         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1656
1657 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1658
1659         * shr.el (shr-expand-url): Handle URL starting with `//'.
1660
1661 2012-07-13  Chong Yidong  <cyd@gnu.org>
1662
1663         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1664         instead of calling toggle-read-only with a (bogus) argument.
1665
1666 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1667
1668         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1669         of initial input when reading the author to restrict the summary to.
1670
1671 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * mm-decode.el (mm-shr):
1674         Allow overriding charset by mm-charset-override-alist.
1675
1676 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * gnus-art.el (gnus-article-view-part):
1679         Toggle subparts of multipart/alternative part.
1680
1681 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1682
1683         * shr.el (shr-render-buffer): New command.
1684         (shr-visit-file): Use it.
1685
1686 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1689         Set no-byte-compile and no-update-autoloads.
1690
1691 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1694
1695 2012-06-25  Julien Danjou  <julien@danjou.info>
1696
1697         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1698         `nnimap-request-move-articles-find-limit' since we do not use it only
1699         for move operations.
1700         (nnimap-request-accept-article): Use
1701         `nnimap-request-articles-find-limit' to limit search by message-id.
1702
1703 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1704
1705         Support higher-resolution time stamps (Bug#9000).
1706
1707         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1708         VARLIST.  It's optional, for backward compatibility.
1709         (encode-time-value): New optional arg PICO.  New type 3.
1710         (time-to-seconds) [!float-time]: Support the new picoseconds
1711         component if it's used.
1712         (seconds-to-time, time-subtract, time-add):
1713         Support ps-resolution time stamps as well.
1714
1715 2012-06-19  Julien Danjou  <julien@danjou.info>
1716
1717         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1718
1719         * nnimap.el (nnimap-log-buffer): Check that
1720         `window-point-insertion-type' is boundp, since it's not available in
1721         XEmacs.
1722
1723 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1724
1725         * nnimap.el (nnimap-log-buffer): Add this, setting
1726         `window-point-insertion-type' in the buffer to t.
1727         (nnimap-log-command): Use nnimap-log-buffer.
1728
1729 2012-06-19  Julien Danjou  <julien@danjou.info>
1730
1731         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1732         argument to be able to limit the search.
1733         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1734         (nnimap-request-move-articles-find-limit): Add this to limit the search
1735         by Message-Id after a message move.
1736         (nnimap): Add defgroup.
1737
1738 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1739
1740         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1741
1742 2012-06-15  Julien Danjou  <julien@danjou.info>
1743
1744         * nnimap.el (nnimap-find-article-by-message-id): Use
1745         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1746         (nnimap-possibly-change-group): Add read-only argument.
1747         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1748         issuing EXAMINE manually.
1749         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1750         with read-only argument.
1751         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1752         cannot possibly change because we need to be sure that it's either
1753         read-write or read-only.
1754
1755 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1758         being bound to a lambda form.
1759
1760 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1761
1762         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1763         articles when fetch-old is non-nil (bug#11370).
1764
1765 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1766
1767         * gnus-picon.el (gnus-picon-properties): New defcustom.
1768         (gnus-picon-create-glyph): Use it.
1769
1770 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * gnus-group.el (gnus-group-get-new-news): Respect
1773         `gnus-group-use-permanent-levels', as documented (bug#11638).
1774
1775 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1776
1777         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1778         groups (bug#11641).
1779
1780 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1781
1782         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1783         is an integer to avoid later problems.
1784
1785 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1788         locales.
1789
1790         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1791         on a handle.
1792
1793         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1794         address as the default.
1795         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1796
1797         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1798         makes no sense to query the user about internal files.
1799
1800         * gnus-spec.el: Remove all the byte-compilation stuff, since
1801         benchmarking shows that it doesn't help when entering large summary
1802         buffers.
1803
1804         * gnus-xmas.el (gnus-xmas-define): Remove.
1805
1806         * gnus-util.el (gnus-byte-code): Remove.
1807
1808         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1809         grouplens stuff.
1810
1811 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1814         (bug#11514).
1815
1816 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1817
1818         * message.el (message-buffers): Return all buffers derived from Message
1819         to make `gnus-dired-attach' work with mu4e.
1820
1821 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1822
1823         * nntp.el: Stop the `letf' madness.
1824         (nntp--report-1): New var.
1825         (nntp-report): Merge nntp-report-1 into it.
1826         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1827         the nntp-report function.
1828
1829         * auth-source.el: Fix comment-style to follow the convention.
1830
1831 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1832
1833         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1834         (mm-dissect-singlepart): Don't guess the MIME type of
1835         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1836         set.
1837         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1838         toplevel MIME type is multipart/encrypted.
1839
1840 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1843         a string so that Gcc works (bug#11514).
1844
1845 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1846
1847         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1848         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1849
1850 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1851
1852         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1853         jumping to *Server* from a dedicated *Group* window.
1854         (gnus-configure-frame): CSE.
1855
1856         * gnus-registry.el: Minor style cleanup.
1857         (gnus-registry--set/remove-mark): New function, extracted from
1858         gnus-registry-install-shortcuts.
1859         (gnus-registry-install-shortcuts): Use it.
1860
1861 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * nnspool.el (news-path): Use eval-and-compile.
1864
1865 2012-05-24  Glenn Morris  <rgm@gnu.org>
1866
1867         * nnspool.el (news-directory, news-path, news-inews-program):
1868         Move here from paths.el.  Don't see a need for these to be autoloaded.
1869
1870         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1871         Merge in doc from paths.el version.  Don't see any need for this to be
1872         autoloaded, or for the warning about users not setting it.
1873
1874 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1875
1876         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1877         format.  In particular, add an optional argument and a docstring.
1878
1879         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1880
1881         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1882         current before calling `gnus-groups-to-gnus-format'.
1883         Note that this was already the case for `gnus-active-to-gnus-format'.
1884
1885 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1886
1887         Fix minor Y10k bug.
1888         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1889
1890 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1891
1892         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1893         message once it's actually open.
1894
1895 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1896
1897         * gnus.el: Ma Gnus v0.5 is released.
1898
1899 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1900
1901         * auth-source.el (auth-source--aput-1, auth-source--aput)
1902         (auth-source--aget): New functions and macros.
1903         Use them instead of aput/aget.
1904
1905 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1906
1907         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1908
1909 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1910
1911         * plstore.el (plstore-called-interactively-p): New compat macro copied
1912         from message.el.
1913         (plstore-mode): Use it.
1914
1915 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1916
1917         * plstore.el: Revive the editing feature.
1918         (plstore-mode): New mode to edit plstore file.
1919         (plstore-mode-toggle-display, plstore-mode-original)
1920         (plstore-mode-decoded): New command.
1921         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1922         (plstore--insert-buffer, plstore--make): New function.
1923         (plstore-open, plstore-save): Simplify by using them.
1924
1925 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1928
1929 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1930
1931         * tls.el (open-tls-stream): Remove unused binding.
1932
1933 2012-04-16  Glenn Morris  <rgm@gnu.org>
1934
1935         * nndraft.el (nndraft-request-list): Fix declaration.
1936
1937 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * mm-decode.el (mm-dissect-buffer): Doc fix.
1940
1941         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1942         don't have a current group.
1943
1944         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1945         buffer if it doesn't exist.
1946
1947         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1948         given, mark the group as ephemeral with the current window conf.
1949
1950         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1951         buffer exists, which it doesn't if we haven't started Gnus.
1952         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1953
1954 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1957         type is.
1958
1959         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1960         `unexists' entries.
1961         (gnus-clean-old-newsrc): Fix last checkin.
1962
1963         * nnimap.el (nnimap-update-info): None of the articles below the active
1964         low-water mark exist.
1965
1966         * dgnushack.el: Get rid of XEmacs compilation warning.
1967
1968         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1969         would have gotten if we posted to the group, and use that to compare
1970         against the message we want to cancel (bug#10808).
1971
1972         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1973         on XEmacs.
1974
1975 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1976
1977         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1978         `scroll-margin'.
1979
1980 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1981
1982         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1983         citation prefix within a block of cited text should be considered part
1984         of that block *only* if it is a blank line.
1985
1986 2012-04-09  Chong Yidong  <cyd@gnu.org>
1987
1988         * binhex.el, hashcash.el, uudecode.el:
1989         Remove * characters from the front of variable docstrings.
1990
1991 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1994         before kinsoku-bol characters nor within kinsoku-eol characters.
1995
1996 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1999         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2000         (gnus-sync-read): Use mapc instead of mapcar.
2001
2002         * mm-archive.el: Require mm-decode for some macros.
2003         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2004         the byte compiler.
2005         (mm-archive-decoders): New function that returns the value of
2006         the mm-archive-decoders variable.
2007
2008         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2009         instead.
2010         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2011
2012         * nnimap.el (gnus-refer-thread-use-nnir):
2013         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2014
2015 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2018
2019 2012-03-12  Peter Münster  <pmrb@free.fr>
2020
2021         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2022         (gnus-demon-cancel): Ditto.
2023         (gnus-demon-run-callback): When function cannot be called due to low
2024         idleness, call it when idleness reaches the expected value, instead of
2025         waiting another timer period.
2026         (gnus-demon-init): Add `time' to arguments of call-back.
2027
2028 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2031
2032         * gnus.el: Register gnus-registry functions.
2033
2034         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2035         indent.
2036
2037         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2038         enabled before warping.
2039
2040 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2041
2042         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2043         registry about each article retrieved.
2044
2045         * gnus-int.el (gnus-select-group-with-message-id): New function.
2046         (gnus-try-warping-via-registry): Ditto.
2047         (gnus-warp-to-article): Fall back on the registry.
2048
2049 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2050
2051         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2052         inboxes.
2053
2054 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2057
2058 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2061         gnus-gcc-self-resent-messages may be a group parameter.
2062         (gnus-summary-resend-message): Don't encode encoded words in header
2063         when Gcc'ing resent message.
2064
2065 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * shr.el (shr-insert): Treat non-breaking space just like normal
2068         space.  This seems to produce more pleasing results.
2069         (shr-insert): Only insert a blank line if we're starting from an image.
2070         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2071         (shr-ensure-paragraph): Consider lines with white space to be blank.
2072
2073 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2074
2075         * Makefile.in: Respect DESTDIR.
2076
2077 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2078
2079         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2080         and gnus-gcc-post-body-encode-hook.
2081
2082 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2085         messages that don't exist.
2086
2087         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2088
2089 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2092         Remove.
2093
2094         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2095
2096         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2097
2098 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2101         have a group name.
2102
2103         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2104         a multibyte buffer (bug#7410).
2105         (article-wash-html): Parse the original article buffer to get the
2106         unencoded data (bug#7410).
2107
2108         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2109         .newsrc.el files.
2110
2111 2012-04-05  Bastien Guerry  <bzg@altern.org>
2112
2113         * color.el (color-lighten-name): Fix typo.
2114
2115 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2118         "#" to avoid having them interpreted as comments.
2119
2120 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * shr.el (shr-insert): Update the text state properly to avoid
2123         inserting spurious paragraph starts.
2124
2125 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * shr.el (shr-table-widths): Divide the extra width more fairly over
2128         the TDs (bug#10973).
2129         (shr-render-td): Don't delete too much padding.
2130         (shr-natural-width): Compute the natural width more correctly.
2131         (shr-insert): Allow the natural width to be computed for tables again.
2132         (shr-tag-table-1): Rework how the natural widths are computed by
2133         rendering the table a third time.
2134         (shr-natural-width): Removed.
2135         (shr-buffer-width): New function.
2136         (shr-expand-newlines): Use it.
2137
2138         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2139         using a `gnus-use-full-window' setup (bug#11013).
2140
2141 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2144         24.1 release.
2145
2146 2012-03-10  David Edmondson  <dme@dme.org>
2147
2148         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2149         'Forwarded Message' header and the start of the message.
2150
2151 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2152
2153         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2154         isn't running (bug#10897).
2155
2156 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2159         This is inconsistent with all the other stream functions, which leave
2160         the setting up to the higher levels (if so wanted) (bug#10931).
2161
2162 2012-02-28  Glenn Morris  <rgm@gnu.org>
2163
2164         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2165         mm-decode.el: Standardize possessive apostrophe usage.
2166
2167 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2170
2171 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2172
2173         * parse-time.el (parse-time-string): Allow extractor to return nil.
2174
2175 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2178
2179 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2182
2183 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2184
2185         * mm-decode.el (mm-shr): Remove "soft hyphens".
2186
2187         * nnimap.el (nnimap-request-list): Return the group names encoded as
2188         utf8.  Otherwise non-European group names don't work.
2189         (nnimap-request-newgroups): Ditto.
2190
2191         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2192         the default in `read-string' (bug#10757).
2193
2194         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2195         topics (bug#10843).
2196
2197         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2198         buffer.  Suggested by Herbert Valerio Riedel.
2199         (nnimap-request-move-article): Delete the message from the correct IMAP
2200         server.
2201
2202 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2203
2204         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2205         Reported by Peter Münster.
2206
2207 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2208
2209         * shr.el (shr-image-fetched): Make sure we really kill the right
2210         buffer.
2211
2212 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2213
2214         * gnus-start.el (gnus-1): Avoid duplicate entries.
2215
2216 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2217
2218         * imap.el: Remove.
2219
2220         * nntp.el (nntp-coding-system-for-read): Remove.
2221         (nntp-coding-system-for-write): Ditto.
2222         (nntp-open-connection): Just use `binary' directly.
2223
2224         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2225         Gnus 0.3.
2226
2227 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2228
2229         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2230         application/octet-stream parts really is.
2231
2232         * gnus-sum.el (gnus-propagate-marks): Remove.
2233
2234 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2235
2236         * shr.el (shr-rescale-image): Undo previous change; see
2237         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2238
2239 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2240
2241         * gnus.el: Ma Gnus v0.3 is released.
2242
2243 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-sum.el (gnus-summary-local-variables): Make
2246         `gnus-newsgroup-unexist' into a local variable.
2247
2248 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2249
2250         * registry.el (registry-usage-test, registry-persistence-test): Move to
2251         tests/gnustest-registry.el.
2252         (registry-make-testable-db, registry-match-test)
2253         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2254
2255         * gnus-registry.el (gnus-registry-misc-test)
2256         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2257
2258         * tests/gnustest-registry.el: New file with the registry and
2259         gnus-registry ERT tests.
2260
2261 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-msg.el (gnus-summary-resend-message): Make
2264         gnus-summary-resend-message-insert-gcc be last item in
2265         message-header-setup-hook.
2266
2267 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2268
2269         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2270         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2271         Remove.
2272         (nnfolder-open-server): Don't use marks.
2273         (nnfolder-request-delete-group): Ditto.
2274         (nnfolder-request-rename-group): Ditto.
2275         (nnfolder-request-set-mark, nnfolder-request-marks)
2276         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2277         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2278
2279         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2280         (nnml-marks-modtime): Remove.
2281         (nnml-request-delete-group): Don't use marks.
2282         (nnml-request-rename-group): Ditto.
2283         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2284         (nnml-save-marks, nnml-open-marks): Remove.
2285
2286         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2287         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2288         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2289         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2290         (nntp-server-to-method-cache): Remove.
2291
2292         * shr.el (shr-rescale-image): Fix wrong merge.
2293
2294 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2295
2296         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2297         too-wide lines.
2298
2299 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2300
2301         * nnimap.el (nnimap-record-commands): New variable.
2302         (nnimap-log-command): Use it.
2303         (nnimap-make-process-buffer): Add a space to the process buffer.
2304         (nnimap-transform-headers): Don't bug out on header lines containing
2305         stuff that look like IMAP length encodings.
2306
2307         * shr.el (shr-rescale-image): Allow viewing large images.
2308
2309 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2310
2311         * nnml.el (nnml-request-compact-group): Delete the marks file after
2312         compaction (bug#10800).
2313
2314         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2315         group exit.
2316
2317         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2318         QRESYNC/FETCH output.
2319
2320 2012-02-11  Glenn Morris  <rgm@gnu.org>
2321
2322         * sieve-manage.el (sieve-manage-default-stream):
2323         * shr.el (shr):
2324         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2325         (nnir-retrieve-headers-override-function)
2326         (nnir-imap-default-search-key, nnir-notmuch-program)
2327         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2328         (nnir-method-default-engines):
2329         * message.el (message-cite-reply-position):
2330         * gssapi.el (gssapi-program):
2331         * gravatar.el (gravatar):
2332         * gnus-sum.el (gnus-refer-thread-use-nnir):
2333         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2334         (gnus-registry-max-pruned-entries):
2335         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2336         * gnus-int.el (gnus-after-set-mark-hook)
2337         (gnus-before-update-mark-hook):
2338         * gnus-async.el (gnus-async-post-fetch-function):
2339         * auth-source.el (auth-source-cache-expiry):
2340         Add missing :version tags to new defcustoms and defgroups.
2341
2342 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2343
2344         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2345         `gnus-newsgroup-unexist'.
2346
2347         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2348         marks.
2349         (gnus-article-special-mark-lists): Put the `unexist' in the special
2350         marks list instead.
2351
2352         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2353         articles in the list of articles to be selected.
2354
2355         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2356         articles.
2357         (nnimap-update-info): Keep track of unexisting articles.
2358         (nnimap-update-qresync-info): Ditto.
2359
2360 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2361
2362         * message.el (message-default-send-mail-function): Made into own
2363         function for reuse by emacsbug.el.
2364
2365 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2366
2367         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2368         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2369
2370 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2371
2372         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2373         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2374
2375         * gnus-compat.el: Define `timer-set-function'.
2376
2377         * mm-decode.el (mm-display-external): Output the text from the command
2378         in the buffer after the command finished.  This makes text-based
2379         commands behave better.
2380
2381 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2382
2383         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2384
2385 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2388         23.1.
2389
2390 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2393
2394 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2395
2396         * message.el (smtpmail-smtp-user): Silence compiler warning.
2397
2398 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2399
2400         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2401         SMTP user name.
2402
2403 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-sum.el (gnus-summary-show-thread):
2406         next-single-char-property-change may return nil in XEmacs.
2407         (gnus-summary-article-map): Fix typo.
2408
2409 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2410
2411         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2412         running.
2413
2414         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2415
2416         * gnus.el (gnus-server-extend-method): Don't add an -address component
2417         if the method already has one (bug#9676).
2418
2419 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2420
2421         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2422         of an initial-input for consistency (bug#10757).
2423
2424         * dgnushack.el: Fix XEmacs compilation warning.
2425
2426         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2427
2428         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2429
2430 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2431
2432         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2433         lines that are narrower than the window width.  Otherwise background
2434         "blocks" will look less readable.
2435
2436 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2437
2438         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2439         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2440         have newlines within the strings, and where the UID comes after the
2441         BODYSTRUCTURE element (bug#10537).
2442
2443         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2444         (bug#10732).
2445
2446         * shr.el (shr-insert-document): Add doc string.
2447         (shr-visit-file): Ditto.
2448         (shr-remove-trailing-whitespace): New function.
2449         (shr-insert-document): Use it to clean up trailing whitespace as the
2450         final step (bug#10714).
2451
2452 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2453
2454         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2455         buffer if `gnus-kill-summary-on-exit' is nil.
2456
2457 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2460         when just reading a single group from "without" Gnus.
2461
2462 2012-02-06  Chong Yidong  <cyd@gnu.org>
2463
2464         * gnus-sum.el (gnus-summary-show-thread):
2465         next-single-char-property-change never returns nil (Bug#8657).
2466
2467 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2468
2469         * message.el (message-multi-smtp-send-mail): New function.
2470         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2471         header to implement multi-SMTP functionality.
2472
2473         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2474         (gnus-agentize): Don't set it.
2475         (gnus-agent-send-mail): Don't use it.
2476
2477         * gnus-sum.el (gnus-summary-widget-backward): New function and
2478         keystroke.
2479
2480         * gnus-compat.el: More the compat functions more compatible.
2481
2482         * shr.el (shr-put-image): Remove underlines from sliced images.
2483         (shr-zoom-image): Compute the region to be replaced more correctly.
2484
2485 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2488         (gnus-summary-resend-message-insert-gcc): New function.
2489         (gnus-summary-resend-message): Modify message-header-setup-hook and
2490         message-sent-hook to make it work for Gcc.
2491         (gnus-inews-do-gcc): Update the number of unread articles of groups
2492         that messages are Gcc'd to.
2493
2494         * message.el (message-resend): Run message-sent-hook to do Gcc.
2495
2496 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2497
2498         * lpath.el: Fix an XEmacs compilation warning.
2499
2500         * gnus-compat.el: Require `help-fns' to fix compilation error.
2501
2502         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2503         a higher level to silence compilation.
2504
2505         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2506         parameter to allow controlling the scaling.
2507
2508         * shr.el (shr-zoom-image): New command and keystroke.
2509         (shr-put-image): Take a `size' flag to say how to scale the image.
2510
2511         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2512         deletion unless already defined.
2513
2514         * gnus.el (gnus-compat): Require it.
2515
2516         * gnus-compat.el: New file.
2517
2518         * gnus-start.el (gnus-clean-old-newsrc): New function.
2519         (gnus-read-newsrc-file): Use it.
2520
2521         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2522         Use recursive deletion.
2523         (mm-dissect-archive): Add support for zip files.
2524
2525         * gnus-util.el (gnus-recursive-directory-files): New function.
2526
2527         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2528         (mm-archive-decoders): Add tgz support.
2529
2530         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2531         Otherwise inserting text into the Gnus buffer can look odd.
2532
2533         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2534
2535         * mm-archive.el (mm-archive-decoders): Add support for tar.
2536
2537         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2538
2539         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2540
2541 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2542
2543         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2544
2545         * mm-archive.el: New file.
2546
2547         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2548
2549         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2550
2551         * message.el (message-goto-*): Make all the `message-goto-*' commands
2552         push the mark before moving point.  This makes it easier to go back to
2553         where you came from after editing whatever you jumped to.
2554
2555 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2556
2557         * gnus.el: Ma Gnus v0.1 is released.
2558
2559 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2560
2561         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2562         without reconnecting.
2563         (nnimap-possibly-change-group): Ditto.
2564         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2565         connection has died before being called.
2566
2567 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2568
2569         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2570         an initial sync unless we're really doing one.
2571
2572         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2573         address parameter if one already exists (bug#9676).
2574
2575         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2576         not the prefix, as documented (bug#10689).
2577
2578 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2579
2580         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2581         the "server".
2582
2583         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2584         the real error message with the useless "previously known to be down".
2585         Which isn't even correct.
2586
2587         * nntp.el (nntp-open-connection): Report the error message if the nntp
2588         server can't be reached.
2589
2590         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2591         groups we do a total scan for.
2592         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2593         doing that.
2594
2595 2012-01-31  Jim Meyering  <jim@meyering.net>
2596
2597         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2598         Correct a comment (insert "not") and hide nominally-doubled "to".
2599
2600 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2601
2602         * gnus.el (gnus-version): Change name to "Ma Gnus".
2603
2604 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2605
2606         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2607         section in the manual.
2608
2609 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2610
2611         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2612         words.
2613         (rfc2047-encode-string): Ditto.
2614         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2615         understand folded filename="..." parameters, for instance.
2616
2617         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2618         the message for greater debuggability.
2619
2620 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2621
2622         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2623         instead of setting it locally, since the latter doesn't seem to have
2624         any effect (most of the time).
2625
2626 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2627
2628         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2629         function call.
2630
2631 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2632
2633         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2634         seconds, and make the repeat clause with HH:MM specs work as
2635         documented.
2636
2637 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2638
2639         * proto-stream.el (proto-stream-capability-open): Fall back on
2640         :end-of-command if :end-of-capability doesn't exist.
2641
2642 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2645         bound globally in old Emacsen and XEmacsen.
2646
2647 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2648
2649         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2650         so that previous errors don't prohibit getting new news.
2651
2652         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2653
2654         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2655
2656 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2657
2658         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2659         buffer, not of the string which is its name.
2660
2661 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2662
2663         * proto-stream.el (proto-stream-capability-open): Wait for
2664         :end-of-capability, not :end-of-command.
2665
2666         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2667         non-server-marks groups.
2668         (gnus-group-make-articles-read): Ditto.
2669
2670         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2671         methods (bug#9676).
2672
2673         * gnus.el (gnus-method-ephemeral-p): New function.
2674
2675 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2678         left-to-right.
2679
2680 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2681
2682         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2683         warning.
2684
2685 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2688         macroexpand the nnir things, since they haven't been defined yet, and
2689         nnir requires gnus-sum.
2690
2691 2012-01-24  Julien Danjou  <julien@danjou.info>
2692
2693         * color.el (color-rgb-to-hsl): Fix value computing.
2694         (color-hue-to-rgb): New function.
2695         (color-hsl-to-rgb): New function.
2696         (color-clamp, color-saturate-hsl, color-saturate-name)
2697         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2698         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2699
2700 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2703
2704 2012-01-19  Julien Danjou  <julien@danjou.info>
2705
2706         * color.el (color-name-to-rgb): Use the white color to find the max
2707         color component value and return correctly computed values.
2708         (color-name-to-rgb): Add missing float conversion for max value.
2709
2710 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2711
2712         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2713         logical server name in addition to the actual machine address.
2714
2715         * auth-source.el (auth-source-user-and-password): Add convenience
2716         wrapper to search by just host and optionally user.
2717
2718 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2721         after rendering.
2722
2723 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2726         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2727         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2728
2729 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2732         (bug#9693).
2733         (gnus-summary-setup-buffer): Document return value (bug#9697).
2734
2735         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2736         since ido doesn't work on symbols (bug#9632).
2737
2738         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2739         when getting a single value as when getting all the values.  This means
2740         that atoms like `gcc-self' work cumulatively, like variable settings,
2741         instead of getting the value from the last matching clause.
2742         (gnus-group-find-parameter): Protect against the group buffer not
2743         existing (bug#9585).
2744
2745 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * gnus-start.el (gnus-activate-group): Document more parameters
2748         (bug#9694).
2749
2750         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2751         (bug#9692).
2752
2753         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2754         article was fetched, so that it can be expired later (bug#9958).
2755         (gnus-agent-summary-fetch-series): Add doc string.
2756         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2757         (bug#9517).
2758
2759         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2760         retrieval is happening.
2761
2762         * gnus.el (gnus-parameters): Doc fix.
2763
2764 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2765
2766         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2767         show the thread after expansion.
2768
2769 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * gnus-art.el (article-narrow-to-head): If the head is completely
2772         empty, narrow to the empty region (bug#9764).
2773
2774         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2775         read, and then mark them as unread only when the unread mark is used.
2776         This makes `C-- T k' actually work, even though it's confusing.
2777
2778         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2779         alive before we try to find its window.
2780
2781 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2782
2783         * mm-decode.el (mm-display-external): Use a longer timeout for the
2784         deletion to allow slow programs to display the file.
2785
2786 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2789         prompt to be less confusing.
2790
2791         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2792         argument to `message-reply'.  This broke `special-display-*' frame
2793         pop-uping (bug#10238).
2794
2795 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2798         systems, since these allegedly don't work there.
2799
2800 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2801
2802         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2803         live buffer.
2804
2805 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * nnir.el (nnir-retrieve-headers): Protect against the article not
2808         existing on the server (bug#10335).
2809
2810 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2811
2812         * gnus-agent.el (gnus-agent-load-local): Recompute
2813         gnus-agent-article-local on changing method.
2814
2815 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * gnus.el (gnus-parameters): Note precedence.
2818
2819 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2820
2821         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2822         in the group buffer.
2823
2824 2012-01-04  Julien Danjou  <julien@danjou.info>
2825
2826         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2827         change.
2828
2829 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2832         too.
2833
2834         * nntp.el (nntp-retrieve-group-data-early): Use it.
2835
2836 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * nntp.el (nntp-retrieval-in-progress): New variable.
2839         (nntp-make-process-buffer): Make it buffer-local.
2840
2841         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2842         2010.
2843         (gnus-demon-init): Use it to compute the time if time is on the form
2844         "04:23".
2845
2846         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2847
2848         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2849         status in the correct buffer.
2850
2851 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2852
2853         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2854         when opening topics (bug#10407).
2855
2856 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2857
2858         * gnus-cus.el (gnus-score-customize):
2859         * gnus-sum.el (gnus-sort-gathered-threads):
2860         * message.el (message-shorten-references):
2861         * nnmairix.el (nnmairix-request-group):
2862         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2863
2864 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2865
2866         * gnus-agent.el (gnus-agent-regenerate-group):
2867         * gnus-int.el (gnus-retrieve-group-data-early):
2868         * mm-util.el (mm-codepage-ibm-list):
2869         * nndiary.el (Commentary, nndiary-get-new-mail):
2870         * nnir.el (nnir):
2871         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2872
2873 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * mm-view.el (mm-display-inline-fontify): Add comment.
2876
2877 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2878
2879         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2880         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2881
2882 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2883
2884         * gnus-art.el (gnus-split-methods):
2885         * gnus-msg.el (gnus-configure-posting-styles):
2886         * gnus-spec.el (gnus-parse-simple-format):
2887         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2888         * message.el (message-do-actions): Spelling fix.
2889
2890 2011-12-15  Juri Linkov  <juri@jurta.org>
2891
2892         * mm-decode.el (mm-inline-media-tests): Add missing
2893         `mm-handle-media-subtype'.
2894
2895 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2896
2897         * gnus-group.el (gnus-group-tool-bar):
2898         * gnus-sum.el (gnus-summary-tool-bar):
2899         * message.el (message-tool-bar):
2900         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2901
2902 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2903
2904         * plstore.el (plstore--insert-buffer): Spelling fix.
2905
2906 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2907
2908         * message.el (message-valid-fqdn-regexp): Update with newly approved
2909         top-level domain names ".tel" and ".asia".
2910
2911 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2914         unconditionally.
2915
2916 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2919         pop-to-buffer-same-window for old Emacsen.
2920
2921 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2922
2923         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2924
2925 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2926
2927         * netrc.el (netrc-credentials): Spelling fix.
2928
2929 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2930
2931         * gnus-fun.el (gnus-fun-ppm-change-string):
2932         * gnus-msg.el (gnus-inews-do-gcc):
2933         * gnus-sum.el (gnus-summary-find-for-reselect):
2934         * gnus.el (gnus-summary-cancelled):
2935         * message.el (message-cancel-hook, message-send-news):
2936         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2937         * nnir.el (nnir-run-hyrex):
2938         * nntp.el (nntp-with-open-group-function):
2939         * pgg.el (pgg-pending-timers): Spelling fix.
2940
2941 2011-12-04  Chong Yidong  <cyd@gnu.org>
2942
2943         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2944         change (Bug#10200).
2945
2946 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * compface.el (uncompface):
2949         * gnus-art.el (gnus-article-x-face-command): Update the header format
2950         of icon data for the most recent icontopbm program.
2951
2952 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * gnus-msg.el (gnus-inews-do-gcc):
2955         * message.el (message-send-mail):
2956         * mml.el (mml-generate-mime): Share the value of the buffer-local
2957         `message-options' variable between a draft buffer and temprary working
2958         buffers.
2959
2960 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2961
2962         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2963
2964 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2967         for Cygwin.
2968
2969 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2970
2971         * gnus-group.el (gnus-group-prepare-flat):
2972         * mm-bodies.el (mm-encode-body):
2973         * mml.el (mml-preview):
2974         * nnml.el (nnml-request-compact-group):
2975         * pop3.el (pop3-stream-type): Spelling fix.
2976
2977 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2978
2979         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2980
2981 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2982
2983         * color.el (color-rgb-to-hsl):
2984         * gmm-utils.el (gmm-tool-bar-style):
2985         * gnus-group.el (gnus-group-prepare-flat):
2986         * gnus-topic.el (gnus-topic-prepare-topic):
2987         * mm-decode.el (mm-discouraged-alternatives):
2988         * rfc2047.el (rfc2047-encode-1):
2989         * starttls.el: Spelling fix.
2990
2991 2011-11-24  Glenn Morris  <rgm@gnu.org>
2992
2993         * binhex.el (binhex-begin-line): Give it basic doc-string.
2994
2995         * starttls.el, tls.el: Fix case of "GnuTLS".
2996
2997 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2998
2999         * gnus-group.el (gnus-group-highlight): Fix typo.
3000
3001 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3002
3003         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3004         value of `delete-file', that returns nil for a local file but returns t
3005         for a remote file using ssh.
3006
3007 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3008
3009         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3010
3011 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3014         avoid later breakage.
3015
3016 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3019         article buffers' name.
3020
3021 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3024         by Paul Eggert's spellfixes two days ago.
3025
3026 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3029         doesn't have it.
3030
3031         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3032         buffer-local instead of binding them to avoid warnings.  Also demote
3033         errors (bug#10063).
3034         (font-lock-mode-hook): Shut up byte compiler.
3035
3036 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3037
3038         * mm-util.el (mm-charset-after):
3039         * nnir.el (nnir-run-hyrex):
3040         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3041         (ntlm-get-password-hashes, ntlm-md4hash):
3042         * smime.el: Fix typo.
3043
3044 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3045
3046         * gnus-agent.el (gnus-agent-expire-group-1):
3047         * nndiary.el (nndiary-last-occurence):
3048         * nnimap.el (nnimap-request-set-mark):
3049         * nnmairix.el (nnmairix-only-use-registry):
3050         * gnus-group.el (gnus-group-prepare-flat):
3051         * gnus-sum.el (gnus-decode-encoded-word-methods):
3052         * message.el (message-wash-subject):
3053         * nntp.el (nntp-retrieve-headers-with-xover):
3054         * smime.el (smime-certificate-directory): Spelling fix.
3055
3056 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3057
3058         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3059
3060         * color.el:
3061         * gnus-agent.el (gnus-agent-possibly-alter-active):
3062         * gnus-dired.el (gnus-dired-print):
3063         * mail-parse.el:
3064         * nnmairix.el (nnmairix-request-group):
3065         * shr.el (shr-image-displayer):
3066         * sieve-manage.el:
3067         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3068
3069 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3070
3071         * gnus-sum.el (gnus-auto-select-subject):
3072         * spam-report.el (spam-report-resend): Spelling fix.
3073
3074 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3075
3076         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3077         * gnus-art.el (gnus-default-article-saver):
3078         * gnus-srvr.el (gnus-server-copy-server):
3079         * gnus.el (gnus-sloppily-equal-method-parameters):
3080         * html2text.el (html2text-format-tag-list):
3081         * message.el (message-narrow-to-head):
3082         * nndiary.el:
3083         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3084         * sieve.el: Spelling fix.
3085
3086 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3087
3088         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3089         * gnus-sum.el (gnus-summary-make-menu-bar):
3090         * gnus-uu.el (gnus-uu-decode-postscript)
3091         (gnus-uu-decode-postscript-and-save):
3092         * mailcap.el (mailcap-print-command):
3093         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3094         Fix typos.
3095
3096 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3097
3098         * gnus-art.el (gnus-article-part-wrapper):
3099         * html2text.el (html2text-fix-paragraphs):
3100         * mm-decode.el (mm-image-fit-p):
3101         * rfc2047.el (rfc2047-encode-message-header):
3102         * shr-color.el (shr-color-visible-distance-min)
3103         (shr-color-relative-to-absolute, set-minimum-interval)
3104         (shr-color-visible): Fix typos.
3105
3106 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3107
3108         * gmm-utils.el (gmm-tool-bar-item):
3109         * gnus-art.el (gnus-treat-body-boundary):
3110         * gnus-diary.el (gnus-user-format-function-d):
3111         * gnus-start.el (gnus-get-unread-articles):
3112         * pgg-gpg.el (pgg-gpg-update-agent):
3113         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3114
3115 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3116
3117         * gnus-topic.el (gnus-group-prepare-topics):
3118         * gnus-uu.el (gnus-extract-view):
3119         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3120
3121 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3122
3123         * spam.el: Move BBDB autoloads.
3124         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3125         BBDB 2 and 3.
3126         (spam-check-BBDB): Use it.
3127         (spam-enter-ham-BBDB): Use it.
3128
3129 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3130
3131         * smime.el (smime-draw-buffer): Spelling fix.
3132
3133 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3134
3135         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3136         for scanning exactly one level.
3137         * gnus-start.el (gnus-get-unread-articles): Ditto.
3138
3139 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3142         slightly clearer.
3143
3144 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3145
3146         * gnus-sync.el: More commentary about setup.
3147
3148 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * message.el (message-send-and-exit): Document `arg'.
3151
3152 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3153
3154         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3155
3156 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3157
3158         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3159
3160         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3161         we don't use `bound-and-true-p'.
3162
3163 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3164
3165         * gnus-util.el (gnus-bound-and-true-p): Remove.
3166         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3167         * nnir.el: Use it.
3168         * nnmairix.el: Use it.
3169
3170 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3171
3172         * gnus-sync.el: Improve docs about CouchDB admins.
3173
3174         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3175         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3176         for reasons unknown.
3177         * nnir.el: Use it.
3178         * nnmairix.el: Use it.
3179
3180         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3181         * nnir.el: Ditto.
3182         * nnmairix.el: Ditto.
3183
3184         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3185
3186 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3187
3188         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3189         not needed.  Provide xmlplistread list function to produce XML plist
3190         output for non-Gnus LeSync clients.
3191
3192 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3193
3194         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3195
3196         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3197         and save against it.  Group subscriptions, read marks, other marks,
3198         subscription levels, topic names, and topic offsets (the group's
3199         position within the topic) are saved.  This is an experimental backend
3200         and may change significantly.  Load json.el from the gnus-fallback-lib
3201         if it's not available otherwise.
3202         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3203
3204 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3205
3206         * message.el (message-completion-function): Make sure
3207         message-tab-body-function is not attempted if one of
3208         message-completion-alist fails to find a completion (bug#9158).
3209
3210 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3211
3212         * mml.el (mml-quote-region): Quote <#secure> tag.
3213         (mml-generate-mime-1): Unquote <#secure> tag.
3214
3215 2011-10-20  Chong Yidong  <cyd@gnu.org>
3216
3217         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3218         calling a minor mode from Lisp with nil arg enables it, so we have to
3219         make the wording a bit ambiguous here).
3220
3221 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3222
3223         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3224         * nnir.el (nnir-mode): Use it.
3225         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3226         Use it.
3227
3228         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3229         * nnmairix.el (gnus-registry-enabled): Ditto.
3230
3231 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3232
3233         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3234         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3235         only while we need to find out if it should be t or nil.
3236         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3237         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3238         the registry is installed.  Set it to nil when it's unloaded.
3239         (gnus-registry-install-p): Provide user guidance for the initial value
3240         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3241         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3242         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3243         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3244         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3245         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3246         `gnus-registry-install'.
3247
3248 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3249
3250         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3251         previous change.
3252         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3253         primary key is marked as disabled.
3254
3255 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3256
3257         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3258         primary key is marked as disabled.
3259
3260 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3261
3262         * html2text.el (html2text-clean-anchor): Check for quotes around
3263         `href' value.
3264
3265 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3266
3267         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3268         searching.  Drop `bbdb-cache'.
3269
3270 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * message.el (message-signed-or-encrypted-p): Exclude header when
3273         checking if there is signed or encrypted body in text/plain message.
3274
3275 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3276
3277         * html2text.el (html2text-get-attr): Correctly handle attribute values
3278         containing "=".
3279
3280 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3281
3282         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3283         handle bindings.
3284
3285 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-win.el (gnus-configure-windows): Protect against reading
3288         ephemeral groups outside of Gnus.
3289
3290 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * shr.el (shr-tag-img): Don't get images displayed in tables.
3293
3294 2011-10-03  Glenn Morris  <rgm@gnu.org>
3295
3296         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3297         the "maintainer" version of debbugs.gnu.org reports.
3298
3299 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3302         make asynchronous adjacent image insertion work better.
3303
3304 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3305
3306         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3307         documentation.
3308
3309 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3312         `gnus-asynchronous' isn't shadowed.
3313
3314 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3317
3318         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3319         (nnimap-insert-partial-structure): The charset parameter isn't
3320         case-sensitive.
3321
3322         * nnheader.el (nnheader-message-maybe): New function.
3323
3324         * shr.el (shr-tag-table): Render totally broken tables better.
3325
3326         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3327         computing the boundary.
3328
3329 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * pop3.el (pop3-number-of-responses): Remove.
3332         (pop3-wait-for-messages): Rewrite to take linear time instead of
3333         exponential time.
3334
3335 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3338         re-fetch images.
3339
3340         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3341         re-fetch images when hitting `g' in Gnus.
3342
3343 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3346         (mml-compute-boundary): Don't check collision if it is non-nil.
3347         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3348         before checking collision.
3349
3350 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * message.el (message-indent-citation): Really make sure there's a
3353         newline at the end.
3354
3355         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3356         Fix suggested by John Wiegley.
3357
3358         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3359
3360         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3361
3362         * message.el (message-default-send-rename-function): Break out into its
3363         own function.
3364
3365         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3366         doesn't work under XEmacs.
3367
3368         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3369         of "imaps" to word around Windows problems.
3370         (nnimap-open-connection-1): Use it.
3371
3372         * message.el (message-indent-citation): Revert last change which made
3373         `F' not work.
3374
3375 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3376
3377         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3378         terminal as well.
3379
3380 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3383         because it displays images using overlays that aren't easy to copy to
3384         the article buffer.
3385
3386 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3387
3388         * message.el (message-indent-citation): Fix empty line removal at the
3389         end of the citation.
3390
3391 2011-09-20  Julien Danjou  <julien@danjou.info>
3392
3393         * auth-source.el (auth-source-netrc-create): Use default value for
3394         password if specified.  Evaluate default.
3395         (auth-source-plstore-create): Ditto.
3396         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3397         value evaluation.
3398         (auth-source-netrc-create): Typo fix.
3399         (auth-source-plstore-create): Ditto.
3400
3401         * password-cache.el (password-cache-remove): Remove entries even if the
3402         value is nil, so that password with a nil value (negative caching) is
3403         possible to invalidate.
3404
3405         * auth-source.el (auth-source-format-cache-entry): New function.
3406
3407 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3410
3411 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3414
3415 2011-09-19  Julien Danjou  <julien@danjou.info>
3416
3417         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3418         which work with things that are not ASCII.
3419
3420 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3423
3424 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3427         message level.
3428
3429 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3432
3433 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3436
3437 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3438
3439         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3440         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3441
3442 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3443
3444         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3445         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3446         articles.
3447
3448 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3449
3450         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3451         (message-mail-other-window, message-mail-other-frame)
3452         (message-news-other-window, message-news-other-frame):
3453         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3454         instead of setting buffer display varibles.
3455
3456 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3459
3460         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3461
3462 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3465         duplicates" to a higher level.
3466
3467         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3468         most egregious messages.
3469
3470 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3473
3474 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3475
3476         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3477         up the file (bug#9351).
3478
3479 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3482         it does with all other backends, but decode the names immediately after
3483         getting them.
3484
3485         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3486         decoding nnimap groups.
3487
3488         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3489         newsrc file.  It doesn't seem like an important optimization any more.
3490
3491 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3492
3493         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3494         overflows.
3495
3496 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3499         (gnus-interactive-exit): Extend to `quiet'.
3500
3501         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3502
3503         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3504         string.
3505
3506         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3507         renaming function arguments from `this'.
3508
3509         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3510
3511         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3512         has been renamed.
3513         (gnus-lrm-string-p): Include RLM and PDF, too.
3514
3515         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3516         (bug#9225).
3517
3518 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3519
3520         Add autoload cookies for functions used by sendmail.el.
3521         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3522
3523         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3524
3525 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-art.el (article-date-ut): Work properly even when there are
3528         things like Date header in the body; work for forwarded parts.
3529
3530 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3531
3532         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3533         original-article-buffer.
3534
3535 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3536
3537         * nnir.el (nnir-compose-result): Fix matching of server type.
3538         (nnir-run-swish++): Ditto.
3539         (nnir-run-namazu): Ditto.
3540         (nnir-run-notmuch): Ditto.
3541
3542 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3545         (bug#9405).
3546
3547         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3548         (bug#9421).
3549
3550         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3551         (bug#9425).
3552
3553         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3554         thing (bug#9426).
3555
3556 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3559         the error message.
3560
3561 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3562
3563         * message.el (message-setup-1): Return t (Bug#9392).
3564
3565 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3566
3567         * gnus-sum.el: When adding article headers to a summary buffer also
3568         update gnus-newsgroup-articles (bug#9386).
3569
3570 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * auth-source.el: Autoload help-mode.
3573
3574 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3577         names.
3578
3579 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3580
3581         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3582         mm-replace-in-string for compatibility issues.
3583         * mml2015.el (mml2015-epg-verify): Ditto.
3584
3585 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3588
3589         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3590
3591 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3594         continue on and do the clean-up phase (bug#9188).
3595
3596         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3597         just ignore groups that can't be opened instead of erroring out
3598         (bug#9225).
3599
3600         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3601         nil since some many people are fuddy-duddies.
3602
3603         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3604         images.
3605
3606         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3607         instead.
3608
3609         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3610
3611         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3612
3613         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3614         processing.
3615
3616         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3617         buffer to avoid warnings.
3618
3619 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3620
3621         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3622         specified to reduce precision.
3623
3624 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3627         bodystructures (bug#9314).
3628
3629 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3632         Make button keymap non-sticky after buttons.
3633
3634 2011-08-18  David Engster  <dengste@eml.cc>
3635
3636         * nnmairix.el (nnmairix-request-set-mark)
3637         (nnmairix-goto-original-article): Remove adding of article to registry,
3638         since `gnus-registry-add-group' isn't available anymore.
3639         (nnmairix-determine-original-group-from-registry):
3640         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3641         available anymore.
3642
3643 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3644
3645         * starttls.el (starttls-any-program-available): Define as obsolete
3646         function.
3647
3648 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3651         versions which Gnus use when appropriate.
3652
3653         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3654         a pretty destructive command.
3655
3656         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3657
3658 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * message.el (message-fix-before-sending): Make a different warning
3661         about NUL characters (bug#9270).
3662
3663         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3664         from custom (bug#9260).
3665
3666         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3667         things work in Emacs 22 and XEmacs, too.
3668
3669         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3670         default From.
3671
3672         * gnus-spec.el (gnus-lrm-string-p): New macro.
3673         (gnus-lrm-string): New constant.
3674         (gnus-summary-line-format-spec): LRM-ify the from.
3675         (gnus-tilde-max-form): LRM-ify string chopping.
3676
3677         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3678
3679         * message.el (message-is-yours-p): Allow disabling canlock checking
3680         (bug#9295).
3681         (message-shoot-gnksa-feet): Add `canlock-verify'.
3682         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3683         message directory isn't writable (bug#9304).
3684
3685         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3686         non-world-readable.
3687
3688 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3691         articles.
3692
3693 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3694
3695         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3696         copy-list.
3697
3698 2011-08-12  Sam Steingold  <sds@gnu.org>
3699
3700         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3701         in the reverse order to avoid modifying the cache with `nreverse'.
3702         (gnus-all-score-files): Do not modify the value returned by
3703         `gnus-score-find-alist' because it lives in a cache variable.
3704         (gnus-current-home-score-file): No need to `nreverse' the return value
3705         of `gnus-score-find-alist', it is already in the correct order.
3706
3707 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3708
3709         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3710         type MESSAGE and subtype RFC822 is slightly different from those of
3711         type TEXT.
3712
3713 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3714
3715         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3716         This allows article-referral to work from an nnir group.
3717
3718 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3719
3720         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3721
3722 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3723
3724         * mml1991.el (mml1991-epg-find-usable-key)
3725         (mml1991-epg-find-usable-secret-key): New function.
3726         (mml1991-epg-sign): Check if signing key is usable.
3727         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3728
3729 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3730
3731         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3732         server-variables only.  This should fix a bug introduced with commit
3733         e1889675b7f4adf057833c5513c9374134c4e053.
3734         (nnir-run-query): 'nnir-search-engine should not be set from the global
3735         environment.
3736
3737 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3738
3739         * nnir.el (nnir-search-thread): Position point on referring article
3740         line.
3741         (nnir-warp-to-article): Clean up summary buffers.
3742
3743         * nnimap.el (nnimap-request-thread): Whitespace fix.
3744
3745 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3746
3747         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3748
3749 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * starttls.el (starttls-available-p): Rename from
3752         `starttls-any-program-available' and changed return convention.
3753
3754 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3755
3756         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3757         `unix-sync' unless it's defined.
3758
3759 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3760
3761         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3762         `aref' for XEmacs compatibiltiy.
3763
3764 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3767
3768 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3769
3770         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3771         closures, quote the form properly (bug#9194).
3772
3773 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3776         (gnus-summary-insert-new-articles): Protect against servers that are
3777         down.
3778
3779 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3780
3781         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3782         in mm handle if none is specified.
3783
3784 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3785
3786         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3787
3788 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3789
3790         * nnir.el (nnir-search-thread): New function to make an nnir group
3791         based on a thread query.
3792
3793         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3794         of nnir in thread referral.
3795         (gnus-summary-refer-thread): Use it.
3796
3797         * nnimap.el (nnimap-request-thread): Use it.
3798
3799 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * shr.el (shr-tag-comment): Ignore HTML comments.
3802
3803 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3804
3805         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3806         argument.
3807         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3808         Use `nnir-address' to handle server info rather than passing an arg.
3809
3810         * nnimap.el (nnimap-make-thread-query): New utility function to format
3811         an imap thread search query.
3812         (nnimap-request-thread): Use it.
3813
3814         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3815         right select-method if we are not going back to the group buffer.
3816
3817 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3820         enter invalid buffer configurations into the quit form (bug#9107).
3821         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3822         unplugged/plugged.
3823
3824         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3825         keep track of which ones are unread (bug#9061).
3826
3827         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3828         (bug#9055).
3829
3830         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3831         (bug#9041).
3832
3833         * gnus-html.el (mm-util): Require (bug#9073).
3834
3835         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3836         (gnus-summary-refer-thread): Use it to remove duplicates in the
3837         un-threaded view (bug#9053).
3838         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3839
3840 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3841
3842         * nnir.el (nnir-read-server-parm): Use default value from global
3843         variable.  Without this the default search engine parameters aren't
3844         used at all.
3845
3846 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * message.el (message-unique-id): Don't use the undocumented return
3849         value from (random t) (bug#9118).
3850
3851 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * message.el (message-auto-save-directory): If the ~/Mail directory
3854         doesn't exist, use ~ as the auto-save directory (bug#4432).
3855
3856         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3857         hasn't already been started.
3858
3859 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3862
3863         * message.el (message-reply): Work around mysterious bug where
3864         `message-mode' seems to overwrite the locally bound `subject' variable.
3865
3866 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3867
3868         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3869         correct group.
3870
3871         * gnus-int.el (gnus-request-thread): Add group argument.
3872
3873         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3874
3875 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3878
3879         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3880         renamed to `debbugs-gnu-*'.
3881
3882 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3883
3884         * plstore.el: Revert the editing feature since it is not urgent.
3885         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3886         (plstore-mode-decoded): Remove.
3887
3888 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3891         isn't very interesting any more, and it leaks potentially secret data.
3892         (gnus-debug): Remove.
3893
3894         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3895         use of :custom-show.
3896
3897 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3898
3899         * plstore.el: Add documentation.
3900         (plstore-mode): New mode to edit plstore file.
3901         (plstore-mode-toggle-display, plstore-mode-original)
3902         (plstore-mode-decoded): New command.
3903         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3904         (plstore--insert-buffer, plstore--make): New function.
3905         (plstore-open, plstore-save): Simplify by using them.
3906
3907 2011-07-06  Glenn Morris  <rgm@gnu.org>
3908
3909         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3910
3911 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3914         no longer is much used.
3915         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3916         Articles".
3917
3918 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3919
3920         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3921         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3922         `notmuch' backend.
3923
3924 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * mm-decode.el (mm-text-html-renderer): Doc fix.
3927
3928         * gnus-msg.el (gnus-bug): Fix the MML tag.
3929
3930         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3931
3932 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3933
3934         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3935         secondary methods if started with `gnus-no-server'.
3936
3937 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3938
3939         * message.el (message-return-action): Fix typo in docstring.
3940
3941 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3944         bug reports at once.
3945
3946         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3947
3948 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * nndraft.el: Require gnus-group.
3951         (nndraft-request-list): Declare.
3952
3953         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3954         no unread article unless it matches gnus-permanently-visible-groups.
3955
3956         * nndraft.el (nndraft-update-unread-articles): New function.
3957         (nndraft-request-associate-buffer): Use it to update the number of
3958         unread articles for the nndraft groups in the group buffer when saving
3959         or killing a draft message.
3960
3961 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962
3963         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3964         systems to binary before writing and reading the mbox files.
3965
3966         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3967         instead of trying to list them all (bug#8978).
3968
3969 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3970
3971         * pop3.el (pop3-open-server): Use :end-of-capability.
3972
3973 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3976         the id is always a number.
3977
3978         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3979
3980         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3981         debbugs mode, if possible.
3982
3983 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3984
3985         * auth-source.el (auth-source-token-passphrase-callback-function):
3986         Reindent.
3987         (epg-context-operation): Remove unnecessary autoload.
3988
3989 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * gnus.el (gnus-list-debbugs): New command.
3992
3993         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3994         mboxstat instead of the maintbox, since the stat seems to be fuller.
3995
3996         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3997         summary buffers.
3998
3999         * message.el (message-get-reply-headers): Delete all duplicates,
4000         instead of the first.
4001         (message-get-reply-headers): Ensure that we have progress while
4002         deleting duplicates.
4003
4004         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4005         gnus-posting-style value from the summary buffer to make it easier to
4006         make that a per-buffer conf.
4007
4008 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4009
4010         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4011         found by setting `shortcut' in 'query.
4012         (nnir-request-article): Use `shortcut' setting when requesting article
4013         by Message-ID.
4014
4015 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4018         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4019         Bring the pseudo-headers back too.
4020
4021 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4022
4023         * auth-source.el (auth-source-token-passphrase-callback-function):
4024         Simplify and remove EPA dependency.
4025
4026 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4027
4028         * nnir.el (nnir-request-article): Fix error message text.
4029
4030 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4031
4032         * auth-source.el (plstore-delete): Autoload.
4033         (auth-source-plstore-search): Support delete operation.
4034         * plstore.el (plstore-delete): New function.
4035
4036 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4039         mark actually existing articles as unread rather than the ones that
4040         active asserts.
4041
4042 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4043
4044         * nntp.el (nntp-record-command):
4045         * gnus-util.el (gnus-message-with-timestamp-1):
4046         Use format-time-string rather than decoding time stamps by hand.
4047         This is simpler and insulates the code from potential changes to
4048         current-time format.
4049
4050 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4053
4054 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4055
4056         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4057         (plstore-save): Support public key encryption.
4058         (plstore--init-from-buffer): New function.
4059         (plstore-open): Use it; fix error when opening a non-existent file.
4060         (plstore-revert): Use plstore--init-from-buffer.
4061
4062 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4063
4064         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4065
4066 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4069         for old Emacsen.
4070
4071 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4072
4073         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4074         is not fully working.
4075
4076 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * dgnushack.el: Autoload sha1 on XEmacs.
4079
4080         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4081         quit window configuration.
4082
4083         * auth-source.el (epg-context-set-passphrase-callback):
4084         Remove duplicate autoload.
4085
4086 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4087
4088         * nnir.el (nnir-request-article): Allow requesting articles by
4089         Message-ID with nnimap.
4090
4091         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4092         current server.
4093
4094 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4095
4096         * auth-source.el: Autoload EPA/EPG functions.
4097         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4098         changed when EPA/EPG is not available.
4099         (auth-source-backend): Rename "arg" member to "data".
4100         (auth-source-backend-parse, auth-source-plstore-search)
4101         (auth-source-plstore-create): Use it.
4102
4103 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4104
4105         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4106         `gnus-refer-article-methods'.
4107
4108 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4109
4110         * auth-source.el: Require EPA and EPG.
4111         (auth-source-passphrase-alist): New variable.
4112         (auth-source-passphrase-callback-function)
4113         (auth-source-token-passphrase-callback-function): Callbacks for the
4114         netrc field encryption (GPG tokens).
4115         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4116         Symmetric encryption and decryption of the netrc GPG tokens.
4117         (auth-source-netrc-normalize): Use them, simplifying the closure.
4118
4119 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4122         is available.
4123
4124 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4127         non-nil, and `nnimap-split-methods' is nil, use the former.
4128
4129 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4130
4131         * plstore.el (plstore-revert): New function.
4132         (plstore-open): Use it; hide the buffer from user.
4133
4134 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4135
4136         * auth-source.el (auth-source-backend): New member "arg".
4137         (auth-source-backend-parse): Handle new backend 'plstore.
4138         * plstore.el: New file.
4139
4140 2011-06-30  Glenn Morris  <rgm@gnu.org>
4141
4142         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4143
4144 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4147         expiring articles to.
4148
4149         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4150         variations as ASCII (bug#5458).
4151
4152 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4155
4156 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * message.el (message-point-in-header-p): Tweak the function to default
4159         to saying that we're not in the headers if there is no separator at
4160         all.  This makes it possible to use the Message version of `M-q' in
4161         buffers with no headers (bug#7987).
4162         (message-point-in-header-p): Fix last checkin to work with an empty
4163         mail-header-separator, too.
4164
4165         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4166         again, save the choice via customize.
4167
4168 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4171
4172         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4173         ended the connection, bail out before waiting infinitely on a new
4174         connection.
4175
4176 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4179         reports.
4180
4181         * gnus.el (gnus-bug-package): Use "gnus."
4182         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4183
4184 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * dgnushack.el: Make the timer warning go away on XEmacs.
4187
4188         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4189         animations going on at article exit time.
4190
4191         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4192         since removing it breaks people upgrading.
4193
4194         * shr.el (shr-put-image): Use the new interface for animating images.
4195         (shr-put-image): Animate for 60 seconds.
4196
4197         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4198         avoid compiler warnings.
4199
4200         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4201         error with `find-file-hooks' on Emacs 22.
4202         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4203         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4204         on all architectures.
4205
4206         * spam.el (spam-stat): Require in a normal fashion without binding
4207         `spam-stat-install-hooks' to avoid compilation warnings.
4208
4209         * spam-stat.el (spam-stat-install-hooks): Remove.
4210         (spam-stat-install-hooks): Don't run automatically.
4211
4212 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4213
4214         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4215         and keystroke.
4216
4217 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * auth-source.el (auth-source-netrc-cache): Move forward.
4220
4221 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * proto-stream.el (proto-stream-open-starttls): Use
4224         `gnutls-available-p' to see whether we have built-in support.
4225
4226         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4227         we already know.
4228         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4229         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4230
4231 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4234         %S format, since that looks odd.
4235         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4236         file, especially when saving.
4237
4238 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4239
4240         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4241         article found.
4242
4243 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4246         `auth-source-save-secrets' with a more sensitive alist that can be
4247         configured per file.  Experimental, so defaults to 'never.
4248         (auth-source-netrc-create): Use it.  Still experimental code.
4249         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4250         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4251
4252 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * auth-source.el (auth-source-save-secrets): New variable to control if
4255         secret tokens should be saved encrypted.
4256         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4257         to `auth-source-netrc-normalize'.
4258         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4259         on the EPA variables being defined.
4260         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4261         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4262         the lexical-let closure.
4263         (auth-source-netrc-create): Create "gpg:" tokens according to
4264         `auth-source-save-secrets'.
4265
4266 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-group.el (gnus-group-update-group): Add new argument
4269         `info-unchanged' that stops updating dribble buffer.
4270
4271         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4272         deletes lines matching to it in dribble buffer.
4273
4274         * gnus-agent.el (gnus-agent-fetch-group-1):
4275         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4276         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4277         * gnus-start.el (gnus-group-change-level):
4278         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4279
4280         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4281         if newsgroup info is not changed.
4282
4283         * gnus-group.el (gnus-group-get-new-news-this-group):
4284         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4285         Don't update dribble buffer.
4286
4287 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4290         remove entries with groups we ignore.
4291
4292 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4295         the underline comes at the bottom.
4296
4297 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4298
4299         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4300         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4301         (gnus-registry-article-marks-to-names): Rename from
4302         `gnus-registry-user-format-function-M2'.
4303
4304 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4307         ephemeral group.
4308
4309 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * shr.el (shr-browse-image): Copy the URL if called interactively.
4312
4313 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4316         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4317         done, then unselected articles may be marked as read.
4318
4319         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4320         since not doing this seems to lead to a race condition in pop3-logon.
4321
4322         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4323         so that the call chain it correct when we call "upwards".
4324
4325         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4326         in read-only groups.
4327
4328         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4329
4330         * message.el (message-cite-reply-position): Doc string fix.
4331
4332         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4333         avoid regexp overflow.
4334         (nnimap-transform-split-mail): Ditto.
4335
4336         * pop3.el (pop3-retr): Error out if the server closes the connection.
4337
4338 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4339
4340         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4341         mm-with-unibyte-current-buffer.  The buffer should not contain any
4342         multibyte chars anyway at this stage.
4343
4344 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4347         at the end of lines.
4348
4349 2011-05-29  Julien Danjou  <julien@danjou.info>
4350
4351         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4352
4353 2011-05-27  Glenn Morris  <rgm@gnu.org>
4354
4355         * gnus-group.el (gnus-bug-group-download-format-alist):
4356         Use the "maintainer" version of debian reports as well.
4357
4358 2011-05-26  Glenn Morris  <rgm@gnu.org>
4359
4360         * gnus-group.el (gnus-bug-group-download-format-alist):
4361         Use the "maintainer" version of debbugs.gnu.org reports.
4362
4363 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4366
4367 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4368
4369         * gnus-cus.el (gnus-agent-customize-category):
4370         * gnus-delay.el (gnus-delay-send-queue):
4371         * gnus.el (gnus-other-frame):
4372         Don't quote lambda expressions with `quote'.
4373
4374 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4375
4376         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4377         the thread moves us backwards and so we loop forever.
4378
4379 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4382         whitespace in base64 data lines.
4383
4384 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4385
4386         * gnus-registry.el (gnus-registry-user-format-function-M):
4387         Use `mapconcat'.
4388         (gnus-registry-user-format-function-M2): Use to see the full text of
4389         the marks.  Make "," the mark text separator.
4390
4391         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4392         authentication with auth-source.
4393
4394 2011-05-17  Glenn Morris  <rgm@gnu.org>
4395
4396         * gnus-group.el (gnus-import-other-newsrc-file):
4397         Use insert-file-contents.
4398
4399 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4400
4401         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4402         1000 iterations.
4403
4404 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * nntp.el (nntp-open-connection): Check if process-type is available.
4407
4408 2011-05-16  Julien Danjou  <julien@danjou.info>
4409
4410         * shr.el (shr-tag-del): Add support for del tag.
4411
4412 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-html.el (gnus-html-put-image): Register a displayer.
4415
4416         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4417
4418 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4419
4420         * registry.el (prune-factor): New initialization parameter defaulting
4421         to 0.1.
4422         (registry-prune-hard): Use it.
4423
4424         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4425         0.1 expicitly.
4426
4427 2011-05-13  Glenn Morris  <rgm@gnu.org>
4428
4429         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4430         is bound, since this function requires sendmail.
4431
4432 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * registry.el (registry-usage-test): Disable pruning test.
4435
4436 2011-05-11  David Engster  <dengste@eml.cc>
4437
4438         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4439         Bind set-network-process-option for XEmacs.
4440
4441 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * registry.el (registry-prune-hard-candidates)
4444         (registry-prune-soft-candidates): Helper methods for registry pruning.
4445         (registry-prune): Use them.  Make the sort function optional.
4446
4447 2011-05-10  Jim Meyering  <meyering@redhat.com>
4448
4449         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4450
4451 2011-05-10  Julien Danjou  <julien@danjou.info>
4452
4453         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4454         symbol and not a list.
4455
4456 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-art.el (gnus-article-mode): Move binding of
4459         shr-put-image-function here from gnus-article-prepare-display.
4460
4461         * shr.el (shr-put-image-function): New variable.
4462         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4463         (shr-put-image): Return scaled image.
4464
4465         * gnus-art.el (gnus-shr-put-image): New function.
4466         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4467
4468         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4469         original ones, as deletable.
4470
4471 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4472
4473         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4474
4475 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4476
4477         * registry.el (registry-full): Add convenience method.  Fix logic.
4478         (registry-insert): Use it.  Fix logic here too.
4479
4480         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4481         `registry-prune' if `registry-full' returns t.
4482         (gnus-registry-handle-action)
4483         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4484         (gnus-registry-usage-test): Use it.
4485
4486 2011-05-07  Julien Danjou  <julien@danjou.info>
4487
4488         * shr.el (shr-link): Make shr-link inherit from link by default.
4489
4490 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4493
4494 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4497         error out because the face is not a list.
4498
4499 2011-05-05  Glenn Morris  <rgm@gnu.org>
4500
4501         * proto-stream.el (gnutls-negotiate): Fix declarations.
4502
4503         * gnus-start.el (gnus-propagate-marks): Declare.
4504
4505 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4506
4507         * registry.el (registry-reindex): Fix percentage message.
4508
4509         * proto-stream.el (network-stream-open-starttls): Adjust to call
4510         `gnutls-negotiate' with :process and :hostname arguments.
4511
4512 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * shr.el: Add shr-link face for links.
4515         (shr-urlify): Use it.
4516
4517         * registry.el (registry-insert): Make error message more helpful.
4518
4519 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * gnus-html.el (gnus-html-schedule-image-fetching):
4522         Use url-queue-retrieve, if it exists.
4523
4524         * shr.el (shr-tag-img): Ditto.
4525
4526         * gnus.el: Autoload more gnus-agent functions.
4527
4528         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4529         agent if we haven't already (bug#8502).
4530
4531         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4532         into the Agent, too.
4533
4534         * gnus-agent.el (gnus-agent-store-article): New function.
4535
4536         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4537         and moved from that file for reuse.
4538
4539         * pop3.el (pop3-open-server): Error messages are "-ERR".
4540
4541 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4544         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4545
4546 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4547
4548         * gnus.el: No Gnus v0.17 is released.
4549
4550 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4551
4552         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4553         buffer has moved to a different frame.
4554
4555 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4558         to get the conversion from unibyte to multibyte buffers to work on
4559         Emacs 22.
4560
4561         * nntp.el (nntp-request-article): Slight clean-up.
4562
4563 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * shr.el (shr-strike-through): New face.
4566         (shr-tag-s): Use it to provide <s> support.
4567         (shr-tag-s): Remove duplicate definition.
4568
4569 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4570
4571         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4572         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4573
4574 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4575
4576         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4577         `gnutls-negotiate'.
4578         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4579
4580 2011-04-23  Glenn Morris  <rgm@gnu.org>
4581
4582         * gnus-sum.el (gnus-extra-headers): Bump :version.
4583
4584 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * shr.el (shr-tag-sup): New function.
4587         (shr-tag-sub): Ditto.
4588
4589 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4590
4591         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4592         for the case where `gnus-registry-ignored-groups' is a list of lists,
4593         and don't call `gnus-parameter-registry-ignore' otherwise.
4594
4595 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * nnimap.el (nnimap-user): New backend variable.
4598         (nnimap-open-connection-1): Use it.
4599         (nnimap-credentials): Accept user parameter so it's explicit what user
4600         name is desired.
4601
4602         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4603         default.
4604
4605         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4606         not gnus-registry.el.
4607
4608         * gnus-registry.el: Mention in comments how to modify
4609         `gnus-extra-headers' for proper recipient tracking and that it may
4610         already have To and Cc recently, which it does as of this commit.
4611         (gnus-registry-ignored-groups): Remove defcustom.
4612         Explain why in comments.
4613         (gnus-registry-action): Fix data-header reference to use the extra
4614         headers.  Explain in package commentary how to add To and Cc headers to
4615         the gnus-extra-headers.
4616         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4617         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4618         parameter list or a string list in `gnus-registry-ignored-groups'.
4619         Fix logic error.
4620
4621 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * shr.el (shr-expand-url): Protect against null urls.
4624
4625 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626
4627         * shr.el (shr-base): New binding.
4628         (shr-tag-base): Keep track of <base>.
4629         (shr-expand-url): New function used throughout.
4630
4631 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4632
4633         * gnus-registry.el
4634         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4635         (gnus-registry-ignored-groups): New variable.
4636         (gnus-registry-ignore-group-p): Use it.
4637         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4638         set the destination group to nil (same as delete) if it's ignored.
4639
4640 2011-04-20  David Engster  <dengste@eml.cc>
4641
4642         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4643
4644         * Makefile.in (test-nntp): New rule.
4645         (check): Add it.
4646         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4647
4648 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * gnus-registry.el (gnus-registry-action)
4651         (gnus-registry-fetch-header-fast):
4652         Don't use mail-header that looks an internal function of mailheader.el.
4653
4654 2011-04-19  Glenn Morris  <rgm@gnu.org>
4655
4656         * time-date.el (time-to-days): Remove unused local variables.
4657
4658 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-registry.el: Eliminate cl functions.
4661         (gnus-registry-sort-addresses): New function that replaces mapcan.
4662         (gnus-registry-action, gnus-registry-spool-action)
4663         (gnus-registry-split-fancy-with-parent)
4664         (gnus-registry-fetch-recipients-fast): Use it.
4665         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4666
4667         * registry.el (initialize-instance, registry-lookup)
4668         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4669         (registry-lookup-secondary-value, registry-search, registry-delete)
4670         (registry-insert, registry-reindex, registry-size, registry-prune):
4671         Use eval-and-compile.
4672
4673 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * registry.el (registry-reindex): New method to recreate the secondary
4676         registry indices.
4677
4678         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4679         tracked field changes.
4680         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4681         (gnus-registry-action, gnus-registry-spool-action)
4682         (gnus-registry-handle-action)
4683         (gnus-registry--split-fancy-with-parent-internal)
4684         (gnus-registry-split-fancy-with-parent)
4685         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4686         move, and delete actions, and for fancy splitting with parent.
4687         (gnus-registry-extract-addresses)
4688         (gnus-registry-fetch-recipients-fast)
4689         (gnus-registry-fetch-header-fast): Convenience functions.
4690         (gnus-registry-misc-test): ERT test of
4691         `gnus-registry-extract-addresses'.
4692
4693 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4696         Track by subject first, then sender.
4697
4698 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4699
4700         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4701
4702         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4703         Lisp.
4704
4705         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4706         (gnus-draft-send): Use it to avoid popping
4707         up frames from gnus-group-send-queue.
4708
4709 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * gnus-registry.el: Updated gnus-registry docs.
4712
4713 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4714
4715         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4716         Fix logic bug.
4717         (gnus-registry-post-process-groups): Fix logging of no results and
4718         quote sender and subject.
4719
4720 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4723         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4724         gnutls-cli are too slow to be done opportunistically.
4725
4726         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4727         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4728         we had no early-data returned.
4729         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4730         two async commands to the same server at the same time.
4731
4732 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4733
4734         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4735
4736 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4739         "warning" level.
4740
4741         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4742         (mm-url-insert-file-contents): Don't set the package names.
4743
4744 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         * gnus-registry.el (gnus-registry-action): Remove properties and
4747         simplify subject in `gnus-registry-handle-action'.
4748         (gnus-registry-spool-action): Get subject and sender from message if
4749         they are not passed in.
4750         (gnus-registry-handle-action): Remove properties and simplify subject
4751         consistently.
4752
4753 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4754
4755         * registry.el: Require CL before using defmacro*.
4756
4757 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * gnus-art.el (article-treat-date): Assume that
4760         gnus-article-date-headers may be a group parameter.
4761
4762 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4765
4766         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4767         interactively so the newsrc file can contain foreign groups too.
4768         Useful for debugging but not much for users.
4769
4770 2011-04-07  David Engster  <dengste@eml.cc>
4771
4772         * registry.el (registry-usage-test): Only do
4773         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4774         lexical binding.
4775
4776 2011-04-07  David Engster  <dengste@eml.cc>
4777
4778         * Makefile.in (check, test-registry): New rules for test-suite.
4779
4780 2011-04-06  David Engster  <dengste@eml.cc>
4781
4782         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4783         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4784
4785 2011-04-06  David Engster  <dengste@eml.cc>
4786
4787         * registry.el (initialize-instance): Change :after to :AFTER to be
4788         compatible with old EIEIO version in XEmacs.
4789
4790 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * gnus-registry.el (gnus-registry-post-process-groups)
4793         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4794         and provide better messaging.
4795
4796 2011-04-06  David Engster  <dengste@eml.cc>
4797
4798         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4799         errors.
4800
4801         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4802         dgnushack-compile with error-on-warn enabled, and to signal an error if
4803         clean compilation failed.
4804         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4805         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4806
4807 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4808
4809         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4810         unconditionally anyway, discarding errors.
4811         (gnus-registry-delete-entries): New convenience function.
4812         (gnus-registry-import-eld): Import from old .eld registry.
4813
4814         * registry.el: Don't use ERT if it's not available.  Load it
4815         unconditionally anyway, discarding errors.
4816
4817         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4818         version from the Claudio Bley GnuTLS patch (extra optional parameters
4819         and host name).
4820
4821 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4822
4823         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4824         fixup the parameters that can be customized by the user between
4825         save/read cycles.
4826         (gnus-registry-read): Use it.
4827         (gnus-registry-make-db): Use it.
4828         (gnus-registry-spool-action, gnus-registry-handle-action):
4829         Fix messaging.
4830         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4831         Map references to actual group names with sender and subject tracking.
4832         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4833         (gnus-registry-usage-test): Add subject lookup test.
4834
4835         * registry.el (registry-db, initialize-instance): Set up constructor
4836         instead of :initform arguments for the sake of older Emacsen.
4837         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4838         pre-lexbind merge bug.
4839         (registry-usage-test): Use it.
4840         (initialize-instance, registry-db): Move the non-function initforms
4841         back to the class definition.
4842
4843 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4844
4845         * registry.el: New library to manage gnus-registry-style data.
4846
4847         * gnus-registry.el: Use it (major rewrite).
4848
4849         * nnregistry.el: Use it.
4850
4851         * spam.el: Use it.
4852
4853 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4856         marks on non-selected articles.
4857
4858 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4859
4860         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4861         parameter to open-protocol-stream.
4862
4863 2011-04-01  Julien Danjou  <julien@danjou.info>
4864
4865         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4866         fundamental-mode.
4867
4868 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4871         servers.
4872
4873 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4876         made marks not propagate, again.
4877
4878 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4879
4880         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4881         Make this the default type.
4882         (proto-stream-open-plain): Rename from proto-stream-open-default.
4883         (open-protocol-stream, proto-stream-open-starttls)
4884         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4885         with `plain'.
4886
4887         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4888         value.
4889
4890         * nntp.el (nntp-open-connection-function): Document the fact that some
4891         values are not functions but are instead handled specially.
4892         Recognize nntp-open-plain-stream value.
4893         (nntp-open-connection): Recognize that value.
4894
4895 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4898         where it seems to be needed.
4899
4900 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4903         stuff.
4904
4905         * gnus-score.el (gnus-score-string): Fix calling convention of
4906         `gnus-simplify-buffer-fuzzy' after last patches.
4907
4908         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4909         server for articles we didn't get any headers for.  This is a sanity
4910         check.
4911
4912 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4913
4914         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4915         new CAPABILITY, use it.
4916
4917 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4920         downloading anything.
4921
4922         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4923
4924 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4925
4926         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4927         colors.
4928         (gnus-splash-svg-color-symbols): New function.
4929
4930 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4933         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4934         (gnus-simplify-subject-fuzzy): Use the local
4935         gnus-simplify-subject-fuzzy-regex instead of the global one.
4936         This makes using this variable in group parameters work.
4937
4938 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * gnus-registry.el (gnus-registry-unfollowed-groups):
4941         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4942         archive:sent-YYYY-MM-DD groups).
4943         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4944         tracking if there are more than `gnus-registry-max-track-groups'
4945         matches.
4946
4947 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4948
4949         * message.el (message--yank-original-internal): New function to do the
4950         insertion cleanly inside eval in `message-yank-original'.
4951         (message-yank-original): Use it.
4952
4953 2011-03-29  Julien Danjou  <julien@danjou.info>
4954
4955         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4956         local variables disabled rather than `normal-mode'.
4957
4958 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4959
4960         * imap.el (imap-shell-open, imap-process-connection-type):
4961         Use imap-process-connection-type for 'shell' streams as well as
4962         Kerberos, SSL, other subprocesses.
4963
4964 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4965
4966         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4967         with open-network-stream.
4968         (proto-stream-always-use-starttls): Option removed.
4969         (open-protocol-stream): Return a process object by default.  Provide a
4970         new parameter :return-list specifying a list-type return value, which
4971         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4972         :type `network' to `try-starttls', and `network-only' to `default'.
4973         Make `default' the default, for compatibility with open-network-stream.
4974         Handle the no-parameter case exactly as open-network-stream, with no
4975         additional stream processing.  Search plists using plist-get.
4976         Explicitly add :end-of-commend parameter if it is missing.
4977         (proto-stream-open-default): Rename from
4978         proto-stream-open-network-only.  Return 'default as the type.
4979         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4980         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4981         failed.  Always return a list with a (possibly dead) process as the
4982         first element, for compatibility with open-network-stream.
4983         (proto-stream-open-tls): Use plist-get.  Always return a list.
4984         (proto-stream-open-shell): Return `default' as connection type.
4985         (proto-stream-capability-open): Use plist-get.
4986         (proto-stream-eoc): Function deleted.
4987
4988         * nnimap.el (nnimap-stream, nnimap-open-connection)
4989         (nnimap-open-connection-1): Handle renaming of :type parameter for
4990         open-protocol-stream.
4991         (nnimap-open-connection-1): Pass a :return-list parameter
4992         open-protocol-stream to obtain a list return value.  Parse this list
4993         using plist-get.
4994
4995         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4996         for open-protocol-stream.  Accept open-protocol-stream return value
4997         that is a subprocess object instead of a list.  Handle the case of a
4998         dead returned process.
4999
5000 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5001
5002         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5003
5004         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5005
5006 2011-03-21  Julien Danjou  <julien@danjou.info>
5007
5008         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5009         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5010         query.
5011         (mm-inline-text): Render normal text with fontification whenever
5012         possible.
5013
5014         * gnus-sum.el (gnus-summary-save-parts-1):
5015         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5016         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5017         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5018         Use `mm-handle-filename'.
5019
5020         * mm-util.el (mm-handle-filename): New function, return the filename of
5021         an handle.
5022
5023 2011-03-18  Julien Danjou  <julien@danjou.info>
5024
5025         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5026         (gnus-buffer-live-p): Check that buffer is not nil.
5027
5028 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5029
5030         * gnus.el: No Gnus v0.15 is released.
5031
5032 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5035         avoid warning on XEmacs.
5036
5037         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5038         on XEmacs.
5039
5040         * gnus-art.el: Require mouse, which the build bot seems to say is
5041         needed.
5042
5043         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5044
5045         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5046         XEmacs, since it doesn't have url-retrieve-synchronously.
5047
5048         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5049         since assoc-string doesn't exist in XEmacs.
5050
5051 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5052
5053         * gnus-group.el (gnus-group-list-ticked): New function.
5054         (gnus-group-make-menu-bar): Provide a menu entry for it.
5055         (gnus-group-list-map): Provide a binding for it.
5056
5057 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * shr.el (shr-visit-file): New command.
5060
5061         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5062
5063 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5064
5065         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5066         servers.
5067
5068 2011-03-16  Julien Danjou  <julien@danjou.info>
5069
5070         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5071         inline.
5072
5073         * gnus-art.el (article-hide-list-identifiers):
5074         Use gnus-group-get-list-identifiers.
5075
5076         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5077         (gnus-summary-remove-list-identifiers):
5078         Use gnus-group-get-list-identifiers to get regexp.
5079         (gnus-select-newsgroup, gnus-summary-insert-subject)
5080         (gnus-summary-insert-articles):
5081         Call gnus-summary-remove-list-identifiers unconditionally.
5082
5083 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5084
5085         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5086         we're selecting a group with unread articles.
5087
5088         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5089
5090         * gssapi.el: New file separated out from imap.el to provide a general
5091         Kerberos 5 connection facility for Emacs.
5092
5093         * message.el (message-elide-ellipsis): Document the format spec
5094         ellipsis.
5095
5096 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5097
5098         * message.el (message-elide-region): Allow the ellipsis to say how many
5099         lines were removed.
5100
5101 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5104         window configurations containing buffers that are now dead.
5105
5106         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5107         parsing to avoid integer overflows.
5108         (nnimap-parse-flags): Simplify the last change.
5109         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5110         too large for 32-bit Emacsen.
5111
5112 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5113
5114         * auth-source.el (auth-source-netrc-create):
5115         * message.el (message-yank-original): Fix use of `case'.
5116
5117 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5118
5119         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5120         XEmacs, which was one character too wide.
5121
5122 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5123
5124         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5125         default number of articles to display.
5126         (gnus-articles-to-read): Use pretty names for prompt.
5127
5128 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * gnus-int.el (gnus-open-server): Ditto.
5131
5132         * gnus-start.el (gnus-activate-group): Give a backtrace if
5133         debug-on-quit is set and the user hits `C-g'.
5134         (gnus-read-active-file): Ditto.
5135
5136         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5137
5138 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5139
5140         * message.el (message-yank-original): Use cond instead of CL case.
5141
5142 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5143
5144         * auth-source.el (auth-source-netrc-create): Use usual format for the
5145         default in prompts.
5146
5147 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * lpath.el: Fbind read-char-choice for XEmacs.
5150
5151 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * auth-source.el (auth-source-netrc-create): Show the default in the
5154         prompt when prompting for token creation.
5155
5156 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * auth-source.el (auth-source-format-prompt): Always convert the value
5159         to a string to avoid evaluating non-string arguments.
5160         (auth-source-netrc-create): Offer default properly, not as initial
5161         content in `read-string'.
5162         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5163         of line to determine if we've been run before.  If so, don't run again,
5164         but print a trivial message to indicate the cache was hit instead.
5165
5166 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5169         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5170         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5171         Gnus.
5172
5173 2011-03-11  Julien Danjou  <julien@danjou.info>
5174
5175         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5176         modified file".
5177
5178 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * auth-source.el (auth-source-read-char-choice): New function to read a
5181         character choice using `dropdown-list', `read-char-choice', or
5182         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5183         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5184         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5185         (auth-source-netrc-saver): Use it.
5186         (auth-source-pick-first-password): New convenience function.
5187
5188 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5191         parameter in the credentials.
5192         (nnimap-open-connection-1): Use it after a successful login.
5193         (nnimap-credentials): Add IMAP-specific user and password prompt.
5194
5195         * auth-source.el (auth-source-search): Add :require parameter, taking a
5196         list.  Document it and the :save-function return token.  Pass :require
5197         down.  Change the CREATED message from a warning to a debug statement.
5198         (auth-source-search-backends): Pass :require down.
5199         (auth-source-netrc-search): Pass :require down.
5200         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5201         Change save prompt to indicate all modifications saved here are
5202         deletions.
5203         (auth-source-netrc-create): Take user login name as default in user
5204         prompt.  Move all the save functionality to a lexically bound function
5205         under the :save-function token in the returned list.  Set up clearer
5206         default prompts for user, host, port, and secret.
5207         (auth-source-netrc-saver): New function, intended to be wrapped for
5208         :save-function.
5209
5210 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5213         lines to be spaces instead.
5214
5215 2011-03-07  Julien Danjou  <julien@danjou.info>
5216
5217         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5218         (sieve-sasl-auth): Check that auth-source-search did return something,
5219         or just return an empty string.
5220
5221 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5222
5223         * gnus.el (gnus-interactive): Use read-directory-name.
5224
5225         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5226         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5227         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5228         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5229         Likewise.
5230
5231         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5232
5233 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5236         onto the list of killed groups, too.  This makes killed nnimap groups,
5237         for instance, more reliably not reappear.
5238
5239         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5240         the parent.
5241
5242         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5243
5244         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5245         really have server-side marks.
5246
5247         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5248         since most backends do not usefully have server-side marks.
5249         (gnus-update-read-articles): Propagate marks to all backends that
5250         really have server-side marks.
5251
5252 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5253
5254         * message.el (message-cite-reply-position, message-cite-style):
5255         New variables.
5256         (message-yank-original): Use the new citation styles.
5257
5258 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5259
5260         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5261         buffer-local issue); don't mark it buffer-local when running under
5262         XEmacs.
5263
5264 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5265
5266         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5267         numbers too big to be `read'.
5268
5269 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * password-cache.el (password-in-cache-p): Add autoload.
5272
5273         * message.el (message-options): Make buffer-local two ways to attempt
5274         to fix a XEmacs bug.
5275
5276 2011-03-02  Julien Danjou  <julien@danjou.info>
5277
5278         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5279
5280 2011-03-01  Julien Danjou  <julien@danjou.info>
5281
5282         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5283         group.
5284         (article-hide-list-identifiers): Use list-identifier group parameter.
5285
5286 2011-02-28  Julien Danjou  <julien@danjou.info>
5287
5288         * sieve.el (sieve-buffer-script-name): New local variable to store
5289         sieve script name.
5290         (sieve-edit-script): Store sieve script name.
5291         (sieve-upload): Use sieve script name when uploading.
5292         (sieve-upload): Use substitute-command-keys.
5293         (sieve-edit-script): Use substitute-command-keys.
5294         (sieve-refresh-scriptlist): Use substitute-command-keys.
5295         (sieve-manage-mode-map): Define keymap properly.
5296         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5297         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5298         Remove commented code about cvs.
5299         (sieve-manage-quit): New function.
5300         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5301
5302 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303
5304         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5305
5306 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * auth-source.el (auth-source-search): Cache empty result sets.
5309
5310         * password-cache.el (password-in-cache-p): Convenience function to
5311         check if a key is in the cache, even if the value is nil.
5312
5313         * auth-source.el (auth-source-save-behavior): New variable to replace
5314         `auth-source-never-create'.
5315         (auth-source-netrc-create): Use it.
5316         (auth-source-never-save): Remove.
5317
5318 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5319
5320         * nnimap.el (nnimap-stream): Doc fix.
5321         (nnimap-open-connection-1): Reverse the order of the ports to that the
5322         prompted-for port is first.
5323
5324         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5325         retrieval by the no-group selection.
5326
5327         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5328         numerical parameters.
5329
5330 2011-02-25  Julien Danjou  <julien@danjou.info>
5331
5332         * gnus-gravatar.el: Use gnus-with-article-buffer.
5333
5334         * gnus-art.el (gnus-with-article-buffer): Check that the
5335         gnus-article-buffer is alive.
5336
5337 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5338
5339         * auth-source.el (auth-source-creation-prompts): New variable to manage
5340         creation-time prompts.
5341         (auth-source-search): Document it.
5342         (auth-source-format-prompt): Add utility function.
5343         (auth-source-netrc-create): Don't default the user name to
5344         user-login-name.  Use `auth-source-creation-prompts' and some default
5345         prompts for user, host, port, and password (the default generic prompt
5346         remains ugly).
5347         (auth-source-never-save): Add customizable option to never save info.
5348         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5349         mode excursion.
5350
5351 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5354         argument that XEmacs doesn't support.
5355
5356         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5357         compiled for Emacsen having no `libxml-parse-html-region' support.
5358
5359         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5360
5361         * lpath.el: Bind buffer-save-without-query for XEmacs.
5362
5363 2011-02-23  Julien Danjou  <julien@danjou.info>
5364
5365         * gnus-art.el (article-make-date-line): Ignore errors if time is
5366         invalid and not convertible.
5367         (article-make-date-line): Only add lapsed time if time is not nil.
5368
5369 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5372         `read-char-choice' for backwards compatibility.
5373         (auth-source-netrc-element-or-first): New function to DTRT for
5374         parameter extraction.
5375         (auth-source-netrc-create): Use it and fix multiple parameter print
5376         bug.  Use the default passed from above (given-default) or the
5377         built-in (user-login-name for :user).
5378
5379 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5380
5381         * gnus-start.el (gnus-dribble-read-file):
5382         Set buffer-save-without-query, since we always want to save the dribble
5383         file, probably.
5384
5385         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5386         nnimap.
5387
5388         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5389         -summary- since it's a user-visible variable.
5390
5391         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5392         first time you use the new Gnus.
5393
5394 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * auth-source.el: Don't load netrc.el.
5397         (auth-sources): Search ~/.netrc as well by default.
5398         (auth-source-debug): Add 'trivia option for extra output.
5399         (auth-source-do-trivia): Use it.
5400         (auth-source-search): Simplify logic to use
5401         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5402         appropriate.  Don't keep a running count at this level.  Layer :create
5403         and :delete options appropriately on the first and second passes.
5404         Don't track the backend with the search results.
5405         (auth-source-search-backends): New function to search a list of
5406         backends for a processed spec.
5407         (auth-source-netrc-parse): Cache all netrc files, making
5408         auth-source-netrc-cache an alist keyed by the file name and using the
5409         file mtime as the caching criterion.  Keep the obfuscated data secret
5410         with a lexical bind.
5411         (auth-source-netrc-search): Don't calculate the length of the results
5412         unnecessarily.
5413         (auth-source-search-backends): Fix bug.
5414         (auth-source-netrc-create): Rework prompts.
5415
5416 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5417
5418         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5419         Lower case names of search constraints.
5420         (nnir-run-query): Cache and reuse search constraints for all imap
5421         servers.
5422
5423 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5426         after exit.
5427         (gnus-setup-message): Define missing variable from last checkin.
5428
5429         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5430         value, show the raw article.
5431
5432 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5433
5434         * gnus.el: No Gnus v0.13 is released.
5435
5436 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5437
5438         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5439         auth-source now accepts numbers.
5440
5441         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5442         spec, too.
5443         (auth-source-ensure-strings): New function.
5444
5445         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5446         (gnus-article-setup-buffer): Always restart the date timer so that user
5447         changes to the frequency is respected.
5448
5449         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5450         port numbers, so make sure it gets that if nnimap-server-port is
5451         explicit.
5452
5453 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5454
5455         * nnimap.el (nnimap-inbox): Doc fix.
5456
5457 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5458
5459         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5460         Autoload.  Add optional arg FRAME, and pass it to color-values.
5461         (color-complement): Caller changed.  Doc fix.
5462         (color-gradient): Rewrite for better clarity and efficiency.
5463
5464 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5465
5466         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5467         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5468         color-lab-to-srgb.
5469
5470 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5471
5472         * color.el: First part of merge from hexrgb.el.
5473         (color-rgb-to-hex): Rename from color-rgb->hex.
5474         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5475         saturation to zero if the value is too small.
5476         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5477         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5478         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5479         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5480         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5481         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5482         (color-cie-de2000): Doc fix.
5483
5484 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5485
5486         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5487         given method as in the group name if we're using an extended method.
5488         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5489         command, if we're using that, instead of waiting for the beginning.
5490
5491         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5492         we're sure to get unique server names, and we don't output two async
5493         commands in the same buffer.  This fixes an NNTP hang for some users.
5494
5495 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5496
5497         * gnus.el: No Gnus v0.11 is released.
5498
5499 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5500
5501         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5502         summary buffer before reading going to the next buffer.  This avoids
5503         putting the point in the group buffer if you `C-g' the command.
5504
5505         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5506         cache (for now) to make ~/.authinfo.gpg files usable.
5507
5508         * nnfolder.el (copyright-update): Define for the compiler.
5509
5510         * auth-source.el (auth-source-search): Fix unbound variable.
5511
5512 2011-02-19  Glenn Morris  <rgm@gnu.org>
5513
5514         * gnus.el (gnus-meta): Doc fix.
5515
5516 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5517
5518         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5519         in case it's not yet loaded.
5520
5521 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5522
5523         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5524         line we're waiting for.
5525
5526 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5527
5528         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5529         face with line-width greater than zero will cause RET in gnus summary
5530         buffer to scroll down article page-wise because auto vscroll happens,
5531         it should be temporally disabled when doing a scroll-up.
5532
5533 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5534
5535         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5536         outputs from the server.
5537
5538 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5539
5540         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5541         later so that bbdb can hook in easier.
5542
5543 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5544
5545         * auth-source.el (auth-source-search): Don't try to create credentials
5546         if the caller doesn't want that.
5547         (auth-source-search): If we don't find a match, don't bug out on
5548         non-bound variables.
5549         (auth-source-search): Only ask a single backend to create the
5550         credentials.
5551
5552         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5553         logging.
5554         (nnimap-credentials): Protect against auth-source-search returning nil.
5555         (nnimap-request-list): Protect against not being able to open the
5556         server.
5557
5558 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5559
5560         * auth-source.el (auth-source-search): Do a two-phase search, one with
5561         no :create to get the responses from all backends.
5562
5563         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5564         when getting credentials.
5565
5566         * gnus-util.el (gnus-delete-duplicates): New function.
5567
5568 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5571         a creation default, pass the whole port list down.  It will be
5572         completed.
5573
5574         * auth-source.el (auth-source-search): Updated docs to talk about
5575         multiple creation choices.
5576         (auth-source-netrc-create): Accept a list as a value (from the search
5577         parameters) and do completion on that list.  Keep a separate netrc line
5578         with the password obscured for showing the user.
5579
5580         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5581         first choice to `auth-source-search' so it will be used for entry
5582         creation instead of the server's Gnus-specific name.
5583         (nnimap-credentials): Rely on the auth-source library to select which
5584         port is actually wanted in the new netrc entry, so don't override
5585         `auth-source-creation-defaults'.
5586
5587         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5588         :protocol and accept a missing user, host, or port as a wildcard match.
5589         (auth-source-debug): Default to off.
5590
5591         (auth-source-netrc-search, auth-source-netrc-create)
5592         (auth-source-secrets-search, auth-source-secrets-create)
5593         (auth-source-user-or-password, auth-source-backend, auth-sources)
5594         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5595         instead of :protocol.
5596
5597         * nnimap.el (nnimap-credentials): Pass a port default to
5598         `auth-source-search' in case an entry needs to be created.
5599         (nnimap-open-connection-1): Use :port instead of :protocol.
5600
5601 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * auth-source.el: Bind load-path when loading EIEIO from
5604         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5605         21.4 doesn't support, to `require'.
5606         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5607         delete-dups that is not available in XEmacs 21.4.
5608
5609 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5610
5611         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5612         as EIEIO must also be loaded when auth-source.el is being
5613         byte-compiled.
5614
5615 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5618
5619         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5620
5621         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5622
5623         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5624
5625         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5626
5627         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5628
5629         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5630
5631         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5632         necessary.
5633
5634 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5637         nil means that nnimap doesn't get updated.
5638
5639 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5640
5641         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5642         result when the user doesn't want to write to the file.
5643         (auth-source-netrc-search): Expect a synthetic result and proceed
5644         accordingly.
5645         (auth-source-cache-expiry): New variable to override
5646         `password-cache-expiry'.
5647         (auth-source-remember): Use it.
5648
5649         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5650         parameter.  Create entry if necessary by using :create t.
5651         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5652
5653 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5654
5655         * auth-source.el (auth-source-debug): Enable by default and don't
5656         mention the obsolete `auth-source-hide-passwords'.
5657         (auth-source-do-warn): New function to debug unconditionally.
5658         (auth-source-do-debug): Use it.
5659         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5660         and for Secrets API entries when the secrets.el library is not
5661         available.
5662
5663 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5664
5665         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5666         (gnus-summary-exit): Kill the correct article buffer on exit from a
5667         `C-d' group.
5668
5669         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5670         gnus-propagate-marks.
5671
5672         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5673         before killing the buffers so that a non-full window conf gets handled
5674         correctly.
5675         (gnus-summary-exit): Ditto.
5676         (gnus-summary-read-group-1): Ditto.
5677
5678         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5679         async code again so that we can debug it properly.
5680
5681         * message.el (message-reply): Take an optional switch-buffer parameter
5682         so that Gnus window confs are respected better.
5683
5684 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5685
5686         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5687         `plist-get' to accept non-list parameters (XEmacs issue).
5688         Fix docstring.
5689         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5690         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5691         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5692         Login collection is "Login" and not "login".
5693
5694 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5695
5696         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5697         multiple headers.
5698
5699         * nnimap.el (nnimap-inhibit-logging): New variable.
5700         (nnimap-log-command): Don't log login commands.
5701
5702         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5703         to have more parameters.
5704
5705         * nnimap.el (nnimap-send-command): Mark the command time for each
5706         command, so that we don't get NOOPs stepping on our toes.
5707
5708         * gnus-art.el (article-date-ut): Get the date from the Date header on
5709         `t'.
5710
5711 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * auth-source.el (auth-source-search): Use copy-sequence instead of
5714         the cl.el copy-list.
5715
5716 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5717
5718         * imap.el: Bring it back (revert
5719         84d800cd31de3064f0ed39617d725709a2f8f42f).
5720
5721 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5722
5723         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5724         Improve prompt.
5725
5726 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5727
5728         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5729         washing status from the default format.  It isn't very informative.
5730
5731 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5732
5733         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5734         Fix Gcc processing on imap.
5735
5736 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * imap.el: Remove file.  All the functionality is in nnimap.el.
5739
5740 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5741
5742         * message.el (message-bury): Don't pop up a new window when selected
5743         window is dedicated.
5744
5745 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5746
5747         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5748
5749 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5750
5751         * sieve-manage.el: Autoload `auth-source-search'.
5752         (sieve-sasl-auth): Use it.
5753
5754 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5755
5756         * nnimap.el: Autoload `auth-source-forget+'.
5757         (nnimap-open-connection-1): Use it if the connection fails.
5758
5759         * auth-source.el: Require `password-cache'.
5760         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5761         obsolete.
5762         (auth-source-magic): Marker for `password-cache' keys.
5763         (auth-source-do-cache): Update docstring.
5764         (auth-source-search): Use and check cache.
5765         (auth-source-forget-all-cached, auth-source-remember)
5766         (auth-source-recall, auth-source-forget, auth-source-forget+)
5767         (auth-source-specmatchp): Caching support functions.
5768         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5769         Remove and obsolete.
5770         (auth-source-user-or-password): Remove caching to further discourage
5771         using it.  Always hide passwords.
5772
5773         * password-cache.el (password-cache-remove): Accept secrets that are
5774         not strings.
5775
5776 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5777
5778         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5779         code for now, since it doesn't work for all users.
5780
5781 2011-02-09  Julien Danjou  <julien@danjou.info>
5782
5783         * message.el (message-options): Make message-options really buffer
5784         local.
5785
5786 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5787
5788         * mail-source.el: Autoload `auth-source-search'.
5789         (mail-source-keyword-map): Note order matters.
5790         (mail-source-set-1): Get all the mail-source source values and
5791         defaults and search auth-source on those if needed.  This can all
5792         probably be simplified.
5793
5794         * nnimap.el: Autoload `auth-source-search'.
5795         (nnimap-credentials): Use it.
5796         (nnimap-open-connection-1): Ask for the virtual server and physical
5797         address in one shot.
5798
5799         * nntp.el: Autoload `auth-source-search'.
5800         (nntp-send-authinfo): Use it.  Note TODO.
5801
5802 2011-02-08  Julien Danjou  <julien@danjou.info>
5803
5804         * shr.el (shr-tag-body): Add support for text attribute in body
5805         markups.
5806
5807         * message.el (message-options): Make message-options a local variable.
5808
5809 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5810
5811         * auth-source.el (auth-source-secrets-search)
5812         (auth-source-user-or-password): Use `append' instead of `nconc'.
5813         (auth-source-user-or-password): Build return list better and protect
5814         against nil :secret.
5815
5816 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5817
5818         * nnimap.el (nnimap-update-info): Refactor slightly.
5819         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5820         (nnimap-update-info): Clean up slightly.
5821         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5822         characters.
5823         (nnimap-process-quirk): Rename function to avoid collision.
5824         (nnimap-update-info): Fix macrology bug-out.
5825         (nnimap-update-info): Simplify split history test.
5826
5827 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5828
5829         * auth-source.el (top): Require 'eieio unconditionally.
5830         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5831         (auth-source-secrets-search): Limit search when `max' is greater than
5832         number of results.
5833
5834 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5835
5836         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5837         part not returning any data.
5838
5839         * proto-stream.el (open-protocol-stream): Document the return value.
5840
5841 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5842
5843         * auth-source.el (auth-source-secrets-search): Add examples.
5844
5845 2011-02-06  Julien Danjou  <julien@danjou.info>
5846
5847         * message.el (message-setup-1): Handle message-generate-headers-first
5848         set to t.
5849
5850 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5851
5852         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5853         API with a string "secrets:collection-name" and with 'default.
5854         (auth-source-backend-parse): Parse "secrets:collection-name" and
5855         'default.  Recurse on parses instead of repeating code.  Use the
5856         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5857         message when ignoring a source.
5858         (auth-source-search): List ignored search keys at the top level.
5859         (auth-source-netrc-create): Use `case' instead of `cond'.
5860         (auth-source-secrets-search): Created with TODOs.
5861         (auth-source-secrets-create): Created with TODOs.
5862         (auth-source-retrieve, auth-source-create, auth-source-delete)
5863         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5864         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5865         (auth-source-user-or-password-sftp)
5866         (auth-source-user-or-password-smtp): Remove.
5867         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5868         around `auth-source-search'.  Not tested thoroughly.
5869
5870 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5871
5872         * auth-source.el: Bring in assoc and eioeio libraries.
5873         (secrets-enabled): New variable to track the status of the Secrets API.
5874         (auth-source-backend): New EIOEIO class to represent a backend.
5875         (auth-source-creation-defaults): New variable to set prompt defaults
5876         during token creation (see the `auth-source-search' docstring for
5877         details).
5878         (auth-sources): Simplify to allow a simple string as a netrc backend
5879         spec.
5880         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5881         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5882         (auth-source-search): Main auth-source API entry point.
5883         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5884         (auth-source-search-collection): Helper function for searching.
5885         (auth-source-netrc-parse, auth-source-netrc-normalize)
5886         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5887         Supports search, create, and delete.
5888         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5889         backend stubs.
5890         (auth-source-user-or-password): Call `auth-source-search' but it's not
5891         ready yet.
5892
5893 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5894
5895         * message.el (message-setup-1): Remove the read-only stuff, since it
5896         doesn't work under XEmacs, for some reason.
5897
5898         * gnus-sum.el (gnus-user-date): Rename back from
5899         gnus-summary-user-date since user code refers to it.
5900
5901         * shr.el (shr-render-td): Store the actual background color used.
5902
5903         * message.el (message-setup-1): Don't bind the constant
5904         -forbidden-properties.
5905         (message-setup-1): Revert previous change, since it needs to bind the
5906         props to insert them.
5907         (message-resend): Allow removing the read-only separator line.
5908
5909 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5910
5911         * nnimap.el (nnimap-request-accept-article): Give an error message if
5912         the APPEND wasn't successful.
5913
5914 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5915
5916         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5917         that have no groups.
5918
5919 2011-02-03  Julien Danjou  <julien@danjou.info>
5920
5921         * gnus-draft.el: Remove progn around gnus-draft-setup.
5922
5923 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5924
5925         * gnus-start.el (gnus-read-active-for-groups): This function is never
5926         called with a nil `infos', so clean that up.
5927         (gnus-get-unread-articles): Request active files from primary/secondary
5928         methods that have no groups (yet).
5929
5930 2011-02-03  Julien Danjou  <julien@danjou.info>
5931
5932         * message.el (message-setup-1): Always generate References first.
5933         (message-mail): Return the return value of message-setup, not always t.
5934         (message-setup-1): Insert mail-header-separator with read-only and
5935         intangible properties set.
5936
5937         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5938         user-date in docstring.
5939
5940         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5941
5942         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5943         docstring.
5944
5945         * gnus.el (gnus-user-date-format-alist): Change default value.
5946         Use defcustom, with type and group. Move from gnus-util.el.
5947         Rename to gnus-summary-user-date-format-alist.
5948
5949 2011-02-03  Glenn Morris  <rgm@gnu.org>
5950
5951         * nnimap.el (gnus-fetch-headers): Declare.
5952
5953         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5954
5955 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5956
5957         * message.el (message-forward-make-body-digest-plain)
5958         (message-followup, message-reply): Clean up things noted by Stefan.
5959
5960         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5961         gnus-article-update-date-headers is nil.
5962         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5963         it didn't really work with defcustom.
5964         (article-update-date-lapsed): Make sure the window start doesn't move,
5965         either.
5966
5967 2011-02-01  Julien Danjou  <julien@danjou.info>
5968
5969         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5970         format.
5971
5972         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5973         standard in Emacs nowadays.
5974
5975         * color.el (color-gradient): Add a color-gradient function.
5976
5977 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5978
5979         * message.el (message-expand-name): Don't trust the return value of
5980         bbdb-complete-name.
5981         (message-check-news-header-syntax): Remove unused var `start'.
5982         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5983         (message-inhibit-body-encoding): Move to before first use.
5984         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5985         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5986         (Organization, Message-ID, Date, mh-previous-window-config):
5987         Defvar the vars using dynamic scoping.
5988
5989 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5990
5991         * shr.el (shr-render-td): Only do colors at the final rendering.
5992         Should be slightly faster.
5993         (shr-insert-table): Fix up TD background colors when doing the
5994         vertical padding.
5995
5996         * gnus-art.el (article-date-ut): Protect against articles with no Date
5997         header.
5998         (article-update-date-lapsed): Don't use current-column to find the
5999         horizontal position.  It's fragile in the presence of \003 characters.
6000
6001         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6002
6003 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6004
6005         * gnus-art.el (article-transform-date): Rewrite to still work when
6006         there are several rfc2822 parts.
6007         (article-transform-date): Fix infinite recursion.
6008         (article-date-ut): Replace infinitely many Date headers with a single
6009         one when called interactively.
6010
6011         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6012         secure manner.
6013
6014         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6015         move around by not using save-window-excursion.  It seems to work...
6016
6017 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * gnus-art.el (article-make-date-line): Work for user-defined format.
6020
6021 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6022
6023         * nntp.el (nntp-retrieve-group-data-early)
6024         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6025         fetching functions.
6026
6027         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6028         thoroughly for all backends that have no known groups.  This should
6029         allow new nnml methods to retrieve mail.
6030
6031         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6032         that Gnus doesn't know exists again.
6033
6034         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6035         (gnus-treat-date-ut): Ditto.
6036         (gnus-article-update-date-header): Rename.
6037         (gnus-treat-date-local): Remove.
6038         (gnus-treat-date-english): Remove.
6039         (gnus-treat-date-lapsed): Remove.
6040         (gnus-treat-date-combined-lapsed): Remove.
6041         (gnus-treat-date-original): Remove.
6042         (gnus-treat-date-iso8601): Remove.
6043         (gnus-treat-date-user-defined): Remove.
6044         (gnus-article-date-headers): New variable to control all the date
6045         header options.
6046         (article-date-ut): Rewrite to allow using the new way to format date
6047         headers(s).
6048
6049 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6050
6051         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6052         method.
6053         (nnmail-article-group): A better test for fanciness.
6054
6055         * nnimap.el (nnimap-request-head): Protect against not finding the
6056         article by Message-ID.
6057
6058 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6059
6060         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6061         keep point at the "same place".
6062
6063 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6064
6065         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6066         data if the group is inactive.
6067
6068 2011-01-28  Julien Danjou  <julien@danjou.info>
6069
6070         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6071         (gnus-all-windows-visible-p): Remove old compatibility code.
6072         (gnus-window-top-edge): Add docstring.
6073
6074         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6075
6076 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6077
6078         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6079         older request-update-info.
6080
6081         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6082
6083 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6084
6085         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6086         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6087
6088 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6091         groups.  This makes the nndraft:queue group pop up if it's not already
6092         there.
6093
6094         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6095         messages" logic, which was reversed.
6096
6097         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6098         the "same place" even if point is on the line being replaced.
6099         (article-update-date-lapsed): Allow updating both the combined lapsed
6100         and the lapsed headers.
6101         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6102         (article-make-date-line): Limit the number of segments dynamically to
6103         avoid too-long lines.
6104
6105 2011-01-27  Julien Danjou  <julien@danjou.info>
6106
6107         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6108         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6109
6110 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6113         Use plist-get instead of the cl function getf.
6114
6115 2011-01-27  Glenn Morris  <rgm@gnu.org>
6116
6117         * gnus-util.el (float-time): Get rid of compiler warning, again.
6118
6119 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6120
6121         * shr.el (shr-put-color): Special-case background colors: Do put them
6122         at the blank parts at the front of the lines.
6123
6124         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6125         exit hook to nix out all data on readedness on group exit.
6126
6127         * gnus-util.el (float-time): If float-time is bound, always use it on
6128         all Emacsen.  It's unclear why the subrp check was there.
6129         (time-date): Require to make some autoload issues on XEmacs go away.
6130
6131         * shr.el (shr-put-color): Don't do the box padding in tables, since
6132         they're already padded.
6133
6134 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6135
6136         * gnus-art.el (gnus-article-next-page): When the last line of the
6137         article is displayed, scroll down once more instead of going to the
6138         next article at once.
6139         (article-lapsed-string): Refactor out and allow specifying how many
6140         segments you want.
6141         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6142         (gnus-article-update-lapsed-header): New variable.
6143
6144         * shr.el: Revert change that made headings use different-sized faces.
6145         The Emacs display engine isn't advanced enough that, for instance,
6146         tables can comfortably use differently-sized faces.
6147
6148 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6149
6150         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6151         used.
6152         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6153         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6154         we're using an encrypted connection.
6155
6156         * proto-stream.el: Alter the interface functions to also return the
6157         actual stream type used: network or tls.
6158
6159 2011-01-25  Julien Danjou  <julien@danjou.info>
6160
6161         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6162         (mm-display-javascript-inline): New function.
6163
6164         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6165         viewing function.
6166
6167 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * shr.el (shr-expand-newlines): Fix variable name.
6170
6171 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6172
6173         * shr.el (shr-expand-newlines): Make nested boxes work.
6174
6175 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6176
6177         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6178         backgrounds.
6179         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6180         in a more sensible manner.
6181
6182 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6185         if EPG is loaded.
6186
6187 2011-01-24  Julien Danjou  <julien@danjou.info>
6188
6189         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6190         tags.
6191
6192 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6193
6194         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6195         commands.
6196
6197         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6198         in the article buffer.
6199         (gnus-gravatar-insert): Use blank space from the current buffer to
6200         avoid breaking text properties.  This makes X-Sent updating work again.
6201
6202         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6203
6204 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6205
6206         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6207         fix the bug in url-http.el instead.
6208
6209         * shr.el (shr-image-fetched): Ditto.
6210
6211         * shr.el (shr-image-fetched): Avoid having point move in the article
6212         buffer.
6213
6214         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6215         buffer after being called.  It's apparently being killed by url.el, and
6216         killing it made point move to end-of-buffer in a random buffer.
6217
6218         * shr.el (shr-image-fetched): Ditto.
6219
6220 2011-01-23  Julien Danjou  <julien@danjou.info>
6221
6222         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6223
6224         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6225         text/x-org.
6226
6227 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6228
6229         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6230         (i.e., nnimap) returning nil as the article number.
6231
6232 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6233
6234         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6235         "DelSp" parameter in RFC3676.
6236
6237 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6238
6239         * message.el (message-check-recipients): Display the encoded version of
6240         the bogus address if they differ.
6241
6242         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6243         after sending.
6244
6245         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6246
6247         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6248
6249         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6250         group buffer after sending the queue.
6251
6252         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6253
6254 2011-01-22  Julien Danjou  <julien@danjou.info>
6255
6256         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6257
6258 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6259
6260         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6261         nested related parts.
6262
6263         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6264         unexpired articles.  This fixes the regression that led expiry marks to
6265         disappear from nnfolder groups.
6266
6267 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6268
6269         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6270         Don't confuse the "ret" of "retrograde" with RET.
6271
6272 2011-01-21  Julien Danjou  <julien@danjou.info>
6273
6274         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6275         than mm-insert-inline.
6276
6277 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6280         Widen article buffer.
6281
6282 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6283
6284         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6285         the temp buffer.
6286         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6287
6288 2011-01-20  Julien Danjou  <julien@danjou.info>
6289
6290         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6291
6292         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6293         than mm-insert-inline to insert inline part: this respect
6294         mm-inline-media-tests displayers.
6295
6296         * mm-view.el (mm-display-shell-script-inline): New function.
6297
6298         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6299
6300         * mm-uu.el (mm-uu-type-alist): Add org block.
6301         (mm-uu-org-src-code-block-extract): New function.
6302
6303         * mm-view.el (mm-display-org-inline): New function.
6304
6305         * mm-decode.el (mm-automatic-display): Add text/org.
6306
6307         * mailcap.el (mailcap-mime-extensions): Add .org.
6308
6309 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6312         gnus-article-add-buttons.
6313
6314 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6315
6316         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6317         From header with a date and "nobody" as the sender.
6318
6319 2011-01-19  Julien Danjou  <julien@danjou.info>
6320
6321         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6322         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6323         if you have the same regexp several times.
6324         (gnus-button-push): Fix matching when regexp is symbol.
6325
6326 2011-01-15  Glenn Morris  <rgm@gnu.org>
6327
6328         * message.el (message-mail): A compose-mail function should
6329         accept headers as strings.
6330
6331 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6332
6333         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6334         Add :vert-only tags.
6335         (message-mail): New arg RETURN-ACTION.
6336         (message-return-action): New var.
6337         (message-bury): Use it.
6338         (message-mode): Make it buffer-local.
6339         (message-send-and-exit): Always call message-bury.
6340
6341         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6342         message-mail.
6343
6344 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6345
6346         * nnimap.el (nnimap-convert-partial-article): Protect against
6347         zero-length body parts.
6348
6349         * mm-decode.el (mm-preferred-alternative-precedence):
6350         Discourage showing empty parts.
6351
6352         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6353         and stuff if the backend didn't return the article number.  This fixes
6354         an Exchange-related nnimap bug.
6355
6356         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6357         group window, because it does the wrong thing when a separate frame
6358         displays the group buffer.
6359
6360         * proto-stream.el (open-protocol-stream): Protect against the low-level
6361         transport functions returning nil.
6362
6363 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6364
6365         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6366         (mml2015-epg-find-usable-secret-key): New function.
6367         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6368         mml2015-epg-find-usable-key (Bug#7797).
6369         (mml2015-epg-encrypt): Ditto.
6370
6371 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * dgnushack.el (rot13-string): Fix the way to get the argument.
6374
6375 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6376
6377         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6378
6379 2011-01-03  Glenn Morris  <rgm@gnu.org>
6380
6381         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6382
6383         * sieve.el (sieve-open-server): Give a more explicit error if
6384         sieve-manage-open returns nil.  (Bug#7720)
6385
6386 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6387
6388         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6389
6390 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6393         This avoids sending passwords in plain text over non-encrypted
6394         channels.
6395
6396         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6397
6398         * nnimap.el (nnimap-login): Refactored out into own function, and
6399         implement CRAM-MD5.
6400         (nnimap-wait-for-line): Refactored out.
6401
6402         * mm-view.el (mml-smime): Require.
6403
6404 2010-12-20  David Engster  <deng@eml.cc>
6405
6406         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6407         use EPG to decrypt S/MIME messages instead of openssl.
6408
6409 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6410
6411         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6412
6413         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6414         status is the group clearly is unreachable.
6415
6416         * auth-source.el (auth-source-create): Add the optional second
6417         parameter to `local-variable-p' to be compatible with XEmacs.
6418
6419 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6420
6421         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6422         work when using a compressed nnml folder.
6423
6424 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6427         backends after sanitising on entry, because this never makes sense:
6428         If the articles have gone missing, then the data no longer exists on
6429         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6430         overwrite anything anyway.
6431
6432         * shr.el (shr-insert-document): Bind shr-width dynamically to
6433         window-width if it's nil.
6434
6435 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6436
6437         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6438         with the meaning of using the full emacs window width for rendering.
6439
6440 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6441
6442         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6443         case when sender is not given.
6444
6445 2010-12-23  Julien Danjou  <julien@danjou.info>
6446
6447         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6448         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6449         the addresses, otherwise we might misplaced the gravatar.
6450
6451 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6452
6453         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6454         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6455         obsolete in Emacs.
6456
6457 2010-12-20  Julien Danjou  <julien@danjou.info>
6458
6459         * gnus-util.el (gnus-rescale-image): Revert last change.
6460
6461 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6462
6463         * binhex.el: Improve commentary (Bug#7482).
6464
6465 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * gnus-group.el (gnus-group-delete-articles): New command.
6468
6469 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6470
6471         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6472
6473 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474
6475         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6476         here, since it's up to the backends to do CRLF removal if their
6477         protocol has it.
6478
6479         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6480
6481 2010-12-17  Julien Danjou  <julien@danjou.info>
6482
6483         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6484         they are from file.  Can also scale up.
6485
6486 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6487
6488         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6489         Restore gnus-use-agent.
6490         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6491
6492         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6493
6494 2010-12-17  Julien Danjou  <julien@danjou.info>
6495
6496         * gravatar.el (gravatar-retrieve-synchronously): New function.
6497         (gravatar-get-data): Make more robust.
6498
6499 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6502
6503 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6506         to really consider the last line.
6507
6508 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6509
6510         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6511         list of recipient keys, or use symmetric encryption if not a list.
6512         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6513         EPA override, replacing the call to `netrc-store-data'.
6514
6515 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6516
6517         * gnus-srvr.el: Avoid passing nil regexp argument to
6518         delete-matching-lines.
6519
6520 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6523         fetching stops when Gnus exits.
6524
6525         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6526         function.
6527         (nnfolder-request-expire-articles): Save all the buffers after doing
6528         expiry.
6529
6530         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6531         the last article", since that led to serious performance regressions
6532         when expiring nnml groups.
6533
6534 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6535
6536         * nnir.el: Improve customizations.
6537
6538 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6539
6540         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6541
6542         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6543         group has been killed.
6544         (gnus-group-yank-group): Ditto.
6545
6546         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6547
6548         * nnimap.el (nnimap-request-update-group-status): New function.
6549
6550         * gnus-int.el (gnus-request-update-group-status): New interface
6551         function.
6552
6553         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6554         copying read-ness to the backends.
6555
6556         * nnimap.el (nnimap-quirk): New function.
6557         (nnimap-retrieve-group-data-early): Use it.
6558         (nnimap-quirks): New alist.
6559
6560 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6563         don't delete it within indentation.
6564
6565 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6568         previous line.
6569
6570 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6573         QRESYNC command by deleting a superfluous space which broke Cyrus
6574         servers.  This change will break other servers that are buggy the other
6575         way around.
6576
6577 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6578
6579         * spam.el: Reindent and fix long lines.
6580         (spam-copy-or-move-routine): Exclude invalid move destinations.
6581
6582 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6583
6584         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6585         installed the registry.
6586
6587 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6590
6591 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6592
6593         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6594         groupname doesn't contain "gmane".
6595
6596 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597
6598         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6599         and netrc-bound-and-true-p bindings.
6600         (netrc-parse): Cache the netrc contents.
6601
6602         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6603         (gnus-1): Don't create the nndrafts group twice.
6604         (gnus-setup-news): There's no need to read the active file here, since
6605         that's done again later on a per-backend basis.
6606         (gnus-start-draft-setup): Make sure that the new group is started out
6607         empty.
6608
6609         * gnus-agent.el (gnus-agentize): Don't create the queue group
6610         automatically on startup.  It'll be created later, if needed.
6611
6612         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6613         of automatically subscribed groups.
6614         (gnus-auto-subscribed-categories): New variable.
6615         (gnus-matches-options-n): Use it.
6616         (gnus-default-subscribed-newsgroups): Remove unused variable.
6617         (gnus-start-draft-setup): Message a bit less.
6618
6619 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6620
6621         * nnir.el (nnir-run-imap): Return article list in order of increasing
6622         UID.
6623
6624 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * gnus-sum.el (gnus-summary-enter-digest-group):
6627         Mention gnus-auto-select-on-ephemeral-exit.
6628
6629         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6630         convention of the network-only option.
6631
6632 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6633
6634         * proto-stream.el (proto-stream-open-network-only): New function to
6635         have a way to specify non-STARTTLS upgrade connections.
6636
6637 2010-12-10  Julien Danjou  <julien@danjou.info>
6638
6639         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6640         email address is nil.
6641
6642         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6643
6644 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6645
6646         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6647         deletion.
6648         (nnir-run-imap): Only need to parse list once.
6649
6650 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * shr.el (shr-tag-script): Ignore <script>.
6653         (shr-tag-label): Add <label> support.
6654
6655 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6658
6659         * shr.el (shr-image-displayer): Work for images lined side by side.
6660
6661 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6662
6663         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6664         parameter, since XEmacs doesn't accept t as a parameter.
6665
6666 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6667
6668         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6669         ids.
6670         (nnir-run-gmane): Simplify groupspec formatting.
6671         (nnir-request-expire-articles): New function.
6672
6673 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6674
6675         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6676         overflow, possibly.
6677
6678         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6679         (shr-render-td): Handle td style="" better.
6680         (shr-tag-table): Use the color from the style sheet.
6681         (shr-render-td): Make sure we copy over all the overlays, too.
6682
6683 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6684
6685         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6686         (nnir-request-article): Improve article retrieval.
6687
6688 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * mm-util.el (mm-extra-numeric-entities): New variable.
6691
6692         * mm-url.el (mm-url-decode-entities):
6693         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6694
6695         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6696
6697 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6698
6699         * message.el: Use completion-at-point.
6700         (message-completion-function): New fun, extracted from message-tab.
6701         (message-mode): Use it for completion-at-point-functions.
6702         (message-tab): Use it and completion-at-point.
6703
6704 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6707         character if a non-breakable character follows.
6708
6709 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6712         any stream.
6713
6714         * shr.el (shr-tag-font): Colorize the region.
6715         (shr-tag-body): Ditto.
6716         (shr-tag-font): Actually let the styles be inherited instead of
6717         overwriting them.
6718         (shr-tag-font): Get the background color right.
6719         (shr-tag-style): Ignore all <style> tags for the moment.
6720
6721         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6722         a Message-ID to avoid having nnimap depend on gnus-sum.
6723
6724         * shr.el (shr-descend): Only colorize something if we have a node that
6725         sets colors.
6726
6727 2010-12-06  Julien Danjou  <julien@danjou.info>
6728
6729         * shr.el (shr-render-td): Render td content with shr-descend, so style
6730         will be applied to <td> too.
6731         (shr-colorize-region): Colorize region even if we only have a background.
6732         (shr-tag-body): Fix color and background color inheritance.
6733         Do not recolorize after shr-generic.
6734         (shr-tag-font): Let shr-generic colorize via inheritance.
6735
6736 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6739
6740 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6741
6742         * nnir.el (nnir-request-move-article): Remove obsolete code.
6743
6744 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6747
6748 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6749
6750         * gnus-sum.el (gnus-summary-respool-article): The completion function
6751         expects a list instead of an alist.
6752
6753         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6754         string as the parameter.
6755
6756         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6757
6758         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6759         styles.
6760         (shr-colorize-region): New function.
6761         (shr-insert-background-overlay): Remove.
6762         (shr-render-td): Background setting should be taken care of on a higher
6763         level.
6764         (shr-tag-body): Use post-hoc colorizations.
6765         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6766         (shr-put-color-1): Don't overwrite old colors.
6767         (shr-colorize-region): When the background color isn't explicit, use
6768         a fixed background.
6769
6770         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6771         nnmail variables.
6772
6773 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6774
6775         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6776         unless necessary.
6777
6778 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6779
6780         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6781         server.
6782
6783 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6784
6785         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6786         so that TAB works.
6787
6788         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6789         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6790
6791         * shr.el (shr-urlify): Show the URL before the title to avoid
6792         misleading URLs.
6793
6794 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6795
6796         * shr.el (shr-urlify): Display the title in <a> tags.
6797
6798 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6799
6800         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6801
6802 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6803
6804         * nnir.el: Rearrange code to allow macros to be autoloaded by
6805         gnus-sum.el.
6806         (nnir-retrieve-headers-override-function): Make this variable
6807         customizable.
6808         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6809
6810         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6811         from nnir.el.
6812
6813 2010-12-03  Julien Danjou  <julien@danjou.info>
6814
6815         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6816
6817 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6820         allow optional argument `environment'.
6821
6822 2010-12-03  Glenn Morris  <rgm@gnu.org>
6823
6824         * mm-extern.el (message-goto-body): Update declaration.
6825
6826 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-util.el (gnus-macroexpand-all): New function.
6829
6830         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6831         instead of macroexpand-all that is unavailable in XEmacs.
6832
6833 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6834
6835         * nnir.el (nnir-summary-line-format): New variable.
6836         (nnir-mode): Use it.
6837         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6838         (nnir-article-ids): Reimplement as defsubst.
6839         (nnir-retrieve-headers): Don't mangle the subject header.
6840         (nnir-run-imap): Use 100 as RSV score.
6841         (nnir-run-find-grep): Fix for full server searching.
6842         (nnir-run-gmane): Better restriction to gmane groups.
6843
6844         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6845         summary buffers.
6846
6847 2010-12-02  Julien Danjou  <julien@danjou.info>
6848
6849         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6850
6851         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6852
6853         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6854         support.
6855
6856 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6857
6858         * nnir.el: Update to handle the registry better.
6859         (autoload): Silence byte-compiler.
6860         (nnir-open-server): Add a hook for nnir groups.
6861         (nnir-request-move-article): Don't mangle the header.  Better to use
6862         formatting variables (which will be added in the future).
6863         (nnir-registry-action): Update the registry using the original article
6864         group name.
6865         (nnir-mode): Install nnir-specific hooks for updating the registry.
6866
6867         * gnus-sum.el
6868         (gnus-article-original-subject,gnus-newsgroup-original-name):
6869         Remove obsolete variables.
6870         (gnus-summary-move-article): Remove use of obsolete variables.
6871         (gnus-summary-local-variables): Make move and delete hooks local to
6872         summary buffers.
6873
6874 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * rtree.el: New file.
6877
6878 2010-12-01  Julien Danjou  <julien@danjou.info>
6879
6880         * message.el (message-user-organization): Do not use
6881         gnus-local-organization.
6882
6883         * gnus.el: Remove gnus-local-organization.
6884
6885         * gnus-msg.el: Remove nastygram thing.
6886
6887 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6888
6889         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6890         funcall.
6891
6892 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6895         names.
6896
6897         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6898         characters.
6899
6900         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6901         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6902         Suggested by Štěpán Němec <stepnem@gmail.com>.
6903         (gnus-gravatar-transform-address): Use mail-extract-address-components
6904         that supports non-ASCII names rather than mail-header-parse-addresses.
6905
6906 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6907
6908         * proto-stream.el (open-protocol-stream): All starttls connections are
6909         handled by the network handler.
6910
6911 2010-11-30  Julien Danjou  <julien@danjou.info>
6912
6913         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6914         (nnimap-open-connection-1): Fix PREAUTH.
6915
6916         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6917
6918 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6921         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6922         (shr-insert): Use them.
6923         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6924
6925 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6926
6927         * nnir.el (nnir-request-move-article): Bail out if original group
6928         doesn't support article moves.
6929         (nnir-get-active): Improve active list retrieval.
6930
6931 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6934
6935 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6936
6937         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6938         seem to accept strings-with-numbers as port numbers.
6939
6940 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6941
6942         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6943         change the registry.
6944
6945 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6948         delete-dups that is not available in XEmacs 21.4.
6949
6950         * mm-util.el (mm-delete-duplicates): Add comment.
6951
6952 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6953
6954         * nnir.el (nnir-ignored-newsgroups): New variable.
6955         (nnir-get-active): Use it.
6956
6957 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958
6959         * proto-stream.el (proto-stream-open-network): Add some comments.
6960
6961         * nntp.el (nntp-open-connection): Provide a :success condition.
6962
6963         * nnimap.el (nnimap-open-connection-1): Ditto.
6964
6965         * proto-stream.el (proto-stream-open-network): See what the response to
6966         the STARTTLS command is.
6967
6968         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6969         backwards compatibility).
6970         (nnimap-open-connection-1): Really respect nnimap-server-port.
6971
6972         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6973         TLS upgrades we don't really care about the identity of the peer.
6974         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6975         that what we've checked for.
6976         (proto-stream-always-use-starttls): Only default to t if
6977         open-gnutls-stream exists.
6978         (proto-stream-open-network): If STARTTLS failed, then just open a
6979         normal connection.
6980         (proto-stream-open-network): Wait until the greeting before doing
6981         STARTTLS.
6982
6983         * nntp.el (nntp-open-connection): Report what the connection error is.
6984
6985         * proto-stream.el (open-protocol-stream): Rename from
6986         open-proto-stream.
6987
6988 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6989
6990         * nnimap.el (nnimap-stream): Change default to `undecided'.
6991         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6992         first, and then network.
6993         (nnimap-open-connection-1): Respect nnimap-server-port.
6994         (nnimap-open-connection): Be more backwards-compatible.
6995
6996         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6997         (proto-stream-open-starttls): De-duplicate the starttls code.
6998         (proto-stream-open-starttls): Folded back into the main function.
6999         (proto-stream-open-network): Fix typo in the gnutls path.
7000         (proto-stream-command): Refactor out.
7001
7002         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7003
7004         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7005         starttls.el STARTTLS.
7006
7007         * color.el (color-lab->srgb): Fix function call name.
7008
7009         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7010         if we're using tls.el.
7011         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7012         built in, then don't try to establish a STARTTLS connection.
7013
7014         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7015         servers.
7016
7017         * proto-stream.el (open-proto-stream): Use network, not stream.
7018         (open-proto-stream): Add a way to specify what the end of a command is.
7019
7020         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7021         connections types.
7022         (nntp-open-network-stream): Remove.
7023         (nntp-open-ssl-stream): Remove.
7024         (nntp-open-tls-stream): Remove.
7025         (nntp-ssl-program): Remove.
7026
7027         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7028
7029 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7030
7031         * nnir.el: Fix typos.
7032         (nnir-retrieve-headers-override-function): Rename variable to reflect
7033         new semantics.
7034         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7035         macros.
7036         (nnir-request-article, nnir-request-move-article): Use them.
7037         (nnir-categorize): New function.
7038         (nnir-run-query): Use it.
7039         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7040         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7041         sorted.
7042         (nnir-group-full-name): Use gnus-group-full-name instead.
7043         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7044         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7045
7046 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7049
7050         * proto-stream.el: New library to provide protocol-specific
7051         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7052         protocols.
7053         (open-proto-stream): Complete the documentation.
7054         (proto-stream-open-network): Fix some typos.
7055
7056         * nnimap.el (nnimap-open-connection): Use it.
7057
7058 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7059
7060         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7061         negotiation.
7062
7063 2010-11-26  Julien Danjou  <julien@danjou.info>
7064
7065         * color.el: Rename various rgb functions to srgb.
7066
7067 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7070         names.
7071
7072 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * shr.el (shr-insert): Revert last change.
7075         (shr-find-fill-point): Never leave point being at bol;
7076         relax the kinsoku limitation when rendering tables.
7077
7078 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7081         results from -accept-article.
7082
7083         * shr-color.el: Require cl when compiling.
7084
7085         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7086         checkin.
7087
7088         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7089
7090         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7091
7092         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7093         'add and 'delete to set backend marks.
7094
7095         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7096
7097         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7098
7099         * nntp.el (nntp-request-set-mark): Use it.
7100
7101         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7102
7103         * nnml.el (nnml-request-set-mark): Ditto.
7104
7105         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7106         introduces regressions in article selection.
7107         (nnimap-find-uid-response): New function.
7108         (nnimap-request-accept-article): Use the UID returned, if any.
7109         (nnimap-request-move-article): Use the UID returned, if any.
7110         (nnimap-get-groups): Reimplement to work with folded lines.
7111         (nnimap-find-uid-response): The UID is the last element in the list.
7112         (nnimap-request-set-mark): Extend syntax with 'set.
7113
7114         * nnml.el (nnml-request-set-mark): Ditto.
7115
7116         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7117
7118         * nntp.el (nntp-request-set-mark): Ditto.
7119
7120 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * message.el (message-called-interactively-p): A temporary macro.
7123         (message-goto-body): Use it temporarily.
7124
7125 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7128         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7129         (nnimap-last-response-string): Fix last unfolding fix.
7130
7131 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * shr.el (shr-insert): Fix the way to fold lines.
7134
7135 2010-11-25  Julien Danjou  <julien@danjou.info>
7136
7137         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7138
7139         * color.el: Rename from color-lab.el
7140         (color-rgb->hex): Add.
7141         (color-complement): Add.
7142         (color-complement-hex): Add.
7143
7144         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7145
7146 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7147
7148         * shr-color.el (shr-color-visible): Don't bug out if the color names
7149         don't exist.
7150
7151 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7154         assuming that article displaying or another mml-preview may be
7155         interrupted for an error or for the like.
7156
7157         * shr.el (shr-get-background): Fix argument name.
7158
7159 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7162
7163         * gnus-sum.el (gnus-summary-include-articles): New function.
7164
7165         * message.el (message-goto-body): called-interactively-p needs a
7166         parameter, so use `any'.
7167
7168         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7169         clear marks before moving, since they're synced from the Gnus side
7170         first.
7171
7172         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7173         (gnus-summary-move-article): Copy over all marks before moving, so that
7174         IMAP doesn't think a new article has arrived.
7175
7176 2010-11-24  Julien Danjou  <julien@danjou.info>
7177
7178         * shr.el (shr-insert-background-overlay): Fix typo.
7179         (shr-render-td): Copy the background before rendering.
7180
7181         * shr-color.el (shr-color-visible): Fix docstring.
7182
7183         * shr.el (shr-tag-table): Add bgcolor support.
7184         (shr-render-td): Add bgcolor support.
7185         (shr-get-background): Add.
7186         (shr-insert-foreground-overlay): Use shr-get-background.
7187
7188         * message.el (message-goto-body): Use called-interactively-p.
7189         (message-in-body-p): message-goto-body returns point.
7190
7191 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7192
7193         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7194         Fixes something or other in Emacs 23, and is backwards compatible.
7195
7196         * message.el (message-goto-body): Remove the <#secure special-casing,
7197         which is too special.
7198
7199         * shr.el (shr-parse-style): Drop !important from styles.
7200
7201 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7202
7203         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7204         this function to return incorrect results when calling it with an
7205         explicit article argument different from
7206         (gnus-summary-article-number).
7207
7208 2010-11-24  Julien Danjou  <julien@danjou.info>
7209
7210         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7211         (shr-tag-body): Add background support.
7212         (shr-descend): Add background support.
7213         (shr-tag-title): Add.
7214
7215         * shr-color.el (shr-color-visible): Really return original background
7216         if fixed.
7217
7218 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * shr.el (shr-color-check): Protect against non-existent color names.
7221
7222 2010-11-24  Julien Danjou  <julien@danjou.info>
7223
7224         * color-lab.el: Require 'cl when compiling.
7225
7226         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7227
7228         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7229         matched part.
7230
7231         * color-lab.el: Fix all expt calls to use float type.
7232
7233 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7236         expression to shr-color-check as is.
7237
7238         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7239
7240         * color-lab.el: Add coding cookie.
7241         (float-pi): Use eval-and-compile.
7242
7243         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7244         compiled for Emacsen having no `libxml-parse-html-region' support.
7245
7246 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * shr.el (shr-insert-color-overlay): Split stuff like
7249         "#444444 !important" to find the real color.
7250         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7251         parse <font color="red"> entries.
7252
7253 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7254
7255         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7256         point when parsing headers.
7257
7258         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7259         is positioned properly when parsing headers.
7260
7261 2010-11-23  Julien Danjou  <julien@danjou.info>
7262
7263         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7264
7265         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7266
7267         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7268
7269         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7270         Use shr-color-hue-to-rgb.
7271         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7272
7273 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * shr.el (shr-color->hexadecimal): Autoload.
7276         (shr-descend): Add color to all tags.
7277
7278 2010-11-22  Julien Danjou  <julien@danjou.info>
7279
7280         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7281         shr-color->hexadecimal.
7282
7283         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7284         RGB() or HSL() color representation.
7285
7286         * shr.el (shr-tag-font): Add.
7287         (shr-tag-color-check): New function to get better colors.
7288         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7289         tag-span.
7290
7291         * shr-color.el: New file.
7292
7293         * color-lab.el: New file.
7294
7295         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7296
7297 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7298
7299         * nnir.el: Fix typo in comments.
7300         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7301         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7302
7303 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7306
7307         * nnimap.el (nnimap-get-capabilities): Refactor out.
7308         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7309
7310 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7311
7312         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7313         appearing when `mm-uu-hide-markers' is nil.
7314
7315 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * nnimap.el (nnimap-unselect-group): Make into its own function.
7318         (nnimap-request-rename-group): Unselect group before renaming.
7319         This had gotten lost somewhere.
7320         (nnimap-request-accept-article): Keep track of examined groups, and
7321         unselect the group before APPENDing to read-only groups.
7322         (nnimap-request-move-article): Clear flags before moving so that they
7323         can be re-set later.
7324
7325 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7328         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7329
7330 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-art.el (gnus-mime-display-single):
7333         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7334         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7335         parameter.
7336
7337 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7340         (shr-table-vertical-line): New variable.
7341         (shr-insert-table): Use it.
7342
7343 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-html.el (gnus-html-wash-images): Don't display images if
7346         gnus-inhibit-images is non-nil; register displayer for cid images.
7347         (gnus-html-display-image): Work for cid image.
7348         (gnus-html-insert-image): Allow arguments.
7349         (gnus-html-put-image): Inhibit read-only.
7350         (gnus-html-prefetch-images): Don't prefetch images if
7351         gnus-inhibit-images is non-nil.
7352
7353 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7354
7355         * shr.el (shr-put-image): Break lines when inserting big pictures.
7356
7357 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7358
7359         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7360         sender, thanks Katsumi Yamaoka.
7361
7362 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7363
7364         * nnir.el (nnir-run-imap): Reverse the article list for each group
7365         rather than the whole list.
7366
7367 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * shr.el (shr-image-displayer): Protect function against non-existent
7370         image source.
7371
7372         * gnus-art.el (gnus-inhibit-images): New user option.
7373         (gnus-mime-display-single): Don't display image if it is non-nil.
7374
7375         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7376         gnus-inhibit-images.
7377
7378         * shr.el (shr-image-displayer): New function.
7379         (shr-tag-img): Use it.
7380
7381 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7382
7383         * mml2015.el (mml2015-epg-sign): Use From header.
7384
7385 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7388
7389         * gnus-util.el (gnus-find-text-property-region): Return markers.
7390
7391         * shr.el (shr-tag-img): Put a displayer in the text property.
7392
7393         * gnus-util.el (gnus-find-text-property-region): New utility function.
7394
7395         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7396         (gnus-html-show-images): Remove.
7397
7398         * gnus-art.el (gnus-article-show-images): New, more general function.
7399
7400         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7401         image url text properties.
7402
7403         * shr.el: Ditto.
7404
7405         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7406         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7407
7408 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7411         work for two or more articles.
7412
7413 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7416         divide an image that's in an html article to two or more when washing
7417         non-ASCII characters in alt text of it.
7418
7419 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7422         smime-decrypt-region using function argument.
7423         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7424
7425         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7426
7427         * smime.el (smime-decrypt-region): Catch it.
7428
7429 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7430
7431         * smime.el (smime-mode-map): Move initialization into declaration.
7432         (gnus-run-mode-hooks): Don't autoload.
7433         (smime-mode): Use define-derived-mode.
7434
7435 2010-11-11  Glenn Morris  <rgm@gnu.org>
7436
7437         * smime.el (from): Restrict declaration to XEmacs.
7438
7439         * nnir.el (gnus-group-topic-name): Autoload.
7440
7441 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * shr.el (shr-insert): Don't break long line if it is because of
7444         kinsoku-bol characters in the line end.
7445
7446 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7447
7448         * nnir.el (nnir-request-move-article): Fix to provide original group
7449         and subject.
7450         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7451         been retrieved.
7452
7453         * gnus-sum.el (gnus-summary-move-article): Use original group and
7454         subject for virtual articles such as those in an nnir summary buffer.
7455
7456 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7459         least 21.5).
7460
7461         * smime.el (from): Declare it again for XEmacs.
7462
7463 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * message.el (message-resend): Don't disable encoding unless it's
7466         already encoded.
7467
7468         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7469         low-numbered articles.
7470
7471 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * rfc2047.el (rfc2047-syntax-table): Simplify.
7474
7475         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7476
7477         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7478         set-char-table-range for XEmacs.
7479
7480 2010-11-10  Glenn Morris  <rgm@gnu.org>
7481
7482         * time-date.el (time-to-seconds): Always an alias on Emacs,
7483         never a real function.
7484         (with-no-warnings): Remove compat stub, now unused.
7485         (time-less-p): Doc fix.
7486         (time-to-number-of-days): Simplify.
7487
7488         * smime.el (from): Remove unused declaration.
7489
7490         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7491         (gnus-float-time): On Emacs, always an alias.
7492
7493         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7494         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7495
7496 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * dgnushack.el: Don't use ignore-errors in the top level form since it
7499         is unavailable in XEmacs even if cl is loaded.
7500
7501         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7502
7503 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7504
7505         * shr.el (browse-url-mailto): Autoload.
7506
7507         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7508
7509         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7510         regexp doesn't need quoting.
7511
7512 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7513
7514         * message.el (message-subject-trailing-was-ask-regexp)
7515         (message-subject-trailing-was-regexp): Match was: in addition to was.
7516
7517 2010-11-09  Glenn Morris  <rgm@gnu.org>
7518
7519         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7520         (nnbabyl-check-mbox): Use point-at-bol.
7521
7522 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7525
7526         * message.el (message-mailto): New function.
7527         (message-mailto): Should accept other parameters.
7528         (message-mailto): Remove since it duplicates browse-url-mailto
7529         functionality.
7530
7531 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7534         methods.
7535         (gnus-read-active-file): Ditto.
7536
7537         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7538         ": " from the prompt.
7539         (gnus-group-make-group): Ditto.
7540
7541 2010-11-07  Glenn Morris  <rgm@gnu.org>
7542
7543         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7544         (gnus-bookmark-kill-line): Use point-at-eol.
7545
7546 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7549         asterisks in From header.
7550
7551 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7554         string to avoid making the From headers syntactically invalid.
7555
7556         * message.el (message-send-mail): Don't insert courtesy messages if the
7557         message already has List-Post and List-ID messages.
7558
7559 2010-11-06  Glenn Morris  <rgm@gnu.org>
7560
7561         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7562         `condition', `type', `length' a prefix.
7563         (gnus-treat-predicate): Update for above name changes.
7564
7565 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7566
7567         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7568         binding.  Handled by `gnus-summary-refer-thread' instead.
7569         (nnir-warp-to-article): New backend function.
7570
7571         * nnimap.el (nnimap-request-thread): Force dependency updating.
7572
7573         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7574         (gnus-summary-refer-thread): Rework to improve thread-referral.
7575
7576         * gnus-int.el (gnus-warp-to-article): New function.
7577
7578         * gnus-sum.el (gnus-summary-article-map): Bind it.
7579
7580 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7581
7582         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7583         gnus-summary-refer-thread.
7584
7585         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7586         headers.
7587         (gnus-summary-limit-include-thread): Prevent articles in thread from
7588         being cut in gnus-cut-threads.
7589         (gnus-summary-refer-thread): Limit retrieved headers to those in
7590         thread.
7591
7592 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7593
7594         * message.el (message-send-mail): Use the value of
7595         message-courtesy-message from the message buffer.
7596
7597         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7598
7599         * shr.el (shr-browse-url): Implement mailto: URLs.
7600
7601         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7602         "raw".
7603
7604         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7605         if it's already selected.
7606
7607         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7608
7609 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7612         to measure the length and truncate alt text.
7613
7614 2010-11-03  Glenn Morris  <rgm@gnu.org>
7615
7616         * nndiary.el (nndiary-generate-nov-databases-1)
7617         (nndiary-generate-active-info): Rename dynamic variable `files' to
7618         something less generic.
7619
7620 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7621
7622         * nnir.el (nnir-request-move-article): Call the underlying backend to
7623         move articles from nnir.
7624
7625 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7628
7629 2010-11-02  Julien Danjou  <julien@danjou.info>
7630
7631         * nnir.el: Remove wais support.
7632
7633 2010-11-02  Glenn Morris  <rgm@gnu.org>
7634
7635         * gnus-html.el: Reorder requirements to quieten compiler.
7636
7637 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7640         properly for XEmacs as well.
7641         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7642         (gnus-article-natural-long-line-p): Use window-width rather than
7643         frame-width.
7644
7645 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7646
7647         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7648         (nnir-read-parms): Don't modify query.
7649         (nnir-run-query): Add ability to search topic on current line.
7650         (nnir-get-active): Clean up.
7651
7652 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653
7654         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7655         degenerate articles.
7656
7657         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7658         (gnus-print-buffer): Just print the buffer as is, without any copying
7659         to a buffer and then re-highlighting.
7660
7661         * nnimap.el (nnimap-request-group): Store the new updated info.
7662         (nnimap-request-group): Select the group when we don't know whether it
7663         exists or not.
7664
7665         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7666         groups.
7667
7668         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7669         groups.
7670
7671         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7672         groups.
7673
7674         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7675         long-lines case by only filling the long lines.
7676
7677         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7678         (bug #7311).
7679
7680 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * shr.el: No need to declare `declare-function' since shr.el is for
7683         only Emacsen that provide `libxml-parse-html-region'.
7684
7685         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7686         effective only in a file it is referred to.
7687
7688 2010-11-01  Glenn Morris  <rgm@gnu.org>
7689
7690         * mm-util.el (gnus-completing-read): Autoload.
7691         (mm-read-coding-system): Simplify Emacs definition.
7692
7693         * nnmail.el (gnus-activate-group):
7694         * nnimap.el (gnutls-negotiate):
7695         * nntp.el (netrc-parse): Fix declarations.
7696
7697 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7700         string-match-p in Emacs >=23.
7701
7702         * gnus-msg.el (gnus-configure-posting-styles):
7703         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7704
7705 2010-11-01  Glenn Morris  <rgm@gnu.org>
7706
7707         * nnir.el (declare-function): Add compat stub.
7708         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7709         (nnir-run-gmane): Require 'mm-url.
7710
7711         * mm-util.el (mm-string-to-multibyte): Simplify.
7712
7713         * shr.el (declare-function): Add compat stub.
7714         (url-cache-create-filename): Declare.
7715         (mm-disable-multibyte, widget-convert-button): Autoload.
7716
7717         * smime.el (ldap-search): Declare.
7718         (smime-cert-by-ldap-1): Require ldap on Emacs.
7719
7720         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7721         (nnimap-keepalive): Use gnus-float-time.
7722
7723         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7724         (mail-source-delete-crash-box): Use gnus-float-time.
7725
7726         * gnus-dired.el (gnus-completing-read): Autoload.
7727
7728         * mm-view.el (gnus-rescale-image): Autoload.
7729
7730         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7731
7732         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7733
7734         * sieve-manage.el: Require 'cl when compiling.
7735
7736         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7737         (gnus-iswitchb-completing-read): Require iswitchb.
7738         (gnus-select-frame-set-input-focus): Silence compiler.
7739
7740 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7741
7742         * message.el (message-subject-trailing-was-query): Change default to t,
7743         since I think that's what most people want.
7744
7745         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7746         appending for easier debugging.
7747         (nnimap-wait-for-connection): Take a regexp.
7748         (nnimap-request-accept-article): Wait for the continuation line before
7749         sending anything unless we're streaming.
7750
7751         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7752         leave the header washing to take place.
7753
7754 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7755
7756         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7757         regular expression match and replace in posting styles.
7758
7759 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7760
7761         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7762         an entire server.
7763         (nnir-get-active): New function.
7764         (nnir-run-imap): Use it.
7765         (nnir-run-gmane): Who knew, gmane search returns an article score!
7766
7767         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7768         server on the current line with nnir.
7769
7770 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7773         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7774         left edge.
7775         (gnus-article-foldable-buffer): Skip past the prefix when determining
7776         raggedness.
7777
7778         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7779         the raw article, and change `C-u g' to show the article without doing
7780         treatments.
7781
7782         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7783         on to `gnus-treat-article'.
7784         (gnus-inhibit-article-treatments): New variable.
7785
7786         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7787
7788         * gnus-art.el (gnus-treatment-function-alist): Have
7789         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7790         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7791         sections.
7792
7793         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7794         parameter.
7795         (gnus-article-fill-cited-long-lines): New function.
7796         (gnus-article-fill-cited-article): Allow filling only long sections.
7797
7798         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7799         and non-punctuation (like after the apostrophe in "'We").
7800
7801         * gnus-sum.el (gnus-summary-select-article): Make sure
7802         gnus-original-article-buffer is alive.
7803
7804         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7805         reflect the order they're in in the digest.
7806
7807         * gnus.el (gnus-group-startup-message): Move point to the start of the
7808         buffer.
7809
7810         * nnimap.el (nnimap-capability): New function.
7811         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7812         is set.
7813
7814 2010-10-31  David Engster  <dengste@eml.cc>
7815
7816         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7817         conform with changes to gnus-completing-read.
7818
7819 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7822
7823 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7824
7825         * nnir.el: Move defvar, defcustom around to keep file organized
7826         and keep byte-compiler quiet.
7827         (nnir-read-parms): Accept search-engine as arg.
7828         (nnir-run-query): Pass search-engine as arg.
7829         (nnir-search-engine): Remove.
7830
7831 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7832
7833         * shr.el (shr-generic): The text nodes should be text, not :text.
7834
7835         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7836         later in the file.
7837
7838 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7839
7840         * nnir.el: General clean up.  Allow searching with multiple engines.
7841         Allow separate extra-parameters for each engine.
7842         Batch queries when possible.
7843         (nnir-imap-default-search-key,nnir-method-default-engines):
7844         Add customize interface.
7845         (nnir-run-gmane): New engine.
7846         (nnir-engines): Use it.  Qualify all prompts with engine name.
7847         (nnir-search-engine): Remove global variable.
7848         (nnir-run-hyrex): Restore for now.
7849         (nnir-extra-parms,nnir-search-history): New variables.
7850         (gnus-group-make-nnir-group): Use them.
7851         (nnir-group-server): Remove in favor of gnus-group-server.
7852         (nnir-request-group): Avoid searching twice.
7853         (nnir-sort-groups-by-server): New function.
7854
7855 2010-10-30  Julien Danjou  <julien@danjou.info>
7856
7857         * gnus-group.el: Remove gnus-group-fetch-control.
7858
7859         * gnus-start.el (gnus-find-new-newsgroups):
7860         Remove gnus-check-first-time-used.
7861
7862         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7863
7864 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7865
7866         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7867         set on groups that don't have \* permanentflags.
7868
7869 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7872         control the background color.
7873         (shr-tag-img): Ignore very small web bug type images.
7874         (shr-put-image): Add help-echo alt texts to the images.
7875         (shr-tag-video): Show the video poster image.
7876
7877 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * shr.el (shr-table-depth): New variable.
7880         (shr-tag-table-1): Only insert the images after the top-level table.
7881
7882         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7883
7884         * gnus-util.el (gnus-list-memq-of-list): New function.
7885
7886         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7887         selected.
7888         (nnimap-unsplittable-articles): New slot.
7889         (nnimap-new-articles): Use it.
7890
7891 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7892
7893         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7894         move to the previous line on `M-g'.
7895
7896 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7899         *-request-group, which seems unnecessary.
7900
7901         * nnimap.el (nnimap-quote-specials): Function copied over from
7902         imap.el.
7903         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7904         they support that.  Suggested by Tom Regner.
7905
7906 2010-10-29  Julien Danjou  <julien@danjou.info>
7907
7908         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7909         defalias.
7910         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7911
7912         * gnus.el: Remove `gnus-nntp-service' variable.
7913         (gnus-secondary-servers): Make obsolete.
7914         (gnus-nntp-server): Make obsolete.
7915
7916         * gnus-start.el (gnus-1): Remove x-splash calls.
7917
7918         * gnus-ems.el (gnus-x-splash): Remove.
7919
7920         * gnus.el (gnus-group-startup-message): Simplify/update code.
7921
7922         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7923         definition.
7924
7925         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7926         capability before doing anything.
7927         (gnus-group-insert-group-line): Remove useless
7928         gnus-group-remove-excess-properties.
7929
7930 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7933
7934 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7937         config after reselecting.
7938
7939 2010-10-28  Julien Danjou  <julien@danjou.info>
7940
7941         * shr.el (shr-put-image): Use point even if only inserting text.
7942         (shr-put-image): Save excursion when inserting alt text on non-graphic
7943         display, so the behavior is the same when we are on a graphic display.
7944
7945         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7946
7947 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7950         (gnus-mime-copy-part): Check coding system, not charset.
7951         (gnus-mime-view-part-externally): Never remove part.
7952         (gnus-mime-view-part-internally): Don't remove part here.
7953         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7954         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7955         multipart/alternative.
7956
7957         * mm-decode.el (mm-display-part): Take optional arg `force'.
7958
7959 2010-10-26  Julien Danjou  <julien@danjou.info>
7960
7961         * gnus-group.el (gnus-group-default-list-level): Add this function to
7962         compute the default list level.
7963         (gnus-group-default-list-level): Add possibility to use a function.
7964
7965 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7968
7969         * gnus-group.el (gnus-group-completing-read)
7970         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7971         gnus-replace-in-string.
7972
7973 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * shr.el (shr-tag-div): Add.
7976
7977         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7978
7979 2010-10-25  Julien Danjou  <julien@danjou.info>
7980
7981         * gnus-util.el: Remove `gnus-with-local-quit'.
7982
7983         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7984
7985 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7988         the original article buffer.
7989
7990 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * nnimap.el (nnimap-request-head): New function.
7993         (nnimap-request-move-article): Try to be slightly faster by not
7994         requesting the entire message when moving.
7995         (nnimap-transform-headers): Don't bug out on bodiless articles.
7996         (nnimap-send-command): Have no outstanding messages if the IMAP server
7997         doesn't support streaming.
7998         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7999
8000 2010-10-24  Julien Danjou  <julien@danjou.info>
8001
8002         * message.el (message-default-headers): Fix type.
8003
8004 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8007         prefetching images.
8008
8009         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8010         backend for unknown groups.  This is mainly useful for nnimap groups.
8011
8012         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8013         group isn't covered by the agent.
8014
8015 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8016
8017         * nnir.el (nnir-method-default-engines): New variable.
8018         (nnir-run-query): Use it.
8019         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8020         (gnus-summary-nnir-goto-thread): Change group if needed.
8021
8022         * gnus-group.el (gnus-group-group-map): Add key binding for
8023         gnus-group-make-nnir-group.
8024
8025 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * shr.el (shr-tag-object): Add.
8028
8029         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8030         original article buffer live.
8031         (gnus-summary-select-article-buffer):
8032         Mention gnus-widen-article-buffer.
8033
8034 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * shr.el (shr-tag-strong): Add.
8037
8038 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8039
8040         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8041         group names.  They mess up the group buffer badly.
8042
8043         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8044
8045         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8046         instead of the summary one.
8047
8048 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * mml.el (mml-preview): Work properly when editing article.
8051
8052         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8053         gnus-have-read-active-file if it's already been in.
8054
8055 2010-10-22  Tom Tromey  <tromey@redhat.com>
8056
8057         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8058         gnus-group-completing-read.
8059
8060 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8061
8062         * message.el (message-mode-map): Don't bind M-; to comment region, to
8063         allow the global comment-dwim to work.
8064
8065 2010-10-21  Julien Danjou  <julien@danjou.info>
8066
8067         * message.el (message-setup-1): Allow message-default-headers to be a
8068         function.
8069
8070 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * shr.el (shr-tag-table): Simplify.
8073
8074 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075
8076         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8077         to avoid trying to snarf invalid stuff.
8078
8079         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8080
8081         * gnus.el (gnus-message-archive-group): Quote value.
8082         (gnus-message-archive-group): Mark as changed.
8083
8084         * shr.el (shr-add-font): Don't put the font properties on the newline
8085         or the indentation.
8086
8087         * message.el (message-fix-before-sending): Change options when sending
8088         non-printable characters.
8089
8090         * gnus.el (gnus-message-archive-method): Change the default to
8091         monthly outgoing groups.
8092
8093         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8094         that have gotten new numbers.
8095
8096         * nnimap.el (nnimap-request-replace-article): New function.
8097
8098 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8101         (nnrss-request-article): Don't use special html washing code.
8102
8103 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * shr.el (shr-tag-table): Remove useless nconc.
8106
8107 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus-art.el (article-wash-html): Simplify and remove the charset
8110         stuff.  Use the normal html rendering code instead of the special html
8111         washing code.
8112
8113         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8114         `gnus-w3m' symbols.
8115         (mm-text-html-washer-alist): Remove.
8116
8117         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8118         (mm-inline-media-tests): Remove use.
8119         (mm-text-html-renderer): Change default to the `shr' symbol.
8120
8121         * mm-view.el (mm-inline-text-html): Remove use.
8122
8123         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8124         `gnus-blocked-images' to be a function.
8125         (gnus-article-wash-function): Remove.
8126
8127 2010-10-20  Julien Danjou  <julien@danjou.info>
8128
8129         * spam.el (spam-list-of-processors): Mark as obsolete.
8130
8131         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8132         (nnimap-insert-partial-structure): Fix boundary detection.
8133
8134 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8135
8136         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8137         run file-truename on remote files.  This can be expensive and even
8138         prevent one from editing drafts if some unrelated buffer has a stale
8139         connection.
8140
8141 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8144         kinsoku-eol regardless of shr-kinsoku-shorten.
8145         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8146         (shr-tag-table): Support caption, thead, and tfoot.
8147
8148 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8149
8150         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8151         lines.
8152         (shr-save-contents): New command and keystroke.
8153
8154         * nndoc.el (nndoc-type-alist): Add git support.
8155         (nndoc-git-type-p): New function.
8156         (nndoc-transform-git-article): Ditto.
8157         (nndoc-transform-git-headers): Ditto.
8158         (nndoc-transform-git-headers): Generate Subject headers.
8159
8160         * shr.el (shr-parse-style): New function.
8161         (shr-tag-span): Ditto.
8162
8163         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8164         to `G G' to avoid collisions.
8165
8166 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * shr.el: Load kinsoku if necessary.
8169         (shr-kinsoku-shorten): New internal variable.
8170         (shr-find-fill-point): Make kinsoku shorten text line if
8171         shr-kinsoku-shorten is bound to non-nil.
8172         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8173         shr-indentation too when testing if table is wider than frame width.
8174         (shr-insert-table): Use `string-width' instead of `length' to measure
8175         text width.
8176         (shr-insert-table-ruler): Make sure indentation is done at bol.
8177
8178 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8179
8180         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8181         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8182         undecoded network data.
8183
8184 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8187         name in the mode line spec so that the mode line menu works
8188         (bug #2431).
8189
8190         * message.el (message-get-reply-headers): If we're fed `to-address',
8191         then always use that.
8192
8193         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8194         aren't so wide as to need to switch off the edit menu.
8195
8196         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8197         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8198
8199         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8200         `M-g'.
8201         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8202         the permanent marks.
8203
8204 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8205
8206         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8207         Splitting according to references/in-reply-to obeys the ignore-groups
8208         variable, while splitting by sender and subject do not.
8209
8210 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8211
8212         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8213         alist, so that we can look for non-Unicode chars.
8214         (article-translate-strings): Allow both character and string maps.
8215
8216 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * shr.el (shr-insert): Don't insert space behind a wide character
8219         categorized as kinsoku-bol, or between characters both categorized as
8220         nospace.
8221
8222 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8223
8224         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8225         headers to gnus-newsgroup-headers.
8226
8227 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * shr.el (shr-tag-img): Don't align images -- since we're not
8230         rescaling, this often leads to ugly displays.
8231
8232 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8233
8234         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8235         duplicates.
8236
8237 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8238
8239         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8240         call.
8241
8242 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * gnus.el: Autoload gnus-html-show-images.
8245
8246         * nnimap.el: Use nnheader-message throughout.
8247
8248         * shr.el (shr-tag-img): Ignore images with no data.
8249
8250 2010-10-15  Julien Danjou  <julien@danjou.info>
8251
8252         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8253         a possibility to disable format=flow encoding when using hard newlines.
8254
8255 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * shr.el (shr-insert): Remove space inserted before or after a
8258         breakable character or at the beginning or the end of a line.
8259         (shr-find-fill-point): Do kinsoku; find the second best point or give
8260         it up if there's no breakable point.
8261
8262 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * nnimap.el (nnimap-open-connection): Message when opening connection
8265         for debugging purposes.
8266
8267         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8268         on every setup buffer call to allow this to change from article to
8269         article.
8270
8271         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8272         buffers where we have a wide table.
8273
8274 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8275
8276         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8277         uses *-request-thread.
8278
8279 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8280
8281         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8282         incantation, which is no longer valid.
8283
8284 2010-10-14  Julien Danjou  <julien@danjou.info>
8285
8286         * shr.el: Fix defcustom type (char -> character).
8287
8288 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8291         programs.
8292
8293 2010-10-14  Julien Danjou  <julien@danjou.info>
8294
8295         * shr.el (shr-tag-a): Use url-link as widget type.
8296
8297         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8298         `gnus-group-get-icon'.
8299
8300 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8303         This should make server editing work better.
8304
8305         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8306
8307         * tls.el (tls-program): Remove spurious %s from openssl.
8308
8309         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8310         (nnimap-parse-flags): Fix regexp.
8311
8312         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8313         probably work for CJVK text, too.
8314
8315         * nnimap.el (nnimap-extend-tls-programs): Remove.
8316         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8317
8318         * tls.el (tls-starttls-switches): Remove starttls hack.
8319         (open-tls-stream): Ditto.
8320         (tls-find-starttls-argument): Ditto.
8321
8322 2010-10-13  Julien Danjou  <julien@danjou.info>
8323
8324         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8325         responses.
8326
8327 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8328
8329         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8330
8331         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8332         anything in Emacs.
8333
8334         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8335
8336 2010-10-13  Julien Danjou  <julien@danjou.info>
8337
8338         * shr.el (shr-width): Make shr-width a defcustom with default to
8339         fill-column.
8340         (shr-tag-img): Use shr-width rather than fill-column.
8341
8342 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * dgnushack.el (byte-optimize-apply):
8345         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8346
8347         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8348         position when (X-)Faces exist.
8349         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8350         avatars when called interactively.
8351
8352 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8355         gnus-article-x-face-too-ugly is bound.
8356
8357 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8360
8361         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8362         mailbox that doesn't exist.
8363
8364 2010-10-12  Julien Danjou  <julien@danjou.info>
8365
8366         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8367         (shr-get-image-data): Encode URL properly when fetching from cache.
8368         (shr-tag-img): Use aligned-to spaces to align correctly images.
8369
8370         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8371         before inserting the Gravatar.
8372
8373         * shr.el (shr-tag-img): Add align attribute support for <img>.
8374
8375 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * gnus-gravatar.el (gnus-art): Require.
8378
8379         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8380         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8381         Remove long obsoleted functions.
8382
8383 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8386
8387         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8388
8389         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8390         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8391         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8392         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8393         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8394         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8395         * sieve-manage.el, smime.el, spam.el:
8396         Fix comment for declare-function.
8397
8398 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8399
8400         * nnimap.el (nnimap-request-rename-group): Select group read-only
8401         before renaming it.
8402
8403         * shr.el (shr-insert): Fix up the white space only regexp.
8404
8405         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8406         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8407
8408         * shr.el (shr-current-column): New function.
8409         (shr-find-fill-point): New function.
8410
8411 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8412
8413         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8414         numbers.
8415
8416 2010-10-11  Julien Danjou  <julien@danjou.info>
8417
8418         * shr.el (shr-hr-line): Add.
8419         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8420         display hr lines.
8421         (shr-max-columns): Do not change state to nil if we just inserting
8422         spaces.
8423
8424 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8427         select the last group.
8428
8429 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8430
8431         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8432
8433 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8434
8435         * dig.el (dig-mode-map): Declare and define in one step.
8436
8437 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8438
8439         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8440         for Gnus.
8441         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8442         (nnimap-update-qresync-info): Mark \Seen articles as read.
8443
8444         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8445         non-variable, too.
8446
8447         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8448         available.
8449         (nnimap-update-info): Rely more on the current active than the param
8450         active to avoid marking articles as read too much.
8451
8452         * auth-source.el (auth-source-create): Use (user-login-name) for the
8453         user name default.
8454
8455         * nnimap.el (nnimap-update-info): If the server doesn't return any
8456         useful info, just use the previous info.
8457         (nnimap-update-info): Prefer old info over start-article.
8458         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8459
8460 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8461
8462         * nnir.el (autoload): Clean up autoloads.
8463         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8464         Use key rather than value.
8465         (nnir-imap-search-other): New variable.
8466         (nnir-read-parm): Use it.
8467         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8468         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8469
8470 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8471
8472         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8473         the process, too.
8474
8475 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * spam.el (gnus-summary-mode-map): Bind to "$".
8478         Suggested by Russ Allbery.
8479
8480         * shr.el: Rework the way things are indented by <li> slightly.
8481
8482         * gnus.el (gnus-group-set-parameter): Fix typo.
8483
8484         * nnimap.el: Start implementing QRESYNC support.
8485
8486 2010-10-09  Julien Danjou  <julien@danjou.info>
8487
8488         * nnir.el (nnir-engines): Fix too many arguments.
8489
8490 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8493         group is the "last", so that the backends like nnfolder actually save
8494         their folders.
8495
8496         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8497         try to use that for the tls stream.
8498         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8499         UIDVALIDITY and find out which groups are read-only and not.
8500         (nnimap-get-flags): Use the same marks parsing code as the rest of
8501         nnimap.
8502
8503 2010-10-09  Julien Danjou  <julien@danjou.info>
8504
8505         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8506
8507         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8508         retrieving gravatars.
8509
8510         * shr.el (shr-table-corner): Add.
8511         (shr-table-line): Add.
8512         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8513
8514 2010-10-08  Julien Danjou  <julien@danjou.info>
8515
8516         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8517
8518 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8519
8520         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8521
8522         * gnus-sum.el (gnus-mark-article-as-unread)
8523         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8524         (gnus-summary-set-bookmark): Use it.
8525
8526         * gnus-msg.el (gnus-setup-message): Use it.
8527
8528         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8529
8530         * gnus.el (gnus-group-remove-parameter): Use it.
8531
8532         * gnus-group.el (gnus-group-make-web-group): Use it.
8533
8534         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8535
8536         * nnregistry.el: Update docs to mention manual.
8537
8538         * gnus-registry.el: Update docs to mention nnregistry.el.
8539         (gnus-registry-initialize): Don't install nnregistry refer method
8540         automatically.
8541         (gnus-registry-install-nnregistry): Remove it.
8542
8543 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8544
8545         * shr.el (shr-insert): Don't insert double spaces.
8546
8547 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-gravatar.el (gnus-treat-from-gravatar)
8550         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8551         called interactively.
8552
8553         * gnus-art.el (gnus-mime-view-part-externally)
8554         (gnus-mime-view-part-internally): Make predicate function passed to
8555         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8556         of a mime type.
8557
8558         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8559
8560 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * shr.el (require): Require cl when compiling.
8563         (shr-tag-hr): New function.
8564
8565         * nnimap.el (nnimap-update-info): Remove double setting of high.
8566         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8567         This makes nnimap work properly on Courier again.
8568
8569         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8570         the variable for backwards compatibility.
8571
8572         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8573         the file name before using to avoid setting mm-default-directory to
8574         nil.
8575
8576         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8577         bidning gnus-agent variables.
8578
8579         * shr.el (shr-render-td): Use a cache for the table rendering function
8580         to avoid getting an exponential rendering behavior in nested tables.
8581         (shr-insert): Rework the line-breaking algorithm.
8582         (shr-insert): Don't leave trailing spaces.
8583         (shr-insert-table): Also insert empty TDs.
8584         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8585
8586 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8587
8588         * gnus-sum.el (gnus-number): Rename from `number'.
8589         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8590         (gnus-summary-limit-children): Update uses correspondingly.
8591
8592 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8595         (gnus-gravatar-transform-address): Don't show avatars of people of
8596         which mail addresses match gnus-gravatar-too-ugly.
8597
8598 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * shr.el (shr-table-widths): Expand TD elements to fill available
8601         space.
8602
8603 2010-10-07  Julien Danjou  <julien@danjou.info>
8604
8605         * nnimap.el (nnimap-request-rename-group): Add this method.
8606
8607 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8610         name from XEmacs' function-arglist.
8611
8612         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8613         gravatar under XEmacs.
8614
8615 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8616
8617         * auth-source.el: Update docs with TODO items.
8618
8619         * gnus-sync.el: Update docs to explain state and plans.
8620
8621         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8622         Hooks for mark updates.
8623         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8624
8625         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8626         hooks with arguments, which is needed for mark update hooks.
8627
8628 2010-10-06  Julien Danjou  <julien@danjou.info>
8629
8630         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8631         was matched.
8632
8633         * sieve-manage.el: Update example in `Commentary'.
8634
8635         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8636
8637         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8638         not 2000.
8639         (sieve-manage-authenticate): Re-add function.
8640
8641 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * shr.el (shr-insert): Get 'space transition right.
8644         (shr-render-td): Only delete space at the end of the TD.
8645
8646         * nnimap.el (nnimap-open-connection): Prepare to support
8647         open-gnutls-stream.
8648
8649         * shr.el: Rearrange function order to be more logical.
8650
8651 2010-10-06  Julien Danjou  <julien@danjou.info>
8652
8653         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8654         (nnrss-discover-feed): Remove 404 URL in docstring.
8655
8656         * nnir.el: Fix Swish-E URL.
8657         Fix Namazu URL.
8658
8659         * message.el (message-change-subject): Remove 404 URL in a comment.
8660
8661 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8664         called interactively.
8665
8666         * gnus-util.el (gnus-remove-if): Allow hash table.
8667         (gnus-remove-if-not): New function.
8668
8669         * gnus-art.el (gnus-mime-view-part-as-type):
8670         * gnus-score.el (gnus-summary-score-effect):
8671         * gnus-sum.el (gnus-read-move-group-name):
8672         Replace remove-if-not with gnus-remove-if-not.
8673
8674         * gnus-group.el (gnus-group-completing-read):
8675         Regard collection as a hash table if it is not a list.
8676
8677 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8680
8681         * shr.el: Document the table-rendering algorithm.
8682
8683 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8686         for Emacsen having no `libxml-parse-html-region' support.
8687
8688 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689
8690         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8691         invalid URLs.
8692
8693         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8694         line-broken.
8695         (shr-tag-img): Ignore image fetching errors.
8696         (shr-overlays-in-region): Compute overlay positions correctly.
8697
8698         * mm-decode.el (mm-shr): Require shr.
8699
8700         * gnus-art.el (gnus-blocked-images): Move variable here.
8701
8702         * shr.el (shr-insert-table): Bind free variable.
8703
8704         * mm-decode.el (mm-shr): Bind shr-content-function.
8705
8706         * shr.el (shr-content-function): New variable.
8707
8708         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8709         added for symmetry.
8710
8711         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8712
8713         * gnus-group.el (gnus-group-make-group): Doc fix.
8714
8715         * nnimap.el (nnimap-request-newgroups): Return success.
8716
8717         * shr.el (shr-find-elements): New function.
8718         (shr-tag-table): Put all the images after the table.
8719         (shr-tag-table): Really inhibit images inside the table.
8720         (shr-collect-overlays): Copy over overlays from the TD elements to the
8721         main document.
8722
8723         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8724         gnus-blocked-images.
8725
8726 2010-10-05  Julien Danjou  <julien@danjou.info>
8727
8728         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8729
8730         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8731         (gnus-html-maximum-image-size): Add this function.
8732         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8733
8734         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8735         server-value of the capability is nil.
8736
8737 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738
8739         * shr.el (shr-tag-em): Add <EM> tag.
8740
8741 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8742
8743         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8744         customizable.
8745
8746         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8747         handing broken links to browse-url.
8748
8749 2010-10-05  Julien Danjou  <julien@danjou.info>
8750
8751         * gnus-util.el (gnus-emacs-completing-read)
8752         (gnus-iswitchb-completing-read): Use autoload rather than require.
8753
8754 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8757         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8758         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8759         iswitchb-temp-buflist for XEmacs.
8760
8761         * gnus-util.el (gnus-completing-read-function): Exclude
8762         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8763         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8764         XEmacs.
8765
8766         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8767         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8768
8769         * gnus-html.el: Don't require help-fns under XEmacs.
8770         (gnus-html-schedule-image-fetching): Work for XEmacs.
8771
8772         * mm-decode.el (mm-shr): Decode contents by charset.
8773
8774 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8777         unknown.
8778
8779         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8780         (shr-get-image-data): Ensure against the cache file missing.
8781
8782         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8783         for data.
8784
8785         * spam-report.el (spam-report-url-ping-plain): Don't query about
8786         killing the process.
8787
8788         * shr.el (shr-render-td): Protect against too-wide text.
8789
8790 2010-10-04  Julien Danjou  <julien@danjou.info>
8791
8792         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8793         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8794
8795         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8796         retrieved.
8797
8798 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8799
8800         * shr.el (browse-url): Require.
8801         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8802         lines.
8803         (shr-show-alt-text, shr-browse-image): New commands.
8804         (shr-browse-url, shr-copy-url): New commands.
8805
8806         * gnus-sum.el (gnus-widen-article-window): New variable.
8807         (gnus-summary-select-article-buffer): Use it.
8808
8809         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8810         without @ signs.
8811
8812 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8813
8814         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8815
8816 2010-10-04  Julien Danjou  <julien@danjou.info>
8817
8818         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8819         for XEmacs.
8820
8821 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8824
8825         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8826         (nnimap-close-server): Implement.
8827
8828         * dgnushack.el (iswitchb): Require to shut up the compiler.
8829
8830         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8831         (shr-insert): Tweak line breaking.
8832         (shr-insert): Handle <pre> better.
8833         (shr-tag-li): Get <li> indentation right.
8834         (shr-tag-li): Get <li> indentation even righter.
8835         (shr-tag-blockquote): Ensure paragraph start.
8836         (shr-make-table): Tweak table generation.
8837         (shr-make-table): Fix typo.
8838
8839         * shr.el: Implement table rendering.
8840
8841 2010-10-04  Julien Danjou  <julien@danjou.info>
8842
8843         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8844
8845 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846
8847         * shr.el (shr-insert): Use string anchors instead of line anchors.
8848
8849 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * shr.el: Add headings.
8852         (shr-ensure-paragraph): Actually work.
8853         (shr-tag-li): Make <ul> prettier.
8854         (shr-insert): Get white space at the beginning/end of elements right.
8855         (shr-tag-p): Collapse subsequent <p>s.
8856         (shr-ensure-paragraph): Don't insert double line feeds after blank
8857         lines.
8858         (shr-insert): \t is also space.
8859         (shr-tag-s): Fix "s" tag name function.
8860         (shr-tag-s): Fix face prop name.
8861
8862 2010-10-03  Julien Danjou  <julien@danjou.info>
8863
8864         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8865
8866         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8867         gnus-window-inside-pixel-edges.
8868
8869         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8870         gnus-ems.
8871
8872         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8873
8874         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8875         function.
8876
8877         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8878         resize choice.
8879
8880 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8881
8882         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8883         beginning of the buffer.
8884
8885         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8886         article buffer again.
8887
8888         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8889
8890         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8891         when it's at the start of the buffer.
8892
8893         * shr.el (shr-tag-blockquote): Convert name.
8894         (shr-rescale-image): Use the right image-size variant.
8895
8896         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8897         buffer isn't shown, then select the current article first instead of
8898         bugging out.
8899         (gnus-summary-select-article-buffer): Show both the article and summary
8900         buffers again.
8901
8902         * shr.el (shr-fontize-cont): Protect against regions with no text.
8903         Rename tag functions to shr-tag-* for enhanced security.
8904         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8905
8906 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8907
8908         * shr.el (shr-insert):
8909         * pop3.el (pop3-movemail):
8910         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8911         loaded.
8912
8913 2010-10-03  Glenn Morris  <rgm@gnu.org>
8914
8915         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8916
8917         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8918
8919         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8920
8921         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8922
8923         * gnus-util.el (gnus-make-local-hook): Simplify.
8924
8925 2010-10-02  Julien Danjou  <julien@danjou.info>
8926
8927         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8928         (gnus-ido-completing-read): New function.
8929         (gnus-emacs-completing-read): New function.
8930         (gnus-completing-read): Use gnus-completing-read-function.
8931         Add gnus-completing-read-function.
8932
8933 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * shr.el (shr-insert-document): Autoload.
8936         (shr-img): Be silent.
8937         (shr-insert): Add a newline after every picture before text.
8938         (shr-add-font): Use overlays for combining faces.
8939         (shr-insert): Pass upwards the text start point.
8940
8941         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8942         possible.
8943         (mm-shr): New function.
8944
8945 2010-10-02  Julien Danjou  <julien@danjou.info>
8946
8947         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8948         should go backward.
8949
8950 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8951
8952         * shr.el (shr): Fix typo in provide call.
8953
8954 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * shr.el: New file.
8957
8958         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8959
8960         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8961         completing read.
8962
8963 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8966         we're being queried about.  Suggested by Dan Jacobson.
8967
8968         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8969         Suggested by Jason Eisner.
8970
8971         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8972         table, too.  Suggested by Stefan Wiens.
8973         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8974         the table unnecessary.  Suggested by Stefan Wiens.
8975
8976         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8977         longer needed, and probably doesn't work either, as pointed out by
8978         Stefan Wiens.
8979         (gnus-summary-exit): Remove call to the clearing function.
8980         (gnus-summary-exit-no-update): Ditto.
8981
8982         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8983         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8984         Reported by Stefan Monnier.
8985         (gnus-summary-save-in-rmail): Ditto.
8986
8987         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8988         article buffer, instead of both the article buffer and the summary
8989         buffer.  Sort of suggested by Dan Jacobson.
8990
8991         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8992
8993         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8994         Suggested by Dan Jacobson.
8995
8996         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8997         documentation clearer.
8998
8999         * message.el (message-shorten-references): Comment on the number "21".
9000         Suggested by Stefan Monnier.
9001
9002         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9003         Suggested by Dan Jacobson.
9004
9005         * gnus.el (gnus-large-newsgroup):
9006         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9007
9008         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9009         externalize attachments.  Bug reported by Steve Wen.
9010
9011         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9012         really message anything to the user.
9013
9014         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9015         directly.
9016
9017         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9018         messages in empty groups.
9019
9020 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
9021
9022         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9023         non-UIDNEXT group.
9024
9025 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9028         not the value from the collection.
9029
9030         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9031         values.  This sometimes happens on some groups that have no info.
9032         (nnimap-request-newgroups): New function.
9033
9034 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9035
9036         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9037         check into `gnus-registry-initialize'.
9038         (gnus-registry-initialize): Ditto.
9039         Fix and extend header docs.
9040
9041 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9044         regexp backtrace overflows.
9045
9046         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9047         for starttls that tls.el implements; i.e. openssl.
9048
9049         * tls.el (tls-starttls-switches): Give up on using starttls with
9050         gnutls-cli.
9051         (tls-program): Add --insecure to be consistent with the defaults from
9052         openssl s_client.  Now all three commands are insecure.
9053
9054 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * lpath.el: Bind completion-styles-alist for XEmacs.
9057
9058         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9059         (gravatar-create-image): New function that's an alias to
9060         gnus-xmas-create-image, gnus-create-image, or create-image.
9061         (gravatar-data->image): Use it.
9062
9063 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9064
9065         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9066         install the nnregistry refer method.
9067         (gnus-registry-install-hooks): Use it.
9068         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9069         unfollowed groups.
9070
9071 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9072
9073         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9074         expanding threads.
9075
9076 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * nnir.el: Use the server names without suffixes (bug #7009).
9079
9080         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9081         unencrypted to STARTTLS, if possible.
9082
9083 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9084
9085         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9086         headers before superseding.
9087
9088 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9089
9090         * nnrss.el (nnrss-use-local): Add documentation.
9091
9092         * nnimap.el (nnimap-extend-tls-programs): New function.
9093         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9094         (nnimap-wait-for-connection): Accept the greeting from the stupid
9095         output from openssl s_client -starttls, too.
9096
9097         * tls.el (tls-starttls-switches): New variable.
9098         (tls-find-starttls-argument): Use it.
9099         (open-tls-stream): Ditto.
9100
9101         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9102         (netrc-machine): Ditto.
9103
9104         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9105         article number.
9106         (nnimap-split-fancy): New variable.
9107         (nnimap-split-incoming-mail): Use it.
9108
9109         * nntp.el (nntp-server-list-active-group): Document.
9110
9111         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9112         SELECT to get the message-id.
9113
9114         * mail-source.el (mail-sources): Remove webmail support.
9115         (defvar): Ditto.
9116         (mail-source-fetcher-alist): Ditto.
9117         (mail-source-fetch-webmail): Remove.
9118
9119         * webmail.el: Remove -- doesn't seem relevant any more.
9120
9121         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9122
9123         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9124         the \r.
9125
9126 2010-09-30  Julien Danjou  <julien@danjou.info>
9127
9128         * gnus-agent.el (gnus-agent-add-group): Fix call to
9129         gnus-completing-read.
9130
9131 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * nndoc.el (nndoc-retrieve-groups): New function.
9134
9135         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9136         `default', use nnmail-split-methods.
9137         (nnimap-request-article): Downcase the NILs so that they are nil.
9138
9139         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9140         symbol.
9141
9142         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9143         code, since if the user has requested network, that's what they ought
9144         to get.
9145         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9146         (nnimap-split-rule): Mark as obsolete.
9147
9148         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9149         New variable.
9150
9151         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9152         correct slot, too.
9153
9154 2010-09-29  Julien Danjou  <julien@danjou.info>
9155
9156         * gnus.el (gnus-local-domain): Declare variable obsolete.
9157
9158         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9159         Fix history computing.
9160         (gnus-ido-completing-read): Require ido.
9161
9162 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9165         build Gnus.
9166
9167         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9168         when interpreting the structures.
9169         (nnimap-request-accept-article): Add \r\n to the lines to make this
9170         work with Cyrus.
9171
9172         * nndraft.el (nndraft-request-expire-articles): Use the group name
9173         instead if "nndraft".  Fix found by Nils Ackermann.
9174
9175 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9176
9177         * nnregistry.el: Add.
9178
9179 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9180
9181         * nnmail.el (group, group-art-list, group-art):
9182         Remove unneeded directives.
9183
9184 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9187         (mm-mime-charset):
9188         * rfc2047.el (rfc2047-syntax-table):
9189         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9190
9191         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9192         rather than `insert-file-contents' and `eval-region'.
9193
9194         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9195         construction.
9196
9197         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9198
9199         * time-date.el: No need to require cl for Emacs 21.
9200
9201 2010-09-29  Julien Danjou  <julien@danjou.info>
9202
9203         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9204         replacement of `gnus-gravatar-relief' to mimic
9205         `gnus-faces-properties-alist'.
9206         Add :version property.
9207
9208 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * mail-source.el (mail-source-report-new-mail):
9211         * message.el (message-default-mail-headers):
9212         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9213
9214         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9215
9216 2010-09-28  Julien Danjou  <julien@danjou.info>
9217
9218         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9219         mail-address contains the same string as real-name.
9220
9221         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9222         non-blank in header, otherwise it'll get stripped.
9223
9224         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9225         real-name, and then for mail address rather than doing : or , search.
9226
9227 2010-09-27  Julien Danjou  <julien@danjou.info>
9228
9229         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9230         right completing-read function.
9231         (gnus-use-ido): New variable
9232         (gnus-completing-read-with-default): Remove.
9233         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9234         (gnus-agent-add-group):
9235         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9236         * mm-view.el (mm-view-pkcs7-decrypt):
9237         * mm-util.el (mm-codepage-setup):
9238         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9239         * mml-smime.el (mml-smime-openssl-sign-query):
9240         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9241         (mml-insert-multipart):
9242         * gnus-msg.el (gnus-summary-yank-message):
9243         * gnus-int.el (gnus-start-news-server):
9244         * mm-decode.el (mm-interactively-view-part):
9245         * gnus-dired.el (gnus-dired-attach):
9246         * gnus.el (gnus-read-method):
9247         * gnus-bookmark.el (gnus-bookmark-jump):
9248         * gnus-art.el (gnus-mime-view-part-as-type)
9249         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9250         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9251         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9252         * nnmairix.el (nnmairix-create-server-and-default-group)
9253         (nnmairix-update-groups, nnmairix-get-server)
9254         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9255         (nnmairix-get-group-from-file-path):
9256         * nnrss.el (nnrss-find-rss-via-syndic8):
9257         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9258         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9259         (gnus-group-browse-foreign-server):
9260         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9261         (gnus-summary-execute-command, gnus-summary-respool-article)
9262         (gnus-read-move-group-name):
9263         * gnus-score.el (gnus-summary-increase-score)
9264         (gnus-summary-score-effect):
9265         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9266
9267 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9270         x-focus-frame.
9271
9272         * nnimap.el (auth-source-forget-user-or-password)
9273         (auth-source-user-or-password): Autoload.
9274
9275         * message.el (message-from-style, message-interactive)
9276         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9277         (message-yank-prefix, message-indentation-spaces, message-signature)
9278         (message-signature-file): Add comment.
9279
9280 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9283         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9284         new articles.
9285
9286         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9287         parts.
9288         (nnimap-request-article): Work with the t setting, too.
9289
9290         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9291         that you don't get flashes of other buffers.
9292         (gnus-summary-show-complete-article): Intern before setting.
9293
9294 2010-09-27  David Engster  <dengste@eml.cc>
9295
9296         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9297         well as HEADERS.
9298         (nnmairix-retrieve-headers): Provide new argument for the above.
9299
9300 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * gnus-sum.el (gnus-summary-move-article): Don't alter
9303         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9304         group.
9305
9306         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9307
9308         * message.el (message-cite-prefix-regexp): Revert my last edit.
9309
9310         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9311         variable instead of the Gnus variable.
9312
9313         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9314
9315         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9316
9317         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9318         since some servers don't like it.
9319         (nnimap-open-connection): Forget credentials if the server says the
9320         password was wrong.
9321         (nnimap-parse-line): Protect against invalid data.
9322
9323         * gnus-sum.el (gnus-summary-move-article): Add comment.
9324         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9325         nothing alters it while scanning for new messages.
9326
9327         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9328         which may or may not help.
9329         (nnimap-open-connection): If we're doing a stream connection, and then
9330         discover we're on a STARTTLS-capable server, then open a STARTTLS
9331         connection instead.
9332
9333 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * nnimap.el (utf7): Require.
9336
9337         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9338         prefix.
9339
9340 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9341
9342         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9343
9344 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * nnimap.el (nnimap-request-accept-article): Message the error on
9347         error.
9348
9349 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9352
9353 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * nndoc.el (nndoc-request-list): Return success always.
9356
9357         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9358         `fetch-old' -- we only want to fetch the articles we've requested.
9359         The rest are in the agent, probably.
9360         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9361         disappeared server" to something low.  It's not important.
9362
9363         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9364         arrived before the FETCH data.
9365
9366         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9367         target here, because we don't know the Gnus name of the group.
9368
9369         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9370         for the correct group.
9371
9372         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9373
9374         * gnus.el (gnus): Give a final warning after startup.
9375
9376         * gnus-util.el (gnus-action-message-log): New variable.
9377         (gnus-message): Use it.
9378         (gnus-final-warning): New function.
9379
9380         * nnimap.el (nnimap-open-connection): Record the greeting.
9381         (nnimap): Add greeting.
9382
9383 2010-09-26  Julien Danjou  <julien@danjou.info>
9384
9385         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9386         arguments.
9387         (gnus-html-wash-images): Fix spec computing to include start/end.
9388
9389         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9390
9391 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9394         deletion.
9395         (nnimap-retrieve-headers): Don't select the group, because that's
9396         already done by nnimap-possibly-change-group.
9397
9398         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9399         (gnus-picon-transform-address): Use it.
9400
9401         * mail-source.el (mail-source-value): Revert previous patch.
9402
9403         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9404         on failure.
9405         (nnimap-open-connection): Look up both virtual and physical server name
9406         credentials.
9407
9408         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9409
9410 2009-02-07  Dave Love  <fx@gnu.org>
9411
9412         * tls.el (open-tls-stream): Don't query killing process.
9413
9414 2009-02-08  Dave Love  <fx@gnu.org>
9415
9416         * gnus-win.el (gnus-window-to-buffer-helper)
9417         (gnus-all-windows-visible-p): Function needn't be a symbol.
9418
9419         * mail-source.el (mail-source-value): Function needn't be a symbol.
9420
9421 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * message.el (message-cite-prefix-regexp): Remove } from the cite
9424         prefix.
9425
9426         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9427         highlight again, so that the highlight is correct.
9428
9429         * gnus-picon.el (gnus-picon): Remove again.
9430         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9431
9432         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9433         doing the header highlightling, so that the background color of the
9434         picon is correct.
9435
9436         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9437         (gnus-picon): Ditto.
9438         (gnus-picon): Reinstate.  The background color for picons is white.
9439         (gnus-picon-insert-glyph): Make the background white.
9440
9441         * nnml.el (nnml-open-nov): Don't return dead buffers.
9442
9443         * auth-source.el (auth-source-create): Query the user for whether to
9444         store the credentials.
9445
9446         * netrc.el (netrc-store-data): New function.
9447
9448         * auth-source.el (auth-source-user-or-password): Use the existing auth
9449         sources, if any, for creation.
9450
9451         * gnus.el (gnus-group-fast-parameter): Return the last matching
9452         parameter instead of the first matching parameter.
9453
9454 2010-09-26  Julien Danjou  <julien@danjou.info>
9455
9456         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9457
9458 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459
9460         * mml2015.el (mml2015-use): Remove gpg support.
9461
9462         * mml1991.el (mml1991-function-alist): Remove gpg function.
9463         (mml1991-gpg-sign): Remove.
9464
9465 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9466
9467         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9468         (gnus-browse-unsubscribe-current-group): Document it.
9469         (gnus-browse-unsubscribe-group): Use it.
9470
9471 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9474         address to the To list for easier response.
9475
9476         * gnus.el (gnus-play-startup-jingle): Remove.
9477         (gnus-splash): Don't play jingle.
9478         (gnus): Silence gnus-load message.
9479
9480         * gnus-art.el (gnus-treat-play-sounds): Remove.
9481
9482         * gnus.el (gnus-play-jingle): Remove audio support.
9483
9484         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9485
9486         * earcon.el: Remove -- no users.
9487
9488         * gnus-audio.el: Remove -- no users of this package.
9489
9490         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9491
9492         * gnus-start.el (gnus-setup-news): Remove nocem support.
9493
9494         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9495
9496         * gnus.el (gnus-use-nocem): Remove.
9497
9498         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9499         Remove.
9500
9501         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9502         uses NoCeM any more.
9503
9504         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9505         (gnus-button-ctan-handler): Ditto.
9506         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9507         (gnus-button-ctan-directory-regexp): Ditto.
9508         (gnus-button-handle-ctan): Ditto.
9509         (gnus-button-tex-level): Ditto.
9510         (gnus-button-alist): Remove CTAN stuff.
9511
9512 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513
9514         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9515         nnimap-streaming test.
9516
9517         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9518         servers twice.
9519
9520         * nnimap.el (nnimap-open-connection): Add more error reporting when
9521         nnimap fails early.
9522
9523         * nnheader.el (nnheader-get-report-string): New function.
9524         (nnheader-get-report): Use it.
9525
9526         * gnus-int.el (gnus-check-server): Say what the error was when opening
9527         failed.
9528
9529         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9530         using streaming.
9531
9532 2010-09-25  Julien Danjou  <julien@danjou.info>
9533
9534         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9535         gnus-window-inside-pixel-edges.
9536
9537 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9538
9539         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9540
9541         * mm-decode.el (mm-save-part): Allow saving to other directories the
9542         normal Emacs way.
9543
9544         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9545         Suggested by Jay Berkenbilt.
9546
9547         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9548         there isn't a single byte.
9549
9550         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9551         just do it.  It doesn't really seem to matter what the user responds
9552         here, I think, so it's just a confusing question.
9553
9554         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9555         non-streaming case.
9556
9557         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9558         (gnus-article-encrypt-body): Use it.
9559
9560         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9561         keystroke.
9562
9563         * nnimap.el (nnimap-find-wanted-parts-1):
9564         Use gnus-fetch-partial-articles.
9565
9566         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9567
9568         * nnimap.el (nnimap-insert-partial-structure): New function.
9569         (nnimap-get-partial-article): New function.
9570         (nnimap-request-article): Use it.
9571         (nnimap-wait-for-response): Return whether the wait was successful.
9572         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9573         retrieval wasn't successful.
9574         (nnimap-retrieve-group-data-early): Allow throttling servers.
9575         (nnimap-streaming): New variable.
9576         (nnimap-fetch-partial-articles): Remove.
9577
9578         * mm-decode.el (mm-with-part): Protect against killed buffers.
9579
9580         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9581         for prettier summary display.
9582
9583 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9584
9585         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9586
9587 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9590         apparently third-party libraries depend on it.
9591
9592         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9593         before starting negotiation.
9594
9595         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9596         privacy reasons.
9597         (gnus-treat-mail-gravatar): Ditto.
9598
9599         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9600         buffer when inserting images.  Inserting text into the headers, for
9601         instance, can make them invalid.
9602
9603 2010-09-25  Julien Danjou  <julien@danjou.info>
9604
9605         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9606         variables.
9607
9608         * nnheader.el: Remove useless variables news-reply-yank-from and
9609         news-reply-yank-message-id.
9610
9611         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9612         variables.
9613
9614         * mml1991.el: Remove useless mml1991-verbose.
9615
9616         * gnus.el: Remove useless variable gnus-use-generic-from.
9617         Remove obsolete variable gnus-topic-indentation.
9618
9619         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9620
9621         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9622
9623         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9624
9625         * gnus-group.el: Remove useless gnus-group-icon-cache.
9626         Remove useless gnus-ephemeral-group-server.
9627
9628         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9629
9630         * mml2015.el: Remove useless mml2015-verbose.
9631
9632         * mml-smime.el: Remove useless mml-smime-verbose.
9633
9634         * gnus.el: Remove useless gnus-local-domain.
9635
9636         * gnus-gravatar.el (gnus-gravatar-transform-address):
9637         Use gnus-gravatar-size.
9638
9639         * gnus-art.el: Remove useless gnus-treat-translate.
9640
9641 2010-09-24  Julien Danjou  <julien@danjou.info>
9642
9643         * gnus-sum.el: Add support for Gravatars.
9644
9645         * gnus-art.el: Add support for Gravatars.
9646
9647         * gnus-gravatar.el: Add this file.
9648
9649         * gravatar.el: Add this file.
9650
9651 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9654
9655         * gnus-group.el (gnus-group-fetch-faq): Remove.
9656
9657         * gnus.el (gnus-group-faq-directory): Remove.
9658
9659         * gnus-group.el (gnus-group-fetch-charter): Remove.
9660
9661         * gnus.el (gnus-group-charter-alist): Remove.
9662
9663         * gnus-group.el (gnus-group-archive-directory): Remove.
9664         (gnus-group-recent-archive-directory): Ditto.
9665         (gnus-group-make-archive-group): Remove.
9666
9667         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9668
9669         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9670         use the same article number for all the cached articles.
9671
9672         * nnimap.el (nnimap-command): Register the last command time so
9673         that we can use it for idling NOOPs.
9674         (nnimap-open-connection): Start the keeplive timer.
9675         (nnimap-make-process-buffer): Store all the process buffers.
9676         (nnimap-keepalive): New function.
9677
9678         * starttls.el (starttls-open-stream): Add autoload cookie.
9679
9680 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9681
9682         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9683         handling.
9684
9685 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9688         its data structures.
9689
9690         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9691         instead of the cl.el copy-list.
9692         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9693         equalp.
9694
9695 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9698         and tool-bar-local-item-from-menu.
9699
9700         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9701         mode-line-highlight face for Emacs.
9702
9703         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9704         loading gnus-sum.elc; fix comment for canlock-verify.
9705         (gnus-article-jump-to-part): Use read-number.
9706         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9707         Remove Emacs pre-21 compatible code for help-echo.
9708         (gnus-article-next-page-1): No need to adjust the number of lines.
9709         (gnus-article-describe-bindings): Always use help-buffer.
9710
9711         * gnus-audio.el (gnus-audio-inline-sound):
9712         * gnus-cus.el (gnus-custom-mode):
9713         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9714
9715         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9716
9717         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9718         compatible code.
9719
9720 2010-09-24  Glenn Morris  <rgm@gnu.org>
9721
9722         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9723         visiting the fcc file in rmail-mode.
9724
9725         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9726
9727 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * nnir.el: Silence the byte compiler.
9730
9731         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9732         alias to browse-url-url-encode-chars if any.
9733         (gnus-html-encode-url): Use it.
9734
9735 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * gnus-start.el (gnus-use-backend-marks): New variable.
9738         (gnus-get-unread-articles-in-group): Use it.
9739
9740         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9741         makeover.
9742
9743 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9744
9745         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9746
9747 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9750         Remove.
9751         (gnus-setup-news-hook):
9752         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9753
9754         * gnus-int.el (gnus-request-update-info): Protect against backends not
9755         having the function.
9756
9757         * nnimap.el (nnimap-stream): Mention starttls.
9758         (nnimap-open-connection): Add starttls support.
9759
9760 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9761
9762         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9763
9764 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9765
9766         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9767         BODYSTRUCTUREs.
9768         (nnimap-transform-headers): Unfold quoted {42} headers.
9769
9770         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9771         the info.
9772         (gnus-get-unread-articles): Only call updatep on backends that support
9773         it.
9774
9775         * nnweb.el (nnweb-request-update-info): NOOP.
9776
9777         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9778
9779         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9780         since it only deals with marks.
9781
9782         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9783         gnus-request-marks, and make a new gnus-request-update-info.
9784
9785         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9786         the active instead of the high number, which is usually too low.
9787
9788 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9789
9790         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9791         * encrypt.el: Remove.
9792
9793 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9796         server in symbolic form.
9797
9798         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9799
9800 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9803         (nnimap-update-info): Fix up code slightly.
9804
9805         * gnus-int.el (gnus-open-server): Add tracing for performance
9806         debugging.
9807
9808         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9809         (gnus-group-insert-group-line): Pass the real group name so that it
9810         gets the right data.
9811
9812         * gnus-start.el (gnus-get-unread-articles): Don't have
9813         `gnus-get-unread-articles-in-group' update info, since that can be
9814         really slow and doesn't seem to be needed?
9815
9816 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9817
9818         * time-date.el (date-to-time): Try using parse-time-string first before
9819         using the slower timezone-make-date-arpa-standard.
9820
9821 2010-09-22  Julien Danjou  <julien@danjou.info>
9822
9823         * gnus-group.el (gnus-group-insert-group-line):
9824         Call gnus-group-highlight-line.
9825         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9826         default hook list.
9827         (gnus-group-update-eval-form): Add new function.
9828         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9829         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9830
9831 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9834         immediate, then expire all articles.
9835         (nnimap-update-info): Fix off-by-one errors.
9836         (nnimap-flags-to-marks): Would return no marks lists for group with no
9837         flags.  Instead return the other data.
9838
9839 2010-09-22  Julien Danjou  <julien@danjou.info>
9840
9841         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9842         Only return an icon.
9843         (gnus-group-insert-group-line): Compute icon to return.
9844
9845         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9846         (gnus-html-image-fetched): Only cache if
9847         gnus-html-image-automatic-caching is set.
9848         (gnus-html-image-fetched): Check for errors.
9849
9850 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9853         once per method on `g'.  This ensures that backends like nnfolder don't
9854         open all their folders.
9855
9856         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9857         (nnimap-request-list): Nix out group in the correct buffer.
9858         (nnimap-parse-flags): Implement by using `read' instead of
9859         hand-parsing.
9860         (nnimap-flags-to-marks): Pass on permanent-flags.
9861         (nnimap-make-process-buffer): Record the server name.
9862         (nnimap-parse-flags): Fix typo.
9863         (nnimap-request-scan): Run split on the server in general, not just a
9864         single group.
9865
9866         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9867         parameter, and propagate this downwards.
9868
9869         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9870         since EXAMINE changes it on the server.
9871
9872         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9873         this command might take a while.
9874
9875 2010-09-22  Julien Danjou  <julien@danjou.info>
9876
9877         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9878         harmful if you have 2 images side-by-side, they can't be properly
9879         update on text deletion.  Using text-property is safer here.
9880         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9881         data.
9882
9883 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * nnimap.el (nnimap-expunge-inbox): Remove.
9886         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9887         (nnimap-expunge): Flip default to t.
9888
9889         * gnus.el (gnus-method-to-server): Don't push things to the cache
9890         unless it's unique.
9891         (gnus-server-to-method): Ditto.
9892
9893 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9894
9895         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9896
9897 2010-09-22  Julien Danjou  <julien@danjou.info>
9898
9899         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9900         get the start of data.
9901         (gnus-html-encode-url): Add this function to encode special chars in
9902         URL.
9903         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9904         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9905
9906         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9907         default.
9908         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9909
9910         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9911         images alt-text.
9912         (gnus-html-put-image): Put alt-text as help-echo.
9913
9914 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9917         * mm-util.el (mm-decompress-buffer):
9918         * nnir.el (nnir-run-find-grep):
9919         * pop3.el (pop3-list): Use 3rd arg of split-string.
9920
9921         * time-date.el (format-seconds): Comment fix.
9922
9923         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9924         and byte-optimize-form-code-walker.
9925         (dgnushack-make-auto-load): Don't advise make-autoload.
9926
9927         * lpath.el: Remove Emacs 21 stuff.
9928
9929 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9930
9931         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9932         outside the active range.  Suggested by Dan Christensen.
9933
9934         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9935         slightly later to avoid double-getting it.
9936
9937         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9938         previous patch.
9939
9940         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9941
9942 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9943
9944         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9945
9946 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * gnus-int.el (gnus-open-server): Give a better error message in the
9949         "go offline" case.
9950
9951         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9952         marks for nnimap, which is seldom the right thing to do.
9953
9954         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9955         (gnus-same-method-different-name): New function.
9956
9957         * nnimap.el (parse-time): Require.
9958
9959         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9960         method in the presence of many similar methods.
9961
9962         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9963
9964         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9965         nnml-inhibit-expiry.
9966
9967         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9968         find out whether methods are equal.
9969
9970         * nnimap.el (nnimap-find-expired-articles): New function.
9971         (nnimap-process-expiry-targets): New function.
9972         (nnimap-request-move-article): Request the article before looking at
9973         what the Message-ID is.  Fix found by Andrew Cohen.
9974         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9975
9976         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9977         for oldness in addition to being a predicate.
9978
9979         * nnimap.el (nnimap-request-group): When we have zero articles, return
9980         the right data to Gnus.
9981         (nnimap-request-expire-articles): Only delete articles immediately if
9982         the target is 'delete.
9983
9984         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9985         method, this would bug out.
9986
9987         * gnus-group.el (gnus-group-expunge-group): Rename from
9988         gnus-group-nnimap-expunge, and implemented as a normal interface
9989         function.
9990
9991         * gnus-int.el (gnus-request-expunge-group): New function.
9992
9993         * nnimap.el (nnimap-request-create-group): Implement.
9994         (nnimap-request-expunge-group): New function.
9995
9996 2010-09-21  Julien Danjou  <julien@danjou.info>
9997
9998         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9999         (gnus-html-cache-expired): Add new function.
10000         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10001         wethever we should display image for fetch it.
10002         Compute alt-text earlier to pass it to the fetching function too.
10003         (gnus-html-schedule-image-fetching): Change function argument to only
10004         get one image at a time, not a list.
10005         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10006         cache.
10007         (gnus-html-get-image-data): New function to retrieve image data from
10008         cache.
10009         (gnus-html-put-image): Change buffer argument to use image data rather
10010         than file, and place image above region rather than inserting a new
10011         one.  Do not take alt-text as argument, since it's useless now: we place
10012         the image above alt-text.
10013         (gnus-html-prune-cache): Remove.
10014         (gnus-html-show-images): Start to fetch image when we find one, do not
10015         push into a temporary list.
10016         (gnus-html-prefetch-images): Only fetch image if they have expired.
10017         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10018         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10019
10020 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10023
10024 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10025
10026         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10027         spec inser "*" if the group isn't active instead of 0.
10028
10029         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10030         opening the server.
10031         (nnimap-request-delete-group): Implement group deletion.
10032         (nnimap-transform-headers): Return the size of the entire message in
10033         the Bytes header, not just the size of the first part.
10034         (nnimap-request-move-article): When moving an article from nnimap,
10035         request the article first so the accepting form has an article to
10036         accept.  Reported by Dan Christensen.
10037         (nnimap-command): Make sure that the error message doesn't error out.
10038
10039 2010-09-20  David Edmondson  <dme@dme.org>
10040
10041         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10042         we haven't requested anything.
10043
10044 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10045
10046         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10047         "".  Fix found by Andrew Cohen.
10048
10049         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10050         instead of -encode-string.
10051
10052 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10055
10056         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10057         by mm-subst-char-in-string.
10058
10059 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10062         waiting for the connection string.
10063
10064         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10065         arriving.
10066
10067         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10068         bogus characters.  This allows selecting certain Gmail groups.
10069
10070         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10071         (nnimap-fetch-partial-articles): New variable.
10072         (nnimap-open-connection): When looking for credentials, also use the
10073         nnimap-server-port.
10074         (nnimap-request-article): Return the group/article number, so that Gnus
10075         `^' works as expected.
10076         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10077
10078         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10079         comments.
10080         (gnus-methods-sloppily-equal): New function.
10081         (gnus): When using the development version of Gnus, load the gnus-load
10082         file.
10083
10084         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10085         `gnus-open-server' on each method before trying to scan them etc.
10086         This ensures that all the backend parameters are set correctly.
10087
10088         * nnimap.el (nnimap-authenticator): New variable.
10089         (nnimap-open-connection): Allow anonymous login.
10090         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10091         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10092
10093         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10094         patch, found by Knut Anders Hatlen.
10095
10096 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10097
10098         * gnus-agent.el (gnus-agent-batch-confirmation)
10099         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10100         to gnus-message.
10101         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10102         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10103         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10104         * gnus-int.el (gnus-open-server): Likewise.
10105         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10106         (gnus-score-check-syntax): Likewise.
10107         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10108         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10109         Likewise.
10110         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10111
10112 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10113
10114         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10115         calling conventions so that prefetch doesn't bug out.
10116
10117 2010-09-19  Julien Danjou  <julien@danjou.info>
10118
10119         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10120         rather than `subst-char-in-region' in order to be able to replace ASCII
10121         char by UTF-8 ones.
10122
10123         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10124         than curl.
10125         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10126         the right URL and ALT text on images.
10127         (gnus-html-wash-tags): Fix tag case.
10128         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10129         (gnus-article-html): Add -o display_ins_del=2 option.
10130         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10131
10132 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133
10134         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10135         the extra mail headers, which sometimes seem to happen for unknown
10136         reasons.
10137
10138         * mail-parse.el (mail-header-encode-parameter): Define as
10139         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10140         (or most, perhaps?) mail readers don't understand the latter, but do
10141         understand the former.
10142
10143         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10144         to nil, so that no methods are automatically agentized.  I think this
10145         is probably what most users want.
10146
10147         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10148         from url-retrieve, for instance about invalid URLs.
10149
10150         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10151         groups that have no articles.
10152         (nnimap-request-article): Check that we really got an article when we
10153         requested one.
10154
10155         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10156         doesn't exist.
10157
10158         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10159         nntp buffer so the agent can save it.
10160         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10161         that CRLF doesn't get translated to \n.
10162         (nnimap-open-connection): Don't make 'shell commands only send \n.
10163
10164 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10165
10166         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10167         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10168         Update var name.
10169         (nnml-generate-nov-file): Use dolist.
10170         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10171         Use with-current-buffer.
10172
10173 2010-09-18  Julien Danjou  <julien@danjou.info>
10174
10175         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10176         parallel.
10177
10178 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10181         the range update right.
10182         (nnimap-request-group): Don't make `M-g' bug out on group with no
10183         marks.
10184         (nnoo): Require, so that other packages can require nnimap.
10185         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10186         command we're looking for.  This helps when the server sends more
10187         responses after we've gotten everything we expected.
10188         (nnimap): Add a `newlinep' field to keep track of end-of-line
10189         conventions.
10190         Don't send CRLF to things that don't want it.
10191         (nnimap-request-accept-article): Ditto.
10192
10193 2010-09-18  Julien Danjou  <julien@danjou.info>
10194
10195         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10196         than curl to retrieve images.
10197
10198 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10199
10200         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10201         the marks.
10202         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10203         (nnimap-wait-for-connection): New function.
10204         (nnimap-open-connection): If we have PREAUTH, don't query for login
10205         credentials.
10206         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10207         when doing a partial update.
10208
10209 2010-09-18  Julien Danjou  <julien@danjou.info>
10210
10211         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10212         tags.
10213
10214 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10215
10216         * nnimap.el (nnimap-credentials): New function.
10217         (nnimap-open-connection): Use the new function to look for credentials
10218         also on the numeric equivalents of "imap" and "imaps".
10219
10220         * gnus-start.el (gnus-activate-group): Send the info to
10221         gnus-request-group.
10222
10223         * nnimap.el (nnimap-request-group): Have the "check" version of the
10224         function parse flags and update the info, so that a `M-g' get a total
10225         resync of all flags from the group.
10226
10227         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10228         to allow backends to alter the info on group selection.  Also alter all
10229         the backend -request-group functions to take the parameter.
10230
10231         * nnimap.el (nnimap-store-info): New function.
10232         (nnimap-update-info): Store the info for later usage.
10233         (nnimap-request-group): Use the stored info for the dont-check case, so
10234         that we don't retrieve all marks when we enter a group.
10235
10236         * nnimap.el: Use deffoo instead of defun for interface functions.
10237
10238         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10239         update the group info.  This makes the nndraft groups, for instance, go
10240         back to their old behavior.
10241
10242         * gnus-sum.el (gnus-select-newsgroup): Indent.
10243
10244         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10245         in.
10246         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10247         nothing.
10248
10249         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10250         from methods that are denied.
10251
10252         * gnus-int.el (gnus-method-denied-p): New function.
10253
10254         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10255         store the password instead of netrc.
10256         (nnimap-open-connection): Don't error out when we can't make a
10257         connections.
10258
10259         * auth-source.el (auth-source-create): In the password prompt, say what
10260         we're querying for.  Also prompt for user name if that hasn't been
10261         given.
10262
10263         * nnimap.el (nnimap-with-process-buffer): Remove.
10264
10265 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266
10267         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10268         method when we're reading from the agent.
10269
10270         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10271
10272         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10273         that's probably most useful for users.
10274
10275         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10276         "failed" all the time.
10277
10278         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10279         ...)) with (with-current-buffer ... ).
10280
10281         * nntp.el (nntp-open-server): Return whether the open was successful or
10282         not.
10283
10284         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10285         select an unread unseen article first.
10286
10287         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10288         /etc/services, supply some sensible port defaults.
10289
10290         * dgnushack.el: Define netrc-credentials.
10291
10292 2010-09-17  Julien Danjou  <julien@danjou.info>
10293
10294         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10295
10296 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10297
10298         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10299         doesn't have any parameters.
10300
10301 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10304         only upcased checks.
10305
10306         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10307
10308         * nnimap.el (nnimap-open-shell-stream): New function.
10309         (nnimap-open-connection): Use it.
10310         (nnimap-transform-headers): Get the number of lines in each message.
10311         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10312         number of lines.
10313         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10314         problem.
10315
10316         * utf7.el (utf7-encode): Autoload.
10317
10318         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10319         to allow the mail splitting to not return a default group.  This is
10320         useful for nnimap, which will leave unmatched mail in the inbox.
10321
10322         * nnimap.el: Rewritten.
10323
10324         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10325         nnimap usage.
10326
10327         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10328         if the move is internal, so that nnimap can do fast internal moves.
10329
10330         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10331         data.
10332         (gnus-read-active-for-groups): Support finishing the early retrieval of
10333         data.
10334
10335         * gnus-range.el (gnus-range-nconcat): New function.
10336
10337         * gnus-int.el (gnus-finish-retrieve-group-infos)
10338         (gnus-retrieve-group-data-early): New functions.
10339
10340 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10341
10342         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10343         (nnrss-retrieve-groups):
10344         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10345         (pop3-quit): Use with-current-buffer.
10346
10347 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10350         instead of nnheader-accept-process-output.
10351
10352         * dgnushack.el (dgnushack-compile): Add comment.
10353
10354         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10355
10356         * gnus-html.el (gnus-html-schedule-image-fetching)
10357         (gnus-html-prefetch-images): Replace process-kill-without-query by
10358         gnus-set-process-query-on-exit-flag.
10359
10360 2010-09-16  Romain Francoise  <romain@orebokech.com>
10361
10362         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10363
10364 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10365
10366         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10367         parameter to unintern is mandatory-ish in Emacs 24.
10368
10369         * gnus-html.el (gnus-html-schedule-image-fetching)
10370         (gnus-html-prefetch-images): Check for curl before using it.
10371
10372         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10373         depend on curl, which isn't essential.
10374
10375         * imap.el: Revert back to version
10376         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10377         seem problematic.
10378
10379 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10380
10381         * gnus-registry.el (gnus-registry-install-shortcuts):
10382         Explicitly pass `obarray' to `unintern' to avoid a warning.
10383
10384 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10387         change.
10388
10389         * nnrss.el (nnrss-request-list): Remove this function and related
10390         functions, including the moreover stuff.
10391
10392 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * nnrss.el (nnrss-retrieve-groups): New function.
10395
10396 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10397
10398         * .dir-locals.el: Add no-byte-compile cookie.
10399
10400 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * time-date.el (format-seconds): Comment fix.
10403
10404         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10405         for back end that doesn't support request-scan.
10406
10407 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408
10409         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10410         then do request scans from the backends.
10411
10412         * netrc.el (netrc-credentials): New conveniency function.
10413
10414         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10415         avoid running a hook per line, since this takes a lot of time,
10416         profiling shows.
10417         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10418         directly if gnus-visual-p is true.
10419
10420 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10423         groups; replace mapcar with dolist which is a bit faster; pass groups
10424         info to gnus-read-active-file-1.
10425         (gnus-read-active-file-1): Scan only specified groups if the new
10426         optional arg `infos' is given.
10427
10428 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10431
10432         * pop3.el (pop3-movemail): Remove.
10433         (pop3-streaming-movemail): Rename to pop3-movemail.
10434
10435         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10436         don't restrict end-tag searches to the end of the line.
10437
10438 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10441         articles of every unchecked group to t, which means unknown since the
10442         server has never been opened.
10443
10444 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10445
10446         * gnus-html.el (gnus-html-show-alt-text): New command.
10447         (gnus-html-browse-image): Ditto.
10448         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10449         to browse the image directly.
10450         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10451         better.
10452
10453         * gnus-async.el (gnus-async-article-callback):
10454         Call `gnus-html-prefetch-images' unconditionally.
10455
10456         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10457         before feeding URLs to curl.
10458
10459 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10462         internal images as deletable by `W D D'.
10463
10464         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10465         (gnus-async-article-callback): Fix typo.
10466
10467 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10468
10469         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10470         current line to work around bugs in the output from w3m.
10471
10472         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10473         for groups that want that.
10474
10475         * nntp.el (nntp-wait-for-string): Supply a timeout for
10476         accept-process-output to ensure progress.
10477
10478         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10479         level to get unread articles from, then use that for foreign groups,
10480         too.
10481
10482         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10483         confuses the rest of the function.
10484
10485         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10486         for the methods that support -retrieve-groups, too.
10487
10488         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10489
10490 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10493         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10494
10495         * pop3.el: Require cl when compiling.
10496         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10497
10498 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10499
10500         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10501         that aren't going to be activated.
10502         (gnus-get-unread-articles): Fix up the last commit.
10503
10504         * gnus-html.el (gnus-article-html): Allow calling without specifying
10505         the handle.  In that case, dissect the buffer first.
10506
10507         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10508
10509         * nnimap.el (nnimap-open-connection): Revert the change that would look
10510         into authinfo for imaps instead of imap.
10511
10512         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10513         say that you don't want to call gnus-request-group with don-check, but
10514         do check the reponse.  This is for virtual groups only.
10515         (gnus-get-unread-articles): Count the archive groups as secondary, so
10516         that they're activated the same way as before.
10517
10518         * imap.el (imap-message-map): Removed optional buffer parameter, since
10519         no callers use it.
10520         (imap-message-get): Ditto.
10521         (imap-message-put): Ditto.
10522         (imap-mailbox-map): Ditto.
10523         (imap-mailbox-put): Ditto.
10524         (imap-mailbox-get): Ditto.
10525         (imap-mailbox-get): Revert last change for this function.
10526
10527         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10528         case-insensitively.
10529         (nnimap-debug): Remove.
10530
10531         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10532         callers to use `imap-fetch' instead.  According to the comments, this
10533         should be safe, since all other IMAP clients use the 1:* syntax.
10534         (imap-enable-exchange-bug-workaround): Remove.
10535         (imap-debug): Remove -- doesn't seem very useful.
10536
10537         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10538         mail from a file, and the file doesn't exist.
10539
10540         * imap.el (imap-log): New convenience function used throughout instead
10541         of repeating the same code all over the place.
10542
10543         * pop3.el (pop3-streaming-movemail): Return t for success.
10544
10545         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10546         .authinfo if we're using ssl connection.
10547
10548         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10549         already have if we're in a main Gnus `g' run.
10550
10551         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10552
10553 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10556
10557         * nnmh.el (nnmh-request-list-1): Bind `file'.
10558
10559         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10560         alias to set-process-query-on-exit-flag or process-kill-without-query.
10561         (pop3-open-server): Use it.
10562
10563 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10566         box to the Incoming file.  Fixes mistake in previous checkin.
10567
10568         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10569         request loop (for debugging purposes) removed.
10570
10571         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10572         culprit is more visible.
10573         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10574         (nnml-add-incremental-nov): New functions to do "incremental" nov
10575         updates, where we just append to the end of the existing nov files
10576         without reading/writing them in full.
10577
10578         * mail-source.el (mail-source-delete-crash-box): Really only check the
10579         incoming files once in a while.
10580
10581         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10582
10583         * mail-source.el (mail-source-delete-crash-box): Only check the
10584         incoming files for deletion once per day to save a lot of file
10585         accesses.
10586
10587         * pop3.el (pop3-logon): Fix up unbound variable typo.
10588
10589         * mail-source.el (pop3-streaming-movemail): Autoload.
10590
10591         * pop3.el (pop3-streaming-movemail):
10592         Respect pop3-leave-mail-on-server.
10593
10594         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10595         retrieval.
10596
10597         * pop3.el (pop3-process-filter): Remove unused function.
10598         (pop3-streaming-movemail, pop3-send-streaming-command)
10599         (pop3-wait-for-messages, pop3-write-to-file)
10600         (pop3-number-of-responses): New functions for streaming pop3
10601         retrieval.
10602
10603         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10604         come from no known methods.
10605         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10606         list.
10607
10608         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10609         message sizes.
10610         (pop3-movemail): Use erase-buffer instead of looping and deleting
10611         regions, which seems rather odd.
10612
10613         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10614         file once per `g' run.
10615
10616         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10617         directories.  This makes the draft queue directory work.
10618
10619         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10620         data from the backends, so that we only request the list of groups from
10621         each method once.  This should speed things up considerably.
10622
10623         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10624         detect that it's not implemented.
10625
10626         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10627         we actually do recurse down into the tree, but don't stat all leaf
10628         nodes.
10629
10630         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10631         then say so instead of bugging out.
10632
10633         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10634         files exist before trying to read them.
10635
10636         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10637         around <pre_int>.
10638
10639         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10640
10641         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10642
10643 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * mm-util.el (mm-image-load-path): Just return the image directories,
10646         not all directories in the path in addition to the image directories.
10647         (mm-image-load-path): Maintain a cache of the image directories so that
10648         the `g' command in Gnus doesn't have to stat dozens of directories each
10649         time.
10650
10651         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10652         (gnus-html-wash-tags): Add a new `i' command to insert images.
10653         (gnus-html-insert-image): New command and keystroke.
10654         (gnus-html-redisplay-with-images): New command and keystroke.
10655         (gnus-html-show-images): Rename command.
10656         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10657         spacers.
10658         (gnus-html-wash-tags): Decode entities at the end, so that entities
10659         inside the tags don't mess up the rest of the "parsing".
10660
10661         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10662         so that nnimap methods aren't agentized by default.  There's apparently
10663         many problems related to agent/imap behavior.
10664
10665         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10666
10667         * gnus-html.el: Doc fix.
10668
10669 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10672         specifier-spec-list for Emacs 21.
10673
10674         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10675         glyph-width and glyph-height instead of display-graphic-p and
10676         image-size; make avoidance of displaying small images work for XEmacs.
10677
10678         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10679         for XEmacs.
10680
10681         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10682         of symbol that holds plist data.
10683         (gnus-process-plist): Remove plist of process after getting it.
10684
10685 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * message.el (message-generate-hashcash): Change default to
10688         'opportunistic if hashcash is installed.
10689
10690         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10691         (gnus-html-put-image): Only call image-size once, since it's somewhat
10692         time-consuming on remote X servers.
10693
10694 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10697         type on data, not a file name.
10698
10699         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10700         window-pixel-edges for Emacs 21.
10701
10702         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10703         decoded contents.
10704         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10705
10706 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707
10708         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10709         group line format, since it isn't very interesting.
10710
10711         * gnus-agent.el (gnus-agent-short-article),
10712         (gnus-agent-long-article): Increase values for these two variables,
10713         since most people are likely to have more network connection and
10714         storage than before.
10715
10716         * gnus.el (gnus-refer-article-method): Change default to 'current.
10717         When referring an article, the common behavior is to refer it from the
10718         current select method, not the native select method.  The chances of
10719         the native select method having the message in question is rather slim
10720         these days.
10721
10722         * gnus-sum.el (gnus-auto-select-subject): Change default to
10723         `unseen-or-unread'.  I think it's likely that most people want to
10724         select an unseen article over a previously seen, but unread one.
10725
10726         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10727         means that in the article buffer none of the minor mode elements will
10728         be shown, usually, and this is not desirable in most cases.
10729
10730         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10731         that commands like `d' (and the like) go to the next line in the
10732         buffer, instead of the next unread article.  I think this is the
10733         behavior that is most natural for most users.
10734         (gnus-single-article-buffer): Change default to nil, so that people can
10735         have as many article buffers open as they have summary buffer.  I think
10736         this is the most natural way for the groups to behave.
10737
10738         * message.el (message-generate-new-buffers): Change default to
10739         `unsent', so that all new message buffers start their names with the
10740         string "*unsent", and it's easier to find the buffers if you move from
10741         them.
10742
10743 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10744
10745         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10746         small.  They're probably tracking images.
10747         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10748         (gnus-html-rescale-image): Yet another try at getting the image sizing
10749         right.
10750
10751         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10752         nntp-marks-file-name is nil.
10753
10754 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10755
10756         * gnus-html.el (gnus-html-wash-tags)
10757         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10758         Better logging.
10759
10760 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10763
10764         * gnus-html.el (gnus-html-wash-tags): Check the value of
10765         gnus-blocked-images in the summary buffer.
10766
10767 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10768
10769         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10770
10771 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10774         like "a", it seems like.
10775         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10776         since it needs to be picked from the correct buffer.
10777
10778         * nnwfm.el: Remove.
10779
10780         * nnlistserv.el: Remove.
10781
10782 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10783
10784         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10785         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10786
10787 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10788
10789         * nnkiboze.el: Remove.
10790
10791         * nndb.el: Remove.
10792
10793         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10794         alt text.
10795         (gnus-html-rescale-image): Try to get the rescaling logic right for
10796         images that are just wide and not tall.
10797
10798         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10799         overshadow variable bindings.
10800
10801 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10802
10803         * gnus-html.el (gnus-html-wash-tags)
10804         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10805         Add extra logging.
10806
10807 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10810         (gnus-max-image-proportion): New variable.
10811         (gnus-html-rescale-image): New function.
10812         (gnus-html-put-image): Rescale images.
10813
10814 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10815
10816         Fix up some byte-compiler warnings.
10817         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10818         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10819         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10820         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10821         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10822         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10823         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10824
10825 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * gnus-html.el (gnus-article-html): Decode contents by charset.
10828
10829 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10832         (gnus-html-frame-width, gnus-blocked-images):
10833         * message.el (message-prune-recipient-rules): Add custom version.
10834         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10835
10836         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10837         functions.
10838
10839         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10840         gnus-process-get.
10841
10842 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10843
10844         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10845         instead of lsub directly.
10846
10847 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * nnwarchive.el: Remove.
10850
10851         * gnus-soup.el: Remove.
10852
10853         * nnsoup.el: Remove.
10854
10855         * nnultimate.el: Remove.
10856
10857         * gnus-html.el (gnus-blocked-images): New variable.
10858
10859         * message.el (message-prune-recipients): New function.
10860         (message-prune-recipient-rules): New variable.
10861
10862         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10863         guess whether a long line is natural text or not.
10864
10865         * gnus-html.el (gnus-html-schedule-image-fetching):
10866         Use gnus-process-plist and friends for compatibility.
10867
10868 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10869
10870         * gnus-html.el: Require packages that define macros used in this file.
10871         (gnus-article-mouse-face): Declare to silence byte-compiler.
10872         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10873         process-get.
10874         (gnus-html-put-image): Use plist-get to avoid getf.
10875         (gnus-html-prefetch-images): Use with-current-buffer.
10876
10877 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-ems.el: Provide compatibility functions for
10880         gnus-set-process-plist.
10881
10882         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10883         header-line-format for XEmacs 21.4.
10884
10885         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10886         * gnus.el (gnus-valid-select-methods):
10887         * message.el (message-send-mail-partially-limit):
10888         * mm-decode.el (mm-text-html-renderer):
10889         * mml.el (mml-insert-mime-headers-always):
10890         * smiley.el (smiley-regexp-alist): Bump custom version.
10891
10892 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * gnus-html.el: Require mm-url.
10895         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10896         with the url to `url'.
10897         (gnus-html-wash-tags): Support cid: URLs/images.
10898
10899 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10900
10901         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10902         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10903         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10904
10905         * gnus-move.el: Remove file, since it doesn't really work.
10906
10907         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10908         UTF-8.  This seems to fix problems with some German web feeds.
10909
10910         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10911         at the top so that the proper colors are applied.
10912
10913         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10914         don't have dots in their names.
10915
10916         * gnus-art.el (gnus-article-view-part): Doc fix.
10917
10918         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10919         XEmacs-compatible.
10920         (gnus-html-put-image): Don't do images on non-graphic displays.
10921
10922         * nnslashdot.el: Remove this unused backend.
10923
10924         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10925         actions.
10926         (gnus-undo-register-1): Revert last change.
10927
10928         * gnus-group.el (gnus-group-completing-read): Protect against not
10929         having completion-styles bound.
10930
10931         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10932         make broken recipients happier.
10933
10934         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10935
10936         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10937         point parameter.
10938
10939         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10940
10941         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10942         completion-styles for group selection.
10943
10944 2009-02-04  Andreas Schwab  <schwab@suse.de>
10945
10946         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10947         headers and regexp-quote the match if necessary.
10948
10949 2009-03-24  Miles Bader  <miles@gnu.org>
10950
10951         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10952         the blinking smiley.
10953
10954 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10955
10956         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10957         blink smiley.
10958
10959 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10962         where the dribbel file lives exists.
10963
10964         * message.el (message-send-mail-partially-limit): Change the default to
10965         nil, since most people don't want this.
10966
10967         * mm-url.el (mm-url-decode-entities): Also decode entities like
10968         &#x3212.
10969
10970 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10971
10972         * gnus-sum.el (gnus-summary-idna-message):
10973         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10974         Hyperlink urls in docstrings with URL `...'.
10975
10976 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10977
10978         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10979         functions.
10980
10981 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10982
10983         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10984         say what the mouseover text should be.
10985
10986         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10987         version of the mm-w3m-safe-url-regexp variable to only download images
10988         in the groups where we want that to happen.
10989
10990         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10991
10992         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10993         easier debugging.
10994         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10995         big pictures in the article buffer.
10996
10997         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10998         gnus-article-html.
10999         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11000         w3m.
11001
11002         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11003
11004 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005
11006         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11007         which doesn't exist.
11008
11009         * message.el (message-inhibit-ecomplete): New variable to allow some
11010         function to inhibit ecomplete address storage.
11011         (message-resend): Disable ecomplete message storage when resending
11012         messages.
11013
11014         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11015
11016 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11019         Save excursion while copying, moving, and deleting articles in order to
11020         prevent the cursor from jumping to unforeseen place.
11021
11022 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * lpath.el: No need to bind bookmark-current-buffer,
11025         bookmark-yank-point and bookmark-make-record-function.
11026
11027 2010-08-17  Glenn Morris  <rgm@gnu.org>
11028
11029         * gnus-sync.el: Require gnus components whose functions are used.
11030
11031         * gnus-art.el (bookmark-make-record-function):
11032         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11033         Declare for compiler.
11034
11035         * mm-url.el (mml-compute-boundary): Autoload.
11036
11037 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11040
11041 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11042
11043         Typo fix "hoo4a" -> "hook".
11044
11045         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11046
11047 2010-08-14  Glenn Morris  <rgm@gnu.org>
11048
11049         * gnus-sync.el (gnus-sync): Fix defgroup version.
11050
11051 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11052
11053         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11054
11055         * gnus-sync.el: Fix docs.
11056         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11057         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11058
11059 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11060
11061         Optimizations for gnus-sync.el.
11062
11063         * gnus-sync.el: Add docs about gnus-sync-backend
11064         possibilities.
11065         (gnus-sync-save): Remove unnecessary message.
11066         (gnus-sync-read): Optimize and show what groups were skipped.
11067
11068 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11069
11070         Minor bug fixes for gnus-sync.el.
11071
11072         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11073         Don't read the sync on get-new-news.
11074
11075         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11076         quiet.
11077
11078         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11079         (fix typo).
11080
11081 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11082
11083         Make saving and restoring of hidden threads work with overlays.
11084         Patch applied by Ted Zlatanov.
11085
11086         * gnus-sum.el (gnus-hidden-threads-configuration)
11087         (gnus-restore-hidden-threads-configuration): Update to deal with text
11088         properties, rather than searching for a magic character.
11089
11090 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11091
11092         New gnus-sync.el library for synchronization of marks.
11093
11094         * gnus-sync.el: New library for synchronization of marks.
11095
11096         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11097         renamed from `gnus-registry-grep-in-list'.
11098
11099         * gnus-registry.el (gnus-registry-follow-group-p):
11100         Use `gnus-grep-in-list'.
11101
11102         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11103
11104 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11107         determining charset of text fails.
11108
11109 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * nnmail.el (nnmail-get-new-mail-1): Revert.
11112
11113         * nnml.el (nnml-active-number): Make sure names of newly created groups
11114         in nnml-group-alist are encoded.
11115
11116 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11119         containing non-ASCII characters in active file for nnml back end.
11120
11121 2010-07-24  David Engster  <dengste@eml.cc>
11122
11123         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11124         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11125
11126 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11127
11128         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11129         tag (Bug#6654).
11130
11131 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11134         the article buffer, not the summary buffer.
11135
11136 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11139         Emacs 23 as well.
11140
11141 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11144         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11145
11146 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11147
11148         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11149         Patch applied by Karl Fogel.
11150
11151         * gnus-sum.el (gnus-summary-bookmark-make-record):
11152         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11153
11154 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11155
11156         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11157         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11158         C-w still not working correctly from Article buffers; Thierry's
11159         patch to fix that will be applied after this.
11160
11161         * gnus-art.el (bookmark-make-record-function): New local variable.
11162
11163         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11164         article buffer.
11165         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11166
11167 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11168
11169         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11170         on changes in bookmark.el.
11171
11172 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11175         `no-log' instead of message not to log prompt string.
11176
11177 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11178
11179         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11180         the *other* type of HTML form submission.
11181
11182 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11183
11184         * auth-source.el (auth-source-pick): If choice does not contain a
11185         questioned keyword, set the check to t.
11186
11187 2010-06-12  Romain Francoise  <romain@orebokech.com>
11188
11189         * gnus-util.el (gnus-date-get-time): Move up before first use.
11190
11191 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11194         (gnus-article-edit-part): Bind it to make last part that is substituted
11195         or deleted visible.
11196         (gnus-mime-display-single): Buttonize part of which id equals to
11197         gnus-mime-buttonized-part-id.
11198
11199 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11200
11201         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11202         (gnus-dd-mmm): Use gnus-date-get-time.
11203         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11204         simplify logic.
11205         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11206         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11207
11208 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11209
11210         * auth-source.el (top): Autoload `secrets-list-collections',
11211         `secrets-create-item', `secrets-delete-item'.
11212         (auth-sources): Fix tag string.
11213         (auth-get-source, auth-source-retrieve, auth-source-create)
11214         (auth-source-delete): New defuns.
11215         (auth-source-pick): Rewrite in order to avoid 2 passes.
11216         (auth-source-forget-user-or-password): New parameter USERNAME.
11217         (auth-source-user-or-password): New parameters CREATE-MISSING and
11218         DELETE-EXISTING.  Retrieve password interactively, if needed.
11219
11220 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11221
11222         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11223         deleting unused directories when gnus-expert-user is t.
11224
11225 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11228         for each temp file when gnus-article-browse-delete-temp is ask.
11229
11230 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11231
11232         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11233         Replace Lisp calls to delete-backward-char by calls to delete-char.
11234
11235 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11236
11237         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11238
11239 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11240
11241         * password-cache.el (password-cache-remove): Fix docstring.
11242
11243 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11246         article unless decoding article to be saved.
11247
11248 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11251         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11252         generated within the mm-with-unibyte-current-buffer macro.
11253
11254 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11257         to nil when we're in a mml-preview buffer and no group is selected.
11258
11259 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11260
11261         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11262         when catching the `C-g'.  Reported by "Leo".
11263
11264 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * message.el (message-forward-make-body-plain)
11267         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11268         multibyte-string-p.
11269
11270         * lpath.el: Revert.
11271
11272 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * message.el (message-forward-make-body-mml): Assume original message
11275         is multibyte string; error on unibyte.
11276         (message-forward-make-body-plain): Ditto; don't add excessive newline
11277         in body end.
11278
11279         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11280
11281 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11282
11283         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11284         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11285
11286 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * mm-extern.el (mm-extern-url): Don't use
11289         mm-with-unibyte-current-buffer.
11290         (mm-extern-cache-contents): Use with-current-buffer instead of
11291         save-excursion + set-buffer.
11292
11293 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * mm-util.el (mm-emacs-mule): Remove.
11296
11297 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11298
11299         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11300         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11301         change.
11302
11303 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11306         bind the default value of enable-multibyte-characters to nil.
11307
11308 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * message.el (message-forward-make-body-plain)
11311         (message-forward-make-body-mml):
11312         Don't use mm-with-unibyte-current-buffer.
11313
11314 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11315
11316         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11317
11318 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11319
11320         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11321         (Bug#5592).
11322
11323 2010-05-07  Julien Danjou  <julien@danjou.info>
11324
11325         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11326         it to mm-pipe-part.
11327
11328         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11329         it is given.
11330
11331 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * binhex.el (binhex-decode-region-internal):
11334         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11335         (dns-query):
11336         * nnweb.el (nnweb-gmane-search):
11337         * pgg-parse.el (pgg-parse-armor):
11338         * pgg.el (pgg-verify-region):
11339         * sha1.el (sha1-string-external):
11340         * uudecode.el (uudecode-decode-region-internal):
11341         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11342         XEmacs.
11343
11344         * gnus-art.el (gnus-article-browse-html-parts):
11345         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11346         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11347         make-temp-file.
11348
11349         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11350         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11351         compiling.
11352
11353         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11354         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11355         XEmacs when compiling.
11356
11357         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11358         gnus-pick-mode-off-hook for XEmacs when compiling.
11359         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11360         gnus-binary-mode-off-hook for XEmacs when compiling.
11361
11362         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11363         Return nil if char-charset is not available.
11364
11365         * imap.el (imap-disable-multibyte)
11366         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11367         macros.
11368
11369         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11370         instead of encode-coding-string.
11371
11372         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11373         'xemacs) instead of mm-emacs-mule to switch function definitions.
11374         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11375
11376         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11377         bind temporary-file-directory for XEmacs;
11378         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11379         timer-set-function for XEmacs 21.4 and SXEmacs;
11380         bind timer-list for XEmacs 21.4 and SXEmacs;
11381         fbind char-charset and find-charset-region for non-Mule XEmacs;
11382         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11383         encode-coding-region and encode-coding-string for XEmacs having no
11384         file-coding feature.
11385
11386 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11387
11388         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11389
11390 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11393         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11394
11395 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11396
11397         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11398         alias `jka-compr-delete-temp-file' no longer exists.
11399
11400 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11401
11402         Use define-minor-mode in Gnus where applicable.
11403         * mml.el (mml-mode): Use define-minor-mode.
11404         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11405         (gnus-undo-mode): Use define-minor-mode.
11406         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11407         (gnus-dead-summary-mode): Use define-minor-mode.
11408         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11409         Initialize in declaration.
11410         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11411         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11412         (gnus-mailing-list-mode): Use define-minor-mode.
11413         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11414         (gnus-draft-mode): Use define-minor-mode.
11415         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11416         (gnus-dired-mode): Use define-minor-mode.
11417
11418 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11419
11420         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11421         handles on recursive mml-to-mime translation and check them for
11422         boundary delimiter collisions.  Reported by Greg Troxel.
11423
11424 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11427
11428 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11429
11430         * mm-util.el (mm-find-buffer-file-coding-system):
11431         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11432
11433 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11434
11435         * message.el (message-generate-headers): Record insertion of optional
11436         headers as well.  Otherwise the check to prevent repeated insertion of
11437         optional headers is a no-op.
11438
11439 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11440
11441         * smime.el: Don't mention CVS.
11442
11443         * nnrss.el (nnrss-fetch): Don't mention CVS.
11444
11445         * nnir.el: Don't mention CVS.
11446
11447 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11448
11449         * gnus-sum.el (gnus-summary-bookmark-make-record):
11450         Add `location' field.
11451
11452 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * lpath.el: Fbind bookmark-default-handler,
11455         bookmark-get-bookmark-record, bookmark-make-record-default,
11456         bookmark-prop-get for Emacs <23 and XEmacs.
11457
11458 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11459
11460         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11461         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11462         Use with-current-buffer to silence the byte-compiler.
11463         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11464         bother to require `gnus'.
11465         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11466
11467 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11468
11469         * gnus-sum.el (gnus-summary-bookmark-make-record)
11470         (gnus-summary-bookmark-jump): New functions.
11471         (gnus-summary-mode): Setup bookmark support.
11472
11473 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11474
11475         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11476         if set.
11477
11478 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11481         gnus-article-browse-html-save-cid-image; make it work recursively for
11482         forwarded messages as well.
11483         (gnus-article-browse-html-parts): Work when prefix arg is given.
11484         (gnus-article-browse-html-article): Doc fix.
11485
11486 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11487
11488         * message.el (message-default-mail-headers):
11489         (message-default-headers): Carry the value mail-default-headers over
11490         into message-default-mail-headers, rather than message-default-headers.
11491
11492 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11493
11494         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11495         charset.
11496
11497         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11498         charset into the <meta> tag when the article is encoded to utf-8.
11499
11500 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * gnus-art.el (gnus-article-browse-delete-temp-files):
11503         Delete directories as well.
11504         (gnus-article-browse-html-parts): Work for images that do not specify
11505         file names; delete temp directory when quitting; insert header at the
11506         right place; use file: scheme for image files.
11507
11508 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11509
11510         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11511         (gnus-article-browse-html-parts): Use it to make temporary cid image
11512         files in addition to html file so that browser may display them.
11513
11514 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11517
11518 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11519
11520         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11521
11522 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11523
11524         * auth-source.el (auth-sources): Change default to be simpler.
11525         Explain about Secret Service API sources.  Improve Customize options.
11526         (auth-source-pick): Change to accept any number of search parameters.
11527         Implement fallbacks iteratively, not recursively.  Add scoring on the
11528         second pass and sort by score.  Call Secret Service API when needed.
11529         (auth-source-user-or-password): Use it.  Call Secret Service API
11530         directly when needed to get the user name and the password.
11531
11532 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11533
11534         * message.el (message-interactive): Doc fix.
11535         (message-qmail-inject-args): Reflow.
11536         (message-kill-to-signature): Fix typo in docstring.
11537
11538         * smiley.el (smiley-buffer): Fix typo in docstring.
11539
11540 2010-03-24  Glenn Morris  <rgm@gnu.org>
11541
11542         * mail-source.el (gnus-message): Declare.
11543         (mail-source-delete-old-incoming): Require gnus-util.
11544
11545 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11548
11549         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11550
11551         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11552         password-cache's default if it is not bound.
11553         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11554         password-cache-expiry's default if it is not bound.
11555
11556         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11557         available in Emacs 21.
11558
11559         * lpath.el: Suppress compiler warnings for:
11560         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11561         XEmacs;
11562         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11563         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11564         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11565
11566 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11567
11568         * auth-source.el (auth-sources): Fix up definition so extra parameters
11569         are always inline.
11570
11571 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11572
11573         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11574         wasn't updated after mismatch.  Clear cached mailbox info correctly
11575         when uidvalidity changes.
11576         (nnimap-group-prefixed-name): New function to avoid some code
11577         duplication.
11578         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11579         (nnimap-request-group): Use it.
11580         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11581         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11582         with many imap folders.  This is done by caching the group status from
11583         the imap server persistently in a group parameter `imap-status'.  (This
11584         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11585         but not persistently, so every Gnus startup was still very slow.)
11586
11587 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11588
11589         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11590         delete the extra newline.  Otherwise editing of :string and :number
11591         types don't work.
11592
11593 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11594
11595         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11596         secrets.el dependency.
11597         (auth-sources): Add optional user name.  Add secrets.el configuration
11598         choice (unused right now).
11599
11600 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11601
11602         * gnus-sum.el (gnus-summary-make-menu-bar):
11603         Let `gnus-registry-install-shortcuts' fill in the functions.
11604
11605         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11606         warnings.
11607         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11608         (gnus-registry-install-shortcuts): Populate and use it in a
11609         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11610
11611 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11612
11613         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11614         In-place substitutions for the group name encoding/decoding.
11615         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11616         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11617         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11618         (nnimap-update-unseen, nnimap-request-list)
11619         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11620         (nnimap-request-set-mark, nnimap-split-to-groups)
11621         (nnimap-split-articles, nnimap-request-newgroups)
11622         (nnimap-request-create-group, nnimap-request-accept-article)
11623         (nnimap-request-delete-group, nnimap-request-rename-group)
11624         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11625         `encoded-mbx' for consistency.
11626         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11627         variable `imap-current-mailbox'.
11628
11629         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11630         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11631
11632 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11633
11634         * pop3.el (pop3-display-message-size-flag): Display message size byte
11635         counts during POP3 download.
11636         (pop3-movemail): Use it.
11637         (pop3-list): Implement listing of available messages.
11638
11639 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11640
11641         * nnir.el (nnir-get-article-nov-override-function): New function to
11642         override the normal NOV retrieval.
11643         (nnir-retrieve-headers): Use it.
11644
11645 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11646
11647         * auth-source.el (netrc-machine-user-or-password): Autoload.
11648
11649 2010-03-19  Glenn Morris  <rgm@gnu.org>
11650
11651         Stop message.el from loading about 40 libraries it doesn't always need.
11652         The general approach is to autoload rather than require, and to
11653         require in the specific functions rather than the file.  (Bug#5642)
11654
11655         * gmm-utils.el: Don't require wid-edit.
11656         (widget-create-child-value, widget-convert, widget-default-get):
11657         Autoload.
11658
11659         * gnus-util.el: Don't require time-date, netrc.
11660         (message-fetch-field, gnus-group-name-decode): Declare rather than
11661         autoloading.
11662         (gnus-fetch-field): Require message.
11663         (gnus-decode-newsgroups): Require gnus-group.
11664
11665         * ietf-drums.el: Don't require time-date.
11666
11667         * message.el: Don't require hashcash, canlock, ecomplete.
11668         Do require mail-utils.  Require nnheader only when compiling.
11669         (smtpmail-default-smtp-server): Remove declaration.
11670         (message-send-mail-function): Check smtpmail-default-smtp-server
11671         is bound rather than requiring smtpmail.
11672         (message-auto-save-directory, message-insert-signature):
11673         Use expand-file-name rather than nnheader-concat.
11674         (nnheader-insert-file-contents): Autoload.
11675         (hashcash-wait-async): Declare.
11676         (message-send-mail): Only call gnus-setup-posting-charset if
11677         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11678         (message-send-mail-with-sendmail): Require sendmail.
11679         (canlock-password, canlock-password-for-verify): Declare.
11680         (message-canlock-password): Require canlock.
11681         (nnheader-get-report): Autoload.
11682         (gnus-setup-posting-charset): Declare.
11683         (message-send-news): Require gnus-msg.
11684         (message-make-references, message-make-in-reply-to): Use mail-header-id
11685         rather than the alias mail-header-message-id.
11686         (ecomplete-add-item, ecomplete-save): Declare.
11687         (message-put-addresses-in-ecomplete): Require ecomplete.
11688         (ecomplete-display-matches): Autoload.
11689
11690         * mm-decode.el: Don't require mailcap, gnus-util.
11691         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11692         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11693         Autoload.
11694         (mailcap-mime-extensions): Declare.
11695
11696         * mm-encode.el: Don't require mailcap.
11697         (mailcap-extension-to-mime): Autoload.
11698
11699         * mml-sec.el: Don't require password-cache.
11700
11701         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11702         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11703         (mml-minibuffer-read-type): Require mailcap.
11704         (mml-preview): Require gnus-msg.
11705
11706         * mml1991.el: Require password-cache.
11707         (password-cache-expiry): Remove declaration.
11708
11709         * mml2015.el: Require password-cache.
11710         (password-cache-expiry): Remove declaration.
11711
11712         * nneething.el (mailcap): Require mailcap.
11713
11714         * nnheader.el (declare-function): Add compatibility stub.
11715         (message-remove-header): Declare rather than autoload.
11716         (nnheader-replace-header): Require message.
11717
11718         * nnimap.el (declare-function): Add compatibility stub.
11719         (netrc-parse, netrc-machine-user-or-password): Declare.
11720         (nnimap-open-connection): Require netrc.
11721
11722         * nntp.el (declare-function): Add compatibility stub.
11723         (netrc-parse, netrc-machine, netrc-get): Declare.
11724         (nntp-send-authinfo): Require netrc.
11725
11726         * rfc2047.el: Don't require qp.
11727         (quoted-printable-encode-region, quoted-printable-decode-string):
11728         Autoload.
11729
11730         * sieve-mode.el: Don't require easymenu.
11731         (easy-menu-add-item): Autoload it.
11732
11733         * spam-stat.el (time-to-number-of-days): Autoload it.
11734
11735 2010-03-19  Glenn Morris  <rgm@gnu.org>
11736
11737         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11738
11739 2010-03-18  Glenn Morris  <rgm@gnu.org>
11740
11741         * hashcash.el (declare-function): Remove duplicate definition.
11742
11743 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11744
11745         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11746         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11747         value if any backslash escapes).
11748
11749 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11752         if it is available.  (bug#5647)
11753
11754         * lpath.el: Suppress compiler warning for coding-system-from-name for
11755         Emacs 21 and XEmacs.
11756
11757 2010-03-14  Juri Linkov  <juri@jurta.org>
11758
11759         * hmac-def.el:
11760         * hmac-md5.el:
11761         * netrc.el: Fix keywords.
11762
11763 2010-02-26  Glenn Morris  <rgm@gnu.org>
11764
11765         * message.el (message-send-mail-function): Change the default, so that
11766         it inherits from a customized send-mail-function.  (Bug#5643)
11767
11768 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11769
11770         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11771         shell-command-to-string signals an error (bug#5299).
11772
11773 2010-02-24  Glenn Morris  <rgm@gnu.org>
11774
11775         * message.el (message-smtpmail-send-it)
11776         (message-send-mail-with-mailclient): Doc fixes.
11777
11778 2010-02-16  Glenn Morris  <rgm@gnu.org>
11779
11780         * message.el (message-default-mail-headers): Change the default value
11781         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11782
11783 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11786         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11787
11788 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11789
11790         * time-date.el (date-to-time): Doc fix (Bug#5408).
11791
11792 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11793
11794         * message.el (message-mail): Just pass yank-action on to message-setup.
11795         (message-setup): Handle (FUN . ARGS) form of yank-action.
11796         (message-with-reply-buffer, message-widen-reply)
11797         (message-yank-original): Handle non-buffer values of
11798         message-reply-buffer (Bug#4080).
11799         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11800
11801 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11802
11803         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11804         Fix typo in docstring.
11805
11806 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11807
11808         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11809         response.
11810
11811 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11814
11815         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11816
11817         * message.el (message-check-news-header-syntax): Protect against a
11818         string that `rfc822-addresses' returns when parsing fails.
11819
11820 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11823         (gnus-previous-char-property-change): New functions.
11824
11825         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11826
11827 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11828
11829         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11830         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11831
11832 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11833
11834         * message.el (message-exchange-point-and-mark): Rework last change to
11835         avoid using optional arg of exchange-point-and-mark, for backward
11836         compatibility.
11837
11838 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11839
11840         * message.el (message-exchange-point-and-mark):
11841         Call exchange-point-and-mark with an argument rather than setting
11842         mark-active by hand (Bug#5175).
11843
11844 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * nntp.el (nntp-service-to-port): Work for service expressed with
11847         numeric string; replace [:digit:] with [0-9] for XEmacs.
11848
11849 2009-12-17  Glenn Morris  <rgm@gnu.org>
11850
11851         * gnus-group.el (gnus-bug-group-download-format-alist):
11852         Change emacs entry to debbugs.gnu.org.  Bump :version.
11853
11854 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11857
11858 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * message.el (message-info): Explain why we use `Info-goto-node'.
11861
11862 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11865
11866 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11867
11868         * message.el (message-completion-in-region): New compatibility function.
11869         (message-expand-group): Use it.
11870
11871 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11874         with no unread article should be listed if the 2nd arg `predicate' is
11875         given.
11876
11877 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11880
11881 2009-11-29  Juri Linkov  <juri@jurta.org>
11882
11883         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11884         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11885         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11886
11887 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11888
11889         * sha1.el (sha1-string-external): default-directory "/" in case
11890         otherwise non-existent.  process-connection-type pipe for touch of
11891         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11892
11893 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11894
11895         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11896         it's comms related and sgml-mode.el has "comm" on that basis too.
11897
11898 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11901         containing tspecial characters if they have been already quoted.
11902
11903 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11904
11905         * dns-mode.el (auto-mode-alist): Purecopy string.
11906
11907 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11908
11909         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11910
11911 2009-10-24  Glenn Morris  <rgm@gnu.org>
11912
11913         * gnus-art.el (help-xref-stack-item): Define for compiler.
11914
11915 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11916
11917         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11918
11919 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11922
11923 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11926         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11927
11928 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11931         (gnus-overlays-in): New alias to overlays-in.
11932
11933         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11934         gnus-overlay-get, and gnus-delete-overlay.
11935         (gnus-summary-show-thread): Make it work as well for systems in which
11936         next-single-char-property-change is not available.
11937         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11938
11939         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11940         (gnus-overlay-get): New alias to extent-property.
11941         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11942
11943         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11944         SXEmacs.
11945
11946         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11947         SXEmacs.
11948
11949 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11952
11953 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11954
11955         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11956         and XEmacs that don't have `remove-overlays'.
11957
11958 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11959
11960         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11961         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11962         selective display.  Use overlays instead.
11963
11964 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11965
11966         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11967
11968 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11969
11970         * spam-stat.el (spam-stat-load): Fix typo in message.
11971
11972 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11973
11974         * dig.el (dig-invoke): Fix typo in docstring.
11975         (query-dig): Reflow docstring.
11976
11977 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11978
11979         * gnus-art.el (gnus-article-encrypt-body):
11980         * message.el (message-check-recipients):
11981         * mm-util.el (mm-codepage-setup):
11982         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11983         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11984
11985 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11986
11987         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11988         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11989         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11990         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11991         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11992
11993 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11994
11995         * dig.el: Add "Keywords: comm", as per net-utils.el.
11996
11997 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11998
11999         * dig.el (dig-mode): Use define-derived-mode.
12000
12001 2009-09-19  Glenn Morris  <rgm@gnu.org>
12002
12003         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12004
12005 2009-09-18  Glenn Morris  <rgm@gnu.org>
12006
12007         * gnus-diary.el (gnus-diary-check-message):
12008         * message.el (message-insert-formatted-citation-line):
12009         * nnbabyl.el (top-level):
12010         * nndiary.el (nndiary-schedule):
12011         Fix typos in condition-case handlers.
12012
12013 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12016         configuration that provides the sole article window in a frame;
12017         position point correctly after deleting a part.
12018
12019 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12020
12021         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12022         (spam-resolve-registrations-routine): Use it to unregister articles
12023         that change status.
12024
12025 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12028         with XEmacs.
12029         (parse-time-string-chars): Use it.
12030
12031 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12032
12033         * imap.el (imap-interactive-login): Better messages.
12034         (imap-open): Fix bug with renamed buffer on reconnect.
12035         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12036         for easier debugging and cleaner code.  On successful (guessed based on
12037         server capabilities) secondary authentication, set imap-state
12038         correctly.
12039         (imap-last-authenticator): Define imap-last-authenticator as a variable
12040         to avoid warnings.
12041
12042 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * nnrss.el (nnrss-request-article): Remove binding of
12045         default-enable-multibyte-characters that has gotten needless by
12046         the 2007-07-13 change in rfc2047-encode-message-header.
12047
12048         * mml.el (mml-insert-multipart): Error on the message header.
12049         (mml-insert-part): Error on the message header; position point at
12050         the end of a MIME tag.
12051
12052 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * time-date.el (autoload): Expand define-obsolete-function-alias into
12055         defalias and make-obsolete for old Emacsen that Gnus supports.
12056         (with-no-warnings): Define it for old Emacsen.
12057         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12058         is available.
12059         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12060         float-time is available; suppress compile warning for time-to-seconds.
12061
12062         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12063         (gnus-float-time): Alias to float-time if it exists.
12064
12065         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12066         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12067         float-time is available; suppress compile warning for time-to-seconds.
12068
12069         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12070         XEmacs.
12071
12072 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12073
12074         * imap.el (imap-message-map): Docstring fix.
12075
12076 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12079         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12080         Add the optional argument `encoding' that overrides the default.
12081
12082         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12083         mm-encode-buffer.
12084
12085 2009-09-04  Glenn Morris  <rgm@gnu.org>
12086
12087         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12088         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12089         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12090         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12091         * mm-util.el (mm-with-unibyte-current-buffer)
12092         (mm-find-buffer-file-coding-system):
12093         * yenc.el (yenc-decode-region): Use default-value rather than
12094         default-enable-multibyte-characters.
12095
12096 2009-09-03  Glenn Morris  <rgm@gnu.org>
12097
12098         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12099         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12100         than default-enable-multibyte-characters.
12101
12102 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12103
12104         * gnus-art.el (gnus-article-read-summary-keys):
12105         Fix gnus-buffer-configuration's value temporarily used.
12106
12107 2009-09-02  Glenn Morris  <rgm@gnu.org>
12108
12109         * gnus-util.el (gnus-float-time): New function.
12110         * gnus-delay.el (gnus-delay-article):
12111         * gnus-sum.el (gnus-thread-latest-date):
12112         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12113         * nnspool.el (nnspool-request-newgroups):
12114         Use gnus-float-time rather than time-to-seconds.
12115         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12116
12117         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12118         (gnus-header-subject-face, gnus-header-newsgroups-face)
12119         (gnus-header-name-face, gnus-header-content-face):
12120         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12121         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12122         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12123         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12124         (gnus-cite-face-11):
12125         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12126         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12127         (gnus-server-closed-face, gnus-server-denied-face)
12128         (gnus-server-offline-face):
12129         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12130         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12131         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12132         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12133         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12134         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12135         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12136         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12137         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12138         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12139         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12140         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12141         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12142         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12143         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12144         (gnus-summary-high-undownloaded-face)
12145         (gnus-summary-low-undownloaded-face)
12146         (gnus-summary-normal-undownloaded-face)
12147         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12148         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12149         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12150         (gnus-splash-face):
12151         * message.el (message-header-to-face, message-header-cc-face)
12152         (message-header-subject-face, message-header-newsgroups-face)
12153         (message-header-other-face, message-header-name-face)
12154         (message-header-xheader-face, message-separator-face)
12155         (message-cited-text-face, message-mml-face):
12156         * sieve-mode.el (sieve-control-commands-face)
12157         (sieve-action-commands-face, sieve-test-commands-face)
12158         (sieve-tagged-arguments-face):
12159         * spam.el (spam-face):
12160         Mark face aliases with "-face" in the name as obsolete.
12161
12162 2009-09-01  Glenn Morris  <rgm@gnu.org>
12163
12164         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12165         than goto-line.
12166
12167 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12170         Don't move point if the command is invoked inside the message header.
12171
12172 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12173
12174         * imap.el (imap-send-command): Simplify.
12175         (imap-wait-for-tag): point-max -> buffer-size.
12176
12177 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12178
12179         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12180         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12181         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12182         * nnir.el (nnir-swish-e-index-file):
12183         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12184         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12185         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12186         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12187         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12188         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12189
12190 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12193         Don't save excursion.
12194
12195 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12196
12197         * nnheader.el (nnheader-find-file-noselect):
12198         * mm-util.el (mm-insert-file-contents):
12199         Use (default-value 'major-mode) instead of default-major-mode.
12200
12201 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12202
12203         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12204
12205 2009-08-26  Glenn Morris  <rgm@gnu.org>
12206
12207         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12208         than placing in files.el.
12209
12210 2009-08-25  Glenn Morris  <rgm@gnu.org>
12211
12212         * nnir.el (top-level): Don't require cl at run-time.
12213         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12214         Replace cl-function substitute with gnus-replace-in-string.
12215         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12216         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12217         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12218         simplified expansions.
12219
12220 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12221
12222         * dig.el (dig): Add autoload cookie.
12223
12224 2009-08-22  Glenn Morris  <rgm@gnu.org>
12225
12226         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12227         goto-line.
12228
12229 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12230
12231         * parse-time.el (parse-time-string-chars): Save match data.
12232
12233 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12234
12235         * parse-time.el (parse-time-string-chars): Compute using character
12236         classes, to handle non-ascii characters (Bug#3190).
12237
12238 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12241
12242         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12243         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12244         (gnus-mm-display-part, gnus-mime-display-single)
12245         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12246         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12247
12248         * gnus-sum.el
12249         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12250         (gnus-summary-move-article): Add expirable mark to articles copied or
12251         moved to group that has auto-expire turned on if the option is non-nil.
12252
12253 2009-07-24  Glenn Morris  <rgm@gnu.org>
12254
12255         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12256         Fix typo.  (Bug#3903)
12257
12258 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12261         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12262         that should not be used for draft articles.
12263         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12264         that has no concern in minor mode keys.
12265         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12266         Abolish.
12267
12268 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12271         article without making inquiry to a user for unknown encoding.
12272
12273         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12274         (nnmaildir--scan): Assume i-node and device number that file-attributes
12275         returns might be cons-cell.
12276
12277         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12278
12279         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12280
12281 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12282
12283         * auth-source.el: Remove docs now in auth.texi.  Don't use
12284         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12285         `auth-source-hide-passwords' and use them.
12286
12287 2009-07-15  Glenn Morris  <rgm@gnu.org>
12288
12289         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12290
12291 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12294         excessive whitespace from the default values of title and description.
12295
12296 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12299         mail-fetch-field to fetch Content-Description header in order to
12300         exclude newlines.
12301
12302 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12303
12304         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12305         format used by GnuPG 2.0.11.
12306
12307 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12310         to deleted part.
12311
12312 2009-05-30  David Engster  <dengste@eml.cc>
12313
12314         * nnmairix.el: Remove old documentation in the commentary block.
12315         (nnmairix-request-group): Do not update active file for nnml back ends.
12316         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12317         end so that overview files are ignored.
12318         (nnmairix-update-groups): Make updating the groups more robust by using
12319         marks.
12320         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12321         with dollar characters in message-id.
12322
12323 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12326         2008-12-25 in dns.el.
12327
12328 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12329
12330         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12331         could happen if the text is only composed of spaces and/or tabs.
12332
12333 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12334
12335         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12336         when sending a queued message to avoid extra mml tags.
12337
12338 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12341
12342 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12345         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12346         rmail-toggle-header for XEmacs;
12347         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12348
12349 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * gnus-dired.el: Remove autoload for gnus-setup-message.
12352         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12353         displaying Gnus logo; always use compose-mail.
12354
12355 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12358
12359 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12362         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12363         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12364         available.
12365         (gnus-nocem-epg-verify): New function.
12366
12367 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12370
12371 2009-02-15  Glenn Morris  <rgm@gnu.org>
12372
12373         * gnus-util.el (rmail-insert-rmail-file-header)
12374         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12375         autoloads.
12376         (rmail-default-rmail-file): Remove unnecessary declaration.
12377         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12378
12379 2009-02-14  Glenn Morris  <rgm@gnu.org>
12380
12381         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12382         variable (only used in gnus-util, which declares it anyway).
12383         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12384         which was only needed by gnus-art (changed to not use it any more).
12385         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12386         only used in gnus-util, which autoloads it itself.
12387         (rmail-update-summary): Fix autoload.
12388
12389         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12390         rather than rmail-output-to-rmail-file.
12391
12392 2009-02-07  Glenn Morris  <rgm@gnu.org>
12393
12394         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12395         autoload of function that no longer exists.
12396         (rmail-toggle-header): Declare.
12397         (message-forward-rmail-make-body): Handle mbox Rmail.
12398
12399 2009-01-31  Glenn Morris  <rgm@gnu.org>
12400
12401         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12402         2009-01-09 change.
12403
12404 2009-01-31  Dave Love  <fx@gnu.org>
12405
12406         * imap.el (imap-fetch-safe): Bind debug-on-error.
12407         (imap-debug): Add imap-fetch-safe.
12408
12409 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12410
12411         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12412         (auth-source-forget-all-cached): New convenience function.
12413         (auth-source-user-or-password): Accept list of modes or a single mode.
12414
12415         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12416         auth-source modes.
12417
12418         * netrc.el (netrc-machine-user-or-password): Use list of
12419         auth-source modes.
12420
12421         * nnimap.el (nnimap-open-connection): Use list of
12422         auth-source modes.
12423
12424         * nntp.el (nntp-send-authinfo): Use list of
12425         auth-source modes.
12426
12427 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12428
12429         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12430         now.
12431
12432 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12435         coding system in XEmacs; add a workaround for XEmacs.
12436
12437         * lpath.el: Fbind coding-system-aliasee.
12438
12439 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12442         of current-language-environment.
12443
12444 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12447         available at runtime.
12448
12449 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12452
12453 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12454
12455         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12456         the greatest positive fixnum value doesn't work under an XEmacs with
12457         bignum support; use the most-positive-fixnum constant instead,
12458         available since Emacs 21.1 with cl and XEmacs 21.1.
12459
12460 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12463         XEmacs gets not to work.
12464
12465 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * mm-util.el (mm-coding-system-priorities): Allow the value like
12468         "Japanese (UTF-8)" of current-language-environment.
12469
12470 2009-01-09  Glenn Morris  <rgm@gnu.org>
12471
12472         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12473         with last-command-event.
12474
12475 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12476
12477         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12478         in the doc string.
12479
12480         * message.el (message-fix-before-sending): Amend comment.
12481
12482 2009-01-08  Dave Love  <fx@gnu.org>
12483
12484         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12485
12486 2009-01-07  David Engster  <dengste@eml.cc>
12487
12488         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12489         simplified server definitions by converting it via
12490         gnus-server-to-method.
12491
12492 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12495         parameter's operands.
12496
12497 2009-01-06  David Engster  <dengste@eml.cc>
12498
12499         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12500         primary select method (for gnus-group-mark-article-as-read).
12501
12502 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12503
12504         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12505         `(gnus)Face', not `(gnus)X-Face'.
12506
12507 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * mm-util.el (mm-ucs-to-char): New function.
12510
12511         * mm-url.el (mm-url-decode-entities): Use it.
12512
12513         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12514         unicode-to-char.
12515
12516 2009-01-05  Dave Love  <fx@gnu.org>
12517
12518         * time-date.el: Require cl for `declare'.
12519
12520 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12523         Dave Love.
12524
12525 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * message.el (message-fix-before-sending): Add `eight-bit' to
12528         illegible-text check.
12529
12530 2009-01-03  Michael Olson  <mwolson@gnu.org>
12531
12532         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12533         `headers' is nil.  This can occur if the IMAP server does not have
12534         permissions to read messages from a folder, but can write new messages
12535         to the folder.
12536         (nnimap-request-article-part): Do not insert `data' if it is nil.
12537
12538         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12539         characters which will confuse `read', so skip past them.
12540
12541 2009-01-01  Dave Love  <fx@gnu.org>
12542
12543         * imap.el (imap-string-to-integer): Fix typo.
12544         (imap-fetch-safe): New function.
12545         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12546
12547         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12548
12549         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12550         (imap-parse-greeting): Fix doc strings.
12551         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12552         (imap-parse-flag-list): Make messages unique.
12553         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12554
12555         * nnimap.el: Fix author email.
12556         (nnimap-split-rule): Add FIXME comment.
12557         (nnimap-debug): Fix doc string.
12558
12559 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12562
12563 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12566         nslookup if resolv.conf isn't available.
12567         (dns-query): Rename from query-dns.
12568         (dns-query-cached): Rename from query-dns-cached.
12569
12570 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12573         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12574         to check if those variables exist (first appeared in Emacs 18.50).
12575
12576 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * mm-util.el (mm-line-number-at-pos): New function.
12579
12580         * spam-report.el (spam-report-process-queue): Use it.
12581
12582 2008-12-24  David Engster  <dengste@eml.cc>
12583
12584         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12585         parameters that haven't existed as variables as buffer-local variables.
12586
12587 2008-12-23  Dave Love  <fx@gnu.org>
12588
12589         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12590         cadar.
12591
12592         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12593         imap-starttls-p.
12594         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12595
12596 2008-12-22  Dave Love  <fx@gnu.org>
12597
12598         * imap.el: Fix author email.  Doc fixes.
12599         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12600         reply.
12601
12602 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * spam-report.el (spam-report-gmane-max-requests): New constant.
12605         (spam-report-gmane-wait): New variable.
12606         (spam-report-gmane-ham, spam-report-gmane-spam)
12607         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12608         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12609         the server.
12610
12611         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12612         Add explanations.
12613
12614         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12615         nnheader-accept-process-output and nnheader-read-timeout if available.
12616         (pop3-movemail): Use it.
12617
12618         * message.el (message-check-news-body-syntax): Fix signature check if
12619         there's an attachment.
12620
12621 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * mm-util.el: Add comments to the mm- emulating functions.
12624
12625 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12628         Reported by Stephen Berman <stephen.berman@gmx.net>.
12629
12630 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * mm-util.el (mm-substring-no-properties): New function.
12633         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12634         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12635         (mm-string-to-multibyte): Doc fix.
12636
12637         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12638
12639 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * mml.el (mml-attach-file): Strip text properties from file name.
12642         (Bug#1574)
12643
12644 2008-12-16  Glenn Morris  <rgm@gnu.org>
12645
12646         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12647
12648 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12651         knows since the charset specified might be a bogus alias that
12652         mm-charset-synonym-alist provides.
12653
12654 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12657         "ISO_8859-1".
12658
12659         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12660
12661 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * mm-util.el (mm-charset-eval-alist):
12664         Define it before mm-charset-to-coding-system.
12665         (mm-charset-to-coding-system): Add optional argument `silent';
12666         define it before mm-charset-override-alist.
12667         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12668         default value if it can be used in Emacs currently running;
12669         silence mm-charset-to-coding-system.
12670
12671 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12674         `allow-override' which says whether to use `mm-charset-override-alist'.
12675         (rfc2047-decode-encoded-words): Use it.
12676
12677         * mm-util.el (mm-charset-override-alist): Fix custom type;
12678         add `(gb2312 . gbk)' to choices.
12679
12680 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12683         fast.
12684
12685         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12686
12687         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12688
12689 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12690
12691         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12692         on links.
12693
12694         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12695
12696 2008-12-03  Lute Kamstra  <lute@gnu.org>
12697
12698         * sha1.el: Remove leading * from docstrings of defcustoms,
12699         deffaces, defconsts and defuns.
12700
12701 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12704         users' addresses that don't have domain parts.
12705         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12706         rather than message-narrow-to-head since there will be the message
12707         header separator.
12708
12709 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12710
12711         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12712         since the result is inserted in a unibyte buffer anyway.
12713         (nnimap-demule-use-string-to-multibyte): Remove.
12714         (nnimap-demule): Alias it to mm-string-to-multibyte.
12715
12716 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12719         variable for debugging bug#464 and bug#1174.
12720         (nnimap-demule): Use it.
12721
12722 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12725         score calculation correctly.
12726
12727 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12728
12729         * message.el (message-send-mail): Just set the buffer to unibyte
12730         rather than use mm-with-unibyte-current-buffer which does a lot more.
12731         (message-send-mail-partially): Don't bother with
12732         mm-with-unibyte-current-buffer since it's already been made unibyte by
12733         message-send-mail.
12734
12735 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12736
12737         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12738
12739 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12740
12741         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12742
12743 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12746         require itself and to remove `with-no-warnings'.
12747
12748 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12749
12750         * starttls.el (starttls-any-program-available): Get the name of the
12751         available TLS layer program.
12752         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12753         well as the host name in the "opening" message.
12754
12755         * auth-source.el (auth-source-cache, auth-source-do-cache)
12756         (auth-source-user-or-password): Cache passwords and logins by default,
12757         allow override with `auth-source-do-cache'.
12758         (auth-source-forget-user-or-password): Allow users to remove cache
12759         entries if needed.
12760
12761 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12762
12763         * md4.el (md4-buffer): Fix typo in docstring.
12764         (md4, md4-64): Doc fixes.
12765         (md4-pack-int32): Reflow docstring.
12766
12767 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12770         condition-case to only the forward-sexp call.
12771
12772 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12773
12774         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12775         quotes contained.  Make it more robust regardless by an extra
12776         condition-case wrapper.
12777
12778 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12781
12782 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * nnml.el (nnml-request-expire-articles): Check if the function set to
12785         `nnmail-expiry-target' returns the symbol `delete'.
12786
12787         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12788
12789         * nnmail.el (nnmail-expiry-target): Fix custom type.
12790
12791 2008-10-02  Glenn Morris  <rgm@gnu.org>
12792
12793         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12794         Silence compiler warning.
12795
12796 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12797
12798         * tls.el (open-tls-stream): Show the actual command being
12799         executed, instead of the format string.
12800
12801 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * lpath.el: Fbind codepage-setup for Emacs 23.
12804
12805 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12806
12807         * mml.el (mml-menu): Don't assume mml2015 is bound.
12808
12809 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12812         exists.
12813
12814 2008-09-27  Glenn Morris  <rgm@gnu.org>
12815
12816         * gnus-util.el (mail-header-remove-comments): Autoload it.
12817
12818 2008-09-27  Andreas Schwab  <schwab@suse.de>
12819
12820         * gnus-util.el (gnus-split-references): Strip comments.
12821         (gnus-parent-id): Likewise.
12822
12823 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * message.el (message-confirm-send): Fix version.
12826
12827 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * message.el (message-idna-to-ascii-rhs-1): Use
12830         mail-extract-address-components rather than mail-header-parse-addresses
12831         that is an alias by default to ietf-drums-parse-addresses that does not
12832         support non-ASCII names in headers' contents.
12833
12834 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12835
12836         * message.el (message-confirm-send): Fix variable documentation to
12837         avoid the "y/n" wording.
12838
12839 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12840
12841         * message.el (message-set-auto-save-file-name): Save to a different
12842         filename so multiple messages (especially drafts) can be recovered.
12843
12844 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12845
12846         * message.el (message-confirm-send): Add appropriate version.
12847
12848 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12849
12850         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12851         defvar.
12852
12853 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12854
12855         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12856         (mm-pkcs7-enveloped-magic): Ditto.
12857
12858 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12859
12860         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12861         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12862
12863 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12864
12865         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12866         default, it's better.
12867
12868 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12869
12870         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12871         summary line gnus-number property and ignore them (with a warning
12872         message).
12873
12874 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12877         macro caddr in the interactive form since it won't be expanded.
12878
12879 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12882         `charset'; fix name of function called recursively.
12883         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12884
12885 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12888         (gnus-mime-set-charset-parameters): New function.
12889         (gnus-mime-view-part-as-charset): Use it to correctly display part
12890         specifying wrong charset.
12891
12892 2008-09-08  David Engster  <dengste@eml.cc>
12893
12894         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12895         in completing-read for back end server.
12896
12897 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12898
12899         * message.el (message-confirm-send): New variable to confirm sending a
12900         message.
12901         (message-send): Use it.
12902
12903 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12904
12905         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12906
12907 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12910
12911 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12912
12913         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12914         prevent tracking too many groups.
12915         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12916         Use it.
12917
12918 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12919
12920         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12921         moving point to the bottom of the window in order to avoid recentering.
12922
12923 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12926
12927         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12928         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12929         (gnus-article-beginning-of-window): Fix calculation.
12930
12931 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * gnus-msg.el (gnus-summary-supersede-article)
12934         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12935         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12936         message header.
12937
12938 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12939
12940         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12941         pending output coming after the status change.
12942
12943 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12944
12945         * message.el:
12946         * gnus-start.el:
12947         * gnus-registry.el: Remove VMS support.
12948
12949 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12952         macro.
12953         (rfc2104-hash): Use it.
12954
12955 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12958         (gnus-summary-sort-by-most-recent-date): New commands.
12959         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12960         and menu entries.
12961
12962 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12965         don't redisplay article for raw contents; remove plural articles stuff.
12966
12967         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12968         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12969         on gnus-summary-save-article; display results properly.
12970
12971 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * lpath.el: No need to fbind ns-focus-frame.
12974
12975 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12978
12979 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-art.el (gnus-summary-save-in-pipe):
12982         Consider gnus-save-all-headers.
12983
12984 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12985
12986         * gnus-util.el (ns-focus-frame): Remove declaration.
12987         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12988         like x.
12989
12990 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12991
12992         * rfc2104.el (rfc2104-zero): Delete defconst.
12993         (rfc2104-hex-alist): Likewise.
12994         (rfc2104-hex-to-int): Delete func.
12995         (rfc2104-hexstring-to-bitstring): Likewise.
12996         (rfc2104-nybbles): New defconst.
12997         (rfc2104-hash): Rewrite for speed.
12998
12999 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * tls.el (open-tls-stream): Make it work with the 2nd argument
13002         BUFFER that is a string but does not exist as a buffer object, as
13003         mentioned in the doc-string.
13004
13005 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13008         SXEmacs.
13009
13010 2008-07-16  Glenn Morris  <rgm@gnu.org>
13011
13012         * gnus-util.el (ns-focus-frame): Declare for compiler.
13013
13014 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13017         set as a group parameter.
13018         (gnus-summary-save-in-pipe): Work when it is called independently.
13019         (gnus-summary-pipe-to-muttprint): Don't modify
13020         gnus-summary-pipe-output-default-command.
13021
13022 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13023
13024         * message.el (message-send-mail-with-sendmail):
13025         Display the error message.
13026
13027 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * gnus-art.el (gnus-default-article-saver):
13030         Add gnus-summary-save-in-pipe to choices.
13031         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13032         gnus-summary-pipe-output-default-command as the default command.
13033         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13034         instead of gnus-last-shell-command.
13035
13036         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13037         New user option.
13038         (gnus-summary-muttprint-program): Mention the value will be changed.
13039         (gnus-summary-save-article): Force showing of all headers.
13040         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13041
13042 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13043
13044         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13045
13046 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13047
13048         * nnimap.el (nnimap-id):
13049         * sieve-manage.el (sieve-manage-open): Doc fixes.
13050
13051 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13052
13053         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13054         if available.
13055
13056 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13057
13058         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13059
13060         * nnkiboze.el (nnkiboze-generate-group):
13061         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13062
13063         * nnmairix.el: Require CL.
13064
13065 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * dgnushack.el: Autoload get-display-table and put-display-table for
13068         XEmacs 21.5.
13069
13070         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13071         21.4 and SXEmacs.
13072
13073 2008-06-15  David Engster  <dengste@eml.cc>
13074
13075         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13076
13077 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13078
13079         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13080         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13081         runtime choice under XEmacs.
13082
13083         * gnus-sum.el (gnus-summary-set-display-table):
13084         Use `gnus-put-display-table', `gnus-get-display-table',
13085         `gnus-set-display-table' for the display table, instead of `aset'.
13086
13087         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13088         Use `gnus-put-display-table', `gnus-get-display-table',
13089         `gnus-set-display-table' for the display table.
13090
13091 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * nnmairix.el: Add autoloads.
13094
13095 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * nnmairix.el (nnmairix-delete-recreate-group)
13098         (nnmairix-update-and-clear-marks): Fix error messages.
13099
13100 2008-06-14  David Engster  <dengste@eml.cc>
13101
13102         * nnmairix.el: Upgrade to version 0.6.
13103         (nnmairix-group-toggle-propmarks-this-group)
13104         (nnmairix-group-toggle-readmarks-this-group)
13105         (nnmairix-group-delete-recreate-this-group)
13106         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13107         (nnmairix-remove-tick-mark-original-article): New commands.
13108         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13109         (nnmairix-propagate-marks-to-nnmairix-groups)
13110         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13111         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13112         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13113         functions needed for marks propagation and manipulation of read marks.
13114         (nnmairix-update-groups): New function.
13115         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13116         (nnmairix-determine-original-group-from-registry)
13117         (nnmairix-determine-original-group-from-path)
13118         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13119         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13120         New helper functions.
13121         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13122         keystrokes for new commands.
13123         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13124         (nnmairix-request-group): Check allow-fast group parameter.
13125         (nnmairix-request-create-group): Set allow-fast group parameter if
13126         nnmairix-allowfast-default is set.
13127         (nnmairix-close-group): Propagate marks upon closing if needed.
13128         (nnmairix-group-toggle-threads-this-group): Use new.
13129         nnmairix-group-toggle-parameter helper function.
13130         (nnmairix-search): Better check for empty search result.
13131         (nnmairix-goto-original-article): Use new helper functions for
13132         determining original article.
13133         (nnmairix-show-original-article): Make sure message-id is in brackets.
13134         (nnmairix-call-mairix-binary): Change variable name.
13135         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13136         helper function.
13137         (nnmairix-widget-toggle-activate): Fix doc string.
13138
13139 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * nnir.el: Require edmacro when compiling with XEmacs.
13142         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13143         available in Emacs 21.
13144
13145 2008-06-11  Glenn Morris  <rgm@gnu.org>
13146
13147         * gnus-util.el (x-focus-frame):
13148         * gnus.el (image-size):
13149         * mm-decode.el (image-size): Declare.
13150
13151         * gnus-picon.el (declare-function): Add compat definition.
13152         (image-size): Declare.
13153
13154         * gnus-group.el (tool-bar-map):
13155         * gnus-sum.el (tool-bar-map): Define for compiler.
13156
13157         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13158
13159         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13160
13161         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13162         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13163         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13164         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13165         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13166         * sieve-manage.el, spam-report.el, spam.el:
13167         Remove unnecessary eval-and-compile of autoloads.
13168
13169 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13170
13171         * auth-source.el: Precise Tramp doc.
13172
13173 2008-06-07  Glenn Morris  <rgm@gnu.org>
13174
13175         * nnmairix.el: Remove unnecessary eval-when-compile.
13176
13177 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * lpath.el: Fbind propertize for XEmacs 21.4.
13180
13181 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * nnir.el: Move here from ../contrib.
13184
13185 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13186
13187         * gnus-util.el (gnus-read-shell-command): New function.
13188         * mm-decode.el (mm-pipe-part):
13189         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13190
13191 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13194
13195 2008-06-03  Glenn Morris  <rgm@gnu.org>
13196
13197         * pop3.el (nnheader-accept-process-output): Autoload it.
13198
13199 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13202         are not 2-digit hexadecimal characters that follow `%'s.
13203
13204 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13205
13206         * message.el (message-bogus-recipient-p): Fix type in doc string.
13207         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13208         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13209         Improve custom options.
13210         (message-bogus-recipient-p): Adjust accordingly.
13211
13212 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13213
13214         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13215         long-form month and day names.
13216
13217 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * dgnushack.el: Autoload debug, eudc-expand-inline and
13220         pgg-snarf-keys-region for XEmacs.
13221
13222         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13223
13224         * nnmairix.el: Require edmacro when compiling with XEmacs.
13225
13226 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13229         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13230
13231 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13232
13233         * auth-source.el: Add more docs.
13234
13235         * netrc.el (netrc-machine): Always match if the port is not given.
13236
13237 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13238
13239         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13240         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13241         retrieval faster in some cases, but might make CPU usage larger.
13242         If this has any bad side effects, we might revert this change.
13243
13244         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13245         seems to make mail retrieval much, much faster.
13246         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13247         unconditionally.
13248
13249         * gnus-draft.el (gnus-group-send-queue):
13250         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13251
13252 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13255
13256         * message.el (message-bogus-address-regexp): Fix and improve custom
13257         type.
13258         (message-setup-hook): Add message-check-recipients as custom option.
13259
13260 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * message.el (message-cite-function): Remove bogus autoload which crept
13263         in during merge from v5-10.
13264
13265 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13266
13267         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13268
13269         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13270
13271         * auth-source.el: Preliminary Tramp docs.
13272         (auth-sources): Change the default auth-sources to use
13273         EPA .gpg files.
13274
13275 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * nntp.el: Autoload `auth-source-user-or-password'.
13278         (nntp-send-authinfo): Use it.
13279
13280         * nnimap.el: Autoload `auth-source-user-or-password'.
13281         (nnimap-open-connection): Use it.
13282
13283         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13284         for the gnus-message function.
13285         (auth-source-user-or-password): Use it.
13286
13287 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13288
13289         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13290         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13291         (rfc2104-hash): Use it.
13292
13293 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13294
13295         * gnus-art.el (gnus-article-toggle-truncate-lines):
13296         Don't use `iff' in docstring.
13297
13298 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13299
13300         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13301
13302         * gnus-util.el (gnus-extract-address-component-name)
13303         (gnus-extract-address-component-email): Convenience functions around
13304         `gnus-extract-address-components'.
13305
13306         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13307         Use `gnus-extract-address-component-email' to fix bug of comparing full
13308         sender name to `user-mail-address'.
13309
13310 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13311
13312         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13313         catch/throw to optimize.
13314         (gnus-registry-find-keywords): Just use member to find a keyword.
13315
13316 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13317
13318         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13319         is current before calling gnus-server-prepare.
13320         (gnus-server-setup-buffer, gnus-server-update-server)
13321         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13322
13323 2008-05-04  Juri Linkov  <juri@jurta.org>
13324
13325         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13326         (mailcap-file-default-commands): Use mailcap-replace-in-string
13327         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13328         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13329
13330 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13331
13332         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13333
13334 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13335
13336         * gnus.el: Bump version to 0.11.
13337
13338 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13339
13340         * gnus.el: No Gnus v0.10 is released.
13341
13342 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343
13344         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13345         hooks.
13346         (gnus-update-read-articles): Speed up non-marks-using users.
13347         (gnus-use-marks): Define gnus-use-marks.
13348         (gnus-propagate-marks): Rename variable to something more sensible.
13349
13350 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13351
13352         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13353         (gmm-image-load-path-for-library): Fix typos in docstrings.
13354         (gmm-message): Reflow docstring.
13355
13356 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13357
13358         * mail-source.el (mail-source-set-1, mail-source-bind):
13359         Move auth-source code out of the macro to clean it up and fix bugs.
13360
13361 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13362
13363         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13364         by sender if it's equal to user-mail-address, it's likely to be
13365         useless.
13366
13367         * mail-source.el (mail-source-bind): Don't use user or password if they
13368         are not bound.  Unintern them if they are nil.  Don't use server unless
13369         it's bound, and default it to empty string otherwise.
13370
13371 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13372
13373         * mail-source.el: Load auth-source.el.
13374         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13375         get user name or password, if auth-sources is set up.
13376
13377         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13378         strategy of splitting with parent.
13379         (gnus-registry-split-fancy-with-parent)
13380         (gnus-registry-post-process-groups): Use it and fix prior
13381         bug (returning a list as the split result).
13382
13383         * auth-source.el (auth-sources): Remove server parameter.
13384         (auth-source-pick, auth-source-user-or-password)
13385         (auth-source-user-or-password-imap)
13386         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13387         (auth-source-user-or-password-sftp)
13388         (auth-source-user-or-password-smtp): Remove server parameter.
13389
13390 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13391
13392         * smime.el (smime-sign-region, smime-encrypt-region)
13393         (smime-decrypt-region):
13394         Remove redundant calls to `generate-new-buffer-name'.
13395
13396 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13397
13398         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13399         Don't use QP for message/rfc822.
13400         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13401
13402 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13403
13404         * sieve-manage.el (sieve-string-bytes): Remove.
13405         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13406         correct byte-length only if the process's coding-system is the same as
13407         the one used internally by Emacs to represent strings.
13408
13409 2008-04-22  Juri Linkov  <juri@jurta.org>
13410
13411         * mailcap.el (mailcap-file-default-commands): New function.
13412
13413 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13414
13415         * message.el (message-signature-separator, message-cite-function):
13416         Change custom version.
13417
13418 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13419
13420         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13421         commands.
13422         (tls-checktrust): Ditto.
13423
13424 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * mm-decode.el (mm-display-external): Make temp file read-only.
13427
13428 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13431         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13432         `C-c C-f d'.
13433
13434 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13435
13436         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13437
13438 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * gnus.el: Bump version to 0.9.
13441
13442 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * gnus.el: No Gnus v0.8 is released.
13445
13446 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13447
13448         * mail-source.el (mail-source-value):
13449         Prefer fboundp to functionp so it works with macros as well.
13450
13451 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13452
13453         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13454         Fix last change in case the element is not even a symbol.
13455
13456 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13457
13458         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13459         Prefer fboundp to functionp so it works with macros as well.
13460
13461 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13462
13463         * auth-source.el: Add docs.
13464         (auth-sources): Modify format to support server.
13465         (auth-source-pick, auth-source-user-or-password)
13466         (auth-source-user-or-password-imap)
13467         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13468         (auth-source-user-or-password-sftp)
13469         (auth-source-user-or-password-smtp): Add server parameter.
13470
13471 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13472
13473         * gnus-registry.el: Initialize the registry when gnus-registry-install
13474         is t.
13475
13476 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * compface.el (uncompface): Make buffer unibyte.
13479
13480 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13481
13482         * mail-source.el (mail-source-value):
13483         Prefer fboundp to functionp so it works with macros as well.
13484
13485 2008-04-05  Glenn Morris  <rgm@gnu.org>
13486
13487         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13488
13489 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13490
13491         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13492         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13493
13494         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13495         multibyteness after rather than before erasing it.
13496
13497         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13498         mm-with-multibyte.
13499         (gnus-request-article-this-buffer): Make sure the proper decoding is
13500         used if gnus-original-article-buffer happens to be unibyte.
13501
13502         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13503         default-enable-multibyte-characters.
13504
13505         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13506         default-enable-multibyte-characters.
13507
13508         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13509
13510         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13511
13512 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13513
13514         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13515         Fix last change in case the element is not even a symbol.
13516
13517 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13518
13519         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13520         (imap-message-copyuid-1): Use it.
13521         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13522         J. Williams in
13523         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13524
13525         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13526         imap-enable-exchange-bug-workaround.
13527         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13528
13529 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13530
13531         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13532         a 100 byte status-checks into a 2-3MB transfer for each group.
13533         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13534         to enable bug workaround or not.
13535         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13536
13537 2008-03-31  Glenn Morris  <rgm@gnu.org>
13538
13539         * message.el (mml2015-use): Declare for compiler.
13540         (message-info): Require mml2015 when appropriate.
13541
13542 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13545         whitespace.
13546
13547 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13548
13549         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13550         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13551         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13552         (nntp-service-to-port): New function.
13553         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13554         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13555         (nntp-open-netcat-stream): New function.
13556         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13557
13558 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13559
13560         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13561
13562 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13563
13564         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13565
13566 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13567
13568         * dns.el (dns-write): Use set-buffer-multibyte.
13569
13570 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13571
13572         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13573
13574 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * message.el (message-signature-separator): Change default.
13577         Improve custom type.
13578         (message-cite-function): Change default to
13579         message-cite-original-without-signature.
13580
13581         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13582         toggle.
13583
13584         * message.el (message-check-news-body-syntax): Fix signature check.
13585         (message-setup-1): Mark buffer as unmodified _after_ running
13586         message-setup-hook and handling message-alternative-emails.
13587         (message-shorten-references): Be more strict when building list of
13588         valid references to comply with GNKSA.
13589
13590         * gnus-group.el (gnus-read-ephemeral-bug-group)
13591         (gnus-read-ephemeral-debian-bug-group)
13592         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13593
13594         * message.el (message-info): Don't use booleanp which isn't supported
13595         in Emacs 21 and XEmacs.
13596
13597 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13600         gnus-group-gmane-group-download-format.
13601         (gnus-group-read-ephemeral-gmane-group): Rename from
13602         gnus-group-read-ephemeral-gmane-group.
13603         (gnus-read-ephemeral-gmane-group-url): Rename from
13604         gnus-group-read-ephemeral-gmane-group-url.
13605         (gnus-bug-group-download-format-alist): New variable.
13606         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13607         (gnus-read-ephemeral-emacs-bug-group): New commands.
13608
13609 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13610
13611         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13612         (gnus-visible-headers): Improve custom type.
13613
13614 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * mml.el (mml-menu): Add workarounds for XEmacs.
13617
13618         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13619         X-Boundary header.
13620
13621         * message.el (message-simplify-recipients): Fix previous commit.
13622
13623 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13624
13625         * mm-util.el (mm-set-buffer-multibyte): New function.
13626         * mm-decode.el (mm-copy-to-buffer): Use it.
13627
13628         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13629         Prefer fboundp to functionp so it works with macros as well.
13630
13631 2008-03-19  Glenn Morris  <rgm@gnu.org>
13632
13633         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13634         Accidentally removed in the sync process with Emacs.
13635
13636 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * message.el (message-alter-recipients-discard-bogus-full-name):
13639         New function.
13640         (message-alter-recipients-function): New variable.
13641         (message-get-reply-headers): Use it.
13642         (message-replace-header): New helper function.
13643         (message-recipients-without-full-name): New variable.
13644         (message-simplify-recipients): New command.
13645
13646         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13647
13648         * message.el (message-info): Handle EasyPG manual.
13649
13650         * mml.el (mml-menu): Add entry for EasyPG.
13651
13652 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13653
13654         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13655         parameter.
13656
13657         * message.el (message-disassociate-draft): Specify drafts group name
13658         fully.
13659
13660 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13661
13662         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13663         Eliminate unnecessary duplicates from the match list.
13664
13665 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13668
13669         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13670
13671         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13672         args of `how-many' of which the XEmacs version doesn't take; declare
13673         Info-index-next as function.
13674
13675 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13676
13677         * gnus-score.el (gnus-score-headers): Fix handling of
13678         gnus-inhibit-slow-scoring.
13679
13680         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13681         string.
13682         (gnus-button-url-regexp): Improve handling of parenthesis.
13683         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13684         (gnus-button-handle-info-keystrokes): Handle index entries.
13685
13686 2008-03-15  Glenn Morris  <rgm@gnu.org>
13687
13688         * parse-time.el (parse-time-string): Simplify.
13689
13690 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13693         Incoming* files.
13694
13695 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13696
13697         * auth-source.el (auth-sources): Rename from auth-source-choices.
13698         (auth-source-pick): Use it.
13699
13700 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13701
13702         * binhex.el (binhex-decode-region-internal):
13703         * uudecode.el (uudecode-decode-region-internal):
13704         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13705         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13706         setting default-enable-multibyte-characters.
13707
13708 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13709
13710         * auth-source.el (auth-source-protocols)
13711         (auth-source-protocols-customize, auth-source-choices): Add and
13712         modified variable customizations and defaults.
13713         (auth-source-pick, auth-source-user-or-password)
13714         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13715         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13716         (auth-source-user-or-password-sftp)
13717         (auth-source-user-or-password-smtp): Use new variables and provide an
13718         interface to netrc.el.
13719
13720 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13723         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13724         Make sure the nntp port to specify is a string.
13725
13726 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13727
13728         * nntp.el: Use with-current-buffer.
13729         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13730         dubious mm-with-unibyte-current-buffer.
13731         (nntp-with-open-group-function): New function extracted from
13732         nntp-with-open-group macro.
13733         (nntp-with-open-group): Use the function, so it's easier to debug.
13734         Add indentation and debugging info.
13735         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13736         Recommend the use of the netcat alternatives.
13737
13738         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13739         Avoid mm-string-as-multibyte as well.
13740
13741         * nnweb.el (nnweb-insert-html):
13742         Remove use of nnheader-string-as-multibyte.
13743
13744         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13745         (nnheader-string-as-multibyte): Remove.
13746
13747         * mm-view.el: Use inhibit-read-only.
13748         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13749         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13750         or unibyte-string.
13751
13752         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13753         (mm-uu-yenc-extract): Use with-current-buffer.
13754
13755         * gnus-soup.el (gnus-soup-send-packet): Don't use
13756         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13757
13758         * nnmh.el: Use with-current-buffer.
13759         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13760         mm-string-as-multibyte on the output of mm-encode-coding-string.
13761
13762         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13763         (nnimap-request-move-article): Use with-current-buffer.
13764
13765         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13766         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13767         conversion uses string-make-unibyte rather than string-as-unibyte.
13768
13769         * gnus-msg.el: Use with-current-buffer.
13770
13771         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13772
13773 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13774
13775         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13776         string for caching if it is 'PIN.
13777
13778 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * lpath.el: Consider the case without Emacs/W3.
13781
13782 2008-03-08  Glenn Morris  <rgm@gnu.org>
13783
13784         * time-date.el (date-to-time, time-subtract, time-add)
13785         (safe-date-to-time): Doc fixes.
13786
13787 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * mail-source.el (mail-source-delete-old-incoming-confirm):
13790         Change default to nil.
13791         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13792
13793 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * lpath.el: Rearrange.
13796
13797         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13798         (gnus-article-goto-prev-page): Work for articles having ^L's.
13799
13800         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13801
13802         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13803
13804 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13805
13806         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13807         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13808         (gnus-bookmark-jump): Adjust some variable names.
13809
13810 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13811
13812         * auth-source.el: New package.
13813         (auth-source-choices): Add customization entry point variable.
13814
13815         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13816         bug.
13817
13818 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13819
13820         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13821         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13822         (gnus-registry-install-shortcuts): Rename from
13823         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13824         the `gnus-registry-mark-map' keymap dynamically from
13825         `gnus-registry-marks'.  The generated functions update the summary line
13826         when a registry mark is added or deleted, and will call
13827         `gnus-registry-install-p' (see the comments in the code).
13828         (gnus-registry-user-format-function-M): Use concat intelligently.
13829
13830         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13831         the registry mark functions.
13832
13833 2008-03-05  Glenn Morris  <rgm@gnu.org>
13834
13835         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13836         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13837         gnus-art.
13838         (top-level): No need to load own source when compiling.
13839
13840 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13843         Suggested by <chris.anderton@zetnet.co.uk>.
13844
13845 2008-03-04  Glenn Morris  <rgm@gnu.org>
13846
13847         * gnus-sum.el (top-level): No need to require gnus when compiling,
13848         since unconditionally required near start of file.
13849         (gnus-summary-display-while-building): Move definition before use.
13850
13851 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13852
13853         * gnus-registry.el (gnus-registry-user-format-function-M):
13854         Add formatting function.
13855
13856 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13857
13858         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13859         with plists.
13860         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13861         Use new format.
13862
13863 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13866         `where-is-internal' that returns a range of key sequences.
13867
13868 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13869
13870         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13871
13872         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13873         (gnus-summary-jump-to-group): Consider windows on other displayed
13874         frames as well.  Similar changes might be needed elsewhere, but that's
13875         the one I've bumped into during my use.
13876
13877         * nndoc.el (nndoc-oe-dbx-type-p):
13878         * gnus-msg.el (gnus-debug):
13879         * gnus-group.el (gnus-update-group-mark-positions):
13880         Use mm-string-to-multibyte.
13881
13882 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13885         doesn't handle NotDashEscaped.
13886
13887         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13888         (mml-dnd-attach-options): Fix typo in custom choice.
13889
13890         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13891         Change nndoc-article-type to mbox.
13892         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13893
13894         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13895         to nil, instead of html2text.
13896
13897         * imap.el (imap-debug): Add `imap-ping-server'.
13898
13899         * gnus-bookmark.el: Add FIXMEs.
13900
13901         * message.el (message-form-letter-separator)
13902         (message-send-form-letter-delay): New variables.
13903         (message-send-form-letter): Use them.  New command to send form
13904         letters.  Requested by Uwe Siart.
13905         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13906
13907 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * Update copyright years.
13910
13911 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         Sync from EMACS_22_BASE.
13914
13915         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13916
13917 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13918
13919         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13920         empty author.
13921
13922 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13923
13924         * gnus-registry.el (gnus-registry-marks): Add variable for
13925         customization of marks and their appearance.
13926         (gnus-registry-read-mark): Use it.
13927         (gnus-registry-do-marks): Add utility function to loop through
13928         `gnus-registry-marks'.
13929         (gnus-registry-install-shortcuts-and-menus): Add function to install
13930         shortcuts and menus.
13931         (gnus-registry-initialize): Use it.
13932         (gnus-registry-default-mark): Clarify documentation.
13933
13934 2008-02-29  Glenn Morris  <rgm@gnu.org>
13935
13936         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13937         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13938         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13939         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13940         Change defcustom :version from 23.0 to 23.1.
13941
13942 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13943
13944         * gnus-registry.el (gnus-registry-follow-group-p)
13945         (gnus-registry-post-process-groups): Add functions to aid registry
13946         splitting and improve logging.  Clarify behavior in function
13947         documentation.
13948         (gnus-registry-split-fancy-with-parent): Use them.
13949
13950 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13951
13952         * gnus-art.el: Use with-current-buffer.
13953
13954 2008-02-27  David Engster  <dengste@eml.cc>
13955
13956         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13957         Express real group name in the response.
13958
13959 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13962         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13963         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13964         autoload gnus-registry-fetch-group when compiling.
13965         (nnmairix-request-group-with-article-number-correction):
13966         Remove unreferenced argument passed to nnmairix-call-backend.
13967
13968 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13971         (mm-uu-extract): Improve face for low color ttys.
13972         Reported by Sascha Wilde.
13973
13974 2008-02-27  Glenn Morris  <rgm@gnu.org>
13975
13976         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13977         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13978         variables to defconsts.  Convert comments to doc-strings.
13979         (nnmairix-last-server, nnmairix-current-server): Convert from free
13980         variables to defvars.  Convert comments to doc-strings.
13981         (gnus-registry-fetch-group): Autoload.
13982         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13983         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13984         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13985         caddr.
13986         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13987         nnmairix-request-group-with-article-number-correction call.
13988         (nnmairix-fast, nnmairix-group): New, less general names, for free
13989         variables passed from nnmairix-request-group to
13990         nnmairix-request-group-with-article-number-correction.  Declare.
13991         (nnmairix-request-group-with-article-number-correction):
13992         Use nnmairix-fast, nnmairix-group rather than fast, group.
13993
13994 2008-02-26  David Engster  <dengste@eml.cc>
13995
13996         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13997         version 0.5.
13998
13999 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14000
14001         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14002         instead of making an extra function call.  Don't add the current group
14003         to articles only when they have the group.  Use
14004         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14005         Reported by David <de_bb@arcor.de>.
14006
14007 2008-02-24  Miles Bader  <miles@gnu.org>
14008
14009         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14010         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14011         (mm-find-mime-charset-region):
14012         * mm-bodies.el (mm-encode-body):
14013         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14014
14015 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14018         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14019
14020 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * mail-source.el (mail-source-delete-incoming): Change default.
14023         Supplement doc string.
14024
14025         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14026
14027 2008-02-14  Glenn Morris  <rgm@gnu.org>
14028
14029         * time-date.el (format-seconds): New function.
14030
14031 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * nnmail.el (nnmail-message-id-cache-file): Derive from
14034         `gnus-home-directory'.
14035
14036 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14039         Document negative prefix.
14040
14041         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14042
14043 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14044
14045         * message.el (message-unsent-separator): Add the Exim bounce
14046         separator.
14047
14048 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14049
14050         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14051         list.
14052         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14053         recipient/signer list.
14054
14055 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * Makefile.in (datarootdir): Define.
14058         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14059         name that might contain whitespace.
14060
14061 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14062
14063         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14064         fbound (Emacs 23 unicode), signal an error.
14065
14066 2008-02-08  Glenn Morris  <rgm@gnu.org>
14067
14068         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14069
14070 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14071
14072         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14073         ports to the calls to `netrc-machine-user-or-password' in addition to
14074         "imap" and "imaps".
14075
14076 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14077
14078         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14079
14080         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14081
14082 2008-02-01  Kenichi Handa  <handa@m17n.org>
14083
14084         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14085         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14086         (rfc2104-hash): Convert the result of concat to unibyte string.
14087
14088 2008-02-01  Dave Love  <fx@gnu.org>
14089
14090         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14091         coding-system-for-read.
14092         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14093
14094 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14097         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14098         <hanche@math.ntnu.no>.
14099
14100 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14103
14104         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14105
14106 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14107
14108         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14109         * message.el (message-beginning-of-line): Use featurep instead of bound
14110         tests in order to resolve conditionals at compile time.
14111
14112 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14113
14114         * mail-source.el (mail-sources): Add `group' choice.
14115
14116         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14117         parameter `in-group' to control into which group the articles go.
14118         Add treatment of `group' mail-source.
14119
14120 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14123
14124         * mm-decode.el (mm-dissect-buffer): Decode description.
14125
14126         * mml.el (mml-to-mime): Encode message header first.
14127
14128 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14131         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14132
14133         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14134         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14135
14136 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14137
14138         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14139
14140 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14143         prefix keys.
14144         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14145         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14146         gnus-xmas.el.
14147
14148         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14149         (gnus-xmas-article-describe-bindings): New function.
14150         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14151         gnus-xmas-article-describe-bindings.
14152
14153         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14154
14155 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14158         Add new variables for article mark management.
14159         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14160         list of extra data entries which, when present, will indicate that the
14161         article ID should not be trimmed from the registry.
14162         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14163         functions.
14164         (gnus-registry-read-mark): New function to read a mark name from the
14165         user.
14166         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14167         (gnus-registry-set-article-mark-internal): New functions to add and
14168         remove marks.
14169         (gnus-registry-get-article-marks): New function to show the marks for
14170         an article, or retrieve them for further use.
14171
14172 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14175         keys when no argument is given.
14176
14177 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * imap.el (imap-ping-server): New variable.
14180         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14181         (imap-ping-server): Minor doc string fixes.
14182
14183 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14184
14185         * imap.el (imap-ping-server): New function.
14186         (imap-opened): Call imap-ping-server.
14187
14188 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * gnus-sum.el (gnus-article-sort-by-random)
14191         (gnus-thread-sort-by-random): Fix doc strings.
14192         Reported by jidanni@jidanni.org.
14193
14194 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-art.el (gnus-article-describe-bindings): New function.
14197         (gnus-article-read-summary-keys): Use it.
14198         (gnus-article-mode-map): Bind `C-h b' to it.
14199
14200 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14203         XEmacs.
14204         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14205         Protect against non-character events.
14206
14207         * lpath.el: Fbind map-keymap for Emacs 21.
14208
14209 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14212         New command.
14213         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14214         instead of END.  Change name of the temp file.
14215         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14216         customizable.
14217
14218 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14221         bind `S W' to gnus-article-wide-reply-with-original; set default
14222         binding to gnus-article-read-summary-send-keys.
14223         (gnus-article-read-summary-keys): Fix the order of keys; display
14224         continuation keys correctly in the echo area; describe bindings
14225         correctly when keys end with `C-h'.
14226         (gnus-article-read-summary-send-keys): New function.
14227         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14228         Work for gnus-article-read-summary-send-keys; display continuation keys
14229         correctly in the echo area.
14230         (gnus-article-reply-with-original): Ignore prefix argument.
14231         (gnus-article-wide-reply-with-original): New function.
14232
14233         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14234         Emacs 21.
14235
14236 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14239         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14240
14241 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14244         (gnus-group-read-ephemeral-gmane-group): New command.
14245
14246 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14247
14248         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14249
14250 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * message.el (message-send-mail-function): Increase custom version.
14253
14254         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14255         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14256
14257 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14258
14259         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14260         for the cases where imap-authenticate is called with a nil buffer
14261         parameter.
14262
14263 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14266         html parts correctly; support forwarded messages.
14267         (gnus-article-browse-html-article): Remove work buffers.
14268
14269         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14270         compiling.
14271         (netrc-bound-and-true-p): New macro.
14272         (netrc-parse): Use it instead of bound-and-true-p that is not available
14273         in XEmacs 21.4.
14274
14275 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14276
14277         * gnus-registry.el (gnus-registry-mark-article)
14278         (gnus-registry-article-marks): Add functionality to mark articles
14279         through the Gnus registry.
14280
14281         * encrypt.el: Clarify documentation for the new pgg method.
14282         (encrypt-file-alist): Add PGG option.
14283         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14284         functionality.  Abstract password key and messaging to external
14285         functions.
14286         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14287         (encrypt-message-method-and-cipher): Add new convenience external
14288         functions.
14289         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14290         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14291
14292         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14293         (netrc-parse): Use encrypt-file-alist to determine if
14294         encrypt-find-model or encrypt-insert-file-contents should be used.
14295
14296         * encrypt.el: Clarify documentation.  Load password-cache or
14297         password, whichever one is found first, instead of autoloading.
14298
14299 2007-12-19  Glenn Morris  <rgm@gnu.org>
14300
14301         * mml.el (message-options-set, message-narrow-to-head)
14302         (message-in-body-p, message-mail-p, message-encode-message-body):
14303         Autoload.
14304         (message-remove-header, message-narrow-to-headers-or-head)
14305         (message-subscribed-p, message-make-mail-followup-to)
14306         (message-position-on-field, message-news-p)
14307         (message-options-set-recipient, message-generate-headers)
14308         (message-sort-headers): Declare as functions.
14309
14310 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14311
14312         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14313         convention in doc string.
14314
14315 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14318         title to html parts.
14319         (gnus-article-browse-html-article): Pass message header to it.
14320
14321         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14322
14323 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14326         or password compatible with XEmacs.
14327
14328 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14331         format document.
14332         (gnus-mime-delete-part): Don't write description line if empty.
14333         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14334
14335 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14336
14337         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14338         (gnus-summary-mark-read-and-unread-as-read)
14339         (gnus-summary-mark-current-read-and-unread-as-read)
14340         (gnus-summary-mark-unread-as-ticked): Doc fix.
14341         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14342
14343 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14346         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14347
14348 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14351         yes-or-no-p.
14352
14353 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * mm-decode.el (mm-add-meta-html-tag): New function.
14356         (mm-save-part-to-file, mm-pipe-part): Use it.
14357
14358         * gnus-art.el (gnus-article-browse-delete-temp-files):
14359         Use gnus-y-or-n-p instead of y-or-n-p.
14360         (gnus-article-browse-html-parts): Work with message/external-body; use
14361         mm-add-meta-html-tag.
14362
14363 2007-12-11  Glenn Morris  <rgm@gnu.org>
14364
14365         * gnus-cache.el: Require gnus-sum not just when compiling.
14366
14367         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14368
14369         * gnus-int.el (gnus-server-opened, gnus-status-message):
14370         Move definitions before use.
14371
14372         * mm-decode.el: Require gnus-util.
14373         (mm-remove-part): Only call delete-annotation on XEmacs.
14374
14375         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14376
14377         * nnmail.el: Require gnus-int.
14378
14379         * spam.el: Move `require's before `eval-when-compile's.
14380
14381         * gnus-ems.el (gnus-alive-p):
14382         * gnus-fun.el (message-goto-eoh):
14383         * gnus-util.el (gnus-group-name-decode):
14384         * mail-source.el (gnus-compress-sequence):
14385         * message.el (Info-goto-node, format-spec):
14386         * mm-bodies.el (message-options-get):
14387         * mm-decode.el (mm-view-pkcs7):
14388         * mm-util.el (gmm-write-region):
14389         * mml-smime.el (mml-compute-boundary)
14390         (gnus-completing-read-with-default):
14391         * mml.el (widget-button-press, gnus-make-hashtable):
14392         * mml1991.el (mm-decode-content-transfer-encoding)
14393         (mm-encode-content-transfer-encoding)
14394         (message-options-get, message-options-set):
14395         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14396         * nnfolder.el (gnus-request-group):
14397         * nnheader.el (ietf-drums-unfold-fws):
14398         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14399         * smime.el (gnus-run-mode-hooks):
14400         * spam-stat.el (gnus-message): Autoload.
14401
14402         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14403         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14404         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14405         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14406         Add declare-function compatibility definition.
14407
14408         * gnus-cache.el (nnvirtual-find-group-art):
14409         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14410         (gnus-add-image, gnus-add-wash-type):
14411         * gnus-group.el (nnkiboze-score-file):
14412         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14413         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14414         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14415         (message-tokenize-header, gnus-get-buffer-create)
14416         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14417         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14418         * gnus.el (gnus-group-decoded-name):
14419         * mail-source.el (imap-capability):
14420         * mm-bodies.el (message-options-set):
14421         * mm-decode.el (gnus-configure-windows):
14422         * mm-extern.el (message-goto-body):
14423         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14424         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14425         (epg-sub-key-validity, message-options-set):
14426         * mml.el (widget-event-point, gnus-configure-windows):
14427         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14428         * mml2015.el (epg-check-configuration, epg-configuration)
14429         (message-options-set):
14430         * nndb.el (nndb-request-article):
14431         * nnfolder.el (gnus-request-create-group):
14432         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14433         * nnmaildir.el (gnus-group-mark-article-read):
14434         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14435         * rfc1843.el (message-fetch-field):
14436         * spam.el (gnus-extract-address-components):
14437         Declare as functions.
14438
14439 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14442
14443         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14444
14445         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14446         bind show-trailing-whitespace for XEmacs.
14447
14448 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14451         new no-op macro for backward compatibility.
14452
14453         * imap.el (imap-string-to-integer): New function.
14454
14455 2007-12-09  Glenn Morris  <rgm@gnu.org>
14456
14457         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14458
14459         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14460         * message.el, mm-view.el, sieve-manage.el, smime.el:
14461         Add declare-function compatibility definition.
14462
14463         * gnus-art.el (w3-region, w3m-region, Info-menu):
14464         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14465         * gnus-sum.el (gnus-get-predicate):
14466         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14467         * message.el (mail-abbrev-in-expansion-header-p):
14468         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14469         (w3m-detect-meta-charset, w3m-region):
14470         * sieve-manage.el (password-read, password-cache-add)
14471         (password-cache-remove):
14472         * smime.el (password-read-and-add): Declare as functions.
14473
14474 2007-12-08  David Kastrup  <dak@gnu.org>
14475
14476         * gnus-sum.el (gnus-summary-simplify-subject-query):
14477         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14478         `message'.
14479
14480 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14483         it to bind idna-program, installation-directory, defined-colors, and
14484         face-attribute for XEmacs of the version that compiles defcustom forms.
14485
14486 2007-12-07  Glenn Morris  <rgm@gnu.org>
14487
14488         * gnus-art.el (article-make-date-line): Revert previous change.
14489
14490 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14493
14494 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14495
14496         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14497         Call gnus-add-to-range ranges only once with a prepared article-list.
14498
14499 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14500
14501         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14502         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14503         group names with backslashes.
14504         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14505
14506 2007-12-06  Deepak Goel  <deego3@gmail.com>
14507
14508         * gnus-art.el (article-make-date-line):
14509         * gnus-start.el (gnus-load):
14510         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14511
14512 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gnus-art.el (gnus-use-idna):
14515         * gnus-start.el (gnus-site-init-file):
14516         * message.el (message-use-idna):
14517         * mm-uu.el (mm-uu-hide-markers):
14518         * smiley.el (smiley-style): Revert changes that suppress warnings.
14519
14520 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14523         specify charset to html source.
14524         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14525
14526 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14529         idna-program in order to suppress byte compile warning issued by XEmacs
14530         that came to byte compile the default value section of defcustom forms
14531         recently.
14532
14533         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14534         value of installation-directory.
14535
14536         * message.el (message-use-idna): Don't directly refer to the value of
14537         idna-program.
14538
14539         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14540
14541         * smiley.el (smiley-style): Don't directly call face-attribute.
14542
14543 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14544
14545         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14546
14547         * gnus-dired.el: Reduce Gnus dependencies.
14548         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14549         Don't require.  Use autoloads instead.
14550         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14551         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14552         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14553         (gnus-dired-mode): Adjust doc string.
14554         (gnus-dired-mail-mode): New variable.
14555         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14556         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14557         (gnus-dired-mail-buffers): New function.  Return mail or message
14558         composition buffers.
14559         (gnus-dired-attach): Use it.
14560         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14561         NO-DECODE.
14562         (gnus-dired-print): Use `gnus-print-buffer' depending on
14563         `gnus-dired-mail-mode'.
14564
14565 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * rfc2047.el (rfc2047-encoded-word-regexp)
14568         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14569         explaining what regexp patterns are for.
14570
14571 2007-12-04  Glenn Morris  <rgm@gnu.org>
14572
14573         * password.el: Move to password-cache.el.
14574
14575         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14576         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14577         * mml-smime.el (password-read, password-cache-add)
14578         (password-cache-remove):
14579         No need to autoload, since mml-sec requires password.
14580
14581         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14582         * message.el (gnus-extract-address-components):
14583         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14584
14585         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14586         password.
14587
14588 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * mailcap.el: Reduce dependencies.
14591         (mail-header-parse-content-type): Autoload.
14592         (mailcap-delete-duplicates): New alias.
14593         (mailcap-mime-info): Add optional argument NO-DECODE.
14594         (mailcap-mime-types): Use mailcap-delete-duplicates.
14595
14596         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14597
14598 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14599
14600         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14601         (imap-parse-status): Upcase status-att for servers that sends them
14602         lower-case (e.g., MS Exchange 2007).
14603
14604 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14605
14606         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14607         function.
14608
14609         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14610         (gnus-uu-yenc-article): New function.
14611
14612         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14613
14614         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14615
14616 2007-12-02  Glenn Morris  <rgm@gnu.org>
14617
14618         * binhex.el (binhex): New custom group.
14619         (binhex-decoder-program, binhex-decoder-switches)
14620         (binhex-use-external): Move to the binhex custom group.
14621
14622         * uudecode.el (uudecode): New custom group.
14623         (uudecode-decoder-program, uudecode-decoder-switches)
14624         (uudecode-use-external): Move to the uudecode custom group.
14625
14626         * netrc.el (top-level): Don't load `encrypt' features.
14627         (netrc-parse): Don't use encrypt.
14628         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14629
14630         * encrypt.el: Remove file.
14631
14632 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14635         matches on patches.
14636
14637         * gnus-art.el (gnus-article-browse-html-article):
14638         Mention `mm-text-html-renderer' in the doc string.
14639
14640         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14641         string.  Add comments.
14642
14643         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14644         if rhs is ASCII.
14645
14646 2007-12-01  Glenn Morris  <rgm@gnu.org>
14647
14648         * mail-source.el (top-level): Require format-spec before
14649         eval-when-compile.
14650
14651 2007-11-30  Glenn Morris  <rgm@gnu.org>
14652
14653         * encrypt.el: Require password, rather than autoloading password-read.
14654
14655 2007-11-29  Glenn Morris  <rgm@gnu.org>
14656
14657         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14658         (sasl-make-client, sasl-next-step, sasl-step-data)
14659         (sasl-step-set-data): Declare as functions.
14660
14661 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14664
14665 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14666
14667         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14668         certs should be verified and what is to be done in the event of a
14669         verification failure.
14670
14671         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14672         caller can indicate whether the cache should be disregarded for this
14673         call.  This way the result of the call is reproducible at all times and
14674         can be considered a canonical server name for the supplied method.
14675         (gnus-agent-method-p): Canonicalize server names by pushing their
14676         method through `gnus-method-to-server' using the no-cache argument.
14677
14678         * gnus-srvr.el (gnus-server-insert-server-line):
14679         Call `gnus-method-to-server' with `no-cache' argument.
14680
14681         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14682         gnus-agent-possibly-synchronize-flags as this should be called when the
14683         server is actually being opened.
14684         (gnus-agent-possibly-synchronize-flags)
14685         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14686         flags file of an agentized server to the latter function.
14687
14688         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14689         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14690         after a connection has been established successfully.
14691
14692 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * gnus-art.el (article-display-face): Force to display face if called
14695         interactively; check if gnus-article-x-face-too-ugly matches author.
14696         (article-display-x-face): Display face even if From header is missing
14697         as article-display-face does.
14698
14699 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14700
14701         * hashcash.el (message-narrow-to-headers-or-head)
14702         (message-fetch-field, message-goto-eoh)
14703         (message-narrow-to-headers): Declare as functions.
14704
14705 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * mail-source.el (mail-sources): Default to fetch from file for
14708         compatibility with default of nnmail-spool-file.
14709
14710 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14713         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14714         to look for encoded word that should be encoded again.
14715         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14716         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14717         encoding pattern.
14718         (rfc2047-decode-region): Switch strict regexp and loose one according
14719         to rfc2047-allow-irregular-q-encoded-words.
14720
14721 2007-11-25  Romain Francoise  <romain@orebokech.com>
14722
14723         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14724
14725 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * tls.el (tls-program): Provide more custom choices from
14728         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14729         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14730
14731 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14734         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14735
14736         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14737         `nnmail-spool-file'.
14738
14739         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14740         `nnmail-spool-file'.
14741
14742         * gnus-move.el (gnus-change-server): Ditto.
14743
14744         * gnus-kill.el (gnus-batch-score): Ditto.
14745
14746         * gnus-cache.el (gnus-jog-cache): Ditto.
14747
14748         * gnus-msg.el (gnus-summary-reply):
14749         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14750
14751 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14752
14753         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14754         version.  Minor improvement to doc strings.
14755         (tls-program): Add comment.
14756
14757 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14758
14759         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14760         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14761         mismatch between the hostname provided in the certificate and the name
14762         of the host connnecting to.
14763         (open-tls-stream): Use them.  Check certificates against trusted root
14764         certificates.
14765
14766 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus-cache.el (gnus-cache-generate-nov-databases):
14769         Use nnml-generate-nov-databases-directory instead of
14770         nnml-generate-nov-databases-1.
14771
14772 2007-11-24  Glenn Morris  <rgm@gnu.org>
14773
14774         * message.el (message-tool-bar-retro): Update for rename
14775         mail_send.xpm->mail-send.xpm.
14776
14777 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14780         `smime-ldap-search' for Emacs 22 and up.
14781
14782 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14783
14784         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14785
14786         * message.el (message-send-mail-function): Fix error convention.
14787         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14788         (message-widen-reply, message-send-mail, message-talkative-question)
14789         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14790         (message-clone-locals, message-send-news): Use with-current-buffer.
14791         (message-insert-or-toggle-importance): Remove unused var `valid'.
14792         (message-make-references): Remove unused var `new-references'.
14793         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14794
14795 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14796
14797         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14798         (spam-split-symbolic-return-positive): Reflow docstring.
14799         (spam-backends, spam-summary-exit-behavior)
14800         (spam-mark-ham-unread-before-move-from-spam-group)
14801         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14802         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14803         (spam-clear-cache, spam-backend-check, spam-install-backend)
14804         (spam-install-statistical-backend, spam-list-of-processors)
14805         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14806         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14807         (spam-check-crm114, spam-initialize, spam-unload-hook):
14808         Fix typos in docstrings.
14809
14810 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14813         been checked if they have never been read and those group levels are
14814         higher than the one that a user specified.
14815
14816 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14819         foreign groups unless a group level is specified by a user.
14820         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14821
14822 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14823
14824         * message.el (message-send-mail-function): Require sendmail.
14825
14826 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * message.el (message-send-mail-function): Check for smtpmail too.
14829
14830         * utf7.el (utf7-encode, utf7-decode): Use coding system
14831         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14832
14833         * message.el (message-send-mail-function): New function.
14834         (message-send-mail-function): Set default using
14835         message-send-mail-function.  Adjust doc string.
14836         (message-send-mail-with-mailclient): New function.
14837
14838 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14839
14840         * smime.el (from):
14841         * rfc2047.el (message-posting-charset):
14842         * qp.el (mm-use-ultra-safe-encoding):
14843         * pop3.el (parse-time-months):
14844         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14845         * nnml.el (files):
14846         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14847         (jka-compr-compression-info-list, ange-ftp-path-format)
14848         (efs-path-regexp):
14849         * nndiary.el (files):
14850         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14851         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14852         (epg-digest-algorithm-alist, inhibit-redisplay)
14853         (password-cache-expiry):
14854         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14855         (pgg-output-buffer, password-cache-expiry):
14856         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14857         (efs-path-regexp):
14858         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14859         (inhibit-redisplay):
14860         * mm-uu.el (file-name, start-point, end-point, entry)
14861         (gnus-newsgroup-name, gnus-newsgroup-charset):
14862         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14863         (latin-unity-ucs-list):
14864         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14865         (mm-uu-binhex-decode-function):
14866         * message.el (gnus-message-group-art, gnus-list-identifiers)
14867         (rmail-enable-mime-composing, gnus-local-organization)
14868         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14869         (gnus-read-active-file, facemenu-add-face-function)
14870         (facemenu-remove-face-function, gnus-article-decoded-p)
14871         (tool-bar-mode):
14872         * mail-source.el (display-time-mail-function):
14873         * gnus-util.el (nnmail-pathname-coding-system)
14874         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14875         (gnus-original-article-buffer, gnus-user-agent)
14876         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14877         (xemacs-codename, sxemacs-codename, emacs-program-version):
14878         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14879         * gnus-start.el (gnus-agent-covered-methods)
14880         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14881         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14882         (gnus-newsgroup-headers, gnus-group-list-mode)
14883         (gnus-group-mark-positions, gnus-newsgroup-data)
14884         (gnus-newsgroup-unreads, nnoo-state-alist)
14885         (gnus-current-select-method, mail-sources)
14886         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14887         (nnmail-spool-file, gnus-cache-active-hashtb):
14888         * gnus-mh.el (mh-lib-progs):
14889         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14890         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14891         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14892         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14893         (gnus-group-buffer):
14894         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14895         (font-lock-set-defaults):
14896         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14897         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14898         (gnus-summary-post-menu, total-parts, type, condition, length):
14899         * gnus-agent.el (gnus-agent-read-agentview):
14900         * flow-fill.el (show-trailing-whitespace):
14901         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14902         eval-and-compile wrappers for byte compiler pacifiers.
14903
14904         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14905         (mm-display-inline-fontify): Check for featurep 'xemacs not
14906         extent-list.
14907
14908         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14909         itimer-list.
14910         (mm-create-image-xemacs): Only do something for XEmacs.
14911         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14912
14913         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14914
14915         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14916         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14917
14918 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14919
14920         * nnimap.el (nnimap-split-download-body):
14921         * gnus-demon.el (gnus-demon):
14922         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14923
14924 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14927         New macros.
14928         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14929         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14930         copy data from unibyte buffer to multibyte current buffer.
14931         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14932         to copy data from unibyte current buffer to multibyte buffer.
14933         (nntp-make-process-buffer): Make process buffer unibyte.
14934
14935         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14936
14937 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14938
14939         * pop3.el (pop3-open-server): Accept and process data more robustly at
14940         connection start to avoid spurious "POP SSL connection failed" errors.
14941
14942 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14945         read group names.
14946
14947 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14950
14951 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14954         (nnmail-save-active): Use a unibyte buffer when saving active file,
14955         which may contain non-ASCII group names.
14956
14957         * nnml.el (nnml-request-group): Decode group names in messages.
14958
14959 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * message.el (message-citation-line-function)
14962         (message-insert-formatted-citation-line): Fix spelling of
14963         `message-insert-formated-citation-line'.
14964
14965 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14966
14967         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14968
14969 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14972         nnmail-pathname-coding-system.
14973
14974         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14975         that a user enters; decode group names in messages.
14976
14977         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14978
14979 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14982
14983         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14984
14985         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14986         risky local variable.
14987
14988         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14989
14990 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14991
14992         * encrypt.el: Improve documentation to fix function name typo.
14993         Reported by Daiki Ueno <ueno@unixuser.org>.
14994
14995 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14998         even if the point is not in the last page of an article.
14999         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15000         back to the previous page.
15001
15002 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15005
15006 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15009
15010 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15011
15012         * message.el (message-check-news-body-syntax):
15013         Avoid mm-string-as-multibyte.
15014         (message-hide-headers): Don't assume (point-min)==1.
15015
15016 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * message.el (message-remove-blank-cited-lines): Fix if remove is
15019         given.
15020         (message-bogus-address-regexp): New variable.
15021         (message-bogus-recipient-p): New function.
15022         (message-check-recipients): New command.
15023         (message-syntax-checks): Add `bogus-recipient'.
15024         (message-fix-before-sending): Add `bogus-recipient'.
15025
15026         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15027         (gnus-treat-body-boundary): Don't test window-system.
15028
15029 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15030
15031         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15032
15033 2007-10-28  Miles Bader  <miles@gnu.org>
15034
15035         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15036         at compile-time too.
15037
15038 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15039
15040         * gnus-msg.el (gnus-message-setup-hook):
15041         Add `message-remove-blank-cited-lines' to options.
15042
15043 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * message.el (message-remove-blank-cited-lines): New function.
15046         Suggested by Karl Plästerer.
15047
15048 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15051         mapc.
15052
15053         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15054         (top-level): Use mapc to set functions to be traced for debugging.
15055
15056         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15057         called for effect with while loop.
15058
15059         * message.el (message-talkative-question): Replace mapcar called for
15060         effect with mapc.
15061
15062         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15063         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15064         called for effect with dolist.
15065
15066         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15067
15068         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15069         gnus-extra-headers and nnmail-extra-headers.
15070
15071         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15072         called for effect with dolist.
15073         (top-level): Use mapc to set functions to be traced for debugging.
15074
15075         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15076         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15077         dolist.
15078
15079         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15080         Replace mapcar called for effect with mapc.
15081         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15082         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15083         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15084         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15085
15086         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15087         remove-if that's a cl function.
15088
15089         * webmail.el (webmail-debug): Replace mapcar called for effect with
15090         dolist.
15091
15092         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15093         with mapc.
15094
15095 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15098         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15099         with while loop.
15100
15101         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15102         functions from article-* functions.
15103         (gnus-multi-decode-header): Replace mapcar called for effect with
15104         dolist.
15105
15106         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15107         (gnus-bookmark-show-details): Replace mapcar called for effect with
15108         while loop.
15109
15110         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15111         called for effect with while loop.
15112
15113         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15114         with dolist.
15115
15116         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15117         Replace mapcar called for effect with dolist.
15118
15119         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15120
15121         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15122         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15123         Replace mapcar called for effect with dolist.
15124         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15125         mapc.
15126
15127         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15128         Replace mapcar called for effect with dolist.
15129         (gnus-topic-list): Replace mapcar called for effect with mapc.
15130
15131         * gnus.el: Use mapc instead of mapcar to add autoloads.
15132
15133 2007-10-23  Richard Stallman  <rms@gnu.org>
15134
15135         * gnus-group.el (gnus-group-highlight): Mark as risky.
15136
15137 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * gnus.el (gnus-server-to-method): Return method found first in
15140         gnus-newsrc-alist.
15141
15142         * gnus-art.el (gnus-article-highlight-signature)
15143         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15144         button overlay without the front stickiness.
15145
15146 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15147
15148         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15149         overview buffer needed a catch to receive its throw.
15150         (gnus-agent-flush-cache): Declare as interactive to make this function
15151         easier to use.
15152
15153 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15156         `next-line'.
15157
15158 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15161         exclude address matching message-dont-reply-to-names.
15162
15163 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * gnus-util.el (gnus-string<): New function.
15166
15167         * gnus-sum.el (gnus-article-sort-by-author)
15168         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15169
15170 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15173         the frame-focus tag is set in gnus-buffer-configuration.
15174
15175 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15178         the front stickiness.
15179
15180 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15183         url pattern; remove duplicate one.
15184         (gnus-article-extend-url-button): New function.
15185         (gnus-article-add-buttons): Use it.
15186         (gnus-button-push): Use concatenated url that it makes.
15187
15188 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15189
15190         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15191
15192 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15193
15194         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15195         Don't hardcode point-min==1.
15196
15197 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15200         Fix comment about "iso8859-1".
15201
15202 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15203
15204         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15205         ones returned from the verify-function.
15206
15207         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15208         Call mml2015-extract-cleartext-signature if extraction failed.
15209
15210 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15211
15212         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15213         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15214         failed.
15215
15216 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15219
15220 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15223         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15224         recommends to use EasyPG instead of PGG.
15225
15226         * pgg.el: Revert to revision 6.23.2.16.
15227
15228         * pgg-def.el: Revert to revision 6.6.2.14.
15229
15230         * pgg-gpg.el: Revert to revision 6.23.2.34.
15231
15232 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15233
15234         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15235         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15236         thread for both the null and zero (kill/expire thread) universal prefix
15237         cases.
15238         (gnus-summary-expire-thread): Add new function to expire a thread,
15239         using gnus-summary-kill-thread.
15240         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15241         shortcuts for gnus-summary-expire-thread.
15242         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15243         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15244
15245 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15246
15247         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15248         extras value, so an extras entry can be deleted.
15249         (gnus-registry-delete-extra-entry): Use it.
15250         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15251         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15252         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15253         storage through the gnus-registry, and provide an appropriate API for
15254         it.
15255
15256 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15259         Suggested by Leo <sdl.web@gmail.com>.
15260
15261         * gnus.el: Do.
15262
15263 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15266         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15267
15268         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15269
15270         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15271         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15272
15273 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15276         newline.
15277         (nnmbox-request-accept-article): Don't change article in source buffer;
15278         narrow to header to use message-fetch-field rather than
15279         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15280         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15281         as delimiters; make sure article ends with newline.
15282         (nnmbox-delete-mail): Correct last position of article to be deleted;
15283         ignore X-Gnus-Newsgroup header in article body.
15284         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15285         positions; make sure article ends with newline.
15286
15287         * message.el (message-display-abbrev): Don't infloop when a user
15288         inserts SPC in the beginning of header.
15289
15290         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15291         coding-system-for-read and coding-system-for-write for XEmacs having no
15292         file-coding feature.
15293
15294         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15295
15296 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15297
15298         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15299         list of groups not followed by default.  Fix type to be regexp.
15300         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15301
15302 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15303
15304         * hmac-def.el (define-hmac-function): Switch from old-style to
15305         new-style backquotes.
15306
15307         * md4.el (md4-make-step): Likewise.
15308
15309 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15312         raw-text coding system when saving .newsrc file, which may contain
15313         non-ASCII group names.
15314
15315 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-cus.el (gnus-score-extra): New widget.
15318         (gnus-score-extra-convert): New function.
15319         (gnus-score-customize): Use it for Extra.
15320
15321 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15322
15323         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15324         (mml2015-mailcrypt-clear-verify): Use it.
15325         (mml2015-gpg-clear-verify): Use it.
15326         (mml2015-pgg-clear-verify): Use it.
15327         (mml2015-epg-clear-verify): Replace the current part with the output
15328         from GnuPG; don't extract the plaintext by itself.
15329
15330         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15331         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15332         mml2015-clear-verify-function; don't touch the armor headers or
15333         dash-escaped text here.
15334
15335 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15338         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15339         parts, or application/octet-stream as a last resort.
15340         (gnus-mime-view-part-as-type): Don't toggle display.
15341         (gnus-mime-view-part-as-charset): Don't turn off display before
15342         querying charset.
15343
15344         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15345         stuff to undisplayer function in Emacs.
15346         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15347
15348         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15349         text/calendar parts.
15350
15351 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15354         decoding text/calendar parts.
15355
15356         * message.el (message-forward-make-body-mime): Always mark body as
15357         having no illegible text; remove signed-or-encrypted argument.
15358         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15359
15360         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15361         (mml-generate-mime-1): Don't encode body if it is specified to be in
15362         raw form; don't make buffer be unibyte when inserting multibyte string.
15363
15364 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15365
15366         * sha1.el: Fix up comment style.
15367         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15368         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15369
15370         * hex-util.el: Fix up comment style.
15371         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15372
15373         * gnus-salt.el: Use with-current-buffer.
15374         (gnus-pick-setup-message): Fix long-standing typo.
15375
15376 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * imap.el (imap-logout-timeout): New variable.
15379         (imap-logout, imap-logout-wait): New functions.
15380         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15381
15382         * nnimap.el (nnimap-logout-timeout): New server variable.
15383         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15384         nnimap-logout-timeout.
15385
15386         * gnus-art.el (gnus-article-summary-command-nosave)
15387         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15388
15389 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * gnus.el (gnus-maximum-newsgroup): New variable.
15392
15393         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15394         according to gnus-maximum-newsgroup.
15395
15396         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15397         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15398         Limit the range of articles according to gnus-maximum-newsgroup.
15399
15400 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15401
15402         * gnus-art.el (gnus-sticky-article): Fix problems described in
15403         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15404         Don't perform gnus-configure-windows here; reuse existing sticky
15405         article buffer.
15406
15407         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15408         it doesn't exist in gnus-article-mode.
15409
15410 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15413         (gnus-agent-decoded-group-name): New function.
15414         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15415         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15416
15417 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15418
15419         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15420         Add binding for gnus-sticky-article.
15421         (gnus-summary-exit): Don't kill sticky article buffers.
15422
15423         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15424         article buffer.
15425         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15426         (gnus-kill-sticky-article-buffers): New commands.
15427
15428 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * nntp.el (nntp-xref-number-is-evil): New server variable.
15431         (nntp-find-group-and-number): If it is non-nil, don't trust article
15432         numbers in the Xref header.
15433
15434 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * gnus-agent.el (gnus-agent-read-group): New function.
15437         (gnus-agent-flush-group, gnus-agent-expire-group)
15438         (gnus-agent-regenerate-group): Use it.
15439         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15440         nnmail-pathname-coding-system.
15441
15442 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15445
15446         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15447         that are unread as unread, and also as selected so that information of
15448         marks having been changed by a user may be updated when exiting group.
15449
15450 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15453
15454 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15457         calculated ignoring signature parts to gnus-treat-article.
15458
15459 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15462         a point here in order to keep the window start.
15463         (gnus-insert-mime-security-button): Make a button overlay without the
15464         front stickiness.
15465         (gnus-mime-display-security): Goto the end of a button.
15466
15467         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15468
15469 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15472         group-name-at-point.
15473         (gnus-group-completing-read): New function that offers decoded
15474         non-ASCII group names for completion.
15475         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15476         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15477         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15478         (gnus-group-fetch-control): Use it.
15479         (gnus-fetch-group): Use group-name-at-point for the initial value
15480         rather than the default value; use gnus-alive-p.
15481
15482         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15483         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15484         (gnus-summary-post-news): Use gnus-group-completing-read.
15485
15486         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15487         (gnus-read-move-group-name): Decode group name for completion.
15488
15489 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15490
15491         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15492         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15493         Yamaoka slightly modified the code).
15494
15495 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15498         (nnmail-split-incoming): Bind it.
15499
15500         * nnml.el (nnml-group-name-charset): New function.
15501         (nnml-decoded-group-name): Use it; don't decode group name if
15502         nnmail-group-names-not-encoded-p is non-nil.
15503         (nnml-encoded-group-name): New function.
15504         (nnml-group-pathname): Inline nnml-decoded-group-name.
15505         (nnml-request-expire-articles): Decode group name in message.
15506         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15507         nnmail-pathname-coding-system.
15508         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15509         not decoded ones according to nnmail-group-names-not-encoded-p.
15510         (nnml-generate-active-info): Use nnml-encoded-group-name.
15511
15512 2007-08-08  Glenn Morris  <rgm@gnu.org>
15513
15514         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15515         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15516         doc-strings and comments.
15517
15518 2007-07-25  Glenn Morris  <rgm@gnu.org>
15519
15520         * Relicense all FSF files to GPLv3 or later.
15521
15522 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-sum.el (gnus-summary-move-article):
15525         Make gnus-summary-respool-article work.
15526
15527 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15528
15529         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15530         string.
15531
15532 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15533
15534         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15535         that should be ignored when comparing distant RSS articles with local
15536         ones.
15537         (nnrss-make-hash-index): New function.  Create a hash index according
15538         to the ignored fields.
15539         (nnrss-check-group): Use it.
15540
15541 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15544
15545         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15546
15547         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15548         the new optional argument ENCODED is non-nil.
15549         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15550         coding system for encoding group name.
15551         (gnus-group-make-rss-group): Pass un-encoded group name to
15552         gnus-group-make-group.
15553         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15554         encoded.
15555
15556         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15557         Encode group name to which articles are moved or copied.
15558         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15559         coding system for encoding Newsgroup, Followup-To and Xref headers.
15560
15561         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15562         marks; use nnheader-file-coding-system to write a file.
15563         (nnagent-retrieve-headers): Bind file-name-coding-system to
15564         nnmail-pathname-coding-system.
15565
15566         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15567
15568         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15569         (nnml-request-article, nnml-request-create-group)
15570         (nnml-request-rename-group, nnml-find-id)
15571         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15572         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15573         (nnml-save-marks): Use nnml-group-pathname instead of
15574         nnmail-group-pathname.
15575
15576         (nnml-request-create-group, nnml-request-expire-articles)
15577         (nnml-request-move-article, nnml-request-delete-group)
15578         (nnml-deletable-article-p, nnml-possibly-create-directory)
15579         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15580         (nnml-open-marks): Bind file-name-coding-system to
15581         nnmail-pathname-coding-system.
15582
15583         (nnml-request-article): Pass server argument to nnml-find-group-number.
15584         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15585         Pass server argument to nnml-possibly-create-directory.
15586         (nnml-request-accept-article): Pass server argument to
15587         nnml-active-number and nnml-save-mail.
15588         (nnml-find-group-number): Pass server argument to nnml-find-id.
15589         (nnml-request-update-info): Pass server argument to
15590         nnml-marks-changed-p.
15591
15592         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15593         (nnml-save-mail, nnml-active-number): Add server argument.
15594
15595         (nnml-request-delete-group): Warn if group is missing.
15596         (nnml-get-nov-buffer): Decode group name.
15597         (nnml-generate-active-info): Encode group name.
15598         (nnml-open-marks): Decode group name in messages.
15599
15600 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15603         if it is not specified.
15604         (gnus-article-pipe-part, gnus-article-save-part)
15605         (gnus-article-interactively-view-part, gnus-article-copy-part)
15606         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15607         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15608         (gnus-article-replace-part, gnus-article-delete-part)
15609         (gnus-article-view-part-as-type): Pass raw prefix argument to
15610         gnus-article-part-wrapper.
15611
15612 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * gnus-agent.el (gnus-agent-save-active):
15615         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15616
15617         * gnus-cache.el (gnus-cache-save-buffers)
15618         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15619         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15620         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15621         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15622         (gnus-cache-generate-active, gnus-cache-rename-group)
15623         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15624         (gnus-cache-update-overview-total-fetched-for):
15625         Bind file-name-coding-system to nnmail-pathname-coding-system.
15626         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15627         New variables.
15628         (gnus-cache-decoded-group-name): New function.
15629         (gnus-cache-file-name): Use it.
15630         (gnus-cache-generate-active): Use non-decoded group name for active.
15631
15632         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15633         right place.
15634         (gnus-write-active-file): Don't break non-ASCII group names.
15635
15636         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15637         nnmail-pathname-coding-system.
15638
15639         * lpath.el: Bind default-file-name-coding-system,
15640         file-name-coding-system and language-info-alist for XEmacs.
15641
15642         * gnus-uu.el (gnus-uu-decode-save): Typo.
15643
15644 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15647
15648 2007-07-14  David Kastrup  <dak@gnu.org>
15649
15650         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15651         finishing actions if we did not edit the article.
15652
15653 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15656         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15657         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15658         (gnus-agent-flush-group, gnus-agent-flush-cache)
15659         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15660         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15661         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15662         (gnus-agent-regenerate-group)
15663         (gnus-agent-update-files-total-fetched-for)
15664         (gnus-agent-update-view-total-fetched-for):
15665         Bind file-name-coding-system to nnmail-pathname-coding-system.
15666         (gnus-agent-group-pathname): Don't encode file names by
15667         nnmail-pathname-coding-system.
15668         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15669         coding-system-for-write instead of buffer-file-coding-system to
15670         gnus-agent-file-coding-system.
15671
15672         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15673         Decode group name.
15674
15675         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15676
15677         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15678         (gnus-read-newsrc-el-file): Make group names unibyte.
15679
15680         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15681         nnmail-pathname-coding-system.
15682
15683         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15684         (nnrss-request-delete-group): Bind file-name-coding-system to
15685         nnmail-pathname-coding-system.
15686         (nnrss-read-server-data, nnrss-read-group-data):
15687         Bind file-name-coding-system correctly.
15688         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15689
15690         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15691         (nntp-server-to-method-cache): New variable.
15692         (nntp-group-pathname): New function that decodes non-ASCII group names.
15693         (nntp-possibly-create-directory, nntp-marks-changed-p)
15694         (nntp-save-marks, nntp-open-marks): Use it.
15695         (nntp-possibly-create-directory, nntp-open-marks):
15696         Bind file-name-coding-system to nnmail-pathname-coding-system.
15697         (nntp-open-marks): Decode group names when bootstrapping marks.
15698
15699         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15700         Newsgroups and Followup-To headers.
15701
15702 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15705         (gnus-server-closed-face, gnus-server-denied-face)
15706         (gnus-server-offline-face): Remove variable.
15707         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15708
15709         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15710         of modifying message-stack directly for XEmacs.
15711
15712         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15713         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15714         if the coding-system argument is nil for XEmacs.
15715
15716         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15717         mm-charset-override-alist.
15718
15719         * rfc2047.el: Don't require base64; require rfc2045 for the function
15720         rfc2045-encode-string.
15721         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15722         to quote the parameter value.
15723
15724 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15727         form in gnus-group-name-charset-method-alist.
15728
15729         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15730         overrides the default layout edit-form.
15731
15732         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15733
15734         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15735
15736 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15739         as unfetched articles.
15740
15741 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15744
15745 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15748         original back end that keeps marks in the local system.
15749
15750 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15753         arg of pop-to-buffer for XEmacs.
15754         (gnus-article-read-summary-keys): Ditto; don't restore window
15755         configuration if summary command ends up with neither article buffer
15756         nor summary buffer; describe bindings if summary keys end with C-h.
15757
15758 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * message.el (message-fix-before-sending): Skip raw message part to be
15761         forwarded while checking illegible text.
15762         (message-forward-make-body-mime, message-forward-make-body):
15763         Mark signed or encrypted raw message as having no illegible text.
15764
15765 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15768         (gnus-message-with-timestamp-1): New macro.
15769         (gnus-message-with-timestamp): New function.
15770         (gnus-message): Use them.
15771
15772         * nnheader.el (nnheader-message): Use them.
15773
15774 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15775
15776         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15777         .newsrc.eld file.
15778
15779 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * gnus-agent.el (gnus-agent-fetch-headers)
15782         (gnus-agent-retrieve-headers):
15783         Bind gnus-decode-encoded-address-function to identity.
15784
15785         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15786         available also when the server returns simply a dot.
15787
15788         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15789
15790 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15793
15794 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-ems.el (gnus-x-splash): Make it work.
15797
15798         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15799         from being used.
15800
15801         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15802
15803 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15806         4th and the 5th arguments.
15807
15808         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15809         the front stickiness.
15810         (gnus-article-summary-command-nosave): Correct the order of the
15811         arguments passed to pop-to-buffer.
15812         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15813         summary command ends up with the article buffer.
15814
15815         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15816         the same faces.
15817
15818 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15819
15820         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15821
15822 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15823
15824         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15825         * gnus-sum.el (gnus-summary-highlight):
15826         * pgg.el (pgg-sign-region, pgg-sign):
15827         * mail-source.el (mail-source-delete-old-incoming-confirm):
15828         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15829
15830 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * gnus-art.el (gnus-mime-view-part-externally)
15833         (gnus-mime-view-part-internally): Fix predicate function passed to
15834         completing-read.
15835
15836         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15837
15838         * gnus.el (gnus-update-message-archive-method): Add :version.
15839
15840 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus.el (gnus-update-message-archive-method): New variable.
15843
15844         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15845         according to gnus-message-archive-method if
15846         gnus-update-message-archive-method is non-nil.
15847
15848 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15851         Suggested by Loic Dachary <loic@dachary.org>.
15852         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15853
15854 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * message.el (message-pop-to-buffer): Add switch-function argument.
15857         (message-mail): Pass switch-function argument to it.
15858
15859 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15862         Improve doc string.
15863
15864 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15867         (gnus-header-content):
15868         * gnus-cite.el (gnus-cite-10):
15869         * gnus-srvr.el (gnus-server-closed):
15870         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15871         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15872         (gnus-group-mail-3-empty, gnus-group-mail-low)
15873         (gnus-group-mail-low-empty, gnus-splash):
15874         * message.el (message-header-to, message-header-cc)
15875         (message-header-subject, message-header-other, message-header-name)
15876         (message-header-xheader, message-separator, message-cited-text)
15877         (message-mml): Lighten colors of faces used for dark background.
15878
15879 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15880
15881         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15882         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15883
15884 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * message.el (message-narrow-to-headers-or-head):
15887         Ignore mail-header-separator in the body.
15888
15889 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15892         same as window size.
15893
15894 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15895
15896         * message.el (message-font-lock-keywords): Use message-header-xheader
15897         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15898         ahead of the anything pattern, to get it recognized.
15899
15900 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15903         spam.el loads uses it in the compiled defadvice form.
15904
15905 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15906
15907         * gnus-sum.el (gnus-articles-to-read)
15908         (gnus-summary-insert-old-articles): Don't truncate group name for
15909         `read-string'.
15910
15911         * gnus-util.el (gnus-limit-string): Delete this function.
15912
15913         * gnus-sum.el (gnus-simplify-subject-fully):
15914         Use `truncate-string-to-width' instead.
15915
15916 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15917
15918         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15919         Tell if, on summary exit, the next group has to be selected.
15920         (gnus-summary-exit): Use it.
15921
15922 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15923
15924         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15925         non-break space.
15926
15927 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15928
15929         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15930         Check if group is not a directory.
15931         (nnfolder-request-expire-articles): Don't delete articles if the target
15932         group is not available.
15933
15934         * nnml.el (nnml-request-create-group): Properly check if group is not a
15935         file.
15936         (nnml-request-expire-articles): Don't delete articles if the target
15937         group is not available.
15938
15939         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15940         Don't quote characters that are within parentheses.
15941
15942 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15945         (gnus-handle-ephemeral-exit): Select article according to it.
15946
15947 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * message.el (message-insert-formated-citation-line): Remove newline.
15950         (message-citation-line-format): Add final \n here so that the user can
15951         avoid a blank line.
15952
15953 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15954
15955         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15956         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15957         Update lanl/arXiv support.
15958
15959 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus.el: Bump version number.
15962
15963 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15964
15965         * gnus.el (gnus-version-number): Bump version.
15966
15967 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15968
15969         * gnus.el: No Gnus v0.6 is released.
15970
15971 2007-04-27  Didier Verna  <didier@xemacs.org>
15972
15973         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15974         * gmm-utils.el (gmm-regexp-concat): ... here.
15975         * message.el: Don't require 'gnus-util.
15976         (message-dont-reply-to-names): Handle name change above.
15977         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15978
15979 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15982         since the initial value varies according to the system.
15983
15984 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15987
15988 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15989
15990         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15991
15992 2007-04-24  Didier Verna  <didier@xemacs.org>
15993
15994         Improve the type of gnus-ignored-from-addresses.
15995         * gnus-util.el (gnus-orify-regexp): New function.
15996         * message.el (gnus-util): Require it.
15997         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15998         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15999         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16000
16001 2007-04-24  Didier Verna  <didier@xemacs.org>
16002
16003         * gnus-sum.el:
16004         * gnus-utils.el: Fix some trailing whitespaces.
16005
16006 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16009         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16010         article's Message-ID; refer parent article in summary buffer.
16011
16012         * message.el (message-bounce): Call mime-to-mml.
16013
16014         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16015         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16016         optimize and/or forms properly.
16017
16018 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16021         URL.
16022
16023 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16026
16027 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16028
16029         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16030         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16031         displayed of multipart/alternative part if it is invoked from summary
16032         buffer.
16033
16034         * mm-view.el (mm-inline-text-html-render-with-w3m)
16035         (mm-inline-text-html-render-with-w3m-standalone)
16036         (mm-inline-render-with-function): Use mail-parse-charset by default.
16037
16038 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16039
16040         * parse-time.el (parse-time-string-chars): Check if CHAR
16041         is less than the length of parse-time-syntax.
16042
16043 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16046         from gnus-newsgroup-processable.
16047
16048 2007-04-16  Didier Verna  <didier@xemacs.org>
16049
16050         * gnus-msg.el (gnus-configure-posting-styles):
16051         Handle message-signature-directory properly with :file syntax.
16052         Reported by "Leo".
16053
16054 2007-04-11  Didier Verna  <didier@xemacs.org>
16055
16056         New user option: message-signature-directory.
16057         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16058         * message.el (message-insert-signature): Ditto.
16059         * message.el (message-signature-file): Doc update.
16060         * message.el (message-signature-directory): New.
16061
16062 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * gnus-msg.el (gnus-inews-yank-articles):
16065         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16066
16067 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * message.el (message-yank-original): Make sure cited text ends with
16070         newline; don't exchange point and mark.
16071
16072 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16073
16074         * tls.el (open-tls-stream): Properly handle case where there
16075         is no associated buffer.
16076
16077 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16078
16079         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16080         message-yank-original, make sure (< mark TEXT point).
16081
16082 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * message.el (message-fill-column): New variable.
16085         (message-mode): Use it.  Add comment on a possible new hook.
16086
16087         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16088         (nnmail-get-new-mail): Reformat.
16089
16090         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16091
16092         * gmm-utils.el: Fix Commentary.
16093         (gmm-tool-bar-from-list): Fix typo in doc string.
16094
16095 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16096
16097         * message.el (message-yank-original): Don't switch point and mark
16098         unnecessarily to put point and mark as documented.
16099
16100 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16101
16102         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16103         from the message heads.
16104
16105 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16106
16107         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16108         article buffer does not have a window.  This may not be the best
16109         solution but is certainly better than setting the start of the null,
16110         that is the current, window.
16111
16112 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16113
16114         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16115         (gnus-draft-setup): Run it.
16116
16117         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16118         gnus-score-fast-scoring.  Allow regexp.
16119         (gnus-score-headers): Use it.
16120
16121         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16122         XEmacs.
16123
16124         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16125         string.
16126         (gnus-button-alist): Also catch `<f1> k ...'.
16127         (gnus-treat-display-x-face): Fix doc string.
16128
16129 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16130
16131         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16132         evaluation of gnus-extended-version to ensure correct generation of the
16133         User-Agent header when message-generate-headers-first is used.
16134
16135 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16136
16137         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16138         hashcash-path is nil.  Don't call callback with incorrect number of
16139         parameters if val is 0.
16140
16141 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16142
16143         * message.el (message-required-news-headers):
16144         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16145
16146 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16147
16148         * tls.el (open-tls-stream): In handshake-waiting loop,
16149         don't wait more if there is output available to process.
16150
16151 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16152
16153         * tls.el (tls-program): Doc fix.
16154
16155 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * message.el (message-generate-new-buffers): Change the meaning of the
16158         nil value; add `standard' to the choices; treat t as `unique'; improve
16159         doc string.
16160         (gnus-select-frame-set-input-focus): Autoload.
16161         (message-buffer-name): Search for the existing message buffer if
16162         message-generate-new-buffers is nil or `standard'; treat the value t of
16163         message-generate-new-buffers as `unique'.
16164         (message-pop-to-buffer): Raise the frame already displaying the message
16165         buffer; clear the echo area after querying.
16166         (message-setup): Pass the `continue' argument to compose-mail.
16167         (message-mail): Prefer `switch-function' if it is given; search for the
16168         existing message buffer if the `continue' argument is non-nil; pass
16169         continue and switch-function arguments to compose-mail by way of
16170         message-setup.
16171         (message-mail-other-window): Adjust argument of message-setup.
16172         (message-mail-other-frame): Ditto.
16173
16174 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16177         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16178         to turn font-lock on when turning gnus-message-citation-mode on.
16179
16180 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16181
16182         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16183         (mml-smime-function-alist): New variable; add epg as the backend.
16184         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16185         mml-smime- functions instead.
16186         * mm-view.el: Require smime.
16187
16188 2007-03-05  Didier Verna  <didier@xemacs.org>
16189
16190         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16191         instead of just inheritance for posting styles.
16192         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16193
16194 2007-02-24  Chris Moore  <dooglus@gmail.com>
16195
16196         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16197         * pgg-pgp.el (pgg-pgp-encrypt-region):
16198         * pgg-gpg.el (pgg-gpg-encrypt-region):
16199         Check pgg-encrypt-for-me if no other recipients.
16200
16201 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16202
16203         * tls.el (tls-certtool-program): Fix custom type.
16204
16205 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16208         and point-at-eol instead of line-(beginning|end)-position.
16209
16210         * assistant.el (assistant-parse-buffer): Ditto.
16211
16212         * netrc.el (netrc-parse-services): Ditto.
16213
16214 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16215
16216         * mml2015.el (mml2015-epg-find-usable-key): New function.
16217         (mml2015-epg-sign): Use it.
16218         (mml2015-epg-encrypt): Use it.
16219
16220 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * message.el (message-make-in-reply-to): Quote name containing
16223         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16224         if there are special characters.  Reported by NAKAJI Hiroyuki
16225         <nakaji@jp.freebsd.org>.
16226
16227 2007-02-27  Didier Verna  <didier@xemacs.org>
16228
16229         Include the group parameters as well as the topic ones in the
16230         inheritance filter process.
16231         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16232         argument GROUP-PARAMS-LIST.
16233         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16234
16235 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * nntp.el (nntp-never-echoes-commands)
16238         (nntp-open-connection-functions-never-echo-commands): New variables.
16239         (nntp-send-command): Use them.
16240
16241 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16242
16243         * mml2015.el (mml2015-epg-verify): Simplify.
16244
16245 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * mml.el (mml-content-disposition-alist): New user option.
16248         (mml-content-disposition): New function.
16249         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16250         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16251
16252 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16253
16254         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16255         verification.
16256
16257 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16258
16259         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16260         articles posted in the last 24 hours.
16261
16262 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16263
16264         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16265
16266 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16267
16268         * nntp.el (nntp-send-command): Don't wait for echoes when
16269         nntp-open-ssl-stream is used.
16270
16271 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16274         (gnus-message-add-citation-keywords)
16275         (gnus-message-remove-citation-keywords): Remove.
16276         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16277         directly, make the variables in font-lock-defaults buffer-local, add
16278         gnus-message-citation-keywords to them and then update the value of
16279         font-lock-keywords.
16280
16281 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * message.el (message-cite-original-1): Don't call
16284         gnus-article-highlight-citation.
16285
16286         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16287         citations; fix line count.
16288
16289 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16292         (gnus-message-add-citation-keywords)
16293         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16294         versions of font-lock-add-keywords and font-lock-remove-keywords to
16295         work with XEmacs correctly.
16296
16297 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16298
16299         * gnus-cite.el (gnus-cite-face-list): Set the values of
16300         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16301         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16302         (gnus-message-cite-prefix-regexp): New variable.
16303         (gnus-message-search-citation-line): Use it; protect against long
16304         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16305         the 0th match data for Emacs.
16306         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16307         (gnus-message-add-citation-keywords): Append keywords rather than
16308         prepending; emulate font-lock-add-keywords if it is not available.
16309         (gnus-message-remove-citation-keywords):
16310         Emulate font-lock-remove-keywords if it is not available.
16311
16312         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16313
16314         * message.el (message-cite-prefix-regexp): Set the value of
16315         gnus-message-cite-prefix-regexp.
16316
16317 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16318
16319         * nnweb.el (nnweb-google-parse-1): Update parser.
16320
16321 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16322
16323         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16324
16325 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16326
16327         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16328         regexp.
16329
16330 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16333         string-to-multibyte.
16334         (uudecode-decode-region-internal): Use it.
16335
16336         * lpath.el: Fbind string-as-multibyte for XEmacs.
16337
16338 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16339
16340         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16341         Fix custom choice.
16342
16343         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16344
16345 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16346
16347         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16348
16349         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16350         `write-region' to respect `mm-inhibit-file-name-handlers'.
16351
16352 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16355         Use gnus-home-directory instead of "~/" or "$HOME".
16356
16357 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16358
16359         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16360         to mention filename.
16361         Add comments at beginning regarding usage.
16362         (encrypt-write-file-contents): Change interactive so a string is
16363         acceptable.  If the file has no associated model, show an error instead
16364         of a nonsense prompt.
16365
16366 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16367
16368         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16369         Thanks to Yoshihiko Yamada for kind notification of this typo.
16370
16371 2007-01-12  Kenichi Handa  <handa@m17n.org>
16372
16373         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16374         multibyte buffer.
16375
16376 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * gnus-score.el (gnus-score-fast-scoring): New variable.
16379         (gnus-score-headers): Use it.
16380
16381         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16382
16383         * message.el (message-cite-original-1):
16384         Call gnus-article-highlight-citation if requested.
16385         (message-make-from): Allow name and address as optional arguments.
16386
16387         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16388
16389         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16390         bugs to doc string.
16391         (gnus-button-alist): Add mid\\|message-id.
16392         (gnus-button-fetch-group): Extend for use in
16393         `browse-url-browser-function'.
16394         (gnus-button-url-regexp): Try to catch paired parentheses like in
16395         Wikipedia URLs.
16396
16397         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16398         Suggested by Simon Krahnke <overlord@gmx.li>.
16399
16400 2007-01-13  Romain Francoise  <romain@orebokech.com>
16401
16402         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16403         Update copyright.
16404
16405 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16406
16407         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16408
16409 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16410
16411         * gnus-registry.el (gnus-registry-unfollowed-groups)
16412         (gnus-registry-split-fancy-with-parent): Fix documentation.
16413
16414 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16415
16416         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16417         from nnweb groups.
16418
16419 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16420
16421         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16422         Xref urls.  Erase buffer before requesting head.
16423
16424         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16425
16426 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16427
16428         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16429         customizable.
16430
16431 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16432
16433         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16434         no signing key is found.
16435         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16436         no encrypting and/or signing key is found.
16437
16438 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16439
16440         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16441
16442 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16443
16444         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16445         headers read from disk with the ones newly found in the current search.
16446         This should no longer cause problems, because the article numbers in
16447         Gmane's `nov.php' output are ignored since the previous change.
16448
16449 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16450
16451         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16452
16453 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16456         replace-regexp-in-string; bind url-version; fbind display-images-p and
16457         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16458         find-face and set-itimer-function for Emacs; bind itimer-list for
16459         Emacs.
16460
16461         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16462
16463 2007-01-01  Romain Francoise  <romain@orebokech.com>
16464
16465         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16466
16467 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16468
16469         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16470         `define-minor-mode' macro definition expanded properly.
16471         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16472         exclude it there.
16473
16474         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16475         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16476         `fboundp' test.
16477         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16478         This is OK to autoload in (S)XEmacs now.
16479
16480 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16481
16482         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16483         keystroke.
16484         (gnus-summary-limit-to-singletons): Fix typo.
16485
16486         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16487         else fails.
16488
16489 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16490
16491         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16492         docstring.
16493
16494         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16495         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16496         (gnus-summary-insert-dormant-articles): Fix typo in message.
16497
16498 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16501         nil for XEmacs.
16502         (gnus-message-citation-mode): Don't autoload in XEmacs.
16503
16504         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16505
16506 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16507
16508         * nnimap.el (nnimap-expunge-search-string):
16509         Mention nnimap-search-uids-not-since-is-evil in docstring.
16510
16511 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16512
16513         * spam.el: Revert to make-obsolete-variable because
16514         define-obsolete-variable-alias is not supported in Emacs 21.
16515
16516         * spam.el (spam-ifile-path, spam-ifile-database-path)
16517         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16518         make-obsolete-variable.
16519         (spam-bsfilter-path, spam-bsfilter-program)
16520         (spam-spamassassin-path, spam-spamassassin-program)
16521         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16522         Don't use "path" inappropriately.
16523         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16524         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16525         variable names.
16526
16527 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16528
16529         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16530         summary buffer.
16531
16532         * password.el (password-cache-remove): Use clear-string to burn
16533         password, if available.
16534
16535 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16538
16539         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16540
16541         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16542         (gnus-message-highlight-citation): Move defcustom here from
16543         gnus-cite.el.
16544         (gnus-message-citation-mode): Autoload.
16545
16546         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16547         checks to make it compile with XEmacs.
16548         (gnus-message-citation-mode): New minor mode.
16549         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16550         (gnus-message-highlight-citation): New variables.
16551         (gnus-message-search-citation-line)
16552         (gnus-message-add-citation-keywords)
16553         (gnus-message-remove-citation-keywords)
16554         (turn-on-gnus-message-citation-mode)
16555         (turn-off-gnus-message-citation-mode): New functions.
16556
16557 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16558
16559         * gnus-cite.el: Enable highlighting of different citation levels in
16560         message-mode.
16561
16562 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16563
16564         * message.el (message-make-fqdn): Fix comment.
16565         (message-bogus-system-names): Add ".local".
16566
16567         * spam.el (spam-ifile-path, spam-ifile-program)
16568         (spam-ifile-database-path, spam-ifile-database)
16569         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16570         Don't use "path" inappropriately.
16571         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16572         strings.
16573         (spam-check-ifile, spam-ifile-register-with-ifile)
16574         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16575         Use new variable names.
16576
16577         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16578         (gnus-treat-display-smileys): Simplify using
16579         gnus-image-type-available-p.
16580
16581         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16582         available.
16583
16584         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16585         Use `display-images-p' if available.
16586
16587 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16590         one after turning on the buffer's multibyteness instead of decoding
16591         them directly in the unibyte buffer that causes unexpected conversion
16592         in Emacs 23 (unicode).
16593
16594 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16595
16596         * message.el (message-generate-hashcash): Fix custom type.
16597
16598 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16601
16602 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16603
16604         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16605         disconnect icons.  Add help text.
16606
16607 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16608
16609         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16610         negated to be consistent with the others we handle.
16611
16612 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16613
16614         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16615         version of gnus-summary-buffer to something, so that we can use two
16616         article buffers at the same time.
16617
16618 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16619
16620         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16621         trigger all the extra headers.
16622         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16623         sorting.
16624
16625 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16626
16627         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16628         solid groups.
16629
16630 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16631
16632         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16633
16634 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16635
16636         * legacy-gnus-agent.el: Add Copyright notice.
16637
16638 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16639
16640         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16641
16642 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16643
16644         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16645
16646         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16647         to make it work reliably in CVS Emacs.
16648         (gnus-summary-limit-strange-charsets-predicate)
16649         (gnus-summary-limit-to-predicate): New functions.
16650
16651 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16652
16653         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16654         specifying array size.
16655         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16656         array if it is too small.
16657         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16658         (gnus-sort-threads-loop): New function.
16659
16660 2006-12-06  Chris Moore  <dooglus@gmail.com>
16661
16662         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16663         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16664
16665 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16666
16667         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16668         options.
16669
16670 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16671
16672         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16673         DOS-ing the recipient.
16674
16675         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16676         the headers when creating the mapping to avoid mismappings.
16677         (nnweb-gmane-create-mapping): Always nix out old mapping.
16678
16679 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16682         and mm-verify-option to never.
16683
16684 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * message.el (message-signed-or-encrypted-p): New function.
16687         (message-forward-make-body): Use it.
16688
16689         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16690         Replace encode-coding-string with mm-encode-coding-string.
16691
16692 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * nneething.el (nneething-decode-file-name):
16695         Replace decode-coding-string with mm-decode-coding-string.
16696
16697         * gnus-int.el (gnus-open-server): Say failed server's name.
16698
16699 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16700
16701         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16702         strings to a single string.  Quote `errors-file-name'.
16703         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16704         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16705         Adjust calls.  Use `shell-quote-argument'.
16706
16707 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16708
16709         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16710         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16711
16712         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16713         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16714         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16715         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16716         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16717         (gnus-subscribe-newsgroup, gnus-1):
16718         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16719         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16720         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16721         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16722
16723 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16724
16725         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16726         keystroke.
16727         (gnus-summary-limit-to-bodies): Implement headersp.
16728
16729 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16730
16731         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16732
16733 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16736
16737 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16738
16739         * message.el (message-generate-hashcash): Expand range of values to
16740         include `opportunistic'.
16741         (message-send-mail): Use it.
16742
16743 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16744
16745         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16746         and comment it.
16747
16748         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16749
16750 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gnus-util.el (gnus-extract-address-components): Improve comment.
16753
16754 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * gnus-util.el (gnus-extract-address-components): Work with address in
16757         which the name portion contains @.
16758
16759         * lpath.el: Fbind custom-autoload.
16760
16761 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16762
16763         * gnus.el (gnus-start): Move custom group up.
16764         (gnus-select-method): Don't autoload, but make it available for
16765         `customize-variable'.
16766         (gnus-getenv-nntpserver): Don't autoload.
16767
16768 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16769
16770         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16771
16772 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16773
16774         * message.el (message-sendmail-extra-arguments): New variable.
16775         (message-send-mail-with-sendmail): Use it.
16776
16777 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16780         mm-with-unibyte-current-buffer to make string unibyte.
16781
16782         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16783         mm-string-as-multibyte.
16784
16785 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16786
16787         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16788         Reported by Werner Koch <wk@gnupg.org>.
16789
16790 2006-11-14  Daiki Ueno  <ueno@p360>
16791
16792         * mml2015.el: Autoload epa-select-keys when compiling.
16793
16794 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16795
16796         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16797         message-options.
16798         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16799
16800 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16801
16802         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16803         EasyPG (< 0.0.6).
16804         (mml2015-always-trust): New user option.
16805         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16806         prompt.
16807
16808 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * nntp.el (nntp-authinfo-force): New variable.
16811         (nntp-send-authinfo): Use it.
16812
16813 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16816         decode encoded words.  Improve prompt.  Add comment about forwarding.
16817         (message-replacement-char): Move up.
16818
16819 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16820
16821         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16822         instead of gnus-intersection because arguments of gnus-sorted-nunion
16823         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16824
16825 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16828         (message-simplify-subject-functions):
16829         Enable message-strip-subject-encoded-words by default.
16830
16831 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16832
16833         * message.el (message-strip-subject-encoded-words): New function.
16834         (message-simplify-subject-functions): New variable.
16835         (message-simplify-subject): Use it.  Fix typo in doc string.
16836         Support message-strip-subject-encoded-words.
16837
16838 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16839
16840         * gnus-diary.el (gnus-diary-delay-format-function):
16841         * nndiary.el (nndiary-reminders):
16842         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16843
16844 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16845
16846         * gnus-art.el (article-hide-boring-headers): Fetch date from
16847         gnus-original-article-buffer to avoid problems with localized date
16848         strings.
16849
16850 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16853
16854 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16857         New variables.
16858         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16859         (mm-charset-synonym-alist): Move some entries to
16860         mm-codepage-iso-8859-list.
16861         (mm-charset-synonym-alist, mm-charset-override-alist):
16862         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16863
16864 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16867
16868 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16871         with Emacs 21 and XEmacs.
16872
16873 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16874
16875         * spam.el (spam-parse-address): New function for better parsing,
16876         catching errors, etc.
16877         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16878
16879 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * mm-view.el: Add interactive arg to html2text autoload.
16882
16883 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16886
16887 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16888
16889         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16890         New variables.
16891         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16892         (mm-charset-synonym-alist): Move some entries to
16893         mm-codepage-iso-8859-list.
16894
16895         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16896
16897 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16898
16899         * message.el (message-citation-line-format)
16900         (message-insert-formated-citation-line): Fix implementation of %E, %N
16901         and %n according to the doc string.
16902
16903 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16904
16905         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16906         Use car-safe to avoid bad parses.
16907
16908 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16911         names.
16912
16913         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16914
16915 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16918         header.
16919
16920         * message.el (message-draft-headers): Add Date.
16921         (message-headers-to-generate): Fix typo in docstring.
16922
16923         * nndraft.el (nndraft-required-headers): New variable.
16924         (nndraft-generate-headers): Use it.
16925
16926         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16927
16928 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16929
16930         * gnus-registry.el (gnus-registry-wash-for-keywords)
16931         (gnus-registry-find-keywords): New functions to allow easy searching of
16932         articles that are in the registry.
16933
16934 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16935
16936         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16937         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16938         Reported by Damien Elmes <damien@repose.cx>.
16939
16940 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * gnus.el (gnus-mime): Remove unused custom group.
16943
16944 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16945
16946         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16947         "blank line" when searching for end of armor headers.
16948
16949 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * gmm-utils.el (gmm-write-region): Fix variable name.
16952
16953 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16954
16955         * gmm-utils.el (gmm-write-region): New function based on compatibility
16956         code from `mm-make-temp-file'.
16957
16958         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16959
16960         * nnmaildir.el (nnmaildir--update-nov)
16961         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16962         Use `gmm-write-region'.
16963
16964 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16965
16966         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16967         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16968
16969         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16970
16971         * message.el (message-replacement-char): New variable.
16972         (message-fix-before-sending): Use it.
16973         (message-simplify-subject): New function to remove duplicate code.
16974         (message-reply, message-followup): Use it.
16975
16976         * gnus-sum.el (gnus-summary-make-menu-bar):
16977         Clarify gnus-summary-limit-to-articles.
16978
16979 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * gnus-util.el (gnus-with-local-quit): New macro.
16982
16983         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16984
16985 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16986
16987         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16988         ignore non-string data.
16989
16990 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16991
16992         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16993         non-string data (needs to be done in the registry too).
16994
16995 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16996
16997         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16998         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16999         (gnus-registry-split-fancy-with-parent)
17000         (gnus-registry-fetch-simplified-message-subject-fast)
17001         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17002         Remove text properties on ingress into the registry and when it's saved.
17003         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17004         registry from entries with no groups.
17005
17006 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17007
17008         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17009         function to remove string properties.
17010
17011 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * gmm-utils.el (gmm): Adjust custom version.
17014
17015         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17016         Adjust custom version.
17017
17018         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17019
17020 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17021
17022         * gnus-art.el (gnus-insert-prev-page-button)
17023         (gnus-insert-next-page-button): Simplify.  Reformat.
17024
17025 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17026
17027         * gnus-art.el (gnus-insert-prev-page-button)
17028         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17029
17030 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17031
17032         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17033
17034 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17035
17036         * gnus-art.el (gnus-insert-mime-button)
17037         (gnus-insert-mime-security-button):
17038         Apply gnus-article-button-face to MIME and security buttons.
17039
17040 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17041
17042         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17043         readable.
17044
17045 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17048
17049 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17050
17051         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17052         `browse-url-of-file' instead of `browse-url'.
17053
17054 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17055
17056         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17057         regexp.  Articles containing quotation were cut prematurely.
17058
17059 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * message.el (message-cite-original-1): Use nobody by default for the
17062         value of From header.
17063         (message-reply): Ditto.
17064
17065 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17066
17067         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17068         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17069         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17070
17071 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17072
17073         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17074         mails in the doc string.  Add some URLs in comment.
17075         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17076
17077 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17080         backslashes handling and the way to find boundaries of quoted strings.
17081
17082 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17083
17084         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17085         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17086         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17087         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17088
17089 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17092         doc string.
17093         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17094
17095 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * lpath.el: Fbind epg-check-configuration.
17098
17099 2006-09-06  Simon Josefsson  <jas@extundo.com>
17100
17101         * mml2015.el (mml2015-use): Doc fix, mention epg.
17102
17103 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17104
17105         * mml2015.el (mml2015-use): Default to epg, if available.
17106
17107 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17108
17109         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17110         message-sender.
17111         (mml1991-epg-encrypt): Ditto.
17112         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17113         message-sender.
17114         (mml2015-epg-encrypt): Ditto.
17115
17116 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17117
17118         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17119         several common directories.
17120
17121 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17122
17123         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17124         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17125
17126 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * gnus-art.el (article-decode-encoded-words): Make it fast.
17129
17130 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17133
17134         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17135         in quoted string into `\'.
17136
17137 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17140         Use standard-syntax-table.
17141
17142 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * gnus-art.el (gnus-decode-address-function): New variable.
17145         (article-decode-encoded-words): Use it to decode headers which are
17146         assumed to contain addresses.
17147         (gnus-mime-delete-part): Remove useless `or'.
17148
17149         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17150         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17151         (gnus-nov-parse-line): Use it to decode From header.
17152         (gnus-get-newsgroup-headers): Ditto.
17153         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17154
17155         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17156         (mail-decode-encoded-address-string): New alias.
17157
17158         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17159         New function.
17160         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17161         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17162         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17163         (rfc2047-decode-string): Ditto.
17164         (rfc2047-decode-address-region): New function.
17165         (rfc2047-decode-address-string): New function.
17166
17167 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17168
17169         * message.el (message-caesar-buffer-body): Allow rotating headers.
17170
17171         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17172
17173         * message.el (message-insert-formated-citation-line): Fix %f.
17174         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17175
17176 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17177
17178         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17179         (gnus-bookmark-mouse-available-p): New macro.
17180         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17181         (gnus-bookmark-bmenu-show-infos): Use it.
17182         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17183         (gnus-bookmark-bmenu-hide-infos): Ditto.
17184         (gnus-bookmark-remove-properties): New function.
17185         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17186         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17187         (gnus-bookmark-write-file): Bind coding-system-for-write.
17188         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17189         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17190         group before selecting it.
17191         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17192         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17193         quit-window if it is not available; use gnus-mouse-2 and bind it to
17194         gnus-bookmark-bmenu-select-by-mouse.
17195         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17196         (gnus-bookmark-bmenu-select-by-mouse): New function.
17197
17198 2006-08-13  Romain Francoise  <romain@orebokech.com>
17199
17200         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17201         space.
17202
17203 2006-08-10  Romain Francoise  <romain@orebokech.com>
17204
17205         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17206         (dns-mode-soa-auto-increment-serial): New user option.
17207         (dns-mode-soa-maybe-increment-serial): New function.
17208         (dns-mode): Add the latter to `write-contents-functions'.
17209
17210 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * compface.el (uncompface): Use binary rather than raw-text-unix.
17213
17214 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17215
17216         * compface.el (uncompface): Make sure the eol conversion doesn't take
17217         place when communicating with the external programs.
17218         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17219
17220 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17223
17224 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17225
17226         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17227         Make it more robust by parsing author and date independently.
17228
17229 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17232
17233 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17234
17235         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17236         first matching secret key.
17237         (mml2015-epg-encrypt): Ditto.
17238
17239         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17240         first matching secret key.
17241         (mml1991-epg-encrypt): Ditto.
17242
17243         * mml2015.el (mml2015-encrypt-to-self): New user option.
17244         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17245         mml2015-epg-encrypt-to-self is set.
17246
17247         * mml1991.el (mml1991-encrypt-to-self): New variable.
17248         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17249         mml1991-epg-encrypt-to-self is set.
17250
17251         * mml2015.el (mml2015-signers): New user option.
17252         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17253         (mml2015-epg-encrypt): Allow to select signing keys.
17254
17255         * mml1991.el (mml1991-signers): New variable.
17256         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17257         (mml1991-epg-encrypt): Allow to select signing keys.
17258
17259 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * nnheader.el (nnheader-insert-head): Make it work even if the file
17262         uses CRLF for the line-break code.
17263
17264 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17265
17266         * mml2015.el: Require mml-sec instead of password.
17267         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17268         (mml2015-cache-passphrase): Inherit the default value from
17269         mml-secure-cache-passphrase.
17270         (mml2015-passphrase-cache-expiry): Inherit the default value from
17271         mml-secure-passphrase-cache-expiry.
17272
17273         * mml1991.el: Require mml-sec instead of password.
17274         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17275         (mml1991-cache-passphrase): Inherit the default value from
17276         mml-secure-cache-passphrase.
17277         (mml1991-passphrase-cache-expiry): Inherit the default value from
17278         mml-secure-passphrase-cache-expiry.
17279
17280         * mml-sec.el: Require password.
17281         (mml-secure-verbose): New user option.
17282         (mml-secure-cache-passphrase): New user option.
17283         (mml-secure-passphrase-cache-expiry): New user option.
17284
17285 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17286             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17287
17288         * pgg-def.el (pgg-truncate-key-identifier):
17289         Truncate the key ID to 8 letters from the end.
17290
17291 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17292
17293         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17294         workaround for the url package included with Emacs.
17295
17296         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17297
17298 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17301         correctly.  This fixes a bug caused by the 2006-05-12 change.
17302
17303 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17304
17305         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17306         some information about the error when saying that the `bogus' mail
17307         group will be used.
17308
17309 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17310
17311         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17312         string.
17313
17314 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17315
17316         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17317
17318 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17319
17320         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17321
17322 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17323
17324         * mml1991.el (mml1991-function-alist): Add epg.
17325         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17326         (mml1991-epg-encrypt): New functions.
17327
17328 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17329
17330         * mml2015.el (mml2015-verbose): New variable.
17331         (mml2015-cache-passphrase): Ditto.
17332         (mml2015-passphrase-cache-expiry): Ditto.
17333         (mml2015-function-alist): Add epg.
17334         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17335         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17336         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17337         New functions.
17338
17339 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17340
17341         * message.el (message-cite-original-1): Preserve region when removing
17342         quoted text due to X-No-Archive in order to avoid bogus attribution
17343         when citing multiple messages.
17344
17345 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17346
17347         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17348         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17349
17350 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17351
17352         * gnus-diary.el (gnus-user-format-function-d)
17353         (gnus-user-format-function-D): Autoload.
17354
17355         * imap.el (Commentary): Fix typo.
17356
17357         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17358         2006-04-22 contribution.
17359
17360 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17361
17362         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17363         It didn't really fix the bogosity I'm seeing with solid web groups.
17364
17365 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17366
17367         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17368         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17369         created using server names.  If we use the feature without declaring
17370         it, Gnus does not properly manage server and group state.
17371
17372         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17373         bound.
17374
17375 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17376
17377         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17378         looking up the method using GROUP's prefix before inventing a new one.
17379         It is used on killed/unknown groups in various places where returning
17380         an all-new method isn't expected by the caller.
17381
17382         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17383         and match semantics of gnus-group-real-prefix.
17384
17385 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17386
17387         * nnmail.el (nnmail-broken-references-mailers): New variable.
17388         (nnmail-ignore-broken-references): New function generalizing
17389         nnmail-fix-eudora-headers.
17390         (nnmail-fix-eudora-headers): Now obsolete.
17391
17392         * gnus-art.el (gnus-button-handle-custom):
17393         Support `customize-apropos*'.
17394
17395 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17396
17397         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17398
17399         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17400         articles.
17401
17402 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * message.el (message-cite-reply-above): New variable.
17405         (message-yank-original): Use it.
17406
17407 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17410
17411 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17412
17413         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17414         as read.
17415
17416         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17417
17418 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17421         (gnus-bookmark-default-file): Use gnus-directory.
17422         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17423         Remove "*" in doc string.
17424         (gnus-bookmark-write-file): Simplify.
17425         (gnus-bookmark-maybe-sort-alist): Use `when'.
17426         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17427         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17428         Add FIXME about Emacs 21 and XEmacs compatibility.
17429         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17430         compatibility.
17431         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17432         compatibility.
17433         (gnus-bookmark-menu-heading): Fix version.
17434
17435 2006-06-19  Bastien Guerry  <bzg@altern.org>
17436
17437         * gnus-bookmark.el: New file.
17438
17439 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * message.el (message-syntax-checks): Doc fix.
17442
17443 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17444
17445         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17446         unsubscribed groups as if they were killed ones.  It causes duplicate
17447         entries in gnus-newsrc-alist.
17448
17449 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17450
17451         * message.el (message-syntax-checks): Doc fix.
17452         (message-send-mail): Add check for continuation headers.
17453         (message-check-news-header-syntax): Fix regexp used to check for
17454         continuation headers.
17455
17456 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17459
17460 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17463
17464 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17467         default-truncate-lines.
17468
17469 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17472         to fill the utf-8 entry.
17473
17474         * lpath.el: Fbind unicode-precedence-list.
17475
17476 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17477
17478         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17479
17480 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17481
17482         * gnus-agent.el (directory-files-and-attributes): Move all the way
17483         forward (the third and final move).
17484         (gnus-agent-read-agentview): Trap reconstruction errors due to
17485         nonexistent directory.  Handle by returning nil.
17486
17487 2006-05-30  Didier Verna  <didier@xemacs.org>
17488
17489         * message.el (message-dont-reply-to-names): Update the custom type.
17490         * message.el (message-dont-reply-to-names): New defsubst: potentially
17491         convert a list of regexps into a single one.
17492         * message.el (message-get-reply-headers): Use it.
17493         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17494
17495 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * gnus-agent.el (directory-files-and-attributes): Move forward.
17498
17499 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * gnus-ml.el (gnus-mailing-list-subscribe)
17502         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17503         (gnus-mailing-list-message): Fix doc strings.
17504
17505 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17506
17507         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17508         of doing it manually.
17509
17510 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17511
17512         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17513         comment.
17514
17515 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17516
17517         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17518         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17519         (gnus-agent-read-local): All symbols allocated in my-obarray.
17520         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17521         (gnus-agent-regenerate-group): Check numeric names to see if they are
17522         messages or groups.
17523         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17524         better way of do this...)
17525
17526         * gnus-cache.el (gnus-agent-total-fetched-for):
17527         Ignore 'dummy.group' (there should be a better way of do this...)
17528
17529 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17532         (gnus-saved-headers): Ditto.
17533         (gnus-default-article-saver): Mention functions may have properties.
17534         (gnus-article-save): Override gnus-save-all-headers and
17535         gnus-saved-headers by :headers property which saver function may have.
17536         (gnus-summary-save-in-file): Add :headers property.
17537         (gnus-summary-write-to-file): Ditto.
17538
17539         * gnus-sum.el (gnus-summary-save-article): Bind
17540         gnus-prompt-before-saving to t when saving many articles in a file;
17541         always show all headers.
17542
17543         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17544
17545 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17546
17547         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17548         marks.
17549
17550         * message.el (message-indent-citation): Add optional arguments to allow
17551         using it outside of message buffers.
17552
17553         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17554         (gnus-article-treat-unfold-headers): Use it.
17555         (gnus-article-truncate-lines): New variable.
17556         (gnus-article-mode): Use it.
17557         (gnus-article-toggle-truncate-lines): New function.
17558
17559         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17560         Add gnus-article-toggle-truncate-lines.
17561
17562         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17563         coding system in XEmacs, use binary.
17564
17565 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17568         after-load-alist.
17569
17570         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17571         this function should save decoded articles.
17572         (gnus-summary-write-to-file): Use property to specify this function
17573         should save decoded articles and specify gnus-summary-save-in-file
17574         should be used to save articles other than the first one when saving
17575         many articles.
17576         (gnus-summary-save-body-in-file): Use property to specify this
17577         function should save decoded articles.
17578         (gnus-summary-write-body-to-file): Use property to specify this
17579         function should save decoded articles and specify
17580         gnus-summary-save-body-in-file should be used to save articles other
17581         than the first one when saving many articles.
17582
17583         * gnus-sum.el (gnus-summary-save-article): Simplify.
17584
17585 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-art.el (gnus-default-article-saver):
17588         Add gnus-summary-write-body-to-file.
17589         (gnus-article-save-coding-system): Don't use coding system object
17590         in XEmacs.
17591         (gnus-read-save-file-name): Add optional `dir-var' argument which
17592         specifies directory in which files are saved; work even if optional
17593         `variable' argument is not specified.
17594         (gnus-summary-write-to-file): Read file name.
17595         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17596         (gnus-summary-write-body-to-file): New function.
17597
17598         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17599         (gnus-summary-local-variables): Add it.
17600         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17601         (gnus-summary-save-article): Remove optional `decode' argument;
17602         determine whether to decode articles by the value of
17603         gnus-default-article-saver; when saving many files using
17604         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17605         it first and use gnus-summary-save-in-file or
17606         gnus-summary-save-body-in-file thereafter unless
17607         gnus-prompt-before-saving is always; move point to article which
17608         will be saved.
17609         (gnus-summary-save-article-file): Revert.
17610         (gnus-summary-write-article-file): Revert.
17611         (gnus-summary-save-article-body-file): Revert.
17612         (gnus-summary-write-article-body-file): New function.
17613
17614 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17615
17616         * gnus-art.el (gnus-default-article-saver): Doc fix.
17617         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17618         from gnus-summary-save-article-coding-system, and default to a
17619         certain coding system.
17620         (gnus-output-to-file): Add coding cookie and encode text according
17621         to gnus-article-save-coding-system; don't use mm-append-to-file.
17622
17623         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17624         gnus-art.el and rename to gnus-article-save-coding-system.
17625         (gnus-summary-save-article): Require gnus-art; don't show all
17626         headers if it decodes articles; don't add coding cookie here;
17627         don't bind mm-text-coding-system-for-write.
17628         (gnus-summary-save-article-file): Save decoded articles.
17629         (gnus-summary-write-article-file): When saving many files, use
17630         gnus-summary-write-to-file first and gnus-summary-save-in-file
17631         thereafter unless gnus-prompt-before-saving is always.
17632         (gnus-summary-save-article-body-file): Save decoded articles.
17633
17634         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17635
17636 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * nnrss.el (nnrss-check-group): Bind hash-index.
17639
17640 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17641
17642         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17643         its hash index.  Store this hash in `nnrss-group-data'.
17644         (nnrss-read-group-data): Update accordingly.
17645
17646 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17647
17648         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17649         entry.
17650
17651         * gnus-sum.el (gnus-summary-make-menu-bar):
17652         Add gnus-article-browse-html-article.
17653
17654 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17655
17656         * gnus-sum.el (gnus-summary-mime-map):
17657         Add gnus-article-browse-html-article.
17658
17659         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17660
17661 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17662
17663         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17664         suitable coding systems in customize.
17665
17666 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17667
17668         * mail-source.el (mail-sources): Fix custom type.
17669
17670 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17671
17672         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17673         (gnus-summary-expire-articles-now): Shorten prompt.
17674
17675         * gmm-utils.el (wid-edit): Require.
17676         (defun-gmm): Rename from `gmm-defun-compat'.
17677         (gmm-image-search-load-path): Use it.
17678         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17679
17680 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * gnus-sum.el (gnus-summary-save-article-coding-system):
17683         New variable.
17684         (gnus-summary-save-article): Add optional `decode' argument.
17685         If it is set and gnus-summary-save-article-coding-system is non-nil,
17686         save decoded article.
17687         (gnus-summary-write-article-file): Save decoded article if
17688         gnus-summary-save-article-coding-system is non-nil.
17689
17690         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17691         type.
17692
17693 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17696
17697 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17700         first to test gnus-single-article-buffer which may be buffer-local.
17701
17702         * gnus-sum.el (gnus-summary-setup-buffer):
17703         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17704         group; make gnus-article-buffer, gnus-article-current, and
17705         gnus-original-article-buffer always buffer-local.
17706         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17707         group.
17708         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17709
17710 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * nnml.el (nnml-request-compact-group): Compressed files might not
17713         have .gz extension.
17714
17715 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17716
17717         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17718         (mm-copy-to-buffer): Use with-current-buffer.
17719         (mm-display-part): Simplify.
17720         (mm-inlinable-p): Add optional arg `type'.
17721
17722 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17723
17724         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17725         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17726         Try harder to show the attachment internally or externally using
17727         gnus-mime-view-part-as-type.
17728
17729 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17730
17731         * message.el (message-from-style, message-signature-separator)
17732         (message-user-organization-file, message-send-mail-function)
17733         (message-citation-line-function, message-yank-prefix)
17734         (message-indent-citation-function, message-signature)
17735         (message-signature-file, message-signature-insert-empty-line):
17736         Remove autoloads.
17737
17738         * gnus-art.el (gnus-buttonized-mime-types):
17739         Remove "multipart/signed".  Revert 2006-04-26 change.
17740
17741 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17742
17743         * gnus.el (gnus-version-number): Bump version.
17744
17745 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17746
17747         * gnus.el: No Gnus v0.5 is released.
17748
17749 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17750
17751         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17752         fetching articles by message-id.
17753
17754 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17755
17756         * message.el (hashcash): Require hashcash as normal.
17757
17758         * ecomplete.el (ecomplete-highlight-match-line):
17759         Use point-at-eol.
17760         (ecomplete-highlight-match-line): Use `highlight', because that
17761         face exists in both Emacs and XEmacs.
17762
17763         * message.el (message-display-abbrev): Use point-at-bol.
17764
17765         * mail-source.el: Don't require timer/timer-funcs.
17766
17767         * gnus-async.el: Ditto.
17768
17769         * password.el: Ditto.
17770
17771         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17772
17773         * mm-url.el: Ditto.
17774
17775         * gnus-xmas.el: Don't require timer-funcs.
17776
17777         * mm-util.el: Require timer/timer-funcs.
17778
17779 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17780
17781         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17782         Close.
17783
17784 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17787         unibyte after clear-decrypt function runs.
17788
17789         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17790         returns as a unibyte string.
17791
17792 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * lpath.el: Revert.
17795
17796         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17797         (pgg-gpg-process-sentinel): Revert.
17798
17799         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17800         (pgg-pgp-lookup-key): Revert.
17801
17802         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17803         (pgg-pgp5-lookup-key): Revert.
17804
17805         * pgg.el (pgg-fetch-key): Revert.
17806
17807 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * lpath.el: Fbind string-as-multibyte for XEmacs.
17810
17811         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17812         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17813         (mml1991-pgg-encrypt): Ditto.
17814
17815         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17816         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17817         a multibyte buffer.
17818
17819         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17820         (pgg-pgp-lookup-key): Ditto.
17821
17822         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17823         (pgg-pgp5-lookup-key): Ditto.
17824
17825         * pgg.el (pgg-fetch-key): Ditto.
17826
17827 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17828
17829         * message.el (message-user-organization-file): Check several
17830         locations of the organization file.
17831
17832         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17833         Add gnus-article-view-part-as-type.
17834
17835         * gnus-art.el (gnus-article-view-part-as-type): New function.
17836
17837         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17838         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17839
17840         * mml.el: Simplify autoload.
17841         (mml-mode): defvar dnd-protocol-alist instead of using
17842         symbol-value.
17843         (mml-default-directory): New variable.
17844         (mml-minibuffer-read-file): Use it.
17845         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17846
17847         * message.el (message-citation-line-format): New variable.
17848         (message-insert-formated-citation-line): New function.
17849         (message-citation-line-function):
17850         Add `message-insert-formated-citation-line' to custom type.
17851
17852         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17853         to doc string.
17854
17855         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17856         depending on mm-verify-option.
17857
17858 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17861         binding pgg-* variables; reimplement the section which prevents
17862         MIME header from being signed.
17863         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17864         pgg-text-mode; remove a blank line at the top of body.
17865
17866         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17867         lines at the top of body; use gnus-newsgroup-charset if there's no
17868         Charset header.
17869
17870 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * message.el (message-self-insert-commands): Doc fix.
17873
17874         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17875         (mm-uu-pgp-encrypted-test): Ditto.
17876         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17877         between header and body; return application/pgp-encrypted handle
17878         if decryption failed; decode decrypted body by charset.
17879
17880         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17881         element match to application/pgp-*.
17882
17883 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17884
17885         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17886         HTML.
17887
17888 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17889
17890         * mail-source.el (mail-source-call-script): Message the error
17891         string.
17892
17893 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17894
17895         * gnus-util.el (gnus-byte-compile): Use it.
17896
17897 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17898
17899         * gnus-util.el (kill-empty-logs): New function.
17900
17901 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17902
17903         * message.el (message-mail-alias-type): Doc fix.
17904         (message-mail-alias-type-p): New function.
17905         (message-send): Use it.
17906         (message-mode): Ditto.
17907         (message-strip-forbidden-properties): Ditto.
17908
17909         * ecomplete.el (ecomplete-database-file-coding-system):
17910         New variable.
17911         (ecomplete-save): Use it.
17912         (ecomplete-setup): Use it.
17913
17914 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * message.el (message-self-insert-commands): New variable.
17917         (message-strip-forbidden-properties): Use it.
17918
17919 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17920
17921         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17922         that doesn't make XEmacs choke.
17923
17924 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17925
17926         * gnus-util.el (gnus-replace-in-string):
17927         Prefer replace-regexp-in-string over of replace-in-string.
17928
17929 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * gnus-util.el (gnus-select-frame-set-input-focus):
17932         Use select-frame-set-input-focus if it is available in XEmacs; use
17933         definition defined in Emacs 22 for old Emacsen.
17934
17935         * dgnushack.el: Autoload unmorse-region for XEmacs.
17936
17937         * lpath.el: Bind cursor-in-non-selected-windows and
17938         select-frame-set-input-focus for XEmacs.
17939
17940 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17943
17944 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17945
17946         * gnus-registry.el (gnus-registry-cache-save): Remove text
17947         properties when saving via the temp buffer.
17948
17949 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17950
17951         * message.el (message-generate-hashcash): Honor custom type.
17952
17953 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17954
17955         * message.el (message-generate-hashcash): Default to non-nil when
17956         hashcash is found.
17957
17958         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17959         (gnus-refer-thread-limit): Increase default to 500.
17960
17961         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17962
17963         * flow-fill.el (fill-flowed): Allow delete-space.
17964
17965 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17966
17967         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17968         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17969         Remove autoloads.
17970
17971 2006-04-18  Simon Josefsson  <jas@extundo.com>
17972
17973         * message.el (message-generate-hashcash): Default to.
17974
17975 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17978         concatenating segments rather than before concatenating them.
17979
17980 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17981
17982         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17983
17984 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17985
17986         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17987
17988         * message.el (message-forward-make-body-plain):
17989         Allow message-forward-ignored-headers to be a list.
17990         (message-remove-ignored-headers): Factor out into function.
17991         (message-forward-make-body-mml): Use it.
17992
17993         * imap.el (imap-quote-specials): New function.
17994         (imap-login-auth): Quote specials.
17995
17996         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17997         (rfc2231-parse-string): Allow concatanation of parameters that
17998         aren't contiguous.  The test case is
17999           (mail-header-parse-content-type "message/external-body;
18000             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18001             access-type=LOCAL-FILE;
18002             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18003
18004 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18005
18006         * nntp.el (nntp-accept-process-output): Return the value of
18007         `nnheader-accept-process-output'.
18008
18009 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18010
18011         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18012         (gnus-button-alist): Recognize more diff formats.
18013         (gnus-button-patch): Strip directory.
18014
18015 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18016
18017         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18018         Emacs 22 when setting focus.
18019
18020 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18021
18022         * gnus-art.el (gnus-article-treat-types): Do treatment of
18023         text/x-verbatim parts.
18024         (gnus-button-patch): New command.
18025
18026         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18027         addresses that contain invalid characters.
18028
18029 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18030
18031         * message.el (message-put-addresses-in-ecomplete):
18032         Use gnus-replace-in-string.
18033         (message-is-yours-p): Use the more correct
18034         mail-header-parse-address instead of
18035         mail-extract-address-components.
18036         (message-put-addresses-in-ecomplete): Fix typo.
18037
18038         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18039         keystroke.
18040
18041         * gnus-art.el (gnus-treatment-function-alist): Change order of
18042         newsgroups/generic header folding to avoid double-folding.
18043
18044         * message.el (message-hidden-headers): Add X-Draft-From.
18045
18046         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18047         New command.
18048         (gnus-summary-repeat-search-article-backward): New command.
18049
18050         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18051         groups in the parent topic.
18052
18053 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18054
18055         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18056         (spam-extra-header-to-number): Return the CRM114 number as a
18057         number instead of a string.
18058
18059 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18060
18061         * gnus-art.el (gnus-face-properties-alist): Move here from
18062         gnus-fun.
18063
18064         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18065
18066 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18067
18068         * message.el (message-strip-forbidden-properties): Only display on
18069         self-insert-command.
18070
18071         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18072         reindent.
18073         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18074
18075 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18076
18077         * smiley.el (smiley-style): Fix typo.
18078
18079 2006-03-23  Kenichi Handa  <handa@m17n.org>
18080
18081         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18082         instead of set-buffer-multibyte.
18083
18084 2006-03-23  Kenichi Handa  <handa@m17n.org>
18085
18086         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18087         buffer and then decode the buffer text if necessary.
18088         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18089         first, and after mm-encode-body, change the buffer to unibyte.
18090
18091 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18092
18093         * hashcash.el (hashcash-insert-payment-async-2):
18094         Use message-goto-eoh instead of doing it manually.
18095         (mail-add-payment): Use message-narrow-to-header instead of trying
18096         to do the same itself.
18097
18098         * message.el (message-hidden-headers): Add Face.
18099
18100         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18101         reparenting code.
18102         (gnus-summary-reparent-children): Refactored out code.
18103         (gnus-summary-thread-map): New keystroke.
18104         (gnus-summary-reparent-children): Make into command.
18105
18106         * smiley.el (smiley-style): Default to `medium' if using a large
18107         font.
18108
18109         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18110         does it itself.
18111
18112         * message.el (message-point-in-header-p): Simplify definition.
18113
18114 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18115
18116         * nnagent.el (nnagent-request-set-mark): Silence log file
18117         writing.
18118         (nnagent-request-set-mark): Use write-region instead of
18119         append-to-file.
18120
18121         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18122         strange select method.
18123
18124         * ecomplete.el (ecomplete-display-matches): Get highlightling
18125         right.
18126         (ecomplete-display-matches): Use literals.
18127         (ecomplete-display-matches): Disable message logging.
18128
18129         * message.el (message-display-abbrev): Small optimization.
18130
18131         * ecomplete.el (ecomplete-display-matches): Allow automatic
18132         display.
18133
18134         * message.el (message-strip-forbidden-properties):
18135         Display abbrevs.
18136         (message-display-abbrev): Get automatic display right.
18137
18138         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18139         keystrokes.
18140
18141 2006-04-13  Romain Francoise  <romain@orebokech.com>
18142
18143         TODO: Backport to v5-10!
18144
18145         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18146         Move here (and rename) from gnus-registry.el.
18147
18148         * gnus-registry.el: Require gnus-util.
18149         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18150
18151 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18152
18153         * gnus-group.el (gnus-group-catchup-current):
18154         Change if-then-else-if-then-else into cond.
18155         (gnus-group-catchup): Indent.
18156         (group-name-at-point): New function.
18157         (gnus-fetch-group): Provide default from thing at point.
18158
18159 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18160
18161         * message.el (message-display-abbrev): Fix regexp.
18162
18163         * ecomplete.el (ecomplete-highlight-match-line):
18164         Reimplement choosing.
18165         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18166         dead variables.
18167
18168         * message.el (message-newline-and-indent): Remove debugging.
18169         (message-display-abbrev): Use new implementation.
18170
18171 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18172
18173         * gnus-art.el (gnus-article-mode):
18174         Set cursor-in-non-selected-windows to nil.
18175
18176         * smiley.el: Revert previous change.
18177         (smiley-data-directory): defvar it before using it in the
18178         defcustom of `smiley-style'.
18179
18180 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18181
18182         * message.el (message-newline-and-indent): New function.
18183
18184         * ecomplete.el: Implement more bits.
18185
18186         * message.el (message-put-addresses-in-ecomplete): Clean up the
18187         string.
18188
18189         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18190
18191         * gnus-sum.el (gnus-summary-save-parts):
18192         Bind gnus-summary-save-parts-counter and use it to make unique file
18193         names.
18194
18195         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18196
18197         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18198         parameter to say whether to actually parse the individual
18199         addresses.
18200
18201         * message.el (message-put-addresses-in-ecomplete): New function.
18202         (ecomplete): Require.
18203         (message-mail-alias-type): Add ecomplete as an option.
18204
18205 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18206
18207         * flow-fill.el (fill-flowed): Remove trailing space from blank
18208         quoted lines.
18209
18210 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18211
18212         * smiley.el (smiley-style): Move definition later to avoid a
18213         compilation warning.
18214
18215 2006-04-12  Kenichi Handa  <handa@m17n.org>
18216
18217         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18218         buffer and then decode the buffer text if necessary.
18219         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18220         first, and after mm-encode-body, change the buffer to unibyte.
18221         Use mm-disable-multibyte instead of set-buffer-multibyte.
18222
18223 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18226         Content-Type header instead of Content-Disposition header.
18227         (gnus-mime-inline-part): Ditto.
18228         (gnus-mime-view-part-as-charset): Ignore charset that the part
18229         specifies.
18230
18231         * mm-decode.el (mm-display-part): Work with external parts and
18232         usual parts similarly.
18233
18234         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18235         instead of gnus-display-mime.
18236
18237         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18238         instead of with-temp-buffer.
18239
18240         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18241         tag to summarized topics part in order to encode non-ASCII text.
18242
18243 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * smiley.el (smiley-style): New variable.
18246         (smiley-directory): New function.
18247         (smiley-data-directory): Derive from `smiley-style' using
18248         `smiley-directory'.
18249         (smiley-regexp-alist): Add new entries.
18250
18251         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18252         (gnus-article-browse-delete-temp): Add :version.
18253
18254 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18255
18256         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18257         the sieve region.
18258
18259 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18260
18261         * gnus.el (gnus-version-number): Bump version.
18262
18263 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18264
18265         * gnus.el: No Gnus v0.4 is released.
18266
18267 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18268
18269         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18270         layout.
18271
18272         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18273         unknown charset.
18274
18275         * message.el (message-header-synonyms): Add Original-To to the
18276         default.
18277
18278         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18279         optional parameter.
18280
18281 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * gnus-fun.el (gnus): Require it for gnus-directory.
18284
18285 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18288
18289 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18290
18291         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18292
18293 2006-04-05  Simon Josefsson  <jas@extundo.com>
18294
18295         * password.el (password-reset): New function.
18296
18297 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18298
18299         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18300         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18301
18302 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18303
18304         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18305         Some whitespace was matched into the url, which broke browsing hits
18306         > 100 when mm-url-use-external was nil.
18307
18308 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18309
18310         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18311         Check gnus-extra-headers for 'Newsgroups.
18312
18313         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18314         bound.
18315
18316 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18317
18318         * pgg-gpg.el: Clean up process buffers every time gpg processes
18319         complete.
18320
18321 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18322
18323         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18324         doc string.
18325
18326 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18327
18328         * pgg-gpg.el (pgg-gpg-process-filter)
18329         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18330
18331         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18332         lines, temporary fix.
18333
18334 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18335
18336         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18337
18338 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18339
18340         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18341         default-enable-multibyte-characters.  This reverts the change from
18342         revision 6.17 which is no longer necessary because the passphrase
18343         is sent separately now.  GnuPG messages are unreadable under
18344         multibyte locales with default-enable-multibyte-characters set to
18345         nil.
18346
18347 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18348
18349         * message.el (message-tool-bar-gnome): Move "spell".
18350
18351 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18352
18353         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18354         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18355         instead.
18356
18357 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18358
18359         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18360         Improve newsgroups handling for NNTP overviews which don't include
18361         Newsgroups.
18362
18363 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18364
18365         * message.el (message-resend): Bind message-generate-hashcash to nil.
18366
18367 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18368
18369         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18370         when searching for already-paid recipients.
18371
18372 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18373
18374         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18375         passphrases when it is not needed.
18376         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18377         passphrase stuff from gpg, should only be necessary when you use
18378         gpg with a smartcard.
18379
18380 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18381
18382         * mml.el (mml-insert-mime): Ignore cached contents of
18383         message/external-body part.
18384
18385         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18386         (mm-insert-part): Ditto.
18387
18388 2006-03-23  Simon Josefsson  <jas@extundo.com>
18389
18390         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18391         Reiner.
18392         (pgg-gpg-use-agent-p): Use it again.
18393
18394 2006-03-23  Simon Josefsson  <jas@extundo.com>
18395
18396         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18397         older emacsen.
18398         (pgg-gpg-use-agent-p): Don't use it.
18399
18400 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18401
18402         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18403         if we can.
18404
18405 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18406
18407         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18408         (pgg-gpg-update-agent): New function.
18409         (pgg-gpg-use-agent-p): New function.
18410         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18411         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18412         (pgg-gpg-sign-region): Use it.
18413
18414 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18417         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18418
18419 2006-03-21  Simon Josefsson  <jas@extundo.com>
18420
18421         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18422         <wilde@sha-bang.de>.
18423         (pgg-gpg-use-agent): New variable.
18424         (pgg-gpg-process-region): Use it.
18425         (pgg-gpg-encrypt-region): Likewise.
18426         (pgg-gpg-encrypt-symmetric-region): Likewise.
18427         (pgg-gpg-decrypt-region): Likewise.
18428         (pgg-gpg-sign-region): Likewise.
18429         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18430
18431 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18432
18433         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18434
18435         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18436         Add comment on version.
18437
18438 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18439
18440         * smiley.el: Add missing test smiley.
18441
18442 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * mm-decode.el (mm-with-part): New macro.
18445         (mm-get-part): Use it; work with message/external-body as well.
18446         (mm-save-part): Treat name and filename equally.
18447
18448         * mm-extern.el (mm-extern-cache-contents): New function.
18449         (mm-inline-external-body): Use it; force the part to be displayed;
18450         move undisplayer added to the cached handle to the parent.
18451
18452         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18453         (gnus-mime-view-part-as-type): Work with message/external-body.
18454
18455         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18456
18457 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18458
18459         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18460         images in image-load-path.  [Sync with image.el, revision 1.60, in
18461         Emacs.]
18462
18463 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18464
18465         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18466         path rather than symbol.  Always return list of directories.
18467         Guarantee that image directory comes first.  [Sync with image.el,
18468         revision 1.59, in Emacs.]
18469
18470         * message.el (message-make-tool-bar): Adjust to new API of
18471         `gmm-image-load-path-for-library'.
18472
18473         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18474
18475         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18476
18477 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18478
18479         * gnus-art.el (gnus-article-only-boring-p):
18480         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18481         intangible text.
18482         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18483
18484 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18487         Use `defun' instead of `gmm-defun-compat'.
18488
18489 2006-03-14  Simon Josefsson  <jas@extundo.com>
18490
18491         * message.el (message-unique-id): Don't use message-number-base36
18492         if (user-uid) is a float.
18493         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18494
18495 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18498
18499         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18500         empty line between a part and a message part.
18501
18502 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18503
18504         * smiley.el: Add more test smileys.
18505         (smiley-data-directory, smiley-regexp-alist)
18506         (gnus-smiley-file-types): Fix doc strings.
18507         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18508         adding new elements.
18509         (smiley-mouse-map): Unused code.  Make it a comment.
18510
18511 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18514         scan latest NoCeM messages instead of old ones.
18515         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18516         delimiters that are recently used.
18517         (gnus-nocem-load-cache): Add autoload cookie.
18518
18519         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18520
18521         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18522         level which is larger than gnus-use-nocem is specified.
18523
18524         * gnus-group.el (gnus-group-get-new-news): Ditto.
18525
18526 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18527
18528         * gnus-util.el (gnus-tool-bar-update): New function.
18529
18530         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18531         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18532
18533         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18534
18535         * gnus-group.el (gnus-group-redraw-when-idle)
18536         (gnus-group-redraw-check): Remove.
18537         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18538
18539 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18542         if optional last element is specified in splits (FIELD VALUE...).
18543
18544 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18545
18546         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18547         to gmm-image-load-path-for-library.  Call with no-error argument.
18548         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18549
18550         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18551
18552         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18553
18554         * gmm-utils.el (gmm-image-load-path): Remove alias.
18555
18556 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18557
18558         * gmm-utils.el (gmm-image-load-path): Add alias.
18559
18560         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18561         nnml-generate-nov-databases-1.
18562         (nnml-generate-nov-databases): Use it.
18563         (nnml-generate-nov-databases-directory): Document no-active
18564         argument.
18565
18566         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18567         directory if path is t.  Add no-error.
18568
18569         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18570         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18571
18572         * gnus-art.el (gnus-article-browse-delete-temp-files):
18573         Simplify resetting gnus-article-browse-html-temp-list.
18574
18575         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18576         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18577         Add example to docstring.  Rename local variables.  Move error
18578         checks to default case in cond and simplify.
18579
18580 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18581
18582         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18583         handle is multipart when calling it recursively.
18584         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18585
18586 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18587
18588         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18589         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18590
18591 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18594         is loaded.
18595
18596         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18597         loaded.
18598
18599 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18600
18601         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18602         to "Emacs 23 (unicode)" in doc string.
18603
18604         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18605         "Emacs 23 (unicode)" in comment.
18606
18607 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18608
18609         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18610
18611         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18612         characters 160 through 255 in Emacs 23.
18613
18614 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18615
18616         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18617         gnus-article-browse-html-temp.
18618         (gnus-article-browse-delete-temp): Make it customizable.
18619         Add `file'.  Adjust doc string.
18620         (gnus-article-browse-delete-temp-files): Add argument.
18621         Allow query for each file.  Adjust doc string.
18622         (gnus-article-browse-html-parts):
18623         Add `gnus-article-browse-delete-temp-files' to
18624         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18625
18626 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18627
18628         * gnus-art.el (gnus-article-browse-html-temp)
18629         (gnus-article-browse-delete-temp): New variables.
18630         (gnus-article-browse-delete-temp-files): New function.
18631         (gnus-article-browse-html-parts): Use it.
18632
18633 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18634
18635         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18636
18637         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18638         string.
18639
18640         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18641         gnus-summary-insert-new-articles when unplugged.
18642         Remove gnus-summary-search-article-forward.
18643
18644         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18645         display-visual-class instead of display-color-cells.
18646
18647 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * dgnushack.el: Autoload customize-group for XEmacs.
18650
18651         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18652         message/* containing non-ASCII text properly.
18653
18654 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18655
18656         * message.el: Require gmm-utils, remove autoloads.
18657         (message-tool-bar): Set default based on
18658         gmm-tool-bar-style.
18659         (message-tool-bar-gnome): Add gmm-customize-mode.
18660
18661         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18662         gmm-tool-bar-style.
18663         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18664
18665         * gnus-group.el (gnus-group-tool-bar): Set default based on
18666         gmm-tool-bar-style.
18667         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18668
18669         * gmm-utils.el (gmm-image-directory): Rename variable from
18670         gmm-image-load-path.
18671         (gmm-image-load-path): Use gmm-image-directory.
18672         (gmm-customize-mode): New function.
18673         (gmm-tool-bar-style): New variable.
18674
18675         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18676         gnus-group-redraw-line-number.
18677         (gnus-group-redraw-check): Simplify.
18678         (gnus-group-tool-bar-update): Remove redraw check.
18679         (gnus-group-make-tool-bar): Add redraw check.
18680
18681 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18682
18683         * gnus-art.el (gnus-button): Add missing parentheses.
18684
18685 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * lpath.el: Fbind line-number-at-pos.
18688
18689 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18690
18691         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18692
18693 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * gnus-art.el (gnus-button): New face.
18696         (gnus-article-button-face): Use it.
18697
18698         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18699         Add gnus-summary-next-page.  Re-order.
18700
18701         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18702         next-node are now included.
18703         (gnus-group-redraw-line-number): New internal variable.
18704         (gnus-group-redraw-check): Helper function for updating the tool
18705         bar.
18706         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18707
18708         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18709
18710         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18711         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18712         Use it to match format of Spamassassin 3.0 and later.
18713         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18714         (spam-check-bogofilter)
18715         (spam-bogofilter-register-with-bogofilter): Fix args of
18716         `gnus-error' calls.
18717
18718 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18719
18720         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18721         unnecessary interaction when sending queued mails.
18722         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18723
18724 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18725
18726         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18727         first or last are nil.
18728
18729 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18730
18731         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18732
18733 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18734
18735         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18736
18737 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18738
18739         * dns.el (query-dns): Protect more against buggy tcp output.
18740
18741 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18742
18743         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18744         nov.php.
18745
18746 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18747
18748         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18749         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18750         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18751         output on the server side.
18752         (nnweb-google-create-mapping): Update regexps and add some
18753         progress indication.
18754
18755 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18756
18757         * gnus-group.el (gnus-group-tool-bar-gnome):
18758         Fix gnus-agent-toggle-plugged.  Re-order icons.
18759         (gnus-group-tool-bar-gnome):
18760         Add gnus-group-{prev,next}-unread-group.
18761         (gnus-group-tool-bar-gnome): Re-order icons.
18762
18763         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18764         Move gnus-summary-insert-new-articles.
18765
18766         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18767         Fix comments.
18768
18769         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18770         also available in Emacs 21.3.
18771
18772         * message.el (message-fix-before-sending): Change "Emacs 22" to
18773         "Emacs 23 (unicode)" in comment.
18774
18775         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18776         "Emacs 23 (unicode)" in comment.
18777
18778         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18779         comment.
18780         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18781
18782         * mm-view.el (mm-fill-flowed): Add :version.
18783
18784 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18787         and load-path.
18788
18789 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18790
18791         * message.el: Autoload gmm-image-load-path.
18792         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18793         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18794         consitency.
18795
18796         * gmm-utils.el (gmm-image-load-path): Also search in
18797         "../etc/images".  Don't set gmm-image-load-path if we don't find
18798         the image.
18799
18800 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * gmm-utils.el (gmm-image-load-path): Don't make
18803         `gmm-image-load-path' include subdirectories which the second arg
18804         `image' might specify.
18805
18806         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18807         subdirectory to icon file names.
18808
18809         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18810
18811 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18812
18813         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18814         gmm-image-load-path calls.
18815
18816         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18817
18818         * message.el (message-make-tool-bar): Ditto.
18819
18820         * mml.el (mml-preview): Add comment concerning tool bar icons.
18821
18822         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18823         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18824
18825         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18826         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18827
18828         * message.el (message-tool-bar-gnome): Use new icon names.
18829         (message-make-tool-bar): Use `gmm-image-load-path'.
18830
18831         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18832         New functions from MH-E.
18833         (gmm-image-load-path): New variable from MH-E.
18834         (gmm-image-load-path): New function from MH-E.  Add arguments
18835         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18836         *-image-load-path-called-flag.
18837
18838 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18839
18840         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18841
18842 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18843
18844         * nnimap.el (nnimap-request-move-article): Change folder back to
18845         source group before deleting.
18846
18847 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18848
18849         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18850
18851         * gnus-art.el (mm-url-insert-file-contents-external):
18852         Autoload mm-url.
18853
18854         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18855
18856 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18859         coding system which mm-charset-to-coding-system returns for a
18860         given charset is valid.
18861
18862 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18863
18864         * html2text.el (html2text-remove-tag-list):
18865         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18866
18867 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18868
18869         * gnus-cus.el: Revert 2005-10-17 change.
18870
18871 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * gnus-art.el (article-strip-banner):
18874         Call article-really-strip-banner only when the regexp match is made.
18875
18876 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * gnus-art.el (article-strip-banner):
18879         Use gnus-extract-address-components instead of
18880         mail-header-parse-addresses to make it work with non-ASCII text;
18881         remove mail-encode-encoded-word-string.
18882
18883         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18884         values which are surrounded with \"...\"; make it never cause a
18885         Lisp error; give up parsing of parameters if it failed in
18886         extracting type.
18887
18888 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18889
18890         * smime.el (smime-cert-by-ldap-1): Fix bug where
18891         `smime-ldap-search' returns results without userCertificates.
18892
18893 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18896
18897 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18898
18899         * spam.el (spam-check-spamassassin-headers): Adapt format for
18900         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18901         <ari@mbf.ocn.ne.jp>.
18902         (spam-list-of-processors): Add spam-use-gmane.
18903
18904 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18907         make-temp-file; make it work with XEmacs as well.
18908
18909         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18910         mm-make-temp-file.
18911
18912         * mm-decode.el (mm-display-external): Use the 3rd arg of
18913         mm-make-temp-file.
18914         (mm-create-image-xemacs): Ditto.
18915
18916 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18919         with message-narrow-to-headers.
18920         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18921         (gnus-draft-check-draft-articles): New function.
18922         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18923
18924 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18925
18926         * gnus-art.el (gnus-article-browse-html-parts):
18927         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18928         Don't use suffix argument for mm-make-temp-file for Emacs 21
18929         compatibility.  Remove useless `format'.
18930
18931 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18932
18933         * nnweb.el (nnweb-google-wash-article): Update regexps.
18934         (nnweb-group-alist): Use defvoo instead of defvar.
18935
18936 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18937
18938         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18939         re-loading nn* modules.
18940
18941 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18942
18943         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18944         for `tool-bar-mode' and don't check it's default-value.
18945
18946         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18947
18948         * message.el (message-make-tool-bar): Ditto.
18949
18950         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18951         `substring'.  Shorten tmp-file name.
18952
18953         * gnus.el: Remove bogus comment.
18954
18955 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18956
18957         * gnus-art.el (gnus-article-browse-html-parts): New function.
18958         (gnus-article-browse-html-article): New function for viewing html
18959         articles with a browser.
18960
18961 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18962
18963         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18964         in elisp.
18965         (pgg-gpg-encrypt-symmetric-region): Ditto.
18966         (pgg-gpg-sign-region): Ditto.
18967
18968         * pgg-def.el (pgg-text-mode): New variable.
18969
18970         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18971         (mml2015-pgg-encrypt): Ditto.
18972
18973         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18974         (mml1991-pgg-encrypt): Ditto.
18975
18976 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * nnfolder.el (nnfolder-insert-newsgroup-line):
18979         Use message-make-date instead of current-time-string.
18980
18981         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18982         to gnus-decoded which mm-uu might set.
18983
18984 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18985
18986         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18987         don't decode quoted parameters; remove misimported Emacs code.
18988         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18989         (rfc2231-decode-encoded-string): Don't use split-string which
18990         behaves differently according to Emacs version; use
18991         mm-decode-coding-region to convert charset to coding-system.
18992         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18993         (rfc2231-encode-string): Remove misimported Emacs code.
18994
18995 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18998         when calling mail-header-parse-content-type.
18999         (article-de-quoted-unreadable): Ditto.
19000         (article-de-base64-unreadable): Ditto.
19001         (article-wash-html): Ditto.
19002
19003         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19004         calling mail-header-parse-content-type and
19005         mail-header-parse-content-disposition.
19006         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19007         mail-header-parse-content-type.
19008
19009         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19010         insert charset and format parameters; encode description after
19011         inserting it to buffer.
19012         (mml-insert-parameter): Fold lines properly even if a parameter is
19013         segmented into two or more lines; change the max column to 76.
19014
19015         * rfc1843.el (rfc1843-decode-article-body): Don't use
19016         ignore-errors when calling mail-header-parse-content-type.
19017
19018         * rfc2231.el (rfc2231-parse-string): Return at least type if
19019         possible; don't cause an error even if it fails in parsing of
19020         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19021         (rfc2231-encode-string): Don't break lines at the beginning, leave
19022         it to mml-insert-parameter.
19023
19024         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19025         calling mail-header-parse-content-type.
19026
19027 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19028
19029         * spam-report.el (spam-report-gmane-use-article-number):
19030         Improve doc string.
19031         (spam-report-gmane-internal): Check if a suitable header was found
19032         in the article.
19033
19034 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19037         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19038
19039 2006-02-05  Romain Francoise  <romain@orebokech.com>
19040
19041         Update copyright notices of all files in the gnus directory.
19042
19043 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19044
19045         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19046
19047 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19050         segmented lines of parameter value to cope with Thunderbird 1.5
19051         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19052         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19053         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19054
19055 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19056
19057         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19058         parts.
19059
19060 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19061
19062         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19063         there's only one active file for all servers.
19064         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19065         solid groups.  Gnus might have used a FAST request to select the group.
19066         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19067         and nnweb-search redundantly in the active file.
19068         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19069         (nnweb-request-create-group): Don't use ARGS.
19070         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19071         initializations.  Let nnoo do the work.
19072
19073 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19076         Say the part has been decoded.
19077
19078         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19079
19080 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19081
19082         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19083         mailcap-viewer-test-cache when there's no 'test clause, since that
19084         will invert the meaning of a "nil" test previously determined by
19085         mailcap-mailcap-entry-passes-test.
19086
19087 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19090         compiling.
19091
19092         * gnus-sum.el: Ditto.
19093
19094         * message.el: Don't bind tool-bar-map when compiling.
19095
19096 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19097
19098         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19099
19100 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19101
19102         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19103         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19104         current Google Groups.
19105
19106 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19107
19108         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19109         and tool-bar-mode.
19110
19111         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19112         and tool-bar-mode.
19113
19114         * message.el (message-tool-bar-update): Simplify.
19115         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19116
19117         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19118         gnus-summary-buffer.
19119         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19120         gnus-summary-reply.
19121
19122         * gmm-utils.el (gmm): Add :version.
19123
19124 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * Makefile.in (clean): New rule.
19127         (distclean): Use it.
19128
19129 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19130
19131         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19132         Don't autoload.
19133
19134 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * gmm-utils.el (gmm-verbose): Add :group.
19137
19138 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19139
19140         * message.el: Change some comments WRT tool-bars.
19141
19142         * gnus-sum.el (gnus-summary-tool-bar)
19143         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19144         (gnus-summary-tool-bar-zap-list): New variables.
19145         (gnus-summary-make-tool-bar): Complete rewrite using
19146         `gmm-tool-bar-from-list'.
19147
19148         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19149         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19150         New variables.
19151         (gnus-group-make-tool-bar): Complete rewrite using
19152         `gmm-tool-bar-from-list'.
19153         (gnus-group-tool-bar-update): New function.
19154
19155         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19156
19157 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19160         is dissected into a single part of which the type is the same as
19161         the given one; decode charset.
19162
19163 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19164
19165         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19166         into alists as symbol not string, since that's what
19167         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19168         look for.
19169
19170 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19171
19172         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19173         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19174
19175         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19176
19177 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19180         (gnus-xmas-mime-security-button-menu): New function.
19181
19182         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19183         (gnus-mime-security-button-menu): New definition.
19184         (gnus-mime-security-button-map): Use them.
19185         (gnus-mime-security-button-menu): New function.
19186         (gnus-insert-mime-security-button): Addition to help echo.
19187         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19188         (gnus-mime-security-pipe-part): New functions.
19189
19190         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19191         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19192
19193         * mm-decode.el (mm-handle-set-disposition): Remove.
19194         (mm-handle-set-description): Remove.
19195
19196 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19199         (mm-w3m-standalone-supports-m17n-p): New function.
19200         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19201         w3m usage.
19202
19203         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19204         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19205
19206 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19207
19208         * message.el (message-tool-bar-zap-list):
19209         Use gmm-tool-bar-zap-list as custom type.
19210         (message-tool-bar-update): New function.
19211         (message-tool-bar, message-tool-bar-gnome)
19212         (message-tool-bar-retro): Add message-tool-bar-update.
19213         (message-tool-bar-gnome): Add flyspell-buffer.
19214
19215         * gnus-util.el (gnus-error): Describe `args'.
19216
19217         * gmm-utils.el (gmm-error): Describe `args'.
19218         (gmm-tool-bar-zap-list): New widget.
19219         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19220
19221 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19224         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19225         the number of recursive calls.
19226
19227         * mm-decode.el (mm-handle-set-disposition): New macro.
19228         (mm-handle-set-description): New macro.
19229
19230 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19233         encoding.
19234
19235 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19236
19237         * message.el (message-tool-bar-zap-list, message-tool-bar)
19238         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19239         (message-tool-bar-local-item-from-menu): Remove.
19240         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19241         (message-make-tool-bar): New function.
19242         (message-mode): Use `message-make-tool-bar'.
19243
19244         * gmm-utils.el: New file.
19245         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19246         (gmm-lazy): New widget copied from `nnmail.el'.
19247         (gmm-tool-bar-from-list): New function for creating customizable
19248         tool bars.
19249         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19250         output.
19251         (gmm): Add :prefix to defgroup.
19252
19253 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19254
19255         * gmm-utils.el (gmm-widget-p): New function.
19256
19257 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19258
19259         * mml.el (mml-attach-file): Describe `description' in doc string.
19260         (mml-menu): Add Emacs MIME manual and PGG manual.
19261
19262 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19263
19264         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19265
19266 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19267
19268         * nntp.el (nntp-end-of-line): Doc fix.
19269
19270 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19271
19272         * imap.el (imap-open): Handle case where buffer is a buffer
19273         object.
19274
19275 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19276
19277         * gnus-delay.el (gnus-delay): Don't autoload.
19278         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19279         to be re-loaded when customizing the `gnus-delay' group.
19280
19281 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19282
19283         * message.el (message-insert-citation-line): Use newlines.
19284
19285 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19286
19287         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19288         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19289         these routines, so the passphrase can be managed externally and
19290         passed in to the system.
19291         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19292         pgg-add-passphrase-to-cache function.
19293
19294         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19295         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19296         these routines, so the passphrase can be managed externally and
19297         passed in to the system.
19298         (pgg-pgp5-sign-region): Use new name of
19299         pgg-add-passphrase-to-cache function.
19300
19301 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19302
19303         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19304         part of the decoded armor to find the key-identifier.
19305         (pgg-gpg-lookup-key-owner): New function to return the
19306         human-readable identifier of a key owner.
19307         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19308         itself.
19309         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19310         the key value) if we have a key and can match it against a secret
19311         key.  Also, added a note pointing out fact that the prompt only
19312         indicates the first matching key.
19313
19314         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19315         pgg-decrypt-region.
19316         (pgg-add-passphrase-to-cache): Rename from
19317         `pgg-add-passphrase-cache' to reduce confusion (all callers
19318         changed).
19319         (pgg-remove-passphrase-from-cache): Rename from
19320         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19321         changed).
19322         (pgg-read-passphrase, pgg-add-passphrase-cache)
19323         (pgg-remove-passphrase-cache): Add informative docstrings.
19324         (pgg-decrypt): Convey provided passphrase in subordinate call to
19325         pgg-decrypt-region.
19326
19327 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19328
19329         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19330         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19331         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19332         'passphrase' argument, so the passphrase can be managed externally
19333         and then passed in to the system.
19334
19335         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19336         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19337         so the passphrase cache can be used reliably with identifiers
19338         besides a pgp packet's key id.
19339
19340         * pgg-gpg.el (pgg-gpg-encrypt-region)
19341         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19342         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19343         these routines, so the passphrase can be managed externally and
19344         passed in to the system.
19345
19346         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19347         'notruncate' argument, so the passphrase cache can be used
19348         reliably with identifiers besides a pgp packet's key id.
19349
19350 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19351
19352         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19353         symmetric encryption.
19354         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19355         encrypted session key.
19356         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19357         message ask for the passphrase in a proper way.
19358
19359         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19360         New user commands for symmetric encryption.
19361
19362 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19365
19366         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19367
19368 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19369
19370         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19371
19372 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * mm-decode.el (mm-inlined-types): Add application/pgp.
19375         (mm-automatic-display): Ditto.
19376
19377         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19378         part as text.
19379
19380 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * nnrss.el: Update copyright.
19383         (nnrss-opml-import): Query whether to subscribe to each entry.
19384
19385         * gnus-art.el:
19386         * gnus-sum.el:
19387         * gnus-xmas.el:
19388         * messagexmas.el:
19389         * mm-uu.el:
19390         * mm-view.el: Update copyright.
19391
19392 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19393
19394         * message.el (message-info): New function.
19395         (message-mode-menu): Add it.
19396         Update copyright.
19397
19398         * ChangeLog: Fix and update copyright.
19399
19400 2006-01-13  Romain Francoise  <romain@orebokech.com>
19401
19402         * message.el (message-forward-subject-name-subject): Prefer the
19403         address to 'nowhere' if the sender has no name.
19404         Fix typo.  Update copyright year.
19405
19406 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * gnus-art.el (article-wash-html):
19409         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19410         (gnus-article-wash-html-with-w3m-standalone): New function.
19411
19412         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19413         mm-inline-text-html-render-with-w3m-standalone.
19414         (mm-text-html-washer-alist): Map w3m-standalone to
19415         gnus-article-wash-html-with-w3m-standalone.
19416         (mm-inline-text-html-render-with-w3m-standalone): New function.
19417
19418 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19419
19420         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19421         Improve LaTeX.
19422
19423 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19424
19425         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19426         (nnrss-request-article): Render text/plain parts as HTML.
19427
19428         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19429         the buffer.
19430
19431 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19432
19433         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19434         custom definition of `gnus-posting-styles'.
19435
19436         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19437         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19438
19439 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19440
19441         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19442         Use nntp for bug archive.
19443
19444 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19447         parts.
19448         (nnrss-normalize-date): New function converts ISO 8601 date into
19449         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19450         (nnrss-check-group): Use it.
19451
19452 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19455
19456         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19457         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19458         (nnrss-insert-w3): Ditto.
19459
19460 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19463         the articles to be forwarded including the case where neither a
19464         number of articles nor a region is specified.
19465
19466 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * nnrss.el (nnrss-request-article): Fix last change; fill
19469         text/plain parts.
19470
19471 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19474         in text/plain part.
19475         (nnrss-check-group): Don't add excessive newline to dc:subject.
19476
19477 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19478
19479         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19480         article.
19481
19482 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19483
19484         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19485         (nnml-use-compressed-files, nnml-save-mail): Support other
19486         comression programs such as bzip2.
19487
19488 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19489
19490         * dns.el (query-dns): Make sure we check the buffer size before
19491         removing tcp headers.
19492
19493 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19494
19495         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19496         remove MIME buttons associated with multipart/alternative parts.
19497         (gnus-mime-display-alternative): Tag buttons using `article-type'
19498         text property.
19499
19500         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19501         associated with multipart/alternative parts.
19502
19503         * gnus-art.el (gnus-signature-separator): Fix custom type.
19504
19505         * mm-decode.el (mm-inlined-types): Fix custom type.
19506         (mm-keep-viewer-alive-types): Ditto.
19507         (mm-automatic-display): Ditto.
19508         (mm-attachment-override-types): Ditto.
19509         (mm-inline-override-types): Ditto.
19510         (mm-automatic-external-display): Ditto.
19511
19512 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19513
19514         * spam-report.el (spam-report-user-mail-address)
19515         (spam-report-user-agent): New variables.
19516         (spam-report-url-ping-plain): Use spam-report-user-agent.
19517
19518 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19519
19520         * gnus-art.el (gnus-button-handle-custom): Do not just use
19521         `customize-apropos' for any "M-x customize-*" button but the
19522         function called for.  Accept both the function name and its
19523         argument in order to achieve this.
19524         (gnus-button-alist): Remove support for "custom:" URL's.
19525         Pass function name to `gnus-button-handle-custom' in case of "M-x
19526         customize-*" buttons.
19527
19528 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19529
19530         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19531         multipart/alternative and add xref to mm-discouraged-alternatives
19532         in doc string.
19533
19534         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19535         gnus-buttonized-mime-types in doc string.
19536
19537 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19538
19539         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19540         Suggest image/.* in the doc string.
19541
19542 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19543
19544         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19545         message-marks (Debian bug #342521).
19546
19547 2005-12-12  Simon Josefsson  <jas@extundo.com>
19548
19549         * password.el (password-read-from-cache): Add.
19550         (password-read): Use it.
19551
19552 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * rfc2047.el (rfc2047-charset-to-coding-system):
19555         Recognize us-ascii as a MIME charset.
19556
19557         * mm-bodies.el (mm-decode-content-transfer-encoding):
19558         Protect against the case where the 2nd arg TYPE is nil.
19559
19560 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19561
19562         * pop3.el (pop3-stream-type): Fix custom version.
19563
19564         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19565
19566 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19567
19568         * mm-decode.el (mm-display-external): Add missing cdr.
19569
19570 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19573         RFC1524) if it is in mailcap or add a suffix according to
19574         mailcap-mime-extensions when generating a temp filename; postpone
19575         deleting a temp file for 2 seconds for some wrappers, shell
19576         scripts, and so on, which might exit right after having started a
19577         viewer command as a background job.
19578
19579 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19580
19581         * nntp.el (nntp-marks-directory): Fix custom group.
19582
19583         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19584         steps when < 10.
19585
19586         * gnus-start.el (gnus-no-server-1):
19587         Mention `gnus-level-default-subscribed' in doc string.
19588
19589 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19590
19591         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19592         parens.
19593
19594 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19595
19596         * gnus-xmas.el (gnus-use-toolbar): Revert.
19597         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19598         gnus-use-toolbar is default.
19599
19600         * messagexmas.el (message-use-toolbar): Revert.
19601         (message-setup-toolbar): Use global default-toolbar if
19602         message-use-toolbar is default.
19603
19604 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19607         according to default-toolbar-visible-p.
19608
19609         * messagexmas.el (message-use-toolbar): Ditto.
19610
19611 2005-11-26  Dave Love  <fx@gnu.org>
19612
19613         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19614         (tls-program, tls-success): Provide openssl alternative.
19615
19616         * starttls.el: Doc fixes.
19617         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19618         SERVICE to PORT.
19619
19620         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19621         port null or service name.
19622         (starttls-negotiate): Autoload.
19623
19624 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19625
19626         * message.el (message-kill-to-signature): Fix interactive spec.
19627
19628 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19629
19630         * pop3.el (pop3-open-server): Recognize a string as a service name.
19631
19632 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19633
19634         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19635
19636 2005-11-23  Dave Love  <fx@gnu.org>
19637
19638         Add pop3s, pop3/starttls.
19639
19640         * pop3.el (pop3-authentication-scheme): Clarify doc.
19641         (open-tls-stream, starttls-open-stream): Autoload.
19642         (pop3-stream-type): New.
19643         (pop3-open-server): Use it.
19644
19645         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19646         for POP.
19647         (mail-source-keyword-map): Add :stream for POP.
19648         (mail-source-fetch-pop): Use pop3-stream-type.
19649
19650 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19653         of current-time-string.
19654
19655 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19656
19657         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19658         date header.
19659
19660 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19661
19662         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19663         it can seriously impact performance as it bypasses the agent's
19664         local caches.
19665
19666 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19667
19668         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19669         must be explicitly online rather than "not explicitly offline" for
19670         its flags to be synchronized.
19671
19672         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19673         that gnus-uu-unmark-thread will function correctly.
19674
19675         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19676         1024K is instead displayed as 1M.
19677
19678 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19679
19680         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19681
19682 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19683
19684         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19685
19686 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19687
19688         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19689         error message to display actual error condition.
19690         (gnus-agent-save-local): Avoid saving symbols that are bound to
19691         nil as they simply result in a warning message in
19692         gnus-agent-read-local.
19693
19694 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19697         rather than make-variable-buffer-local for file-precious-flag.
19698
19699 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19700
19701         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19702         for duplicates which are removed.  The invalid sort check then
19703         triggers a rescan after the sort as sorting may have moved
19704         duplicate entries such that they can be cheaply detected.
19705
19706 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19709
19710 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19711
19712         * gnus-agent.el (gnus-agent-article-alist-save-format):
19713         Change internal variable to a custom variable.  Change default value
19714         from compressed(2) to uncompressed(1).
19715         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19716         support for uncompressed agentview files.  Taken together, reading
19717         the agentview file should now be 6-7 times faster.
19718
19719 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19720
19721         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19722         as a buffer-local variable.  This avoids creating truncated
19723         dribble files as a result of a hang up, eg.
19724
19725 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19726
19727         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19728         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19729         XEmacs.
19730
19731 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * gnus-start.el (gnus-start-draft-setup):
19734         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19735
19736         * gnus.el (gnus-splash): Change custom group.
19737         (gnus-group-get-parameter, gnus-group-parameter-value):
19738         Describe allow-list argument.
19739
19740         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19741         string.
19742
19743 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19744
19745         * gnus-art.el (gnus-default-article-saver): Add user-defined
19746         `function' to custom type.
19747
19748 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19749
19750         * imap.el (imap-open): Handle case where buffer is a buffer
19751         object.
19752
19753 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19754
19755         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19756         long lines.
19757         (gnus-cache-delete-group): Wrap doc strings.
19758
19759         * gnus-agent.el (gnus-agent-rename-group)
19760         (gnus-agent-delete-group): Wrap doc strings.
19761
19762 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19763
19764         * messagexmas.el (message-use-toolbar): Change the valid values
19765         into default, top, bottom, left, and right.
19766         (message-toolbar-thickness): New variable.
19767         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19768         well.
19769         (message-setup-toolbar): Make it work.
19770
19771         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19772         (gnus-use-toolbar): Change the valid values into default, top,
19773         bottom, left, and right.
19774         (gnus-toolbar-thickness): New variable.
19775         (gnus-xmas-setup-toolbar): New function.
19776         (gnus-xmas-setup-group-toolbar): Use it.
19777         (gnus-xmas-setup-summary-toolbar): Use it.
19778
19779 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19780
19781         * gnus-start.el (gnus-1): Add "native" to
19782         gnus-predefined-server-alist.
19783
19784         * gnus.el (gnus-method-to-server): Don't add "native" to the
19785         lists here, because that leads to problems when
19786         gnus-select-method is bound.
19787
19788 2005-11-09  Simon Josefsson  <jas@extundo.com>
19789
19790         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19791         use (not sort-by-date) instead.
19792
19793 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19794
19795         * gnus-delay.el (gnus-delay-group): Don't autoload.
19796         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19797         to be re-loaded when customizing the `gnus-delay' group.
19798
19799 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19800
19801         * message.el: Revert last changes.
19802         (message-insert-citation-line): Use newlines.
19803
19804 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19805
19806         * message.el (message-courtesy-message)
19807         (message-mark-insert-begin, message-mark-insert-end)
19808         (message-elide-ellipsis, message-cancel-message)
19809         (message-add-header, message-change-subject)
19810         (message-cross-post-followup-to-header)
19811         (message-cross-post-insert-note, message-reduce-to-to-cc)
19812         (message-widen-reply, message-delete-not-region)
19813         (message-kill-to-signature, message-insert-signature)
19814         (message-insert-importance-high, message-insert-importance-low)
19815         (message-insert-or-toggle-importance)
19816         (message-insert-disposition-notification-to)
19817         (message-indent-citation, message-yank-original)
19818         (message-cite-original-without-signature, message-cite-original)
19819         (message-insert-citation-line, message-position-on-field)
19820         (message-fix-before-sending, message-send-mail-partially)
19821         (message-send-mail, message-send-mail-with-sendmail)
19822         (message-send-mail-with-qmail, message-send-news)
19823         (message-check-news-header-syntax, message-generate-headers)
19824         (message-insert-courtesy-copy, message-fill-address)
19825         (message-fill-header, message-shorten-references)
19826         (message-setup-1, message-cancel-news)
19827         (message-forward-make-body-plain, message-forward-make-body-mime)
19828         (message-forward-make-body-mml, message-encode-message-body)
19829         (message-forward-make-body-digest-plain)
19830         (message-forward-make-body-digest-mime)
19831         (message-use-alternative-email-as-from): Insert `hard-newline'
19832         instead of ordinary newlines.
19833
19834 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * message.el (message-generate-headers): Downcase the argument
19837         given to message-check-element.
19838
19839 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19840
19841         * nntp.el (nntp-authinfo-rejected): New error condition.
19842         (nntp-wait-for): Use new error condition to signal authentication
19843         error.
19844         (nntp-retrieve-data): Rethrow new error condition to break out of
19845         recursive call to nntp-send-authinfo.
19846
19847 2005-11-08  Romain Francoise  <romain@orebokech.com>
19848
19849         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19850         (gnus-summary-exit-map): Bind to `Z p'.
19851         (gnus-summary-make-menu-bar): Add menu item.
19852
19853 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19854
19855         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19856         (gnus-treat-*): Add `first' in all doc strings.
19857
19858         * gnus-group.el (gnus-group-compact-group): Fix typo.
19859
19860 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19861
19862         * gnus.el (gnus-parameters-case-fold-search): New variable.
19863         (gnus-parameters-get-parameter): Use it.
19864
19865         * gnus-score.el (gnus-home-score-file): Doc fix.
19866
19867 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19868
19869         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19870
19871 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19872
19873         * mm-util.el (mm-special-display-p): New function.
19874
19875         * mml.el (mml-preview): Use it; doc fix.
19876
19877 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19878
19879         * imap.el (imap-open): Handle case where buffer is a buffer object.
19880
19881 2005-10-29  Romain Francoise  <romain@orebokech.com>
19882
19883         * message.el (message-fix-before-sending): Fix comment.
19884
19885 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19886
19887         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19888
19889 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19890
19891         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19892         Used in gnus-score.el.
19893
19894 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19895
19896         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19897
19898 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19899
19900         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19901         whitespace removed in revision 7.8.  Use concatenated string to
19902         protect trailing whitespace.
19903
19904 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19905
19906         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19907         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19908         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19909         Courier IMAP ("some version from 2004").  Mostly based on similar
19910         code in the same function.
19911
19912 2005-10-26  Didier Verna  <didier@xemacs.org>
19913
19914         * gnus-group.el (gnus-group-compact-group): Invalidate original
19915         article buffer.
19916         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19917         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19918         NOV database and in article itself.
19919         Invalidate article backlog.
19920
19921 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19924
19925 2005-10-26  Simon Josefsson  <jas@extundo.com>
19926
19927         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19928         part of 2004-07-25 change.
19929
19930 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19931
19932         * message.el (message-display-completion-list): New function.
19933         (message-expand-group): Use it; make sure the Completions buffer
19934         is modifiable.
19935 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19936
19937         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19938         user-mail-name is an empty string.
19939
19940 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19941
19942         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19943         depending on gnus-score-decay-constant.
19944
19945         * encrypt.el (encrypt-insert-file-contents)
19946         (encrypt-write-file-contents): Don't use `gnus-message'.
19947
19948         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19949         arguments.
19950         (mm-uu-type-alist): Add message-marks and insert-marks.
19951         Pass arguments to mm-uu-verbatim-marks-extract.
19952         (mm-uu-hide-markers): New variable.
19953         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19954
19955         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19956         (gnus-convert-image-to-face-command): Use "convert" by default to
19957         allow other input image formats.
19958         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19959         accordingly.
19960
19961 2005-10-23  Simon Josefsson  <jas@extundo.com>
19962
19963         * imap.el (imap-gssapi-program): Align command line parameters
19964         with latest GNU SASL.
19965         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19966
19967 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19968
19969         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19970         HTML.
19971         (nnslashdot-request-article): Ditto.
19972
19973         * lpath.el (featurep): Add nobreak-char-display.
19974
19975 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19976
19977         * mail-source.el (mail-source-fetch-pop): Require pop3.
19978         (mail-source-check-pop): Ditto.
19979
19980 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19983         errors.
19984
19985 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19986
19987         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19988         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19989
19990         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19991
19992         * mm-bodies.el (mm-decode-string):
19993         Call `mm-charset-to-coding-system' with allow-override argument.
19994
19995 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19996
19997         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19998         (rfc2047-charset-to-coding-system): New function.
19999         (rfc2047-decode-encoded-words): New function.
20000         (rfc2047-decode-region): Use them.
20001         (rfc2047-decode-cte): Remove.
20002         (rfc2047-parse-and-decode): Remove.
20003         (rfc2047-decode): Remove.
20004
20005 2005-10-15  Kenichi Handa  <handa@m17n.org>
20006
20007         * rfc2047.el (rfc2047-decode-cte): New function.
20008         (rfc2047-decode-region): Change the way to decode successive
20009         encoded-words: decode B- or Q-encoding in each encoded-word,
20010         concatenate them, and decode it as charset.
20011
20012 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20013
20014         * lpath.el: Fbind codepage-setup for XEmacs.
20015
20016 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20017
20018         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20019         widget-move-and-invoke.
20020         (gnus-custom-mode): Use gnus-custom-map.
20021
20022 2005-10-15  Bill Wohler  <wohler@newt.com>
20023
20024         * message.el (message-tool-bar-map): Rename image file from
20025         mail_send to mail/send.
20026
20027 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20028
20029         * message.el (message-expand-group): Pass the common
20030         prefix substring of completion to `display-completion-list'.
20031
20032 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20033
20034         * mml-sec.el (mml-secure-method): New internal variable.
20035         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20036         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20037         New functions using mml-secure-method.
20038
20039         * mml.el (mml-mode-map): Add key bindings for those functions.
20040         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20041         Harder <harder@myrealbox.com>.
20042         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20043         Goto end of message if point is the headers of the message.
20044
20045         * message.el (message-in-body-p): New function.
20046
20047         * assistant.el: Autoload gnus-util and netrc.
20048
20049         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20050         Use `mm-charset-override-alist' only when decoding.
20051
20052         * mm-bodies.el (mm-decode-body):
20053         Call `mm-charset-to-coding-system' with allow-override argument.
20054
20055         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20056         `filename' from Content-Disposition if Content-Type doesn't
20057         provide `name'.
20058         (gnus-mime-view-part-as-type): Set default instead of
20059         initial-input.
20060
20061 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20062
20063         * format-spec.el (format-spec): Propagate text properties of % spec.
20064
20065 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20066
20067         * gnus-art.el (gnus-treat-predicate): Add `first'.
20068
20069 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20072         (mm-charset-override-alist): New variable.
20073         (mm-charset-to-coding-system): Use it.
20074         (mm-codepage-setup): New helper function.
20075         (mm-charset-eval-alist): New variable.
20076         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20077         Warn about unknown charsets.
20078
20079         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20080
20081 2005-10-04  David Hansen  <david.hansen@gmx.net>
20082
20083         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20084         (nnrss-check-group): Ditto.
20085
20086 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20087
20088         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20089         Rename x-gnus-verbatim to x-verbatim.
20090         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20091
20092         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20093         x-verbatim.
20094
20095         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20096
20097         * gnus-util.el (gnus-remove-duplicates): Remove.
20098
20099         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20100         instead of gnus-remove-duplicates.
20101
20102         * message.el (message-remove-duplicates): Remove.
20103         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20104         message-remove-duplicates.
20105
20106         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20107         available, else use implementation from `delete-dups'.
20108
20109         * message.el (message-insert-expires): New function.
20110         (message-mode-map): Add key binding.
20111         (message-mode-field-menu): Add menu entry.
20112         (message-mode): Document it.
20113         (message-make-expires-date): Use `message-make-date'.
20114
20115 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20116
20117         * message.el (message-make-expires-date): New function.
20118
20119 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * Makefile.in (list-installed-shadows): New entry.
20122         (install): Use it.
20123         (remove-installed-shadows): New entry.
20124
20125         * dgnushack.el (dgnushack-default-load-path): New variable.
20126         (dgnushack-find-lisp-shadows): New function.
20127         (dgnushack-remove-lisp-shadows): New function.
20128
20129 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20130
20131         * Makefile.in (install-el-elc): New entry.
20132         (install): Use it so that .el files are necessarily installed.
20133
20134 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20137
20138 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20139
20140         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20141         function rather than the diff-mode.el package.
20142         (mm-display-external): Use with-current-buffer.
20143         (mm-viewer-completion-map, mm-viewer-completion-map):
20144         Move initialization inside declaration.
20145
20146 2005-09-29  Simon Josefsson  <jas@extundo.com>
20147
20148         * spam.el: Load hashcash when compiling, to avoid warnings.
20149         Don't autoload mail-check-payment.
20150         (spam-check-hashcash): Define unconditionally, since hashcash.el
20151         is part of Gnus now.  Ignore errors from payment checking.
20152
20153 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20154
20155         * message.el (message-bold-region, message-unbold-region):
20156         Rename from `bold-region' and `unbold-region'.
20157
20158         * message.el: Remove useless autoloads.
20159
20160 2005-09-28  Simon Josefsson  <jas@extundo.com>
20161
20162         * message.el (message-use-idna): Default to t.
20163         (message-use-idna): Test whether encoding works too.  Doc fix.
20164
20165 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20166
20167         * nntp.el (nntp-warn-about-losing-connection): Remove.
20168
20169 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20170
20171         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20172         customizable.  Change default value.
20173         (mm-uu-diff-groups-regexp): Change default value.
20174         (mm-uu-type-alist): Add doc string.
20175         (mm-uu-configure): Add doc string.  Make it interactive.
20176         (mm-uu-tex-groups-regexp): New variable.
20177         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20178         (mm-uu-type-alist): Add LaTeX documents.
20179         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20180         of "text/verbatim".
20181         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20182
20183         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20184         instead of "text/verbatim".
20185
20186         * message.el (message-mark-inserted-region)
20187         (message-mark-insert-file): Use slrn style marks when called with
20188         prefix argument.
20189
20190 2005-09-27  Simon Josefsson  <jas@extundo.com>
20191
20192         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20193
20194 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20195
20196         * message.el (message-remove-duplicates): New function.
20197         Implementation borrowed from `gnus-remove-duplicates'.
20198         (message-idna-to-ascii-rhs): Also encode idna addresses in
20199         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20200         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20201         only ask about the same idna domain once per header and also tell
20202         in what header to replace the idna domain.
20203
20204         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20205         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20206         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20207         a header is decoded and not just the last one.
20208
20209 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20212         has been decoded.
20213
20214         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20215         (mm-insert-part): Don't modify text if it has been decoded.
20216
20217         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20218         decoded.
20219
20220         * mm-view.el (mm-inline-text): Don't strip text props unless
20221         decoding enriched or richtext parts.
20222
20223 2005-09-25  Romain Francoise  <romain@orebokech.com>
20224
20225         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20226         * gnus-start.el (gnus-subscribe-interactively):
20227         * gnus-uu.el (gnus-uu-grab-articles):
20228         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20229         space.
20230
20231 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20232
20233         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20234         * mm-view.el (mm-view-pkcs7-decrypt):
20235         * gnus-sum.el (gnus-summary-limit-to-extra)
20236         (gnus-summary-respool-article, gnus-read-move-group-name):
20237         * gnus-score.el (gnus-summary-increase-score):
20238         * gnus-util.el (gnus-completing-read-with-default):
20239         * gnus-art.el (gnus-read-save-file-name)
20240         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20241         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20242         * message.el (message-check-news-header-syntax):
20243         Follow convention for reading with the minibuffer.
20244
20245 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20246
20247         * spam-report.el (spam-report-url-ping-plain):
20248         Use gnus-extended-version as User-Agent.
20249
20250         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20251         default value is nil.
20252
20253         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20254         (mm-uu-verbatim-marks-extract): New function.
20255         (mm-uu-extract): New face.
20256         (mm-uu-copy-to-buffer): Use it.
20257
20258         * spam-report.el (spam-report-gmane-ham): Rename from
20259         `spam-report-gmane-unspam'.
20260         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20261         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20262
20263         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20264         Autoload.
20265         (spam-report-gmane-unregister-routine):
20266         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20267
20268 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20269
20270         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20271         (spam-report-gmane-unregister-routine): Add support for gmane
20272         unregistration.
20273
20274         * spam-report.el (spam-report-gmane-unspam)
20275         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20276         (spam-report-gmane): Change to take a single article and do unspam
20277         registration.
20278
20279 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20280
20281         * mm-url.el (mm-url-decode-entities): Fix regexp.
20282
20283 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20284
20285         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20286         default to nil, to be able to use Gnus at all.  If the default
20287         switches to something else, then the function should be fixed not
20288         be exceedingly slow.
20289
20290 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20291
20292         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20293         fail hard.
20294
20295         * spam-report.el: Add better Keywords line.
20296
20297         * spam.el: Add Maintainer and better Keywords line.
20298
20299 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20300
20301         * gnus-art.el (gnus-article-replace-part)
20302         (gnus-mime-replace-part): New functions.
20303         (gnus-mime-action-alist, gnus-mime-button-commands)
20304         (gnus-mime-save-part-and-strip): Add file argument.
20305         (gnus-article-part-wrapper): Add interactive argument.
20306
20307         * gnus-sum.el (gnus-summary-mime-map):
20308         Add `gnus-article-replace-part'.
20309
20310 2005-09-19  Didier Verna  <didier@xemacs.org>
20311
20312         The nnml compaction feature:
20313         * nnml.el (nnml-request-compact-group): New function.
20314         * nnml.el (nnml-request-compact): New function.
20315         * gnus-int.el (gnus-request-compact-group): New function.
20316         * gnus-int.el (gnus-request-compact): New function.
20317         * gnus-group.el (gnus-group-compact-group): New function.
20318         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20319         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20320         * gnus-srvr.el (gnus-server-compact-server): New function.
20321         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20322         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20323
20324 2005-09-18  Deepak Goel  <deego@gnufans.org>
20325
20326         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20327         format spec.
20328
20329 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20330
20331         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20332
20333 2005-09-15  Romain Francoise  <romain@orebokech.com>
20334
20335         * message.el (message-fill-paragraph): Clarify docstring.
20336
20337 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20338
20339         * gnus-art.el (gnus-mime-display-part): Protect against broken
20340         MIME messages.
20341
20342 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20345         before parsing header.
20346
20347 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20348
20349         * html2text.el (html2text-replace-list): Add new entities.
20350
20351 2005-09-11  Romain Francoise  <romain@orebokech.com>
20352
20353         * message.el (message-alternative-emails): Improve docstring.
20354         (message-setup-1): Call `message-use-alternative-email-as-from'
20355         after `message-setup-hook' to give it precedence over posting
20356         styles, etc.
20357         (message-use-alternative-email-as-from): Add docstring.
20358         Remove the original From header if present.
20359
20360         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20361         (nnml-save-mail): Use it.
20362
20363         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20364         articles.  Add new argument `silent'.
20365         (gnus-uu-mark-all): Report the total number of marked articles.
20366
20367 2005-09-10  Romain Francoise  <romain@orebokech.com>
20368
20369         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20370         (gnus-uu-mark-series): Likewise.
20371
20372 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20373
20374         * spam-report.el (spam-report-gmane): Fix generation of spam
20375         report URL.
20376
20377 2005-09-10  Simon Josefsson  <jas@extundo.com>
20378
20379         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20380         t, based on discussion on the ding list with Robert Epprecht
20381         <epprecht@solnet.ch>.
20382
20383 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20384
20385         * spam-report.el (spam-report-gmane): Make it work without
20386         X-Report-Spam header.  Gmane now only provides Archived-At.
20387         This is only used if `spam-report-gmane-use-article-number' is nil.
20388         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20389
20390         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20391         make `gnus-summary-sort-by-recipient' work with threading.
20392
20393         * nnweb.el (nnweb-google-wash-article): Print a message if article
20394         is not available.
20395
20396 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20397
20398         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20399         change.  Decode text/* parts content before displaying.
20400
20401 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20402
20403         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20404
20405 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20408
20409         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20410         url-package-name, url-package-version,
20411         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20412         w3m-display-inline-images, and w3m-minor-mode-map.
20413
20414 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20415
20416         * message.el (message-tab-body-function): Fix mismatched custom type.
20417
20418         * gnus.el (gnus-group-change-level-function): Ditto.
20419
20420         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20421
20422         * gnus-art.el (gnus-signature-limit)
20423         (gnus-article-mime-part-function): Ditto.
20424
20425 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * mml.el (mml-mode): Silence the byte compiler.
20428
20429         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20430         using `(sit-for 0)' before moving the point to the specified part;
20431         skip unbuttonized parts.
20432         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20433         return to the summary window if gnus-auto-select-part is non-nil.
20434
20435 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20436
20437         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20438         New variables.
20439         (mml-dnd-attach-file, mml-mode): Use them.
20440
20441         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20442         Make fetching article by MID work again for Google Groups.
20443         Add FIXME concerning gnus-group-make-web-group.
20444
20445         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20446         Don't depend on Gnus by using mail-extract-address-components if
20447         gnus-extract-address-components is not bound.
20448
20449 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20450
20451         * gnus-art.el (gnus-mime-display-security): Don't display the
20452         signature, but only the signed part.
20453
20454 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20457
20458         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20459         list, not listp.
20460
20461 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20462
20463         * mm-encode.el (mm-encode-content-transfer-encoding):
20464         Likewise when encoding.
20465
20466         * mm-bodies.el (mm-decode-content-transfer-encoding):
20467         De-canonicalize CRLF for all text content types, not just
20468         text/plain.
20469
20470 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20471
20472         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20473         valid article; point arrow and cursor at the MIME button.
20474
20475 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20476
20477         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20478         Suggested by Dan Christensen <jdc@uwo.ca>.
20479
20480         * mm-decode.el (mm-save-part): Enable change of prompt.
20481
20482 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20483
20484         * gnus-msg.el (gnus-inews-add-send-actions):
20485         Make `message-post-method' lambda parameter ARG `&optional'.
20486
20487 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20488
20489         * gnus-sum.el (gnus-summary-mime-map):
20490         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20491         gnus-article-jump-to-part.
20492
20493         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20494         (gnus-article-edit-part): Use it.
20495         (gnus-article-part-wrapper): Add no-handle argument.
20496         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20497         New functions.
20498
20499 2005-08-29  Romain Francoise  <romain@orebokech.com>
20500
20501         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20502         docstring.
20503         (gnus-face-from-file): Likewise.
20504
20505 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20506
20507         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20508         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20509         non-nil.
20510         (gnus-auto-select-part): New variable.
20511         (gnus-article-jump-to-part): New function.
20512         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20513         (gnus-mime-delete-part): Allow selecting specified part after
20514         deleting or stripping parts.
20515         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20516         part if argument is bogus.
20517
20518 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20519
20520         * gnus-art.el (w3m-minor-mode-map):
20521         * gnus-spec.el (gnus-newsrc-file-version):
20522         * gnus-util.el (nnmail-active-file-coding-system)
20523         (gnus-original-article-buffer, gnus-user-agent):
20524         * gnus.el (gnus-ham-process-destinations)
20525         (gnus-parameter-ham-marks-alist)
20526         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20527         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20528         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20529         * mm-decode.el (gnus-current-window-configuration):
20530         * mm-extern.el (gnus-article-mime-handles):
20531         * mm-url.el (url-current-object, url-package-name)
20532         (url-package-version):
20533         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20534         (smime-keys, w3m-cid-retrieve-function-alist)
20535         (w3m-current-buffer, w3m-display-inline-images)
20536         (w3m-minor-mode-map):
20537         * mml-smime.el (gnus-extract-address-components):
20538         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20539         (gnus-newsrc-hashtb, message-default-charset)
20540         (message-deletable-headers, message-options)
20541         (message-posting-charset, message-required-mail-headers)
20542         (message-required-news-headers):
20543         * mml1991.el (mc-pgp-always-sign):
20544         * mml2015.el (mc-pgp-always-sign):
20545         * nnheader.el (nnmail-extra-headers):
20546         * rfc1843.el (gnus-decode-encoded-word-function)
20547         (gnus-decode-header-function, gnus-newsgroup-name):
20548         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20549
20550 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20551
20552         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20553         the end of the date treatments.
20554
20555 2005-08-15  Simon Josefsson  <jas@extundo.com>
20556
20557         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20558         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20559         Capello and Romain Francoise.
20560         (pgg-fetch-key-function): Remove, not used?
20561         (pgg-insert-url-with-w3): Require url, to get
20562         url-insert-file-contents regardless of where it is defined.
20563
20564 2005-08-13  Romain Francoise  <romain@orebokech.com>
20565
20566         * message.el (message-cite-original-1): New function.
20567         (message-cite-original): Use it.
20568         (message-cite-original-without-signature): Ditto.
20569
20570 2005-08-08  Romain Francoise  <romain@orebokech.com>
20571
20572         * message.el (message-yank-empty-prefix): New variable.
20573         (message-indent-citation): Use it.
20574         (message-cite-original-without-signature): Respect X-No-Archive.
20575
20576 2005-08-08  Simon Josefsson  <jas@extundo.com>
20577
20578         * pgg.el: Autoload url-insert-file-contents instead of loading
20579         w3/url.
20580         (pgg-insert-url-with-w3): Don't load url here.
20581
20582 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20583
20584         * message.el (message-kill-to-signature): Don't insert newline at
20585         bol.
20586         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20587
20588 2005-08-06  Romain Francoise  <romain@orebokech.com>
20589
20590         * message.el (message-user-fqdn): Fix typo in docstring.
20591
20592 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20593
20594         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20595
20596         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20597
20598 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20599
20600         * mm-bodies.el (mm-encode-body): Use coding system rather than
20601         charset to encode text.
20602
20603         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20604         number of charsets if utf-8 is available (XEmacs).
20605
20606 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20607
20608         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20609         taken from `gnus-button-mid-or-mail-regexp'.
20610         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20611         (gnus-button-alist): Improve regexp for domain part of the MIDs
20612         for news:localpart@domain buttons.
20613         (gnus-button-ctan-directory-regexp): Update.
20614
20615 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20616
20617         * sieve-manage.el (sieve-manage-interactive-login):
20618         Use make-local-variable rather than make-variable-buffer-local.
20619         (sieve-manage-open): Ditto.
20620         (sieve-manage-authenticate): Ditto.
20621
20622         * mml.el (mml-generate-mime-1): Make the content type default to
20623         text/plain if the filename is not specified.
20624
20625 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20626
20627         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20628         instead of insert-buffer.
20629
20630         * message.el (message-yank-original): Ditto; set the mark at the
20631         end of the yanked message.
20632
20633 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20636         lines to scroll rather than to stop it.
20637
20638         * mml.el (mml-generate-default-type): Add doc string.
20639         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20640         default to application/octet-stream when determining the content
20641         type if it is not specified for the part or the mml contents; add
20642         a comment about mml-generate-default-type.
20643
20644 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20645
20646         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20647         make it default to application/octet-stream when determining the
20648         content type if it is not specified for the external contents.
20649
20650 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20651
20652         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20653         segmented parameter but also other parameters might be there.
20654
20655 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * mm-decode.el (mm-display-external): Delete temp file, directory
20658         and buffer immediately if the external process is exited.
20659
20660 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20663         fewer lines than that of scroll-margin.
20664         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20665
20666 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20667
20668         * gnus-art.el (gnus-article-next-page): Revert.
20669         (gnus-article-beginning-of-window): New macro.
20670         (gnus-article-next-page-1): Use it.
20671         (gnus-article-prev-page): Ditto.
20672         (gnus-article-edit-part): Use insert-buffer-substring instead of
20673         insert-buffer.
20674         (gnus-article-edit-exit): Ditto.
20675
20676         * gnus-util.el (gnus-beginning-of-window): Remove.
20677         (gnus-end-of-window): Remove.
20678
20679         * lpath.el: Don't bind header-line-format and scroll-margin.
20680
20681 2005-07-25  Simon Josefsson  <jas@extundo.com>
20682
20683         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20684         to have the url package without w3.  Reported by Daiki Ueno
20685         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20686
20687 2005-07-20  Didier Verna  <didier@xemacs.org>
20688
20689         * gnus-diary.el: Remove the description comment (nndiary is now
20690         properly documented in the Gnus manual).
20691         Fix the spelling of "Back End".
20692         * nndiary.el: Ditto.
20693         Fix the copyright notice.
20694
20695 2005-07-18  Romain Francoise  <romain@orebokech.com>
20696
20697         * gnus-sum.el (gnus-summary-to-prefix)
20698         (gnus-summary-newsgroup-prefix): New variables.
20699         (gnus-summary-from-or-to-or-newsgroups): Use them.
20700
20701 2005-07-17  Romain Francoise  <romain@orebokech.com>
20702
20703         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20704         space as it's generally not especially interesting to the user.
20705
20706 2005-07-16  Romain Francoise  <romain@orebokech.com>
20707
20708         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20709         nil to avoid prompting and file modification if one of the
20710         messages at the top of the nnfolder file contains a copyright
20711         notice.
20712         Update copyright notice.
20713
20714         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20715         instead of `current-time-string' as the latter creates a time
20716         string that is not RFC 2822 compliant (it lacks the zone).
20717         Update copyright notice.
20718
20719 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20720
20721         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20722         for text/rtf.  Display default in prompt.  Pass default for M-n.
20723
20724         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20725
20726 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20727
20728         * gnus-msg.el (gnus-button-mailto):
20729         Remove save-selected-window-window hackery because it relies on
20730         save-selected-window internals.
20731
20732 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20733
20734         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20735         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20736         (gnus-article-prev-page): Ditto.
20737
20738         * gnus-util.el (gnus-beginning-of-window): New function.
20739         (gnus-end-of-window): New function.
20740
20741         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20742
20743 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20744
20745         * gnus-score.el (gnus-score-edit-all-score):
20746         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20747         gnus-message.
20748
20749 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20750
20751         * gnus-msg.el (gnus-button-mailto):
20752         Remove save-selected-window-window hackery because it relies on
20753         save-selected-window internals.
20754
20755 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20756
20757         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20758         add-minor-mode.
20759         (gnus-binary-mode): Ditto.
20760
20761         * gnus-topic.el (gnus-topic-mode): Ditto.
20762
20763 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20764
20765         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20766         (gnus-article-prev-page): Take scroll-margin into consideration.
20767
20768 2005-07-04  Lute Kamstra  <lute@gnu.org>
20769
20770         Update FSF's address in GPL notices.
20771
20772 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20773
20774         * gnus.el (gnus-exit):
20775         * gnus-group.el (gnus-group-icons):
20776         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20777
20778         * gnus-nocem.el (gnus-nocem):
20779         * message.el (message-various, message-buffers, message-sending)
20780         (message-interface, message-forwarding, message-insertion)
20781         (message-headers, message-news, message-mail):
20782         * pgg-gpg.el (pgg-gpg):
20783         * pgg-parse.el (pgg-parse):
20784         * pgg-pgp.el (pgg-pgp):
20785         * pgg-pgp5.el (pgg-pgp5):
20786         * pop3.el (pop3): Finish `defgroup' description with period.
20787
20788 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20789
20790         * gnus-art.el (article-display-face): Improve the efficiency.
20791         (article-display-x-face): Ditto; remove gray x-face stuff.
20792
20793 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * gnus-art.el (article-display-face): Correct the position in
20796         which Faces are inserted.
20797
20798 2005-06-29  Didier Verna  <didier@xemacs.org>
20799
20800         * gnus-art.el (article-display-face): Display faces in correct
20801         order.
20802
20803 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20804
20805         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20806         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20807         (gnus-nocem-check-article): Fetch the Type header.
20808         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20809         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20810         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20811         make sure gnus-nocem-hashtb is initialized.
20812         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20813         (gnus-nocem-unwanted-article-p): Ditto.
20814
20815         * pgg.el (pgg-verify): Return the verification result.
20816
20817 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20818
20819         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20820         is ascii.
20821
20822 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20823
20824         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20825         `show-nonbreak-escape'.
20826
20827 2005-06-23  Lute Kamstra  <lute@gnu.org>
20828
20829         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20830
20831         * dig.el (dig-mode):
20832         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20833
20834 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20835
20836         * nnimap.el (nnimap-split-download-body): Fix spellings.
20837
20838 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20839
20840         * gnus-art.el (gnus-article-encrypt-body):
20841         * gnus-cus.el (gnus-score-customize):
20842         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20843         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20844
20845 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20846
20847         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20848         header by looking for magic "MII" at the beginning.
20849
20850 2005-06-16  Miles Bader  <miles@gnu.org>
20851
20852         * gnus-xmas.el (gnus-xmas-group-startup-message):
20853         Use renamed gnus-splash face.
20854
20855         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20856         (assistant-field-face): New backward-compatibility alias for renamed
20857         face.
20858         (assistant-render-text): Use renamed assistant-field face.
20859
20860         * spam.el (spam): Remove "-face" suffix from face name.
20861         (spam-face): New backward-compatibility alias for renamed face.
20862         (spam-face, spam-initialize): Use renamed spam face.
20863
20864         * message.el (message-header-to, message-header-cc)
20865         (message-header-subject, message-header-newsgroups)
20866         (message-header-other, message-header-name)
20867         (message-header-xheader, message-separator, message-cited-text)
20868         (message-mml): Remove "-face" suffix from face names.
20869         (message-header-to-face, message-header-cc-face)
20870         (message-header-subject-face, message-header-newsgroups-face)
20871         (message-header-other-face, message-header-name-face)
20872         (message-header-xheader-face, message-separator-face)
20873         (message-cited-text-face, message-mml-face):
20874         New backward-compatibility aliases for renamed faces.
20875         (message-font-lock-keywords): Use renamed message faces.
20876
20877         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20878         (sieve-test-commands, sieve-tagged-arguments):
20879         Remove "-face" suffix from face names.
20880         (sieve-control-commands-face, sieve-action-commands-face)
20881         (sieve-test-commands-face, sieve-tagged-arguments-face):
20882         New backward-compatibility aliases for renamed faces.
20883         (sieve-control-commands-face, sieve-action-commands-face)
20884         (sieve-test-commands-face, sieve-tagged-arguments-face):
20885         Use renamed sieve faces.
20886
20887         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20888         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20889         (gnus-group-news-3-empty, gnus-group-news-4)
20890         (gnus-group-news-4-empty, gnus-group-news-5)
20891         (gnus-group-news-5-empty, gnus-group-news-6)
20892         (gnus-group-news-6-empty, gnus-group-news-low)
20893         (gnus-group-news-low-empty, gnus-group-mail-1)
20894         (gnus-group-mail-1-empty, gnus-group-mail-2)
20895         (gnus-group-mail-2-empty, gnus-group-mail-3)
20896         (gnus-group-mail-3-empty, gnus-group-mail-low)
20897         (gnus-group-mail-low-empty, gnus-summary-selected)
20898         (gnus-summary-cancelled, gnus-summary-high-ticked)
20899         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20900         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20901         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20902         (gnus-summary-low-undownloaded)
20903         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20904         (gnus-summary-low-unread, gnus-summary-normal-unread)
20905         (gnus-summary-high-read, gnus-summary-low-read)
20906         (gnus-summary-normal-read, gnus-splash):
20907         Remove "-face" suffix from face names.
20908         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20909         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20910         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20911         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20912         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20913         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20914         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20915         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20916         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20917         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20918         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20919         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20920         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20921         (gnus-summary-normal-ticked-face)
20922         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20923         (gnus-summary-normal-ancient-face)
20924         (gnus-summary-high-undownloaded-face)
20925         (gnus-summary-low-undownloaded-face)
20926         (gnus-summary-normal-undownloaded-face)
20927         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20928         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20929         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20930         (gnus-splash-face):
20931         New backward-compatibility aliases for renamed faces.
20932         (gnus-group-startup-message): Use renamed gnus faces.
20933
20934         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20935         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20936         (gnus-server-agent): Remove "-face" suffix from face names.
20937         (gnus-server-agent-face, gnus-server-opened-face)
20938         (gnus-server-closed-face, gnus-server-denied-face)
20939         (gnus-server-offline-face):
20940         New backward-compatibility aliases for renamed faces.
20941         (gnus-server-agent-face, gnus-server-opened-face)
20942         (gnus-server-closed-face, gnus-server-denied-face)
20943         (gnus-server-offline-face): Use renamed gnus faces.
20944
20945         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20946         Remove "-face" suffix from face names.
20947         (gnus-picon-xbm-face, gnus-picon-face):
20948         New backward-compatibility aliases for renamed faces.
20949
20950         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20951         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20952         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20953         (gnus-cite-11): Remove "-face" suffix from face names.
20954         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20955         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20956         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20957         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20958         New backward-compatibility aliases for renamed faces.
20959         (gnus-cite-attribution-face, gnus-cite-face-list)
20960         (gnus-article-boring-faces): Use renamed gnus faces.
20961
20962         * gnus-art.el (gnus-signature, gnus-header-from)
20963         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20964         (gnus-header-content): Remove "-face" suffix from face names.
20965         (gnus-signature-face, gnus-header-from-face)
20966         (gnus-header-subject-face, gnus-header-newsgroups-face)
20967         (gnus-header-name-face, gnus-header-content-face):
20968         New backward-compatibility aliases for renamed faces.
20969         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20970
20971         * gnus-sum.el (gnus-summary-selected-face)
20972         (gnus-summary-highlight): Use renamed gnus faces.
20973         * gnus-group.el (gnus-group-highlight): Likewise.
20974
20975 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20976
20977         * gnus-sieve.el (gnus-sieve-article-add-rule):
20978         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20979         * spam-stat.el (spam-stat-buffer-change-to-spam)
20980         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20981
20982         * message.el (message-is-yours-p):
20983         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20984
20985 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20986
20987         * mm-view.el (mm-inline-text): Withdraw the last change.
20988
20989 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20990
20991         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20992         executing enriched-decode.
20993
20994 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20997         charset of tar files.
20998
20999 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21000
21001         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21002
21003 2005-06-04  Lute Kamstra  <lute@gnu.org>
21004
21005         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21006         information is never recorded.
21007
21008 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21009
21010         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21011
21012 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21013
21014         * pop3.el (pop3-apop): Run md5 in the binary mode.
21015
21016         * starttls.el (starttls-set-process-query-on-exit-flag):
21017         Use eval-and-compile.
21018
21019 2005-05-31  Simon Josefsson  <jas@extundo.com>
21020
21021         * smime.el (smime-replace-in-string): Define.
21022         (smime-cert-by-ldap-1): Use it.
21023
21024 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21025
21026         * gnus-art.el (article-display-x-face): Replace
21027         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21028
21029         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21030         set-process-query-on-exit-flag or process-kill-without-query.
21031
21032         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21033         loop instead of replace-regexp.
21034
21035         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21036         instead of process-kill-without-query if it is available.
21037
21038         * lpath.el: Fbind ldap-search-entries.
21039
21040         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21041         instead of find-file-hooks if it is available.
21042
21043         * mml1991.el: Bind pgg-default-user-id when compiling.
21044
21045         * mml2015.el: Bind pgg-default-user-id when compiling.
21046
21047         * nndraft.el (nndraft-request-associate-buffer):
21048         Use write-contents-functions instead of write-contents-hooks if it is
21049         available.
21050
21051         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21052         instead of find-file-hooks if it is available.
21053
21054         * nntp.el (nntp-open-connection): Replace
21055         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21056         (nntp-open-ssl-stream): Ditto.
21057         (nntp-open-tls-stream): Ditto.
21058
21059         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21060         set-process-query-on-exit-flag or process-kill-without-query.
21061         (starttls-open-stream-gnutls): Use it instead of
21062         process-kill-without-query.
21063         (starttls-open-stream): Ditto.
21064
21065 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21066
21067         * smime.el (smime-cert-by-ldap-1): Don't use
21068         replace-regexp-in-string.
21069
21070 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21071
21072         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21073
21074         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21075         in PEM format.  Adjust to the XEmacs compatibility.
21076
21077 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21078
21079         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21080         by `string-to-number'.
21081         * gnus-agent.el (gnus-agent-regenerate-group)
21082         (gnus-agent-fetch-articles): Ditto.
21083         * gnus-art.el (gnus-button-fetch-group): Ditto.
21084         * gnus-cache.el (gnus-cache-generate-active)
21085         (gnus-cache-articles-in-group): Ditto.
21086         * gnus-group.el (gnus-group-set-current-level)
21087         (gnus-group-insert-group-line): Ditto.
21088         * gnus-score.el (gnus-score-set-expunge-below)
21089         (gnus-score-set-mark-below, gnus-summary-score-effect)
21090         (gnus-summary-score-entry): Ditto.
21091         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21092         (gnus-soup-pack): Ditto.
21093         * gnus-spec.el (gnus-xmas-format): Ditto.
21094         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21095         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21096         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21097         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21098         * nndb.el (nndb-get-remote-expire-response): Ditto.
21099         * nndiary.el (nndiary-parse-schedule-value)
21100         (nndiary-string-to-number, nndiary-request-replace-article)
21101         (nndiary-request-article): Ditto.
21102         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21103         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21104         * nneething.el (nneething-make-head): Ditto.
21105         * nnfolder.el (nnfolder-request-article)
21106         (nnfolder-retrieve-headers): Ditto.
21107         * nnheader.el (nnheader-file-to-number): Ditto.
21108         * nnkiboze.el (nnkiboze-request-article): Ditto.
21109         * nnmail.el (nnmail-process-unix-mail-format)
21110         (nnmail-process-babyl-mail-format): Ditto.
21111         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21112         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21113         (nnmh-request-create-group, nnmh-request-list-1)
21114         (nnmh-request-group, nnmh-request-article): Ditto.
21115         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21116         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21117         * nnsoup.el (nnsoup-make-active): Ditto.
21118         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21119         * nntp.el (nntp-find-group-and-number)
21120         (nntp-retrieve-headers-with-xover): Ditto.
21121         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21122         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21123         (pgg-format-key-identifier): Ditto.
21124         * pop3.el (pop3-last, pop3-stat): Ditto.
21125         * qp.el (quoted-printable-decode-region): Ditto.
21126
21127         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21128         of concat.
21129
21130 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21133
21134         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21135
21136         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21137
21138         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21139
21140         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21141
21142         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21143
21144         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21145         (gnus-carpal-mode): Ditto.
21146
21147         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21148         (gnus-browse-mode): Ditto.
21149
21150         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21151
21152         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21153
21154 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21155
21156         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21157
21158 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21159
21160         * gnus-util.el (gnus-run-mode-hooks): New function.
21161
21162         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21163
21164         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21165         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21166
21167 2005-05-27  Lute Kamstra  <lute@gnu.org>
21168
21169         * dns-mode.el (dns-mode): Specify customization group.
21170
21171 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21172
21173         * gnus-agent.el (gnus-agent-make-mode-line-string):
21174         Use mode-line-highlight as mouse-face.
21175
21176 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21177
21178         * canlock.el (canlock): Change the parent group to news.
21179
21180         * deuglify.el (gnus-outlook-deuglify): Add :group.
21181
21182         * dig.el (dig): Add :group.
21183
21184         * dns-mode.el (dns-mode): Add :group.
21185
21186         * encrypt.el (encrypt): Add :group.
21187
21188         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21189         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21190         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21191         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21192         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21193
21194         * gnus-diary.el (gnus-diary): Add :group.
21195
21196         * gnus.el (gnus-group-news-1-face): Add :group.
21197         (gnus-group-news-1-empty-face): Ditto.
21198         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21199         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21200         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21201         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21202         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21203         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21204         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21205         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21206         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21207         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21208         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21209         (gnus-summary-high-ticked-face): Ditto.
21210         (gnus-summary-low-ticked-face): Ditto.
21211         (gnus-summary-normal-ticked-face): Ditto.
21212         (gnus-summary-high-ancient-face): Ditto.
21213         (gnus-summary-low-ancient-face): Ditto.
21214         (gnus-summary-normal-ancient-face): Ditto.
21215         (gnus-summary-high-undownloaded-face): Ditto.
21216         (gnus-summary-low-undownloaded-face): Ditto.
21217         (gnus-summary-normal-undownloaded-face): Ditto.
21218         (gnus-summary-high-unread-face): Ditto.
21219         (gnus-summary-low-unread-face): Ditto.
21220         (gnus-summary-normal-unread-face): Ditto.
21221         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21222         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21223
21224         * hashcash.el (hashcash): New custom group.
21225         (hashcash-default-payment): Add :group.
21226         (hashcash-payment-alist): Ditto.
21227         (hashcash-default-accept-payment): Ditto.
21228         (hashcash-accept-resources): Ditto.
21229         (hashcash-path): Ditto.
21230         (hashcash-extra-generate-parameters): Ditto.
21231         (hashcash-double-spend-database): Ditto.
21232         (hashcash-in-news): Ditto.
21233
21234         * message.el (message-minibuffer-local-map): Add :group.
21235
21236         * netrc.el (netrc): Add :group.
21237
21238         * sieve-manage.el (sieve-manage-log): Add :group.
21239         (sieve-manage-default-user): Diito.
21240         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21241         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21242         (sieve-manage-authenticators): Ditto.
21243         (sieve-manage-authenticator-alist): Ditto.
21244         (sieve-manage-default-port): Ditto.
21245
21246         * sieve-mode.el (sieve-control-commands-face): Add :group.
21247         (sieve-action-commands-face): Ditto.
21248         (sieve-test-commands-face): Ditto.
21249         (sieve-tagged-arguments-face): Ditto.
21250
21251         * smime.el (smime): Add :group.
21252
21253         * spam-report.el (spam-report): Add :group.
21254
21255         * spam.el (spam, spam-face): Add :group.
21256
21257 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21258
21259         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21260         return \n.\n.\n at the end of articles.  Protect against that.
21261         (nntp-with-open-group): Allow debugging.
21262
21263         * nnheader.el (mail-header-set-extra): Make into a function
21264         because I just could't understand how to quote the list properly.
21265
21266         * dns.el (query-dns-cached): New function.
21267
21268 2005-05-26  Lute Kamstra  <lute@gnu.org>
21269
21270         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21271
21272 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21273
21274         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21275
21276         * gnus-art.el: Don't autoload mail-extract-address-components.
21277
21278         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21279         eval-and-compile to evaluate it.
21280
21281         * hashcash.el: Don't autoload executable-find.
21282
21283         * nndb.el: Don't declare the nndb back end two or more times; don't
21284         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21285
21286         * nntp.el: Autoload format-spec instead of format; use
21287         eval-and-compile to evaluate autoload forms.
21288
21289 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21290
21291         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21292
21293 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21294
21295         * gnus.el (gnus-version-number): Bump version.
21296
21297 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21298
21299         * gnus.el: No Gnus v0.3 is released.
21300
21301 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21302
21303         * lpath.el (featurep): Bind show-nonbreak-escape.
21304
21305 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * gnus-art.el (gnus-article-edit-part): Disable undo.
21308
21309 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21310
21311         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21312         gnus-article-date-lapsed-new-header is t if date timer is active;
21313         skip headers in which the original date value is empty.
21314         (gnus-article-save-original-date): Redefine it as a macro.
21315         (gnus-display-mime): Use it.
21316
21317 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21318
21319         * gnus-art.el (article-date-ut): Support converting date in
21320         forwarded parts as well.
21321         (gnus-article-save-original-date): New function.
21322         (gnus-display-mime): Use it.
21323
21324 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21325
21326         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21327         enclosure element of <item>.
21328
21329 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21330
21331         * message.el (message-kill-buffer-query): Rename from
21332         `message-kill-buffer-query-if-modified'.  Add :version.
21333
21334 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21335
21336         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21337         window layout.
21338
21339 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * mml.el: Autoload dnd when compiling.
21342
21343 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21344
21345         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21346         x-dnd-*.
21347
21348 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21349
21350         * qp.el (quoted-printable-encode-region): Save excursion.
21351
21352 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21353
21354         * message.el (message-kill-buffer-query-if-modified): Add new variable
21355         so the user can kill a modified message buffer quickly.
21356         (message-kill-buffer): Use it.
21357
21358 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21359
21360         * lpath.el: Fbind display-time-event-handler; don't fbind
21361         string-to-multibyte.
21362
21363         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21364
21365 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21366
21367         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21368         contained in text because xml.el decodes entities) with LFs.
21369
21370 2005-04-11  Lute Kamstra  <lute@gnu.org>
21371
21372         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21373         differently.
21374
21375 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21376
21377         * mm-util.el (mm-detect-coding-region): Typo.
21378
21379 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21380
21381         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21382
21383 2005-04-06  Deepak Goel  <deego@gnufans.org>
21384
21385         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21386         user-function allow user modifications of the scores.
21387         (spam-stat-score-buffer-user): New function, to allow
21388         user-computed modifications to the score.
21389         (spam-stat-score-buffer-user-functions): List of additional
21390         scoring functions.
21391         (spam-stat-error-holder): Global temporary error holder.
21392         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21393         variable.
21394
21395 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21396
21397         * gnus-registry.el (gnus-registry-clean-empty-function)
21398         (gnus-registry-trim, gnus-registry-fetch-groups)
21399         (gnus-registry-delete-group): Groups that match
21400         `gnus-registry-ignored-groups' are removed from the registry
21401         entries, not just ignored for splitting.  This helps clean up the
21402         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21403         to get all the groups a message ID is in.
21404
21405         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21406         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21407         (spam-stat-score-buffer-user-functions): Add :number custom type.
21408
21409 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21410
21411         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21412         argument in XEmacs.
21413
21414         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21415         (nnrss-request-group): Decode group name first.
21416         (nnrss-request-article): Make a text/plain article if mml-to-mime
21417         failed.
21418         (nnrss-get-encoding): Return a compatible encoding according to
21419         nnrss-compatible-encoding-alist.
21420         (nnrss-find-el): Use consp instead of listp.
21421         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21422
21423 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21424
21425         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21426         which Emacs 20 doesn't support.
21427         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21428
21429 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21430
21431         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21432         silence the byte compiler inside the defun.
21433
21434         * gnus-demon.el (parse-time-string): Add autoload.
21435
21436         * gnus-delay.el (parse-time-string): Add autoload.
21437
21438         * gnus-art.el (parse-time-string): Add autoload.
21439
21440         * nnultimate.el (parse-time): Require for `parse-time-string'.
21441
21442 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21443
21444         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21445
21446         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21447
21448         * smime.el (smime-ldap-host-list): Add :version.
21449
21450 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21451
21452         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21453         pass it to `gnus-browse-read-group'.
21454         (gnus-browse-read-group): Add NUMBER argument and pass it to
21455         `gnus-group-read-ephemeral-group'.
21456
21457         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21458         argument and pass it to `gnus-group-read-group'.
21459
21460 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21461
21462         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21463         mm-xemacs-find-mime-charset-1 if we have the mule feature
21464         available at runtime.
21465
21466 2005-03-25  Werner Lemberg  <wl@gnu.org>
21467
21468         * nnmaildir.el: Replace `illegal' with `invalid'.
21469
21470 2005-03-23  Lute Kamstra  <lute@gnu.org>
21471
21472         * time-date.el: Add comment on time value formats.
21473         Don't require parse-time.
21474         (with-decoded-time-value): New macro.
21475         (encode-time-value): New function.
21476         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21477         (days-to-time): Return a valid time value when arg is huge.
21478         (time-since): Use time-subtract.
21479         (time-to-number-of-days): Use time-to-seconds.
21480
21481 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21482
21483         * gnus-start.el (gnus-display-time-event-handler):
21484         Check display-time-timer at runtime rather than only at load time
21485         in case display-time-mode is turned off in the mean time.
21486
21487 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21488
21489         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21490         used.
21491
21492         * nneething.el (nneething-map-file-directory): Derive from
21493         `gnus-directory'.
21494
21495         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21496         the To/Cc button.
21497
21498 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21499
21500         * nnmaildir.el (nnmaildir-request-accept-article):
21501         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21502
21503 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21504
21505         * gnus-async.el: Require timer-funcs at compile time when in
21506         XEmacs for `run-with-idle-timer'.
21507
21508 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21509
21510         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21511         autoloaded function.
21512
21513 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21514
21515         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21516
21517 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21518
21519         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21520
21521 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21522
21523         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21524         Add gnus-expert-user to default.
21525
21526 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21527
21528         * nnimap.el (nnimap-open-server): Ditto.
21529
21530         * imap.el (imap-authenticate): Fix typo.
21531
21532 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21533
21534         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21535         buffer (since IMAP server might return FETCH response out of
21536         order, and the nntp buffer must be sorted).
21537
21538 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21539
21540         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21541         comparison on string.
21542
21543         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21544         (gnus-agent-score): Rename category keywords to match gnus-cus.
21545         (gnus-agent-summary-fetch-series): Modify to protect against
21546         gnus-agent-summary-fetch-group clearing processable flags.
21547         (gnus-agent-synchronize-group-flags): Update live group buffer as
21548         synchronization may occur due to the user toggle the plugged
21549         status.
21550         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21551         successfully downloaded.
21552         (gnus-agent-expire-group-1): Avoid using markers when the overview
21553         is in ascending order; greatly improves performance.
21554         (gnus-agent-regenerate-group):
21555         Use gnus-agent-synchronize-group-flags to reset read status in both
21556         gnus and server.
21557         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21558
21559 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21560
21561         * message.el: Don't autoload former message-utils variables.
21562         (message-strip-subject-trailing-was): Change doc string.
21563
21564         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21565         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21566         (nnweb-google-search): Add "hl=en" here.
21567         (nnweb-google-parse-1, nnweb-google-create-mapping):
21568         Don't hardcode URL.
21569
21570 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21571
21572         * message.el (message-get-reply-headers, message-followup):
21573         Mention related variables `message-use-followup-to' and
21574         `message-use-mail-followup-to', in the information buffer.
21575
21576         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21577         of broken groups(-beta).google.com.
21578
21579 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21580
21581         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21582         parameter to invoked gnus-request-move-article; remove the
21583         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21584         all at once instead of once per article.
21585         (gnus-summary-remove-process-mark): Accept a list of articles as
21586         well as a single article for processing.
21587
21588         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21589         parameter.
21590
21591         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21592
21593         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21594
21595         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21596         parameter.
21597
21598         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21599         parameter.
21600
21601         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21602         parameter and remove the gnus-sum-hint-move-is-internal variable.
21603
21604         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21605         parameter.
21606
21607         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21608         parameter.
21609
21610         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21611         parameter.
21612
21613         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21614
21615         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21616         parameter.
21617
21618         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21619         parameter.
21620
21621 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21622
21623         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21624         a more conservative way.
21625
21626 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21627
21628         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21629         buffer, so it moves the window's cursor.
21630
21631 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21632
21633         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21634         `mm-dissect-multipart' and receive the from field as an (optional)
21635         argument from `mm-dissect-multipart'.
21636         (mm-dissect-multipart): Receive the from field as an argument and
21637         pass it on when we call `mm-dissect-buffer' on MIME parts.
21638         Fixes verification/decryption of signed/encrypted MIME parts.
21639
21640 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21641
21642         * gnus-sum.el (gnus-summary-move-article):
21643         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21644         whatever it calls (right now, only nnimap-request-move article
21645         respects it).
21646
21647         * nnimap.el (nnimap-request-move-article):
21648         When gnus-sum-hint-move-is-internal is set, don't do the extra
21649         nnimap-request-article.
21650
21651 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21652
21653         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21654
21655         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21656         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21657
21658         * gnus-sum.el (gnus-summary-caesar-message):
21659         Apply `gnus-treat-article' after rotation.
21660
21661         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21662         doc string.
21663
21664 2005-02-22  Simon Josefsson  <jas@extundo.com>
21665
21666         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21667         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21668         <arne@arnested.dk>.
21669         (encrypt): Add password-cache and password-cache-expiry as group
21670         members.
21671
21672 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21673
21674         * smime.el (smime-ldap-host-list): Doc fix.
21675         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21676         cache) password.
21677         (smime-sign-region): Use it.
21678         (smime-decrypt-region): Use it.
21679         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21680         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21681         fails.
21682         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21683         certificate from DER to PEM format rather than calling openssl.
21684
21685         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21686
21687         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21688         for signing/encryption.
21689
21690         * mml.el (mml-parse-1): Use them.
21691
21692 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21693
21694         * nnrss.el (nnrss-verbose): Remove.
21695         (nnrss-request-group): Use `nnheader-message' instead.
21696
21697 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21698
21699         * nnrss.el (nnrss-verbose): New variable.
21700         (nnrss-request-group): Make it say nnrss is requesting a group.
21701
21702 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21703
21704         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21705         Handle news URL with given port correctly.
21706
21707 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21708
21709         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21710         containing special characters.
21711
21712         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21713
21714         * mml.el (mime-to-mml): Ditto.
21715
21716         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21717         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21718         (rfc2047-decode-region): Quote decoded words containing special
21719         characters when rfc2047-quote-decoded-words-containing-tspecials
21720         is non-nil.
21721
21722 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21723
21724         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21725
21726         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21727
21728 2005-02-15  Simon Josefsson  <jas@extundo.com>
21729
21730         * nnimap.el (nnimap-debug): Doc fix.
21731
21732         * imap.el (imap-debug): Doc fix.
21733
21734 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21735
21736         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21737
21738 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21739
21740         * gnus.el (spam-contents): Improve docs for spam-contents
21741         parameter in its variable incarnation.
21742
21743 2005-02-14  Simon Josefsson  <jas@extundo.com>
21744
21745         * smime-ldap.el: Use require instead of load-library for ldap.
21746         (smime-ldap-search): Indent.
21747         (smime-ldap-search-internal): Shorten line.
21748
21749         * smime.el (smime-cert-by-dns): Add doc-string.
21750         (smime-cert-by-ldap-1): Indent.
21751
21752         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21753         mml-smime-get-dns-ldap.
21754         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21755
21756 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21757
21758         * smime.el: Require smime-ldap.
21759         (smime-ldap-host-list): New variable.
21760         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21761
21762         * mml-smime.el (mml-smime-encrypt-query): New function.
21763         (mml-smime-encrypt-query): Use it.
21764
21765         * smime-ldap.el: New file.
21766
21767 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21768
21769         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21770
21771 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21772
21773         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21774         argument in doc string.  Make query for type more clear.
21775
21776 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21777
21778         * gnus.el (gnus-group-startup-message): Search for gnus images in
21779         etc/images/gnus.
21780         * mm-util.el (mm-image-load-path): Likewise.
21781         * smiley.el (smiley-data-directory): Search for smilies in
21782         etc/images/smilies.
21783
21784 2005-02-09  Kim F. Storm  <storm@cua.dk>
21785
21786         Change Emacs release version from 21.4 to 22.1 throughout.
21787         Change Emacs development version from 21.3.50 to 22.0.50.
21788
21789 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21790
21791         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21792
21793         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21794         non-Mule XEmacs as well.
21795         (mm-decompress-buffer): Signal an error intentionally if it does
21796         not decompress compressed data because auto-compression-mode is
21797         disabled.
21798
21799 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21800
21801         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21802         an ID in the registry even if it has no groups.
21803
21804 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21805
21806         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21807         merge it into mm-decompress-buffer.
21808         (gnus-mime-copy-part): Use the MIME part charset, the value which
21809         a user specified or gnus-newsgroup-charset for decoding, like
21810         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21811         save-buffer what was used.  Suggested by Kevin Ryde
21812         <user42@zip.com.au>.
21813         (gnus-mime-inline-part): Allow the name parameter as well as the
21814         filename parameter; force decompressing of compressed data; always
21815         display contents being not decoded as unibyte.
21816
21817         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21818         as well as the filename parameter.
21819
21820         * mm-util.el (mm-decompress-buffer):
21821         Merge gnus-mime-jka-compr-maybe-uncompress.
21822         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21823         of compressed data.
21824
21825 2005-02-08  Simon Josefsson  <jas@extundo.com>
21826
21827         * imap.el (imap-log): Doc fix.
21828
21829 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21830
21831         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21832         the coding cookies; decompress compressed parts.
21833
21834         * mml.el (mml-generate-mime-1): Add the charset parameter according
21835         to the value which a user specified manually or the coding cookie.
21836
21837         * mm-util.el (mm-string-to-multibyte): New function.
21838         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21839         (mm-coding-system-to-mime-charset): New function.
21840         (mm-decompress-buffer): New function.
21841         (mm-find-buffer-file-coding-system): New function.
21842
21843         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21844         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21845         parts.
21846
21847 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21848
21849         * mm-view.el (mm-display-inline-fontify): Decode a part according
21850         to the charset parameter.
21851
21852 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21853
21854         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21855         prefix arg is neither nil nor a number, as info specifies.
21856
21857 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21858
21859         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21860         timestamps.
21861
21862 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21863
21864         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21865         groups error checking and notify user.
21866
21867 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21868
21869         * message.el (message-send-mail-function): Check existence of
21870         sendmail-program first before using default value
21871         `message-send-mail-with-sendmail'.  Otherwise use more generic
21872         `smtpmail-send-it'.
21873
21874 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21875
21876         * nntp.el (nntp-request-update-info): Always return nil.
21877
21878 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21879
21880         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21881
21882 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21883
21884         * message.el (message-beginning-of-line): Change the behavior when
21885         invoked between BOL and : so that it first moves backward.
21886
21887 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21890         article buffer when editing of the article is discarded.
21891         (gnus-article-prepare): Revert.
21892
21893 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21894
21895         * gnus-art.el (gnus-article-prepare):
21896         Remove message-strip-forbidden-properties from the local hook.
21897
21898 2005-01-27  Simon Josefsson  <jas@extundo.com>
21899
21900         * password.el (password-cache-add): Only start one timer per key.
21901         Reported by Derek Atkins <warlord@MIT.EDU>.
21902
21903 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21904
21905         * run-at-time.el: Remove.  It is no longer needed as
21906         timer-funcs.el in the xemacs-base package has a working version of
21907         `run-at-time'.
21908
21909         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21910
21911         * password.el: Require timer-funcs instead of run-at-time in
21912         XEmacs.
21913         Remove `password-run-at-time' macro.
21914         (password-cache-add): Use `run-at-time' instead of
21915         `password-run-at-time'.
21916
21917         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21918         Remove `nnheader-cancel-function-timers' alias,
21919         `cancel-function-timers' exists in XEmacs in timer-funcs.
21920
21921         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21922         for `run-with-idle-timer'.
21923
21924         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21925         for `run-at-time'.
21926
21927         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21928         for `with-timeout'.
21929
21930         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21931         the same as for XEmacs 21.4.
21932         No need to ignore `run-with-idle-timer', this function exists in
21933         XEmacs now in timer-funcs.el in the xemacs-base package.
21934         (dgnushack-compile): No need to delete
21935         run-at-time.el from the list of files to compile because it
21936         doesn't exist anymore.
21937
21938 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21939
21940         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21941         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21942
21943 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21944
21945         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21946         sensitively.
21947
21948 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21949
21950         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21951
21952 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21953
21954         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21955         which will be inserted according to the multibyteness of a buffer
21956         rather than the type of contents.  Suggested by ARISAWA Akihiro
21957         <ari@mbf.ocn.ne.jp>.
21958
21959         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21960         of string which old xml.el may return rather than a string.
21961
21962 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21965
21966 2005-01-16  Simon Josefsson  <jas@extundo.com>
21967
21968         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21969         idn/idna.el isn't available.
21970         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21971         <michael@waxrat.com>.
21972
21973         * hashcash.el: Remove non-FSF copyright header.
21974
21975         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21976         (hashcash-generate-payment): Use it.
21977         (hashcash-generate-payment-async): Use it.
21978
21979 2005-01-15  Simon Josefsson  <jas@extundo.com>
21980
21981         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21982         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21983
21984         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21985         gnus-summary-idna-message.
21986         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21987         (gnus-summary-idna-message): New function.
21988
21989 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21990
21991         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21992         gnus-novice-user.
21993
21994 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21995
21996         * nnrss.el (nnrss-request-delete-group): Delete entries in
21997         nnrss-group-alist as well.
21998         (nnrss-save-server-data): Insert newline.
21999
22000 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22001
22002         * gnus.el (gnus-user-agent): Use list of symbols instead of
22003         symbols.  Display full version number for (S)XEmacs.
22004         Optionally display (S)XEmacs codename.
22005
22006         * gnus-util.el (gnus-emacs-version): Update for new
22007         `gnus-user-agent'.
22008
22009         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22010         Gnus version.
22011
22012 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22013
22014         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22015         which is unreadable in some setups.
22016
22017 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22018
22019         * gnus-spec.el (gnus-update-format-specifications): Flush the
22020         group format spec cache if it doesn't support decoded group names.
22021
22022 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22023
22024         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22025         Allow to apply decay on score files matching a regexp.
22026
22027 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22028
22029         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22030         compatibility in %g and %c.
22031
22032 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22035         name for only %g and %c.
22036         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22037         of gnus-tmp-group to decoded group name.
22038         (gnus-group-make-rss-group): Exclude `/'s from group names.
22039
22040 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22041
22042         * nnrss.el (nnrss-get-encoding): Fix regexp.
22043
22044 2004-12-27  Simon Josefsson  <jas@extundo.com>
22045
22046         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22047         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22048         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22049
22050 2004-12-17  Kim F. Storm  <storm@cua.dk>
22051
22052         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22053
22054         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22055
22056 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22057
22058         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22059
22060 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22061
22062         * nnrss.el: Require rfc2047 and mml.
22063         (nnrss-file-coding-system): New variable.
22064         (nnrss-format-string): Redefine it as an inline function.
22065         (nnrss-decode-group-name): New function.
22066         (nnrss-string-as-multibyte): Remove.
22067         (nnrss-retrieve-headers): Decode group name; don't use
22068         nnrss-format-string.
22069         (nnrss-request-group): Decode group name.
22070         (nnrss-request-article): Decode group name; allow a Message-ID as
22071         well as an article number; don't use nnrss-format-string; encode a
22072         Message-ID string which may contain non-ASCII characters; use
22073         mml-to-mime to compose a MIME article.
22074         (nnrss-request-expire-articles): Decode group name.
22075         (nnrss-request-delete-group): Decode group name.
22076         (nnrss-fetch): Clarify error message.
22077         (nnrss-read-server-data): Use insert-file-contents instead of load;
22078         bind file-name-coding-system; use multibyte buffer.
22079         (nnrss-save-server-data): Bind coding-system-for-write to the
22080         value of nnrss-file-coding-system; bind file-name-coding-system;
22081         add coding cookie.
22082         (nnrss-read-group-data): Use insert-file-contents instead of load;
22083         bind file-name-coding-system; use multibyte buffer.
22084         (nnrss-save-group-data): Bind coding-system-for-write to the
22085         value of nnrss-file-coding-system; bind file-name-coding-system.
22086         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22087         make it work with non-ASCII text.
22088         (nnrss-find-el): Make it work with old xml.el as well.
22089
22090 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22091
22092         * nnrss.el (nnrss-get-encoding): New function.
22093         (nnrss-fetch): Use unibyte buffer initially; bind
22094         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22095         decode contents according to the encoding attribute.
22096         (nnrss-save-group-data): Add coding cookie.
22097         (nnrss-mime-encode-string): New function.
22098         (nnrss-check-group): Use it to encode subject and author.
22099
22100 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22101
22102         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22103         imaginary variable.
22104
22105 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22106
22107         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22108         correctly even if there are wide characters.
22109
22110 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22111
22112         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22113         downcased symbol names; make a new cache instead of reusing
22114         bbdb-hashtable.
22115
22116 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22117
22118         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22119         concatenating segments rather than before concatenating them.
22120         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22121
22122         * message.el (message-get-reply-headers): Bind `extra'.
22123
22124 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22125
22126         * message.el (message-extra-wide-headers): New variable.
22127         (message-get-reply-headers): Use it.
22128
22129 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22130
22131         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22132         (gnus-agent-group-pathname): Ditto.
22133
22134         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22135
22136         * gnus-group.el (gnus-group-make-group): Decode group name.
22137         (gnus-group-make-rss-group): Register the group data after opening
22138         the nnrss group.
22139
22140 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22141
22142         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22143         by expiry now get marked as read.
22144
22145 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22146
22147         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22148
22149 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22150
22151         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22152         unify Latin characters in XEmacs.
22153         (mm-find-mime-charset-region): Use it.
22154
22155 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22156
22157         * gnus-util.el (gnus-delete-directory): New function.
22158
22159         * gnus-agent.el (gnus-agent-delete-group): Use it.
22160
22161         * gnus-cache.el (gnus-cache-delete-group): Use it.
22162
22163 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22164
22165         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22166         names.
22167
22168 2004-12-16  Simon Josefsson  <jas@extundo.com>
22169
22170         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22171
22172 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22173
22174         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22175
22176         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22177         (gnus-group-set-current-level): Decode group name.
22178
22179 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22180
22181         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22182         failed.
22183
22184 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22185
22186         * gnus-group.el (gnus-group-delete-group): Decode group name.
22187         (gnus-group-make-rss-group): Encode group name.
22188         (gnus-group-catchup-current): Decode group name.
22189         (gnus-group-kill-group): Decode group name.
22190
22191 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22192
22193         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22194
22195 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22196
22197         * gnus-group.el (gnus-group-make-rss-group):
22198         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22199
22200         * gnus-start.el (gnus-setup-news): Honor user's setting to
22201         gnus-message-archive-method.  Suggested by Lute Kamstra
22202         <lute@gnu.org>.
22203
22204 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22205
22206         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22207         global counterparts of the buffer-local variables.
22208
22209 2004-11-16  Romain Francoise  <romain@orebokech.com>
22210
22211         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22212         counterparts of the buffer-local variables.
22213
22214 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22215
22216         * message.el (message-forbidden-properties): Fix typo in doc
22217         string.
22218
22219 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22220
22221         * gnus-util.el (gnus-replace-in-string): Add doc string.
22222
22223         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22224         to avoid problems when splitting mails with many recipients.
22225
22226 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22227
22228         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22229         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22230
22231 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22232
22233         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22234         if there is no hashtable in memory or file modification time is
22235         newer than cached timestamp.
22236
22237 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22238
22239         * gnus-sum.el (gnus-summary-limit-to-recipient):
22240         Implement not-matching option.
22241
22242 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22243
22244         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22245         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22246         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22247         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22248         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22249         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22250
22251 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22252
22253         * message.el (message-forward-make-body-mml): Remove headers
22254         according to message-forward-ignored-headers if a message is decoded.
22255
22256 2004-12-02  Romain Francoise  <romain@orebokech.com>
22257
22258         * message.el (message-forward-make-body-plain): Always remove
22259         headers according to message-forward-ignored-headers.
22260
22261 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22262
22263         * spam.el (spam-summary-prepare-exit): Remove the
22264         gnus-summary-limit pop for now, it has problems with ham marks for
22265         me.
22266
22267 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22268
22269         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22270         correctly.
22271
22272 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22273
22274         * format-spec.el (format-spec): Message the char.
22275
22276 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22277
22278         * gnus-art.el (gnus-split-methods): Reformat comments.
22279
22280         * spam.el (spam-summary-prepare-exit): Remove article limits
22281         before exiting the summary buffer.
22282
22283 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22284
22285         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22286         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22287
22288         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22289         order to silence the byte compiler.
22290
22291         * spam.el: Fix the way to silence the byte compiler, which
22292         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22293         bbdb-search-simple, spam-BBDB-register-routine,
22294         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22295         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22296         spam-stat-buffer-is-spam, spam-stat-load,
22297         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22298         spam-stat-save and spam-stat-split-fancy.
22299
22300 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22301
22302         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22303         which may confuse users.
22304         (canlock-password-for-verify): Ditto.
22305
22306         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22307
22308         * gnus-art.el (gnus-emphasis-alist): Ditto.
22309
22310         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22311
22312         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22313
22314         * gnus-start.el (gnus-save-killed-list): Ditto.
22315
22316         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22317         (gnus-sum-thread-tree-root): Ditto.
22318         (gnus-sum-thread-tree-false-root): Ditto.
22319         (gnus-sum-thread-tree-single-indent): Ditto.
22320
22321         * message.el (message-courtesy-message): Ditto.
22322         (message-archive-note): Ditto.
22323         (message-subscribed-address-file): Ditto.
22324         (message-user-fqdn): Ditto.
22325
22326         * spam-report.el (spam-report-gmane-regex): Ditto.
22327
22328         * spam.el (spam-blackhole-good-server-regex): Ditto.
22329
22330 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22331
22332         * mml.el (mml-preview): Widen the message buffer before copying
22333         the contents to the preview buffer; sort headers before previewing.
22334
22335         * message.el (message-hidden-headers): Fix the way to avoid a bug
22336         in the `repeat' widget in Emacs 21.3 or earlier.
22337
22338 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22339
22340         * message.el (message-hidden-headers): Default to "^References:".
22341         Improve customization type.  Suggested by Reiner Steib
22342         <Reiner.Steib@gmx.de>.
22343
22344 2004-11-25  Romain Francoise  <romain@orebokech.com>
22345
22346         * message.el (message-strip-forbidden-properties): Remove check for
22347         obsolete `message-hidden' text property, hidden headers are not
22348         accessible in the buffer anymore.
22349
22350 2004-11-22  Romain Francoise  <romain@orebokech.com>
22351
22352         * message.el (message-header-format-alist): Add `From' in list
22353         so that it can be sorted.
22354         (message-fix-before-sending): Widen and sort headers before
22355         sending.
22356         (message-hide-headers): Use narrowing to hide headers by moving
22357         them to the top of the buffer and narrowing to the region
22358         underneath.
22359
22360 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22361
22362         * message.el (message-strip-forbidden-properties):
22363         Bind buffer-read-only (etc) to nil.
22364
22365 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22366
22367         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22368         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22369
22370 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22371
22372         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22373
22374 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22375
22376         * dns.el (query-dns): Use sit-for to time instead of
22377         accept-process-output, since that doesn't seem to work on udp
22378         sockets.
22379
22380 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22381
22382         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22383
22384 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22385
22386         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22387         doc string.  Improve doc string.
22388
22389 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22390
22391         * nntp.el (nntp-request-update-info): Return nil if
22392         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22393         may not call gnus-activate-group which uselessly issues the GROUP
22394         commands for all nntp groups and wastes time.  Reported by Romain
22395         Francoise <romain@orebokech.com>.
22396
22397         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22398
22399 2004-11-15  Simon Josefsson  <jas@extundo.com>
22400
22401         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22402         headers separately.
22403         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22404         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22405
22406 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22407
22408         * gnus-start.el (gnus-convert-old-newsrc):
22409         Assign legacy-gnus-agent to 5.10.7.
22410
22411 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22412
22413         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22414         start of the lines.
22415
22416 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22417
22418         * hashcash.el (hashcash-default-payment): Change default to 20.
22419         (hashcash-default-accept-payment): Change default to 20.
22420         (hashcash-process-alist): New variable.
22421         (hashcash-generate-payment-async): Add.
22422         (hashcash-already-paid-p): Add.
22423         (hashcash-insert-payment): Don't generate payments twice.
22424         (hashcash-insert-payment-async): Add.
22425         (hashcash-insert-payment-async-2): Add.
22426         (hashcash-cancel-async): Add.
22427         (hashcash-wait-async): Add.
22428         (hashcash-processes-running-p): Add.
22429         (hashcash-wait-or-cancel): Add.
22430         (mail-add-payment): New optional argument.  Conditionally start
22431         asynchronous calculation.
22432         (mail-add-payment-async): Add.
22433
22434         * message.el (message-send-mail): Wait for asynchronous hashcash
22435         results.  Don't clobber existing X-Hashcash headers.
22436         (message-setup-1): Call mail-add-payment-async when
22437         message-generate-hashcash is non-nil.
22438
22439 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22440
22441         * message.el (message-use-alternative-email-as-from): Examine the
22442         From header as well; use message-make-from in order to include a
22443         user's full name.
22444
22445 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22448         default; improve customization type.
22449         (gnus-emphasis-custom-with-format): New macro.
22450         (gnus-emphasis-custom-value-to-external): New function.
22451         (gnus-emphasis-custom-value-to-internal): New function.
22452
22453 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22454
22455         * dns.el (query-dns): Resolve reverse addresses.
22456
22457 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22458
22459         * gnus-group.el (gnus-group-get-new-news): Use it.
22460
22461         * gnus-start.el (gnus-check-reasonable-setup): New function.
22462
22463 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22464
22465         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22466         "Args out of range" error.  Reported by Arnaud Giersch
22467         <arnaud.giersch@free.fr>.
22468
22469 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22470
22471         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22472
22473 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22474
22475         * spam.el (spam group): Add :version.
22476
22477         * pgg-def.el (pgg group): Add :version.
22478
22479 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22480
22481         * gnus-art.el (gnus-article-edit-article): Don't associate the
22482         article buffer with a draft file.  This is a temporary measure
22483         against the 2004-08-22 change to gnus-article-edit-mode.
22484
22485 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22486
22487         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22488         (html2text-format-tags): Remove unused variable `attr'.
22489
22490 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22491
22492         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22493
22494         * tls.el (tls-process-connection-type, tls-success)
22495         (tls-certtool-program): Add :version.
22496
22497         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22498         (starttls-extra-arguments, starttls-process-connection-type)
22499         (starttls-connect, starttls-failure, starttls-success): Add :version.
22500
22501         * spam-stat.el (spam-stat): Add :version.
22502
22503         * sieve.el (sieve): Add :version.
22504
22505         * sha1.el (sha1): Add :version.
22506         (sha1-use-external): Remove redundant version.
22507
22508         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22509         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22510         (nnmail-split-fancy-match-partial-words)
22511         (nnmail-split-lowercase-expanded): Add :version.
22512
22513         * nndiary.el (nndiary): Add :version.
22514
22515         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22516
22517         * mml-sec.el (mml-default-sign-method)
22518         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22519         Add :version.
22520
22521         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22522
22523         * mm-url.el (mm-url-use-external, mm-url-program)
22524         (mm-url-arguments): Add :version.
22525
22526         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22527         (mm-attachment-file-modes, mm-decrypt-option)
22528         (mm-w3m-safe-url-regexp): Add :version.
22529
22530         * message.el (message-cite-prefix-regexp)
22531         (message-sendmail-envelope-from, message-minibuffer-local-map)
22532         (message-user-fqdn, message-completion-alist): Add :version.
22533
22534         * gnus-win.el (gnus-configure-windows-hook)
22535         (gnus-use-frames-on-any-display): Add :version.
22536
22537         * gnus-art.el (gnus-article-address-banner-alist)
22538         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22539         (gnus-treat-from-picon, gnus-treat-mail-picon)
22540         (gnus-treat-x-pgp-sig): Add :version.
22541
22542         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22543         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22544         (gnus-summary-article-delete-hook)
22545         (gnus-summary-display-while-building): Add :version.
22546
22547         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22548         (gnus-get-top-new-news-hook): Add :version.
22549
22550         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22551         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22552
22553         * gnus-registry.el (gnus-registry): Add :version.
22554
22555         * gnus-spec.el (gnus-use-correct-string-widths)
22556         (gnus-make-format-preserve-properties): Add :version.
22557
22558         * gnus.el (gnus-group-charter-alist)
22559         (gnus-group-fetch-control-use-browse-url)
22560         (gnus-install-group-spam-parameters): Add :version.
22561
22562         * gnus-diary.el (gnus-diary): Add :version.
22563
22564         * gnus-delay.el (gnus-delay): Add :version.
22565
22566         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22567         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22568         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22569         Add :version.
22570
22571         * gnus-agent.el (gnus-agent-max-fetch-size)
22572         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22573         (gnus-agent-prompt-send-queue): Add :version.
22574
22575         * deuglify.el (gnus-outlook-deuglify): Add :version.
22576
22577         * html2text.el: Beautify code.  Improve doc strings.
22578         Some checkdoc cleanup.
22579         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22580
22581 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22582
22583         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22584
22585 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22586
22587         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22588         when package is loaded.
22589
22590         * spam.el (spam-summary-score-preferred-header): Add global preference
22591         for people who want to override the default SpamAssassin over
22592         Bogofilter preference (when both are set).
22593         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22594         (spam-user-format-function-S):
22595         Check spam-summary-score-preferred-header.
22596         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22597         (spam-user-format-function-S): Format the score correctly.
22598
22599 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22600
22601         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22602         signature file.  Suggested by Manoj Srivastava
22603         <srivasta@golden-gryphon.com>.
22604
22605         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22606         iso-2022-jp even in the Japanese language environment.
22607         Suggested by Jason Rumney <jasonr@gnu.org>.
22608
22609 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22610
22611         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22612         use the same characters as the dummy marks; make it free from
22613         getting affected by the language environment.
22614         (gnus-summary-read-group-1): Update mark positions only when the
22615         format spec is updated.
22616
22617         * gnus-spec.el (gnus-update-format-specifications): Return a list
22618         of updated types.
22619
22620 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22621
22622         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22623         of boundp to check if display-warning is available.
22624
22625 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22626
22627         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22628
22629 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22630
22631         * nnspool.el (nnspool-spool-directory): Use news-path if the
22632         news-directory variable is not bound.
22633
22634         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22635         function instead of display-warning if it is not available.
22636
22637 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22638
22639         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22640         v5-10: Use `point-at-bol'.
22641
22642 2004-10-26  Simon Josefsson  <jas@extundo.com>
22643
22644         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22645         <chenggao@gmail.com>.
22646
22647 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22648
22649         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22650         instead.
22651
22652 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22653
22654         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22655         to remove a server from the nnimap-server-buffer-alist.
22656         (nnimap-open-connection, nnimap-close-server): Use it.
22657
22658         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22659
22660 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22661
22662         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22663         running the major-mode function.
22664
22665 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22666
22667         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22668         dummy marks in the right way.
22669
22670 2004-10-18  David Edmondson  <dme@dme.org>
22671
22672         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22673         excessively.
22674
22675 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22676
22677         * gnus-util.el (gnus-split-references): Accept a nil references
22678         string and go on blissfully.
22679
22680         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22681         cases where the references string is non-nil but has no references.
22682
22683         * encrypt.el: Add autoload tags.
22684
22685         * spam.el (spam-resolve-registrations-routine): Remove article
22686         from unregistration list too.  Reported by David Hanak
22687         <dhanak@isis.vanderbilt.edu>
22688
22689 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22690
22691         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22692         nil.  Change custom type.
22693
22694 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22695
22696         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22697
22698         * gnus-sum.el (gnus-summary-move-article): Use it.
22699
22700 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22701
22702         * encrypt.el: Add autoload cookies.
22703
22704         * spam.el (spam-backend-article-list-property)
22705         (spam-backend-get-article-todo-list)
22706         (spam-backend-put-article-todo-list)
22707         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22708         Resolve registrations separately.
22709         (spam-register-routine): Format comments.
22710         (spam-unregister-routine, spam-register-routine): Always call with
22711         specific-articles, no default list.
22712         (spam-summary-prepare-exit): Use the spam-classifications function.
22713
22714         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22715         gnus-encrypt.el.
22716
22717         * encrypt.el: Copied from gnus-encrypt.el.
22718
22719         * gnus-encrypt.el: Commented that it's obsolete.
22720
22721 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22722
22723         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22724         (gnus-score-save): Use it.
22725
22726         * message.el (message-bury): Use `window-dedicated-p'.
22727
22728 2004-10-15  Simon Josefsson  <jas@extundo.com>
22729
22730         * pop3.el (top-level): Don't require nnheader.
22731         (pop3-read-timeout): Add.
22732         (pop3-accept-process-output): Add.
22733         (pop3-read-response, pop3-retr): Use it.
22734
22735 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22736
22737         * spam.el (spam-register-routine): Move comment.
22738         (spam-verify-bogofilter): Use 'unknown for the initial
22739         spam-bogofilter-valid state, not 'never.
22740
22741         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22742         for netrc-machine.
22743
22744         * nnimap.el (nnimap-open-connection):
22745         Use netrc-machine-user-or-password.
22746
22747 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22748
22749         * gnus-registry.el (gnus-registry-unload-hook):
22750         Set as a variable with add-hook.
22751
22752         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22753         of news-path.
22754
22755         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22756
22757         * spam.el: Delete duplicate `provide'.
22758         (spam-unload-hook): Set as a variable with add-hook.
22759
22760 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22761
22762         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22763         in the doc string.
22764
22765         * message.el (message-ignored-news-headers)
22766         (message-ignored-supersedes-headers)
22767         (message-ignored-resent-headers)
22768         (message-forward-ignored-headers): Improve custom type.
22769
22770 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22771
22772         * message.el (message-tokenize-header): Fix 2004-09-06 change
22773         which used point-min in the wrong place.
22774
22775 2004-10-12  Simon Josefsson  <jas@extundo.com>
22776
22777         * tls.el (tls-certtool-program): New variable.
22778         (tls-certificate-information): New function, based on
22779         ssl-certificate-information.
22780
22781 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22782
22783         * compface.el: Move the version of ELisp-based uncompface program
22784         to the contrib directory because of the copyright problem.
22785
22786 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22787
22788         * message.el (message-kill-buffer): Raise the current frame.
22789
22790 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22791
22792         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22793
22794         * gnus.el (message-y-or-n-p): Autoload.
22795
22796         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22797         (pop3-password-required, pop3-authentication-scheme)
22798         (pop3-leave-mail-on-server): Make customizable.
22799         (pop3): New custom group.
22800         (pop3-retr): Remove `sleep-for' statements.
22801         Suggested by Dave Love <fx@gnu.org>.
22802
22803         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22804         Windows/DOS.
22805
22806         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22807         (imap-parse-body): Fix incorrect use of `assert'.
22808         Suggested by Dave Love <fx@gnu.org>.
22809
22810         * mml.el (mml-minibuffer-read-disposition): Require match.
22811         Suggested by Dave Love <fx@gnu.org>.
22812
22813 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22814
22815         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22816         doc string.
22817
22818 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22819
22820         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22821
22822 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22823
22824         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22825         instead of calling `mm-insert-inline', to decode text/* parts
22826         before displaying them.
22827
22828 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22829
22830         * mm-uu.el (mm-uu-text-plain-type): New variable.
22831         (mm-uu-pgp-signed-extract-1): Use it.
22832         (mm-uu-pgp-encrypted-extract-1): Use it.
22833         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22834         bind mm-uu-text-plain-type with that value.
22835         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22836         mm-uu-dissect.
22837
22838 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22839
22840         * gnus-group.el (gnus-update-group-mark-positions):
22841         * gnus-sum.el (gnus-update-summary-mark-positions):
22842         * message.el (message-check-news-body-syntax):
22843         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22844         of string-as-multibyte.
22845
22846 2004-10-05  Juri Linkov  <juri@jurta.org>
22847
22848         * gnus-group.el (gnus-update-group-mark-positions):
22849         * gnus-sum.el (gnus-update-summary-mark-positions):
22850         * message.el (message-check-news-body-syntax):
22851         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22852         8-bit unibyte values to a multibyte string for search functions.
22853
22854 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22855
22856         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22857         (mm-uu-dissect-text-parts): New function.
22858
22859         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22860         dissect text parts.
22861
22862         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22863         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22864
22865         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22866
22867         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22868         Use gnus-current-topics instead of gnus-current-topic.
22869
22870 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22871
22872         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22873
22874 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22875
22876         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22877         where appropriate.
22878
22879         * nnml.el (nnml-generate-active-info): do.
22880
22881         * nndiary.el (nndiary-generate-active-info): do.
22882
22883         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22884         (gnus-topic-move): do.
22885
22886         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22887         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22888
22889         * gnus-srvr.el (gnus-server-prepare)
22890         (gnus-server-open-all-servers): do.
22891
22892         * gnus-msg.el (gnus-summary-cancel-article)
22893         (gnus-summary-resend-message)
22894         (gnus-summary-mail-crosspost-complaint): do.
22895
22896         * gnus-move.el (gnus-change-server): do.
22897
22898         * gnus-group.el (gnus-group-unmark-all-groups)
22899         (gnus-group-set-current-level): do.
22900
22901 2004-10-04  Simon Josefsson  <jas@extundo.com>
22902
22903         * message.el (message-generate-hashcash): Doc fix.
22904
22905 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22906
22907         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22908         avoid infinite recursion via gnus-get-function.
22909
22910 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22911
22912         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22913
22914         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22915
22916         * nnmail.el (nnmail-split-history): do.
22917
22918         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22919         (nnml-request-delete-group): do.
22920
22921         * nnslashdot.el (nnslashdot-read-groups): do.
22922
22923         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22924         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22925
22926         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22927         (nnspool-sift-nov-with-sed): Use last.
22928         (nnspool-retrieve-headers-with-nov): Use mapc.
22929         (nnspool-request-newgroups): Use dolist.
22930         (nnspool-request-group): Use last.
22931
22932         * nntp.el (nntp-read-server-type): Use dolist.
22933
22934         * nnvirtual.el (nnvirtual-create-mapping)
22935         (nnvirtual-update-read-and-marked): Use dolist.
22936         (nnvirtual-convert-headers): Simplify.
22937
22938 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22939
22940         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22941         Add support for sync'ing tick marks.
22942
22943 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22944
22945         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22946         there's no visible header.
22947
22948 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22949
22950         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22951         When necessary, pass full group name to gnus-request-set-marks.
22952
22953 2004-10-01  Simon Josefsson  <jas@extundo.com>
22954
22955         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22956         acroread.
22957
22958 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22959
22960         * spam-report.el (spam-report-gmane): Fix interactive.
22961
22962         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22963
22964         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22965         when writing file.
22966         (gnus-agent-synchronize-flags): Don't default to being
22967         interactive.
22968
22969 2004-09-30  Simon Josefsson  <jas@extundo.com>
22970
22971         * message.el (message-generate-hashcash): Add.
22972         (message-send-mail): Use it, call mail-add-payment.
22973
22974 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22975
22976         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22977
22978 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22979
22980         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22981         gnus-requst-update-info with explicit code to sync the in-memory
22982         info read flags with the marks being sync'd to the backend.
22983
22984         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22985
22986 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22987
22988         * spam.el (spam-verify-bogofilter): Add new function.
22989         (spam-check-bogofilter)
22990         (spam-bogofilter-register-with-bogofilter): Use it.
22991         (spam-verify-bogofilter): Add small fixes.
22992
22993 2004-09-28  Simon Josefsson  <jas@extundo.com>
22994
22995         * hashcash.el (hashcash-generate-payment): Revert.
22996
22997 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22998
22999         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23000         Use gnus-extract-references instead of gnus-split-references.
23001
23002         * gnus-util.el (gnus-extract-references): Add new function, analogous
23003         to gnus-split-references but extracts only the message-ID without
23004         anything extra.
23005
23006         * hashcash.el (hashcash-generate-payment)
23007         (hashcash-check-payment): Do the right thing if hashcash-path is
23008         nil (because the hashcash program could not be found).
23009
23010         * spam.el (spam-use-hashcash): Remove comment.
23011
23012 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23013
23014         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23015         (gnus-cache-enter-article, gnus-cache-remove-article)
23016         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23017
23018         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23019
23020         * gnus-art.el (article-hide-boring-headers)
23021         (article-translate-strings, article-display-face)
23022         (gnus-article-mime-match-handle-first)
23023         (gnus-article-highlight-headers)
23024         (gnus-article-add-buttons-to-head): do.
23025
23026 2004-09-27  Simon Josefsson  <jas@extundo.com>
23027
23028         * hashcash.el: New version, from
23029         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23030         ../contrib/.
23031
23032 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23033
23034         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23035
23036 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23037
23038         * gnus-dup.el (gnus-dup-open): Use mapc.
23039         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23040
23041         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23042         Reported by Stefan Wiens <s.wi@gmx.net>.
23043
23044         * gnus.el (gnus-shutdown): Use dolist.
23045
23046         * gnus-undo.el (gnus-undo): Use mapc.
23047
23048         * nnrss.el (nnrss-generate-active): do.
23049
23050         * message.el (message-cite-original-without-signature)
23051         (message-cite-original): Use mapc.
23052         (message-do-actions, message-make-forward-subject): Use dolist.
23053
23054 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23055
23056         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23057         deletion to remove entire duplicate line.  Fixes merged article
23058         number bug.
23059
23060 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23061
23062         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23063         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23064         first ask if you want to open a server and then, even when you
23065         responded with no, asking if you want to synchronize the server's
23066         flags.
23067         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23068         multi-line expressions.
23069         (gnus-agent-synchronize-group-flags): New internal function.
23070         Updates marks in memory (in the info structure) AND in the
23071         backend.
23072
23073         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23074
23075         * nnagent.el (nnagent-request-set-mark):
23076         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23077         method, to ensure that synchronization updates marks in the
23078         backend and in the info (in memory) structure.
23079
23080 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23081
23082         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23083         convention fully; don't miss the root article of a thread; make
23084         the X-Draft-From header with correct article numbers.
23085
23086 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23087
23088         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23089         unless plugged.  Disable the agent so that an open failure causes
23090         an error.
23091
23092         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23093         Revert 2004-09-21 change.  The backend must be opened while
23094         synchronizing flags even when the backend stores the flags
23095         locally.
23096
23097 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23098
23099         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23100         in `header' match.  Reported by Svend Tollak Munkejord.
23101
23102         * message.el (message-cite-original): Fix use of
23103         `message-cite-articles-with-x-no-archive'.
23104
23105 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23106
23107         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23108         (gnus-window-to-buffer): Ditto.
23109
23110         * mml.el (mml-preview-buffer): New variable.
23111         (mml-preview): Manage window layout with gnus-buffer-configuration.
23112
23113         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23114         X-Draft-From header even if those articles aren't quoted.
23115
23116 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23117
23118         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23119         (gnus-request-set-mark, gnus-request-update-mark): Use new
23120         g-s-t-u-l-m to decide to use backend even when unplugged.
23121
23122 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23123
23124         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23125         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23126
23127 2004-09-20  Simon Josefsson  <jas@extundo.com>
23128
23129         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23130         "utf-16-le".
23131
23132 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23133
23134         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23135
23136 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23137
23138         * uudecode.el (uudecode-use-external): Add :version.
23139
23140         * smime.el (smime-CA-file, smime-encrypt-cipher)
23141         (smime-dns-server): Add :version.
23142
23143         * smiley.el (gnus-smiley-file-types): Add :version.
23144
23145         * sha1.el (sha1-use-external): Add :version.
23146
23147         * pgg-def.el (pgg-query-keyserver): Add :version.
23148
23149         * nnmail.el (nnmail-fancy-expiry-targets)
23150         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23151         Add :version.
23152
23153         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23154         (nnimap-retrieve-groups-asynchronous): Add :version.
23155         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23156
23157         * mml.el (mml-content-disposition-parameters)
23158         (mml-insert-mime-headers-always): Add :version.
23159
23160         * mm-util.el (mm-coding-system-priorities): Add :version.
23161
23162         * mm-decode.el (mm-inline-text-html-with-images)
23163         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23164         (mm-verify-option): Add :version.
23165         (mm-text-html-renderer): Change :version.
23166
23167         * message.el (message-fcc-externalize-attachments)
23168         (message-required-headers, message-draft-headers)
23169         (message-subject-trailing-was-query)
23170         (message-subject-trailing-was-ask-regexp)
23171         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23172         (message-mark-insert-end, message-archive-header)
23173         (message-archive-note, message-cross-post-default)
23174         (message-cross-post-note, message-followup-to-note)
23175         (message-cross-post-note-function, message-use-mail-followup-to)
23176         (message-subscribed-address-functions)
23177         (message-subscribed-address-file, message-subscribed-addresses)
23178         (message-subscribed-regexps, message-allow-no-recipients)
23179         (message-yank-cited-prefix, message-signature-insert-empty-line)
23180         (message-hidden-headers, message-hierarchical-addresses)
23181         (message-mail-user-agent, message-use-idna)
23182         (message-valid-fqdn-regexp)
23183         (message-strip-special-text-properties, message-header-synonyms)
23184         (message-beginning-of-line, message-tab-body-function): Add :version.
23185         (message-insert-canlock, message-wide-reply-confirm-recipients):
23186         Change :version.
23187
23188         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23189         and :version.
23190         (mail-source-delete-old-incoming-confirm)
23191         (mail-source-movemail-program): Add :version.
23192
23193         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23194         (gnus-agent-cache, gnus-agent): Change :version.
23195
23196         * gnus-util.el (gnus-use-byte-compile): Change :version.
23197
23198         * gnus-sum.el (gnus-summary-make-false-root-always)
23199         (gnus-summary-default-high-score)
23200         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23201         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23202         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23203         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23204         (gnus-sum-thread-tree-single-indent)
23205         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23206         (gnus-sum-thread-tree-leaf-with-other)
23207         (gnus-sum-thread-tree-single-leaf): Add :version.
23208         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23209         (gnus-article-loose-mime): Change :version.
23210
23211         * gnus-start.el (gnus-backup-startup-file)
23212         (gnus-save-startup-file-via-temp-buffer): Add :version.
23213
23214         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23215         (gnus-server-offline-face): Add :version.
23216
23217         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23218
23219         * gnus-msg.el (gnus-gcc-externalize-attachments)
23220         (gnus-debug-files, gnus-debug-exclude-variables)
23221         (gnus-discouraged-post-methods): Change :version.
23222         (gnus-confirm-mail-reply-to-news)
23223         (gnus-confirm-treat-mail-like-news): Add :version.
23224
23225         * gnus-int.el (gnus-server-unopen-status): Add :version.
23226
23227         * gnus-group.el (gnus-group-jump-to-group-prompt)
23228         (gnus-large-ephemeral-newsgroup)
23229         (gnus-fetch-old-ephemeral-headers): Add :version.
23230
23231         * gnus-fun.el (gnus-x-face-directory)
23232         (gnus-convert-pbm-to-x-face-command)
23233         (gnus-convert-image-to-x-face-command)
23234         (gnus-convert-image-to-face-command): Add :version.
23235
23236         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23237
23238         * gnus-cite.el (gnus-cite-blank-line-after-header)
23239         (gnus-article-boring-faces): Add :version.
23240
23241         * gnus-art.el (gnus-buttonized-mime-types)
23242         (gnus-inhibit-mime-unbuttonizing)
23243         (gnus-treat-display-face)
23244         (gnus-treat-body-boundary): Change :version.
23245         (gnus-body-boundary-delimiter, gnus-picon-databases)
23246         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23247         (gnus-treat-date-english, gnus-treat-fold-headers)
23248         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23249         (gnus-treat-mail-picon, gnus-treat-wash-html)
23250         (gnus-article-encrypt-protocol)
23251         (gnus-use-idna, gnus-article-over-scroll)
23252         (gnus-mime-display-multipart-alternative-as-mixed)
23253         (gnus-mime-display-multipart-related-as-mixed)
23254         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23255         (gnus-ctan-url, gnus-button-ctan-handler)
23256         (gnus-button-handle-ctan-bogus-regexp)
23257         (gnus-button-ctan-directory-regexp)
23258         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23259         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23260         (gnus-button-man-level, gnus-button-emacs-level)
23261         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23262
23263         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23264         (gnus-agent-go-online): Change :version.
23265         (gnus-agent-expire-unagentized-dirs)
23266         (gnus-agent-auto-agentize-methods): Add :version.
23267
23268         * flow-fill.el (fill-flowed-display-column)
23269         (fill-flowed-encode-column): Add :version.
23270
23271         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23272         (gnus-outlook-deuglify-unwrap-max)
23273         (gnus-outlook-deuglify-cite-marks)
23274         (gnus-outlook-deuglify-unwrap-stop-chars)
23275         (gnus-outlook-deuglify-no-wrap-chars)
23276         (gnus-outlook-deuglify-attrib-cut-regexp)
23277         (gnus-outlook-deuglify-attrib-verb-regexp)
23278         (gnus-outlook-deuglify-attrib-end-regexp)
23279         (gnus-outlook-display-hook): Add :version.
23280
23281         * binhex.el (binhex-use-external): Add :version.
23282
23283 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23284
23285         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23286         and `invisible'.
23287
23288 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23289
23290         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23291         in gnus-registry-trim.
23292
23293 2004-09-13  Simon Josefsson  <jas@extundo.com>
23294
23295         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23296
23297         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23298
23299         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23300         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23301         <yamaoka@jpl.org>.
23302         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23303         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23304         <yamaoka@jpl.org>.
23305
23306         * sieve.el (sieve-manage-mode): Ditto.
23307
23308 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23309
23310         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23311
23312 2004-09-11  Simon Josefsson  <jas@extundo.com>
23313
23314         * dns-mode.el: Add.
23315
23316         * mm-view.el (mm-display-dns-inline): Add.
23317
23318         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23319         (mm-automatic-display): Ditto.
23320
23321         * mailcap.el (mailcap-mime-data): Add text/dns.
23322         (mailcap-mime-extensions): Map .soa to text/dns.
23323
23324 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23325
23326         * gnus-art.el (article-decode-mime-words, article-babel)
23327         (gnus-article-highlight-signature, gnus-article-add-buttons)
23328         (gnus-signature-toggle): Remove unnecessary bindings of
23329         `inhibit-read-only' inherited from v5.10 merge.
23330
23331 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23332
23333         * nntp.el (nntp): New customization group.
23334         (nntp-authinfo-file): Add customization group.
23335
23336         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23337
23338         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23339
23340         * gnus.el (to-address, to-list, subscribed)
23341         (large-newsgroup-initial): Ditto.
23342
23343         * flow-fill.el (fill-flowed-display-column)
23344         (fill-flowed-encode-column): Ditto.
23345
23346 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23347
23348         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23349         Use point-min rather than 1.
23350         (message-send-mail): Use buffer-size rather than point-max.
23351
23352         * gnus-sum.el (gnus-summary-search-article-forward):
23353         Signal a specific `search-failed' rather than a generic `error'.
23354
23355         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23356         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23357         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23358
23359 2004-09-10  Simon Josefsson  <jas@extundo.com>
23360
23361         * nndb.el (require): Remove tcp and duplicate cl.
23362
23363 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23364
23365         * gnus-agent.el (directory-files-and-attributes): Move forward.
23366
23367 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23368
23369         * gnus-agent.el (directory-files-and-attributes):
23370         Optionally defined to support XEmacs.
23371
23372 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23373
23374         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23375         to avoid run-time CL dependencies.
23376         (gnus-agent-unfetch-articles): New function.
23377         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23378         article numbers even when local .overview file is missing.
23379         (gnus-agent-read-article-number): New function.  Only accepts
23380         27-bit article numbers.
23381         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23382         Use gnus-agent-read-article-number.
23383         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23384         from backend while recognizing that article numbers in .overview
23385         must be valid.
23386         (gnus-agent-update-files-total-fetched-for):
23387         Use directory-files-and-attributes to improve performance.
23388         * gnus-int.el (gnus-request-move-article):
23389         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23390         improve performance.
23391
23392         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23393         some users confused by references to .newsrc when they only have a
23394         .newsrc.eld file.
23395         (gnus-convert-mark-converter-prompt)
23396         (gnus-convert-converter-needs-prompt): Fix use of property list.
23397         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23398         New function.  Used internally to only display 'gnus converting
23399         files' message when actually necessary.
23400
23401         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23402         methods now autoloaded.
23403
23404 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23405
23406         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23407         identifiers.
23408
23409 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23410
23411         * gnus-picon.el: Fix indentation and closing parenthesis.
23412
23413 2004-09-01  Simon Josefsson  <jas@extundo.com>
23414
23415         * message.el (message-canlock-generate): Require sha1, not
23416         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23417         to require within a function.  Sadly, if sha1.el isn't loaded, the
23418         let binding in m-c-g will hide the defcustom definition, which is
23419         bad.)
23420
23421         * canlock.el: Require sha1, not sha1-el.
23422
23423         * message.el: Don't autoload sha1 (there is a autoload cookie in
23424         sha1.el).
23425
23426         * sha1-el.el: Rename to sha1.el.
23427
23428 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23429
23430         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23431
23432 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23433
23434         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23435
23436 2004-08-30  Kim F. Storm  <storm@cua.dk>
23437
23438         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23439
23440         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23441         Add :group 'nnimap.
23442
23443 2004-08-30  Andreas Schwab  <schwab@suse.de>
23444
23445         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23446         ?* and ?\;.
23447
23448         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23449         and ?\' to symbol instead of whitespace.
23450
23451 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23452
23453         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23454
23455         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23456         instead of re-search-forward.
23457
23458         * gnus-uu.el (gnus-uu-save-article): Ditto.
23459         (gnus-uu-post-encode-uuencode): Ditto.
23460
23461         * html2text.el (html2text-clean-list-items): Ditto.
23462         (html2text-clean-dtdd): Ditto.
23463         (html2text-format-tags): Ditto.
23464
23465         * message.el (message-send-mail-with-sendmail): Fix regexp.
23466         (message-fill-field-general): Use search-forward instead of
23467         re-search-forward.
23468         (unbold-region): Ditto.
23469
23470         * nnrss.el (nnrss-request-article): Ditto.
23471
23472         * nnslashdot.el (nnslashdot-request-article): Ditto.
23473
23474         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23475
23476         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23477         "Unrecognized menu descriptor" error in XEmacs.
23478
23479 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23480
23481         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23482         parent article of a sparse article in the thread hashtb.
23483
23484 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23485
23486         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23487         (nnmail-expand-newtext): Lowercase expanded entries if
23488         nnmail-split-lowercase-expanded is non-nil.
23489
23490 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23491
23492         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23493
23494         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23495         of gnus-tmp-news-method into string under XEmacs.  It will be
23496         passed to gnus-correct-length which takes only a string argument.
23497
23498 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * gnus-util.el (gnus-bind-print-variables): New macro.
23501         (gnus-prin1): Use it.
23502         (gnus-prin1-to-string): Use it.
23503         (gnus-pp): New function.
23504         (gnus-pp-to-string): New function.
23505
23506         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23507         Replace pp-to-string with gnus-pp-to-string.
23508         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23509         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23510         * gnus-msg.el (gnus-debug): Ditto.
23511         * gnus-score.el (gnus-score-save): Ditto.
23512         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23513         gnus-pp-to-string.
23514         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23515         with gnus-pp.
23516         * score-mode.el (gnus-score-pretty-print): Ditto.
23517         * webmail.el (webmail-debug): Ditto.
23518
23519 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23520
23521         * gnus-art.el (article-display-face, article-display-x-face):
23522         Use buffer-read-only.
23523
23524 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23525
23526         * gnus-art.el (article-hide-list-identifiers):
23527         Bind inhibit-read-only as t.
23528
23529 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23530
23531         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23532
23533 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23534
23535         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23536         (gnus-narrow-to-page): Don't assume point-min == 1.
23537         (gnus-article-edit-mode): Derive from message-mode.
23538
23539         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23540         point-min == 1.
23541
23542         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23543         Disable incorrect use of `assert'.
23544
23545         * message.el (message-mode): Set comment-start-skip.
23546
23547
23548 2004-08-22  Sam Steingold  <sds@gnu.org>
23549
23550         * pop3.el (pop3-leave-mail-on-server): New user variable.
23551         (pop3-movemail): Delete mail only when it is nil.
23552
23553 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23554
23555         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23556
23557         * mml.el (mml-preview): Use `pop-to-buffer'.
23558
23559         * message.el (message-goto-mail-followup-to): Insert after "To".
23560         (message-carefully-insert-headers): Add comment.
23561
23562         * gnus.el: Remove unused variable `gnus-article-check-size'.
23563
23564         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23565
23566         * gnus-art.el (gnus-button-alist):
23567         Improve `gnus-button-handle-library' entry.
23568
23569 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23570
23571         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23572         Use downcase, since XEmacs capitalizes error messages differently.
23573
23574 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23575
23576         * nntp.el: Add (require 'gnus) due to reference to
23577         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23578
23579 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23580
23581         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23582         Bind `mm-fill-flowed'.
23583
23584         * mm-decode.el (mm-dissect-singlepart): Check it.
23585
23586 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23587
23588         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23589         'imap' for netrc parsing.
23590
23591 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23592
23593         * mailcap.el (mailcap-mime-data): Mark as risky.
23594
23595 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23596
23597         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23598         may be included in the encoded word.
23599         (rfc2047-encode): Don't append a space if the encoded word
23600         includes close parenthesis.
23601
23602 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23603
23604         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23605         of text within parentheses.
23606
23607 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23608
23609         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23610         (gnus-encrypt-write-file-contents): Make the password key the file
23611         name PLUS the cipher, not just the cipher.  Also remove failed
23612         passwords from the cache.
23613
23614 2004-08-06  Simon Josefsson  <jas@extundo.com>
23615
23616         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23617         Doc fix.
23618
23619 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23620
23621         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23622         LWSP.
23623
23624 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23625
23626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23627         Try to append in-reply-to: data to the references: header.
23628
23629         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23630         (netrc-parse): Use gnus-encrypt.el functions.
23631
23632         * gnus-encrypt.el: Add new file for encryption support; currently
23633         does only a few GPG ciphers and an internal XOR cipher.
23634
23635         * password.el: Add comments on using password-read-and-add.
23636         (password-read-and-add): Add function to read and add the
23637         password to the cache at once.
23638
23639 2004-07-28  Simon Josefsson  <jas@extundo.com>
23640
23641         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23642         parameter (but don't use it, for now).
23643
23644         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23645         instead of hard coding to nil.
23646
23647 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23648
23649         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23650         as mm-inline-image-xemacs does.
23651
23652 2004-07-26  Simon Josefsson  <jas@extundo.com>
23653
23654         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23655         Revert part of 2004-07-17 change below.
23656
23657 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23658
23659         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23660         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23661
23662 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23663
23664         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23665         quotes that actually start with ">" at the beginning of the
23666         lines.
23667
23668 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * rfc2047.el (rfc2047-encode-region): Fix last change.
23671         (rfc2047-encode-parameter): Remove useless concat.
23672
23673 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23674
23675         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23676         encode special characters; fix some kind of misconfigured headers;
23677         signal a real error if debug-on-quit or debug-on-error is non-nil.
23678         (rfc2047-encode-max-chars): New variable.
23679         (rfc2047-encode-1): Use it.
23680         (rfc2047-encode-parameter): New function.
23681
23682         * mml.el (mml-insert-parameter): Remove an excessive space.
23683
23684 2004-07-17  Simon Josefsson  <jas@extundo.com>
23685
23686         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23687         Kai Grossjohann <kai@emptydomain.de>.
23688         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23689         (gnus-group-make-menu-bar): Ditto.
23690
23691         * gnus-util.el (gnus-group-server): Add.
23692
23693 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23694
23695         * message.el (message-clone-locals): Clone sendmail and smtp
23696         variables.
23697
23698 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23699
23700         * rfc2047.el (rfc2047-encode-region): Fix last change.
23701
23702 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23703
23704         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23705         characters as non-special.
23706
23707 2004-07-09  Simon Josefsson  <jas@extundo.com>
23708
23709         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23710         Users will lose all flag changes made while unplugged with
23711         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23712         good default.  See numerous reports on ding mailing list.
23713
23714 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23715
23716         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23717         add generate-head-function and generate-article-function to the
23718         rfc822-forward entry.
23719         (nndoc-rfc822-forward-generate-article): New function.
23720         (nndoc-rfc822-forward-generate-head): New function.
23721
23722         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23723
23724 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23725
23726         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23727         respect display group parameter and gnus-summary-expunge-below.
23728         (gnus-articles-to-read): Remove unused reference to display group
23729         parameter.
23730
23731 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23732
23733         * nnheader.el (nnheader-uniquify-message-id): New experimental
23734         variable.
23735         (nnheader-nov-read-message-id): Use it.
23736
23737         * spam-report.el (spam-report-gmane): Add interactive.
23738
23739 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23740
23741         * mm-encode.el (mm-content-transfer-encoding-defaults):
23742         Use qp-or-base64 for the application/* types.
23743
23744 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23745
23746         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23747
23748 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23749
23750         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23751         trim value.
23752
23753 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23754
23755         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23756         New macro and function.
23757         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23758
23759 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23760
23761         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23762         after-load-alist.
23763
23764 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23765
23766         * gnus-group.el (gnus-group-get-new-news-this-group):
23767         Don't update info that isn't there.
23768
23769 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23770
23771         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23772         entry.
23773
23774 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23775
23776         * mm-view.el (mm-inline-render-with-function): Use multibyte
23777         buffer; decode html source by charset.
23778
23779         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23780
23781         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23782         Mule-UCS is loaded under XEmacs.
23783         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23784
23785 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23786
23787         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23788
23789 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23790
23791         * mm-util.el (mm-coding-system-p): Return a coding-system.
23792         (mm-mime-mule-charset-alist): Use shift_jis instead of
23793         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23794         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23795         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23796         instead of japanese-shift-jis and iso-latin-1 respectively in
23797         order to share the default value with both Emacs and XEmacs-mule.
23798         (mm-mule-charset-to-mime-charset):
23799         Make mm-coding-system-priorities effective.
23800         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23801         while predicating of candidates upon the priorities.
23802
23803 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23804
23805         * gnus-sum.el (gnus-summary-make-menu-bar):
23806         Add gnus-uu-invert-processable.
23807
23808         * gnus.el: Autoload gnus-uu-invert-processable.
23809
23810 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23811
23812         * mm-util.el (mm-with-multibyte-buffer): New macro.
23813
23814         * rfc2047.el (rfc2047-encode-string): Use it.
23815         (rfc2047-encode-region): Move point to the end of the region after
23816         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23817
23818 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23819
23820         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23821         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23822
23823 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23824
23825         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23826         (gnus-cite-parse): Ignore quoted envelope From_.
23827         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23828
23829 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23830
23831         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23832         invalid addresses.
23833
23834 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23835
23836         * spam.el: Change section markers, revise TODO list.
23837         (spam-backends): Make new master list of all installed backends.
23838         (spam-summary-exit-behavior): Add new variable to determine how
23839         messages moves are done at summary exit.
23840         (spam-move-spam-nonspam-groups-only)
23841         (spam-process-ham-in-nonham-groups)
23842         (spam-process-ham-in-spam-groups): Remove variables, the
23843         spam-summary-exit-behavior variable should be used to manage this
23844         behavior.
23845         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23846         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23847         and spam-old-spam-articles.
23848         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23849         Add empty variables, placeholders for the backends they represent.
23850         (spam-set-difference): Move, unchanged.
23851         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23852         unless the user has a processor variable.
23853         (spam-classifications, spam-classification-valid-p)
23854         (spam-backend-properties, spam-backend-property-valid-p)
23855         (spam-backend-function-type-valid-p)
23856         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23857         (spam-report-articles-gmane, spam-report-articles-resend):
23858         Remove functions, they are not needed.
23859         (spam-install-backend-super, spam-backend-list)
23860         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23861         (spam-backend-function, spam-backend-ham-registration-function)
23862         (spam-backend-spam-registration-function)
23863         (spam-backend-ham-unregistration-function)
23864         (spam-backend-spam-unregistration-function)
23865         (spam-backend-statistical-p, spam-backend-mover-p)
23866         (spam-install-backend-alias, spam-install-checkonly-backend)
23867         (spam-install-mover-backend, spam-install-nocheck-backend)
23868         (spam-install-backend, spam-install-statistical-backend)
23869         (spam-install-statistical-checkonly-backend): Add backend installation
23870         support.
23871         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23872         (spam-group-processor-p): Use the new backend code and respect the
23873         summary exit behavior.
23874         (spam-mark-spam-as-expired-and-move-routine): Remove.
23875         (spam-summary-prepare): Change to use the new spam-old-articles
23876         variable.
23877         (spam-copy-or-move-routine, spam-copy-spam-routine)
23878         (spam-move-spam-routine, spam-copy-ham-routine)
23879         (spam-move-ham-routine): Add code to copy/move ham or spam.
23880         (spam-fetch-field-fast): Improve doc and code, plus allow the
23881         'number request.
23882         (spam-list-of-checks, spam-list-of-statistical-checks):
23883         Remove variables.
23884         (spam-split, spam-find-spam): Use the new backend code.
23885         (spam-registration-functions): Remove variable.
23886         (spam-unregister-routine): Add convenience wrapper.
23887         (spam-log-undo-registration, spam-register-routine)
23888         (spam-log-processing-to-registry)
23889         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23890         where possible.
23891         (spam-check-gmane-xref, spam-check-regex-headers)
23892         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23893         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23894         (spam-check-bogofilter-headers, spam-check-spamoracle)
23895         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23896         (spam-check-crm114-headers): Use the spam-split-group that
23897         spam-split prepares, no need to determine it every time.
23898
23899         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23900         to the nnheader-parse-naked-head call.
23901
23902         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23903
23904         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23905         the nnheader-nov-read-message-id call.
23906
23907 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23908
23909         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23910         gnus-activate-group twice.  Suggested by Markus Peter
23911         <warp@spin.de>.
23912
23913 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23914
23915         * gnus-art.el (gnus-article-time-format): Exchange the order of
23916         day and month in the default value; fix customization type.
23917         (article-date-ut): Use add-text-properties.
23918         (article-make-date-line): Use message-make-date instead of
23919         current-time-string.
23920
23921         * message.el (message-fetch-field): Don't use set-text-properties.
23922         (message-make-date): Simplify.
23923
23924         * messagexmas.el (message-xmas-make-date): New function.
23925         (message-xmas-redefine): Defalias message-make-date to it.
23926
23927 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23928
23929         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23930         (rfc2047-encode-region): Treat text within parentheses as special;
23931         show the original text when error has occurred.
23932
23933         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23934         already-computed method to gnus-activate-group.
23935
23936         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23937         same select-methods identical Lisp objects.
23938
23939         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23940         object when modifying the info.
23941
23942 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23943
23944         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23945         gnus-opened-servers since it has never been opened with the new
23946         configuration yet.
23947
23948 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23949
23950         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23951         arg to nnheader-generate-fake-message-id.
23952
23953 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23954
23955         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23956         number and build a fake message ID localized to a group and
23957         article number (so it's repeatable from that point on).
23958         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23959         ID format.
23960
23961         * gnus-sum.el (gnus-get-newsgroup-headers):
23962         Call nnheader-generate-fake-message-id with the article number.
23963
23964 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23965
23966         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23967         end-of-buffer.
23968
23969 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23970
23971         * message.el (message-ignored-supersedes-headers): Add Approved.
23972
23973 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23974
23975         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23976         goto-char.
23977         (rfc2047-encode): Fold the line before encoding.
23978
23979 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23980
23981         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23982         folding -- not all headers can be folded, and this should be done
23983         by the message composition mode.  Probably.  I think.
23984
23985 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23986
23987         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23988         fast.
23989
23990         * gnus-ems.el (gnus-remove-image): Don't use
23991         message-text-with-property; remove only the image found first.
23992
23993         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23994         found first.
23995
23996 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23997
23998         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23999
24000 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24001
24002         * message.el (message-text-with-property): Make it fast and accept
24003         optional arguments.
24004         (message-strip-forbidden-properties): Use it.
24005         (message-fix-before-sending): Follow the m-t-w-p change.
24006
24007         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24008
24009 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24010
24011         * gnus-art.el (article-hide-headers): Don't change the buffer
24012         mistakenly when performing mml-preview even if
24013         gnus-single-article-buffer is nil.
24014
24015 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24016
24017         * message.el (message-expand-name-databases): New user option.
24018         (message-expand-name): Use it.
24019
24020 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24021
24022         * spam.el (spam-report-articles-resend)
24023         (spam-report-resend-register-routine): Allow ham reporting.
24024         (spam-report-resend-register-ham-routine): Add wrapper.
24025         (spam-registration-functions): Add ham resending functions.
24026         (spam-list-of-processors): Add ham resend processor.
24027
24028         * gnus.el (ham-resend-to): Add new group parameter.
24029         (spam-process): Add ham resend option.
24030
24031         * spam-report.el (spam-report-resend): Allow reporting ham.
24032         (spam-report-resend-ham): Add wrapper.
24033
24034 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24035
24036         * message.el (message-cite-articles-with-x-no-archive):
24037         New variable.
24038         (message-cite-original): Use it.
24039
24040 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24041
24042         * message.el (message-cite-original): Respect X-No-Archive.
24043
24044 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24045
24046         * gnus-art.el (article-hide-headers): Refer to the values for
24047         gnus-ignored-headers and gnus-visible-headers in the summary
24048         buffer since a user may have set them as group parameters.
24049
24050 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24051
24052         * assistant.el (assistant-node-name): Add convenience function.
24053         (assistant-render-text, assistant-render-node): Add error handling,
24054         plus handle multiple next nodes.
24055         (assistant-find-next-node): Comment out for now.
24056         (assistant-find-next-nodes): Add function, returns list of next
24057         nodes.
24058
24059 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24060
24061         * mail-source.el (mail-source-directory): Fix doc-string.
24062
24063 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24064
24065         * assistant.el (assistant-render-text, assistant-eval): Add :set
24066         widget type, which is different because it takes and returns a
24067         list.  Much hilarity ensues.
24068
24069 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24070
24071         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24072
24073         * gnus-group.el (gnus-group-get-new-news-this-group):
24074         Add doc-string.
24075
24076         * gnus-start.el (gnus-activate-group): Add doc-string.
24077
24078 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24079
24080         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24081
24082 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24083
24084         * assistant.el (assistant-render-text): Try to add a :set
24085         widget, more to come.
24086
24087         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24088         strings.
24089         (spam-report-articles-resend)
24090         (spam-register-routine): Do registration iff any articles warrant
24091         it.
24092         (spam-summary-prepare-exit): Change log message for nil group
24093         destinations.
24094
24095 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24096
24097         * spam.el (spam-report-resend-register-routine):
24098         Allow spam-report-resend-to to be a group parameter or a global value.
24099
24100 2004-05-26  Simon Josefsson  <jas@extundo.com>
24101
24102         * starttls.el: Merge with my GNUTLS based starttls.el.
24103         (starttls-gnutls-program, starttls-use-gnutls)
24104         (starttls-extra-arguments, starttls-process-connection-type)
24105         (starttls-connect, starttls-failure, starttls-success):
24106         New variables.
24107         (starttls-program, starttls-extra-args): Doc fix.
24108         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24109         New functions.
24110         (starttls-negotiate, starttls-open-stream):
24111         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24112         function if it is set.
24113
24114 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24115
24116         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24117         structured fields.
24118
24119 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24120
24121         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24122
24123 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24124
24125         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24126         Add variable.
24127         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24128         assigning the spam-mark to new messages.
24129
24130 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24131
24132         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24133
24134 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24135
24136         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24137
24138         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24139         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24140         default.
24141
24142 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24143
24144         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24145         correct data.
24146
24147 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24148
24149         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24150         (spam-group-processor-p): Fix function.
24151         (spam-group-processor-multiple-p)
24152         (spam-group-spam-processor-report-gmane-p)
24153         (spam-group-spam-processor-report-resend-p)
24154         (spam-group-spam-processor-bogofilter-p)
24155         (spam-group-spam-processor-blacklist-p)
24156         (spam-group-spam-processor-ifile-p)
24157         (spam-group-ham-processor-ifile-p)
24158         (spam-group-spam-processor-spamoracle-p)
24159         (spam-group-spam-processor-crm114-p)
24160         (spam-group-ham-processor-bogofilter-p)
24161         (spam-group-spam-processor-stat-p)
24162         (spam-group-ham-processor-stat-p)
24163         (spam-group-ham-processor-whitelist-p)
24164         (spam-group-ham-processor-BBDB-p)
24165         (spam-group-ham-processor-spamoracle-p)
24166         (spam-group-ham-processor-copy-p): Remove functions with some
24167         prejudice against unneeded code.
24168         (spam-report-articles-resend)
24169         (spam-report-resend-register-routine): Allow the group/topic
24170         spam-resend-to value to override spam-report-resend-to.
24171         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24172         properly now.
24173
24174         * gnus.el (spam-resend-to): Add group/topic parameter.
24175         (spam-process): Move the OBSOLETE processors to the end of the
24176         choices.
24177
24178 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24179
24180         * spam-report.el (spam-report-resend-to, spam-report-resend):
24181         Start with resend-to set to nil, and then ask the user if necessary.
24182         (spam-report-resend): spam-report-resend takes a list of articles, not
24183         separate article numbers.
24184
24185 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24186
24187         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24188         addition to emacs-w3m.
24189
24190 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24191
24192         * assistant.el (assistant-authinfo-data): New function.
24193         (assistant-eval): Eval for entire assistant.
24194
24195         * netrc.el (netrc-services-file): New variable.
24196         (netrc-parse-services): New function.
24197         (netrc-find-service-name): New function.
24198         (netrc-find-service-number): New function.
24199         (netrc-port-equal): New function.
24200         (netrc-machine): Use it.
24201
24202         * nnimap.el (nnimap-open-connection): Use netrc.
24203
24204         * gnus-util.el (gnus-netrc-get): Remove aliases.
24205
24206         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24207
24208         * assistant.el (wid-edit): Fix compilation.
24209
24210         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24211
24212 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24213
24214         * gnus-util.el (gnus-set-file-modes): New function.  (small
24215         patch).
24216
24217 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24218
24219         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24220
24221         * assistant.el (assistant-render-node): Fix up rendering and
24222         read-only text.
24223         (assistant-render-node): Reset.
24224         (assistant-make-read-only): Not sticky.
24225
24226 2004-05-20  Danny Siu  <dsiu@adobe.com>
24227
24228         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24229         centered even when gnus-auto-center-summary is t.
24230
24231 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24232
24233         * dns.el (dns-get-txt-answer): New function.
24234         (dns-read-txt): Ditto.
24235         (query-dns): Use it.
24236
24237 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24238
24239         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24240         active for foreign groups even if the group level is higher than
24241         the specified value.
24242
24243 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24244
24245         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24246         non-active groups.
24247
24248         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24249
24250 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24251
24252         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24253
24254 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24255
24256         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24257         (spam-crm114-header, spam-crm114-spam-switch)
24258         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24259         (spam-crm114-positive-spam-header)
24260         (spam-crm114-database-directory, spam-list-of-processors)
24261         (spam-group-spam-processor-crm114-p)
24262         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24263         (spam-generic-score, spam-list-of-checks)
24264         (spam-list-of-statistical-checks, spam-registration-functions)
24265         (spam-check-crm114-headers, spam-crm114-score)
24266         (spam-check-crm114, spam-crm114-register-with-crm114)
24267         (spam-crm114-register-spam-routine)
24268         (spam-crm114-unregister-spam-routine)
24269         (spam-crm114-register-ham-routine)
24270         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24271
24272 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24273
24274         * gnus.el: Add spam-use-crm114.
24275
24276         * spam.el (spam-list-of-processors, spam-registration-functions):
24277         Add spam-use-resend.
24278         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24279         (spam-report-articles-gmane): Add doc fix.
24280         (spam-report-articles-resend, spam-report-resend-register-routine):
24281         Add wrappers around spam-report-resend-to.
24282
24283         * spam-report.el (spam-report-resend-to, spam-report-resend):
24284         Add support for resending spam.
24285         (spam-report-gmane): Fix line length >80.
24286
24287         * gnus.el (spam-process): Add spam-use-resend.
24288
24289 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24290
24291         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24292         number of processed spam messages.
24293         (spam-ham-copy-or-move-routine): Return the number of processed
24294         ham messages.
24295         (spam-summary-prepare-exit): Use the above values to decide
24296         whether status messages shouled be displayed.
24297
24298 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24299
24300         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24301         `rfc2047-encoding-function-alist' in order to avoid conflicting
24302         with the old version.
24303         (rfc2047-encode-region): Concatenate words containing non-ASCII
24304         characters in structured fields; don't encode space-delimited
24305         ASCII words even in unstructured fields; don't break words at
24306         char-category boundaries.
24307         (rfc2047-encode-1): New function.
24308         (rfc2047-encode): Use it; encode text so that it occupies the
24309         maximum width within 76-column; work correctly on Q encoding for
24310         iso-2022-* charsets.
24311         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24312         sure not to break a line just after the header name.
24313         (rfc2047-b-encode-region): Remove.
24314         (rfc2047-b-encode-string): New function.
24315         (rfc2047-q-encode-region): Remove.
24316         (rfc2047-q-encode-string): New function.
24317
24318         * mm-util.el (mm-replace-in-string): New function.
24319
24320 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24321
24322         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24323         Really get it right.
24324         (gnus-inews-make-draft): Really.
24325
24326 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24327
24328         * nnmh.el (nnmh-request-list-1): Don't check the link count
24329         before descending.  (small patch)
24330
24331 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24332
24333         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24334         stuff.
24335
24336         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24337         Match on real group name.
24338
24339         * gnus-art.el (gnus-signature-limit): Doc fix.
24340
24341         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24342
24343         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24344
24345 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24346
24347         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24348         isn't a string.
24349
24350 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24351
24352         * gnus-draft.el (gnus-draft-send):
24353         Bind rfc2047-encode-encoded-words.
24354
24355         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24356         (rfc2047-encodable-p): Say that =? needs encoding.
24357         (rfc2047-encode-encoded-words): New variable.
24358
24359         * gnus-group.el (gnus-group-select-group): Doc fix.
24360
24361         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24362
24363         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24364         to nil.
24365
24366         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24367
24368         * nnheader.el (nnheader-get-lines-and-char): New function.
24369
24370 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24371
24372         * gnus-msg.el (gnus-summary-followup-with-original):
24373         Document yanking of region when active.
24374
24375 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24376
24377         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24378         groups if the group level is higher than the specified value.
24379
24380 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24381
24382         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24383         (gnus-group-jump-to-group): Add prefix argument using
24384         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24385         non-active group.
24386
24387         * compface.el (uncompface): Be verbose when changing
24388         `uncompface-use-external'.
24389
24390         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24391         handle manual section.
24392
24393 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24394
24395         * gnus-art.el (gnus-button-alist): Revert previous change.
24396
24397 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24398
24399         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24400
24401 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24402
24403         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24404         whether backend can accept message.
24405
24406         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24407
24408 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24409
24410         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24411         Avoid creating directory when nntp-marks-is-evil is true.
24412         Reported by Reiner Steib.
24413
24414 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24415
24416         * gnus-picon.el (gnus-picon-insert-glyph):
24417         Add optional `nostring' argument.
24418
24419 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24420
24421         * gnus-picon.el (gnus-picon-style): New variable.
24422         (gnus-picon-transform-address): Support `gnus-picon-style'.
24423
24424 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24425
24426         * message.el (message-fill-field): Return point.
24427         (message-generate-headers): Go to end of field.
24428
24429         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24430         stuff for non-living groups.
24431
24432 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24433
24434         * gnus-art.el (gnus-article-followup-with-original)
24435         (gnus-article-reply-with-original): gnus-mark-active-p ->
24436         gnus-region-active-p.
24437
24438 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24439
24440         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24441         only when there is spam or ham to be processed.
24442
24443 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24444
24445         * mail-source.el (mail-source-delete-crash-box): Refactor.
24446         (mail-source-fetch): Use it.
24447         (mail-source-fetch-file): Ditto.
24448         (mail-source-fetch-directory): Run postscript in loop.
24449         (mail-source-fetch-pop): Delete.
24450         (mail-source-fetch-maildir): Ditto.
24451         (mail-source-fetch-imap): Ditto.
24452
24453         * imap.el (imap-authenticators): Comment out sasl.
24454
24455         * message.el (message-skip-to-next-address): New function.
24456         (message-fill-header-address): Refactor.
24457         (message-fill-address): Use it.
24458         (message-delete-address): Use it.
24459         (message-fill-header-general): Refactor.
24460         (message-fill-field-address): Rename.
24461         (message-narrow-to-field): Find the start of the header.
24462         (message-header-format-alist): Don't pre-fill.
24463         (message-fill-header): Remove.
24464         (message-insert-header): New function.
24465         (message-shorten-references): Use it.
24466
24467         * rfc2047.el (rfc2047-field-value): Strip props.
24468
24469         * mail-parse.el (mail-header-make-address): New alias.
24470
24471         * ietf-drums.el (ietf-drums-make-address): New function.
24472
24473         * imap.el: Add compiler directives.
24474
24475         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24476
24477         * gnus-art.el (article-decode-idna-rhs): Don't use
24478         message-idna-inside-rhs-p.
24479
24480 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24481
24482         * message.el (message-idna-inside-rhs-p): Remove.
24483         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24484
24485         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24486         false positives.
24487
24488 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24489
24490         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24491
24492 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24493
24494         * nneething.el (nneething-file-name): Don't create spurious
24495         files.
24496
24497         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24498         (gnus-inews-do-gcc): Remove sleep.
24499
24500         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24501         part under point.
24502
24503         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24504         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24505
24506 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24507
24508         * spam.el (spam-summary-prepare-exit): Fix (length).
24509
24510 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24511
24512         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24513         as expired without moving it" message when there are spam
24514         messages left.
24515
24516 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24517
24518         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24519         header is not nil.
24520
24521 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24522
24523         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24524         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24525         (nntp-marks-changed-p): New arg SERVER.
24526         (nntp-request-update-info): Adjust caller.
24527
24528 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24529
24530         * nntp.el (nntp-save-marks): Pass missing arg.
24531
24532 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24533
24534         * nntp.el: Support marks.
24535         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24536         (nntp-marks-modtime, nntp-marks-directory): New variables.
24537         (nntp-request-set-mark, nntp-request-update-info)
24538         (nntp-possibly-create-directory, nntp-marks-changed-p)
24539         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24540         New functions.
24541
24542 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24543
24544         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24545         (gnus-xmas-redefine): Rename.
24546
24547         * gnus-score.el (gnus-score-insert-help):
24548         Use gnus-select-lowest-window.
24549
24550         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24551         appt-select-lowest-window and rename to gnus-select-lowest-window.
24552
24553         * gnus.el: do.
24554
24555 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24556
24557         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24558         encodings of MIME-encoded words, in order to improve
24559         interoperability with several broken MUAs.
24560
24561 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24562
24563         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24564         tags, only when charsets are not specified in headers.
24565         (mm-inline-text-html-render-with-w3m): Ditto.
24566
24567         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24568         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24569
24570 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24571
24572         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24573         instead of MIME-decoded from fields when checking
24574         `gnus-article-address-banner-alist'.
24575
24576 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24577
24578         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24579         description rather than subject.
24580
24581 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24582
24583         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24584
24585 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24586
24587         * gnus.el (gnus-version-number): Bump.
24588
24589 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24590
24591         * gnus.el: No Gnus v0.2 is released.
24592
24593 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24594
24595         * gnus-agent.el (gnus-agent-read-agentview):
24596         Inline gnus-uncompress-range.
24597
24598 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24599
24600         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24601         `exec-installed-p'.
24602
24603 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24604
24605         * gnus.el (spam-process, spam-autodetect-methods):
24606         Add bsfilter and bsfilter-headers.
24607
24608         * spam.el (spam-bsfilter): New customize group.
24609         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24610         (spam-bsfilter-header, spam-bsfilter-probability-header)
24611         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24612         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24613         (spam-bsfilter-database-directory): New options.
24614         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24615         (spam-list-of-statistical-checks, spam-registration-functions):
24616         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24617         (spam-bsfilter-score): New command.
24618         (spam-check-bsfilter-headers, spam-check-bsfilter)
24619         (spam-bsfilter-register-with-bsfilter)
24620         (spam-bsfilter-register-spam-routine)
24621         (spam-bsfilter-unregister-spam-routine)
24622         (spam-bsfilter-register-ham-routine)
24623         (spam-bsfilter-unregister-ham-routine): New functions.
24624         (spam-generic-score): Support bsfilter; Accept an optional argument
24625         to recalcurate spam score even if scoring header has already been
24626         added.
24627         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24628         optional argument to recalcurate spam score even if scoring header
24629         has already been added.
24630
24631 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24632
24633         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24634         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24635         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24636         link is missing.
24637
24638 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24639
24640         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24641         (html2text-get-attr): Rewrite.
24642
24643         * message.el (message-setup-1): Remove redundant put-text-property
24644         on mail-header-separator.
24645
24646 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24647
24648         * gnus-registry.el (gnus-registry-cache-whitespace)
24649         (gnus-registry-action, gnus-registry-spool-action)
24650         (gnus-registry-split-fancy-with-parent): Change message levels
24651         from 5 to 3 or 7, as needed.
24652
24653         * spam.el (spam-summary-prepare-exit)
24654         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24655         (spam-split, spam-find-spam, spam-log-undo-registration)
24656         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24657         level from 5 to 6.
24658
24659 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24660
24661         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24662         2004-03-04 change).
24663
24664 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24665
24666         * sieve-manage.el (sieve-manage-open):
24667         * nnweb.el (nnweb-insert-html):
24668         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24669         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24670         * nnspool.el (nnspool-request-group):
24671         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24672         * nnml.el (nnml-request-update-info):
24673         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24674         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24675         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24676         (nnimap-request-set-mark):
24677         * nnfolder.el (nnfolder-request-update-info):
24678         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24679         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24680         * gnus-uu.el (gnus-uu-find-articles-matching):
24681         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24682         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24683         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24684         * gnus-nocem.el (gnus-nocem-scan-groups):
24685         * gnus-int.el (gnus-start-news-server):
24686         * gnus-group.el (gnus-group-make-kiboze-group)
24687         (gnus-group-browse-foreign-server):
24688         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24689         Use mapc when appropriate.
24690
24691 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24692             Adam Sjøgren  <asjo@koldfront.dk>
24693             Wes Hardaker  <wes@hardakers.net>
24694             Michael Shields  <shields@msrl.com>
24695
24696         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24697         may need for spam sorting and scoring.
24698         (spam-user-format-function-S): Add user format function suitable for
24699         general use.
24700         (spam-article-sort-by-spam-status): Add sorting function for summary
24701         sorting.
24702         (spam-extra-header-to-number): Add function to get a score from a
24703         header.
24704         (spam-summary-score): Add function to get a numeric score from the
24705         headers.
24706         (spam-generic-score): Fix function doc, was in wrong place.
24707         (spam-initialize): Take symbols when it's run, and install the
24708         extra headers that spam-necessary-extra-headers thinks we need.
24709
24710 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24711
24712         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24713         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24714
24715 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24716
24717         * gnus-sum.el (gnus-set-global-variables)
24718         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24719         (gnus-article-get-xrefs, gnus-summary-best-group)
24720         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24721         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24722         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24723         Use with-current-buffer.
24724
24725 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24726
24727         * spam.el (spam-summary-prepare-exit): Simplify logic.
24728         (spam-fetch-article-header): Read the article header if it's not
24729         available.
24730         (spam-list-articles): Simplify logic.
24731         (spam-filelist-register-routine): Fix bug with unregister-list.
24732
24733         * gnus-registry.el: Fix comments at beginning.
24734
24735 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24736
24737         * message.el (message-cater-to-broken-inn): Remove.
24738         (message-shorten-references): Make sure the total folded length of
24739         References is shorter than 998 characters to cater to a bug in INN
24740         2.3.  Also, don't pretend that references aren't folded -- this
24741         hasn't worked for a while.
24742
24743 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24744
24745         * gnus-agent.el (gnus-agentize):
24746         gnus-agent-send-mail-real-function no longer set to current value
24747         of message-send-mail-function but rather a lambda that calls
24748         message-send-mail-function.  The change makes the agent real-time
24749         responsive to user changes to message-send-mail-function.
24750
24751 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24752
24753         * legacy-gnus-agent.el
24754         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24755         help from Florian Weimer <fw@deneb.enyo.de>
24756
24757 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24758
24759         * nnmail.el (nnmail-cache-insert): Revert last change.
24760
24761 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24762
24763         * nnmail.el (nnmail-cache-insert): Always check whether
24764         nnmail-cache-ignore-groups matches a group name.
24765
24766 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24767
24768         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24769         (spam-find-spam, spam-log-processing-to-registry)
24770         (spam-log-registered-p, spam-log-unregistration-needed-p)
24771         (spam-log-undo-registration): Use gnus-message instead of
24772         gnus-error, none of these errors are fatal.
24773
24774         * gnus-registry.el (gnus-registry-clean-empty-function)
24775         (gnus-registry-clean-empty): Remove only empty entries without
24776         extra data.
24777
24778 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24779
24780         * spam-stat.el (spam-stat-buffer-change-to-spam)
24781         (spam-stat-buffer-change-to-non-spam): Change (error) to
24782         (gnus-message 8) invocation.
24783
24784 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24785
24786         * nntp.el (nntp-via-netcat-command): New variable.
24787         (nntp-via-netcat-switches): New variable.
24788         (nntp-open-via-rlogin-and-netcat): New function.
24789         (nntp-open-connection-function): Doc fix.
24790         (nntp-telnet-command): Doc fix.
24791         (nntp-end-of-line): Doc fix.
24792         (nntp-via-rlogin-command): Doc fix.
24793         (nntp-via-user-name): Doc fix.
24794         (nntp-via-address): Doc fix.
24795
24796 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24797
24798         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24799         error in Emacs 21.1.
24800
24801 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24802
24803         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24804
24805 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24806
24807         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24808         (gnus-agent-with-refreshed-group): New macro.
24809         (gnus-agent-rename-group): New function.
24810         (gnus-agent-delete-group): New function.
24811         (gnus-agent-save-group-info): Use gnus-command-method when
24812         `method' parameter is nil.  Don't write nil entries into the
24813         active file.
24814         (gnus-agent-get-group-info): New function.
24815         (gnus-agent-fetch-articles):
24816         Use gnus-agent-update-files-total-fetched-for to increment disk space
24817         used.
24818         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24819         Use gnus-agent-update-view-total-fetched-for to increment disk space
24820         used.
24821         (gnus-agent-get-local): Add optional parameters to avoid calling
24822         gnus-group-real-name and gnus-find-method-for-group.
24823         (gnus-agent-set-local): Delete stored entry if either min, or max,
24824         are nil.
24825         (gnus-agent-fetch-session): Reworded error/quit messages.
24826         On quit, use gnus-agent-regenerate-group to record existance of any
24827         articles fetched to disk before the quit occurred.
24828         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24829         gnus-agent-update-view-total-fetched-for, and
24830         gnus-agent-update-files-total-fetched-for to decrement disk space
24831         used.
24832         (gnus-agent-retrieve-headers):
24833         Use gnus-agent-update-view-total-fetched-for to increment disk space
24834         used.
24835         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24836         with gnus-agent-update-files-total-fetched-for to decrement disk
24837         space and fresh group buffer.
24838         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24839         (gnus-agent-need-update-total-fetched-for): New variable.
24840         (gnus-agent-update-files-total-fetched-for): New function.
24841         (gnus-agent-update-view-total-fetched-for): New function.
24842         (gnus-agent-total-fetched-for): New function.
24843
24844         * gnus-cache.el (gnus-cache-save-buffers):
24845         Use gnus-cache-update-overview-total-fetched-for to change disk space
24846         used by this group.
24847         (gnus-cache-possibly-enter-article):
24848         Use gnus-cache-update-file-total-fetched-for to increment disk space
24849         used by this group.
24850         (gnus-cache-possibly-remove-article):
24851         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24852         used by this group.
24853         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24854         (gnus-cache-rename-group): New function.
24855         (gnus-cache-delete-group): New function.
24856         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24857         (gnus-cache-need-update-total-fetched-for): New variable.
24858         (gnus-cache-with-refreshed-group): New macro.
24859         (gnus-cache-update-file-total-fetched-for): New function.
24860         (gnus-cache-update-overview-total-fetched-for): New function.
24861         (gnus-cache-rename-group-total-fetched-for): New function.
24862         (gnus-cache-delete-group-total-fetched-for): New function.
24863         (gnus-cache-total-fetched-for): New function.
24864
24865         * gnus-group.el: Require gnus-sum and autoload functions to
24866         resolve warnings when gnus-group.el compiled alone.
24867         (gnus-group-line-format): Documented new %F.
24868         (size of Fetched data) group line format; identifies disk space
24869         used by agent and cache.
24870         (gnus-group-line-format-alist): Defined new F format.
24871         (gnus-total-fetched-for): New function.
24872         (gnus-group-delete-group): No longer update
24873         gnus-cache-active-altered as gnus-request-delete-group now keeps
24874         the cache in sync.
24875         (gnus-group-list-active): Let the agent store a server's active
24876         list if currently plugged.
24877
24878         * gnus-int.el (gnus-request-delete-group):
24879         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24880         local disk in sync with the server.
24881         (gnus-request-rename-group):
24882         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24883         local disk in sync with the server.
24884
24885         * gnus-start.el (gnus-get-unread-articles):
24886         Cosmetic simplification to logic.
24887
24888         * gnus-util.el (gnus-rename-file): New function.
24889
24890 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24891
24892         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24893
24894 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24895
24896         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24897         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24898
24899 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24900
24901         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24902         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24903
24904 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24905
24906         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24907
24908 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24909
24910         * spam.el (spam-set-difference): Add function to replace
24911         gnus-set-difference in spam.el.
24912         (spam-summary-prepare-exit): Use spam-set-difference.
24913
24914 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24915
24916         * gnus-registry.el (gnus-registry-cache-file): Update to use
24917         gnus-dribble-directory OR gnus-home-directory OR ~.
24918         (gnus-registry-split-fancy-with-parent): Fix doc.
24919
24920 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24921
24922         * message.el (message-exchange-point-and-mark):
24923         Use message-mark-active-p.  Suggested by Jesper Harder
24924         <harder@ifa.au.dk>.
24925
24926 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24927
24928         * message.el (message-exchange-point-and-mark): Don't activate
24929         region if it was inactive.  Suggested by Hiroshi Fujishima
24930         <pooh@nature.tsukuba.ac.jp>.
24931
24932 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24933
24934         * gnus-art.el (article-display-face): Display Faces in the same
24935         order as X-Faces.
24936
24937 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24938
24939         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24940
24941 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24942
24943         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24944         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24945         (gnus-article-mime-hierarchy): Remove.
24946         (gnus-article-mime-hierarchy-next): Remove.
24947         (gnus-article-mode): Revert 2004-03-19 change.
24948         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24949         (gnus-insert-mime-button): Revert 2004-03-19 change.
24950         (gnus-mime-accumulate-hierarchy): Remove.
24951         (gnus-mime-enter-multipart): Remove.
24952         (gnus-mime-leave-multipart): Remove.
24953         (gnus-mime-display-part): Revert 2004-03-19 change.
24954         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24955
24956         * mml.el (mml-preview): Revert 2004-03-19 change.
24957
24958 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24959
24960         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24961
24962 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24963
24964         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24965         t while entering a file name using the mm-with-multibyte macro.
24966         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24967
24968         * mm-util.el (mm-with-multibyte): New macro.
24969
24970 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24971
24972         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24973         New user option.
24974         (gnus-mime-multipart-functions): Doc and customization fix.
24975         (gnus-article-mime-hierarchy): New variable.
24976         (gnus-article-mime-hierarchy-next): New variable.
24977         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24978         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24979         gnus-article-mime-hierarchy-next to nil.
24980         (gnus-insert-mime-button): Show hierarchy numbers.
24981         (gnus-mime-accumulate-hierarchy): New function.
24982         (gnus-mime-enter-multipart): New function.
24983         (gnus-mime-leave-multipart): New function.
24984         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24985         (gnus-mime-display-alternative): Show hierarchy numbers.
24986
24987         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24988         gnus-article-mime-hierarchy-next to nil.
24989
24990 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24991
24992         * dns.el: Don't require gnus-xmas.
24993
24994 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24995
24996         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24997         inline PGP.
24998         (mml-menu): Disable mml-quote-region if mark is inactive.
24999
25000 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25001
25002         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25003         when the group's active is not available.
25004
25005 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25006
25007         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25008         error.
25009
25010 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25011
25012         * imap.el (imap-store-password): New variable.
25013         (imap-interactive-login): Use it.
25014         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25015
25016 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25017
25018         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25019         window-start and hscroll to summary window.
25020
25021 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25022
25023         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25024         conversion message to newsrc-dribble when an actual conversion is
25025         performed.
25026
25027 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25028
25029         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25030
25031 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25032
25033         * mm-decode.el (mm-complicated-handles): New function reviving
25034         former definition of mm-multiple-handles.
25035
25036         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25037         (gnus-mime-delete-part): Use it.
25038
25039 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25040
25041         * gnus-agent.el (gnus-agent-read-local):
25042         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25043         avoid the implicit assumption that they will always be equal.
25044         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25045         coding-system-for-write, as the with-temp-file macro first prints
25046         to a buffer then saves the buffer.
25047
25048 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25049
25050         * gnus-art.el (gnus-article-edit-part): New function.
25051         (gnus-mime-save-part-and-strip): Use it; do query instead of
25052         signaling an error; don't use mm-multiple-handles.
25053         (gnus-mime-delete-part): Ditto.
25054
25055 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25056
25057         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25058         old file versions.
25059         (gnus-group-prepare-hook): Remove function that converted list
25060         form of gnus-agent-expire-days to group properties.
25061
25062         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25063         (gnus-request-accept-article): Re-indented.
25064
25065         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25066         converters to handle old agent file formats.  Add logic for a
25067         "backup before upgrading warning".
25068         (gnus-convert-mark-converter-prompt): Developers can mark
25069         functions as needing (default), or not needing,
25070         gnus-convert-old-newsrc's "backup before upgrading warning".
25071         (gnus-convert-converter-needs-prompt): Tests whether the user
25072         should be protected from potentially irreversable changes by the
25073         function.
25074
25075         * legacy-gnus-agent.el: New.  Provides converters that are only
25076         loaded when gnus-convert-old-newsrc needs to call them.
25077
25078 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25079
25080         * mail-source.el (mail-source-touch-pop): Doc fix.
25081
25082         * message.el (message-smtpmail-send-it): Doc fix.
25083
25084 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25085
25086         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25087
25088         * nnmail.el (nnmail-split-fancy): do.
25089
25090         * gnus-kill.el (gnus-kill, gnus-execute): do.
25091
25092 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25093
25094         * gnus-sum.el (gnus-widget-reversible-match)
25095         (gnus-widget-reversible-to-internal)
25096         (gnus-widget-reversible-to-external): New functions.
25097         (gnus-widget-reversible): New widget.
25098         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25099
25100 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25101
25102         * gnus-sum.el (gnus-thread-sort-functions)
25103         (gnus-article-sort-functions): Document `(not F)' items.
25104
25105 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25106
25107         * spam.el (spam-use-gmane-xref): Add new backend.
25108         (spam-gmane-xref-spam-group): Add variable to control the name of the
25109         Gmane spam group.
25110         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25111         (spam-regex-headers-spam, spam-regex-headers-ham)
25112         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25113         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25114         backends and checks.
25115         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25116
25117         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25118         an autodetect method.
25119
25120 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25121
25122         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25123         articles are being added to a group.
25124         (gnus-request-replace-article): Inform the agent that articles
25125         need to be uncached as the cached contents are no longer valid.
25126
25127 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25128
25129         * binhex.el: Don't autoload executable-find.
25130
25131         * canlock.el: Don't autoload mail-fetch-field.
25132
25133         * dgnushack.el: Autoload c-mode for XEmacs.
25134
25135         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25136
25137         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25138         rmail-dont-reply-to and rmail-output.
25139
25140         * gnus-score.el: Don't autoload ffap-string-at-point.
25141
25142         * gnus-setup.el: Don't autoload sc-cite-original.
25143
25144         * imap.el: Don't autoload base64-decode-string,
25145         base64-encode-string and md5.
25146
25147         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25148         and rmail-msg-restore-non-pruned-header.
25149
25150         * mm-decode.el: Don't autoload executable-find.
25151
25152         * mm-url.el: Don't autoload executable-find.
25153
25154         * mm-view.el: Don't autoload diff-mode.
25155
25156         * nndb.el: Don't autoload news-reply-mode, news-setup,
25157         cancel-timer and telnet.
25158
25159         * password.el: Don't autoload run-at-time for Emacs.
25160
25161         * sha1-el.el: Don't autoload executable-find.
25162
25163         * sieve-mode.el: Don't autoload c-mode.
25164
25165         * uudecode.el: Don't autoload executable-find.
25166
25167 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25168
25169         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25170         (gnus-agent-possibly-alter-active): Avoid null in numeric
25171         comparison.
25172         (gnus-agent-set-local): Refuse to save null in local object table.
25173         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25174         list of articles that will be marked as unread.
25175
25176 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25177
25178         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25179
25180 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25181
25182         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25183         language tags.
25184
25185 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25186
25187         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25188         Don't bind "obarray".
25189
25190         * gnus-sum.el (gnus-thread-sort-functions):
25191         Add `gnus-thread-sort-by-most-recent-number' and
25192         `gnus-thread-sort-by-most-recent-date'.
25193         Reported by Kai Grossjohann <kai@emptydomain.de>.
25194
25195 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25196
25197         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25198
25199 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25200
25201         * gnus-cus.el (gnus-agent-customize-category):
25202         Remove ignore-errors macro reference that required cl to be loaded at
25203         run-time.
25204
25205         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25206         single-interval range of the form (min . max).  Previously the
25207         range had to look like ((min . max)).  Likewise, return
25208         (min . max) rather than ((min . max)).
25209         (gnus-range-map): Use gnus-range-normalize to accept
25210         single-interval range.
25211
25212         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25213         the cache, but not the agent, now appear with their usual face.
25214
25215         * dgnushack.el (loaddir): New variable that is bound to the
25216         directory containing the dgnushack.el file. Use loaddir, rather
25217         than srcdir, to update load-path. Change lets dgnushack compile
25218         code in directories other than GNUS/lisp.
25219
25220 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25221
25222         * lpath.el: Don't bind w3m-safe-url-regexp.
25223
25224         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25225         w3m-safe-url-regexp variable buffer-local.
25226
25227         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25228
25229 2004-02-27  Simon Josefsson  <jas@extundo.com>
25230
25231         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25232         gnus-group-real-prefix.
25233         (gnus-summary-move-article): Use it, instead of
25234         gnus-group-real-prefix.
25235
25236 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25237
25238         * lpath.el: Bind w3m-safe-url-regexp.
25239
25240         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25241         w3m-safe-url-regexp variable buffer-local and set it as the value
25242         of mm-w3m-safe-url-regexp.
25243
25244         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25245
25246         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25247         parsing gnus-posting-styles when the message is not for replying.
25248
25249         * dgnushack.el: Autoload sgml-mode for XEmacs.
25250
25251         * nnrss.el (nnrss-opml-export):
25252         Use mm-set-buffer-file-coding-system instead of
25253         set-buffer-file-coding-system.
25254
25255 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25256
25257         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25258         of checkdoc.el).
25259         * nnrss.el: do.
25260         * gnus-mlspl.el: do.
25261         * gnus-ml.el: do.
25262         * gnus-srvr.el: do.
25263
25264         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25265
25266 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25267
25268         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25269         Corrections to custom-manual links.
25270
25271         * gnus-art.el (gnus-article): Ditto.
25272
25273         * mm-decode.el (mime-display, mime-security): Ditto.
25274
25275 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25276
25277         * flow-fill.el: Typo.
25278
25279 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25280
25281         * spam-wash.el: New file.
25282
25283 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25284
25285         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25286
25287 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25288
25289         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25290         to be run with new-articles as LIST1, not LIST2.
25291         (spam-registration-functions): Add spam-use-ham-copy as a nil
25292         registration backend.
25293
25294 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25295
25296         * spam-stat.el (spam-stat-washing-hook): New option.
25297         (spam-stat-buffer-words): Use it.
25298         (spam-stat-process-directory, spam-stat-test-directory):
25299         Use insert-file-contents-literally.
25300         (spam-stat-coding-system): New variable.
25301         (spam-stat-load, spam-stat-save): Use it.
25302
25303 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25304
25305         * spam-report.el (spam-report-plug-agent):
25306         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25307
25308 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25309
25310         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25311         Allow / in mailto URLs.
25312
25313 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25314
25315         * spam-report.el (spam-report-process-queue): Fix interactive use.
25316         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25317         (spam-report-unplug-agent): Doc fixes.
25318         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25319         (spam-report-agentize, spam-report-deagentize): Autoload.
25320
25321 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25322
25323         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25324
25325         * message.el (message-setup-fill-variables): Add mml tags to
25326         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25327         <ajk@iu.edu>.
25328         (message-mode): Don't modify paragraph-separate there.
25329
25330 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25331
25332         * compface.el (uncompface-use-external): Default to undecided.
25333         (uncompface-use-external-threshold): New variable.
25334         (uncompface-float-time): New macro.
25335         (uncompface): Determine whether to use the external decoder if
25336         uncompface-use-external is undecided.
25337
25338 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25339
25340         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25341         after images.
25342
25343         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25344
25345 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25346
25347         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25348
25349         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25350
25351         * gnus-sum.el (gnus-summary-limit-to-age)
25352         (gnus-summary-limit-children): do.
25353
25354         * gnus-int.el (gnus-request-scan): do.
25355
25356         * gnus-group.el (gnus-group-suspend): do.
25357
25358         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25359
25360         * gnus-cite.el (gnus-cite-parse-attributions): do.
25361
25362         * gnus-agent.el (gnus-summary-set-agent-mark)
25363         (gnus-agent-regenerate-group): do.
25364
25365         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25366
25367         * binhex.el (binhex-decode-region-internal): do.
25368
25369 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25370
25371         * gnus-fun.el (gnus-face-properties-alist): New user option.
25372         (gnus-display-x-face-in-from): Use it.
25373
25374         * gnus-art.el (article-display-face): Ditto.
25375
25376         * compface.el (uncompface-use-external): Default to nil.
25377
25378 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25379
25380         * nntp.el (nntp-erase-buffer): New function.
25381         (nntp-retrieve-data, nntp-send-command)
25382         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25383         (nntp-possibly-change-group): Use it.
25384
25385         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25386         Use with-current-buffer.
25387
25388 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25389
25390         * compface.el: Merge the ELisp-based uncompface program.
25391         (compface): New customization group.
25392         (uncompface-use-external): New user option.
25393         (uncompface): Call uncompface-internal if uncompface-use-external
25394         is nil.
25395         (uncompface-internal): New function.  Note that there are also
25396         some other functions and variables added for this function.
25397
25398 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25399
25400         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25401         if necessary.
25402
25403 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25404
25405         * spam-report.el (spam-report-unplug-agent)
25406         (spam-report-plug-agent, spam-report-deagentize)
25407         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25408         Add support for the Agent in spam-report: when unplugged, report to a
25409         file; when plugged, submit all the requests.
25410
25411         * spam.el (spam-register-routine): Fix message about
25412         registration.
25413
25414 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25415
25416         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25417         dependencies.
25418         (rfc2047-encode): Use it.
25419
25420         * gnus-art.el (gnus-button-marker-list): Move before first
25421         reference.
25422
25423         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25424         (imap-parse-body): Fix format string mismatch.
25425
25426         * gnus-score.el (gnus-summary-increase-score): do.
25427
25428         * nnrss.el (nnrss-close): New function.
25429
25430 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25431
25432         * nnrss.el (nnrss-make-filename): New function.
25433         (nnrss-request-delete-group, nnrss-read-server-data)
25434         (nnrss-save-server-data, nnrss-read-group-data)
25435         (nnrss-save-group-data): Use it.
25436         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25437         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25438         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25439
25440 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25441
25442         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25443
25444 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25445
25446         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25447         files.
25448
25449         * message.el (message-generate-headers-first): Don't quote nil
25450         and t in docstrings.
25451
25452         * imap.el (imap-id): do.
25453
25454         * gnus-agent.el (gnus-agent-consider-all-articles)
25455         (gnus-agent-queue-mail): do.
25456
25457 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25458
25459         * spam-report.el (spam-report-process-queue): New function.
25460         Process requests from `spam-report-requests-file'.
25461         (spam-report-process-queue): Doc fix.
25462
25463 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25464
25465         * spam.el (spam-register-routine)
25466         (spam-log-processing-to-registry, spam-log-registered-p)
25467         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25468         Change "check" to "spam-check" for semi-clarity.
25469
25470 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25471
25472         * pop3.el: Require nnheader.
25473
25474         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25475
25476         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25477
25478         * gnus-picon.el: Require cl.
25479
25480         * gnus-fun.el: Require gnus-ems and gnus-util.
25481
25482         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25483
25484         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25485
25486         * gnus-art.el (gnus-article-edit-mode): Define before first
25487         reference.
25488
25489 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25490
25491         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25492         (gnus-uu-post-encoded): Use point-at-bol.
25493
25494         * gnus-topic.el (gnus-group-active-topic-p): do.
25495
25496         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25497
25498         * gnus-group.el (gnus-group-kill-region): do.
25499
25500         * gnus-art.el (article-date-ut): do.
25501
25502         * message.el (message-fetch-field): Remove redundant
25503         case-fold-search binding.
25504         (message-narrow-to-field): Simplify.
25505
25506 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25507
25508         * spam.el (spam-directory): Derive from `gnus-directory'.
25509
25510         * spam-report.el (spam-report-url-to-file)
25511         (spam-report-requests-file): New function and variable for offline
25512         reporting.
25513         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25514         and user defined function.
25515         (spam-report-url-ping-mm-url): Remove doubled slash.
25516
25517 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25518
25519         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25520
25521 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25522
25523         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25524         Fix format string mismatch.
25525
25526         * sieve.el (sieve-deactivate-all): do.
25527
25528         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25529
25530         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25531
25532         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25533
25534         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25535
25536 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25537
25538         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25539         the list of checks.
25540
25541 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25542
25543         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25544         padding.
25545
25546 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25547
25548         * mm-view.el (mm-fill-flowed): New variable.
25549         (mm-inline-text): Use it.
25550
25551 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25552
25553         * spam.el (spam-spamassassin-register-ham-routine)
25554         (spam-spamassassin-register-spam-routine): Fix function names.
25555
25556 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25557
25558         * gnus.el (gnus-tmp-grouplens): Remove.
25559         (gnus-summary-line-format): Remove grouplens.
25560
25561         * gnus-group.el (gnus-group-line-format): Ditto.
25562
25563         * gnus-spec.el (gnus-format-specs): Ditto.
25564         (gnus-update-format-specifications): Flush the group format spec
25565         cache if there's the grouplens stuff.
25566         (gnus-parse-simple-format): Replace %l with the empty string.
25567
25568 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25569
25570         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25571         omission.
25572
25573 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25574
25575         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25576         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25577
25578 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25579
25580         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25581         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25582         New macros and functions.
25583         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25584         Handle > NLINK_MAX messages.
25585         * nnmaildir.el (nnmaildir-request-set-mark):
25586         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25587
25588 2004-01-25  Alex Schroeder  <alex@gnu.org>
25589
25590         * spam-stat.el (spam-stat-process-directory-age): New option.
25591         (spam-stat-process-directory): Use it.
25592
25593 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25594
25595         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25596         (spam-stat-save): Accept prefix argument.
25597
25598 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25599
25600         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25601         links" error.
25602
25603 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25604
25605         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25606         the rest of the and/or forms.
25607
25608 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25609
25610         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25611         compatibility with old .newsrc.eld files.
25612
25613         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25614
25615         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25616
25617         * gnus-start.el (gnus-1): do.
25618
25619         * gnus-group.el (gnus-group-line-format-alist): do.
25620
25621         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25622
25623         * gnus-gl.el: Remove.
25624
25625 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25626
25627         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25628         marks consisting of a single range {for example, (3 . 5)} rather
25629         than a list of a single range { ((3 . 5)) }.
25630
25631 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25632
25633         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25634         Use with-current-buffer.
25635         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25636         avoid consing a string.
25637
25638         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25639         Remove obsolete entries for big5 and gb2312.
25640
25641 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25642
25643         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25644         uncompressed list.
25645
25646 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25647
25648         * spam-stat.el (spam-stat-strip-xref): New function.
25649         (spam-stat-process-directory): Use it.
25650
25651         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25652         here -- it's done in message-fetch-field.
25653
25654 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25655
25656         * gnus-agent.el (gnus-agent-queue-mail)
25657         (gnus-agent-prompt-send-queue): New variables.
25658         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25659         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25660         "nndraft:queue" along to gnus-draft-send.
25661         Use gnus-agent-prompt-send-queue.
25662         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25663         is "nndraft:queue".  Suggested by Gaute Strokkenes
25664         <gs234@srcf.ucam.org>
25665
25666         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25667         (agent-enable-undownloaded-faces): Add.
25668         (gnus-agent-cat-groups): Use eval-and-compile, not
25669         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25670         method of gnus-agent-cat-groups even when the buffer has been
25671         evaled.
25672         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25673         delete gnus-agent-save-active-1.
25674         (gnus-agent-save-groups): Delete.  Identical to
25675         gnus-agent-save-active.
25676         (gnus-agent-write-active): No longer adjust agent's copy of active
25677         file as agent's adjustments are now stored in their own
25678         file.  Remove optional parameter.
25679         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25680         servers.  Add use of min/max range limits from server's local
25681         file.
25682         (gnus-agent-save-alist): Remove unused optional argument.
25683         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25684         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25685         (gnus-agent-set-local): A per-server file that keeps min/max range
25686         limits for articles known to the agent.  Provides a fast mechanism
25687         for altering many active ranges.
25688         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25689         active file (local makes it unnecessary).
25690         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25691
25692         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25693         (agent-enable-undownloaded-faces): Add.
25694
25695         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25696         disable it when sending to "nndraft:queue".
25697         (gnus-group-send-queue): Add safety check to avoid sending queue
25698         when unplugged.
25699
25700         * gnus-group.el (gnus-group-catchup): Use new
25701         gnus-sequence-of-unread-articles, not
25702         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25703         numbers of articles.  Use gnus-range-map to avoid having to
25704         uncompress the unread list.
25705         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25706         Fix invalid ange-ftp reference.
25707
25708         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25709         (gnus-sorted-range-intersection): Intersection of two ranges
25710         without requiring that they first be uncompressed.
25711
25712         * gnus-start.el (gnus-activate-group): Unless blocked by the
25713         caller, possibly expand the active range to include both cached
25714         and agentized articles.
25715         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25716         multiple version-dependent converters.
25717         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25718         gnus-agent-save-active.
25719         (gnus-save-newsrc-file): Save dirty agent range limits.
25720
25721         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25722         gnus-agent-possibly-alter-active.
25723         (gnus-adjust-marked-articles): Faster handling of simple lists.
25724
25725 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25726
25727         * spam-stat.el (spam-stat-test-directory): New optional argument
25728         displays a list of files detected.  Suggested by Andrew Cohen
25729         <cohen@andy.bu.edu>.
25730         (spam-stat-buffer-words-with-scores): Don't narrow and change
25731         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25732
25733 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25734
25735         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25736         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25737         (spam-spamassassin-arguments)
25738         (spam-spamassassin-spam-flag-header)
25739         (spam-spamassassin-positive-spam-flag-header)
25740         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25741         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25742         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25743         (spam-list-of-processors, spam-list-of-checks)
25744         (spam-list-of-statistical-checks, spam-registration-functions)
25745         (spam-check-spamassassin-headers, spam-check-spamassassin)
25746         (spam-spamassassin-score)
25747         (spam-spamassassin-register-with-sa-learn)
25748         (spam-spamassassin-register-spam-routine)
25749         (spam-spamassassin-register-ham-routine)
25750         (spam-assassin-register-spam-routine)
25751         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25752         (spam-bogofilter-score): Fix to show article before scoring.
25753
25754 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25755
25756         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25757         default scoring function.
25758         (spam-generic-score): Call spam-spamassassin-score if
25759         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25760         spam-bogofilter-score otherwise.
25761
25762         * gnus.el (spam-process, spam-autodetect-methods):
25763         Add spamassassin and spamassassin-headers.
25764
25765 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25766
25767         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25768         Suppress unnecessary messages.
25769
25770 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25771
25772         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25773         make-hash-table.
25774
25775 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25776
25777         * canlock.el (base64-encode-string): Don't autoload it.
25778
25779 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25780
25781         * run-at-time.el: Remove useless (require 'itimer),
25782         eval-and-compile and (featurep 'xemacs).
25783
25784 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25785
25786         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25787         GROUP is a virtual group.
25788
25789 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25790
25791         * gnus.el: Autoload `message-y-or-n-p'.
25792
25793 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25794
25795         * pgg-parse.el: Remove unnecessary (require 'custom).
25796
25797         * pgg-def.el: do.
25798
25799         * nnmail.el: do.
25800
25801         * gnus-undo.el: do.
25802
25803         * gnus-picon.el: do.
25804
25805         * gnus-util.el: do.
25806
25807 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25808
25809         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25810
25811 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25812
25813         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25814         handle, as well as a list.
25815
25816         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25817         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25818         (mm-w3m-cid-retrieve): Simplify.
25819
25820 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25821
25822         * message.el (message-kill-to-signature): Allow prefix arg to
25823         specify number of lines to keep before signature.
25824
25825 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25826
25827         * message.el (message-kill-to-signature): Change docstring.
25828
25829 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25830
25831         * canlock.el: Always require sha1-el.
25832         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25833
25834         * message.el: Autoload sha1 only when compiling.
25835
25836         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25837         eudc-expand-inline for XEmacs.
25838
25839 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25840
25841         * message.el (message-canlock-generate): Require sha1-el.
25842
25843 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25844
25845         * message.el (message-expand-name): Silence the byte compiler.
25846
25847         * lpath.el: Add detect-coding-system.
25848
25849         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25850         cus-edit.
25851
25852 2004-01-13  Simon Josefsson  <jas@extundo.com>
25853
25854         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25855         Invoke gnus-score-mode.
25856         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25857
25858         * gnus-range.el (gnus-compress-sequence): Doc fix.
25859         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25860
25861 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25862
25863         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25864
25865 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25866
25867         * spam.el (spam-get-article-as-string): Update to use
25868         gnus-request-article-this-buffer, much simpler.
25869         (spam-get-article-as-buffer): Remove.
25870
25871 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25872
25873         * message.el (message-expand-name): Use EUDC if the user uses that.
25874
25875 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25876
25877         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25878         character for the encoding to avoid consing a string.
25879
25880         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25881         unnecessarily.
25882
25883         * mm-util.el (mm-replace-chars-in-string): Remove.
25884
25885         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25886         of mm-replace-chars-in-string.
25887
25888 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25889
25890         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25891
25892         * mm-util.el (mm-subst-char-in-string): Support inplace.
25893
25894         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25895         a new string in every iteration.  Use shy groups.
25896
25897 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25898
25899         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25900         * gnus-soup.el (gnus-soup-group-brew):
25901         * gnus-msg.el (gnus-put-message):
25902         * gnus-move.el (gnus-group-move-group-to-server):
25903         * gnus-kill.el (gnus-batch-score):
25904         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25905         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25906         (gnus-group-update-group, gnus-group-read-group)
25907         (gnus-group-make-group, gnus-group-make-help-group)
25908         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25909         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25910         (gnus-group-sort-by-unread, gnus-group-catchup)
25911         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25912         (gnus-group-yank-group, gnus-group-set-info)
25913         (gnus-group-list-groups):
25914         * gnus.el (gnus-generate-new-group-name):
25915         * gnus-delay.el (gnus-delay-send-queue):
25916         * nnvirtual.el (nnvirtual-catchup-group):
25917         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25918         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25919         (gnus-group-prepare-topics, gnus-topic-check-topology):
25920         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25921         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25922         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25923         (gnus-group-make-articles-read):
25924         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25925         (gnus-group-change-level, gnus-kill-newsgroup)
25926         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25927         (gnus-get-unread-articles, gnus-make-articles-unread)
25928         (gnus-make-ascending-articles-unread): Use accessor
25929         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25930         to get group information for improved readability.
25931
25932
25933 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25934
25935         * gnus-art.el (article-decode-mime-words, article-babel)
25936         (gnus-article-highlight-signature, gnus-article-add-buttons)
25937         (gnus-signature-toggle): Use gnus-with-article-buffer.
25938
25939         * gnus-art.el (gnus-article-highlight-headers)
25940         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25941
25942         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25943         (gnus-article-set-globals, gnus-request-article-this-buffer)
25944         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25945         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25946         (gnus-mime-display-alternative): Use with-current-buffer.
25947
25948 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25949
25950         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25951         also under 80 char limit, and call gnus-error if needed.
25952         (spam-fetch-article-header): Fix - it was a
25953         buffer-local variable (gnus-newsgroup-data).
25954         (spam-find-spam): Use spam-generate-fake-headers, forget about
25955         spam-insert-fake-headers.
25956         (spam-insert-fake-headers): Remove.
25957
25958 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25959
25960         * deuglify.el (gnus-article-outlook-unwrap-lines)
25961         (gnus-outlook-rearrange-article)
25962         (gnus-outlook-repair-attribution-outlook)
25963         (gnus-outlook-repair-attribution-block)
25964         (gnus-outlook-repair-attribution-other): Remove redundant
25965         save-excursion.
25966
25967 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25968
25969         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25970         (spam-fetch-field-subject-fast)
25971         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25972         (spam-fetch-article-header): Add functions to deal with Gnus
25973         internals for fast retrieval of article header data.
25974         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25975
25976 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25977
25978         * pop3.el (pop3-md5): Remove.
25979         (pop3-apop): Replace pop3-md5 with md5.
25980
25981         * mm-bodies.el: base64 is always built-in.
25982
25983         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25984         Use with-current-buffer.
25985
25986 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25987
25988         * canlock.el (canlock-insert-header): Remove excessive grouping in
25989         regexp.
25990
25991         * gnus-sum.el (gnus-summary-read-document): Ditto.
25992
25993         * gnus-uu.el (gnus-uu-part-number): Ditto.
25994
25995         * html2text.el (html2text-remove-tags): Ditto.
25996         (html2text-format-tags): Ditto.
25997         (html2text-format-single-elements): Ditto.
25998
25999         * mml.el (mml-parse-1): Ditto.
26000
26001 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26002
26003         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26004
26005         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26006
26007         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26008
26009         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26010
26011 2003-11-15  Simon Josefsson  <jas@extundo.com>
26012
26013         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26014         (pgg-gpg-lookup-key): Use regexp match instead of
26015         split-string (split-string is different between emacs 21.2 and
26016         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26017
26018 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26019
26020         * gnus-art.el (gnus-mime-view-all-parts)
26021         (gnus-article-part-wrapper, gnus-article-view-part):
26022         Use with-current-buffer.
26023
26024 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26025
26026         * spam.el (spam-disable-spam-split-during-ham-respool)
26027         (spam-spamoracle-database, spam-cache-lookups)
26028         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26029         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26030         (spam-group-ham-marks, spam-group-spam-marks)
26031         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26032         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26033         also add spam-use-blackholes to the statistical checks.
26034         (spam-fetch-field-fast): Add interface to fetching fields, may
26035         become a macro.
26036         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26037         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26038         (spam-insert-fake-headers): Fake an article when needed.
26039         (spam-find-spam): Fake article when possible.
26040         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26041         (spam-check-bogofilter-headers): Use message-fetch-field instead
26042         of nnmail-fetch-field.
26043
26044 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26045
26046         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26047
26048 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26049
26050         * spam.el (spam-split): Do not require spam-use-CHECK to be
26051         enabled if that check is passed to spam-split explicitly; also
26052         fix so 'spam doesn't get converted to spam-split-group when
26053         spam-split-symbolic-return is t.
26054         (spam-find-spam): Find registrations of the article and use those
26055         instead of re-running spam-split to find the spam/ham
26056         classification of the article.
26057         (spam-log-processing-to-registry, spam-log-registered-p)
26058         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26059         Use gnus-error instead of gnus-message.
26060         (spam-log-registration-type): Add function to determine the
26061         classification of a message based on registry entries; will
26062         return nil if both 'spam and 'ham are found.
26063         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26064         a reasonably fast local cache without the loading errors.
26065         (spam-cache-lookups): Set to t by default.
26066         (spam-find-spam): Don't try to guess spam-cache-lookups.
26067         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26068         spam-caches entry.
26069         (spam-filelist-build-cache, spam-filelist-check-cache):
26070         Fix caching of whitelist/blacklist entries.
26071         (spam-check-whitelist, spam-check-blacklist):
26072         Invoke spam-from-listed-p with a type, not a cache variable.
26073         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26074
26075 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26076
26077         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26078
26079         * nnmail.el (nnmail-split-fancy): do.
26080
26081         * mml.el (mml-parse): do.
26082
26083         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26084         (gnus-score-adaptive): do.
26085
26086 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26087
26088         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26089         (gnus-mime-button-map): Don't set keymap parent.
26090         (gnus-button-ctan-directory-regexp): Use shy grouping.
26091         (gnus-prev-page-map): Don't set keymap parent.
26092         (gnus-prev-page-map): Remove duplicated one.
26093         (gnus-next-page-map): Don't set keymap parent.
26094         (gnus-mime-security-button-map): Ditto.
26095
26096         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26097         version number.
26098
26099         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26100
26101 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26102
26103         * canlock.el (canlock-sha1-function): Remove.
26104         (canlock-sha1-function-for-verify): Remove.
26105         (canlock-openssl-program): Remove.
26106         (canlock-openssl-args): Remove.
26107         (canlock-ignore-errors): Remove.
26108         (canlock-sha1-with-openssl): Remove.
26109         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26110         (canlock-verify): Don't use canlock-ignore-errors.
26111
26112         * sha1-el.el (sha1-string-external): Make it can return a string
26113         in binary form.
26114         (sha1-region-external): Ditto.
26115         (sha1-string-internal): Ditto.
26116         (sha1-region-internal): Ditto.
26117         (sha1-region): Ditto.
26118         (sha1-string): Ditto.
26119         (sha1): Ditto.
26120
26121 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26122
26123         * spam.el (spam-report-articles-gmane): New command.
26124
26125 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26126
26127         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26128
26129         * run-at-time.el (run-at-time-saved): Remove.
26130         (run-at-time): Doc fix.
26131
26132 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26133
26134         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26135         (gnus-summary-limit-map): Add it.
26136         (gnus-summary-make-menu-bar): do.
26137
26138 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26139
26140         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26141         Make attempt at some caching support (done for BBDB only now).
26142         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26143         addresses to be checked.
26144         (spam-clear-cache-BBDB): Add function, to be invoked by
26145         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26146         (spam-check-BBDB): Check and use the caches, if
26147         spam-cache-lookups is on, remove superfluous (provide).
26148
26149 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26150
26151         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26152
26153 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26154
26155         * run-at-time.el (run-at-time-saved): Move to after the definition
26156         of `run-at-time'.
26157
26158         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26159
26160 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26161
26162         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26163         mm-w3m-local-map-property.
26164
26165         * mm-view.el (mm-w3m-mode-map): Remove.
26166         (mm-w3m-local-map-property): Remove.
26167         (mm-inline-text-html-render-with-w3m): Don't use
26168         mm-w3m-local-map-property.
26169
26170 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26171
26172         * run-at-time.el: New file.
26173
26174         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26175         under Emacs.
26176
26177         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26178         of gnus-set-text-properties.
26179
26180         * gnus-uu.el (gnus-uu-save-article): Ditto.
26181
26182         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26183
26184         * gnus-cite.el (gnus-cite-parse): Ditto.
26185
26186         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26187         of gnus-.
26188
26189         * gnus-xmas.el (run-at-time): Require run-at-time.
26190
26191         * gnus.el: Change calls to nnheader-run-at-time and
26192         password-run-at-time throughout to use run-at-time directly.
26193
26194         * password.el: Remove definition of run-at-time.
26195
26196         * nnheaderxm.el: Remove definition of run-at-time.
26197
26198 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26199
26200         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26201         in prompt.
26202
26203 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26204
26205         * messagexmas.el (message-xmas-redefine): Alias
26206         `message-make-caesar-translation-table' to
26207         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26208         version.
26209
26210         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26211         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26212         `gnus-xmas-set-text-properties'.
26213         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26214         `gnus-xmas-completing-read'.
26215         (gnus-xmas-completing-read): Removed.
26216         (gnus-xmas-open-network-stream): Removed.
26217
26218         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26219         XEmacs version.
26220
26221         * dns.el (dns-make-network-process): Use `open-network-stream'
26222         instead of `gnus-xmas-open-network-stream'.
26223
26224         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26225
26226         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26227
26228 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26229
26230         * gnus-art.el (gnus-mime-display-alternative)
26231         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26232         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26233         Don't use gnus-local-map-property.
26234
26235         * gnus-util.el (gnus-local-map-property): Remove.
26236
26237         * mm-view.el (mm-view-pkcs7-decrypt):
26238         Replace gnus-completing-read-maybe-default with completing-read.
26239
26240         * gnus-util.el (gnus-completing-read): do.
26241         (gnus-completing-read-maybe-default): Remove.
26242
26243 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26244
26245         * password.el: Only autoload `run-at-time' if not XEmacs.
26246         Only autoload the itimer functions if XEmacs.
26247
26248 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26249
26250         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26251         XEmacsen.
26252
26253         * dgnushack.el: Autoload executable-find for XEmacs.
26254
26255 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26256
26257         * gnus-art.el (gnus-read-string): Remove.
26258         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26259         read-string.
26260
26261 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26262
26263         * netrc.el: Autoload password-read.
26264         (netrc): Add configuration group.
26265         (netrc-encoding-method, netrc-openssl-path):
26266         Add variables for encoding and decoding of files with symmetric
26267         ciphers.
26268         (netrc-encode): Add assistant function to encode a file with
26269         netrc-encoding-method.
26270         (netrc-parse): Add interactive parameter, added optional
26271         decoding if netrc-encoding-method is non-nil but otherwise
26272         behavior is standard.
26273         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26274         Do s/encode/encrypt/ everywhere.
26275
26276         * spam.el: Remove executable-find autoload.
26277
26278 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26279
26280         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26281
26282         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26283
26284 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26285
26286         * gnus-art.el (gnus-treat-ansi-sequences)
26287         (article-treat-ansi-sequences): New variable and function.
26288         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26289
26290         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26291         Use it.
26292
26293 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26294
26295         * mm-util.el (mm-quote-arg): Remove.
26296
26297         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26298         shell-quote-argument.
26299
26300         * gnus-uu.el (gnus-uu-command): do.
26301
26302         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26303
26304         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26305         with make-char.
26306
26307         * mm-util.el (mm-make-char): Remove.
26308
26309         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26310         add-minor-mode.
26311
26312         * gnus-undo.el (gnus-undo-mode): do.
26313
26314         * gnus-topic.el (gnus-topic-mode): do.
26315
26316         * gnus-sum.el (gnus-dead-summary-mode): do.
26317
26318         * gnus-start.el (gnus-slave-mode): do.
26319
26320         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26321
26322         * gnus-ml.el (gnus-mailing-list-mode): do.
26323
26324         * gnus-gl.el (gnus-grouplens-mode): do.
26325
26326         * gnus-draft.el (gnus-draft-mode): do.
26327
26328         * gnus-dired.el (gnus-dired-mode): do.
26329
26330         * gnus-ems.el (gnus-add-minor-mode): Remove.
26331
26332         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26333         Replace gnus-char-width with char-width.
26334
26335         * gnus-ems.el (gnus-char-width): Remove.
26336
26337         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26338         Replace gnus-char-width with char-width.
26339
26340         * gnus-ems.el (gnus-char-width): Remove.
26341
26342         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26343         definition.
26344         Remove Emacs 20 hash table compatibility code.
26345
26346         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26347         20 compatibility code.
26348
26349         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26350
26351         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26352
26353         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26354         Replace with point-at-{eol,bol}.
26355
26356         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26357
26358         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26359
26360         * flow-fill.el (fill-flowed-point-at-bol)
26361         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26362
26363         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26364         Replace with point-at-{eol,bol} throughout all files.
26365
26366 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26367
26368         * ntlm.el (ntlm-string-as-unibyte): New macro.
26369         (ntlm-build-auth-response): Use it.
26370
26371         Remove Emacs 20 stuff:
26372         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26373         (butlast, mapc, remove): Remove the compiler macros.
26374         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26375         of delq and copy-sequence.
26376         * gnus-art.el (popup-menu): Remove the compiler macro.
26377         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26378         Emacs 20.
26379
26380 2004-01-05  Simon Josefsson  <jas@extundo.com>
26381
26382         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26383         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26384         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26385         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26386         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26387         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26388         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26389         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26390         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26391         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26392         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26393         string-xor into ntlm-string-xor.
26394         Suggested by Jesper Harder <harder@myrealbox.com>.
26395
26396         * ntlm.el: Don't include poem.
26397
26398         * md4.el (print-int32, print-string-hexa): Remove.
26399         Suggested by Jesper Harder <harder@myrealbox.com>.
26400
26401         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26402
26403         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26404         probably breaks emacs with DL patch, but do we care? Is anyone
26405         still using the DL stuff?)
26406
26407         * sieve-manage.el: Use the password package.
26408         (sieve-manage-read-passwd): Remove.
26409         (sieve-manage-interactive-login): Use password.  Re-add
26410         condition-case around loop.
26411
26412         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26413         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26414         Use the password package.
26415
26416 2003-02-19  Simon Josefsson  <jas@extundo.com>
26417
26418         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26419         token.
26420
26421 2002-08-07  Simon Josefsson  <jas@extundo.com>
26422
26423         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26424         (sieve-manage-authenticators):
26425         (sieve-manage-authenticator-alist): Add some SASL mechs.
26426         (sieve-sasl-auth): New function.
26427         (sieve-manage-cram-md5-auth):
26428         (sieve-manage-plain-auth): Rewrite using SASL library.
26429         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26430         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26431         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26432         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26433
26434 2004-01-05  Simon Josefsson  <jas@extundo.com>
26435
26436         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26437         New files.
26438
26439 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26440
26441         * gnus-group.el (gnus-no-groups-message): Update.
26442
26443         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26444
26445 2003-11-09  Simon Josefsson  <jas@extundo.com>
26446
26447         * imap.el: Support for ID IMAP extension (RFC 2971).
26448         (imap-local-variables): Add imap-id.
26449         (imap-id): New variable.
26450         (imap-id): New function.
26451         (imap-parse-response): Parse untagged ID response.
26452         * nnimap.el (nnimap-id): New variable.
26453         (nnimap-open-connection): Use it.
26454
26455 2003-12-28  Simon Josefsson  <jas@extundo.com>
26456
26457         * gnus-score.el (gnus-score-edit-all-score): New.
26458         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26459
26460 2004-01-04  Simon Josefsson  <jas@extundo.com>
26461
26462         * password.el: Add.
26463
26464 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26465
26466         * dns.el (dns-query-types): Fix typo.
26467         (dns-query-types): New function.
26468         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26469         PTR and SOA replies, see RFC 1035.
26470
26471 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26472
26473         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26474
26475         * Move to Changelog.2.
26476
26477 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26478
26479         * gnus.el (gnus-version-number): Bump version.
26480
26481 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26482
26483         * gnus.el: No Gnus v0.1 is released.
26484
26485 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26486
26487         * gnus.el: No Gnus v0.0 is released.
26488
26489 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26490
26491         * gnus.el (gnus-version-number): Bump.
26492         (gnus-version): No.
26493
26494 See ChangeLog.2 for earlier changes.
26495
26496   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26497
26498   This file is part of GNU Emacs.
26499
26500   GNU Emacs is free software: you can redistribute it and/or modify
26501   it under the terms of the GNU General Public License as published by
26502   the Free Software Foundation, either version 3 of the License, or
26503   (at your option) any later version.
26504
26505   GNU Emacs is distributed in the hope that it will be useful,
26506   but WITHOUT ANY WARRANTY; without even the implied warranty of
26507   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26508   GNU General Public License for more details.
26509
26510   You should have received a copy of the GNU General Public License
26511   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26512
26513 ;; Local Variables:
26514 ;; coding: utf-8
26515 ;; fill-column: 79
26516 ;; add-log-time-zone-rule: t
26517 ;; End: