55c167155156fa4ca413bd6e8b6063a41535b18f
[gnus] / lisp / ChangeLog
1 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
4         (bug#13762).
5
6 2013-07-05  David Kastrup  <dak@gnu.org>
7
8         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
9         authinfo file again (important for blank passwords).  This had been
10         broken with 2013-06-15 change.
11
12 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15         Revert 2013-01-14 change.
16
17 2013-07-02  Daiki Ueno  <ueno@gnu.org>
18
19         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
20         of 'create-image' for XEmacs compatibility; check errors when decoding
21         image.  Reported by Uwe Brauer.
22
23 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
26         gnus-button-push revised at 2011-01-19.
27
28 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
31         now live in the lisp/net Emacs 24 repository.
32
33 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * eww.el (eww-update-header-line-format): Quote % characters.
36
37 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * eww.el (eww-process-text-input): Display passwords as asterisks.
40
41         * shr.el (shr-make-table-1): Protect against invalid column-spans.
42
43 2013-06-19  Tom Tromey  <tromey@redhat.com>
44
45         * eww.el (eww-top-url): Remove.
46         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
47         (eww-render): Set new variables.  Don't set eww-top-url.
48         (eww-handle-link): Handle "prev", "home", and "contents".
49         Downcase the rel text.
50         (eww-top-url): Choose best top URL.
51
52 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * eww.el: Rewrite to implement form elements "by hand" instead of
55         relying in widget.el.  Using widget.el leads to too many
56         user interface inconsistencies.
57         (eww-self-insert): Implement entering commands in text fields.
58         (eww-process-text-input): New function to make text input field editing
59         work.
60         (eww-submit): Rewrite to use the new-style form methods.
61         (eww-select-display): Display the correct selected item.
62         (eww-change-select): Implement changing the select value.
63         (eww-toggle-checkbox): Implement radio/checkboxes.
64         (eww-update-field): Fix compilation error.
65         (eww-tag-textarea): Implement <textarea>.
66
67         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
68         don't shadow mode-specific bindings.
69
70         * eww.el (eww-browse-url): Don't push stuff onto history if there's
71         nothing to push.
72
73         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
74
75 2013-06-19  Glenn Morris  <rgm@gnu.org>
76
77         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
78
79 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
80
81         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
82
83 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * shr.el (shr-make-table-1): Implement <td rowspan>.
86         (shr-table-horizontal-line): Allow nil as a value, and change the
87         default.
88         (shr-insert-table-ruler): Respect the nil value.
89
90 2013-06-18  Tom Tromey  <tromey@barimba>
91
92         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
93         New defvars.
94         (eww-open-file): New defun.
95         (eww-render): Initialize new variables.
96         (eww-display-html): Handle "link" and "a".
97         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
98         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
99         (eww-back-url): Rename from eww-previous-url.
100         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
101         defuns.
102
103 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * shr.el (shr-tag-table): Insert the images after the table, so that
106         they're not covered by the table colourisation, which often looked
107         awkward.
108         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
109         <dd>.
110         (shr-make-table-1): Implement <td colspan=> support.
111         (shr-insert-document): Use one less than window width if `shr-width' is
112         nil, since otherwise things may get one character too wide.
113
114 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * eww.el (eww-detect-charset): Improve regexp; move backward.
117
118 2013-06-18  Glenn Morris  <rgm@gnu.org>
119
120         * mm-decode.el (widget-convert-button): Autoload.
121
122         * sieve-manage.el (mm-enable-multibyte): Autoload.
123
124         * shr.el (libxml-parse-html-region): Declare.
125         (shr-render-buffer): Explicit error if no libxml2 support.
126
127 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
128
129         * auth-source.el (auth-source-current-line): New function.
130         (auth-source-netrc-parse-entries): When a data token is "machine",
131         assume we're in the wrong place and abort parsing the current line.
132
133 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
136         (eww-convert-widgets): Don't bug out if the first widget starts at the
137         beginning of the buffer.
138         (eww-convert-widgets): Fix last patch.
139         (eww-tag-input): Support <input type=image>.
140
141         * shr.el (shr-insert-table): Respect border-collapse: collapse.
142         (shr-tag-base): Protect against base specs that are degenerate.
143         (shr-ensure-paragraph): Don't delete empty lines that have text
144         properties, because these may be input fields.
145
146         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
147         we can navigate to them.
148
149         * shr.el (shr-colorize-region): Put the colours over the entire region.
150         (shr-inhibit-decoration): New variable.
151         (shr-add-font): Use it to inhibit text property decorations while doing
152         preliminary table renderings.  This speeds up typical Wikipedia page
153         renderings by 15%.
154         (shr-tag-span): Don't respect the <title>, because that overwrites the
155         help-echo from links inside the spans.
156         (shr-next-link): Use `help-echo' for navigation, so that we can
157         navigate to form elements, too.
158
159         * eww.el (eww-button): New face.
160         (eww-convert-widgets): Use it to make submit buttons more button-like.
161
162         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
163         that Gnus commands work.
164
165         * shr.el (shr-render-td): Support horizontal alignment.
166
167         * eww.el (eww-put-color): Removed.
168         (eww-colorize-region): Use `add-face-text-property'.
169
170         * shr.el (shr-add-font): Append face data, so that we get the correct
171         precedence: The innermost value (which is applied first) wins.
172         (shr-make-overlay): Obsolete function.
173
174         * mm-decode.el (mm-convert-shr-links): New function to convert
175         new-style shr URL links into widgets.
176         (mm-shr): Use it.
177
178         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
179         widget commands, since we're no longer using widgets for links.
180
181         * shr.el (shr-next-link): New command.
182         (shr-previous-link): New command.
183         (shr-urlify): Don't use `widget-convert', because that's slow.
184         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
185         because collecting the overlays and reapplying them when generating
186         tables is slow.
187         (shr-insert-table): Ditto.
188
189 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
190
191         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
192         * shr.el (browse-url): Require `url'.
193         * eww.el (url): Require format-spec.
194
195 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * eww.el (eww-display-html): Default to using the entire window width.
198         (eww-browse-url): Don't add a User-Agent header (twice), because that
199         makes Bing refuse connection.
200
201         * shr.el (shr-make-table): Cache the table rendering at the table
202         level, and not the <td> level.  This is a bit faster.
203
204         * eww.el (eww-render): Go to the correct ID when given URLs ending with
205         #id.
206
207         * shr.el (shr-tag-li): Don't require a new paragraph, since other
208         browsers don't.
209         (shr-expand-url): Respect #anchor links.
210         (shr-parse-base): Chop off the anchor before using.
211         (shr-descend): Respect display: none.
212         (shr-descend): Allow marking elements that have certain IDs.
213
214         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
215
216         * shr.el (shr-expand-url): Don't bug out on zero-length links.
217
218         * eww.el (eww-tag-textarea): Support <textarea>.
219
220 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
221
222         * shr.el (shr-dom-to-xml): Fixed function call.
223
224         * eww.el (eww): New group.
225         (eww-header-line-format): New custom variable.
226         (eww-current-title): New variable.
227         (eww-display-html): Update header and handle title tag.
228         (eww-update-header-line-format): New function.
229         (eww-tag-title): New function.
230
231         * shr.el (shr-dom-to-xml): New function.
232         (shr-tag-svg): Add support for the SVG tag.
233         (shr-bullet): New custom variable.
234         (shr-tag-li): Support custom bullet in unordered lists.
235
236 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * shr.el (shr-expand-url): Respect // URLs.
239
240         * eww.el (eww-tag-body): Override the shr body rendering so that we can
241         put a background colour onto the entire buffer.
242         (eww-render): When being redirected, use the redirect URL as the new
243         base URL.
244
245         * shr.el (shr-parse-base): Fix parsing error.
246
247         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
248
249         * shr.el (shr-parse-base): New function.
250         (shr-expand-url): Use it to expand relative URLs reliably.
251
252 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
253
254         * auth-source.el (auth-source-search-collection): Fix docstring.
255         (auth-source-netrc-parse): Refactor and improve netrc parser to support
256         single-quoted strings and multiline entries.
257         (auth-source-netrc-parse-next-interesting)
258         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
259         functions to support parser.
260
261 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * eww.el (eww-submit): Get submit button logic right when hitting RET
264         on non-submit buttons.
265
266         * shr.el: Remove shr-preliminary-table-render, since that can't really
267         be used for anything in practice.
268
269 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
270
271         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
272         (sieve-manage-quit).
273
274 2013-06-14  Glenn Morris  <rgm@gnu.org>
275
276         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
277
278 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
279
280         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
281         control the maximum size of photo ID image.
282         (mml2015-epg-key-image-to-string): Respect it.
283
284 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
287         instead of the final one so that we can more easily distinguish them.
288
289         * eww.el (eww-submit): Compute the submission URL correctly.
290
291 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
292
293         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
294         Use plist-get rather than CL's getf.
295         (sieve-manage-parse-capability): Avoid CL's remove-if.
296
297 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
298
299         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
300         (sieve-manage-quit).
301
302 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * shr.el (shr-expand-url): Expansion should chop off the bits after the
305         last slash.
306
307         * eww.el (eww-tag-select): Use the first value as the default value.
308
309 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
310
311         * eww.el (eww): Prepend urls with http:// if scheme is missing.
312         (eww-mode): Use `define-derived-mode'.
313         (eww-parse-headers): Parse headers from beginning of buffer so that
314         file:// links work.
315
316 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
319
320 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
323         to handle them at all.
324
325 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
328         work, too.
329         (eww-tag-select): Implement <select>.
330
331 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
332
333         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
334         stream managing functions by using open-protocol-stream to do most of
335         the work.  Has the nice benefit of enabling STARTTLS.
336         Wait for capabilities after STARTTLS: following RFC5804, the server
337         sends new capabilities after successfully establishing a TLS connection
338         with the client. The client should update the cached list of
339         capabilities, but we just ignore the answer for now.
340         (sieve-manage-network-p, sieve-manage-network-open)
341         (sieve-manage-starttls-p, sieve-manage-starttls-open)
342         (sieve-manage-forward, sieve-manage-streams)
343         (sieve-manage-stream-alist): Remove unneeded functions neither in the
344         API, nor called by any other function.
345         Enable Multibyte for SieveManage buffers: The parser won't properly
346         handle umlauts and line endings unless multibyte is turned on in the
347         process buffer.
348
349 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * eww.el (eww-tag-input): Support password fields.
352         (eww-submit): Support POST.
353
354 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * eww.el (eww-tag-form): Protect against degenerate forms.
357
358         * shr.el (shr-expand-url): Expand URLs that start with a slash
359         correctly.
360
361         * eww.el (eww-submit): Get submit button logic right.
362
363         * shr.el (shr-final-table-render): New variable to signal when we're
364         doing the final table rendering so that we can collect more data at
365         that point.
366
367         * eww.el (eww-submit): Make form submission work.
368         (eww-tag-input): Implement submit buttons.
369         (eww-click-radio): Implement radio and checkboxes.
370         (eww-submit): Handle hidden elements.
371
372         * shr.el (shr-descend): Allow other packages to override (or provide)
373         rendering of elements.
374         (shr-expand-url): Strip query strings from URLs before expanding them.
375
376         * eww.el: Don't require cl-lib.
377         (eww-tag-form): Start form support.
378
379         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
380
381         * eww.el: Start writing a new, tiny web browser.
382         (eww-previous-url): New command.
383         (eww-quit): New command.
384
385 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
386
387         * sieve.el: Put point at beginning of buffer when viewing a script.
388         (sieve-open-server): Respect the PORT parameter.  Show the correct port
389         number in sieve-buffer's header.  Fixed code to also work with a string
390         as port specifier. Properly close the connection on pressing 'q'.  Make
391         sieve-manage-quit close the connection and process buffer.  Also, remove
392         duplicate keybinding for 'q'.
393
394 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
395
396         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
397         make it easier to read.
398         (mm-pkcs7-enveloped-magic): Ditto.
399
400 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
401
402         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
403         before `image-type-available-p' to avoid loading the image libraries
404         needlessly.
405
406 2013-06-05  David Engster  <deng@randomsample.de>
407
408         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
409         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
410         to see whether the group was synced before.
411
412 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
413
414         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
415         when opening the connection.
416         Suggested by João Távora <joaotavora@gmail.com> in
417         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
418
419 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
422         assume Date header begins with "Date", that may be customized into
423         something like "X-Sent" using gnus-article-time-format.
424         (article-transform-date): Allow multi-line Date header.
425
426 2013-06-02  David Engster  <deng@randomsample.de>
427
428         * registry.el (initialize-instance, registry-lookup)
429         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
430         (registry-lookup-secondary-value, registry-search, registry-delete)
431         (registry-insert, registry-reindex, registry-size, registry-prune): Do
432         not wrap methods in `eval-and-compile'.  This breaks due to latest
433         changes in EIEIO (introduction of eieio-core.el).
434
435 2013-05-30  Glenn Morris  <rgm@gnu.org>
436
437         * nnmail.el (nnmail-fancy-expiry-target):
438         Also bind mail-dont-reply-to-names.
439
440         * spam-stat.el (spam-stat-save):
441         No need to tweak font-lock in temp buffers.
442
443         * shr.el (shr-put-image): Silence compiler.
444
445 2013-05-29  Glenn Morris  <rgm@gnu.org>
446
447         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
448
449         * gnus-group.el (gnus-sequence-of-unread-articles)
450         (gnus-summary-add-mark, gnus-mark-article-as-read)
451         (gnus-group-make-articles-read): Declare.
452
453         * gnus-sum.el (gnus-parameter-list-identifier)
454         (gnus-article-stop-animations, gnus-stop-downloads)
455         (gnus-article-only-boring-p, article-goto-body)
456         (gnus-flush-original-article-buffer, article-narrow-to-head)
457         (gnus-article-hidden-text-p, gnus-delete-wash-type)
458         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
459
460         * gnus.el: No need to eval-and-compile autoloads.
461
462         * gravatar.el (help-function-arglist): Autoload.
463
464         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
465
466         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
467
468         * spam.el: No need to load spam-report when compiling.
469         No need to eval-and-compile autoloads.
470         (spam-report-resend-to): Declare.
471         (spam-report-resend-register-routine): Require 'spam-report.
472
473 2013-05-24  Julien Danjou  <julien@danjou.info>
474
475         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
476         setup.
477
478 2013-05-23  Glenn Morris  <rgm@gnu.org>
479
480         * gnus-util.el (rmail-swap-buffers-maybe)
481         (rmail-maybe-set-message-counters, rmail-count-new-messages)
482         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
483         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
484
485         * mm-decode.el: No need to load term when compiling.
486         (term-mode, term-char-mode): Declare.
487
488         * mm-util.el: No need to load jka-compr when compiling.
489         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
490
491         * nnmaildir.el: Require is automatically eval-and-compile.
492         (nnmail): Require at run-time too.
493
494         * registry.el (registry-size): Move definition before use.
495
496 2013-05-22  Daiki Ueno  <ueno@gnu.org>
497
498         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
499         signed data to conform the standard.  (Bug#14232)
500
501 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
502
503         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
504         double angle quotation mark.
505
506 2013-05-20  Glenn Morris  <rgm@gnu.org>
507
508         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
509
510 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
511
512         * message.el (message-insert-formatted-citation-line): handle finding
513         first/lastname when more than 2 names appear.
514
515 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
516
517         * shr.el (shr-tag-span): New function.
518
519 2013-05-18  Glenn Morris  <rgm@gnu.org>
520
521         * message.el (message-mode): Use message-mode-abbrev-table,
522         with text-mode-abbrev-table as parent.  (Bug#14413)
523
524 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * message.el (message-expand-group): Decode group names.
527
528 2013-05-16  Julien Danjou  <julien@danjou.info>
529
530         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
531         app-icon.
532
533 2013-05-15  Glenn Morris  <rgm@gnu.org>
534
535         * shr-color.el (shr-color-visible-luminance-min)
536         (shr-color-visible-distance-min): Use shr-color group.
537
538 2013-05-11  Glenn Morris  <rgm@gnu.org>
539
540         * gnus-vm.el: Make it loadable without VM.
541         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
542         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
543
544 2013-05-09  Glenn Morris  <rgm@gnu.org>
545
546         * mml1991.el: Make it loadable.  (Bug#13456)
547
548         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
549         * gnus-async.el (gnus-async-post-fetch-function):
550         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
551         * gnus-html.el (gnus-html-image-cache-ttl):
552         * gnus-notifications.el (gnus-notifications-timeout):
553         * gnus-picon.el (gnus-picon-properties):
554         * gnus-util.el (gnus-completion-styles):
555         * gnus.el (gnus-other-frame-resume-function):
556         * message.el (message-user-organization-file)
557         (message-cite-reply-position):
558         * nnir.el (nnir-summary-line-format)
559         (nnir-retrieve-headers-override-function):
560         * shr-color.el (shr-color-visible-luminance-min):
561         * shr.el (shr-blocked-images):
562         * spam-report.el (spam-report-resend-to):
563         * spam.el (spam-summary-exit-behavior): Fix custom types.
564
565         * gnus-salt.el (gnus-selected-tree-face): Fix default.
566
567 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
570         because of let-binding help-xref-following.  (Bug#14356)
571
572 2013-05-06  Glenn Morris  <rgm@gnu.org>
573
574         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
575
576 2013-05-04  Andrew Cohen  <cohen@bu.edu>
577
578         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
579         entering into the registry.
580
581 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
582
583         * gnus.el: Ma Gnus v0.7 is released.
584
585 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
588         (Bug#14304)
589
590 2013-04-27  Glenn Morris  <rgm@gnu.org>
591
592         * gnus.el (gnus-list-debbugs):
593         Use require rather than autoload.  (Bug#14262)
594
595 2013-04-27  Julien Danjou  <julien@danjou.info>
596
597         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
598         port to "sieve" now that it has an official IANA port assigned.
599
600 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
603         Don't set the MAILHOST environment variable permanently (Bug#14271).
604
605 2013-04-26  Glenn Morris  <rgm@gnu.org>
606
607         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
608
609 2013-04-25  Andrew Cohen  <cohen@bu.edu>
610
611         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
612         string values of 'gcc-self. Thanks to Saroj Thirumalai.
613
614 2013-04-24  Andrew Cohen  <cohen@bu.edu>
615
616         * nnir.el (nnir-close-group): Make sure we are in the right group.
617
618         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
619         dependency table from all newly retrieved headers.
620
621 2013-04-16  David Edmondson  <dme@dme.org>
622
623         Support <img src="data:...">.
624
625         * shr.el (shr-image-from-data): New function.
626         (shr-tag-img): Use it.
627
628 2013-04-14  Andrew Cohen  <cohen@bu.edu>
629
630         * nnir.el (nnir-request-set-mark): Make sure we are in the right
631         group.
632
633 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
636         corresponding to any existing group (Bug#14166).
637
638 2013-04-10  Andrew Cohen  <cohen@bu.edu>
639
640         * nnir.el (number-sequence): No longer used.
641         (nnir-request-set-mark): New function.
642         (nnir-request-update-info): Improve marks updating.
643         (nnir-request-scan): Don't duplicate marks updating.
644         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
645         Use 'assq rather than 'assoc.  Quote anonymous function.
646         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
647         Use 'gnus-group-prefixed-p.
648         (gnus-summary-create-nnir-group): Make sure server for method is open.
649
650 2013-04-04  Andrew Cohen  <cohen@bu.edu>
651
652         * nnir.el (gnus-nnir-group-p): New function.
653         (nnir-possibly-change-group): Use it.
654
655         * gnus-msg.el (gnus-setup-message): Use it.
656
657 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * mml.el (mml-minibuffer-read-description): Use `default' insted of
660         `initial-input' for the argument name.
661         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
662
663 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
664
665         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
666         (used by MH-E).
667
668 2013-04-01  Andrew Cohen  <cohen@bu.edu>
669
670         * nnir.el (nnir-request-update-mark): Improve mark updating in original
671         group.
672
673         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
674         fix compilation.
675
676 2013-03-31  Andrew Cohen  <cohen@bu.edu>
677
678         * nnir.el (nnir-method-default-engines): And another typo.
679
680 2013-03-30  Andrew Cohen  <cohen@bu.edu>
681
682         * nnir.el (nnir-method-default-engines): Fix typo.
683
684 2013-03-29  Andrew Cohen  <cohen@bu.edu>
685
686         * nnir.el: Define 'number-sequence for xemacs.
687         (gnus-summary-create-nnir-group): New function to create an nnir group
688         from an nnir summary buffer based on the current query.
689         (nnir-request-create-group): Update to allow nnir group creation based
690         on the current query.
691
692 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * nndraft.el (nndraft-request-expire-articles):
695         Make expiry target always `delete'.
696
697 2013-03-27  Andrew Cohen  <cohen@bu.edu>
698
699         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
700         buffer use the posting-style and gcc of the original article group.
701         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
702
703         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
704         after other deffoos.
705
706 2013-03-25  Andrew Cohen  <cohen@bu.edu>
707
708         * nnir.el: Major rewrite.  Cleaner separation between searches and group
709         management.  Marks are now shown in nnir summary buffers.  Rudimentary
710         support for real (i.e. not ephemeral) nnir groups.
711         (gnus-summary-make-nnir-group): New function for initiating searches
712         from a summary buffer.
713
714 2013-03-18  Sam Steingold  <sds@gnu.org>
715
716         * message.el (message-bury): Minor cleanup.
717
718 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
719
720         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
721
722 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * nndir.el (nndir-request-list): Remove 2nd argument passed to
725         nnml-request-list.  (Bug#13873)
726         (nndir-request-newsgroups): Remove, unused.
727
728         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
729
730 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
731
732         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
733         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
734         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
735
736 2013-03-03  Ted Phelps  <phelps@gnusto.com>
737
738         * shr.el: Make all the overlays set the `evaporate' property so that
739         they're removed properly.
740
741 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
742
743         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
744         shell-quote-argument.
745
746 2013-02-22  David Engster  <deng@randomsample.de>
747
748         * gnus-registry.el (gnus-registry-save): Provide class name when
749         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
750         `condition-case' to stay compatible with older EIEIO versions which
751         only accept one argument.
752
753 2013-02-17  Daiki Ueno  <ueno@gnu.org>
754
755         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
756         (epg-user-id-validity): Autoload.
757         (mml2015-epg-check-user-id): New function.
758         (mml2015-epg-check-sub-key): New function split from
759         mml2015-epg-find-usable-key.
760         (mml2015-epg-find-usable-key): Accept context, name, usage, and
761         optional name-is-key-id, to handle the case when user-id is unusable.
762         Reported by Łukasz Stelmach <stlman@poczta.fm>.
763
764 2013-02-17  Glenn Morris  <rgm@gnu.org>
765
766         * shr.el (shr-put-image): Use image-multi-frame-p if available.
767
768 2013-02-16  Glenn Morris  <rgm@gnu.org>
769
770         * shr.el (shr-put-image): Only animate images that specify a delay.
771         This is consistent with the old image-animated-p behavior.
772
773 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
776         for XEmacs.
777
778 2013-02-13  Juri Linkov  <juri@jurta.org>
779
780         * gnus-art.el (gnus-article-mode-map):
781         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
782         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
783
784 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
785
786         * auth-source.el (auth-source-format-prompt): Don't get confused by
787         any "\" in replacement text.  (Bug#13637)
788
789 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
790
791         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
792         (gnus-backend-trace): Honour gnus-backend-trace.
793
794         * mml.el (mml-insert-part): Insert closing tag.
795
796         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
797
798 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
801         able to find the article, which can happen in debbugs groups,
802         apparently.
803
804 2013-01-16  Glenn Morris  <rgm@gnu.org>
805
806         * smiley.el (smiley-style): Make the file loadable in batch mode.
807
808 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
809
810         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
811         imap process running.
812
813 2013-01-14  Julien Danjou  <julien@danjou.info>
814
815         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
816         Compare addresses against addresses, not against the full From field.
817
818 2013-01-13  Richard Stallman  <rms@gnu.org>
819
820         * message.el (message-forward-make-body-mime): New args BEG, END
821         specify what part of FORWARD-BUFFER to use.  Do the work directly
822         instead of calling `mml-insert-buffer'.
823
824 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
825
826         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
827         cross-reference(s).
828
829         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
830         cross-reference(s).
831
832 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
833
834         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
835         and point-max-marker.
836         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
837
838 2013-01-11  Julien Danjou  <julien@danjou.info>
839
840         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
841         max are almost equal. Also return the correct value for V which is
842         already between 0 and 1.
843
844 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
845
846         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
847         to mml2015-encrypt-to-self.
848         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
849
850 2013-01-09  Daiki Ueno  <ueno@gnu.org>
851
852         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
853         mml-smime-epg-find-usable-secret-key.
854
855 2013-01-08  Glenn Morris  <rgm@gnu.org>
856
857         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
858
859 2013-01-07  Daiki Ueno  <ueno@gnu.org>
860
861         * mml-smime.el: Support signing by sender.
862         Requested by Uwe Brauer.
863         (mml-smime-sign-with-sender): New user option analogous
864         to mml2015-sign-with-sender.
865         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
866         (mml-smime-epg-find-usable-secret-key): New helper function copied from
867         mml2015.el.
868
869 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
872         isn't running, because Gnus will probably not know how to handle the
873         Gcc header (bug#11941).
874
875         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
876         articles.
877
878 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * nnfolder.el (nnfolder-recursive-directory-files): New function.
881         (nnfolder-generate-active-file): Make this function work with recursive
882         folder names.
883
884 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
885
886         * nntp.el (nntp-open-connection): Use HELP as the capability command
887         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
888         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
889
890 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
891
892         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
893         place holder since this gives `Invalid face reference: nil' messages.
894         Use the `default' face instead.  It has the same effect here, even
895         though it is not no-op.
896
897         * gnus-util.el
898         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
899
900 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
903         non-string posting styles (bug#13285).
904
905 2012-12-27  Glenn Morris  <rgm@gnu.org>
906
907         * plstore.el (plstore-passphrase-callback-function):
908         Use plstore-get-file.
909
910 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
911
912         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
913         stderr.
914
915 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
918
919         * gnus-compat.el (set-buffer-multibyte): Remove.
920
921 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
922
923         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
924         temporary file to get PGP key image.  Pass no-show-photos when
925         extracting image to avoid having it pop up twice.
926
927 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
930         eligible for treatment.
931
932         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
933         lines.  This makes summary commands with hidden threads work more
934         reliably.
935
936         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
937         button to mark the hidden citations (bug#9395).
938
939 2012-12-26  Daiki Ueno  <ueno@gnu.org>
940
941         * mml2015.el (mml2015-epg-signature-to-string): New function.
942         (mml2015-epg-verify-result-to-string): New function.
943         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
944         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
945         instead of epg-verify-result-to-string.
946         (epg-signature-key-id, epg-signature-to-string): Autoload.
947         (epg-verify-result-to-string): Remove autoload.
948
949 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
950
951         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
952         ID image from GPG public key.
953         (mml2015-epg-key-image-to-string): New function.
954
955 2012-12-25  Leo Liu  <sdl.web@gmail.com>
956
957         * plstore.el (plstore-passphrase-callback-function): Fix error when
958         error when plstore-cache-passphrase-for-symmetric-encryption is set
959         (bug#13264).
960
961 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
964         buffer to the article buffer here, because that clobbers multiple
965         article buffers.
966
967         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
968         buffer always points to the right summary buffer.
969
970 2012-12-25  John Wiegley  <jwiegley@gmail.com>
971
972         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
973         the password (bug#12097).
974
975 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
976
977         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
978         (bug#13263).
979
980         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
981         buffer exists before using it (bug#12475).
982
983         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
984         offline groups (bug#11937).
985
986         * message.el (message-yank-original): When using customize to set the
987         value of `message-cite-style', the variable it set to a symbol that's
988         the name of the variable, which must then be dereferenced (bug#12616).
989
990 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
991
992         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
993         the `face' property with a list whose car is the face specified in the
994         format string and whose cdr is (nil).
995         * lisp/gnus-util.el
996         (gnus-put-text-property-excluding-characters-with-faces):
997         Change accordingly.
998         (gnus-get-text-property-excluding-characters-with-faces): New function.
999         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1000         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1001         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1002
1003 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1004
1005         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1006         login methods.
1007         (nnimap-login): Respect the `nnimap-authenticator' variable.
1008
1009         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1010         mark state when moving articles.  Otherwise unticked articles will get
1011         their ticks back after moving.
1012
1013 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1016
1017         * message.el (message-ignored-news-headers): Always remove
1018         X-Message-SMTP-Method to avoid information leakage if the user
1019         mistakenly inserts the header into news messages.
1020
1021         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1022
1023         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1024         right than four characters, this command would move point to
1025         `point-max'.  Don't do that.
1026
1027         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1028         to nil to allow re-selecting groups that gain articles.
1029         (gnus-bug-group-download-format-alist): Update the URL.
1030
1031 2012-12-23  Andreas Schwab  <schwab@suse.de>
1032
1033         * shr.el (shr-tag-em): Render em as italic, not bold.
1034
1035 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1038         for reuse.
1039         (gnus-open-server): Use it to add more tracing.
1040         (gnus-finish-retrieve-group-infos): Add backend tracing.
1041         (gnus-backend-trace): Also note the elapsed seconds.
1042
1043 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1044
1045         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1046         Set epa-file-encrypt-to from variable to avoid querying.
1047
1048 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1049
1050         * sieve-mode.el (sieve-font-lock-keywords):
1051         Keywords should be word delimited.  (Bug#13173)
1052
1053 2012-12-13  Andreas Schwab  <schwab@suse.de>
1054
1055         * tls.el (tls-program): Update customize type.
1056
1057 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1060         instead of <pre> to align message header.
1061
1062 2012-12-12  Sam Steingold  <sds@gnu.org>
1063
1064         * gnus.el (gnus-other-frame-resume-function): Add user option.
1065         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1066
1067 2012-12-06  Sam Steingold  <sds@gnu.org>
1068
1069         * gnus-start.el (gnus-before-resume-hook): Add.
1070         (gnus-1): Run it when Gnus is alive.
1071
1072 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1075         * gnus-art.el (article-unsplit-urls)
1076         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1077         * gnus-registry.el (gnus-registry-get-article-marks)
1078         * message.el (message-goto-body): Use it.
1079         (message-called-interactively-p): Remove.
1080
1081         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1082         (spam-stat-score-buffer): Use it.
1083
1084         * spam.el: Silence the warnings against BBDB functions when compiling.
1085
1086         * gnus-score.el (gnus-score-decode-text-parts):
1087         Use append+mapcar instead of the cl function mapcan.
1088
1089 2012-12-05  Sam Steingold  <sds@gnu.org>
1090
1091         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1092         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1093         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1094
1095 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * gmm-utils.el (gmm-called-interactively-p): Revert.
1098         This seems to cause Emacs to get stuck!
1099         * gnus-art.el (article-unsplit-urls)
1100         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1101         * gnus-registry.el (gnus-registry-get-article-marks)
1102         * message.el (message-goto-body)
1103         (message-called-interactively-p): Revert.
1104
1105         * gmm-utils.el (gmm-called-interactively-p): New function.
1106         * gnus-art.el (article-unsplit-urls)
1107         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1108         * gnus-registry.el (gnus-registry-get-article-marks)
1109         * message.el (message-goto-body): Use it.
1110         (message-called-interactively-p): Remove.
1111
1112         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1113         * gnus-sync.el (gnus-sync-lesync-call)
1114         * message.el (message-read-from-minibuffer): Use it.
1115
1116 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gmm-utils.el (gmm-flet): Remove.
1119         * gnus-sync.el (gnus-sync-lesync-call)
1120         * message.el (message-read-from-minibuffer): Don't use it.
1121
1122 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1125
1126 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1129
1130         * gnus-sync.el (gnus-sync-lesync-call)
1131         * message.el (message-read-from-minibuffer): Use gmm-flet.
1132
1133         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1134
1135         * gnus-util.el (gnus-macroexpand-all): Remove.
1136
1137 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1138
1139         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1140         to TAB, not [tab].
1141         (gnus-summary-article-map): Likewise.
1142
1143         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1144         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1145
1146 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1147
1148         * time-date.el: Commentary fix.
1149
1150 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1151
1152         * color.el: Don't require cl.
1153         (color-complement): `caddr' -> `nth 2'.
1154
1155         * time-date.el (time-to-seconds): De-obsolete.
1156
1157 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * message.el (message-get-reply-headers):
1160         Make sure the reply goes to the author if it is a wide reply.
1161
1162 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1163
1164         * gnus-score.el (gnus-score-body):
1165         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1166         scoring by body.
1167
1168 2012-11-16  Glenn Morris  <rgm@gnu.org>
1169
1170         * gnus-diary.el (nndiary-request-create-group-functions)
1171         (nndiary-request-update-info-functions)
1172         (gnus-subscribe-newsgroup-functions)
1173         (nndiary-request-accept-article-functions):
1174         Use new names for hooks rather than obsolete aliases.
1175
1176 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1179
1180 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1183         in meta tag with the one the part specifies in its header.
1184
1185 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1186
1187         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1188         by default.
1189
1190 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1193         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1194
1195 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1198         and a runtime function for it, of which the XEmacs version takes only
1199         two arguments.
1200
1201 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1202
1203         * nndiary.el (nndiary-request-create-group-functions)
1204         (nndiary-request-update-info-functions)
1205         (nndiary-request-accept-article-functions):
1206         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1207         "-hooks" suffix.
1208
1209 2012-10-19  Julien Danjou  <julien@danjou.info>
1210
1211         * gnus-art.el: Require gnus-util because it uses
1212         `gnus-timer--function'.
1213
1214 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1215
1216         * starttls.el (starttls-extra-arguments): Doc fix.
1217
1218 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1221         it.
1222
1223 2012-10-06  Glenn Morris  <rgm@gnu.org>
1224
1225         * gnus-notifications.el (gnus-notifications):
1226         Add missing group :version tag.
1227         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1228         (gnus-gcc-post-body-encode-hook):
1229         * gnus-sync.el (gnus-sync-lesync-name)
1230         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1231
1232 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1233
1234         * color.el (color-hsl-to-rgb): Fix incorrect results for
1235         small and large hue values.  (Bug#12559)
1236
1237 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         New UIDL implementation.
1240
1241         * mail-source.el (mail-sources, mail-source-keyword-map):
1242         Add :leave as a pop3 keyword.
1243         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1244
1245         * pop3.el (pop3-leave-mail-on-server): Allow number.
1246         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1247         (pop3-movemail): Add UIDL support.
1248         (pop3-send-streaming-command): Take a list of mail numbers instead of
1249         the number of mails.
1250         (pop3-write-to-file): Add X-UIDL header.
1251         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1252         (pop3-uidl-add-xheader): New functions.
1253
1254         * message.el (message-ignored-resent-headers):
1255         Add X-Content-Length and X-UIDL headers.
1256
1257 2012-10-05  Glenn Morris  <rgm@gnu.org>
1258
1259         * color.el (color-name-to-rgb, color-rgb-to-hex)
1260         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1261         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1262         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1263         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1264
1265 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1268         a user about whether to delete temp files if once a user answered as n.
1269
1270 2012-09-25  Chong Yidong  <cyd@gnu.org>
1271
1272         * password-cache.el (password-read-and-add): Use a declare form to mark
1273         this function obsolete.
1274
1275 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * lpath.el: Bind mail-encode-mml for old Emacsen.
1278
1279 2012-09-17  Richard Stallman  <rms@gnu.org>
1280
1281         * message.el (message-in-body-p): Don't set mark or modify buffer.
1282
1283         * mml.el (mml-attach-file): Doc fix.
1284         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1285         Set mail-encode-mml when in Mail mode.
1286         Simplify code to set HEAD and move back to HEAD.
1287         (mml-insert-multipart, mml-insert-part):
1288         Set mail-encode-mml when in Mail mode.
1289
1290 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-util.el (gnus-timer--function): New function.
1293
1294         * gnus-art.el (gnus-article-stop-animations): Use it.
1295
1296 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1297
1298         Fix glitches caused by addition of psec to timers.
1299         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1300         rather than raw access to timer vector.
1301
1302 2012-09-11  Julien Danjou  <julien@danjou.info>
1303
1304         * gnus-notifications.el (gnus-notifications): Check for nil values in
1305         ignored addresses check.
1306
1307 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1308
1309         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1310
1311 2012-09-07  Chong Yidong  <cyd@gnu.org>
1312
1313         * gnus-util.el
1314         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1315
1316         * gnus-salt.el (gnus-tree-highlight-node):
1317         * gnus-sum.el (gnus-summary-highlight-line):
1318         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1319
1320 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1321
1322         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1323
1324 2012-09-06  Juri Linkov  <juri@jurta.org>
1325
1326         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1327         scheme for buffer names to be more consistent with other group and
1328         article buffer names in Gnus.
1329
1330 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-util.el
1333         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1334
1335         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1336         Jenkner.
1337
1338         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1339
1340         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1341
1342         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1343
1344 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1347         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1348
1349         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1350         string-prefix-p in Emacs >=23.2.
1351
1352         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1353         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1354         instead of string-match-p.
1355         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1356
1357 2012-09-06  Kenichi Handa  <handa@gnu.org>
1358
1359         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1360         lowercase a..f.
1361
1362 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1363
1364         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1365
1366 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1367
1368         * nnimap.el (nnimap-request-move-article): Decode the group name when
1369         doing internal moves to avoid charset issues.
1370
1371         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1372         TIME is set.
1373
1374 2012-09-05  Juri Linkov  <juri@jurta.org>
1375
1376         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1377         than one group at a time (bug#11961).
1378
1379 2012-09-05  Julien Danjou  <julien@danjou.info>
1380
1381         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1382         this hide the real reason with a message giving absolutely no hint.
1383
1384 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1385
1386         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1387         to the backend (bug#11804).
1388
1389         * message.el (message-insert-newsgroups): Don't insert newsgroup
1390         duplicates (bug#12275).
1391
1392 2012-09-05  John Wiegley  <johnw@newartisans.com>
1393
1394         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1395         sieve rules.
1396
1397 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1398
1399         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1400         function.
1401
1402         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1403
1404         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1405
1406 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1407
1408         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1409         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1410         This should make nnmaildir more usable with offlineimap.
1411
1412 2012-09-05  Julien Danjou  <julien@danjou.info>
1413
1414         * nnimap.el (nnimap-request-list): Revert change that made listing
1415         synchronous.
1416         (nnimap-get-responses): Restore.
1417
1418 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1419
1420         * dgnushack.el: XEmacs 21.5 compilation fix.
1421
1422         * gnus-notifications.el (gnus-notifications-notify): Use it.
1423
1424         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1425         warnings on XEmacs.
1426
1427 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1428
1429         Better seeds for (random).
1430         * gnus-sync.el (gnus-sync-lesync-setup):
1431         * message.el (message-canlock-generate, message-unique-id):
1432         Change (random t) to (random), now that the latter is more random.
1433
1434 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1435
1436         * nnimap.el (nnimap-change-group): Document result value
1437
1438         * auth-source.el (auth-sources): Fix macos keychain access.
1439
1440         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1441         allow the backend `request-head' function to determine the group
1442         name on its own.
1443         (gnus-request-expire-articles): Filter out negative article numbers
1444         during expiry (Bug#11980).
1445
1446         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1447         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1448
1449         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1450         you've found the article when you haven't.
1451
1452         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1453         that nnimap-change-group can return t.
1454
1455 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1456
1457         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1458
1459 2012-08-30  Julien Danjou  <julien@danjou.info>
1460
1461         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1462         `gnus-notifications-timeout'.
1463         (gnus-notifications-timeout): Add.
1464         (gnus-notifications-action): New function.
1465         (gnus-notifications-notify): Add :action using
1466         `gnus-notifications-action'.
1467         (gnus-notifications-id-to-msg): New variable.
1468         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1469         notifications id to messages.
1470
1471 2012-08-30  Kenichi Handa  <handa@gnu.org>
1472
1473         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1474         once.
1475
1476 2012-08-29  Julien Danjou  <julien@danjou.info>
1477
1478         * gnus-notifications.el: New file.
1479         (gnus-notifications-notify): New function.
1480         (gnus-notifications): Use `gnus-notifications-notify'.
1481
1482 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1485         transfer encoding first; bind gnus-newsgroup-charset to the charset
1486         that the article specifies (Bug#12209).
1487
1488 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1491         (gnus-group-customize-done): Encode values posting-style holds.
1492
1493         * gnus-msg.el (gnus-summary-resend-message)
1494         (gnus-configure-posting-styles): Decode values posting-style group
1495         parameter holds.
1496
1497 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1500         `name' and `address' in Resent-From header.
1501
1502 2012-08-14  Chong Yidong  <cyd@gnu.org>
1503
1504         * gnus-art.el (article-display-face): Handle failure in
1505         gnus-create-image (Bug#11802).
1506
1507 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1508
1509         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1510         Use defsetf.
1511
1512 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1513
1514         * auth-source.el (auth-source-plstore-search)
1515         (auth-source-secrets-search): Ignore :require and :type in search spec.
1516
1517 2012-08-06  Julien Danjou  <julien@danjou.info>
1518
1519         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1520         `nnimap-request-move-article'.
1521
1522         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1523         Remove autoload, already handled by gnus.el.
1524
1525         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1526
1527         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1528         supported by nnimap actually. Reverts previous change.
1529
1530         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1531         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1532         to-buffer argument that is already supported.
1533
1534 2012-08-05  Julien Danjou  <julien@danjou.info>
1535
1536         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1537         Add autoload.
1538
1539 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus.el (gnus-valid-select-methods): Fix custom type.
1542
1543 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1544
1545         * auth-source.el (auth-sources, auth-source-backend-parse)
1546         (auth-source-macos-keychain-search)
1547         (auth-source-macos-keychain-search-items)
1548         (auth-source-macos-keychain-result-append)
1549         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1550         auth-source.el through the /usr/bin/security utility.
1551         (auth-sources): Fix syntax error.
1552         (auth-source-macos-keychain-result-append): Fix variable name.
1553         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1554
1555 2012-07-27  Julien Danjou  <julien@danjou.info>
1556
1557         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1558         Emacs < 24.1
1559
1560 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * message.el (message-kill-address): Don't kill last newline.
1563         (message-skip-to-next-address): Don't move to the next header.
1564         (message-fill-field-address): Work properly.
1565
1566 2012-07-25  Julien Danjou  <julien@danjou.info>
1567
1568         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1569
1570 2012-07-24  Julien Danjou  <julien@danjou.info>
1571
1572         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1573
1574         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1575         (nntp-async-timer-handler): Remove, unused.
1576
1577         * nnimap.el (nnimap-get-responses): Remove, unused.
1578
1579         * nnheader.el (mail-header-set-extra): Remove, unused.
1580
1581         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1582         unused.
1583
1584         * mm-view.el (mm-view-sound-file): Remove, unused.
1585
1586         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1587         (mm-url-encode-multipart-form-data): Remove, unused.
1588
1589         * message.el (message-remove-signature, message-make-host-name)
1590         (message-fill-address): Remove, unused.
1591
1592         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1593         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1594         unused.
1595
1596         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1597         (gnus-xmas-call-region): Remove, unused.
1598
1599         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1600
1601         * gnus-util.el (gnus-extract-address-component-name)
1602         (gnus-extract-address-component-email, gnus-sortable-date)
1603         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1604         (gnus-process-live-p): Remove, unused.
1605
1606         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1607
1608         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1609         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1610         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1611         function.
1612
1613         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1614
1615         * gnus-score.el (gnus-summary-score-crossposting)
1616         (gnus-score-regexp-bad-p): Remove, unused.
1617
1618         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1619
1620         * gnus-range.el (gnus-sublist-p): Remove, unused.
1621
1622         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1623         unused.
1624
1625         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1626
1627         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1628         (gnus-request-associate-buffer): Remove, unused.
1629
1630         * gnus-group.el (gnus-group-set-method-info)
1631         (gnus-group-set-params-info): Remove, unused.
1632
1633         * gnus-fun.el (gnus-shell-command-to-string)
1634         (gnus-shell-command-on-region): Remove, unused.
1635
1636         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1637
1638         * gnus-art.el (gnus-article-text-type-exists-p)
1639         (article-translate-characters, gnus-article-hide-text-of-type)
1640         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1641         Remove, unused.
1642
1643 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1644
1645         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1646
1647 2012-07-21  Julien Danjou  <julien@danjou.info>
1648
1649         * message.el (message-dont-reply-to-names): Replace deprecated
1650         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1651         (message-get-reply-headers): Ditto.
1652
1653 2012-07-18  Julien Danjou  <julien@danjou.info>
1654
1655         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1656         `sieve-upload-and-kill'.
1657
1658         * sieve.el (sieve-bury-buffer): Remove function.
1659         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1660         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1661
1662 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1663
1664         * shr.el (shr-expand-url): Handle URL starting with `//'.
1665
1666 2012-07-13  Chong Yidong  <cyd@gnu.org>
1667
1668         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1669         instead of calling toggle-read-only with a (bogus) argument.
1670
1671 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1672
1673         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1674         of initial input when reading the author to restrict the summary to.
1675
1676 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * mm-decode.el (mm-shr):
1679         Allow overriding charset by mm-charset-override-alist.
1680
1681 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-art.el (gnus-article-view-part):
1684         Toggle subparts of multipart/alternative part.
1685
1686 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1687
1688         * shr.el (shr-render-buffer): New command.
1689         (shr-visit-file): Use it.
1690
1691 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1694         Set no-byte-compile and no-update-autoloads.
1695
1696 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1699
1700 2012-06-25  Julien Danjou  <julien@danjou.info>
1701
1702         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1703         `nnimap-request-move-articles-find-limit' since we do not use it only
1704         for move operations.
1705         (nnimap-request-accept-article): Use
1706         `nnimap-request-articles-find-limit' to limit search by message-id.
1707
1708 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1709
1710         Support higher-resolution time stamps (Bug#9000).
1711
1712         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1713         VARLIST.  It's optional, for backward compatibility.
1714         (encode-time-value): New optional arg PICO.  New type 3.
1715         (time-to-seconds) [!float-time]: Support the new picoseconds
1716         component if it's used.
1717         (seconds-to-time, time-subtract, time-add):
1718         Support ps-resolution time stamps as well.
1719
1720 2012-06-19  Julien Danjou  <julien@danjou.info>
1721
1722         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1723
1724         * nnimap.el (nnimap-log-buffer): Check that
1725         `window-point-insertion-type' is boundp, since it's not available in
1726         XEmacs.
1727
1728 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1729
1730         * nnimap.el (nnimap-log-buffer): Add this, setting
1731         `window-point-insertion-type' in the buffer to t.
1732         (nnimap-log-command): Use nnimap-log-buffer.
1733
1734 2012-06-19  Julien Danjou  <julien@danjou.info>
1735
1736         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1737         argument to be able to limit the search.
1738         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1739         (nnimap-request-move-articles-find-limit): Add this to limit the search
1740         by Message-Id after a message move.
1741         (nnimap): Add defgroup.
1742
1743 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1744
1745         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1746
1747 2012-06-15  Julien Danjou  <julien@danjou.info>
1748
1749         * nnimap.el (nnimap-find-article-by-message-id): Use
1750         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1751         (nnimap-possibly-change-group): Add read-only argument.
1752         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1753         issuing EXAMINE manually.
1754         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1755         with read-only argument.
1756         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1757         cannot possibly change because we need to be sure that it's either
1758         read-write or read-only.
1759
1760 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1763         being bound to a lambda form.
1764
1765 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1766
1767         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1768         articles when fetch-old is non-nil (bug#11370).
1769
1770 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1771
1772         * gnus-picon.el (gnus-picon-properties): New defcustom.
1773         (gnus-picon-create-glyph): Use it.
1774
1775 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * gnus-group.el (gnus-group-get-new-news): Respect
1778         `gnus-group-use-permanent-levels', as documented (bug#11638).
1779
1780 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1781
1782         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1783         groups (bug#11641).
1784
1785 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1786
1787         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1788         is an integer to avoid later problems.
1789
1790 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1793         locales.
1794
1795         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1796         on a handle.
1797
1798         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1799         address as the default.
1800         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1801
1802         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1803         makes no sense to query the user about internal files.
1804
1805         * gnus-spec.el: Remove all the byte-compilation stuff, since
1806         benchmarking shows that it doesn't help when entering large summary
1807         buffers.
1808
1809         * gnus-xmas.el (gnus-xmas-define): Remove.
1810
1811         * gnus-util.el (gnus-byte-code): Remove.
1812
1813         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1814         grouplens stuff.
1815
1816 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1819         (bug#11514).
1820
1821 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1822
1823         * message.el (message-buffers): Return all buffers derived from Message
1824         to make `gnus-dired-attach' work with mu4e.
1825
1826 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1827
1828         * nntp.el: Stop the `letf' madness.
1829         (nntp--report-1): New var.
1830         (nntp-report): Merge nntp-report-1 into it.
1831         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1832         the nntp-report function.
1833
1834         * auth-source.el: Fix comment-style to follow the convention.
1835
1836 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1837
1838         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1839         (mm-dissect-singlepart): Don't guess the MIME type of
1840         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1841         set.
1842         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1843         toplevel MIME type is multipart/encrypted.
1844
1845 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1848         a string so that Gcc works (bug#11514).
1849
1850 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1851
1852         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1853         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1854
1855 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1856
1857         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1858         jumping to *Server* from a dedicated *Group* window.
1859         (gnus-configure-frame): CSE.
1860
1861         * gnus-registry.el: Minor style cleanup.
1862         (gnus-registry--set/remove-mark): New function, extracted from
1863         gnus-registry-install-shortcuts.
1864         (gnus-registry-install-shortcuts): Use it.
1865
1866 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * nnspool.el (news-path): Use eval-and-compile.
1869
1870 2012-05-24  Glenn Morris  <rgm@gnu.org>
1871
1872         * nnspool.el (news-directory, news-path, news-inews-program):
1873         Move here from paths.el.  Don't see a need for these to be autoloaded.
1874
1875         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1876         Merge in doc from paths.el version.  Don't see any need for this to be
1877         autoloaded, or for the warning about users not setting it.
1878
1879 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1880
1881         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1882         format.  In particular, add an optional argument and a docstring.
1883
1884         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1885
1886         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1887         current before calling `gnus-groups-to-gnus-format'.
1888         Note that this was already the case for `gnus-active-to-gnus-format'.
1889
1890 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1891
1892         Fix minor Y10k bug.
1893         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1894
1895 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1896
1897         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1898         message once it's actually open.
1899
1900 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1901
1902         * gnus.el: Ma Gnus v0.5 is released.
1903
1904 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1905
1906         * auth-source.el (auth-source--aput-1, auth-source--aput)
1907         (auth-source--aget): New functions and macros.
1908         Use them instead of aput/aget.
1909
1910 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1911
1912         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1913
1914 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1915
1916         * plstore.el (plstore-called-interactively-p): New compat macro copied
1917         from message.el.
1918         (plstore-mode): Use it.
1919
1920 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1921
1922         * plstore.el: Revive the editing feature.
1923         (plstore-mode): New mode to edit plstore file.
1924         (plstore-mode-toggle-display, plstore-mode-original)
1925         (plstore-mode-decoded): New command.
1926         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1927         (plstore--insert-buffer, plstore--make): New function.
1928         (plstore-open, plstore-save): Simplify by using them.
1929
1930 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1933
1934 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1935
1936         * tls.el (open-tls-stream): Remove unused binding.
1937
1938 2012-04-16  Glenn Morris  <rgm@gnu.org>
1939
1940         * nndraft.el (nndraft-request-list): Fix declaration.
1941
1942 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * mm-decode.el (mm-dissect-buffer): Doc fix.
1945
1946         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1947         don't have a current group.
1948
1949         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1950         buffer if it doesn't exist.
1951
1952         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1953         given, mark the group as ephemeral with the current window conf.
1954
1955         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1956         buffer exists, which it doesn't if we haven't started Gnus.
1957         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1958
1959 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1962         type is.
1963
1964         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1965         `unexists' entries.
1966         (gnus-clean-old-newsrc): Fix last checkin.
1967
1968         * nnimap.el (nnimap-update-info): None of the articles below the active
1969         low-water mark exist.
1970
1971         * dgnushack.el: Get rid of XEmacs compilation warning.
1972
1973         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1974         would have gotten if we posted to the group, and use that to compare
1975         against the message we want to cancel (bug#10808).
1976
1977         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1978         on XEmacs.
1979
1980 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1981
1982         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1983         `scroll-margin'.
1984
1985 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1986
1987         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1988         citation prefix within a block of cited text should be considered part
1989         of that block *only* if it is a blank line.
1990
1991 2012-04-09  Chong Yidong  <cyd@gnu.org>
1992
1993         * binhex.el, hashcash.el, uudecode.el:
1994         Remove * characters from the front of variable docstrings.
1995
1996 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1999         before kinsoku-bol characters nor within kinsoku-eol characters.
2000
2001 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2004         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2005         (gnus-sync-read): Use mapc instead of mapcar.
2006
2007         * mm-archive.el: Require mm-decode for some macros.
2008         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2009         the byte compiler.
2010         (mm-archive-decoders): New function that returns the value of
2011         the mm-archive-decoders variable.
2012
2013         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2014         instead.
2015         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2016
2017         * nnimap.el (gnus-refer-thread-use-nnir):
2018         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2019
2020 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2023
2024 2012-03-12  Peter Münster  <pmrb@free.fr>
2025
2026         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2027         (gnus-demon-cancel): Ditto.
2028         (gnus-demon-run-callback): When function cannot be called due to low
2029         idleness, call it when idleness reaches the expected value, instead of
2030         waiting another timer period.
2031         (gnus-demon-init): Add `time' to arguments of call-back.
2032
2033 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2036
2037         * gnus.el: Register gnus-registry functions.
2038
2039         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2040         indent.
2041
2042         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2043         enabled before warping.
2044
2045 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2046
2047         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2048         registry about each article retrieved.
2049
2050         * gnus-int.el (gnus-select-group-with-message-id): New function.
2051         (gnus-try-warping-via-registry): Ditto.
2052         (gnus-warp-to-article): Fall back on the registry.
2053
2054 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2055
2056         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2057         inboxes.
2058
2059 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2062
2063 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2066         gnus-gcc-self-resent-messages may be a group parameter.
2067         (gnus-summary-resend-message): Don't encode encoded words in header
2068         when Gcc'ing resent message.
2069
2070 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * shr.el (shr-insert): Treat non-breaking space just like normal
2073         space.  This seems to produce more pleasing results.
2074         (shr-insert): Only insert a blank line if we're starting from an image.
2075         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2076         (shr-ensure-paragraph): Consider lines with white space to be blank.
2077
2078 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2079
2080         * Makefile.in: Respect DESTDIR.
2081
2082 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2083
2084         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2085         and gnus-gcc-post-body-encode-hook.
2086
2087 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088
2089         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2090         messages that don't exist.
2091
2092         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2093
2094 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2097         Remove.
2098
2099         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2100
2101         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2102
2103 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2106         have a group name.
2107
2108         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2109         a multibyte buffer (bug#7410).
2110         (article-wash-html): Parse the original article buffer to get the
2111         unencoded data (bug#7410).
2112
2113         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2114         .newsrc.el files.
2115
2116 2012-04-05  Bastien Guerry  <bzg@altern.org>
2117
2118         * color.el (color-lighten-name): Fix typo.
2119
2120 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2123         "#" to avoid having them interpreted as comments.
2124
2125 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * shr.el (shr-insert): Update the text state properly to avoid
2128         inserting spurious paragraph starts.
2129
2130 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * shr.el (shr-table-widths): Divide the extra width more fairly over
2133         the TDs (bug#10973).
2134         (shr-render-td): Don't delete too much padding.
2135         (shr-natural-width): Compute the natural width more correctly.
2136         (shr-insert): Allow the natural width to be computed for tables again.
2137         (shr-tag-table-1): Rework how the natural widths are computed by
2138         rendering the table a third time.
2139         (shr-natural-width): Removed.
2140         (shr-buffer-width): New function.
2141         (shr-expand-newlines): Use it.
2142
2143         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2144         using a `gnus-use-full-window' setup (bug#11013).
2145
2146 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2149         24.1 release.
2150
2151 2012-03-10  David Edmondson  <dme@dme.org>
2152
2153         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2154         'Forwarded Message' header and the start of the message.
2155
2156 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2157
2158         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2159         isn't running (bug#10897).
2160
2161 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2164         This is inconsistent with all the other stream functions, which leave
2165         the setting up to the higher levels (if so wanted) (bug#10931).
2166
2167 2012-02-28  Glenn Morris  <rgm@gnu.org>
2168
2169         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2170         mm-decode.el: Standardize possessive apostrophe usage.
2171
2172 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2175
2176 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2177
2178         * parse-time.el (parse-time-string): Allow extractor to return nil.
2179
2180 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2183
2184 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2185
2186         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2187
2188 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2189
2190         * mm-decode.el (mm-shr): Remove "soft hyphens".
2191
2192         * nnimap.el (nnimap-request-list): Return the group names encoded as
2193         utf8.  Otherwise non-European group names don't work.
2194         (nnimap-request-newgroups): Ditto.
2195
2196         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2197         the default in `read-string' (bug#10757).
2198
2199         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2200         topics (bug#10843).
2201
2202         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2203         buffer.  Suggested by Herbert Valerio Riedel.
2204         (nnimap-request-move-article): Delete the message from the correct IMAP
2205         server.
2206
2207 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2208
2209         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2210         Reported by Peter Münster.
2211
2212 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2213
2214         * shr.el (shr-image-fetched): Make sure we really kill the right
2215         buffer.
2216
2217 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2218
2219         * gnus-start.el (gnus-1): Avoid duplicate entries.
2220
2221 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2222
2223         * imap.el: Remove.
2224
2225         * nntp.el (nntp-coding-system-for-read): Remove.
2226         (nntp-coding-system-for-write): Ditto.
2227         (nntp-open-connection): Just use `binary' directly.
2228
2229         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2230         Gnus 0.3.
2231
2232 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2233
2234         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2235         application/octet-stream parts really is.
2236
2237         * gnus-sum.el (gnus-propagate-marks): Remove.
2238
2239 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2240
2241         * shr.el (shr-rescale-image): Undo previous change; see
2242         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2243
2244 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2245
2246         * gnus.el: Ma Gnus v0.3 is released.
2247
2248 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-sum.el (gnus-summary-local-variables): Make
2251         `gnus-newsgroup-unexist' into a local variable.
2252
2253 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2254
2255         * registry.el (registry-usage-test, registry-persistence-test): Move to
2256         tests/gnustest-registry.el.
2257         (registry-make-testable-db, registry-match-test)
2258         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2259
2260         * gnus-registry.el (gnus-registry-misc-test)
2261         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2262
2263         * tests/gnustest-registry.el: New file with the registry and
2264         gnus-registry ERT tests.
2265
2266 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-msg.el (gnus-summary-resend-message): Make
2269         gnus-summary-resend-message-insert-gcc be last item in
2270         message-header-setup-hook.
2271
2272 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2273
2274         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2275         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2276         Remove.
2277         (nnfolder-open-server): Don't use marks.
2278         (nnfolder-request-delete-group): Ditto.
2279         (nnfolder-request-rename-group): Ditto.
2280         (nnfolder-request-set-mark, nnfolder-request-marks)
2281         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2282         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2283
2284         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2285         (nnml-marks-modtime): Remove.
2286         (nnml-request-delete-group): Don't use marks.
2287         (nnml-request-rename-group): Ditto.
2288         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2289         (nnml-save-marks, nnml-open-marks): Remove.
2290
2291         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2292         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2293         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2294         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2295         (nntp-server-to-method-cache): Remove.
2296
2297         * shr.el (shr-rescale-image): Fix wrong merge.
2298
2299 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2300
2301         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2302         too-wide lines.
2303
2304 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2305
2306         * nnimap.el (nnimap-record-commands): New variable.
2307         (nnimap-log-command): Use it.
2308         (nnimap-make-process-buffer): Add a space to the process buffer.
2309         (nnimap-transform-headers): Don't bug out on header lines containing
2310         stuff that look like IMAP length encodings.
2311
2312         * shr.el (shr-rescale-image): Allow viewing large images.
2313
2314 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2315
2316         * nnml.el (nnml-request-compact-group): Delete the marks file after
2317         compaction (bug#10800).
2318
2319         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2320         group exit.
2321
2322         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2323         QRESYNC/FETCH output.
2324
2325 2012-02-11  Glenn Morris  <rgm@gnu.org>
2326
2327         * sieve-manage.el (sieve-manage-default-stream):
2328         * shr.el (shr):
2329         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2330         (nnir-retrieve-headers-override-function)
2331         (nnir-imap-default-search-key, nnir-notmuch-program)
2332         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2333         (nnir-method-default-engines):
2334         * message.el (message-cite-reply-position):
2335         * gssapi.el (gssapi-program):
2336         * gravatar.el (gravatar):
2337         * gnus-sum.el (gnus-refer-thread-use-nnir):
2338         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2339         (gnus-registry-max-pruned-entries):
2340         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2341         * gnus-int.el (gnus-after-set-mark-hook)
2342         (gnus-before-update-mark-hook):
2343         * gnus-async.el (gnus-async-post-fetch-function):
2344         * auth-source.el (auth-source-cache-expiry):
2345         Add missing :version tags to new defcustoms and defgroups.
2346
2347 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2348
2349         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2350         `gnus-newsgroup-unexist'.
2351
2352         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2353         marks.
2354         (gnus-article-special-mark-lists): Put the `unexist' in the special
2355         marks list instead.
2356
2357         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2358         articles in the list of articles to be selected.
2359
2360         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2361         articles.
2362         (nnimap-update-info): Keep track of unexisting articles.
2363         (nnimap-update-qresync-info): Ditto.
2364
2365 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2366
2367         * message.el (message-default-send-mail-function): Made into own
2368         function for reuse by emacsbug.el.
2369
2370 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2371
2372         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2373         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2374
2375 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2376
2377         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2378         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2379
2380         * gnus-compat.el: Define `timer-set-function'.
2381
2382         * mm-decode.el (mm-display-external): Output the text from the command
2383         in the buffer after the command finished.  This makes text-based
2384         commands behave better.
2385
2386 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2389
2390 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2393         23.1.
2394
2395 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2398
2399 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2400
2401         * message.el (smtpmail-smtp-user): Silence compiler warning.
2402
2403 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2404
2405         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2406         SMTP user name.
2407
2408 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus-sum.el (gnus-summary-show-thread):
2411         next-single-char-property-change may return nil in XEmacs.
2412         (gnus-summary-article-map): Fix typo.
2413
2414 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2415
2416         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2417         running.
2418
2419         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2420
2421         * gnus.el (gnus-server-extend-method): Don't add an -address component
2422         if the method already has one (bug#9676).
2423
2424 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2427         of an initial-input for consistency (bug#10757).
2428
2429         * dgnushack.el: Fix XEmacs compilation warning.
2430
2431         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2432
2433         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2434
2435 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2436
2437         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2438         lines that are narrower than the window width.  Otherwise background
2439         "blocks" will look less readable.
2440
2441 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2442
2443         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2444         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2445         have newlines within the strings, and where the UID comes after the
2446         BODYSTRUCTURE element (bug#10537).
2447
2448         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2449         (bug#10732).
2450
2451         * shr.el (shr-insert-document): Add doc string.
2452         (shr-visit-file): Ditto.
2453         (shr-remove-trailing-whitespace): New function.
2454         (shr-insert-document): Use it to clean up trailing whitespace as the
2455         final step (bug#10714).
2456
2457 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2460         buffer if `gnus-kill-summary-on-exit' is nil.
2461
2462 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2463
2464         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2465         when just reading a single group from "without" Gnus.
2466
2467 2012-02-06  Chong Yidong  <cyd@gnu.org>
2468
2469         * gnus-sum.el (gnus-summary-show-thread):
2470         next-single-char-property-change never returns nil (Bug#8657).
2471
2472 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2473
2474         * message.el (message-multi-smtp-send-mail): New function.
2475         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2476         header to implement multi-SMTP functionality.
2477
2478         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2479         (gnus-agentize): Don't set it.
2480         (gnus-agent-send-mail): Don't use it.
2481
2482         * gnus-sum.el (gnus-summary-widget-backward): New function and
2483         keystroke.
2484
2485         * gnus-compat.el: More the compat functions more compatible.
2486
2487         * shr.el (shr-put-image): Remove underlines from sliced images.
2488         (shr-zoom-image): Compute the region to be replaced more correctly.
2489
2490 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2493         (gnus-summary-resend-message-insert-gcc): New function.
2494         (gnus-summary-resend-message): Modify message-header-setup-hook and
2495         message-sent-hook to make it work for Gcc.
2496         (gnus-inews-do-gcc): Update the number of unread articles of groups
2497         that messages are Gcc'd to.
2498
2499         * message.el (message-resend): Run message-sent-hook to do Gcc.
2500
2501 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2502
2503         * lpath.el: Fix an XEmacs compilation warning.
2504
2505         * gnus-compat.el: Require `help-fns' to fix compilation error.
2506
2507         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2508         a higher level to silence compilation.
2509
2510         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2511         parameter to allow controlling the scaling.
2512
2513         * shr.el (shr-zoom-image): New command and keystroke.
2514         (shr-put-image): Take a `size' flag to say how to scale the image.
2515
2516         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2517         deletion unless already defined.
2518
2519         * gnus.el (gnus-compat): Require it.
2520
2521         * gnus-compat.el: New file.
2522
2523         * gnus-start.el (gnus-clean-old-newsrc): New function.
2524         (gnus-read-newsrc-file): Use it.
2525
2526         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2527         Use recursive deletion.
2528         (mm-dissect-archive): Add support for zip files.
2529
2530         * gnus-util.el (gnus-recursive-directory-files): New function.
2531
2532         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2533         (mm-archive-decoders): Add tgz support.
2534
2535         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2536         Otherwise inserting text into the Gnus buffer can look odd.
2537
2538         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2539
2540         * mm-archive.el (mm-archive-decoders): Add support for tar.
2541
2542         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2543
2544         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2545
2546 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2547
2548         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2549
2550         * mm-archive.el: New file.
2551
2552         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2553
2554         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2555
2556         * message.el (message-goto-*): Make all the `message-goto-*' commands
2557         push the mark before moving point.  This makes it easier to go back to
2558         where you came from after editing whatever you jumped to.
2559
2560 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2561
2562         * gnus.el: Ma Gnus v0.1 is released.
2563
2564 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2565
2566         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2567         without reconnecting.
2568         (nnimap-possibly-change-group): Ditto.
2569         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2570         connection has died before being called.
2571
2572 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2573
2574         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2575         an initial sync unless we're really doing one.
2576
2577         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2578         address parameter if one already exists (bug#9676).
2579
2580         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2581         not the prefix, as documented (bug#10689).
2582
2583 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2584
2585         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2586         the "server".
2587
2588         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2589         the real error message with the useless "previously known to be down".
2590         Which isn't even correct.
2591
2592         * nntp.el (nntp-open-connection): Report the error message if the nntp
2593         server can't be reached.
2594
2595         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2596         groups we do a total scan for.
2597         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2598         doing that.
2599
2600 2012-01-31  Jim Meyering  <jim@meyering.net>
2601
2602         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2603         Correct a comment (insert "not") and hide nominally-doubled "to".
2604
2605 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus.el (gnus-version): Change name to "Ma Gnus".
2608
2609 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2610
2611         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2612         section in the manual.
2613
2614 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2615
2616         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2617         words.
2618         (rfc2047-encode-string): Ditto.
2619         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2620         understand folded filename="..." parameters, for instance.
2621
2622         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2623         the message for greater debuggability.
2624
2625 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2626
2627         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2628         instead of setting it locally, since the latter doesn't seem to have
2629         any effect (most of the time).
2630
2631 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2632
2633         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2634         function call.
2635
2636 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2637
2638         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2639         seconds, and make the repeat clause with HH:MM specs work as
2640         documented.
2641
2642 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2643
2644         * proto-stream.el (proto-stream-capability-open): Fall back on
2645         :end-of-command if :end-of-capability doesn't exist.
2646
2647 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2650         bound globally in old Emacsen and XEmacsen.
2651
2652 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2655         so that previous errors don't prohibit getting new news.
2656
2657         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2658
2659         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2660
2661 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2662
2663         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2664         buffer, not of the string which is its name.
2665
2666 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2667
2668         * proto-stream.el (proto-stream-capability-open): Wait for
2669         :end-of-capability, not :end-of-command.
2670
2671         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2672         non-server-marks groups.
2673         (gnus-group-make-articles-read): Ditto.
2674
2675         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2676         methods (bug#9676).
2677
2678         * gnus.el (gnus-method-ephemeral-p): New function.
2679
2680 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2683         left-to-right.
2684
2685 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2686
2687         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2688         warning.
2689
2690 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2691
2692         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2693         macroexpand the nnir things, since they haven't been defined yet, and
2694         nnir requires gnus-sum.
2695
2696 2012-01-24  Julien Danjou  <julien@danjou.info>
2697
2698         * color.el (color-rgb-to-hsl): Fix value computing.
2699         (color-hue-to-rgb): New function.
2700         (color-hsl-to-rgb): New function.
2701         (color-clamp, color-saturate-hsl, color-saturate-name)
2702         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2703         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2704
2705 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2708
2709 2012-01-19  Julien Danjou  <julien@danjou.info>
2710
2711         * color.el (color-name-to-rgb): Use the white color to find the max
2712         color component value and return correctly computed values.
2713         (color-name-to-rgb): Add missing float conversion for max value.
2714
2715 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2716
2717         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2718         logical server name in addition to the actual machine address.
2719
2720         * auth-source.el (auth-source-user-and-password): Add convenience
2721         wrapper to search by just host and optionally user.
2722
2723 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2726         after rendering.
2727
2728 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2729
2730         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2731         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2732         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2733
2734 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2737         (bug#9693).
2738         (gnus-summary-setup-buffer): Document return value (bug#9697).
2739
2740         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2741         since ido doesn't work on symbols (bug#9632).
2742
2743         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2744         when getting a single value as when getting all the values.  This means
2745         that atoms like `gcc-self' work cumulatively, like variable settings,
2746         instead of getting the value from the last matching clause.
2747         (gnus-group-find-parameter): Protect against the group buffer not
2748         existing (bug#9585).
2749
2750 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-start.el (gnus-activate-group): Document more parameters
2753         (bug#9694).
2754
2755         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2756         (bug#9692).
2757
2758         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2759         article was fetched, so that it can be expired later (bug#9958).
2760         (gnus-agent-summary-fetch-series): Add doc string.
2761         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2762         (bug#9517).
2763
2764         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2765         retrieval is happening.
2766
2767         * gnus.el (gnus-parameters): Doc fix.
2768
2769 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2770
2771         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2772         show the thread after expansion.
2773
2774 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2775
2776         * gnus-art.el (article-narrow-to-head): If the head is completely
2777         empty, narrow to the empty region (bug#9764).
2778
2779         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2780         read, and then mark them as unread only when the unread mark is used.
2781         This makes `C-- T k' actually work, even though it's confusing.
2782
2783         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2784         alive before we try to find its window.
2785
2786 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2787
2788         * mm-decode.el (mm-display-external): Use a longer timeout for the
2789         deletion to allow slow programs to display the file.
2790
2791 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2794         prompt to be less confusing.
2795
2796         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2797         argument to `message-reply'.  This broke `special-display-*' frame
2798         pop-uping (bug#10238).
2799
2800 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2803         systems, since these allegedly don't work there.
2804
2805 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2806
2807         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2808         live buffer.
2809
2810 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * nnir.el (nnir-retrieve-headers): Protect against the article not
2813         existing on the server (bug#10335).
2814
2815 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2816
2817         * gnus-agent.el (gnus-agent-load-local): Recompute
2818         gnus-agent-article-local on changing method.
2819
2820 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * gnus.el (gnus-parameters): Note precedence.
2823
2824 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2825
2826         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2827         in the group buffer.
2828
2829 2012-01-04  Julien Danjou  <julien@danjou.info>
2830
2831         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2832         change.
2833
2834 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2837         too.
2838
2839         * nntp.el (nntp-retrieve-group-data-early): Use it.
2840
2841 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * nntp.el (nntp-retrieval-in-progress): New variable.
2844         (nntp-make-process-buffer): Make it buffer-local.
2845
2846         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2847         2010.
2848         (gnus-demon-init): Use it to compute the time if time is on the form
2849         "04:23".
2850
2851         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2852
2853         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2854         status in the correct buffer.
2855
2856 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2857
2858         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2859         when opening topics (bug#10407).
2860
2861 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2862
2863         * gnus-cus.el (gnus-score-customize):
2864         * gnus-sum.el (gnus-sort-gathered-threads):
2865         * message.el (message-shorten-references):
2866         * nnmairix.el (nnmairix-request-group):
2867         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2868
2869 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2870
2871         * gnus-agent.el (gnus-agent-regenerate-group):
2872         * gnus-int.el (gnus-retrieve-group-data-early):
2873         * mm-util.el (mm-codepage-ibm-list):
2874         * nndiary.el (Commentary, nndiary-get-new-mail):
2875         * nnir.el (nnir):
2876         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2877
2878 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mm-view.el (mm-display-inline-fontify): Add comment.
2881
2882 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2883
2884         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2885         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2886
2887 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2888
2889         * gnus-art.el (gnus-split-methods):
2890         * gnus-msg.el (gnus-configure-posting-styles):
2891         * gnus-spec.el (gnus-parse-simple-format):
2892         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2893         * message.el (message-do-actions): Spelling fix.
2894
2895 2011-12-15  Juri Linkov  <juri@jurta.org>
2896
2897         * mm-decode.el (mm-inline-media-tests): Add missing
2898         `mm-handle-media-subtype'.
2899
2900 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2901
2902         * gnus-group.el (gnus-group-tool-bar):
2903         * gnus-sum.el (gnus-summary-tool-bar):
2904         * message.el (message-tool-bar):
2905         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2906
2907 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2908
2909         * plstore.el (plstore--insert-buffer): Spelling fix.
2910
2911 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2912
2913         * message.el (message-valid-fqdn-regexp): Update with newly approved
2914         top-level domain names ".tel" and ".asia".
2915
2916 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2919         unconditionally.
2920
2921 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2924         pop-to-buffer-same-window for old Emacsen.
2925
2926 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2927
2928         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2929
2930 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2931
2932         * netrc.el (netrc-credentials): Spelling fix.
2933
2934 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2935
2936         * gnus-fun.el (gnus-fun-ppm-change-string):
2937         * gnus-msg.el (gnus-inews-do-gcc):
2938         * gnus-sum.el (gnus-summary-find-for-reselect):
2939         * gnus.el (gnus-summary-cancelled):
2940         * message.el (message-cancel-hook, message-send-news):
2941         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2942         * nnir.el (nnir-run-hyrex):
2943         * nntp.el (nntp-with-open-group-function):
2944         * pgg.el (pgg-pending-timers): Spelling fix.
2945
2946 2011-12-04  Chong Yidong  <cyd@gnu.org>
2947
2948         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2949         change (Bug#10200).
2950
2951 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * compface.el (uncompface):
2954         * gnus-art.el (gnus-article-x-face-command): Update the header format
2955         of icon data for the most recent icontopbm program.
2956
2957 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * gnus-msg.el (gnus-inews-do-gcc):
2960         * message.el (message-send-mail):
2961         * mml.el (mml-generate-mime): Share the value of the buffer-local
2962         `message-options' variable between a draft buffer and temprary working
2963         buffers.
2964
2965 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2966
2967         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2968
2969 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2972         for Cygwin.
2973
2974 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2975
2976         * gnus-group.el (gnus-group-prepare-flat):
2977         * mm-bodies.el (mm-encode-body):
2978         * mml.el (mml-preview):
2979         * nnml.el (nnml-request-compact-group):
2980         * pop3.el (pop3-stream-type): Spelling fix.
2981
2982 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2983
2984         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2985
2986 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2987
2988         * color.el (color-rgb-to-hsl):
2989         * gmm-utils.el (gmm-tool-bar-style):
2990         * gnus-group.el (gnus-group-prepare-flat):
2991         * gnus-topic.el (gnus-topic-prepare-topic):
2992         * mm-decode.el (mm-discouraged-alternatives):
2993         * rfc2047.el (rfc2047-encode-1):
2994         * starttls.el: Spelling fix.
2995
2996 2011-11-24  Glenn Morris  <rgm@gnu.org>
2997
2998         * binhex.el (binhex-begin-line): Give it basic doc-string.
2999
3000         * starttls.el, tls.el: Fix case of "GnuTLS".
3001
3002 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3003
3004         * gnus-group.el (gnus-group-highlight): Fix typo.
3005
3006 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3007
3008         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3009         value of `delete-file', that returns nil for a local file but returns t
3010         for a remote file using ssh.
3011
3012 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3013
3014         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3015
3016 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3019         avoid later breakage.
3020
3021 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3024         article buffers' name.
3025
3026 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3029         by Paul Eggert's spellfixes two days ago.
3030
3031 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3034         doesn't have it.
3035
3036         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3037         buffer-local instead of binding them to avoid warnings.  Also demote
3038         errors (bug#10063).
3039         (font-lock-mode-hook): Shut up byte compiler.
3040
3041 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3042
3043         * mm-util.el (mm-charset-after):
3044         * nnir.el (nnir-run-hyrex):
3045         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3046         (ntlm-get-password-hashes, ntlm-md4hash):
3047         * smime.el: Fix typo.
3048
3049 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3050
3051         * gnus-agent.el (gnus-agent-expire-group-1):
3052         * nndiary.el (nndiary-last-occurence):
3053         * nnimap.el (nnimap-request-set-mark):
3054         * nnmairix.el (nnmairix-only-use-registry):
3055         * gnus-group.el (gnus-group-prepare-flat):
3056         * gnus-sum.el (gnus-decode-encoded-word-methods):
3057         * message.el (message-wash-subject):
3058         * nntp.el (nntp-retrieve-headers-with-xover):
3059         * smime.el (smime-certificate-directory): Spelling fix.
3060
3061 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3062
3063         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3064
3065         * color.el:
3066         * gnus-agent.el (gnus-agent-possibly-alter-active):
3067         * gnus-dired.el (gnus-dired-print):
3068         * mail-parse.el:
3069         * nnmairix.el (nnmairix-request-group):
3070         * shr.el (shr-image-displayer):
3071         * sieve-manage.el:
3072         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3073
3074 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3075
3076         * gnus-sum.el (gnus-auto-select-subject):
3077         * spam-report.el (spam-report-resend): Spelling fix.
3078
3079 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3080
3081         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3082         * gnus-art.el (gnus-default-article-saver):
3083         * gnus-srvr.el (gnus-server-copy-server):
3084         * gnus.el (gnus-sloppily-equal-method-parameters):
3085         * html2text.el (html2text-format-tag-list):
3086         * message.el (message-narrow-to-head):
3087         * nndiary.el:
3088         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3089         * sieve.el: Spelling fix.
3090
3091 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3092
3093         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3094         * gnus-sum.el (gnus-summary-make-menu-bar):
3095         * gnus-uu.el (gnus-uu-decode-postscript)
3096         (gnus-uu-decode-postscript-and-save):
3097         * mailcap.el (mailcap-print-command):
3098         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3099         Fix typos.
3100
3101 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3102
3103         * gnus-art.el (gnus-article-part-wrapper):
3104         * html2text.el (html2text-fix-paragraphs):
3105         * mm-decode.el (mm-image-fit-p):
3106         * rfc2047.el (rfc2047-encode-message-header):
3107         * shr-color.el (shr-color-visible-distance-min)
3108         (shr-color-relative-to-absolute, set-minimum-interval)
3109         (shr-color-visible): Fix typos.
3110
3111 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3112
3113         * gmm-utils.el (gmm-tool-bar-item):
3114         * gnus-art.el (gnus-treat-body-boundary):
3115         * gnus-diary.el (gnus-user-format-function-d):
3116         * gnus-start.el (gnus-get-unread-articles):
3117         * pgg-gpg.el (pgg-gpg-update-agent):
3118         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3119
3120 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3121
3122         * gnus-topic.el (gnus-group-prepare-topics):
3123         * gnus-uu.el (gnus-extract-view):
3124         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3125
3126 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * spam.el: Move BBDB autoloads.
3129         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3130         BBDB 2 and 3.
3131         (spam-check-BBDB): Use it.
3132         (spam-enter-ham-BBDB): Use it.
3133
3134 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3135
3136         * smime.el (smime-draw-buffer): Spelling fix.
3137
3138 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3139
3140         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3141         for scanning exactly one level.
3142         * gnus-start.el (gnus-get-unread-articles): Ditto.
3143
3144 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3147         slightly clearer.
3148
3149 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3150
3151         * gnus-sync.el: More commentary about setup.
3152
3153 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * message.el (message-send-and-exit): Document `arg'.
3156
3157 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3158
3159         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3160
3161 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3162
3163         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3164
3165         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3166         we don't use `bound-and-true-p'.
3167
3168 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * gnus-util.el (gnus-bound-and-true-p): Remove.
3171         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3172         * nnir.el: Use it.
3173         * nnmairix.el: Use it.
3174
3175 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3176
3177         * gnus-sync.el: Improve docs about CouchDB admins.
3178
3179         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3180         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3181         for reasons unknown.
3182         * nnir.el: Use it.
3183         * nnmairix.el: Use it.
3184
3185         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3186         * nnir.el: Ditto.
3187         * nnmairix.el: Ditto.
3188
3189         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3190
3191 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3192
3193         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3194         not needed.  Provide xmlplistread list function to produce XML plist
3195         output for non-Gnus LeSync clients.
3196
3197 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3200
3201         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3202         and save against it.  Group subscriptions, read marks, other marks,
3203         subscription levels, topic names, and topic offsets (the group's
3204         position within the topic) are saved.  This is an experimental backend
3205         and may change significantly.  Load json.el from the gnus-fallback-lib
3206         if it's not available otherwise.
3207         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3208
3209 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3210
3211         * message.el (message-completion-function): Make sure
3212         message-tab-body-function is not attempted if one of
3213         message-completion-alist fails to find a completion (bug#9158).
3214
3215 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3216
3217         * mml.el (mml-quote-region): Quote <#secure> tag.
3218         (mml-generate-mime-1): Unquote <#secure> tag.
3219
3220 2011-10-20  Chong Yidong  <cyd@gnu.org>
3221
3222         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3223         calling a minor mode from Lisp with nil arg enables it, so we have to
3224         make the wording a bit ambiguous here).
3225
3226 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3229         * nnir.el (nnir-mode): Use it.
3230         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3231         Use it.
3232
3233         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3234         * nnmairix.el (gnus-registry-enabled): Ditto.
3235
3236 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3237
3238         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3239         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3240         only while we need to find out if it should be t or nil.
3241         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3242         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3243         the registry is installed.  Set it to nil when it's unloaded.
3244         (gnus-registry-install-p): Provide user guidance for the initial value
3245         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3246         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3247         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3248         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3249         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3250         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3251         `gnus-registry-install'.
3252
3253 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3254
3255         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3256         previous change.
3257         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3258         primary key is marked as disabled.
3259
3260 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3261
3262         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3263         primary key is marked as disabled.
3264
3265 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3266
3267         * html2text.el (html2text-clean-anchor): Check for quotes around
3268         `href' value.
3269
3270 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3271
3272         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3273         searching.  Drop `bbdb-cache'.
3274
3275 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * message.el (message-signed-or-encrypted-p): Exclude header when
3278         checking if there is signed or encrypted body in text/plain message.
3279
3280 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3281
3282         * html2text.el (html2text-get-attr): Correctly handle attribute values
3283         containing "=".
3284
3285 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3286
3287         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3288         handle bindings.
3289
3290 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291
3292         * gnus-win.el (gnus-configure-windows): Protect against reading
3293         ephemeral groups outside of Gnus.
3294
3295 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * shr.el (shr-tag-img): Don't get images displayed in tables.
3298
3299 2011-10-03  Glenn Morris  <rgm@gnu.org>
3300
3301         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3302         the "maintainer" version of debbugs.gnu.org reports.
3303
3304 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3307         make asynchronous adjacent image insertion work better.
3308
3309 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3310
3311         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3312         documentation.
3313
3314 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315
3316         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3317         `gnus-asynchronous' isn't shadowed.
3318
3319 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3322
3323         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3324         (nnimap-insert-partial-structure): The charset parameter isn't
3325         case-sensitive.
3326
3327         * nnheader.el (nnheader-message-maybe): New function.
3328
3329         * shr.el (shr-tag-table): Render totally broken tables better.
3330
3331         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3332         computing the boundary.
3333
3334 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335
3336         * pop3.el (pop3-number-of-responses): Remove.
3337         (pop3-wait-for-messages): Rewrite to take linear time instead of
3338         exponential time.
3339
3340 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3343         re-fetch images.
3344
3345         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3346         re-fetch images when hitting `g' in Gnus.
3347
3348 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3351         (mml-compute-boundary): Don't check collision if it is non-nil.
3352         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3353         before checking collision.
3354
3355 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * message.el (message-indent-citation): Really make sure there's a
3358         newline at the end.
3359
3360         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3361         Fix suggested by John Wiegley.
3362
3363         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3364
3365         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3366
3367         * message.el (message-default-send-rename-function): Break out into its
3368         own function.
3369
3370         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3371         doesn't work under XEmacs.
3372
3373         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3374         of "imaps" to word around Windows problems.
3375         (nnimap-open-connection-1): Use it.
3376
3377         * message.el (message-indent-citation): Revert last change which made
3378         `F' not work.
3379
3380 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3381
3382         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3383         terminal as well.
3384
3385 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3388         because it displays images using overlays that aren't easy to copy to
3389         the article buffer.
3390
3391 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3392
3393         * message.el (message-indent-citation): Fix empty line removal at the
3394         end of the citation.
3395
3396 2011-09-20  Julien Danjou  <julien@danjou.info>
3397
3398         * auth-source.el (auth-source-netrc-create): Use default value for
3399         password if specified.  Evaluate default.
3400         (auth-source-plstore-create): Ditto.
3401         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3402         value evaluation.
3403         (auth-source-netrc-create): Typo fix.
3404         (auth-source-plstore-create): Ditto.
3405
3406         * password-cache.el (password-cache-remove): Remove entries even if the
3407         value is nil, so that password with a nil value (negative caching) is
3408         possible to invalidate.
3409
3410         * auth-source.el (auth-source-format-cache-entry): New function.
3411
3412 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3415
3416 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3419
3420 2011-09-19  Julien Danjou  <julien@danjou.info>
3421
3422         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3423         which work with things that are not ASCII.
3424
3425 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3428
3429 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3432         message level.
3433
3434 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3437
3438 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3441
3442 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3443
3444         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3445         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3446
3447 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3448
3449         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3450         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3451         articles.
3452
3453 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3454
3455         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3456         (message-mail-other-window, message-mail-other-frame)
3457         (message-news-other-window, message-news-other-frame):
3458         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3459         instead of setting buffer display varibles.
3460
3461 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3464
3465         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3466
3467 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3470         duplicates" to a higher level.
3471
3472         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3473         most egregious messages.
3474
3475 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3478
3479 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3480
3481         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3482         up the file (bug#9351).
3483
3484 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3487         it does with all other backends, but decode the names immediately after
3488         getting them.
3489
3490         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3491         decoding nnimap groups.
3492
3493         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3494         newsrc file.  It doesn't seem like an important optimization any more.
3495
3496 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3497
3498         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3499         overflows.
3500
3501 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3504         (gnus-interactive-exit): Extend to `quiet'.
3505
3506         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3507
3508         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3509         string.
3510
3511         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3512         renaming function arguments from `this'.
3513
3514         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3515
3516         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3517         has been renamed.
3518         (gnus-lrm-string-p): Include RLM and PDF, too.
3519
3520         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3521         (bug#9225).
3522
3523 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3524
3525         Add autoload cookies for functions used by sendmail.el.
3526         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3527
3528         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3529
3530 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-art.el (article-date-ut): Work properly even when there are
3533         things like Date header in the body; work for forwarded parts.
3534
3535 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3536
3537         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3538         original-article-buffer.
3539
3540 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3541
3542         * nnir.el (nnir-compose-result): Fix matching of server type.
3543         (nnir-run-swish++): Ditto.
3544         (nnir-run-namazu): Ditto.
3545         (nnir-run-notmuch): Ditto.
3546
3547 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3550         (bug#9405).
3551
3552         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3553         (bug#9421).
3554
3555         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3556         (bug#9425).
3557
3558         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3559         thing (bug#9426).
3560
3561 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3562
3563         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3564         the error message.
3565
3566 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3567
3568         * message.el (message-setup-1): Return t (Bug#9392).
3569
3570 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3571
3572         * gnus-sum.el: When adding article headers to a summary buffer also
3573         update gnus-newsgroup-articles (bug#9386).
3574
3575 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * auth-source.el: Autoload help-mode.
3578
3579 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3582         names.
3583
3584 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3585
3586         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3587         mm-replace-in-string for compatibility issues.
3588         * mml2015.el (mml2015-epg-verify): Ditto.
3589
3590 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3593
3594         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3595
3596 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3599         continue on and do the clean-up phase (bug#9188).
3600
3601         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3602         just ignore groups that can't be opened instead of erroring out
3603         (bug#9225).
3604
3605         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3606         nil since some many people are fuddy-duddies.
3607
3608         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3609         images.
3610
3611         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3612         instead.
3613
3614         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3615
3616         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3617
3618         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3619         processing.
3620
3621         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3622         buffer to avoid warnings.
3623
3624 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3625
3626         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3627         specified to reduce precision.
3628
3629 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630
3631         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3632         bodystructures (bug#9314).
3633
3634 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3637         Make button keymap non-sticky after buttons.
3638
3639 2011-08-18  David Engster  <dengste@eml.cc>
3640
3641         * nnmairix.el (nnmairix-request-set-mark)
3642         (nnmairix-goto-original-article): Remove adding of article to registry,
3643         since `gnus-registry-add-group' isn't available anymore.
3644         (nnmairix-determine-original-group-from-registry):
3645         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3646         available anymore.
3647
3648 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3649
3650         * starttls.el (starttls-any-program-available): Define as obsolete
3651         function.
3652
3653 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3656         versions which Gnus use when appropriate.
3657
3658         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3659         a pretty destructive command.
3660
3661         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3662
3663 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * message.el (message-fix-before-sending): Make a different warning
3666         about NUL characters (bug#9270).
3667
3668         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3669         from custom (bug#9260).
3670
3671         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3672         things work in Emacs 22 and XEmacs, too.
3673
3674         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3675         default From.
3676
3677         * gnus-spec.el (gnus-lrm-string-p): New macro.
3678         (gnus-lrm-string): New constant.
3679         (gnus-summary-line-format-spec): LRM-ify the from.
3680         (gnus-tilde-max-form): LRM-ify string chopping.
3681
3682         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3683
3684         * message.el (message-is-yours-p): Allow disabling canlock checking
3685         (bug#9295).
3686         (message-shoot-gnksa-feet): Add `canlock-verify'.
3687         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3688         message directory isn't writable (bug#9304).
3689
3690         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3691         non-world-readable.
3692
3693 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3696         articles.
3697
3698 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3699
3700         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3701         copy-list.
3702
3703 2011-08-12  Sam Steingold  <sds@gnu.org>
3704
3705         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3706         in the reverse order to avoid modifying the cache with `nreverse'.
3707         (gnus-all-score-files): Do not modify the value returned by
3708         `gnus-score-find-alist' because it lives in a cache variable.
3709         (gnus-current-home-score-file): No need to `nreverse' the return value
3710         of `gnus-score-find-alist', it is already in the correct order.
3711
3712 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3713
3714         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3715         type MESSAGE and subtype RFC822 is slightly different from those of
3716         type TEXT.
3717
3718 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3719
3720         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3721         This allows article-referral to work from an nnir group.
3722
3723 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3724
3725         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3726
3727 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3728
3729         * mml1991.el (mml1991-epg-find-usable-key)
3730         (mml1991-epg-find-usable-secret-key): New function.
3731         (mml1991-epg-sign): Check if signing key is usable.
3732         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3733
3734 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3735
3736         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3737         server-variables only.  This should fix a bug introduced with commit
3738         e1889675b7f4adf057833c5513c9374134c4e053.
3739         (nnir-run-query): 'nnir-search-engine should not be set from the global
3740         environment.
3741
3742 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3743
3744         * nnir.el (nnir-search-thread): Position point on referring article
3745         line.
3746         (nnir-warp-to-article): Clean up summary buffers.
3747
3748         * nnimap.el (nnimap-request-thread): Whitespace fix.
3749
3750 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3751
3752         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3753
3754 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * starttls.el (starttls-available-p): Rename from
3757         `starttls-any-program-available' and changed return convention.
3758
3759 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3760
3761         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3762         `unix-sync' unless it's defined.
3763
3764 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3765
3766         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3767         `aref' for XEmacs compatibiltiy.
3768
3769 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3772
3773 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3774
3775         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3776         closures, quote the form properly (bug#9194).
3777
3778 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3781         (gnus-summary-insert-new-articles): Protect against servers that are
3782         down.
3783
3784 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3785
3786         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3787         in mm handle if none is specified.
3788
3789 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3790
3791         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3792
3793 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3794
3795         * nnir.el (nnir-search-thread): New function to make an nnir group
3796         based on a thread query.
3797
3798         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3799         of nnir in thread referral.
3800         (gnus-summary-refer-thread): Use it.
3801
3802         * nnimap.el (nnimap-request-thread): Use it.
3803
3804 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * shr.el (shr-tag-comment): Ignore HTML comments.
3807
3808 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3809
3810         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3811         argument.
3812         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3813         Use `nnir-address' to handle server info rather than passing an arg.
3814
3815         * nnimap.el (nnimap-make-thread-query): New utility function to format
3816         an imap thread search query.
3817         (nnimap-request-thread): Use it.
3818
3819         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3820         right select-method if we are not going back to the group buffer.
3821
3822 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3825         enter invalid buffer configurations into the quit form (bug#9107).
3826         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3827         unplugged/plugged.
3828
3829         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3830         keep track of which ones are unread (bug#9061).
3831
3832         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3833         (bug#9055).
3834
3835         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3836         (bug#9041).
3837
3838         * gnus-html.el (mm-util): Require (bug#9073).
3839
3840         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3841         (gnus-summary-refer-thread): Use it to remove duplicates in the
3842         un-threaded view (bug#9053).
3843         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3844
3845 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3846
3847         * nnir.el (nnir-read-server-parm): Use default value from global
3848         variable.  Without this the default search engine parameters aren't
3849         used at all.
3850
3851 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * message.el (message-unique-id): Don't use the undocumented return
3854         value from (random t) (bug#9118).
3855
3856 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * message.el (message-auto-save-directory): If the ~/Mail directory
3859         doesn't exist, use ~ as the auto-save directory (bug#4432).
3860
3861         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3862         hasn't already been started.
3863
3864 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3867
3868         * message.el (message-reply): Work around mysterious bug where
3869         `message-mode' seems to overwrite the locally bound `subject' variable.
3870
3871 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3872
3873         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3874         correct group.
3875
3876         * gnus-int.el (gnus-request-thread): Add group argument.
3877
3878         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3879
3880 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3883
3884         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3885         renamed to `debbugs-gnu-*'.
3886
3887 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3888
3889         * plstore.el: Revert the editing feature since it is not urgent.
3890         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3891         (plstore-mode-decoded): Remove.
3892
3893 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3896         isn't very interesting any more, and it leaks potentially secret data.
3897         (gnus-debug): Remove.
3898
3899         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3900         use of :custom-show.
3901
3902 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3903
3904         * plstore.el: Add documentation.
3905         (plstore-mode): New mode to edit plstore file.
3906         (plstore-mode-toggle-display, plstore-mode-original)
3907         (plstore-mode-decoded): New command.
3908         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3909         (plstore--insert-buffer, plstore--make): New function.
3910         (plstore-open, plstore-save): Simplify by using them.
3911
3912 2011-07-06  Glenn Morris  <rgm@gnu.org>
3913
3914         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3915
3916 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3919         no longer is much used.
3920         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3921         Articles".
3922
3923 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3924
3925         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3926         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3927         `notmuch' backend.
3928
3929 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930
3931         * mm-decode.el (mm-text-html-renderer): Doc fix.
3932
3933         * gnus-msg.el (gnus-bug): Fix the MML tag.
3934
3935         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3936
3937 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3938
3939         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3940         secondary methods if started with `gnus-no-server'.
3941
3942 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3943
3944         * message.el (message-return-action): Fix typo in docstring.
3945
3946 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3949         bug reports at once.
3950
3951         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3952
3953 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * nndraft.el: Require gnus-group.
3956         (nndraft-request-list): Declare.
3957
3958         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3959         no unread article unless it matches gnus-permanently-visible-groups.
3960
3961         * nndraft.el (nndraft-update-unread-articles): New function.
3962         (nndraft-request-associate-buffer): Use it to update the number of
3963         unread articles for the nndraft groups in the group buffer when saving
3964         or killing a draft message.
3965
3966 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3969         systems to binary before writing and reading the mbox files.
3970
3971         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3972         instead of trying to list them all (bug#8978).
3973
3974 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3975
3976         * pop3.el (pop3-open-server): Use :end-of-capability.
3977
3978 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3979
3980         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3981         the id is always a number.
3982
3983         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3984
3985         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3986         debbugs mode, if possible.
3987
3988 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3989
3990         * auth-source.el (auth-source-token-passphrase-callback-function):
3991         Reindent.
3992         (epg-context-operation): Remove unnecessary autoload.
3993
3994 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus.el (gnus-list-debbugs): New command.
3997
3998         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3999         mboxstat instead of the maintbox, since the stat seems to be fuller.
4000
4001         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4002         summary buffers.
4003
4004         * message.el (message-get-reply-headers): Delete all duplicates,
4005         instead of the first.
4006         (message-get-reply-headers): Ensure that we have progress while
4007         deleting duplicates.
4008
4009         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4010         gnus-posting-style value from the summary buffer to make it easier to
4011         make that a per-buffer conf.
4012
4013 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4014
4015         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4016         found by setting `shortcut' in 'query.
4017         (nnir-request-article): Use `shortcut' setting when requesting article
4018         by Message-ID.
4019
4020 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4021
4022         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4023         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4024         Bring the pseudo-headers back too.
4025
4026 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4027
4028         * auth-source.el (auth-source-token-passphrase-callback-function):
4029         Simplify and remove EPA dependency.
4030
4031 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4032
4033         * nnir.el (nnir-request-article): Fix error message text.
4034
4035 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4036
4037         * auth-source.el (plstore-delete): Autoload.
4038         (auth-source-plstore-search): Support delete operation.
4039         * plstore.el (plstore-delete): New function.
4040
4041 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4044         mark actually existing articles as unread rather than the ones that
4045         active asserts.
4046
4047 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4048
4049         * nntp.el (nntp-record-command):
4050         * gnus-util.el (gnus-message-with-timestamp-1):
4051         Use format-time-string rather than decoding time stamps by hand.
4052         This is simpler and insulates the code from potential changes to
4053         current-time format.
4054
4055 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4058
4059 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4060
4061         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4062         (plstore-save): Support public key encryption.
4063         (plstore--init-from-buffer): New function.
4064         (plstore-open): Use it; fix error when opening a non-existent file.
4065         (plstore-revert): Use plstore--init-from-buffer.
4066
4067 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4068
4069         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4070
4071 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4074         for old Emacsen.
4075
4076 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4077
4078         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4079         is not fully working.
4080
4081 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * dgnushack.el: Autoload sha1 on XEmacs.
4084
4085         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4086         quit window configuration.
4087
4088         * auth-source.el (epg-context-set-passphrase-callback):
4089         Remove duplicate autoload.
4090
4091 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4092
4093         * nnir.el (nnir-request-article): Allow requesting articles by
4094         Message-ID with nnimap.
4095
4096         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4097         current server.
4098
4099 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4100
4101         * auth-source.el: Autoload EPA/EPG functions.
4102         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4103         changed when EPA/EPG is not available.
4104         (auth-source-backend): Rename "arg" member to "data".
4105         (auth-source-backend-parse, auth-source-plstore-search)
4106         (auth-source-plstore-create): Use it.
4107
4108 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4109
4110         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4111         `gnus-refer-article-methods'.
4112
4113 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * auth-source.el: Require EPA and EPG.
4116         (auth-source-passphrase-alist): New variable.
4117         (auth-source-passphrase-callback-function)
4118         (auth-source-token-passphrase-callback-function): Callbacks for the
4119         netrc field encryption (GPG tokens).
4120         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4121         Symmetric encryption and decryption of the netrc GPG tokens.
4122         (auth-source-netrc-normalize): Use them, simplifying the closure.
4123
4124 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4127         is available.
4128
4129 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4132         non-nil, and `nnimap-split-methods' is nil, use the former.
4133
4134 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4135
4136         * plstore.el (plstore-revert): New function.
4137         (plstore-open): Use it; hide the buffer from user.
4138
4139 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4140
4141         * auth-source.el (auth-source-backend): New member "arg".
4142         (auth-source-backend-parse): Handle new backend 'plstore.
4143         * plstore.el: New file.
4144
4145 2011-06-30  Glenn Morris  <rgm@gnu.org>
4146
4147         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4148
4149 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4150
4151         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4152         expiring articles to.
4153
4154         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4155         variations as ASCII (bug#5458).
4156
4157 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4160
4161 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * message.el (message-point-in-header-p): Tweak the function to default
4164         to saying that we're not in the headers if there is no separator at
4165         all.  This makes it possible to use the Message version of `M-q' in
4166         buffers with no headers (bug#7987).
4167         (message-point-in-header-p): Fix last checkin to work with an empty
4168         mail-header-separator, too.
4169
4170         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4171         again, save the choice via customize.
4172
4173 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4176
4177         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4178         ended the connection, bail out before waiting infinitely on a new
4179         connection.
4180
4181 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4184         reports.
4185
4186         * gnus.el (gnus-bug-package): Use "gnus."
4187         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4188
4189 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * dgnushack.el: Make the timer warning go away on XEmacs.
4192
4193         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4194         animations going on at article exit time.
4195
4196         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4197         since removing it breaks people upgrading.
4198
4199         * shr.el (shr-put-image): Use the new interface for animating images.
4200         (shr-put-image): Animate for 60 seconds.
4201
4202         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4203         avoid compiler warnings.
4204
4205         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4206         error with `find-file-hooks' on Emacs 22.
4207         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4208         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4209         on all architectures.
4210
4211         * spam.el (spam-stat): Require in a normal fashion without binding
4212         `spam-stat-install-hooks' to avoid compilation warnings.
4213
4214         * spam-stat.el (spam-stat-install-hooks): Remove.
4215         (spam-stat-install-hooks): Don't run automatically.
4216
4217 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4218
4219         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4220         and keystroke.
4221
4222 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * auth-source.el (auth-source-netrc-cache): Move forward.
4225
4226 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * proto-stream.el (proto-stream-open-starttls): Use
4229         `gnutls-available-p' to see whether we have built-in support.
4230
4231         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4232         we already know.
4233         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4234         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4235
4236 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4239         %S format, since that looks odd.
4240         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4241         file, especially when saving.
4242
4243 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4244
4245         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4246         article found.
4247
4248 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4251         `auth-source-save-secrets' with a more sensitive alist that can be
4252         configured per file.  Experimental, so defaults to 'never.
4253         (auth-source-netrc-create): Use it.  Still experimental code.
4254         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4255         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4256
4257 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4258
4259         * auth-source.el (auth-source-save-secrets): New variable to control if
4260         secret tokens should be saved encrypted.
4261         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4262         to `auth-source-netrc-normalize'.
4263         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4264         on the EPA variables being defined.
4265         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4266         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4267         the lexical-let closure.
4268         (auth-source-netrc-create): Create "gpg:" tokens according to
4269         `auth-source-save-secrets'.
4270
4271 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-group.el (gnus-group-update-group): Add new argument
4274         `info-unchanged' that stops updating dribble buffer.
4275
4276         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4277         deletes lines matching to it in dribble buffer.
4278
4279         * gnus-agent.el (gnus-agent-fetch-group-1):
4280         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4281         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4282         * gnus-start.el (gnus-group-change-level):
4283         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4284
4285         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4286         if newsgroup info is not changed.
4287
4288         * gnus-group.el (gnus-group-get-new-news-this-group):
4289         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4290         Don't update dribble buffer.
4291
4292 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4293
4294         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4295         remove entries with groups we ignore.
4296
4297 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4298
4299         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4300         the underline comes at the bottom.
4301
4302 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4305         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4306         (gnus-registry-article-marks-to-names): Rename from
4307         `gnus-registry-user-format-function-M2'.
4308
4309 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4312         ephemeral group.
4313
4314 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315
4316         * shr.el (shr-browse-image): Copy the URL if called interactively.
4317
4318 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4321         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4322         done, then unselected articles may be marked as read.
4323
4324         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4325         since not doing this seems to lead to a race condition in pop3-logon.
4326
4327         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4328         so that the call chain it correct when we call "upwards".
4329
4330         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4331         in read-only groups.
4332
4333         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4334
4335         * message.el (message-cite-reply-position): Doc string fix.
4336
4337         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4338         avoid regexp overflow.
4339         (nnimap-transform-split-mail): Ditto.
4340
4341         * pop3.el (pop3-retr): Error out if the server closes the connection.
4342
4343 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4344
4345         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4346         mm-with-unibyte-current-buffer.  The buffer should not contain any
4347         multibyte chars anyway at this stage.
4348
4349 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4352         at the end of lines.
4353
4354 2011-05-29  Julien Danjou  <julien@danjou.info>
4355
4356         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4357
4358 2011-05-27  Glenn Morris  <rgm@gnu.org>
4359
4360         * gnus-group.el (gnus-bug-group-download-format-alist):
4361         Use the "maintainer" version of debian reports as well.
4362
4363 2011-05-26  Glenn Morris  <rgm@gnu.org>
4364
4365         * gnus-group.el (gnus-bug-group-download-format-alist):
4366         Use the "maintainer" version of debbugs.gnu.org reports.
4367
4368 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4371
4372 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4373
4374         * gnus-cus.el (gnus-agent-customize-category):
4375         * gnus-delay.el (gnus-delay-send-queue):
4376         * gnus.el (gnus-other-frame):
4377         Don't quote lambda expressions with `quote'.
4378
4379 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4382         the thread moves us backwards and so we loop forever.
4383
4384 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4387         whitespace in base64 data lines.
4388
4389 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * gnus-registry.el (gnus-registry-user-format-function-M):
4392         Use `mapconcat'.
4393         (gnus-registry-user-format-function-M2): Use to see the full text of
4394         the marks.  Make "," the mark text separator.
4395
4396         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4397         authentication with auth-source.
4398
4399 2011-05-17  Glenn Morris  <rgm@gnu.org>
4400
4401         * gnus-group.el (gnus-import-other-newsrc-file):
4402         Use insert-file-contents.
4403
4404 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4405
4406         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4407         1000 iterations.
4408
4409 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * nntp.el (nntp-open-connection): Check if process-type is available.
4412
4413 2011-05-16  Julien Danjou  <julien@danjou.info>
4414
4415         * shr.el (shr-tag-del): Add support for del tag.
4416
4417 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-html.el (gnus-html-put-image): Register a displayer.
4420
4421         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4422
4423 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4424
4425         * registry.el (prune-factor): New initialization parameter defaulting
4426         to 0.1.
4427         (registry-prune-hard): Use it.
4428
4429         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4430         0.1 expicitly.
4431
4432 2011-05-13  Glenn Morris  <rgm@gnu.org>
4433
4434         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4435         is bound, since this function requires sendmail.
4436
4437 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * registry.el (registry-usage-test): Disable pruning test.
4440
4441 2011-05-11  David Engster  <dengste@eml.cc>
4442
4443         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4444         Bind set-network-process-option for XEmacs.
4445
4446 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4447
4448         * registry.el (registry-prune-hard-candidates)
4449         (registry-prune-soft-candidates): Helper methods for registry pruning.
4450         (registry-prune): Use them.  Make the sort function optional.
4451
4452 2011-05-10  Jim Meyering  <meyering@redhat.com>
4453
4454         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4455
4456 2011-05-10  Julien Danjou  <julien@danjou.info>
4457
4458         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4459         symbol and not a list.
4460
4461 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-art.el (gnus-article-mode): Move binding of
4464         shr-put-image-function here from gnus-article-prepare-display.
4465
4466         * shr.el (shr-put-image-function): New variable.
4467         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4468         (shr-put-image): Return scaled image.
4469
4470         * gnus-art.el (gnus-shr-put-image): New function.
4471         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4472
4473         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4474         original ones, as deletable.
4475
4476 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4477
4478         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4479
4480 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4481
4482         * registry.el (registry-full): Add convenience method.  Fix logic.
4483         (registry-insert): Use it.  Fix logic here too.
4484
4485         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4486         `registry-prune' if `registry-full' returns t.
4487         (gnus-registry-handle-action)
4488         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4489         (gnus-registry-usage-test): Use it.
4490
4491 2011-05-07  Julien Danjou  <julien@danjou.info>
4492
4493         * shr.el (shr-link): Make shr-link inherit from link by default.
4494
4495 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4496
4497         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4498
4499 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4500
4501         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4502         error out because the face is not a list.
4503
4504 2011-05-05  Glenn Morris  <rgm@gnu.org>
4505
4506         * proto-stream.el (gnutls-negotiate): Fix declarations.
4507
4508         * gnus-start.el (gnus-propagate-marks): Declare.
4509
4510 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * registry.el (registry-reindex): Fix percentage message.
4513
4514         * proto-stream.el (network-stream-open-starttls): Adjust to call
4515         `gnutls-negotiate' with :process and :hostname arguments.
4516
4517 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4518
4519         * shr.el: Add shr-link face for links.
4520         (shr-urlify): Use it.
4521
4522         * registry.el (registry-insert): Make error message more helpful.
4523
4524 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-html.el (gnus-html-schedule-image-fetching):
4527         Use url-queue-retrieve, if it exists.
4528
4529         * shr.el (shr-tag-img): Ditto.
4530
4531         * gnus.el: Autoload more gnus-agent functions.
4532
4533         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4534         agent if we haven't already (bug#8502).
4535
4536         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4537         into the Agent, too.
4538
4539         * gnus-agent.el (gnus-agent-store-article): New function.
4540
4541         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4542         and moved from that file for reuse.
4543
4544         * pop3.el (pop3-open-server): Error messages are "-ERR".
4545
4546 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4549         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4550
4551 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4552
4553         * gnus.el: No Gnus v0.17 is released.
4554
4555 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4556
4557         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4558         buffer has moved to a different frame.
4559
4560 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4563         to get the conversion from unibyte to multibyte buffers to work on
4564         Emacs 22.
4565
4566         * nntp.el (nntp-request-article): Slight clean-up.
4567
4568 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4569
4570         * shr.el (shr-strike-through): New face.
4571         (shr-tag-s): Use it to provide <s> support.
4572         (shr-tag-s): Remove duplicate definition.
4573
4574 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4575
4576         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4577         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4578
4579 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4580
4581         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4582         `gnutls-negotiate'.
4583         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4584
4585 2011-04-23  Glenn Morris  <rgm@gnu.org>
4586
4587         * gnus-sum.el (gnus-extra-headers): Bump :version.
4588
4589 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4590
4591         * shr.el (shr-tag-sup): New function.
4592         (shr-tag-sub): Ditto.
4593
4594 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4595
4596         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4597         for the case where `gnus-registry-ignored-groups' is a list of lists,
4598         and don't call `gnus-parameter-registry-ignore' otherwise.
4599
4600 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * nnimap.el (nnimap-user): New backend variable.
4603         (nnimap-open-connection-1): Use it.
4604         (nnimap-credentials): Accept user parameter so it's explicit what user
4605         name is desired.
4606
4607         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4608         default.
4609
4610         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4611         not gnus-registry.el.
4612
4613         * gnus-registry.el: Mention in comments how to modify
4614         `gnus-extra-headers' for proper recipient tracking and that it may
4615         already have To and Cc recently, which it does as of this commit.
4616         (gnus-registry-ignored-groups): Remove defcustom.
4617         Explain why in comments.
4618         (gnus-registry-action): Fix data-header reference to use the extra
4619         headers.  Explain in package commentary how to add To and Cc headers to
4620         the gnus-extra-headers.
4621         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4622         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4623         parameter list or a string list in `gnus-registry-ignored-groups'.
4624         Fix logic error.
4625
4626 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * shr.el (shr-expand-url): Protect against null urls.
4629
4630 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * shr.el (shr-base): New binding.
4633         (shr-tag-base): Keep track of <base>.
4634         (shr-expand-url): New function used throughout.
4635
4636 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * gnus-registry.el
4639         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4640         (gnus-registry-ignored-groups): New variable.
4641         (gnus-registry-ignore-group-p): Use it.
4642         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4643         set the destination group to nil (same as delete) if it's ignored.
4644
4645 2011-04-20  David Engster  <dengste@eml.cc>
4646
4647         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4648
4649         * Makefile.in (test-nntp): New rule.
4650         (check): Add it.
4651         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4652
4653 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-registry.el (gnus-registry-action)
4656         (gnus-registry-fetch-header-fast):
4657         Don't use mail-header that looks an internal function of mailheader.el.
4658
4659 2011-04-19  Glenn Morris  <rgm@gnu.org>
4660
4661         * time-date.el (time-to-days): Remove unused local variables.
4662
4663 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-registry.el: Eliminate cl functions.
4666         (gnus-registry-sort-addresses): New function that replaces mapcan.
4667         (gnus-registry-action, gnus-registry-spool-action)
4668         (gnus-registry-split-fancy-with-parent)
4669         (gnus-registry-fetch-recipients-fast): Use it.
4670         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4671
4672         * registry.el (initialize-instance, registry-lookup)
4673         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4674         (registry-lookup-secondary-value, registry-search, registry-delete)
4675         (registry-insert, registry-reindex, registry-size, registry-prune):
4676         Use eval-and-compile.
4677
4678 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4679
4680         * registry.el (registry-reindex): New method to recreate the secondary
4681         registry indices.
4682
4683         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4684         tracked field changes.
4685         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4686         (gnus-registry-action, gnus-registry-spool-action)
4687         (gnus-registry-handle-action)
4688         (gnus-registry--split-fancy-with-parent-internal)
4689         (gnus-registry-split-fancy-with-parent)
4690         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4691         move, and delete actions, and for fancy splitting with parent.
4692         (gnus-registry-extract-addresses)
4693         (gnus-registry-fetch-recipients-fast)
4694         (gnus-registry-fetch-header-fast): Convenience functions.
4695         (gnus-registry-misc-test): ERT test of
4696         `gnus-registry-extract-addresses'.
4697
4698 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4701         Track by subject first, then sender.
4702
4703 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4704
4705         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4706
4707         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4708         Lisp.
4709
4710         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4711         (gnus-draft-send): Use it to avoid popping
4712         up frames from gnus-group-send-queue.
4713
4714 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4715
4716         * gnus-registry.el: Updated gnus-registry docs.
4717
4718 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4721         Fix logic bug.
4722         (gnus-registry-post-process-groups): Fix logging of no results and
4723         quote sender and subject.
4724
4725 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4728         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4729         gnutls-cli are too slow to be done opportunistically.
4730
4731         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4732         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4733         we had no early-data returned.
4734         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4735         two async commands to the same server at the same time.
4736
4737 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4738
4739         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4740
4741 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4744         "warning" level.
4745
4746         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4747         (mm-url-insert-file-contents): Don't set the package names.
4748
4749 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * gnus-registry.el (gnus-registry-action): Remove properties and
4752         simplify subject in `gnus-registry-handle-action'.
4753         (gnus-registry-spool-action): Get subject and sender from message if
4754         they are not passed in.
4755         (gnus-registry-handle-action): Remove properties and simplify subject
4756         consistently.
4757
4758 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4759
4760         * registry.el: Require CL before using defmacro*.
4761
4762 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * gnus-art.el (article-treat-date): Assume that
4765         gnus-article-date-headers may be a group parameter.
4766
4767 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4770
4771         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4772         interactively so the newsrc file can contain foreign groups too.
4773         Useful for debugging but not much for users.
4774
4775 2011-04-07  David Engster  <dengste@eml.cc>
4776
4777         * registry.el (registry-usage-test): Only do
4778         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4779         lexical binding.
4780
4781 2011-04-07  David Engster  <dengste@eml.cc>
4782
4783         * Makefile.in (check, test-registry): New rules for test-suite.
4784
4785 2011-04-06  David Engster  <dengste@eml.cc>
4786
4787         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4788         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4789
4790 2011-04-06  David Engster  <dengste@eml.cc>
4791
4792         * registry.el (initialize-instance): Change :after to :AFTER to be
4793         compatible with old EIEIO version in XEmacs.
4794
4795 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4796
4797         * gnus-registry.el (gnus-registry-post-process-groups)
4798         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4799         and provide better messaging.
4800
4801 2011-04-06  David Engster  <dengste@eml.cc>
4802
4803         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4804         errors.
4805
4806         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4807         dgnushack-compile with error-on-warn enabled, and to signal an error if
4808         clean compilation failed.
4809         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4810         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4811
4812 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4813
4814         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4815         unconditionally anyway, discarding errors.
4816         (gnus-registry-delete-entries): New convenience function.
4817         (gnus-registry-import-eld): Import from old .eld registry.
4818
4819         * registry.el: Don't use ERT if it's not available.  Load it
4820         unconditionally anyway, discarding errors.
4821
4822         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4823         version from the Claudio Bley GnuTLS patch (extra optional parameters
4824         and host name).
4825
4826 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4827
4828         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4829         fixup the parameters that can be customized by the user between
4830         save/read cycles.
4831         (gnus-registry-read): Use it.
4832         (gnus-registry-make-db): Use it.
4833         (gnus-registry-spool-action, gnus-registry-handle-action):
4834         Fix messaging.
4835         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4836         Map references to actual group names with sender and subject tracking.
4837         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4838         (gnus-registry-usage-test): Add subject lookup test.
4839
4840         * registry.el (registry-db, initialize-instance): Set up constructor
4841         instead of :initform arguments for the sake of older Emacsen.
4842         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4843         pre-lexbind merge bug.
4844         (registry-usage-test): Use it.
4845         (initialize-instance, registry-db): Move the non-function initforms
4846         back to the class definition.
4847
4848 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4849
4850         * registry.el: New library to manage gnus-registry-style data.
4851
4852         * gnus-registry.el: Use it (major rewrite).
4853
4854         * nnregistry.el: Use it.
4855
4856         * spam.el: Use it.
4857
4858 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859
4860         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4861         marks on non-selected articles.
4862
4863 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4864
4865         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4866         parameter to open-protocol-stream.
4867
4868 2011-04-01  Julien Danjou  <julien@danjou.info>
4869
4870         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4871         fundamental-mode.
4872
4873 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4876         servers.
4877
4878 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4881         made marks not propagate, again.
4882
4883 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4884
4885         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4886         Make this the default type.
4887         (proto-stream-open-plain): Rename from proto-stream-open-default.
4888         (open-protocol-stream, proto-stream-open-starttls)
4889         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4890         with `plain'.
4891
4892         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4893         value.
4894
4895         * nntp.el (nntp-open-connection-function): Document the fact that some
4896         values are not functions but are instead handled specially.
4897         Recognize nntp-open-plain-stream value.
4898         (nntp-open-connection): Recognize that value.
4899
4900 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4903         where it seems to be needed.
4904
4905 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906
4907         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4908         stuff.
4909
4910         * gnus-score.el (gnus-score-string): Fix calling convention of
4911         `gnus-simplify-buffer-fuzzy' after last patches.
4912
4913         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4914         server for articles we didn't get any headers for.  This is a sanity
4915         check.
4916
4917 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4918
4919         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4920         new CAPABILITY, use it.
4921
4922 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4925         downloading anything.
4926
4927         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4928
4929 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4930
4931         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4932         colors.
4933         (gnus-splash-svg-color-symbols): New function.
4934
4935 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4938         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4939         (gnus-simplify-subject-fuzzy): Use the local
4940         gnus-simplify-subject-fuzzy-regex instead of the global one.
4941         This makes using this variable in group parameters work.
4942
4943 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4944
4945         * gnus-registry.el (gnus-registry-unfollowed-groups):
4946         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4947         archive:sent-YYYY-MM-DD groups).
4948         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4949         tracking if there are more than `gnus-registry-max-track-groups'
4950         matches.
4951
4952 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4953
4954         * message.el (message--yank-original-internal): New function to do the
4955         insertion cleanly inside eval in `message-yank-original'.
4956         (message-yank-original): Use it.
4957
4958 2011-03-29  Julien Danjou  <julien@danjou.info>
4959
4960         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4961         local variables disabled rather than `normal-mode'.
4962
4963 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4964
4965         * imap.el (imap-shell-open, imap-process-connection-type):
4966         Use imap-process-connection-type for 'shell' streams as well as
4967         Kerberos, SSL, other subprocesses.
4968
4969 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4970
4971         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4972         with open-network-stream.
4973         (proto-stream-always-use-starttls): Option removed.
4974         (open-protocol-stream): Return a process object by default.  Provide a
4975         new parameter :return-list specifying a list-type return value, which
4976         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4977         :type `network' to `try-starttls', and `network-only' to `default'.
4978         Make `default' the default, for compatibility with open-network-stream.
4979         Handle the no-parameter case exactly as open-network-stream, with no
4980         additional stream processing.  Search plists using plist-get.
4981         Explicitly add :end-of-commend parameter if it is missing.
4982         (proto-stream-open-default): Rename from
4983         proto-stream-open-network-only.  Return 'default as the type.
4984         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4985         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4986         failed.  Always return a list with a (possibly dead) process as the
4987         first element, for compatibility with open-network-stream.
4988         (proto-stream-open-tls): Use plist-get.  Always return a list.
4989         (proto-stream-open-shell): Return `default' as connection type.
4990         (proto-stream-capability-open): Use plist-get.
4991         (proto-stream-eoc): Function deleted.
4992
4993         * nnimap.el (nnimap-stream, nnimap-open-connection)
4994         (nnimap-open-connection-1): Handle renaming of :type parameter for
4995         open-protocol-stream.
4996         (nnimap-open-connection-1): Pass a :return-list parameter
4997         open-protocol-stream to obtain a list return value.  Parse this list
4998         using plist-get.
4999
5000         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5001         for open-protocol-stream.  Accept open-protocol-stream return value
5002         that is a subprocess object instead of a list.  Handle the case of a
5003         dead returned process.
5004
5005 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5006
5007         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5008
5009         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5010
5011 2011-03-21  Julien Danjou  <julien@danjou.info>
5012
5013         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5014         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5015         query.
5016         (mm-inline-text): Render normal text with fontification whenever
5017         possible.
5018
5019         * gnus-sum.el (gnus-summary-save-parts-1):
5020         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5021         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5022         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5023         Use `mm-handle-filename'.
5024
5025         * mm-util.el (mm-handle-filename): New function, return the filename of
5026         an handle.
5027
5028 2011-03-18  Julien Danjou  <julien@danjou.info>
5029
5030         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5031         (gnus-buffer-live-p): Check that buffer is not nil.
5032
5033 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5034
5035         * gnus.el: No Gnus v0.15 is released.
5036
5037 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038
5039         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5040         avoid warning on XEmacs.
5041
5042         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5043         on XEmacs.
5044
5045         * gnus-art.el: Require mouse, which the build bot seems to say is
5046         needed.
5047
5048         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5049
5050         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5051         XEmacs, since it doesn't have url-retrieve-synchronously.
5052
5053         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5054         since assoc-string doesn't exist in XEmacs.
5055
5056 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5057
5058         * gnus-group.el (gnus-group-list-ticked): New function.
5059         (gnus-group-make-menu-bar): Provide a menu entry for it.
5060         (gnus-group-list-map): Provide a binding for it.
5061
5062 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * shr.el (shr-visit-file): New command.
5065
5066         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5067
5068 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5069
5070         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5071         servers.
5072
5073 2011-03-16  Julien Danjou  <julien@danjou.info>
5074
5075         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5076         inline.
5077
5078         * gnus-art.el (article-hide-list-identifiers):
5079         Use gnus-group-get-list-identifiers.
5080
5081         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5082         (gnus-summary-remove-list-identifiers):
5083         Use gnus-group-get-list-identifiers to get regexp.
5084         (gnus-select-newsgroup, gnus-summary-insert-subject)
5085         (gnus-summary-insert-articles):
5086         Call gnus-summary-remove-list-identifiers unconditionally.
5087
5088 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5091         we're selecting a group with unread articles.
5092
5093         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5094
5095         * gssapi.el: New file separated out from imap.el to provide a general
5096         Kerberos 5 connection facility for Emacs.
5097
5098         * message.el (message-elide-ellipsis): Document the format spec
5099         ellipsis.
5100
5101 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * message.el (message-elide-region): Allow the ellipsis to say how many
5104         lines were removed.
5105
5106 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5109         window configurations containing buffers that are now dead.
5110
5111         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5112         parsing to avoid integer overflows.
5113         (nnimap-parse-flags): Simplify the last change.
5114         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5115         too large for 32-bit Emacsen.
5116
5117 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5118
5119         * auth-source.el (auth-source-netrc-create):
5120         * message.el (message-yank-original): Fix use of `case'.
5121
5122 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5123
5124         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5125         XEmacs, which was one character too wide.
5126
5127 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5128
5129         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5130         default number of articles to display.
5131         (gnus-articles-to-read): Use pretty names for prompt.
5132
5133 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * gnus-int.el (gnus-open-server): Ditto.
5136
5137         * gnus-start.el (gnus-activate-group): Give a backtrace if
5138         debug-on-quit is set and the user hits `C-g'.
5139         (gnus-read-active-file): Ditto.
5140
5141         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5142
5143 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * message.el (message-yank-original): Use cond instead of CL case.
5146
5147 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5148
5149         * auth-source.el (auth-source-netrc-create): Use usual format for the
5150         default in prompts.
5151
5152 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * lpath.el: Fbind read-char-choice for XEmacs.
5155
5156 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * auth-source.el (auth-source-netrc-create): Show the default in the
5159         prompt when prompting for token creation.
5160
5161 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * auth-source.el (auth-source-format-prompt): Always convert the value
5164         to a string to avoid evaluating non-string arguments.
5165         (auth-source-netrc-create): Offer default properly, not as initial
5166         content in `read-string'.
5167         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5168         of line to determine if we've been run before.  If so, don't run again,
5169         but print a trivial message to indicate the cache was hit instead.
5170
5171 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5172
5173         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5174         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5175         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5176         Gnus.
5177
5178 2011-03-11  Julien Danjou  <julien@danjou.info>
5179
5180         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5181         modified file".
5182
5183 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5184
5185         * auth-source.el (auth-source-read-char-choice): New function to read a
5186         character choice using `dropdown-list', `read-char-choice', or
5187         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5188         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5189         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5190         (auth-source-netrc-saver): Use it.
5191         (auth-source-pick-first-password): New convenience function.
5192
5193 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5194
5195         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5196         parameter in the credentials.
5197         (nnimap-open-connection-1): Use it after a successful login.
5198         (nnimap-credentials): Add IMAP-specific user and password prompt.
5199
5200         * auth-source.el (auth-source-search): Add :require parameter, taking a
5201         list.  Document it and the :save-function return token.  Pass :require
5202         down.  Change the CREATED message from a warning to a debug statement.
5203         (auth-source-search-backends): Pass :require down.
5204         (auth-source-netrc-search): Pass :require down.
5205         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5206         Change save prompt to indicate all modifications saved here are
5207         deletions.
5208         (auth-source-netrc-create): Take user login name as default in user
5209         prompt.  Move all the save functionality to a lexically bound function
5210         under the :save-function token in the returned list.  Set up clearer
5211         default prompts for user, host, port, and secret.
5212         (auth-source-netrc-saver): New function, intended to be wrapped for
5213         :save-function.
5214
5215 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5218         lines to be spaces instead.
5219
5220 2011-03-07  Julien Danjou  <julien@danjou.info>
5221
5222         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5223         (sieve-sasl-auth): Check that auth-source-search did return something,
5224         or just return an empty string.
5225
5226 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5227
5228         * gnus.el (gnus-interactive): Use read-directory-name.
5229
5230         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5231         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5232         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5233         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5234         Likewise.
5235
5236         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5237
5238 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5241         onto the list of killed groups, too.  This makes killed nnimap groups,
5242         for instance, more reliably not reappear.
5243
5244         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5245         the parent.
5246
5247         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5248
5249         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5250         really have server-side marks.
5251
5252         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5253         since most backends do not usefully have server-side marks.
5254         (gnus-update-read-articles): Propagate marks to all backends that
5255         really have server-side marks.
5256
5257 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5258
5259         * message.el (message-cite-reply-position, message-cite-style):
5260         New variables.
5261         (message-yank-original): Use the new citation styles.
5262
5263 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5264
5265         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5266         buffer-local issue); don't mark it buffer-local when running under
5267         XEmacs.
5268
5269 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5270
5271         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5272         numbers too big to be `read'.
5273
5274 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * password-cache.el (password-in-cache-p): Add autoload.
5277
5278         * message.el (message-options): Make buffer-local two ways to attempt
5279         to fix a XEmacs bug.
5280
5281 2011-03-02  Julien Danjou  <julien@danjou.info>
5282
5283         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5284
5285 2011-03-01  Julien Danjou  <julien@danjou.info>
5286
5287         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5288         group.
5289         (article-hide-list-identifiers): Use list-identifier group parameter.
5290
5291 2011-02-28  Julien Danjou  <julien@danjou.info>
5292
5293         * sieve.el (sieve-buffer-script-name): New local variable to store
5294         sieve script name.
5295         (sieve-edit-script): Store sieve script name.
5296         (sieve-upload): Use sieve script name when uploading.
5297         (sieve-upload): Use substitute-command-keys.
5298         (sieve-edit-script): Use substitute-command-keys.
5299         (sieve-refresh-scriptlist): Use substitute-command-keys.
5300         (sieve-manage-mode-map): Define keymap properly.
5301         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5302         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5303         Remove commented code about cvs.
5304         (sieve-manage-quit): New function.
5305         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5306
5307 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5310
5311 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5312
5313         * auth-source.el (auth-source-search): Cache empty result sets.
5314
5315         * password-cache.el (password-in-cache-p): Convenience function to
5316         check if a key is in the cache, even if the value is nil.
5317
5318         * auth-source.el (auth-source-save-behavior): New variable to replace
5319         `auth-source-never-create'.
5320         (auth-source-netrc-create): Use it.
5321         (auth-source-never-save): Remove.
5322
5323 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5324
5325         * nnimap.el (nnimap-stream): Doc fix.
5326         (nnimap-open-connection-1): Reverse the order of the ports to that the
5327         prompted-for port is first.
5328
5329         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5330         retrieval by the no-group selection.
5331
5332         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5333         numerical parameters.
5334
5335 2011-02-25  Julien Danjou  <julien@danjou.info>
5336
5337         * gnus-gravatar.el: Use gnus-with-article-buffer.
5338
5339         * gnus-art.el (gnus-with-article-buffer): Check that the
5340         gnus-article-buffer is alive.
5341
5342 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5343
5344         * auth-source.el (auth-source-creation-prompts): New variable to manage
5345         creation-time prompts.
5346         (auth-source-search): Document it.
5347         (auth-source-format-prompt): Add utility function.
5348         (auth-source-netrc-create): Don't default the user name to
5349         user-login-name.  Use `auth-source-creation-prompts' and some default
5350         prompts for user, host, port, and password (the default generic prompt
5351         remains ugly).
5352         (auth-source-never-save): Add customizable option to never save info.
5353         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5354         mode excursion.
5355
5356 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5359         argument that XEmacs doesn't support.
5360
5361         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5362         compiled for Emacsen having no `libxml-parse-html-region' support.
5363
5364         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5365
5366         * lpath.el: Bind buffer-save-without-query for XEmacs.
5367
5368 2011-02-23  Julien Danjou  <julien@danjou.info>
5369
5370         * gnus-art.el (article-make-date-line): Ignore errors if time is
5371         invalid and not convertible.
5372         (article-make-date-line): Only add lapsed time if time is not nil.
5373
5374 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5375
5376         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5377         `read-char-choice' for backwards compatibility.
5378         (auth-source-netrc-element-or-first): New function to DTRT for
5379         parameter extraction.
5380         (auth-source-netrc-create): Use it and fix multiple parameter print
5381         bug.  Use the default passed from above (given-default) or the
5382         built-in (user-login-name for :user).
5383
5384 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-start.el (gnus-dribble-read-file):
5387         Set buffer-save-without-query, since we always want to save the dribble
5388         file, probably.
5389
5390         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5391         nnimap.
5392
5393         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5394         -summary- since it's a user-visible variable.
5395
5396         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5397         first time you use the new Gnus.
5398
5399 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5400
5401         * auth-source.el: Don't load netrc.el.
5402         (auth-sources): Search ~/.netrc as well by default.
5403         (auth-source-debug): Add 'trivia option for extra output.
5404         (auth-source-do-trivia): Use it.
5405         (auth-source-search): Simplify logic to use
5406         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5407         appropriate.  Don't keep a running count at this level.  Layer :create
5408         and :delete options appropriately on the first and second passes.
5409         Don't track the backend with the search results.
5410         (auth-source-search-backends): New function to search a list of
5411         backends for a processed spec.
5412         (auth-source-netrc-parse): Cache all netrc files, making
5413         auth-source-netrc-cache an alist keyed by the file name and using the
5414         file mtime as the caching criterion.  Keep the obfuscated data secret
5415         with a lexical bind.
5416         (auth-source-netrc-search): Don't calculate the length of the results
5417         unnecessarily.
5418         (auth-source-search-backends): Fix bug.
5419         (auth-source-netrc-create): Rework prompts.
5420
5421 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5422
5423         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5424         Lower case names of search constraints.
5425         (nnir-run-query): Cache and reuse search constraints for all imap
5426         servers.
5427
5428 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5429
5430         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5431         after exit.
5432         (gnus-setup-message): Define missing variable from last checkin.
5433
5434         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5435         value, show the raw article.
5436
5437 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5438
5439         * gnus.el: No Gnus v0.13 is released.
5440
5441 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5442
5443         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5444         auth-source now accepts numbers.
5445
5446         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5447         spec, too.
5448         (auth-source-ensure-strings): New function.
5449
5450         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5451         (gnus-article-setup-buffer): Always restart the date timer so that user
5452         changes to the frequency is respected.
5453
5454         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5455         port numbers, so make sure it gets that if nnimap-server-port is
5456         explicit.
5457
5458 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5459
5460         * nnimap.el (nnimap-inbox): Doc fix.
5461
5462 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5463
5464         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5465         Autoload.  Add optional arg FRAME, and pass it to color-values.
5466         (color-complement): Caller changed.  Doc fix.
5467         (color-gradient): Rewrite for better clarity and efficiency.
5468
5469 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5470
5471         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5472         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5473         color-lab-to-srgb.
5474
5475 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5476
5477         * color.el: First part of merge from hexrgb.el.
5478         (color-rgb-to-hex): Rename from color-rgb->hex.
5479         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5480         saturation to zero if the value is too small.
5481         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5482         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5483         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5484         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5485         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5486         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5487         (color-cie-de2000): Doc fix.
5488
5489 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5490
5491         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5492         given method as in the group name if we're using an extended method.
5493         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5494         command, if we're using that, instead of waiting for the beginning.
5495
5496         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5497         we're sure to get unique server names, and we don't output two async
5498         commands in the same buffer.  This fixes an NNTP hang for some users.
5499
5500 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5501
5502         * gnus.el: No Gnus v0.11 is released.
5503
5504 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5505
5506         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5507         summary buffer before reading going to the next buffer.  This avoids
5508         putting the point in the group buffer if you `C-g' the command.
5509
5510         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5511         cache (for now) to make ~/.authinfo.gpg files usable.
5512
5513         * nnfolder.el (copyright-update): Define for the compiler.
5514
5515         * auth-source.el (auth-source-search): Fix unbound variable.
5516
5517 2011-02-19  Glenn Morris  <rgm@gnu.org>
5518
5519         * gnus.el (gnus-meta): Doc fix.
5520
5521 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5522
5523         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5524         in case it's not yet loaded.
5525
5526 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5527
5528         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5529         line we're waiting for.
5530
5531 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5532
5533         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5534         face with line-width greater than zero will cause RET in gnus summary
5535         buffer to scroll down article page-wise because auto vscroll happens,
5536         it should be temporally disabled when doing a scroll-up.
5537
5538 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5539
5540         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5541         outputs from the server.
5542
5543 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5544
5545         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5546         later so that bbdb can hook in easier.
5547
5548 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5549
5550         * auth-source.el (auth-source-search): Don't try to create credentials
5551         if the caller doesn't want that.
5552         (auth-source-search): If we don't find a match, don't bug out on
5553         non-bound variables.
5554         (auth-source-search): Only ask a single backend to create the
5555         credentials.
5556
5557         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5558         logging.
5559         (nnimap-credentials): Protect against auth-source-search returning nil.
5560         (nnimap-request-list): Protect against not being able to open the
5561         server.
5562
5563 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5564
5565         * auth-source.el (auth-source-search): Do a two-phase search, one with
5566         no :create to get the responses from all backends.
5567
5568         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5569         when getting credentials.
5570
5571         * gnus-util.el (gnus-delete-duplicates): New function.
5572
5573 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5574
5575         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5576         a creation default, pass the whole port list down.  It will be
5577         completed.
5578
5579         * auth-source.el (auth-source-search): Updated docs to talk about
5580         multiple creation choices.
5581         (auth-source-netrc-create): Accept a list as a value (from the search
5582         parameters) and do completion on that list.  Keep a separate netrc line
5583         with the password obscured for showing the user.
5584
5585         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5586         first choice to `auth-source-search' so it will be used for entry
5587         creation instead of the server's Gnus-specific name.
5588         (nnimap-credentials): Rely on the auth-source library to select which
5589         port is actually wanted in the new netrc entry, so don't override
5590         `auth-source-creation-defaults'.
5591
5592         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5593         :protocol and accept a missing user, host, or port as a wildcard match.
5594         (auth-source-debug): Default to off.
5595
5596         (auth-source-netrc-search, auth-source-netrc-create)
5597         (auth-source-secrets-search, auth-source-secrets-create)
5598         (auth-source-user-or-password, auth-source-backend, auth-sources)
5599         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5600         instead of :protocol.
5601
5602         * nnimap.el (nnimap-credentials): Pass a port default to
5603         `auth-source-search' in case an entry needs to be created.
5604         (nnimap-open-connection-1): Use :port instead of :protocol.
5605
5606 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * auth-source.el: Bind load-path when loading EIEIO from
5609         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5610         21.4 doesn't support, to `require'.
5611         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5612         delete-dups that is not available in XEmacs 21.4.
5613
5614 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5615
5616         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5617         as EIEIO must also be loaded when auth-source.el is being
5618         byte-compiled.
5619
5620 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5623
5624         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5625
5626         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5627
5628         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5629
5630         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5631
5632         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5633
5634         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5635
5636         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5637         necessary.
5638
5639 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5640
5641         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5642         nil means that nnimap doesn't get updated.
5643
5644 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5647         result when the user doesn't want to write to the file.
5648         (auth-source-netrc-search): Expect a synthetic result and proceed
5649         accordingly.
5650         (auth-source-cache-expiry): New variable to override
5651         `password-cache-expiry'.
5652         (auth-source-remember): Use it.
5653
5654         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5655         parameter.  Create entry if necessary by using :create t.
5656         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5657
5658 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5659
5660         * auth-source.el (auth-source-debug): Enable by default and don't
5661         mention the obsolete `auth-source-hide-passwords'.
5662         (auth-source-do-warn): New function to debug unconditionally.
5663         (auth-source-do-debug): Use it.
5664         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5665         and for Secrets API entries when the secrets.el library is not
5666         available.
5667
5668 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5669
5670         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5671         (gnus-summary-exit): Kill the correct article buffer on exit from a
5672         `C-d' group.
5673
5674         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5675         gnus-propagate-marks.
5676
5677         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5678         before killing the buffers so that a non-full window conf gets handled
5679         correctly.
5680         (gnus-summary-exit): Ditto.
5681         (gnus-summary-read-group-1): Ditto.
5682
5683         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5684         async code again so that we can debug it properly.
5685
5686         * message.el (message-reply): Take an optional switch-buffer parameter
5687         so that Gnus window confs are respected better.
5688
5689 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5692         `plist-get' to accept non-list parameters (XEmacs issue).
5693         Fix docstring.
5694         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5695         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5696         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5697         Login collection is "Login" and not "login".
5698
5699 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5700
5701         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5702         multiple headers.
5703
5704         * nnimap.el (nnimap-inhibit-logging): New variable.
5705         (nnimap-log-command): Don't log login commands.
5706
5707         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5708         to have more parameters.
5709
5710         * nnimap.el (nnimap-send-command): Mark the command time for each
5711         command, so that we don't get NOOPs stepping on our toes.
5712
5713         * gnus-art.el (article-date-ut): Get the date from the Date header on
5714         `t'.
5715
5716 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * auth-source.el (auth-source-search): Use copy-sequence instead of
5719         the cl.el copy-list.
5720
5721 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * imap.el: Bring it back (revert
5724         84d800cd31de3064f0ed39617d725709a2f8f42f).
5725
5726 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5727
5728         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5729         Improve prompt.
5730
5731 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5732
5733         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5734         washing status from the default format.  It isn't very informative.
5735
5736 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5737
5738         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5739         Fix Gcc processing on imap.
5740
5741 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * imap.el: Remove file.  All the functionality is in nnimap.el.
5744
5745 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5746
5747         * message.el (message-bury): Don't pop up a new window when selected
5748         window is dedicated.
5749
5750 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5751
5752         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5753
5754 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5755
5756         * sieve-manage.el: Autoload `auth-source-search'.
5757         (sieve-sasl-auth): Use it.
5758
5759 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5760
5761         * nnimap.el: Autoload `auth-source-forget+'.
5762         (nnimap-open-connection-1): Use it if the connection fails.
5763
5764         * auth-source.el: Require `password-cache'.
5765         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5766         obsolete.
5767         (auth-source-magic): Marker for `password-cache' keys.
5768         (auth-source-do-cache): Update docstring.
5769         (auth-source-search): Use and check cache.
5770         (auth-source-forget-all-cached, auth-source-remember)
5771         (auth-source-recall, auth-source-forget, auth-source-forget+)
5772         (auth-source-specmatchp): Caching support functions.
5773         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5774         Remove and obsolete.
5775         (auth-source-user-or-password): Remove caching to further discourage
5776         using it.  Always hide passwords.
5777
5778         * password-cache.el (password-cache-remove): Accept secrets that are
5779         not strings.
5780
5781 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5782
5783         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5784         code for now, since it doesn't work for all users.
5785
5786 2011-02-09  Julien Danjou  <julien@danjou.info>
5787
5788         * message.el (message-options): Make message-options really buffer
5789         local.
5790
5791 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5792
5793         * mail-source.el: Autoload `auth-source-search'.
5794         (mail-source-keyword-map): Note order matters.
5795         (mail-source-set-1): Get all the mail-source source values and
5796         defaults and search auth-source on those if needed.  This can all
5797         probably be simplified.
5798
5799         * nnimap.el: Autoload `auth-source-search'.
5800         (nnimap-credentials): Use it.
5801         (nnimap-open-connection-1): Ask for the virtual server and physical
5802         address in one shot.
5803
5804         * nntp.el: Autoload `auth-source-search'.
5805         (nntp-send-authinfo): Use it.  Note TODO.
5806
5807 2011-02-08  Julien Danjou  <julien@danjou.info>
5808
5809         * shr.el (shr-tag-body): Add support for text attribute in body
5810         markups.
5811
5812         * message.el (message-options): Make message-options a local variable.
5813
5814 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5815
5816         * auth-source.el (auth-source-secrets-search)
5817         (auth-source-user-or-password): Use `append' instead of `nconc'.
5818         (auth-source-user-or-password): Build return list better and protect
5819         against nil :secret.
5820
5821 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5822
5823         * nnimap.el (nnimap-update-info): Refactor slightly.
5824         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5825         (nnimap-update-info): Clean up slightly.
5826         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5827         characters.
5828         (nnimap-process-quirk): Rename function to avoid collision.
5829         (nnimap-update-info): Fix macrology bug-out.
5830         (nnimap-update-info): Simplify split history test.
5831
5832 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5833
5834         * auth-source.el (top): Require 'eieio unconditionally.
5835         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5836         (auth-source-secrets-search): Limit search when `max' is greater than
5837         number of results.
5838
5839 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5840
5841         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5842         part not returning any data.
5843
5844         * proto-stream.el (open-protocol-stream): Document the return value.
5845
5846 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * auth-source.el (auth-source-secrets-search): Add examples.
5849
5850 2011-02-06  Julien Danjou  <julien@danjou.info>
5851
5852         * message.el (message-setup-1): Handle message-generate-headers-first
5853         set to t.
5854
5855 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5858         API with a string "secrets:collection-name" and with 'default.
5859         (auth-source-backend-parse): Parse "secrets:collection-name" and
5860         'default.  Recurse on parses instead of repeating code.  Use the
5861         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5862         message when ignoring a source.
5863         (auth-source-search): List ignored search keys at the top level.
5864         (auth-source-netrc-create): Use `case' instead of `cond'.
5865         (auth-source-secrets-search): Created with TODOs.
5866         (auth-source-secrets-create): Created with TODOs.
5867         (auth-source-retrieve, auth-source-create, auth-source-delete)
5868         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5869         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5870         (auth-source-user-or-password-sftp)
5871         (auth-source-user-or-password-smtp): Remove.
5872         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5873         around `auth-source-search'.  Not tested thoroughly.
5874
5875 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5876
5877         * auth-source.el: Bring in assoc and eioeio libraries.
5878         (secrets-enabled): New variable to track the status of the Secrets API.
5879         (auth-source-backend): New EIOEIO class to represent a backend.
5880         (auth-source-creation-defaults): New variable to set prompt defaults
5881         during token creation (see the `auth-source-search' docstring for
5882         details).
5883         (auth-sources): Simplify to allow a simple string as a netrc backend
5884         spec.
5885         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5886         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5887         (auth-source-search): Main auth-source API entry point.
5888         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5889         (auth-source-search-collection): Helper function for searching.
5890         (auth-source-netrc-parse, auth-source-netrc-normalize)
5891         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5892         Supports search, create, and delete.
5893         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5894         backend stubs.
5895         (auth-source-user-or-password): Call `auth-source-search' but it's not
5896         ready yet.
5897
5898 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5899
5900         * message.el (message-setup-1): Remove the read-only stuff, since it
5901         doesn't work under XEmacs, for some reason.
5902
5903         * gnus-sum.el (gnus-user-date): Rename back from
5904         gnus-summary-user-date since user code refers to it.
5905
5906         * shr.el (shr-render-td): Store the actual background color used.
5907
5908         * message.el (message-setup-1): Don't bind the constant
5909         -forbidden-properties.
5910         (message-setup-1): Revert previous change, since it needs to bind the
5911         props to insert them.
5912         (message-resend): Allow removing the read-only separator line.
5913
5914 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5915
5916         * nnimap.el (nnimap-request-accept-article): Give an error message if
5917         the APPEND wasn't successful.
5918
5919 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5920
5921         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5922         that have no groups.
5923
5924 2011-02-03  Julien Danjou  <julien@danjou.info>
5925
5926         * gnus-draft.el: Remove progn around gnus-draft-setup.
5927
5928 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5929
5930         * gnus-start.el (gnus-read-active-for-groups): This function is never
5931         called with a nil `infos', so clean that up.
5932         (gnus-get-unread-articles): Request active files from primary/secondary
5933         methods that have no groups (yet).
5934
5935 2011-02-03  Julien Danjou  <julien@danjou.info>
5936
5937         * message.el (message-setup-1): Always generate References first.
5938         (message-mail): Return the return value of message-setup, not always t.
5939         (message-setup-1): Insert mail-header-separator with read-only and
5940         intangible properties set.
5941
5942         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5943         user-date in docstring.
5944
5945         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5946
5947         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5948         docstring.
5949
5950         * gnus.el (gnus-user-date-format-alist): Change default value.
5951         Use defcustom, with type and group. Move from gnus-util.el.
5952         Rename to gnus-summary-user-date-format-alist.
5953
5954 2011-02-03  Glenn Morris  <rgm@gnu.org>
5955
5956         * nnimap.el (gnus-fetch-headers): Declare.
5957
5958         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5959
5960 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5961
5962         * message.el (message-forward-make-body-digest-plain)
5963         (message-followup, message-reply): Clean up things noted by Stefan.
5964
5965         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5966         gnus-article-update-date-headers is nil.
5967         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5968         it didn't really work with defcustom.
5969         (article-update-date-lapsed): Make sure the window start doesn't move,
5970         either.
5971
5972 2011-02-01  Julien Danjou  <julien@danjou.info>
5973
5974         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5975         format.
5976
5977         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5978         standard in Emacs nowadays.
5979
5980         * color.el (color-gradient): Add a color-gradient function.
5981
5982 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5983
5984         * message.el (message-expand-name): Don't trust the return value of
5985         bbdb-complete-name.
5986         (message-check-news-header-syntax): Remove unused var `start'.
5987         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5988         (message-inhibit-body-encoding): Move to before first use.
5989         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5990         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5991         (Organization, Message-ID, Date, mh-previous-window-config):
5992         Defvar the vars using dynamic scoping.
5993
5994 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5995
5996         * shr.el (shr-render-td): Only do colors at the final rendering.
5997         Should be slightly faster.
5998         (shr-insert-table): Fix up TD background colors when doing the
5999         vertical padding.
6000
6001         * gnus-art.el (article-date-ut): Protect against articles with no Date
6002         header.
6003         (article-update-date-lapsed): Don't use current-column to find the
6004         horizontal position.  It's fragile in the presence of \003 characters.
6005
6006         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6007
6008 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6009
6010         * gnus-art.el (article-transform-date): Rewrite to still work when
6011         there are several rfc2822 parts.
6012         (article-transform-date): Fix infinite recursion.
6013         (article-date-ut): Replace infinitely many Date headers with a single
6014         one when called interactively.
6015
6016         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6017         secure manner.
6018
6019         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6020         move around by not using save-window-excursion.  It seems to work...
6021
6022 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (article-make-date-line): Work for user-defined format.
6025
6026 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6027
6028         * nntp.el (nntp-retrieve-group-data-early)
6029         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6030         fetching functions.
6031
6032         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6033         thoroughly for all backends that have no known groups.  This should
6034         allow new nnml methods to retrieve mail.
6035
6036         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6037         that Gnus doesn't know exists again.
6038
6039         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6040         (gnus-treat-date-ut): Ditto.
6041         (gnus-article-update-date-header): Rename.
6042         (gnus-treat-date-local): Remove.
6043         (gnus-treat-date-english): Remove.
6044         (gnus-treat-date-lapsed): Remove.
6045         (gnus-treat-date-combined-lapsed): Remove.
6046         (gnus-treat-date-original): Remove.
6047         (gnus-treat-date-iso8601): Remove.
6048         (gnus-treat-date-user-defined): Remove.
6049         (gnus-article-date-headers): New variable to control all the date
6050         header options.
6051         (article-date-ut): Rewrite to allow using the new way to format date
6052         headers(s).
6053
6054 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6055
6056         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6057         method.
6058         (nnmail-article-group): A better test for fanciness.
6059
6060         * nnimap.el (nnimap-request-head): Protect against not finding the
6061         article by Message-ID.
6062
6063 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6064
6065         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6066         keep point at the "same place".
6067
6068 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6071         data if the group is inactive.
6072
6073 2011-01-28  Julien Danjou  <julien@danjou.info>
6074
6075         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6076         (gnus-all-windows-visible-p): Remove old compatibility code.
6077         (gnus-window-top-edge): Add docstring.
6078
6079         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6080
6081 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6082
6083         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6084         older request-update-info.
6085
6086         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6087
6088 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6089
6090         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6091         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6092
6093 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6096         groups.  This makes the nndraft:queue group pop up if it's not already
6097         there.
6098
6099         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6100         messages" logic, which was reversed.
6101
6102         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6103         the "same place" even if point is on the line being replaced.
6104         (article-update-date-lapsed): Allow updating both the combined lapsed
6105         and the lapsed headers.
6106         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6107         (article-make-date-line): Limit the number of segments dynamically to
6108         avoid too-long lines.
6109
6110 2011-01-27  Julien Danjou  <julien@danjou.info>
6111
6112         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6113         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6114
6115 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6118         Use plist-get instead of the cl function getf.
6119
6120 2011-01-27  Glenn Morris  <rgm@gnu.org>
6121
6122         * gnus-util.el (float-time): Get rid of compiler warning, again.
6123
6124 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6125
6126         * shr.el (shr-put-color): Special-case background colors: Do put them
6127         at the blank parts at the front of the lines.
6128
6129         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6130         exit hook to nix out all data on readedness on group exit.
6131
6132         * gnus-util.el (float-time): If float-time is bound, always use it on
6133         all Emacsen.  It's unclear why the subrp check was there.
6134         (time-date): Require to make some autoload issues on XEmacs go away.
6135
6136         * shr.el (shr-put-color): Don't do the box padding in tables, since
6137         they're already padded.
6138
6139 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6140
6141         * gnus-art.el (gnus-article-next-page): When the last line of the
6142         article is displayed, scroll down once more instead of going to the
6143         next article at once.
6144         (article-lapsed-string): Refactor out and allow specifying how many
6145         segments you want.
6146         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6147         (gnus-article-update-lapsed-header): New variable.
6148
6149         * shr.el: Revert change that made headings use different-sized faces.
6150         The Emacs display engine isn't advanced enough that, for instance,
6151         tables can comfortably use differently-sized faces.
6152
6153 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6154
6155         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6156         used.
6157         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6158         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6159         we're using an encrypted connection.
6160
6161         * proto-stream.el: Alter the interface functions to also return the
6162         actual stream type used: network or tls.
6163
6164 2011-01-25  Julien Danjou  <julien@danjou.info>
6165
6166         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6167         (mm-display-javascript-inline): New function.
6168
6169         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6170         viewing function.
6171
6172 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * shr.el (shr-expand-newlines): Fix variable name.
6175
6176 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6177
6178         * shr.el (shr-expand-newlines): Make nested boxes work.
6179
6180 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6181
6182         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6183         backgrounds.
6184         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6185         in a more sensible manner.
6186
6187 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6190         if EPG is loaded.
6191
6192 2011-01-24  Julien Danjou  <julien@danjou.info>
6193
6194         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6195         tags.
6196
6197 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6198
6199         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6200         commands.
6201
6202         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6203         in the article buffer.
6204         (gnus-gravatar-insert): Use blank space from the current buffer to
6205         avoid breaking text properties.  This makes X-Sent updating work again.
6206
6207         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6208
6209 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6210
6211         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6212         fix the bug in url-http.el instead.
6213
6214         * shr.el (shr-image-fetched): Ditto.
6215
6216         * shr.el (shr-image-fetched): Avoid having point move in the article
6217         buffer.
6218
6219         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6220         buffer after being called.  It's apparently being killed by url.el, and
6221         killing it made point move to end-of-buffer in a random buffer.
6222
6223         * shr.el (shr-image-fetched): Ditto.
6224
6225 2011-01-23  Julien Danjou  <julien@danjou.info>
6226
6227         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6228
6229         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6230         text/x-org.
6231
6232 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6233
6234         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6235         (i.e., nnimap) returning nil as the article number.
6236
6237 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6238
6239         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6240         "DelSp" parameter in RFC3676.
6241
6242 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6243
6244         * message.el (message-check-recipients): Display the encoded version of
6245         the bogus address if they differ.
6246
6247         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6248         after sending.
6249
6250         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6251
6252         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6253
6254         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6255         group buffer after sending the queue.
6256
6257         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6258
6259 2011-01-22  Julien Danjou  <julien@danjou.info>
6260
6261         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6262
6263 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6264
6265         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6266         nested related parts.
6267
6268         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6269         unexpired articles.  This fixes the regression that led expiry marks to
6270         disappear from nnfolder groups.
6271
6272 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6273
6274         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6275         Don't confuse the "ret" of "retrograde" with RET.
6276
6277 2011-01-21  Julien Danjou  <julien@danjou.info>
6278
6279         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6280         than mm-insert-inline.
6281
6282 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6285         Widen article buffer.
6286
6287 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6288
6289         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6290         the temp buffer.
6291         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6292
6293 2011-01-20  Julien Danjou  <julien@danjou.info>
6294
6295         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6296
6297         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6298         than mm-insert-inline to insert inline part: this respect
6299         mm-inline-media-tests displayers.
6300
6301         * mm-view.el (mm-display-shell-script-inline): New function.
6302
6303         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6304
6305         * mm-uu.el (mm-uu-type-alist): Add org block.
6306         (mm-uu-org-src-code-block-extract): New function.
6307
6308         * mm-view.el (mm-display-org-inline): New function.
6309
6310         * mm-decode.el (mm-automatic-display): Add text/org.
6311
6312         * mailcap.el (mailcap-mime-extensions): Add .org.
6313
6314 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6317         gnus-article-add-buttons.
6318
6319 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6320
6321         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6322         From header with a date and "nobody" as the sender.
6323
6324 2011-01-19  Julien Danjou  <julien@danjou.info>
6325
6326         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6327         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6328         if you have the same regexp several times.
6329         (gnus-button-push): Fix matching when regexp is symbol.
6330
6331 2011-01-15  Glenn Morris  <rgm@gnu.org>
6332
6333         * message.el (message-mail): A compose-mail function should
6334         accept headers as strings.
6335
6336 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6337
6338         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6339         Add :vert-only tags.
6340         (message-mail): New arg RETURN-ACTION.
6341         (message-return-action): New var.
6342         (message-bury): Use it.
6343         (message-mode): Make it buffer-local.
6344         (message-send-and-exit): Always call message-bury.
6345
6346         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6347         message-mail.
6348
6349 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350
6351         * nnimap.el (nnimap-convert-partial-article): Protect against
6352         zero-length body parts.
6353
6354         * mm-decode.el (mm-preferred-alternative-precedence):
6355         Discourage showing empty parts.
6356
6357         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6358         and stuff if the backend didn't return the article number.  This fixes
6359         an Exchange-related nnimap bug.
6360
6361         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6362         group window, because it does the wrong thing when a separate frame
6363         displays the group buffer.
6364
6365         * proto-stream.el (open-protocol-stream): Protect against the low-level
6366         transport functions returning nil.
6367
6368 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6369
6370         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6371         (mml2015-epg-find-usable-secret-key): New function.
6372         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6373         mml2015-epg-find-usable-key (Bug#7797).
6374         (mml2015-epg-encrypt): Ditto.
6375
6376 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * dgnushack.el (rot13-string): Fix the way to get the argument.
6379
6380 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6381
6382         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6383
6384 2011-01-03  Glenn Morris  <rgm@gnu.org>
6385
6386         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6387
6388         * sieve.el (sieve-open-server): Give a more explicit error if
6389         sieve-manage-open returns nil.  (Bug#7720)
6390
6391 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6392
6393         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6394
6395 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6398         This avoids sending passwords in plain text over non-encrypted
6399         channels.
6400
6401         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6402
6403         * nnimap.el (nnimap-login): Refactored out into own function, and
6404         implement CRAM-MD5.
6405         (nnimap-wait-for-line): Refactored out.
6406
6407         * mm-view.el (mml-smime): Require.
6408
6409 2010-12-20  David Engster  <deng@eml.cc>
6410
6411         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6412         use EPG to decrypt S/MIME messages instead of openssl.
6413
6414 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6417
6418         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6419         status is the group clearly is unreachable.
6420
6421         * auth-source.el (auth-source-create): Add the optional second
6422         parameter to `local-variable-p' to be compatible with XEmacs.
6423
6424 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6425
6426         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6427         work when using a compressed nnml folder.
6428
6429 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430
6431         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6432         backends after sanitising on entry, because this never makes sense:
6433         If the articles have gone missing, then the data no longer exists on
6434         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6435         overwrite anything anyway.
6436
6437         * shr.el (shr-insert-document): Bind shr-width dynamically to
6438         window-width if it's nil.
6439
6440 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6441
6442         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6443         with the meaning of using the full emacs window width for rendering.
6444
6445 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6446
6447         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6448         case when sender is not given.
6449
6450 2010-12-23  Julien Danjou  <julien@danjou.info>
6451
6452         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6453         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6454         the addresses, otherwise we might misplaced the gravatar.
6455
6456 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6457
6458         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6459         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6460         obsolete in Emacs.
6461
6462 2010-12-20  Julien Danjou  <julien@danjou.info>
6463
6464         * gnus-util.el (gnus-rescale-image): Revert last change.
6465
6466 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6467
6468         * binhex.el: Improve commentary (Bug#7482).
6469
6470 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-group.el (gnus-group-delete-articles): New command.
6473
6474 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6475
6476         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6477
6478 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6481         here, since it's up to the backends to do CRLF removal if their
6482         protocol has it.
6483
6484         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6485
6486 2010-12-17  Julien Danjou  <julien@danjou.info>
6487
6488         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6489         they are from file.  Can also scale up.
6490
6491 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6492
6493         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6494         Restore gnus-use-agent.
6495         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6496
6497         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6498
6499 2010-12-17  Julien Danjou  <julien@danjou.info>
6500
6501         * gravatar.el (gravatar-retrieve-synchronously): New function.
6502         (gravatar-get-data): Make more robust.
6503
6504 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6507
6508 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6511         to really consider the last line.
6512
6513 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6514
6515         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6516         list of recipient keys, or use symmetric encryption if not a list.
6517         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6518         EPA override, replacing the call to `netrc-store-data'.
6519
6520 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6521
6522         * gnus-srvr.el: Avoid passing nil regexp argument to
6523         delete-matching-lines.
6524
6525 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6528         fetching stops when Gnus exits.
6529
6530         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6531         function.
6532         (nnfolder-request-expire-articles): Save all the buffers after doing
6533         expiry.
6534
6535         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6536         the last article", since that led to serious performance regressions
6537         when expiring nnml groups.
6538
6539 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6540
6541         * nnir.el: Improve customizations.
6542
6543 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6544
6545         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6546
6547         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6548         group has been killed.
6549         (gnus-group-yank-group): Ditto.
6550
6551         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6552
6553         * nnimap.el (nnimap-request-update-group-status): New function.
6554
6555         * gnus-int.el (gnus-request-update-group-status): New interface
6556         function.
6557
6558         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6559         copying read-ness to the backends.
6560
6561         * nnimap.el (nnimap-quirk): New function.
6562         (nnimap-retrieve-group-data-early): Use it.
6563         (nnimap-quirks): New alist.
6564
6565 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6568         don't delete it within indentation.
6569
6570 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6571
6572         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6573         previous line.
6574
6575 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6578         QRESYNC command by deleting a superfluous space which broke Cyrus
6579         servers.  This change will break other servers that are buggy the other
6580         way around.
6581
6582 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * spam.el: Reindent and fix long lines.
6585         (spam-copy-or-move-routine): Exclude invalid move destinations.
6586
6587 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6588
6589         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6590         installed the registry.
6591
6592 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6595
6596 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6597
6598         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6599         groupname doesn't contain "gmane".
6600
6601 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6602
6603         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6604         and netrc-bound-and-true-p bindings.
6605         (netrc-parse): Cache the netrc contents.
6606
6607         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6608         (gnus-1): Don't create the nndrafts group twice.
6609         (gnus-setup-news): There's no need to read the active file here, since
6610         that's done again later on a per-backend basis.
6611         (gnus-start-draft-setup): Make sure that the new group is started out
6612         empty.
6613
6614         * gnus-agent.el (gnus-agentize): Don't create the queue group
6615         automatically on startup.  It'll be created later, if needed.
6616
6617         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6618         of automatically subscribed groups.
6619         (gnus-auto-subscribed-categories): New variable.
6620         (gnus-matches-options-n): Use it.
6621         (gnus-default-subscribed-newsgroups): Remove unused variable.
6622         (gnus-start-draft-setup): Message a bit less.
6623
6624 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6625
6626         * nnir.el (nnir-run-imap): Return article list in order of increasing
6627         UID.
6628
6629 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6630
6631         * gnus-sum.el (gnus-summary-enter-digest-group):
6632         Mention gnus-auto-select-on-ephemeral-exit.
6633
6634         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6635         convention of the network-only option.
6636
6637 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * proto-stream.el (proto-stream-open-network-only): New function to
6640         have a way to specify non-STARTTLS upgrade connections.
6641
6642 2010-12-10  Julien Danjou  <julien@danjou.info>
6643
6644         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6645         email address is nil.
6646
6647         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6648
6649 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6650
6651         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6652         deletion.
6653         (nnir-run-imap): Only need to parse list once.
6654
6655 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * shr.el (shr-tag-script): Ignore <script>.
6658         (shr-tag-label): Add <label> support.
6659
6660 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6663
6664         * shr.el (shr-image-displayer): Work for images lined side by side.
6665
6666 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6667
6668         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6669         parameter, since XEmacs doesn't accept t as a parameter.
6670
6671 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6672
6673         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6674         ids.
6675         (nnir-run-gmane): Simplify groupspec formatting.
6676         (nnir-request-expire-articles): New function.
6677
6678 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6679
6680         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6681         overflow, possibly.
6682
6683         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6684         (shr-render-td): Handle td style="" better.
6685         (shr-tag-table): Use the color from the style sheet.
6686         (shr-render-td): Make sure we copy over all the overlays, too.
6687
6688 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6689
6690         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6691         (nnir-request-article): Improve article retrieval.
6692
6693 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * mm-util.el (mm-extra-numeric-entities): New variable.
6696
6697         * mm-url.el (mm-url-decode-entities):
6698         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6699
6700         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6701
6702 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6703
6704         * message.el: Use completion-at-point.
6705         (message-completion-function): New fun, extracted from message-tab.
6706         (message-mode): Use it for completion-at-point-functions.
6707         (message-tab): Use it and completion-at-point.
6708
6709 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6712         character if a non-breakable character follows.
6713
6714 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6717         any stream.
6718
6719         * shr.el (shr-tag-font): Colorize the region.
6720         (shr-tag-body): Ditto.
6721         (shr-tag-font): Actually let the styles be inherited instead of
6722         overwriting them.
6723         (shr-tag-font): Get the background color right.
6724         (shr-tag-style): Ignore all <style> tags for the moment.
6725
6726         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6727         a Message-ID to avoid having nnimap depend on gnus-sum.
6728
6729         * shr.el (shr-descend): Only colorize something if we have a node that
6730         sets colors.
6731
6732 2010-12-06  Julien Danjou  <julien@danjou.info>
6733
6734         * shr.el (shr-render-td): Render td content with shr-descend, so style
6735         will be applied to <td> too.
6736         (shr-colorize-region): Colorize region even if we only have a background.
6737         (shr-tag-body): Fix color and background color inheritance.
6738         Do not recolorize after shr-generic.
6739         (shr-tag-font): Let shr-generic colorize via inheritance.
6740
6741 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6744
6745 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6746
6747         * nnir.el (nnir-request-move-article): Remove obsolete code.
6748
6749 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6752
6753 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * gnus-sum.el (gnus-summary-respool-article): The completion function
6756         expects a list instead of an alist.
6757
6758         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6759         string as the parameter.
6760
6761         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6762
6763         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6764         styles.
6765         (shr-colorize-region): New function.
6766         (shr-insert-background-overlay): Remove.
6767         (shr-render-td): Background setting should be taken care of on a higher
6768         level.
6769         (shr-tag-body): Use post-hoc colorizations.
6770         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6771         (shr-put-color-1): Don't overwrite old colors.
6772         (shr-colorize-region): When the background color isn't explicit, use
6773         a fixed background.
6774
6775         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6776         nnmail variables.
6777
6778 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6779
6780         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6781         unless necessary.
6782
6783 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6784
6785         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6786         server.
6787
6788 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6789
6790         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6791         so that TAB works.
6792
6793         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6794         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6795
6796         * shr.el (shr-urlify): Show the URL before the title to avoid
6797         misleading URLs.
6798
6799 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6800
6801         * shr.el (shr-urlify): Display the title in <a> tags.
6802
6803 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6804
6805         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6806
6807 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6808
6809         * nnir.el: Rearrange code to allow macros to be autoloaded by
6810         gnus-sum.el.
6811         (nnir-retrieve-headers-override-function): Make this variable
6812         customizable.
6813         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6814
6815         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6816         from nnir.el.
6817
6818 2010-12-03  Julien Danjou  <julien@danjou.info>
6819
6820         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6821
6822 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6825         allow optional argument `environment'.
6826
6827 2010-12-03  Glenn Morris  <rgm@gnu.org>
6828
6829         * mm-extern.el (message-goto-body): Update declaration.
6830
6831 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-util.el (gnus-macroexpand-all): New function.
6834
6835         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6836         instead of macroexpand-all that is unavailable in XEmacs.
6837
6838 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6839
6840         * nnir.el (nnir-summary-line-format): New variable.
6841         (nnir-mode): Use it.
6842         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6843         (nnir-article-ids): Reimplement as defsubst.
6844         (nnir-retrieve-headers): Don't mangle the subject header.
6845         (nnir-run-imap): Use 100 as RSV score.
6846         (nnir-run-find-grep): Fix for full server searching.
6847         (nnir-run-gmane): Better restriction to gmane groups.
6848
6849         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6850         summary buffers.
6851
6852 2010-12-02  Julien Danjou  <julien@danjou.info>
6853
6854         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6855
6856         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6857
6858         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6859         support.
6860
6861 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6862
6863         * nnir.el: Update to handle the registry better.
6864         (autoload): Silence byte-compiler.
6865         (nnir-open-server): Add a hook for nnir groups.
6866         (nnir-request-move-article): Don't mangle the header.  Better to use
6867         formatting variables (which will be added in the future).
6868         (nnir-registry-action): Update the registry using the original article
6869         group name.
6870         (nnir-mode): Install nnir-specific hooks for updating the registry.
6871
6872         * gnus-sum.el
6873         (gnus-article-original-subject,gnus-newsgroup-original-name):
6874         Remove obsolete variables.
6875         (gnus-summary-move-article): Remove use of obsolete variables.
6876         (gnus-summary-local-variables): Make move and delete hooks local to
6877         summary buffers.
6878
6879 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * rtree.el: New file.
6882
6883 2010-12-01  Julien Danjou  <julien@danjou.info>
6884
6885         * message.el (message-user-organization): Do not use
6886         gnus-local-organization.
6887
6888         * gnus.el: Remove gnus-local-organization.
6889
6890         * gnus-msg.el: Remove nastygram thing.
6891
6892 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6893
6894         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6895         funcall.
6896
6897 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6900         names.
6901
6902         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6903         characters.
6904
6905         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6906         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6907         Suggested by Štěpán Němec <stepnem@gmail.com>.
6908         (gnus-gravatar-transform-address): Use mail-extract-address-components
6909         that supports non-ASCII names rather than mail-header-parse-addresses.
6910
6911 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * proto-stream.el (open-protocol-stream): All starttls connections are
6914         handled by the network handler.
6915
6916 2010-11-30  Julien Danjou  <julien@danjou.info>
6917
6918         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6919         (nnimap-open-connection-1): Fix PREAUTH.
6920
6921         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6922
6923 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6926         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6927         (shr-insert): Use them.
6928         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6929
6930 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6931
6932         * nnir.el (nnir-request-move-article): Bail out if original group
6933         doesn't support article moves.
6934         (nnir-get-active): Improve active list retrieval.
6935
6936 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6937
6938         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6939
6940 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6941
6942         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6943         seem to accept strings-with-numbers as port numbers.
6944
6945 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6946
6947         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6948         change the registry.
6949
6950 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6953         delete-dups that is not available in XEmacs 21.4.
6954
6955         * mm-util.el (mm-delete-duplicates): Add comment.
6956
6957 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6958
6959         * nnir.el (nnir-ignored-newsgroups): New variable.
6960         (nnir-get-active): Use it.
6961
6962 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * proto-stream.el (proto-stream-open-network): Add some comments.
6965
6966         * nntp.el (nntp-open-connection): Provide a :success condition.
6967
6968         * nnimap.el (nnimap-open-connection-1): Ditto.
6969
6970         * proto-stream.el (proto-stream-open-network): See what the response to
6971         the STARTTLS command is.
6972
6973         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6974         backwards compatibility).
6975         (nnimap-open-connection-1): Really respect nnimap-server-port.
6976
6977         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6978         TLS upgrades we don't really care about the identity of the peer.
6979         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6980         that what we've checked for.
6981         (proto-stream-always-use-starttls): Only default to t if
6982         open-gnutls-stream exists.
6983         (proto-stream-open-network): If STARTTLS failed, then just open a
6984         normal connection.
6985         (proto-stream-open-network): Wait until the greeting before doing
6986         STARTTLS.
6987
6988         * nntp.el (nntp-open-connection): Report what the connection error is.
6989
6990         * proto-stream.el (open-protocol-stream): Rename from
6991         open-proto-stream.
6992
6993 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994
6995         * nnimap.el (nnimap-stream): Change default to `undecided'.
6996         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6997         first, and then network.
6998         (nnimap-open-connection-1): Respect nnimap-server-port.
6999         (nnimap-open-connection): Be more backwards-compatible.
7000
7001         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7002         (proto-stream-open-starttls): De-duplicate the starttls code.
7003         (proto-stream-open-starttls): Folded back into the main function.
7004         (proto-stream-open-network): Fix typo in the gnutls path.
7005         (proto-stream-command): Refactor out.
7006
7007         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7008
7009         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7010         starttls.el STARTTLS.
7011
7012         * color.el (color-lab->srgb): Fix function call name.
7013
7014         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7015         if we're using tls.el.
7016         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7017         built in, then don't try to establish a STARTTLS connection.
7018
7019         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7020         servers.
7021
7022         * proto-stream.el (open-proto-stream): Use network, not stream.
7023         (open-proto-stream): Add a way to specify what the end of a command is.
7024
7025         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7026         connections types.
7027         (nntp-open-network-stream): Remove.
7028         (nntp-open-ssl-stream): Remove.
7029         (nntp-open-tls-stream): Remove.
7030         (nntp-ssl-program): Remove.
7031
7032         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7033
7034 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7035
7036         * nnir.el: Fix typos.
7037         (nnir-retrieve-headers-override-function): Rename variable to reflect
7038         new semantics.
7039         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7040         macros.
7041         (nnir-request-article, nnir-request-move-article): Use them.
7042         (nnir-categorize): New function.
7043         (nnir-run-query): Use it.
7044         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7045         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7046         sorted.
7047         (nnir-group-full-name): Use gnus-group-full-name instead.
7048         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7049         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7050
7051 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7054
7055         * proto-stream.el: New library to provide protocol-specific
7056         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7057         protocols.
7058         (open-proto-stream): Complete the documentation.
7059         (proto-stream-open-network): Fix some typos.
7060
7061         * nnimap.el (nnimap-open-connection): Use it.
7062
7063 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7064
7065         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7066         negotiation.
7067
7068 2010-11-26  Julien Danjou  <julien@danjou.info>
7069
7070         * color.el: Rename various rgb functions to srgb.
7071
7072 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073
7074         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7075         names.
7076
7077 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * shr.el (shr-insert): Revert last change.
7080         (shr-find-fill-point): Never leave point being at bol;
7081         relax the kinsoku limitation when rendering tables.
7082
7083 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7086         results from -accept-article.
7087
7088         * shr-color.el: Require cl when compiling.
7089
7090         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7091         checkin.
7092
7093         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7094
7095         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7096
7097         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7098         'add and 'delete to set backend marks.
7099
7100         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7101
7102         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7103
7104         * nntp.el (nntp-request-set-mark): Use it.
7105
7106         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7107
7108         * nnml.el (nnml-request-set-mark): Ditto.
7109
7110         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7111         introduces regressions in article selection.
7112         (nnimap-find-uid-response): New function.
7113         (nnimap-request-accept-article): Use the UID returned, if any.
7114         (nnimap-request-move-article): Use the UID returned, if any.
7115         (nnimap-get-groups): Reimplement to work with folded lines.
7116         (nnimap-find-uid-response): The UID is the last element in the list.
7117         (nnimap-request-set-mark): Extend syntax with 'set.
7118
7119         * nnml.el (nnml-request-set-mark): Ditto.
7120
7121         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7122
7123         * nntp.el (nntp-request-set-mark): Ditto.
7124
7125 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * message.el (message-called-interactively-p): A temporary macro.
7128         (message-goto-body): Use it temporarily.
7129
7130 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7131
7132         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7133         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7134         (nnimap-last-response-string): Fix last unfolding fix.
7135
7136 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * shr.el (shr-insert): Fix the way to fold lines.
7139
7140 2010-11-25  Julien Danjou  <julien@danjou.info>
7141
7142         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7143
7144         * color.el: Rename from color-lab.el
7145         (color-rgb->hex): Add.
7146         (color-complement): Add.
7147         (color-complement-hex): Add.
7148
7149         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7150
7151 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * shr-color.el (shr-color-visible): Don't bug out if the color names
7154         don't exist.
7155
7156 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7159         assuming that article displaying or another mml-preview may be
7160         interrupted for an error or for the like.
7161
7162         * shr.el (shr-get-background): Fix argument name.
7163
7164 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7167
7168         * gnus-sum.el (gnus-summary-include-articles): New function.
7169
7170         * message.el (message-goto-body): called-interactively-p needs a
7171         parameter, so use `any'.
7172
7173         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7174         clear marks before moving, since they're synced from the Gnus side
7175         first.
7176
7177         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7178         (gnus-summary-move-article): Copy over all marks before moving, so that
7179         IMAP doesn't think a new article has arrived.
7180
7181 2010-11-24  Julien Danjou  <julien@danjou.info>
7182
7183         * shr.el (shr-insert-background-overlay): Fix typo.
7184         (shr-render-td): Copy the background before rendering.
7185
7186         * shr-color.el (shr-color-visible): Fix docstring.
7187
7188         * shr.el (shr-tag-table): Add bgcolor support.
7189         (shr-render-td): Add bgcolor support.
7190         (shr-get-background): Add.
7191         (shr-insert-foreground-overlay): Use shr-get-background.
7192
7193         * message.el (message-goto-body): Use called-interactively-p.
7194         (message-in-body-p): message-goto-body returns point.
7195
7196 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7199         Fixes something or other in Emacs 23, and is backwards compatible.
7200
7201         * message.el (message-goto-body): Remove the <#secure special-casing,
7202         which is too special.
7203
7204         * shr.el (shr-parse-style): Drop !important from styles.
7205
7206 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7207
7208         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7209         this function to return incorrect results when calling it with an
7210         explicit article argument different from
7211         (gnus-summary-article-number).
7212
7213 2010-11-24  Julien Danjou  <julien@danjou.info>
7214
7215         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7216         (shr-tag-body): Add background support.
7217         (shr-descend): Add background support.
7218         (shr-tag-title): Add.
7219
7220         * shr-color.el (shr-color-visible): Really return original background
7221         if fixed.
7222
7223 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * shr.el (shr-color-check): Protect against non-existent color names.
7226
7227 2010-11-24  Julien Danjou  <julien@danjou.info>
7228
7229         * color-lab.el: Require 'cl when compiling.
7230
7231         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7232
7233         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7234         matched part.
7235
7236         * color-lab.el: Fix all expt calls to use float type.
7237
7238 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7241         expression to shr-color-check as is.
7242
7243         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7244
7245         * color-lab.el: Add coding cookie.
7246         (float-pi): Use eval-and-compile.
7247
7248         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7249         compiled for Emacsen having no `libxml-parse-html-region' support.
7250
7251 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * shr.el (shr-insert-color-overlay): Split stuff like
7254         "#444444 !important" to find the real color.
7255         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7256         parse <font color="red"> entries.
7257
7258 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7259
7260         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7261         point when parsing headers.
7262
7263         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7264         is positioned properly when parsing headers.
7265
7266 2010-11-23  Julien Danjou  <julien@danjou.info>
7267
7268         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7269
7270         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7271
7272         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7273
7274         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7275         Use shr-color-hue-to-rgb.
7276         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7277
7278 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * shr.el (shr-color->hexadecimal): Autoload.
7281         (shr-descend): Add color to all tags.
7282
7283 2010-11-22  Julien Danjou  <julien@danjou.info>
7284
7285         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7286         shr-color->hexadecimal.
7287
7288         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7289         RGB() or HSL() color representation.
7290
7291         * shr.el (shr-tag-font): Add.
7292         (shr-tag-color-check): New function to get better colors.
7293         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7294         tag-span.
7295
7296         * shr-color.el: New file.
7297
7298         * color-lab.el: New file.
7299
7300         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7301
7302 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7303
7304         * nnir.el: Fix typo in comments.
7305         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7306         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7307
7308 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7311
7312         * nnimap.el (nnimap-get-capabilities): Refactor out.
7313         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7314
7315 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7316
7317         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7318         appearing when `mm-uu-hide-markers' is nil.
7319
7320 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7321
7322         * nnimap.el (nnimap-unselect-group): Make into its own function.
7323         (nnimap-request-rename-group): Unselect group before renaming.
7324         This had gotten lost somewhere.
7325         (nnimap-request-accept-article): Keep track of examined groups, and
7326         unselect the group before APPENDing to read-only groups.
7327         (nnimap-request-move-article): Clear flags before moving so that they
7328         can be re-set later.
7329
7330 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7333         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7334
7335 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-art.el (gnus-mime-display-single):
7338         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7339         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7340         parameter.
7341
7342 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343
7344         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7345         (shr-table-vertical-line): New variable.
7346         (shr-insert-table): Use it.
7347
7348 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-html.el (gnus-html-wash-images): Don't display images if
7351         gnus-inhibit-images is non-nil; register displayer for cid images.
7352         (gnus-html-display-image): Work for cid image.
7353         (gnus-html-insert-image): Allow arguments.
7354         (gnus-html-put-image): Inhibit read-only.
7355         (gnus-html-prefetch-images): Don't prefetch images if
7356         gnus-inhibit-images is non-nil.
7357
7358 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * shr.el (shr-put-image): Break lines when inserting big pictures.
7361
7362 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7363
7364         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7365         sender, thanks Katsumi Yamaoka.
7366
7367 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7368
7369         * nnir.el (nnir-run-imap): Reverse the article list for each group
7370         rather than the whole list.
7371
7372 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * shr.el (shr-image-displayer): Protect function against non-existent
7375         image source.
7376
7377         * gnus-art.el (gnus-inhibit-images): New user option.
7378         (gnus-mime-display-single): Don't display image if it is non-nil.
7379
7380         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7381         gnus-inhibit-images.
7382
7383         * shr.el (shr-image-displayer): New function.
7384         (shr-tag-img): Use it.
7385
7386 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7387
7388         * mml2015.el (mml2015-epg-sign): Use From header.
7389
7390 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7393
7394         * gnus-util.el (gnus-find-text-property-region): Return markers.
7395
7396         * shr.el (shr-tag-img): Put a displayer in the text property.
7397
7398         * gnus-util.el (gnus-find-text-property-region): New utility function.
7399
7400         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7401         (gnus-html-show-images): Remove.
7402
7403         * gnus-art.el (gnus-article-show-images): New, more general function.
7404
7405         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7406         image url text properties.
7407
7408         * shr.el: Ditto.
7409
7410         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7411         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7412
7413 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7416         work for two or more articles.
7417
7418 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7421         divide an image that's in an html article to two or more when washing
7422         non-ASCII characters in alt text of it.
7423
7424 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7427         smime-decrypt-region using function argument.
7428         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7429
7430         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7431
7432         * smime.el (smime-decrypt-region): Catch it.
7433
7434 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7435
7436         * smime.el (smime-mode-map): Move initialization into declaration.
7437         (gnus-run-mode-hooks): Don't autoload.
7438         (smime-mode): Use define-derived-mode.
7439
7440 2010-11-11  Glenn Morris  <rgm@gnu.org>
7441
7442         * smime.el (from): Restrict declaration to XEmacs.
7443
7444         * nnir.el (gnus-group-topic-name): Autoload.
7445
7446 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * shr.el (shr-insert): Don't break long line if it is because of
7449         kinsoku-bol characters in the line end.
7450
7451 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7452
7453         * nnir.el (nnir-request-move-article): Fix to provide original group
7454         and subject.
7455         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7456         been retrieved.
7457
7458         * gnus-sum.el (gnus-summary-move-article): Use original group and
7459         subject for virtual articles such as those in an nnir summary buffer.
7460
7461 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7464         least 21.5).
7465
7466         * smime.el (from): Declare it again for XEmacs.
7467
7468 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * message.el (message-resend): Don't disable encoding unless it's
7471         already encoded.
7472
7473         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7474         low-numbered articles.
7475
7476 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * rfc2047.el (rfc2047-syntax-table): Simplify.
7479
7480         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7481
7482         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7483         set-char-table-range for XEmacs.
7484
7485 2010-11-10  Glenn Morris  <rgm@gnu.org>
7486
7487         * time-date.el (time-to-seconds): Always an alias on Emacs,
7488         never a real function.
7489         (with-no-warnings): Remove compat stub, now unused.
7490         (time-less-p): Doc fix.
7491         (time-to-number-of-days): Simplify.
7492
7493         * smime.el (from): Remove unused declaration.
7494
7495         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7496         (gnus-float-time): On Emacs, always an alias.
7497
7498         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7499         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7500
7501 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * dgnushack.el: Don't use ignore-errors in the top level form since it
7504         is unavailable in XEmacs even if cl is loaded.
7505
7506         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7507
7508 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509
7510         * shr.el (browse-url-mailto): Autoload.
7511
7512         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7513
7514         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7515         regexp doesn't need quoting.
7516
7517 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7518
7519         * message.el (message-subject-trailing-was-ask-regexp)
7520         (message-subject-trailing-was-regexp): Match was: in addition to was.
7521
7522 2010-11-09  Glenn Morris  <rgm@gnu.org>
7523
7524         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7525         (nnbabyl-check-mbox): Use point-at-bol.
7526
7527 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528
7529         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7530
7531         * message.el (message-mailto): New function.
7532         (message-mailto): Should accept other parameters.
7533         (message-mailto): Remove since it duplicates browse-url-mailto
7534         functionality.
7535
7536 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7537
7538         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7539         methods.
7540         (gnus-read-active-file): Ditto.
7541
7542         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7543         ": " from the prompt.
7544         (gnus-group-make-group): Ditto.
7545
7546 2010-11-07  Glenn Morris  <rgm@gnu.org>
7547
7548         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7549         (gnus-bookmark-kill-line): Use point-at-eol.
7550
7551 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7554         asterisks in From header.
7555
7556 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7557
7558         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7559         string to avoid making the From headers syntactically invalid.
7560
7561         * message.el (message-send-mail): Don't insert courtesy messages if the
7562         message already has List-Post and List-ID messages.
7563
7564 2010-11-06  Glenn Morris  <rgm@gnu.org>
7565
7566         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7567         `condition', `type', `length' a prefix.
7568         (gnus-treat-predicate): Update for above name changes.
7569
7570 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7571
7572         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7573         binding.  Handled by `gnus-summary-refer-thread' instead.
7574         (nnir-warp-to-article): New backend function.
7575
7576         * nnimap.el (nnimap-request-thread): Force dependency updating.
7577
7578         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7579         (gnus-summary-refer-thread): Rework to improve thread-referral.
7580
7581         * gnus-int.el (gnus-warp-to-article): New function.
7582
7583         * gnus-sum.el (gnus-summary-article-map): Bind it.
7584
7585 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7586
7587         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7588         gnus-summary-refer-thread.
7589
7590         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7591         headers.
7592         (gnus-summary-limit-include-thread): Prevent articles in thread from
7593         being cut in gnus-cut-threads.
7594         (gnus-summary-refer-thread): Limit retrieved headers to those in
7595         thread.
7596
7597 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7598
7599         * message.el (message-send-mail): Use the value of
7600         message-courtesy-message from the message buffer.
7601
7602         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7603
7604         * shr.el (shr-browse-url): Implement mailto: URLs.
7605
7606         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7607         "raw".
7608
7609         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7610         if it's already selected.
7611
7612         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7613
7614 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7617         to measure the length and truncate alt text.
7618
7619 2010-11-03  Glenn Morris  <rgm@gnu.org>
7620
7621         * nndiary.el (nndiary-generate-nov-databases-1)
7622         (nndiary-generate-active-info): Rename dynamic variable `files' to
7623         something less generic.
7624
7625 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7626
7627         * nnir.el (nnir-request-move-article): Call the underlying backend to
7628         move articles from nnir.
7629
7630 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7633
7634 2010-11-02  Julien Danjou  <julien@danjou.info>
7635
7636         * nnir.el: Remove wais support.
7637
7638 2010-11-02  Glenn Morris  <rgm@gnu.org>
7639
7640         * gnus-html.el: Reorder requirements to quieten compiler.
7641
7642 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7645         properly for XEmacs as well.
7646         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7647         (gnus-article-natural-long-line-p): Use window-width rather than
7648         frame-width.
7649
7650 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7651
7652         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7653         (nnir-read-parms): Don't modify query.
7654         (nnir-run-query): Add ability to search topic on current line.
7655         (nnir-get-active): Clean up.
7656
7657 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7658
7659         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7660         degenerate articles.
7661
7662         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7663         (gnus-print-buffer): Just print the buffer as is, without any copying
7664         to a buffer and then re-highlighting.
7665
7666         * nnimap.el (nnimap-request-group): Store the new updated info.
7667         (nnimap-request-group): Select the group when we don't know whether it
7668         exists or not.
7669
7670         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7671         groups.
7672
7673         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7674         groups.
7675
7676         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7677         groups.
7678
7679         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7680         long-lines case by only filling the long lines.
7681
7682         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7683         (bug #7311).
7684
7685 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * shr.el: No need to declare `declare-function' since shr.el is for
7688         only Emacsen that provide `libxml-parse-html-region'.
7689
7690         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7691         effective only in a file it is referred to.
7692
7693 2010-11-01  Glenn Morris  <rgm@gnu.org>
7694
7695         * mm-util.el (gnus-completing-read): Autoload.
7696         (mm-read-coding-system): Simplify Emacs definition.
7697
7698         * nnmail.el (gnus-activate-group):
7699         * nnimap.el (gnutls-negotiate):
7700         * nntp.el (netrc-parse): Fix declarations.
7701
7702 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7705         string-match-p in Emacs >=23.
7706
7707         * gnus-msg.el (gnus-configure-posting-styles):
7708         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7709
7710 2010-11-01  Glenn Morris  <rgm@gnu.org>
7711
7712         * nnir.el (declare-function): Add compat stub.
7713         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7714         (nnir-run-gmane): Require 'mm-url.
7715
7716         * mm-util.el (mm-string-to-multibyte): Simplify.
7717
7718         * shr.el (declare-function): Add compat stub.
7719         (url-cache-create-filename): Declare.
7720         (mm-disable-multibyte, widget-convert-button): Autoload.
7721
7722         * smime.el (ldap-search): Declare.
7723         (smime-cert-by-ldap-1): Require ldap on Emacs.
7724
7725         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7726         (nnimap-keepalive): Use gnus-float-time.
7727
7728         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7729         (mail-source-delete-crash-box): Use gnus-float-time.
7730
7731         * gnus-dired.el (gnus-completing-read): Autoload.
7732
7733         * mm-view.el (gnus-rescale-image): Autoload.
7734
7735         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7736
7737         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7738
7739         * sieve-manage.el: Require 'cl when compiling.
7740
7741         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7742         (gnus-iswitchb-completing-read): Require iswitchb.
7743         (gnus-select-frame-set-input-focus): Silence compiler.
7744
7745 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * message.el (message-subject-trailing-was-query): Change default to t,
7748         since I think that's what most people want.
7749
7750         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7751         appending for easier debugging.
7752         (nnimap-wait-for-connection): Take a regexp.
7753         (nnimap-request-accept-article): Wait for the continuation line before
7754         sending anything unless we're streaming.
7755
7756         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7757         leave the header washing to take place.
7758
7759 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7760
7761         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7762         regular expression match and replace in posting styles.
7763
7764 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7765
7766         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7767         an entire server.
7768         (nnir-get-active): New function.
7769         (nnir-run-imap): Use it.
7770         (nnir-run-gmane): Who knew, gmane search returns an article score!
7771
7772         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7773         server on the current line with nnir.
7774
7775 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7778         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7779         left edge.
7780         (gnus-article-foldable-buffer): Skip past the prefix when determining
7781         raggedness.
7782
7783         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7784         the raw article, and change `C-u g' to show the article without doing
7785         treatments.
7786
7787         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7788         on to `gnus-treat-article'.
7789         (gnus-inhibit-article-treatments): New variable.
7790
7791         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7792
7793         * gnus-art.el (gnus-treatment-function-alist): Have
7794         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7795         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7796         sections.
7797
7798         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7799         parameter.
7800         (gnus-article-fill-cited-long-lines): New function.
7801         (gnus-article-fill-cited-article): Allow filling only long sections.
7802
7803         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7804         and non-punctuation (like after the apostrophe in "'We").
7805
7806         * gnus-sum.el (gnus-summary-select-article): Make sure
7807         gnus-original-article-buffer is alive.
7808
7809         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7810         reflect the order they're in in the digest.
7811
7812         * gnus.el (gnus-group-startup-message): Move point to the start of the
7813         buffer.
7814
7815         * nnimap.el (nnimap-capability): New function.
7816         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7817         is set.
7818
7819 2010-10-31  David Engster  <dengste@eml.cc>
7820
7821         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7822         conform with changes to gnus-completing-read.
7823
7824 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7827
7828 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7829
7830         * nnir.el: Move defvar, defcustom around to keep file organized
7831         and keep byte-compiler quiet.
7832         (nnir-read-parms): Accept search-engine as arg.
7833         (nnir-run-query): Pass search-engine as arg.
7834         (nnir-search-engine): Remove.
7835
7836 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * shr.el (shr-generic): The text nodes should be text, not :text.
7839
7840         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7841         later in the file.
7842
7843 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7844
7845         * nnir.el: General clean up.  Allow searching with multiple engines.
7846         Allow separate extra-parameters for each engine.
7847         Batch queries when possible.
7848         (nnir-imap-default-search-key,nnir-method-default-engines):
7849         Add customize interface.
7850         (nnir-run-gmane): New engine.
7851         (nnir-engines): Use it.  Qualify all prompts with engine name.
7852         (nnir-search-engine): Remove global variable.
7853         (nnir-run-hyrex): Restore for now.
7854         (nnir-extra-parms,nnir-search-history): New variables.
7855         (gnus-group-make-nnir-group): Use them.
7856         (nnir-group-server): Remove in favor of gnus-group-server.
7857         (nnir-request-group): Avoid searching twice.
7858         (nnir-sort-groups-by-server): New function.
7859
7860 2010-10-30  Julien Danjou  <julien@danjou.info>
7861
7862         * gnus-group.el: Remove gnus-group-fetch-control.
7863
7864         * gnus-start.el (gnus-find-new-newsgroups):
7865         Remove gnus-check-first-time-used.
7866
7867         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7868
7869 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7870
7871         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7872         set on groups that don't have \* permanentflags.
7873
7874 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875
7876         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7877         control the background color.
7878         (shr-tag-img): Ignore very small web bug type images.
7879         (shr-put-image): Add help-echo alt texts to the images.
7880         (shr-tag-video): Show the video poster image.
7881
7882 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7883
7884         * shr.el (shr-table-depth): New variable.
7885         (shr-tag-table-1): Only insert the images after the top-level table.
7886
7887         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7888
7889         * gnus-util.el (gnus-list-memq-of-list): New function.
7890
7891         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7892         selected.
7893         (nnimap-unsplittable-articles): New slot.
7894         (nnimap-new-articles): Use it.
7895
7896 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7897
7898         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7899         move to the previous line on `M-g'.
7900
7901 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7904         *-request-group, which seems unnecessary.
7905
7906         * nnimap.el (nnimap-quote-specials): Function copied over from
7907         imap.el.
7908         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7909         they support that.  Suggested by Tom Regner.
7910
7911 2010-10-29  Julien Danjou  <julien@danjou.info>
7912
7913         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7914         defalias.
7915         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7916
7917         * gnus.el: Remove `gnus-nntp-service' variable.
7918         (gnus-secondary-servers): Make obsolete.
7919         (gnus-nntp-server): Make obsolete.
7920
7921         * gnus-start.el (gnus-1): Remove x-splash calls.
7922
7923         * gnus-ems.el (gnus-x-splash): Remove.
7924
7925         * gnus.el (gnus-group-startup-message): Simplify/update code.
7926
7927         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7928         definition.
7929
7930         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7931         capability before doing anything.
7932         (gnus-group-insert-group-line): Remove useless
7933         gnus-group-remove-excess-properties.
7934
7935 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7938
7939 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940
7941         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7942         config after reselecting.
7943
7944 2010-10-28  Julien Danjou  <julien@danjou.info>
7945
7946         * shr.el (shr-put-image): Use point even if only inserting text.
7947         (shr-put-image): Save excursion when inserting alt text on non-graphic
7948         display, so the behavior is the same when we are on a graphic display.
7949
7950         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7951
7952 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7955         (gnus-mime-copy-part): Check coding system, not charset.
7956         (gnus-mime-view-part-externally): Never remove part.
7957         (gnus-mime-view-part-internally): Don't remove part here.
7958         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7959         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7960         multipart/alternative.
7961
7962         * mm-decode.el (mm-display-part): Take optional arg `force'.
7963
7964 2010-10-26  Julien Danjou  <julien@danjou.info>
7965
7966         * gnus-group.el (gnus-group-default-list-level): Add this function to
7967         compute the default list level.
7968         (gnus-group-default-list-level): Add possibility to use a function.
7969
7970 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7973
7974         * gnus-group.el (gnus-group-completing-read)
7975         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7976         gnus-replace-in-string.
7977
7978 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * shr.el (shr-tag-div): Add.
7981
7982         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7983
7984 2010-10-25  Julien Danjou  <julien@danjou.info>
7985
7986         * gnus-util.el: Remove `gnus-with-local-quit'.
7987
7988         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7989
7990 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7991
7992         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7993         the original article buffer.
7994
7995 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7996
7997         * nnimap.el (nnimap-request-head): New function.
7998         (nnimap-request-move-article): Try to be slightly faster by not
7999         requesting the entire message when moving.
8000         (nnimap-transform-headers): Don't bug out on bodiless articles.
8001         (nnimap-send-command): Have no outstanding messages if the IMAP server
8002         doesn't support streaming.
8003         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8004
8005 2010-10-24  Julien Danjou  <julien@danjou.info>
8006
8007         * message.el (message-default-headers): Fix type.
8008
8009 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8010
8011         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8012         prefetching images.
8013
8014         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8015         backend for unknown groups.  This is mainly useful for nnimap groups.
8016
8017         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8018         group isn't covered by the agent.
8019
8020 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8021
8022         * nnir.el (nnir-method-default-engines): New variable.
8023         (nnir-run-query): Use it.
8024         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8025         (gnus-summary-nnir-goto-thread): Change group if needed.
8026
8027         * gnus-group.el (gnus-group-group-map): Add key binding for
8028         gnus-group-make-nnir-group.
8029
8030 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * shr.el (shr-tag-object): Add.
8033
8034         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8035         original article buffer live.
8036         (gnus-summary-select-article-buffer):
8037         Mention gnus-widen-article-buffer.
8038
8039 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * shr.el (shr-tag-strong): Add.
8042
8043 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8046         group names.  They mess up the group buffer badly.
8047
8048         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8049
8050         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8051         instead of the summary one.
8052
8053 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * mml.el (mml-preview): Work properly when editing article.
8056
8057         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8058         gnus-have-read-active-file if it's already been in.
8059
8060 2010-10-22  Tom Tromey  <tromey@redhat.com>
8061
8062         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8063         gnus-group-completing-read.
8064
8065 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066
8067         * message.el (message-mode-map): Don't bind M-; to comment region, to
8068         allow the global comment-dwim to work.
8069
8070 2010-10-21  Julien Danjou  <julien@danjou.info>
8071
8072         * message.el (message-setup-1): Allow message-default-headers to be a
8073         function.
8074
8075 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * shr.el (shr-tag-table): Simplify.
8078
8079 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8082         to avoid trying to snarf invalid stuff.
8083
8084         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8085
8086         * gnus.el (gnus-message-archive-group): Quote value.
8087         (gnus-message-archive-group): Mark as changed.
8088
8089         * shr.el (shr-add-font): Don't put the font properties on the newline
8090         or the indentation.
8091
8092         * message.el (message-fix-before-sending): Change options when sending
8093         non-printable characters.
8094
8095         * gnus.el (gnus-message-archive-method): Change the default to
8096         monthly outgoing groups.
8097
8098         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8099         that have gotten new numbers.
8100
8101         * nnimap.el (nnimap-request-replace-article): New function.
8102
8103 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8106         (nnrss-request-article): Don't use special html washing code.
8107
8108 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * shr.el (shr-tag-table): Remove useless nconc.
8111
8112 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * gnus-art.el (article-wash-html): Simplify and remove the charset
8115         stuff.  Use the normal html rendering code instead of the special html
8116         washing code.
8117
8118         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8119         `gnus-w3m' symbols.
8120         (mm-text-html-washer-alist): Remove.
8121
8122         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8123         (mm-inline-media-tests): Remove use.
8124         (mm-text-html-renderer): Change default to the `shr' symbol.
8125
8126         * mm-view.el (mm-inline-text-html): Remove use.
8127
8128         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8129         `gnus-blocked-images' to be a function.
8130         (gnus-article-wash-function): Remove.
8131
8132 2010-10-20  Julien Danjou  <julien@danjou.info>
8133
8134         * spam.el (spam-list-of-processors): Mark as obsolete.
8135
8136         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8137         (nnimap-insert-partial-structure): Fix boundary detection.
8138
8139 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8140
8141         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8142         run file-truename on remote files.  This can be expensive and even
8143         prevent one from editing drafts if some unrelated buffer has a stale
8144         connection.
8145
8146 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8149         kinsoku-eol regardless of shr-kinsoku-shorten.
8150         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8151         (shr-tag-table): Support caption, thead, and tfoot.
8152
8153 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154
8155         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8156         lines.
8157         (shr-save-contents): New command and keystroke.
8158
8159         * nndoc.el (nndoc-type-alist): Add git support.
8160         (nndoc-git-type-p): New function.
8161         (nndoc-transform-git-article): Ditto.
8162         (nndoc-transform-git-headers): Ditto.
8163         (nndoc-transform-git-headers): Generate Subject headers.
8164
8165         * shr.el (shr-parse-style): New function.
8166         (shr-tag-span): Ditto.
8167
8168         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8169         to `G G' to avoid collisions.
8170
8171 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * shr.el: Load kinsoku if necessary.
8174         (shr-kinsoku-shorten): New internal variable.
8175         (shr-find-fill-point): Make kinsoku shorten text line if
8176         shr-kinsoku-shorten is bound to non-nil.
8177         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8178         shr-indentation too when testing if table is wider than frame width.
8179         (shr-insert-table): Use `string-width' instead of `length' to measure
8180         text width.
8181         (shr-insert-table-ruler): Make sure indentation is done at bol.
8182
8183 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8184
8185         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8186         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8187         undecoded network data.
8188
8189 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8190
8191         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8192         name in the mode line spec so that the mode line menu works
8193         (bug #2431).
8194
8195         * message.el (message-get-reply-headers): If we're fed `to-address',
8196         then always use that.
8197
8198         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8199         aren't so wide as to need to switch off the edit menu.
8200
8201         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8202         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8203
8204         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8205         `M-g'.
8206         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8207         the permanent marks.
8208
8209 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8210
8211         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8212         Splitting according to references/in-reply-to obeys the ignore-groups
8213         variable, while splitting by sender and subject do not.
8214
8215 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8218         alist, so that we can look for non-Unicode chars.
8219         (article-translate-strings): Allow both character and string maps.
8220
8221 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * shr.el (shr-insert): Don't insert space behind a wide character
8224         categorized as kinsoku-bol, or between characters both categorized as
8225         nospace.
8226
8227 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8228
8229         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8230         headers to gnus-newsgroup-headers.
8231
8232 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * shr.el (shr-tag-img): Don't align images -- since we're not
8235         rescaling, this often leads to ugly displays.
8236
8237 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8238
8239         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8240         duplicates.
8241
8242 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8243
8244         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8245         call.
8246
8247 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8248
8249         * gnus.el: Autoload gnus-html-show-images.
8250
8251         * nnimap.el: Use nnheader-message throughout.
8252
8253         * shr.el (shr-tag-img): Ignore images with no data.
8254
8255 2010-10-15  Julien Danjou  <julien@danjou.info>
8256
8257         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8258         a possibility to disable format=flow encoding when using hard newlines.
8259
8260 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * shr.el (shr-insert): Remove space inserted before or after a
8263         breakable character or at the beginning or the end of a line.
8264         (shr-find-fill-point): Do kinsoku; find the second best point or give
8265         it up if there's no breakable point.
8266
8267 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8268
8269         * nnimap.el (nnimap-open-connection): Message when opening connection
8270         for debugging purposes.
8271
8272         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8273         on every setup buffer call to allow this to change from article to
8274         article.
8275
8276         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8277         buffers where we have a wide table.
8278
8279 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8280
8281         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8282         uses *-request-thread.
8283
8284 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8287         incantation, which is no longer valid.
8288
8289 2010-10-14  Julien Danjou  <julien@danjou.info>
8290
8291         * shr.el: Fix defcustom type (char -> character).
8292
8293 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8296         programs.
8297
8298 2010-10-14  Julien Danjou  <julien@danjou.info>
8299
8300         * shr.el (shr-tag-a): Use url-link as widget type.
8301
8302         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8303         `gnus-group-get-icon'.
8304
8305 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8308         This should make server editing work better.
8309
8310         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8311
8312         * tls.el (tls-program): Remove spurious %s from openssl.
8313
8314         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8315         (nnimap-parse-flags): Fix regexp.
8316
8317         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8318         probably work for CJVK text, too.
8319
8320         * nnimap.el (nnimap-extend-tls-programs): Remove.
8321         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8322
8323         * tls.el (tls-starttls-switches): Remove starttls hack.
8324         (open-tls-stream): Ditto.
8325         (tls-find-starttls-argument): Ditto.
8326
8327 2010-10-13  Julien Danjou  <julien@danjou.info>
8328
8329         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8330         responses.
8331
8332 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8335
8336         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8337         anything in Emacs.
8338
8339         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8340
8341 2010-10-13  Julien Danjou  <julien@danjou.info>
8342
8343         * shr.el (shr-width): Make shr-width a defcustom with default to
8344         fill-column.
8345         (shr-tag-img): Use shr-width rather than fill-column.
8346
8347 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * dgnushack.el (byte-optimize-apply):
8350         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8351
8352         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8353         position when (X-)Faces exist.
8354         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8355         avatars when called interactively.
8356
8357 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8360         gnus-article-x-face-too-ugly is bound.
8361
8362 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8365
8366         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8367         mailbox that doesn't exist.
8368
8369 2010-10-12  Julien Danjou  <julien@danjou.info>
8370
8371         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8372         (shr-get-image-data): Encode URL properly when fetching from cache.
8373         (shr-tag-img): Use aligned-to spaces to align correctly images.
8374
8375         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8376         before inserting the Gravatar.
8377
8378         * shr.el (shr-tag-img): Add align attribute support for <img>.
8379
8380 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381
8382         * gnus-gravatar.el (gnus-art): Require.
8383
8384         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8385         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8386         Remove long obsoleted functions.
8387
8388 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8391
8392         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8393
8394         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8395         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8396         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8397         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8398         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8399         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8400         * sieve-manage.el, smime.el, spam.el:
8401         Fix comment for declare-function.
8402
8403 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404
8405         * nnimap.el (nnimap-request-rename-group): Select group read-only
8406         before renaming it.
8407
8408         * shr.el (shr-insert): Fix up the white space only regexp.
8409
8410         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8411         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8412
8413         * shr.el (shr-current-column): New function.
8414         (shr-find-fill-point): New function.
8415
8416 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8417
8418         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8419         numbers.
8420
8421 2010-10-11  Julien Danjou  <julien@danjou.info>
8422
8423         * shr.el (shr-hr-line): Add.
8424         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8425         display hr lines.
8426         (shr-max-columns): Do not change state to nil if we just inserting
8427         spaces.
8428
8429 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8432         select the last group.
8433
8434 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8435
8436         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8437
8438 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8439
8440         * dig.el (dig-mode-map): Declare and define in one step.
8441
8442 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8445         for Gnus.
8446         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8447         (nnimap-update-qresync-info): Mark \Seen articles as read.
8448
8449         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8450         non-variable, too.
8451
8452         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8453         available.
8454         (nnimap-update-info): Rely more on the current active than the param
8455         active to avoid marking articles as read too much.
8456
8457         * auth-source.el (auth-source-create): Use (user-login-name) for the
8458         user name default.
8459
8460         * nnimap.el (nnimap-update-info): If the server doesn't return any
8461         useful info, just use the previous info.
8462         (nnimap-update-info): Prefer old info over start-article.
8463         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8464
8465 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8466
8467         * nnir.el (autoload): Clean up autoloads.
8468         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8469         Use key rather than value.
8470         (nnir-imap-search-other): New variable.
8471         (nnir-read-parm): Use it.
8472         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8473         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8474
8475 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8476
8477         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8478         the process, too.
8479
8480 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481
8482         * spam.el (gnus-summary-mode-map): Bind to "$".
8483         Suggested by Russ Allbery.
8484
8485         * shr.el: Rework the way things are indented by <li> slightly.
8486
8487         * gnus.el (gnus-group-set-parameter): Fix typo.
8488
8489         * nnimap.el: Start implementing QRESYNC support.
8490
8491 2010-10-09  Julien Danjou  <julien@danjou.info>
8492
8493         * nnir.el (nnir-engines): Fix too many arguments.
8494
8495 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8498         group is the "last", so that the backends like nnfolder actually save
8499         their folders.
8500
8501         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8502         try to use that for the tls stream.
8503         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8504         UIDVALIDITY and find out which groups are read-only and not.
8505         (nnimap-get-flags): Use the same marks parsing code as the rest of
8506         nnimap.
8507
8508 2010-10-09  Julien Danjou  <julien@danjou.info>
8509
8510         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8511
8512         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8513         retrieving gravatars.
8514
8515         * shr.el (shr-table-corner): Add.
8516         (shr-table-line): Add.
8517         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8518
8519 2010-10-08  Julien Danjou  <julien@danjou.info>
8520
8521         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8522
8523 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8524
8525         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8526
8527         * gnus-sum.el (gnus-mark-article-as-unread)
8528         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8529         (gnus-summary-set-bookmark): Use it.
8530
8531         * gnus-msg.el (gnus-setup-message): Use it.
8532
8533         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8534
8535         * gnus.el (gnus-group-remove-parameter): Use it.
8536
8537         * gnus-group.el (gnus-group-make-web-group): Use it.
8538
8539         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8540
8541         * nnregistry.el: Update docs to mention manual.
8542
8543         * gnus-registry.el: Update docs to mention nnregistry.el.
8544         (gnus-registry-initialize): Don't install nnregistry refer method
8545         automatically.
8546         (gnus-registry-install-nnregistry): Remove it.
8547
8548 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * shr.el (shr-insert): Don't insert double spaces.
8551
8552 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-gravatar.el (gnus-treat-from-gravatar)
8555         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8556         called interactively.
8557
8558         * gnus-art.el (gnus-mime-view-part-externally)
8559         (gnus-mime-view-part-internally): Make predicate function passed to
8560         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8561         of a mime type.
8562
8563         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8564
8565 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8566
8567         * shr.el (require): Require cl when compiling.
8568         (shr-tag-hr): New function.
8569
8570         * nnimap.el (nnimap-update-info): Remove double setting of high.
8571         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8572         This makes nnimap work properly on Courier again.
8573
8574         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8575         the variable for backwards compatibility.
8576
8577         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8578         the file name before using to avoid setting mm-default-directory to
8579         nil.
8580
8581         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8582         bidning gnus-agent variables.
8583
8584         * shr.el (shr-render-td): Use a cache for the table rendering function
8585         to avoid getting an exponential rendering behavior in nested tables.
8586         (shr-insert): Rework the line-breaking algorithm.
8587         (shr-insert): Don't leave trailing spaces.
8588         (shr-insert-table): Also insert empty TDs.
8589         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8590
8591 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8592
8593         * gnus-sum.el (gnus-number): Rename from `number'.
8594         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8595         (gnus-summary-limit-children): Update uses correspondingly.
8596
8597 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8600         (gnus-gravatar-transform-address): Don't show avatars of people of
8601         which mail addresses match gnus-gravatar-too-ugly.
8602
8603 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * shr.el (shr-table-widths): Expand TD elements to fill available
8606         space.
8607
8608 2010-10-07  Julien Danjou  <julien@danjou.info>
8609
8610         * nnimap.el (nnimap-request-rename-group): Add this method.
8611
8612 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8615         name from XEmacs' function-arglist.
8616
8617         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8618         gravatar under XEmacs.
8619
8620 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8621
8622         * auth-source.el: Update docs with TODO items.
8623
8624         * gnus-sync.el: Update docs to explain state and plans.
8625
8626         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8627         Hooks for mark updates.
8628         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8629
8630         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8631         hooks with arguments, which is needed for mark update hooks.
8632
8633 2010-10-06  Julien Danjou  <julien@danjou.info>
8634
8635         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8636         was matched.
8637
8638         * sieve-manage.el: Update example in `Commentary'.
8639
8640         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8641
8642         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8643         not 2000.
8644         (sieve-manage-authenticate): Re-add function.
8645
8646 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * shr.el (shr-insert): Get 'space transition right.
8649         (shr-render-td): Only delete space at the end of the TD.
8650
8651         * nnimap.el (nnimap-open-connection): Prepare to support
8652         open-gnutls-stream.
8653
8654         * shr.el: Rearrange function order to be more logical.
8655
8656 2010-10-06  Julien Danjou  <julien@danjou.info>
8657
8658         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8659         (nnrss-discover-feed): Remove 404 URL in docstring.
8660
8661         * nnir.el: Fix Swish-E URL.
8662         Fix Namazu URL.
8663
8664         * message.el (message-change-subject): Remove 404 URL in a comment.
8665
8666 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8669         called interactively.
8670
8671         * gnus-util.el (gnus-remove-if): Allow hash table.
8672         (gnus-remove-if-not): New function.
8673
8674         * gnus-art.el (gnus-mime-view-part-as-type):
8675         * gnus-score.el (gnus-summary-score-effect):
8676         * gnus-sum.el (gnus-read-move-group-name):
8677         Replace remove-if-not with gnus-remove-if-not.
8678
8679         * gnus-group.el (gnus-group-completing-read):
8680         Regard collection as a hash table if it is not a list.
8681
8682 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8683
8684         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8685
8686         * shr.el: Document the table-rendering algorithm.
8687
8688 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8691         for Emacsen having no `libxml-parse-html-region' support.
8692
8693 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8696         invalid URLs.
8697
8698         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8699         line-broken.
8700         (shr-tag-img): Ignore image fetching errors.
8701         (shr-overlays-in-region): Compute overlay positions correctly.
8702
8703         * mm-decode.el (mm-shr): Require shr.
8704
8705         * gnus-art.el (gnus-blocked-images): Move variable here.
8706
8707         * shr.el (shr-insert-table): Bind free variable.
8708
8709         * mm-decode.el (mm-shr): Bind shr-content-function.
8710
8711         * shr.el (shr-content-function): New variable.
8712
8713         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8714         added for symmetry.
8715
8716         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8717
8718         * gnus-group.el (gnus-group-make-group): Doc fix.
8719
8720         * nnimap.el (nnimap-request-newgroups): Return success.
8721
8722         * shr.el (shr-find-elements): New function.
8723         (shr-tag-table): Put all the images after the table.
8724         (shr-tag-table): Really inhibit images inside the table.
8725         (shr-collect-overlays): Copy over overlays from the TD elements to the
8726         main document.
8727
8728         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8729         gnus-blocked-images.
8730
8731 2010-10-05  Julien Danjou  <julien@danjou.info>
8732
8733         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8734
8735         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8736         (gnus-html-maximum-image-size): Add this function.
8737         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8738
8739         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8740         server-value of the capability is nil.
8741
8742 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * shr.el (shr-tag-em): Add <EM> tag.
8745
8746 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8747
8748         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8749         customizable.
8750
8751         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8752         handing broken links to browse-url.
8753
8754 2010-10-05  Julien Danjou  <julien@danjou.info>
8755
8756         * gnus-util.el (gnus-emacs-completing-read)
8757         (gnus-iswitchb-completing-read): Use autoload rather than require.
8758
8759 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8762         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8763         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8764         iswitchb-temp-buflist for XEmacs.
8765
8766         * gnus-util.el (gnus-completing-read-function): Exclude
8767         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8768         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8769         XEmacs.
8770
8771         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8772         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8773
8774         * gnus-html.el: Don't require help-fns under XEmacs.
8775         (gnus-html-schedule-image-fetching): Work for XEmacs.
8776
8777         * mm-decode.el (mm-shr): Decode contents by charset.
8778
8779 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8782         unknown.
8783
8784         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8785         (shr-get-image-data): Ensure against the cache file missing.
8786
8787         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8788         for data.
8789
8790         * spam-report.el (spam-report-url-ping-plain): Don't query about
8791         killing the process.
8792
8793         * shr.el (shr-render-td): Protect against too-wide text.
8794
8795 2010-10-04  Julien Danjou  <julien@danjou.info>
8796
8797         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8798         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8799
8800         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8801         retrieved.
8802
8803 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * shr.el (browse-url): Require.
8806         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8807         lines.
8808         (shr-show-alt-text, shr-browse-image): New commands.
8809         (shr-browse-url, shr-copy-url): New commands.
8810
8811         * gnus-sum.el (gnus-widen-article-window): New variable.
8812         (gnus-summary-select-article-buffer): Use it.
8813
8814         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8815         without @ signs.
8816
8817 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8818
8819         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8820
8821 2010-10-04  Julien Danjou  <julien@danjou.info>
8822
8823         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8824         for XEmacs.
8825
8826 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8829
8830         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8831         (nnimap-close-server): Implement.
8832
8833         * dgnushack.el (iswitchb): Require to shut up the compiler.
8834
8835         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8836         (shr-insert): Tweak line breaking.
8837         (shr-insert): Handle <pre> better.
8838         (shr-tag-li): Get <li> indentation right.
8839         (shr-tag-li): Get <li> indentation even righter.
8840         (shr-tag-blockquote): Ensure paragraph start.
8841         (shr-make-table): Tweak table generation.
8842         (shr-make-table): Fix typo.
8843
8844         * shr.el: Implement table rendering.
8845
8846 2010-10-04  Julien Danjou  <julien@danjou.info>
8847
8848         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8849
8850 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * shr.el (shr-insert): Use string anchors instead of line anchors.
8853
8854 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * shr.el: Add headings.
8857         (shr-ensure-paragraph): Actually work.
8858         (shr-tag-li): Make <ul> prettier.
8859         (shr-insert): Get white space at the beginning/end of elements right.
8860         (shr-tag-p): Collapse subsequent <p>s.
8861         (shr-ensure-paragraph): Don't insert double line feeds after blank
8862         lines.
8863         (shr-insert): \t is also space.
8864         (shr-tag-s): Fix "s" tag name function.
8865         (shr-tag-s): Fix face prop name.
8866
8867 2010-10-03  Julien Danjou  <julien@danjou.info>
8868
8869         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8870
8871         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8872         gnus-window-inside-pixel-edges.
8873
8874         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8875         gnus-ems.
8876
8877         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8878
8879         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8880         function.
8881
8882         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8883         resize choice.
8884
8885 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8888         beginning of the buffer.
8889
8890         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8891         article buffer again.
8892
8893         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8894
8895         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8896         when it's at the start of the buffer.
8897
8898         * shr.el (shr-tag-blockquote): Convert name.
8899         (shr-rescale-image): Use the right image-size variant.
8900
8901         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8902         buffer isn't shown, then select the current article first instead of
8903         bugging out.
8904         (gnus-summary-select-article-buffer): Show both the article and summary
8905         buffers again.
8906
8907         * shr.el (shr-fontize-cont): Protect against regions with no text.
8908         Rename tag functions to shr-tag-* for enhanced security.
8909         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8910
8911 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8912
8913         * shr.el (shr-insert):
8914         * pop3.el (pop3-movemail):
8915         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8916         loaded.
8917
8918 2010-10-03  Glenn Morris  <rgm@gnu.org>
8919
8920         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8921
8922         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8923
8924         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8925
8926         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8927
8928         * gnus-util.el (gnus-make-local-hook): Simplify.
8929
8930 2010-10-02  Julien Danjou  <julien@danjou.info>
8931
8932         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8933         (gnus-ido-completing-read): New function.
8934         (gnus-emacs-completing-read): New function.
8935         (gnus-completing-read): Use gnus-completing-read-function.
8936         Add gnus-completing-read-function.
8937
8938 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * shr.el (shr-insert-document): Autoload.
8941         (shr-img): Be silent.
8942         (shr-insert): Add a newline after every picture before text.
8943         (shr-add-font): Use overlays for combining faces.
8944         (shr-insert): Pass upwards the text start point.
8945
8946         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8947         possible.
8948         (mm-shr): New function.
8949
8950 2010-10-02  Julien Danjou  <julien@danjou.info>
8951
8952         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8953         should go backward.
8954
8955 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8956
8957         * shr.el (shr): Fix typo in provide call.
8958
8959 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960
8961         * shr.el: New file.
8962
8963         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8964
8965         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8966         completing read.
8967
8968 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8971         we're being queried about.  Suggested by Dan Jacobson.
8972
8973         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8974         Suggested by Jason Eisner.
8975
8976         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8977         table, too.  Suggested by Stefan Wiens.
8978         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8979         the table unnecessary.  Suggested by Stefan Wiens.
8980
8981         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8982         longer needed, and probably doesn't work either, as pointed out by
8983         Stefan Wiens.
8984         (gnus-summary-exit): Remove call to the clearing function.
8985         (gnus-summary-exit-no-update): Ditto.
8986
8987         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8988         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8989         Reported by Stefan Monnier.
8990         (gnus-summary-save-in-rmail): Ditto.
8991
8992         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8993         article buffer, instead of both the article buffer and the summary
8994         buffer.  Sort of suggested by Dan Jacobson.
8995
8996         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8997
8998         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8999         Suggested by Dan Jacobson.
9000
9001         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9002         documentation clearer.
9003
9004         * message.el (message-shorten-references): Comment on the number "21".
9005         Suggested by Stefan Monnier.
9006
9007         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9008         Suggested by Dan Jacobson.
9009
9010         * gnus.el (gnus-large-newsgroup):
9011         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9012
9013         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9014         externalize attachments.  Bug reported by Steve Wen.
9015
9016         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9017         really message anything to the user.
9018
9019         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9020         directly.
9021
9022         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9023         messages in empty groups.
9024
9025 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
9026
9027         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9028         non-UIDNEXT group.
9029
9030 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9033         not the value from the collection.
9034
9035         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9036         values.  This sometimes happens on some groups that have no info.
9037         (nnimap-request-newgroups): New function.
9038
9039 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9040
9041         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9042         check into `gnus-registry-initialize'.
9043         (gnus-registry-initialize): Ditto.
9044         Fix and extend header docs.
9045
9046 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9049         regexp backtrace overflows.
9050
9051         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9052         for starttls that tls.el implements; i.e. openssl.
9053
9054         * tls.el (tls-starttls-switches): Give up on using starttls with
9055         gnutls-cli.
9056         (tls-program): Add --insecure to be consistent with the defaults from
9057         openssl s_client.  Now all three commands are insecure.
9058
9059 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * lpath.el: Bind completion-styles-alist for XEmacs.
9062
9063         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9064         (gravatar-create-image): New function that's an alias to
9065         gnus-xmas-create-image, gnus-create-image, or create-image.
9066         (gravatar-data->image): Use it.
9067
9068 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9069
9070         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9071         install the nnregistry refer method.
9072         (gnus-registry-install-hooks): Use it.
9073         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9074         unfollowed groups.
9075
9076 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9077
9078         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9079         expanding threads.
9080
9081 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * nnir.el: Use the server names without suffixes (bug #7009).
9084
9085         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9086         unencrypted to STARTTLS, if possible.
9087
9088 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9089
9090         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9091         headers before superseding.
9092
9093 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * nnrss.el (nnrss-use-local): Add documentation.
9096
9097         * nnimap.el (nnimap-extend-tls-programs): New function.
9098         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9099         (nnimap-wait-for-connection): Accept the greeting from the stupid
9100         output from openssl s_client -starttls, too.
9101
9102         * tls.el (tls-starttls-switches): New variable.
9103         (tls-find-starttls-argument): Use it.
9104         (open-tls-stream): Ditto.
9105
9106         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9107         (netrc-machine): Ditto.
9108
9109         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9110         article number.
9111         (nnimap-split-fancy): New variable.
9112         (nnimap-split-incoming-mail): Use it.
9113
9114         * nntp.el (nntp-server-list-active-group): Document.
9115
9116         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9117         SELECT to get the message-id.
9118
9119         * mail-source.el (mail-sources): Remove webmail support.
9120         (defvar): Ditto.
9121         (mail-source-fetcher-alist): Ditto.
9122         (mail-source-fetch-webmail): Remove.
9123
9124         * webmail.el: Remove -- doesn't seem relevant any more.
9125
9126         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9127
9128         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9129         the \r.
9130
9131 2010-09-30  Julien Danjou  <julien@danjou.info>
9132
9133         * gnus-agent.el (gnus-agent-add-group): Fix call to
9134         gnus-completing-read.
9135
9136 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9137
9138         * nndoc.el (nndoc-retrieve-groups): New function.
9139
9140         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9141         `default', use nnmail-split-methods.
9142         (nnimap-request-article): Downcase the NILs so that they are nil.
9143
9144         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9145         symbol.
9146
9147         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9148         code, since if the user has requested network, that's what they ought
9149         to get.
9150         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9151         (nnimap-split-rule): Mark as obsolete.
9152
9153         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9154         New variable.
9155
9156         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9157         correct slot, too.
9158
9159 2010-09-29  Julien Danjou  <julien@danjou.info>
9160
9161         * gnus.el (gnus-local-domain): Declare variable obsolete.
9162
9163         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9164         Fix history computing.
9165         (gnus-ido-completing-read): Require ido.
9166
9167 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9170         build Gnus.
9171
9172         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9173         when interpreting the structures.
9174         (nnimap-request-accept-article): Add \r\n to the lines to make this
9175         work with Cyrus.
9176
9177         * nndraft.el (nndraft-request-expire-articles): Use the group name
9178         instead if "nndraft".  Fix found by Nils Ackermann.
9179
9180 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9181
9182         * nnregistry.el: Add.
9183
9184 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9185
9186         * nnmail.el (group, group-art-list, group-art):
9187         Remove unneeded directives.
9188
9189 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9192         (mm-mime-charset):
9193         * rfc2047.el (rfc2047-syntax-table):
9194         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9195
9196         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9197         rather than `insert-file-contents' and `eval-region'.
9198
9199         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9200         construction.
9201
9202         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9203
9204         * time-date.el: No need to require cl for Emacs 21.
9205
9206 2010-09-29  Julien Danjou  <julien@danjou.info>
9207
9208         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9209         replacement of `gnus-gravatar-relief' to mimic
9210         `gnus-faces-properties-alist'.
9211         Add :version property.
9212
9213 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * mail-source.el (mail-source-report-new-mail):
9216         * message.el (message-default-mail-headers):
9217         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9218
9219         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9220
9221 2010-09-28  Julien Danjou  <julien@danjou.info>
9222
9223         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9224         mail-address contains the same string as real-name.
9225
9226         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9227         non-blank in header, otherwise it'll get stripped.
9228
9229         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9230         real-name, and then for mail address rather than doing : or , search.
9231
9232 2010-09-27  Julien Danjou  <julien@danjou.info>
9233
9234         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9235         right completing-read function.
9236         (gnus-use-ido): New variable
9237         (gnus-completing-read-with-default): Remove.
9238         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9239         (gnus-agent-add-group):
9240         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9241         * mm-view.el (mm-view-pkcs7-decrypt):
9242         * mm-util.el (mm-codepage-setup):
9243         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9244         * mml-smime.el (mml-smime-openssl-sign-query):
9245         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9246         (mml-insert-multipart):
9247         * gnus-msg.el (gnus-summary-yank-message):
9248         * gnus-int.el (gnus-start-news-server):
9249         * mm-decode.el (mm-interactively-view-part):
9250         * gnus-dired.el (gnus-dired-attach):
9251         * gnus.el (gnus-read-method):
9252         * gnus-bookmark.el (gnus-bookmark-jump):
9253         * gnus-art.el (gnus-mime-view-part-as-type)
9254         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9255         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9256         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9257         * nnmairix.el (nnmairix-create-server-and-default-group)
9258         (nnmairix-update-groups, nnmairix-get-server)
9259         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9260         (nnmairix-get-group-from-file-path):
9261         * nnrss.el (nnrss-find-rss-via-syndic8):
9262         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9263         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9264         (gnus-group-browse-foreign-server):
9265         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9266         (gnus-summary-execute-command, gnus-summary-respool-article)
9267         (gnus-read-move-group-name):
9268         * gnus-score.el (gnus-summary-increase-score)
9269         (gnus-summary-score-effect):
9270         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9271
9272 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9275         x-focus-frame.
9276
9277         * nnimap.el (auth-source-forget-user-or-password)
9278         (auth-source-user-or-password): Autoload.
9279
9280         * message.el (message-from-style, message-interactive)
9281         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9282         (message-yank-prefix, message-indentation-spaces, message-signature)
9283         (message-signature-file): Add comment.
9284
9285 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9286
9287         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9288         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9289         new articles.
9290
9291         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9292         parts.
9293         (nnimap-request-article): Work with the t setting, too.
9294
9295         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9296         that you don't get flashes of other buffers.
9297         (gnus-summary-show-complete-article): Intern before setting.
9298
9299 2010-09-27  David Engster  <dengste@eml.cc>
9300
9301         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9302         well as HEADERS.
9303         (nnmairix-retrieve-headers): Provide new argument for the above.
9304
9305 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9306
9307         * gnus-sum.el (gnus-summary-move-article): Don't alter
9308         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9309         group.
9310
9311         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9312
9313         * message.el (message-cite-prefix-regexp): Revert my last edit.
9314
9315         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9316         variable instead of the Gnus variable.
9317
9318         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9319
9320         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9321
9322         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9323         since some servers don't like it.
9324         (nnimap-open-connection): Forget credentials if the server says the
9325         password was wrong.
9326         (nnimap-parse-line): Protect against invalid data.
9327
9328         * gnus-sum.el (gnus-summary-move-article): Add comment.
9329         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9330         nothing alters it while scanning for new messages.
9331
9332         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9333         which may or may not help.
9334         (nnimap-open-connection): If we're doing a stream connection, and then
9335         discover we're on a STARTTLS-capable server, then open a STARTTLS
9336         connection instead.
9337
9338 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * nnimap.el (utf7): Require.
9341
9342         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9343         prefix.
9344
9345 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9346
9347         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9348
9349 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350
9351         * nnimap.el (nnimap-request-accept-article): Message the error on
9352         error.
9353
9354 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9357
9358 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * nndoc.el (nndoc-request-list): Return success always.
9361
9362         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9363         `fetch-old' -- we only want to fetch the articles we've requested.
9364         The rest are in the agent, probably.
9365         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9366         disappeared server" to something low.  It's not important.
9367
9368         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9369         arrived before the FETCH data.
9370
9371         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9372         target here, because we don't know the Gnus name of the group.
9373
9374         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9375         for the correct group.
9376
9377         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9378
9379         * gnus.el (gnus): Give a final warning after startup.
9380
9381         * gnus-util.el (gnus-action-message-log): New variable.
9382         (gnus-message): Use it.
9383         (gnus-final-warning): New function.
9384
9385         * nnimap.el (nnimap-open-connection): Record the greeting.
9386         (nnimap): Add greeting.
9387
9388 2010-09-26  Julien Danjou  <julien@danjou.info>
9389
9390         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9391         arguments.
9392         (gnus-html-wash-images): Fix spec computing to include start/end.
9393
9394         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9395
9396 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9399         deletion.
9400         (nnimap-retrieve-headers): Don't select the group, because that's
9401         already done by nnimap-possibly-change-group.
9402
9403         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9404         (gnus-picon-transform-address): Use it.
9405
9406         * mail-source.el (mail-source-value): Revert previous patch.
9407
9408         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9409         on failure.
9410         (nnimap-open-connection): Look up both virtual and physical server name
9411         credentials.
9412
9413         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9414
9415 2009-02-07  Dave Love  <fx@gnu.org>
9416
9417         * tls.el (open-tls-stream): Don't query killing process.
9418
9419 2009-02-08  Dave Love  <fx@gnu.org>
9420
9421         * gnus-win.el (gnus-window-to-buffer-helper)
9422         (gnus-all-windows-visible-p): Function needn't be a symbol.
9423
9424         * mail-source.el (mail-source-value): Function needn't be a symbol.
9425
9426 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9427
9428         * message.el (message-cite-prefix-regexp): Remove } from the cite
9429         prefix.
9430
9431         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9432         highlight again, so that the highlight is correct.
9433
9434         * gnus-picon.el (gnus-picon): Remove again.
9435         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9436
9437         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9438         doing the header highlightling, so that the background color of the
9439         picon is correct.
9440
9441         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9442         (gnus-picon): Ditto.
9443         (gnus-picon): Reinstate.  The background color for picons is white.
9444         (gnus-picon-insert-glyph): Make the background white.
9445
9446         * nnml.el (nnml-open-nov): Don't return dead buffers.
9447
9448         * auth-source.el (auth-source-create): Query the user for whether to
9449         store the credentials.
9450
9451         * netrc.el (netrc-store-data): New function.
9452
9453         * auth-source.el (auth-source-user-or-password): Use the existing auth
9454         sources, if any, for creation.
9455
9456         * gnus.el (gnus-group-fast-parameter): Return the last matching
9457         parameter instead of the first matching parameter.
9458
9459 2010-09-26  Julien Danjou  <julien@danjou.info>
9460
9461         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9462
9463 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * mml2015.el (mml2015-use): Remove gpg support.
9466
9467         * mml1991.el (mml1991-function-alist): Remove gpg function.
9468         (mml1991-gpg-sign): Remove.
9469
9470 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9471
9472         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9473         (gnus-browse-unsubscribe-current-group): Document it.
9474         (gnus-browse-unsubscribe-group): Use it.
9475
9476 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9479         address to the To list for easier response.
9480
9481         * gnus.el (gnus-play-startup-jingle): Remove.
9482         (gnus-splash): Don't play jingle.
9483         (gnus): Silence gnus-load message.
9484
9485         * gnus-art.el (gnus-treat-play-sounds): Remove.
9486
9487         * gnus.el (gnus-play-jingle): Remove audio support.
9488
9489         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9490
9491         * earcon.el: Remove -- no users.
9492
9493         * gnus-audio.el: Remove -- no users of this package.
9494
9495         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9496
9497         * gnus-start.el (gnus-setup-news): Remove nocem support.
9498
9499         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9500
9501         * gnus.el (gnus-use-nocem): Remove.
9502
9503         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9504         Remove.
9505
9506         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9507         uses NoCeM any more.
9508
9509         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9510         (gnus-button-ctan-handler): Ditto.
9511         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9512         (gnus-button-ctan-directory-regexp): Ditto.
9513         (gnus-button-handle-ctan): Ditto.
9514         (gnus-button-tex-level): Ditto.
9515         (gnus-button-alist): Remove CTAN stuff.
9516
9517 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9520         nnimap-streaming test.
9521
9522         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9523         servers twice.
9524
9525         * nnimap.el (nnimap-open-connection): Add more error reporting when
9526         nnimap fails early.
9527
9528         * nnheader.el (nnheader-get-report-string): New function.
9529         (nnheader-get-report): Use it.
9530
9531         * gnus-int.el (gnus-check-server): Say what the error was when opening
9532         failed.
9533
9534         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9535         using streaming.
9536
9537 2010-09-25  Julien Danjou  <julien@danjou.info>
9538
9539         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9540         gnus-window-inside-pixel-edges.
9541
9542 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9545
9546         * mm-decode.el (mm-save-part): Allow saving to other directories the
9547         normal Emacs way.
9548
9549         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9550         Suggested by Jay Berkenbilt.
9551
9552         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9553         there isn't a single byte.
9554
9555         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9556         just do it.  It doesn't really seem to matter what the user responds
9557         here, I think, so it's just a confusing question.
9558
9559         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9560         non-streaming case.
9561
9562         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9563         (gnus-article-encrypt-body): Use it.
9564
9565         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9566         keystroke.
9567
9568         * nnimap.el (nnimap-find-wanted-parts-1):
9569         Use gnus-fetch-partial-articles.
9570
9571         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9572
9573         * nnimap.el (nnimap-insert-partial-structure): New function.
9574         (nnimap-get-partial-article): New function.
9575         (nnimap-request-article): Use it.
9576         (nnimap-wait-for-response): Return whether the wait was successful.
9577         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9578         retrieval wasn't successful.
9579         (nnimap-retrieve-group-data-early): Allow throttling servers.
9580         (nnimap-streaming): New variable.
9581         (nnimap-fetch-partial-articles): Remove.
9582
9583         * mm-decode.el (mm-with-part): Protect against killed buffers.
9584
9585         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9586         for prettier summary display.
9587
9588 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9589
9590         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9591
9592 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9595         apparently third-party libraries depend on it.
9596
9597         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9598         before starting negotiation.
9599
9600         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9601         privacy reasons.
9602         (gnus-treat-mail-gravatar): Ditto.
9603
9604         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9605         buffer when inserting images.  Inserting text into the headers, for
9606         instance, can make them invalid.
9607
9608 2010-09-25  Julien Danjou  <julien@danjou.info>
9609
9610         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9611         variables.
9612
9613         * nnheader.el: Remove useless variables news-reply-yank-from and
9614         news-reply-yank-message-id.
9615
9616         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9617         variables.
9618
9619         * mml1991.el: Remove useless mml1991-verbose.
9620
9621         * gnus.el: Remove useless variable gnus-use-generic-from.
9622         Remove obsolete variable gnus-topic-indentation.
9623
9624         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9625
9626         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9627
9628         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9629
9630         * gnus-group.el: Remove useless gnus-group-icon-cache.
9631         Remove useless gnus-ephemeral-group-server.
9632
9633         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9634
9635         * mml2015.el: Remove useless mml2015-verbose.
9636
9637         * mml-smime.el: Remove useless mml-smime-verbose.
9638
9639         * gnus.el: Remove useless gnus-local-domain.
9640
9641         * gnus-gravatar.el (gnus-gravatar-transform-address):
9642         Use gnus-gravatar-size.
9643
9644         * gnus-art.el: Remove useless gnus-treat-translate.
9645
9646 2010-09-24  Julien Danjou  <julien@danjou.info>
9647
9648         * gnus-sum.el: Add support for Gravatars.
9649
9650         * gnus-art.el: Add support for Gravatars.
9651
9652         * gnus-gravatar.el: Add this file.
9653
9654         * gravatar.el: Add this file.
9655
9656 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9659
9660         * gnus-group.el (gnus-group-fetch-faq): Remove.
9661
9662         * gnus.el (gnus-group-faq-directory): Remove.
9663
9664         * gnus-group.el (gnus-group-fetch-charter): Remove.
9665
9666         * gnus.el (gnus-group-charter-alist): Remove.
9667
9668         * gnus-group.el (gnus-group-archive-directory): Remove.
9669         (gnus-group-recent-archive-directory): Ditto.
9670         (gnus-group-make-archive-group): Remove.
9671
9672         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9673
9674         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9675         use the same article number for all the cached articles.
9676
9677         * nnimap.el (nnimap-command): Register the last command time so
9678         that we can use it for idling NOOPs.
9679         (nnimap-open-connection): Start the keeplive timer.
9680         (nnimap-make-process-buffer): Store all the process buffers.
9681         (nnimap-keepalive): New function.
9682
9683         * starttls.el (starttls-open-stream): Add autoload cookie.
9684
9685 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9686
9687         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9688         handling.
9689
9690 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9693         its data structures.
9694
9695         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9696         instead of the cl.el copy-list.
9697         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9698         equalp.
9699
9700 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9703         and tool-bar-local-item-from-menu.
9704
9705         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9706         mode-line-highlight face for Emacs.
9707
9708         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9709         loading gnus-sum.elc; fix comment for canlock-verify.
9710         (gnus-article-jump-to-part): Use read-number.
9711         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9712         Remove Emacs pre-21 compatible code for help-echo.
9713         (gnus-article-next-page-1): No need to adjust the number of lines.
9714         (gnus-article-describe-bindings): Always use help-buffer.
9715
9716         * gnus-audio.el (gnus-audio-inline-sound):
9717         * gnus-cus.el (gnus-custom-mode):
9718         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9719
9720         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9721
9722         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9723         compatible code.
9724
9725 2010-09-24  Glenn Morris  <rgm@gnu.org>
9726
9727         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9728         visiting the fcc file in rmail-mode.
9729
9730         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9731
9732 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * nnir.el: Silence the byte compiler.
9735
9736         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9737         alias to browse-url-url-encode-chars if any.
9738         (gnus-html-encode-url): Use it.
9739
9740 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * gnus-start.el (gnus-use-backend-marks): New variable.
9743         (gnus-get-unread-articles-in-group): Use it.
9744
9745         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9746         makeover.
9747
9748 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9749
9750         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9751
9752 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9753
9754         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9755         Remove.
9756         (gnus-setup-news-hook):
9757         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9758
9759         * gnus-int.el (gnus-request-update-info): Protect against backends not
9760         having the function.
9761
9762         * nnimap.el (nnimap-stream): Mention starttls.
9763         (nnimap-open-connection): Add starttls support.
9764
9765 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9766
9767         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9768
9769 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9770
9771         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9772         BODYSTRUCTUREs.
9773         (nnimap-transform-headers): Unfold quoted {42} headers.
9774
9775         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9776         the info.
9777         (gnus-get-unread-articles): Only call updatep on backends that support
9778         it.
9779
9780         * nnweb.el (nnweb-request-update-info): NOOP.
9781
9782         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9783
9784         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9785         since it only deals with marks.
9786
9787         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9788         gnus-request-marks, and make a new gnus-request-update-info.
9789
9790         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9791         the active instead of the high number, which is usually too low.
9792
9793 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9794
9795         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9796         * encrypt.el: Remove.
9797
9798 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9801         server in symbolic form.
9802
9803         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9804
9805 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806
9807         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9808         (nnimap-update-info): Fix up code slightly.
9809
9810         * gnus-int.el (gnus-open-server): Add tracing for performance
9811         debugging.
9812
9813         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9814         (gnus-group-insert-group-line): Pass the real group name so that it
9815         gets the right data.
9816
9817         * gnus-start.el (gnus-get-unread-articles): Don't have
9818         `gnus-get-unread-articles-in-group' update info, since that can be
9819         really slow and doesn't seem to be needed?
9820
9821 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9822
9823         * time-date.el (date-to-time): Try using parse-time-string first before
9824         using the slower timezone-make-date-arpa-standard.
9825
9826 2010-09-22  Julien Danjou  <julien@danjou.info>
9827
9828         * gnus-group.el (gnus-group-insert-group-line):
9829         Call gnus-group-highlight-line.
9830         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9831         default hook list.
9832         (gnus-group-update-eval-form): Add new function.
9833         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9834         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9835
9836 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9839         immediate, then expire all articles.
9840         (nnimap-update-info): Fix off-by-one errors.
9841         (nnimap-flags-to-marks): Would return no marks lists for group with no
9842         flags.  Instead return the other data.
9843
9844 2010-09-22  Julien Danjou  <julien@danjou.info>
9845
9846         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9847         Only return an icon.
9848         (gnus-group-insert-group-line): Compute icon to return.
9849
9850         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9851         (gnus-html-image-fetched): Only cache if
9852         gnus-html-image-automatic-caching is set.
9853         (gnus-html-image-fetched): Check for errors.
9854
9855 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9858         once per method on `g'.  This ensures that backends like nnfolder don't
9859         open all their folders.
9860
9861         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9862         (nnimap-request-list): Nix out group in the correct buffer.
9863         (nnimap-parse-flags): Implement by using `read' instead of
9864         hand-parsing.
9865         (nnimap-flags-to-marks): Pass on permanent-flags.
9866         (nnimap-make-process-buffer): Record the server name.
9867         (nnimap-parse-flags): Fix typo.
9868         (nnimap-request-scan): Run split on the server in general, not just a
9869         single group.
9870
9871         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9872         parameter, and propagate this downwards.
9873
9874         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9875         since EXAMINE changes it on the server.
9876
9877         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9878         this command might take a while.
9879
9880 2010-09-22  Julien Danjou  <julien@danjou.info>
9881
9882         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9883         harmful if you have 2 images side-by-side, they can't be properly
9884         update on text deletion.  Using text-property is safer here.
9885         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9886         data.
9887
9888 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9889
9890         * nnimap.el (nnimap-expunge-inbox): Remove.
9891         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9892         (nnimap-expunge): Flip default to t.
9893
9894         * gnus.el (gnus-method-to-server): Don't push things to the cache
9895         unless it's unique.
9896         (gnus-server-to-method): Ditto.
9897
9898 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9899
9900         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9901
9902 2010-09-22  Julien Danjou  <julien@danjou.info>
9903
9904         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9905         get the start of data.
9906         (gnus-html-encode-url): Add this function to encode special chars in
9907         URL.
9908         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9909         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9910
9911         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9912         default.
9913         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9914
9915         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9916         images alt-text.
9917         (gnus-html-put-image): Put alt-text as help-echo.
9918
9919 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9922         * mm-util.el (mm-decompress-buffer):
9923         * nnir.el (nnir-run-find-grep):
9924         * pop3.el (pop3-list): Use 3rd arg of split-string.
9925
9926         * time-date.el (format-seconds): Comment fix.
9927
9928         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9929         and byte-optimize-form-code-walker.
9930         (dgnushack-make-auto-load): Don't advise make-autoload.
9931
9932         * lpath.el: Remove Emacs 21 stuff.
9933
9934 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935
9936         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9937         outside the active range.  Suggested by Dan Christensen.
9938
9939         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9940         slightly later to avoid double-getting it.
9941
9942         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9943         previous patch.
9944
9945         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9946
9947 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9948
9949         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9950
9951 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * gnus-int.el (gnus-open-server): Give a better error message in the
9954         "go offline" case.
9955
9956         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9957         marks for nnimap, which is seldom the right thing to do.
9958
9959         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9960         (gnus-same-method-different-name): New function.
9961
9962         * nnimap.el (parse-time): Require.
9963
9964         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9965         method in the presence of many similar methods.
9966
9967         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9968
9969         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9970         nnml-inhibit-expiry.
9971
9972         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9973         find out whether methods are equal.
9974
9975         * nnimap.el (nnimap-find-expired-articles): New function.
9976         (nnimap-process-expiry-targets): New function.
9977         (nnimap-request-move-article): Request the article before looking at
9978         what the Message-ID is.  Fix found by Andrew Cohen.
9979         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9980
9981         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9982         for oldness in addition to being a predicate.
9983
9984         * nnimap.el (nnimap-request-group): When we have zero articles, return
9985         the right data to Gnus.
9986         (nnimap-request-expire-articles): Only delete articles immediately if
9987         the target is 'delete.
9988
9989         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9990         method, this would bug out.
9991
9992         * gnus-group.el (gnus-group-expunge-group): Rename from
9993         gnus-group-nnimap-expunge, and implemented as a normal interface
9994         function.
9995
9996         * gnus-int.el (gnus-request-expunge-group): New function.
9997
9998         * nnimap.el (nnimap-request-create-group): Implement.
9999         (nnimap-request-expunge-group): New function.
10000
10001 2010-09-21  Julien Danjou  <julien@danjou.info>
10002
10003         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10004         (gnus-html-cache-expired): Add new function.
10005         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10006         wethever we should display image for fetch it.
10007         Compute alt-text earlier to pass it to the fetching function too.
10008         (gnus-html-schedule-image-fetching): Change function argument to only
10009         get one image at a time, not a list.
10010         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10011         cache.
10012         (gnus-html-get-image-data): New function to retrieve image data from
10013         cache.
10014         (gnus-html-put-image): Change buffer argument to use image data rather
10015         than file, and place image above region rather than inserting a new
10016         one.  Do not take alt-text as argument, since it's useless now: we place
10017         the image above alt-text.
10018         (gnus-html-prune-cache): Remove.
10019         (gnus-html-show-images): Start to fetch image when we find one, do not
10020         push into a temporary list.
10021         (gnus-html-prefetch-images): Only fetch image if they have expired.
10022         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10023         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10024
10025 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10028
10029 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030
10031         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10032         spec inser "*" if the group isn't active instead of 0.
10033
10034         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10035         opening the server.
10036         (nnimap-request-delete-group): Implement group deletion.
10037         (nnimap-transform-headers): Return the size of the entire message in
10038         the Bytes header, not just the size of the first part.
10039         (nnimap-request-move-article): When moving an article from nnimap,
10040         request the article first so the accepting form has an article to
10041         accept.  Reported by Dan Christensen.
10042         (nnimap-command): Make sure that the error message doesn't error out.
10043
10044 2010-09-20  David Edmondson  <dme@dme.org>
10045
10046         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10047         we haven't requested anything.
10048
10049 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10052         "".  Fix found by Andrew Cohen.
10053
10054         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10055         instead of -encode-string.
10056
10057 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10060
10061         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10062         by mm-subst-char-in-string.
10063
10064 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065
10066         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10067         waiting for the connection string.
10068
10069         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10070         arriving.
10071
10072         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10073         bogus characters.  This allows selecting certain Gmail groups.
10074
10075         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10076         (nnimap-fetch-partial-articles): New variable.
10077         (nnimap-open-connection): When looking for credentials, also use the
10078         nnimap-server-port.
10079         (nnimap-request-article): Return the group/article number, so that Gnus
10080         `^' works as expected.
10081         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10082
10083         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10084         comments.
10085         (gnus-methods-sloppily-equal): New function.
10086         (gnus): When using the development version of Gnus, load the gnus-load
10087         file.
10088
10089         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10090         `gnus-open-server' on each method before trying to scan them etc.
10091         This ensures that all the backend parameters are set correctly.
10092
10093         * nnimap.el (nnimap-authenticator): New variable.
10094         (nnimap-open-connection): Allow anonymous login.
10095         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10096         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10097
10098         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10099         patch, found by Knut Anders Hatlen.
10100
10101 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10102
10103         * gnus-agent.el (gnus-agent-batch-confirmation)
10104         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10105         to gnus-message.
10106         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10107         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10108         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10109         * gnus-int.el (gnus-open-server): Likewise.
10110         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10111         (gnus-score-check-syntax): Likewise.
10112         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10113         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10114         Likewise.
10115         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10116
10117 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118
10119         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10120         calling conventions so that prefetch doesn't bug out.
10121
10122 2010-09-19  Julien Danjou  <julien@danjou.info>
10123
10124         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10125         rather than `subst-char-in-region' in order to be able to replace ASCII
10126         char by UTF-8 ones.
10127
10128         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10129         than curl.
10130         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10131         the right URL and ALT text on images.
10132         (gnus-html-wash-tags): Fix tag case.
10133         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10134         (gnus-article-html): Add -o display_ins_del=2 option.
10135         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10136
10137 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10140         the extra mail headers, which sometimes seem to happen for unknown
10141         reasons.
10142
10143         * mail-parse.el (mail-header-encode-parameter): Define as
10144         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10145         (or most, perhaps?) mail readers don't understand the latter, but do
10146         understand the former.
10147
10148         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10149         to nil, so that no methods are automatically agentized.  I think this
10150         is probably what most users want.
10151
10152         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10153         from url-retrieve, for instance about invalid URLs.
10154
10155         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10156         groups that have no articles.
10157         (nnimap-request-article): Check that we really got an article when we
10158         requested one.
10159
10160         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10161         doesn't exist.
10162
10163         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10164         nntp buffer so the agent can save it.
10165         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10166         that CRLF doesn't get translated to \n.
10167         (nnimap-open-connection): Don't make 'shell commands only send \n.
10168
10169 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10170
10171         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10172         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10173         Update var name.
10174         (nnml-generate-nov-file): Use dolist.
10175         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10176         Use with-current-buffer.
10177
10178 2010-09-18  Julien Danjou  <julien@danjou.info>
10179
10180         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10181         parallel.
10182
10183 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10186         the range update right.
10187         (nnimap-request-group): Don't make `M-g' bug out on group with no
10188         marks.
10189         (nnoo): Require, so that other packages can require nnimap.
10190         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10191         command we're looking for.  This helps when the server sends more
10192         responses after we've gotten everything we expected.
10193         (nnimap): Add a `newlinep' field to keep track of end-of-line
10194         conventions.
10195         Don't send CRLF to things that don't want it.
10196         (nnimap-request-accept-article): Ditto.
10197
10198 2010-09-18  Julien Danjou  <julien@danjou.info>
10199
10200         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10201         than curl to retrieve images.
10202
10203 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10206         the marks.
10207         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10208         (nnimap-wait-for-connection): New function.
10209         (nnimap-open-connection): If we have PREAUTH, don't query for login
10210         credentials.
10211         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10212         when doing a partial update.
10213
10214 2010-09-18  Julien Danjou  <julien@danjou.info>
10215
10216         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10217         tags.
10218
10219 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10220
10221         * nnimap.el (nnimap-credentials): New function.
10222         (nnimap-open-connection): Use the new function to look for credentials
10223         also on the numeric equivalents of "imap" and "imaps".
10224
10225         * gnus-start.el (gnus-activate-group): Send the info to
10226         gnus-request-group.
10227
10228         * nnimap.el (nnimap-request-group): Have the "check" version of the
10229         function parse flags and update the info, so that a `M-g' get a total
10230         resync of all flags from the group.
10231
10232         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10233         to allow backends to alter the info on group selection.  Also alter all
10234         the backend -request-group functions to take the parameter.
10235
10236         * nnimap.el (nnimap-store-info): New function.
10237         (nnimap-update-info): Store the info for later usage.
10238         (nnimap-request-group): Use the stored info for the dont-check case, so
10239         that we don't retrieve all marks when we enter a group.
10240
10241         * nnimap.el: Use deffoo instead of defun for interface functions.
10242
10243         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10244         update the group info.  This makes the nndraft groups, for instance, go
10245         back to their old behavior.
10246
10247         * gnus-sum.el (gnus-select-newsgroup): Indent.
10248
10249         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10250         in.
10251         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10252         nothing.
10253
10254         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10255         from methods that are denied.
10256
10257         * gnus-int.el (gnus-method-denied-p): New function.
10258
10259         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10260         store the password instead of netrc.
10261         (nnimap-open-connection): Don't error out when we can't make a
10262         connections.
10263
10264         * auth-source.el (auth-source-create): In the password prompt, say what
10265         we're querying for.  Also prompt for user name if that hasn't been
10266         given.
10267
10268         * nnimap.el (nnimap-with-process-buffer): Remove.
10269
10270 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10271
10272         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10273         method when we're reading from the agent.
10274
10275         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10276
10277         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10278         that's probably most useful for users.
10279
10280         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10281         "failed" all the time.
10282
10283         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10284         ...)) with (with-current-buffer ... ).
10285
10286         * nntp.el (nntp-open-server): Return whether the open was successful or
10287         not.
10288
10289         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10290         select an unread unseen article first.
10291
10292         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10293         /etc/services, supply some sensible port defaults.
10294
10295         * dgnushack.el: Define netrc-credentials.
10296
10297 2010-09-17  Julien Danjou  <julien@danjou.info>
10298
10299         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10300
10301 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10302
10303         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10304         doesn't have any parameters.
10305
10306 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10309         only upcased checks.
10310
10311         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10312
10313         * nnimap.el (nnimap-open-shell-stream): New function.
10314         (nnimap-open-connection): Use it.
10315         (nnimap-transform-headers): Get the number of lines in each message.
10316         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10317         number of lines.
10318         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10319         problem.
10320
10321         * utf7.el (utf7-encode): Autoload.
10322
10323         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10324         to allow the mail splitting to not return a default group.  This is
10325         useful for nnimap, which will leave unmatched mail in the inbox.
10326
10327         * nnimap.el: Rewritten.
10328
10329         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10330         nnimap usage.
10331
10332         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10333         if the move is internal, so that nnimap can do fast internal moves.
10334
10335         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10336         data.
10337         (gnus-read-active-for-groups): Support finishing the early retrieval of
10338         data.
10339
10340         * gnus-range.el (gnus-range-nconcat): New function.
10341
10342         * gnus-int.el (gnus-finish-retrieve-group-infos)
10343         (gnus-retrieve-group-data-early): New functions.
10344
10345 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10346
10347         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10348         (nnrss-retrieve-groups):
10349         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10350         (pop3-quit): Use with-current-buffer.
10351
10352 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10355         instead of nnheader-accept-process-output.
10356
10357         * dgnushack.el (dgnushack-compile): Add comment.
10358
10359         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10360
10361         * gnus-html.el (gnus-html-schedule-image-fetching)
10362         (gnus-html-prefetch-images): Replace process-kill-without-query by
10363         gnus-set-process-query-on-exit-flag.
10364
10365 2010-09-16  Romain Francoise  <romain@orebokech.com>
10366
10367         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10368
10369 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10370
10371         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10372         parameter to unintern is mandatory-ish in Emacs 24.
10373
10374         * gnus-html.el (gnus-html-schedule-image-fetching)
10375         (gnus-html-prefetch-images): Check for curl before using it.
10376
10377         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10378         depend on curl, which isn't essential.
10379
10380         * imap.el: Revert back to version
10381         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10382         seem problematic.
10383
10384 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10385
10386         * gnus-registry.el (gnus-registry-install-shortcuts):
10387         Explicitly pass `obarray' to `unintern' to avoid a warning.
10388
10389 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10390
10391         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10392         change.
10393
10394         * nnrss.el (nnrss-request-list): Remove this function and related
10395         functions, including the moreover stuff.
10396
10397 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * nnrss.el (nnrss-retrieve-groups): New function.
10400
10401 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10402
10403         * .dir-locals.el: Add no-byte-compile cookie.
10404
10405 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * time-date.el (format-seconds): Comment fix.
10408
10409         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10410         for back end that doesn't support request-scan.
10411
10412 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10415         then do request scans from the backends.
10416
10417         * netrc.el (netrc-credentials): New conveniency function.
10418
10419         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10420         avoid running a hook per line, since this takes a lot of time,
10421         profiling shows.
10422         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10423         directly if gnus-visual-p is true.
10424
10425 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10428         groups; replace mapcar with dolist which is a bit faster; pass groups
10429         info to gnus-read-active-file-1.
10430         (gnus-read-active-file-1): Scan only specified groups if the new
10431         optional arg `infos' is given.
10432
10433 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10436
10437         * pop3.el (pop3-movemail): Remove.
10438         (pop3-streaming-movemail): Rename to pop3-movemail.
10439
10440         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10441         don't restrict end-tag searches to the end of the line.
10442
10443 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10446         articles of every unchecked group to t, which means unknown since the
10447         server has never been opened.
10448
10449 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10450
10451         * gnus-html.el (gnus-html-show-alt-text): New command.
10452         (gnus-html-browse-image): Ditto.
10453         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10454         to browse the image directly.
10455         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10456         better.
10457
10458         * gnus-async.el (gnus-async-article-callback):
10459         Call `gnus-html-prefetch-images' unconditionally.
10460
10461         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10462         before feeding URLs to curl.
10463
10464 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10467         internal images as deletable by `W D D'.
10468
10469         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10470         (gnus-async-article-callback): Fix typo.
10471
10472 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10475         current line to work around bugs in the output from w3m.
10476
10477         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10478         for groups that want that.
10479
10480         * nntp.el (nntp-wait-for-string): Supply a timeout for
10481         accept-process-output to ensure progress.
10482
10483         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10484         level to get unread articles from, then use that for foreign groups,
10485         too.
10486
10487         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10488         confuses the rest of the function.
10489
10490         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10491         for the methods that support -retrieve-groups, too.
10492
10493         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10494
10495 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10498         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10499
10500         * pop3.el: Require cl when compiling.
10501         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10502
10503 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10504
10505         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10506         that aren't going to be activated.
10507         (gnus-get-unread-articles): Fix up the last commit.
10508
10509         * gnus-html.el (gnus-article-html): Allow calling without specifying
10510         the handle.  In that case, dissect the buffer first.
10511
10512         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10513
10514         * nnimap.el (nnimap-open-connection): Revert the change that would look
10515         into authinfo for imaps instead of imap.
10516
10517         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10518         say that you don't want to call gnus-request-group with don-check, but
10519         do check the reponse.  This is for virtual groups only.
10520         (gnus-get-unread-articles): Count the archive groups as secondary, so
10521         that they're activated the same way as before.
10522
10523         * imap.el (imap-message-map): Removed optional buffer parameter, since
10524         no callers use it.
10525         (imap-message-get): Ditto.
10526         (imap-message-put): Ditto.
10527         (imap-mailbox-map): Ditto.
10528         (imap-mailbox-put): Ditto.
10529         (imap-mailbox-get): Ditto.
10530         (imap-mailbox-get): Revert last change for this function.
10531
10532         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10533         case-insensitively.
10534         (nnimap-debug): Remove.
10535
10536         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10537         callers to use `imap-fetch' instead.  According to the comments, this
10538         should be safe, since all other IMAP clients use the 1:* syntax.
10539         (imap-enable-exchange-bug-workaround): Remove.
10540         (imap-debug): Remove -- doesn't seem very useful.
10541
10542         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10543         mail from a file, and the file doesn't exist.
10544
10545         * imap.el (imap-log): New convenience function used throughout instead
10546         of repeating the same code all over the place.
10547
10548         * pop3.el (pop3-streaming-movemail): Return t for success.
10549
10550         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10551         .authinfo if we're using ssl connection.
10552
10553         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10554         already have if we're in a main Gnus `g' run.
10555
10556         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10557
10558 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10561
10562         * nnmh.el (nnmh-request-list-1): Bind `file'.
10563
10564         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10565         alias to set-process-query-on-exit-flag or process-kill-without-query.
10566         (pop3-open-server): Use it.
10567
10568 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10571         box to the Incoming file.  Fixes mistake in previous checkin.
10572
10573         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10574         request loop (for debugging purposes) removed.
10575
10576         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10577         culprit is more visible.
10578         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10579         (nnml-add-incremental-nov): New functions to do "incremental" nov
10580         updates, where we just append to the end of the existing nov files
10581         without reading/writing them in full.
10582
10583         * mail-source.el (mail-source-delete-crash-box): Really only check the
10584         incoming files once in a while.
10585
10586         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10587
10588         * mail-source.el (mail-source-delete-crash-box): Only check the
10589         incoming files for deletion once per day to save a lot of file
10590         accesses.
10591
10592         * pop3.el (pop3-logon): Fix up unbound variable typo.
10593
10594         * mail-source.el (pop3-streaming-movemail): Autoload.
10595
10596         * pop3.el (pop3-streaming-movemail):
10597         Respect pop3-leave-mail-on-server.
10598
10599         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10600         retrieval.
10601
10602         * pop3.el (pop3-process-filter): Remove unused function.
10603         (pop3-streaming-movemail, pop3-send-streaming-command)
10604         (pop3-wait-for-messages, pop3-write-to-file)
10605         (pop3-number-of-responses): New functions for streaming pop3
10606         retrieval.
10607
10608         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10609         come from no known methods.
10610         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10611         list.
10612
10613         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10614         message sizes.
10615         (pop3-movemail): Use erase-buffer instead of looping and deleting
10616         regions, which seems rather odd.
10617
10618         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10619         file once per `g' run.
10620
10621         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10622         directories.  This makes the draft queue directory work.
10623
10624         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10625         data from the backends, so that we only request the list of groups from
10626         each method once.  This should speed things up considerably.
10627
10628         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10629         detect that it's not implemented.
10630
10631         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10632         we actually do recurse down into the tree, but don't stat all leaf
10633         nodes.
10634
10635         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10636         then say so instead of bugging out.
10637
10638         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10639         files exist before trying to read them.
10640
10641         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10642         around <pre_int>.
10643
10644         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10645
10646         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10647
10648 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649
10650         * mm-util.el (mm-image-load-path): Just return the image directories,
10651         not all directories in the path in addition to the image directories.
10652         (mm-image-load-path): Maintain a cache of the image directories so that
10653         the `g' command in Gnus doesn't have to stat dozens of directories each
10654         time.
10655
10656         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10657         (gnus-html-wash-tags): Add a new `i' command to insert images.
10658         (gnus-html-insert-image): New command and keystroke.
10659         (gnus-html-redisplay-with-images): New command and keystroke.
10660         (gnus-html-show-images): Rename command.
10661         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10662         spacers.
10663         (gnus-html-wash-tags): Decode entities at the end, so that entities
10664         inside the tags don't mess up the rest of the "parsing".
10665
10666         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10667         so that nnimap methods aren't agentized by default.  There's apparently
10668         many problems related to agent/imap behavior.
10669
10670         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10671
10672         * gnus-html.el: Doc fix.
10673
10674 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10677         specifier-spec-list for Emacs 21.
10678
10679         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10680         glyph-width and glyph-height instead of display-graphic-p and
10681         image-size; make avoidance of displaying small images work for XEmacs.
10682
10683         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10684         for XEmacs.
10685
10686         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10687         of symbol that holds plist data.
10688         (gnus-process-plist): Remove plist of process after getting it.
10689
10690 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * message.el (message-generate-hashcash): Change default to
10693         'opportunistic if hashcash is installed.
10694
10695         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10696         (gnus-html-put-image): Only call image-size once, since it's somewhat
10697         time-consuming on remote X servers.
10698
10699 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10702         type on data, not a file name.
10703
10704         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10705         window-pixel-edges for Emacs 21.
10706
10707         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10708         decoded contents.
10709         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10710
10711 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10712
10713         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10714         group line format, since it isn't very interesting.
10715
10716         * gnus-agent.el (gnus-agent-short-article),
10717         (gnus-agent-long-article): Increase values for these two variables,
10718         since most people are likely to have more network connection and
10719         storage than before.
10720
10721         * gnus.el (gnus-refer-article-method): Change default to 'current.
10722         When referring an article, the common behavior is to refer it from the
10723         current select method, not the native select method.  The chances of
10724         the native select method having the message in question is rather slim
10725         these days.
10726
10727         * gnus-sum.el (gnus-auto-select-subject): Change default to
10728         `unseen-or-unread'.  I think it's likely that most people want to
10729         select an unseen article over a previously seen, but unread one.
10730
10731         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10732         means that in the article buffer none of the minor mode elements will
10733         be shown, usually, and this is not desirable in most cases.
10734
10735         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10736         that commands like `d' (and the like) go to the next line in the
10737         buffer, instead of the next unread article.  I think this is the
10738         behavior that is most natural for most users.
10739         (gnus-single-article-buffer): Change default to nil, so that people can
10740         have as many article buffers open as they have summary buffer.  I think
10741         this is the most natural way for the groups to behave.
10742
10743         * message.el (message-generate-new-buffers): Change default to
10744         `unsent', so that all new message buffers start their names with the
10745         string "*unsent", and it's easier to find the buffers if you move from
10746         them.
10747
10748 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749
10750         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10751         small.  They're probably tracking images.
10752         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10753         (gnus-html-rescale-image): Yet another try at getting the image sizing
10754         right.
10755
10756         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10757         nntp-marks-file-name is nil.
10758
10759 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10760
10761         * gnus-html.el (gnus-html-wash-tags)
10762         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10763         Better logging.
10764
10765 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10768
10769         * gnus-html.el (gnus-html-wash-tags): Check the value of
10770         gnus-blocked-images in the summary buffer.
10771
10772 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10773
10774         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10775
10776 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10779         like "a", it seems like.
10780         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10781         since it needs to be picked from the correct buffer.
10782
10783         * nnwfm.el: Remove.
10784
10785         * nnlistserv.el: Remove.
10786
10787 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10788
10789         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10790         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10791
10792 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * nnkiboze.el: Remove.
10795
10796         * nndb.el: Remove.
10797
10798         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10799         alt text.
10800         (gnus-html-rescale-image): Try to get the rescaling logic right for
10801         images that are just wide and not tall.
10802
10803         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10804         overshadow variable bindings.
10805
10806 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10807
10808         * gnus-html.el (gnus-html-wash-tags)
10809         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10810         Add extra logging.
10811
10812 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10815         (gnus-max-image-proportion): New variable.
10816         (gnus-html-rescale-image): New function.
10817         (gnus-html-put-image): Rescale images.
10818
10819 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10820
10821         Fix up some byte-compiler warnings.
10822         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10823         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10824         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10825         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10826         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10827         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10828         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10829
10830 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-html.el (gnus-article-html): Decode contents by charset.
10833
10834 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10837         (gnus-html-frame-width, gnus-blocked-images):
10838         * message.el (message-prune-recipient-rules): Add custom version.
10839         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10840
10841         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10842         functions.
10843
10844         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10845         gnus-process-get.
10846
10847 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10848
10849         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10850         instead of lsub directly.
10851
10852 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10853
10854         * nnwarchive.el: Remove.
10855
10856         * gnus-soup.el: Remove.
10857
10858         * nnsoup.el: Remove.
10859
10860         * nnultimate.el: Remove.
10861
10862         * gnus-html.el (gnus-blocked-images): New variable.
10863
10864         * message.el (message-prune-recipients): New function.
10865         (message-prune-recipient-rules): New variable.
10866
10867         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10868         guess whether a long line is natural text or not.
10869
10870         * gnus-html.el (gnus-html-schedule-image-fetching):
10871         Use gnus-process-plist and friends for compatibility.
10872
10873 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10874
10875         * gnus-html.el: Require packages that define macros used in this file.
10876         (gnus-article-mouse-face): Declare to silence byte-compiler.
10877         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10878         process-get.
10879         (gnus-html-put-image): Use plist-get to avoid getf.
10880         (gnus-html-prefetch-images): Use with-current-buffer.
10881
10882 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-ems.el: Provide compatibility functions for
10885         gnus-set-process-plist.
10886
10887         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10888         header-line-format for XEmacs 21.4.
10889
10890         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10891         * gnus.el (gnus-valid-select-methods):
10892         * message.el (message-send-mail-partially-limit):
10893         * mm-decode.el (mm-text-html-renderer):
10894         * mml.el (mml-insert-mime-headers-always):
10895         * smiley.el (smiley-regexp-alist): Bump custom version.
10896
10897 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * gnus-html.el: Require mm-url.
10900         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10901         with the url to `url'.
10902         (gnus-html-wash-tags): Support cid: URLs/images.
10903
10904 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10907         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10908         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10909
10910         * gnus-move.el: Remove file, since it doesn't really work.
10911
10912         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10913         UTF-8.  This seems to fix problems with some German web feeds.
10914
10915         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10916         at the top so that the proper colors are applied.
10917
10918         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10919         don't have dots in their names.
10920
10921         * gnus-art.el (gnus-article-view-part): Doc fix.
10922
10923         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10924         XEmacs-compatible.
10925         (gnus-html-put-image): Don't do images on non-graphic displays.
10926
10927         * nnslashdot.el: Remove this unused backend.
10928
10929         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10930         actions.
10931         (gnus-undo-register-1): Revert last change.
10932
10933         * gnus-group.el (gnus-group-completing-read): Protect against not
10934         having completion-styles bound.
10935
10936         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10937         make broken recipients happier.
10938
10939         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10940
10941         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10942         point parameter.
10943
10944         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10945
10946         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10947         completion-styles for group selection.
10948
10949 2009-02-04  Andreas Schwab  <schwab@suse.de>
10950
10951         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10952         headers and regexp-quote the match if necessary.
10953
10954 2009-03-24  Miles Bader  <miles@gnu.org>
10955
10956         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10957         the blinking smiley.
10958
10959 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10960
10961         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10962         blink smiley.
10963
10964 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10965
10966         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10967         where the dribbel file lives exists.
10968
10969         * message.el (message-send-mail-partially-limit): Change the default to
10970         nil, since most people don't want this.
10971
10972         * mm-url.el (mm-url-decode-entities): Also decode entities like
10973         &#x3212.
10974
10975 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10976
10977         * gnus-sum.el (gnus-summary-idna-message):
10978         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10979         Hyperlink urls in docstrings with URL `...'.
10980
10981 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10982
10983         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10984         functions.
10985
10986 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10987
10988         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10989         say what the mouseover text should be.
10990
10991         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10992         version of the mm-w3m-safe-url-regexp variable to only download images
10993         in the groups where we want that to happen.
10994
10995         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10996
10997         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10998         easier debugging.
10999         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11000         big pictures in the article buffer.
11001
11002         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11003         gnus-article-html.
11004         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11005         w3m.
11006
11007         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11008
11009 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11012         which doesn't exist.
11013
11014         * message.el (message-inhibit-ecomplete): New variable to allow some
11015         function to inhibit ecomplete address storage.
11016         (message-resend): Disable ecomplete message storage when resending
11017         messages.
11018
11019         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11020
11021 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11024         Save excursion while copying, moving, and deleting articles in order to
11025         prevent the cursor from jumping to unforeseen place.
11026
11027 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * lpath.el: No need to bind bookmark-current-buffer,
11030         bookmark-yank-point and bookmark-make-record-function.
11031
11032 2010-08-17  Glenn Morris  <rgm@gnu.org>
11033
11034         * gnus-sync.el: Require gnus components whose functions are used.
11035
11036         * gnus-art.el (bookmark-make-record-function):
11037         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11038         Declare for compiler.
11039
11040         * mm-url.el (mml-compute-boundary): Autoload.
11041
11042 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11045
11046 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11047
11048         Typo fix "hoo4a" -> "hook".
11049
11050         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11051
11052 2010-08-14  Glenn Morris  <rgm@gnu.org>
11053
11054         * gnus-sync.el (gnus-sync): Fix defgroup version.
11055
11056 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11057
11058         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11059
11060         * gnus-sync.el: Fix docs.
11061         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11062         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11063
11064 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11065
11066         Optimizations for gnus-sync.el.
11067
11068         * gnus-sync.el: Add docs about gnus-sync-backend
11069         possibilities.
11070         (gnus-sync-save): Remove unnecessary message.
11071         (gnus-sync-read): Optimize and show what groups were skipped.
11072
11073 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11074
11075         Minor bug fixes for gnus-sync.el.
11076
11077         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11078         Don't read the sync on get-new-news.
11079
11080         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11081         quiet.
11082
11083         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11084         (fix typo).
11085
11086 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11087
11088         Make saving and restoring of hidden threads work with overlays.
11089         Patch applied by Ted Zlatanov.
11090
11091         * gnus-sum.el (gnus-hidden-threads-configuration)
11092         (gnus-restore-hidden-threads-configuration): Update to deal with text
11093         properties, rather than searching for a magic character.
11094
11095 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11096
11097         New gnus-sync.el library for synchronization of marks.
11098
11099         * gnus-sync.el: New library for synchronization of marks.
11100
11101         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11102         renamed from `gnus-registry-grep-in-list'.
11103
11104         * gnus-registry.el (gnus-registry-follow-group-p):
11105         Use `gnus-grep-in-list'.
11106
11107         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11108
11109 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11112         determining charset of text fails.
11113
11114 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * nnmail.el (nnmail-get-new-mail-1): Revert.
11117
11118         * nnml.el (nnml-active-number): Make sure names of newly created groups
11119         in nnml-group-alist are encoded.
11120
11121 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11124         containing non-ASCII characters in active file for nnml back end.
11125
11126 2010-07-24  David Engster  <dengste@eml.cc>
11127
11128         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11129         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11130
11131 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11132
11133         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11134         tag (Bug#6654).
11135
11136 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11139         the article buffer, not the summary buffer.
11140
11141 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11144         Emacs 23 as well.
11145
11146 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11149         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11150
11151 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11152
11153         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11154         Patch applied by Karl Fogel.
11155
11156         * gnus-sum.el (gnus-summary-bookmark-make-record):
11157         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11158
11159 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11160
11161         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11162         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11163         C-w still not working correctly from Article buffers; Thierry's
11164         patch to fix that will be applied after this.
11165
11166         * gnus-art.el (bookmark-make-record-function): New local variable.
11167
11168         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11169         article buffer.
11170         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11171
11172 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11173
11174         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11175         on changes in bookmark.el.
11176
11177 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11180         `no-log' instead of message not to log prompt string.
11181
11182 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11183
11184         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11185         the *other* type of HTML form submission.
11186
11187 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11188
11189         * auth-source.el (auth-source-pick): If choice does not contain a
11190         questioned keyword, set the check to t.
11191
11192 2010-06-12  Romain Francoise  <romain@orebokech.com>
11193
11194         * gnus-util.el (gnus-date-get-time): Move up before first use.
11195
11196 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11199         (gnus-article-edit-part): Bind it to make last part that is substituted
11200         or deleted visible.
11201         (gnus-mime-display-single): Buttonize part of which id equals to
11202         gnus-mime-buttonized-part-id.
11203
11204 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11205
11206         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11207         (gnus-dd-mmm): Use gnus-date-get-time.
11208         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11209         simplify logic.
11210         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11211         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11212
11213 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11214
11215         * auth-source.el (top): Autoload `secrets-list-collections',
11216         `secrets-create-item', `secrets-delete-item'.
11217         (auth-sources): Fix tag string.
11218         (auth-get-source, auth-source-retrieve, auth-source-create)
11219         (auth-source-delete): New defuns.
11220         (auth-source-pick): Rewrite in order to avoid 2 passes.
11221         (auth-source-forget-user-or-password): New parameter USERNAME.
11222         (auth-source-user-or-password): New parameters CREATE-MISSING and
11223         DELETE-EXISTING.  Retrieve password interactively, if needed.
11224
11225 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11226
11227         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11228         deleting unused directories when gnus-expert-user is t.
11229
11230 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11233         for each temp file when gnus-article-browse-delete-temp is ask.
11234
11235 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11236
11237         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11238         Replace Lisp calls to delete-backward-char by calls to delete-char.
11239
11240 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11241
11242         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11243
11244 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11245
11246         * password-cache.el (password-cache-remove): Fix docstring.
11247
11248 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11251         article unless decoding article to be saved.
11252
11253 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11256         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11257         generated within the mm-with-unibyte-current-buffer macro.
11258
11259 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11262         to nil when we're in a mml-preview buffer and no group is selected.
11263
11264 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11265
11266         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11267         when catching the `C-g'.  Reported by "Leo".
11268
11269 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * message.el (message-forward-make-body-plain)
11272         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11273         multibyte-string-p.
11274
11275         * lpath.el: Revert.
11276
11277 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * message.el (message-forward-make-body-mml): Assume original message
11280         is multibyte string; error on unibyte.
11281         (message-forward-make-body-plain): Ditto; don't add excessive newline
11282         in body end.
11283
11284         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11285
11286 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11287
11288         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11289         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11290
11291 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * mm-extern.el (mm-extern-url): Don't use
11294         mm-with-unibyte-current-buffer.
11295         (mm-extern-cache-contents): Use with-current-buffer instead of
11296         save-excursion + set-buffer.
11297
11298 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * mm-util.el (mm-emacs-mule): Remove.
11301
11302 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11303
11304         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11305         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11306         change.
11307
11308 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11311         bind the default value of enable-multibyte-characters to nil.
11312
11313 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * message.el (message-forward-make-body-plain)
11316         (message-forward-make-body-mml):
11317         Don't use mm-with-unibyte-current-buffer.
11318
11319 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11320
11321         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11322
11323 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11324
11325         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11326         (Bug#5592).
11327
11328 2010-05-07  Julien Danjou  <julien@danjou.info>
11329
11330         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11331         it to mm-pipe-part.
11332
11333         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11334         it is given.
11335
11336 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * binhex.el (binhex-decode-region-internal):
11339         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11340         (dns-query):
11341         * nnweb.el (nnweb-gmane-search):
11342         * pgg-parse.el (pgg-parse-armor):
11343         * pgg.el (pgg-verify-region):
11344         * sha1.el (sha1-string-external):
11345         * uudecode.el (uudecode-decode-region-internal):
11346         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11347         XEmacs.
11348
11349         * gnus-art.el (gnus-article-browse-html-parts):
11350         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11351         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11352         make-temp-file.
11353
11354         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11355         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11356         compiling.
11357
11358         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11359         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11360         XEmacs when compiling.
11361
11362         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11363         gnus-pick-mode-off-hook for XEmacs when compiling.
11364         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11365         gnus-binary-mode-off-hook for XEmacs when compiling.
11366
11367         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11368         Return nil if char-charset is not available.
11369
11370         * imap.el (imap-disable-multibyte)
11371         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11372         macros.
11373
11374         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11375         instead of encode-coding-string.
11376
11377         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11378         'xemacs) instead of mm-emacs-mule to switch function definitions.
11379         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11380
11381         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11382         bind temporary-file-directory for XEmacs;
11383         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11384         timer-set-function for XEmacs 21.4 and SXEmacs;
11385         bind timer-list for XEmacs 21.4 and SXEmacs;
11386         fbind char-charset and find-charset-region for non-Mule XEmacs;
11387         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11388         encode-coding-region and encode-coding-string for XEmacs having no
11389         file-coding feature.
11390
11391 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11392
11393         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11394
11395 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11398         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11399
11400 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11401
11402         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11403         alias `jka-compr-delete-temp-file' no longer exists.
11404
11405 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11406
11407         Use define-minor-mode in Gnus where applicable.
11408         * mml.el (mml-mode): Use define-minor-mode.
11409         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11410         (gnus-undo-mode): Use define-minor-mode.
11411         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11412         (gnus-dead-summary-mode): Use define-minor-mode.
11413         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11414         Initialize in declaration.
11415         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11416         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11417         (gnus-mailing-list-mode): Use define-minor-mode.
11418         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11419         (gnus-draft-mode): Use define-minor-mode.
11420         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11421         (gnus-dired-mode): Use define-minor-mode.
11422
11423 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11424
11425         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11426         handles on recursive mml-to-mime translation and check them for
11427         boundary delimiter collisions.  Reported by Greg Troxel.
11428
11429 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11432
11433 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11434
11435         * mm-util.el (mm-find-buffer-file-coding-system):
11436         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11437
11438 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11439
11440         * message.el (message-generate-headers): Record insertion of optional
11441         headers as well.  Otherwise the check to prevent repeated insertion of
11442         optional headers is a no-op.
11443
11444 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11445
11446         * smime.el: Don't mention CVS.
11447
11448         * nnrss.el (nnrss-fetch): Don't mention CVS.
11449
11450         * nnir.el: Don't mention CVS.
11451
11452 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11453
11454         * gnus-sum.el (gnus-summary-bookmark-make-record):
11455         Add `location' field.
11456
11457 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * lpath.el: Fbind bookmark-default-handler,
11460         bookmark-get-bookmark-record, bookmark-make-record-default,
11461         bookmark-prop-get for Emacs <23 and XEmacs.
11462
11463 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11464
11465         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11466         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11467         Use with-current-buffer to silence the byte-compiler.
11468         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11469         bother to require `gnus'.
11470         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11471
11472 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11473
11474         * gnus-sum.el (gnus-summary-bookmark-make-record)
11475         (gnus-summary-bookmark-jump): New functions.
11476         (gnus-summary-mode): Setup bookmark support.
11477
11478 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11479
11480         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11481         if set.
11482
11483 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11486         gnus-article-browse-html-save-cid-image; make it work recursively for
11487         forwarded messages as well.
11488         (gnus-article-browse-html-parts): Work when prefix arg is given.
11489         (gnus-article-browse-html-article): Doc fix.
11490
11491 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11492
11493         * message.el (message-default-mail-headers):
11494         (message-default-headers): Carry the value mail-default-headers over
11495         into message-default-mail-headers, rather than message-default-headers.
11496
11497 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11498
11499         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11500         charset.
11501
11502         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11503         charset into the <meta> tag when the article is encoded to utf-8.
11504
11505 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * gnus-art.el (gnus-article-browse-delete-temp-files):
11508         Delete directories as well.
11509         (gnus-article-browse-html-parts): Work for images that do not specify
11510         file names; delete temp directory when quitting; insert header at the
11511         right place; use file: scheme for image files.
11512
11513 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11514
11515         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11516         (gnus-article-browse-html-parts): Use it to make temporary cid image
11517         files in addition to html file so that browser may display them.
11518
11519 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11522
11523 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11524
11525         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11526
11527 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11528
11529         * auth-source.el (auth-sources): Change default to be simpler.
11530         Explain about Secret Service API sources.  Improve Customize options.
11531         (auth-source-pick): Change to accept any number of search parameters.
11532         Implement fallbacks iteratively, not recursively.  Add scoring on the
11533         second pass and sort by score.  Call Secret Service API when needed.
11534         (auth-source-user-or-password): Use it.  Call Secret Service API
11535         directly when needed to get the user name and the password.
11536
11537 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11538
11539         * message.el (message-interactive): Doc fix.
11540         (message-qmail-inject-args): Reflow.
11541         (message-kill-to-signature): Fix typo in docstring.
11542
11543         * smiley.el (smiley-buffer): Fix typo in docstring.
11544
11545 2010-03-24  Glenn Morris  <rgm@gnu.org>
11546
11547         * mail-source.el (gnus-message): Declare.
11548         (mail-source-delete-old-incoming): Require gnus-util.
11549
11550 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11553
11554         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11555
11556         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11557         password-cache's default if it is not bound.
11558         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11559         password-cache-expiry's default if it is not bound.
11560
11561         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11562         available in Emacs 21.
11563
11564         * lpath.el: Suppress compiler warnings for:
11565         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11566         XEmacs;
11567         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11568         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11569         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11570
11571 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11572
11573         * auth-source.el (auth-sources): Fix up definition so extra parameters
11574         are always inline.
11575
11576 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11577
11578         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11579         wasn't updated after mismatch.  Clear cached mailbox info correctly
11580         when uidvalidity changes.
11581         (nnimap-group-prefixed-name): New function to avoid some code
11582         duplication.
11583         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11584         (nnimap-request-group): Use it.
11585         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11586         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11587         with many imap folders.  This is done by caching the group status from
11588         the imap server persistently in a group parameter `imap-status'.  (This
11589         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11590         but not persistently, so every Gnus startup was still very slow.)
11591
11592 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11593
11594         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11595         delete the extra newline.  Otherwise editing of :string and :number
11596         types don't work.
11597
11598 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11599
11600         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11601         secrets.el dependency.
11602         (auth-sources): Add optional user name.  Add secrets.el configuration
11603         choice (unused right now).
11604
11605 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11606
11607         * gnus-sum.el (gnus-summary-make-menu-bar):
11608         Let `gnus-registry-install-shortcuts' fill in the functions.
11609
11610         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11611         warnings.
11612         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11613         (gnus-registry-install-shortcuts): Populate and use it in a
11614         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11615
11616 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11617
11618         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11619         In-place substitutions for the group name encoding/decoding.
11620         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11621         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11622         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11623         (nnimap-update-unseen, nnimap-request-list)
11624         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11625         (nnimap-request-set-mark, nnimap-split-to-groups)
11626         (nnimap-split-articles, nnimap-request-newgroups)
11627         (nnimap-request-create-group, nnimap-request-accept-article)
11628         (nnimap-request-delete-group, nnimap-request-rename-group)
11629         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11630         `encoded-mbx' for consistency.
11631         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11632         variable `imap-current-mailbox'.
11633
11634         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11635         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11636
11637 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11638
11639         * pop3.el (pop3-display-message-size-flag): Display message size byte
11640         counts during POP3 download.
11641         (pop3-movemail): Use it.
11642         (pop3-list): Implement listing of available messages.
11643
11644 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11645
11646         * nnir.el (nnir-get-article-nov-override-function): New function to
11647         override the normal NOV retrieval.
11648         (nnir-retrieve-headers): Use it.
11649
11650 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11651
11652         * auth-source.el (netrc-machine-user-or-password): Autoload.
11653
11654 2010-03-19  Glenn Morris  <rgm@gnu.org>
11655
11656         Stop message.el from loading about 40 libraries it doesn't always need.
11657         The general approach is to autoload rather than require, and to
11658         require in the specific functions rather than the file.  (Bug#5642)
11659
11660         * gmm-utils.el: Don't require wid-edit.
11661         (widget-create-child-value, widget-convert, widget-default-get):
11662         Autoload.
11663
11664         * gnus-util.el: Don't require time-date, netrc.
11665         (message-fetch-field, gnus-group-name-decode): Declare rather than
11666         autoloading.
11667         (gnus-fetch-field): Require message.
11668         (gnus-decode-newsgroups): Require gnus-group.
11669
11670         * ietf-drums.el: Don't require time-date.
11671
11672         * message.el: Don't require hashcash, canlock, ecomplete.
11673         Do require mail-utils.  Require nnheader only when compiling.
11674         (smtpmail-default-smtp-server): Remove declaration.
11675         (message-send-mail-function): Check smtpmail-default-smtp-server
11676         is bound rather than requiring smtpmail.
11677         (message-auto-save-directory, message-insert-signature):
11678         Use expand-file-name rather than nnheader-concat.
11679         (nnheader-insert-file-contents): Autoload.
11680         (hashcash-wait-async): Declare.
11681         (message-send-mail): Only call gnus-setup-posting-charset if
11682         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11683         (message-send-mail-with-sendmail): Require sendmail.
11684         (canlock-password, canlock-password-for-verify): Declare.
11685         (message-canlock-password): Require canlock.
11686         (nnheader-get-report): Autoload.
11687         (gnus-setup-posting-charset): Declare.
11688         (message-send-news): Require gnus-msg.
11689         (message-make-references, message-make-in-reply-to): Use mail-header-id
11690         rather than the alias mail-header-message-id.
11691         (ecomplete-add-item, ecomplete-save): Declare.
11692         (message-put-addresses-in-ecomplete): Require ecomplete.
11693         (ecomplete-display-matches): Autoload.
11694
11695         * mm-decode.el: Don't require mailcap, gnus-util.
11696         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11697         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11698         Autoload.
11699         (mailcap-mime-extensions): Declare.
11700
11701         * mm-encode.el: Don't require mailcap.
11702         (mailcap-extension-to-mime): Autoload.
11703
11704         * mml-sec.el: Don't require password-cache.
11705
11706         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11707         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11708         (mml-minibuffer-read-type): Require mailcap.
11709         (mml-preview): Require gnus-msg.
11710
11711         * mml1991.el: Require password-cache.
11712         (password-cache-expiry): Remove declaration.
11713
11714         * mml2015.el: Require password-cache.
11715         (password-cache-expiry): Remove declaration.
11716
11717         * nneething.el (mailcap): Require mailcap.
11718
11719         * nnheader.el (declare-function): Add compatibility stub.
11720         (message-remove-header): Declare rather than autoload.
11721         (nnheader-replace-header): Require message.
11722
11723         * nnimap.el (declare-function): Add compatibility stub.
11724         (netrc-parse, netrc-machine-user-or-password): Declare.
11725         (nnimap-open-connection): Require netrc.
11726
11727         * nntp.el (declare-function): Add compatibility stub.
11728         (netrc-parse, netrc-machine, netrc-get): Declare.
11729         (nntp-send-authinfo): Require netrc.
11730
11731         * rfc2047.el: Don't require qp.
11732         (quoted-printable-encode-region, quoted-printable-decode-string):
11733         Autoload.
11734
11735         * sieve-mode.el: Don't require easymenu.
11736         (easy-menu-add-item): Autoload it.
11737
11738         * spam-stat.el (time-to-number-of-days): Autoload it.
11739
11740 2010-03-19  Glenn Morris  <rgm@gnu.org>
11741
11742         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11743
11744 2010-03-18  Glenn Morris  <rgm@gnu.org>
11745
11746         * hashcash.el (declare-function): Remove duplicate definition.
11747
11748 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11749
11750         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11751         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11752         value if any backslash escapes).
11753
11754 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11757         if it is available.  (bug#5647)
11758
11759         * lpath.el: Suppress compiler warning for coding-system-from-name for
11760         Emacs 21 and XEmacs.
11761
11762 2010-03-14  Juri Linkov  <juri@jurta.org>
11763
11764         * hmac-def.el:
11765         * hmac-md5.el:
11766         * netrc.el: Fix keywords.
11767
11768 2010-02-26  Glenn Morris  <rgm@gnu.org>
11769
11770         * message.el (message-send-mail-function): Change the default, so that
11771         it inherits from a customized send-mail-function.  (Bug#5643)
11772
11773 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11774
11775         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11776         shell-command-to-string signals an error (bug#5299).
11777
11778 2010-02-24  Glenn Morris  <rgm@gnu.org>
11779
11780         * message.el (message-smtpmail-send-it)
11781         (message-send-mail-with-mailclient): Doc fixes.
11782
11783 2010-02-16  Glenn Morris  <rgm@gnu.org>
11784
11785         * message.el (message-default-mail-headers): Change the default value
11786         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11787
11788 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11791         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11792
11793 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11794
11795         * time-date.el (date-to-time): Doc fix (Bug#5408).
11796
11797 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11798
11799         * message.el (message-mail): Just pass yank-action on to message-setup.
11800         (message-setup): Handle (FUN . ARGS) form of yank-action.
11801         (message-with-reply-buffer, message-widen-reply)
11802         (message-yank-original): Handle non-buffer values of
11803         message-reply-buffer (Bug#4080).
11804         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11805
11806 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11807
11808         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11809         Fix typo in docstring.
11810
11811 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11812
11813         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11814         response.
11815
11816 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11819
11820         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11821
11822         * message.el (message-check-news-header-syntax): Protect against a
11823         string that `rfc822-addresses' returns when parsing fails.
11824
11825 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11828         (gnus-previous-char-property-change): New functions.
11829
11830         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11831
11832 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11833
11834         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11835         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11836
11837 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11838
11839         * message.el (message-exchange-point-and-mark): Rework last change to
11840         avoid using optional arg of exchange-point-and-mark, for backward
11841         compatibility.
11842
11843 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11844
11845         * message.el (message-exchange-point-and-mark):
11846         Call exchange-point-and-mark with an argument rather than setting
11847         mark-active by hand (Bug#5175).
11848
11849 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * nntp.el (nntp-service-to-port): Work for service expressed with
11852         numeric string; replace [:digit:] with [0-9] for XEmacs.
11853
11854 2009-12-17  Glenn Morris  <rgm@gnu.org>
11855
11856         * gnus-group.el (gnus-bug-group-download-format-alist):
11857         Change emacs entry to debbugs.gnu.org.  Bump :version.
11858
11859 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11862
11863 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * message.el (message-info): Explain why we use `Info-goto-node'.
11866
11867 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11870
11871 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11872
11873         * message.el (message-completion-in-region): New compatibility function.
11874         (message-expand-group): Use it.
11875
11876 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11879         with no unread article should be listed if the 2nd arg `predicate' is
11880         given.
11881
11882 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11885
11886 2009-11-29  Juri Linkov  <juri@jurta.org>
11887
11888         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11889         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11890         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11891
11892 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11893
11894         * sha1.el (sha1-string-external): default-directory "/" in case
11895         otherwise non-existent.  process-connection-type pipe for touch of
11896         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11897
11898 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11899
11900         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11901         it's comms related and sgml-mode.el has "comm" on that basis too.
11902
11903 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11906         containing tspecial characters if they have been already quoted.
11907
11908 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11909
11910         * dns-mode.el (auto-mode-alist): Purecopy string.
11911
11912 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11913
11914         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11915
11916 2009-10-24  Glenn Morris  <rgm@gnu.org>
11917
11918         * gnus-art.el (help-xref-stack-item): Define for compiler.
11919
11920 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11921
11922         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11923
11924 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11927
11928 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11931         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11932
11933 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11936         (gnus-overlays-in): New alias to overlays-in.
11937
11938         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11939         gnus-overlay-get, and gnus-delete-overlay.
11940         (gnus-summary-show-thread): Make it work as well for systems in which
11941         next-single-char-property-change is not available.
11942         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11943
11944         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11945         (gnus-overlay-get): New alias to extent-property.
11946         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11947
11948         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11949         SXEmacs.
11950
11951         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11952         SXEmacs.
11953
11954 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11955
11956         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11957
11958 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11959
11960         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11961         and XEmacs that don't have `remove-overlays'.
11962
11963 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11964
11965         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11966         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11967         selective display.  Use overlays instead.
11968
11969 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11970
11971         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11972
11973 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11974
11975         * spam-stat.el (spam-stat-load): Fix typo in message.
11976
11977 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11978
11979         * dig.el (dig-invoke): Fix typo in docstring.
11980         (query-dig): Reflow docstring.
11981
11982 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11983
11984         * gnus-art.el (gnus-article-encrypt-body):
11985         * message.el (message-check-recipients):
11986         * mm-util.el (mm-codepage-setup):
11987         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11988         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11989
11990 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11991
11992         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11993         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11994         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11995         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11996         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11997
11998 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11999
12000         * dig.el: Add "Keywords: comm", as per net-utils.el.
12001
12002 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12003
12004         * dig.el (dig-mode): Use define-derived-mode.
12005
12006 2009-09-19  Glenn Morris  <rgm@gnu.org>
12007
12008         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12009
12010 2009-09-18  Glenn Morris  <rgm@gnu.org>
12011
12012         * gnus-diary.el (gnus-diary-check-message):
12013         * message.el (message-insert-formatted-citation-line):
12014         * nnbabyl.el (top-level):
12015         * nndiary.el (nndiary-schedule):
12016         Fix typos in condition-case handlers.
12017
12018 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12021         configuration that provides the sole article window in a frame;
12022         position point correctly after deleting a part.
12023
12024 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12025
12026         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12027         (spam-resolve-registrations-routine): Use it to unregister articles
12028         that change status.
12029
12030 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12033         with XEmacs.
12034         (parse-time-string-chars): Use it.
12035
12036 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12037
12038         * imap.el (imap-interactive-login): Better messages.
12039         (imap-open): Fix bug with renamed buffer on reconnect.
12040         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12041         for easier debugging and cleaner code.  On successful (guessed based on
12042         server capabilities) secondary authentication, set imap-state
12043         correctly.
12044         (imap-last-authenticator): Define imap-last-authenticator as a variable
12045         to avoid warnings.
12046
12047 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * nnrss.el (nnrss-request-article): Remove binding of
12050         default-enable-multibyte-characters that has gotten needless by
12051         the 2007-07-13 change in rfc2047-encode-message-header.
12052
12053         * mml.el (mml-insert-multipart): Error on the message header.
12054         (mml-insert-part): Error on the message header; position point at
12055         the end of a MIME tag.
12056
12057 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * time-date.el (autoload): Expand define-obsolete-function-alias into
12060         defalias and make-obsolete for old Emacsen that Gnus supports.
12061         (with-no-warnings): Define it for old Emacsen.
12062         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12063         is available.
12064         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12065         float-time is available; suppress compile warning for time-to-seconds.
12066
12067         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12068         (gnus-float-time): Alias to float-time if it exists.
12069
12070         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12071         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12072         float-time is available; suppress compile warning for time-to-seconds.
12073
12074         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12075         XEmacs.
12076
12077 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12078
12079         * imap.el (imap-message-map): Docstring fix.
12080
12081 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12084         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12085         Add the optional argument `encoding' that overrides the default.
12086
12087         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12088         mm-encode-buffer.
12089
12090 2009-09-04  Glenn Morris  <rgm@gnu.org>
12091
12092         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12093         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12094         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12095         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12096         * mm-util.el (mm-with-unibyte-current-buffer)
12097         (mm-find-buffer-file-coding-system):
12098         * yenc.el (yenc-decode-region): Use default-value rather than
12099         default-enable-multibyte-characters.
12100
12101 2009-09-03  Glenn Morris  <rgm@gnu.org>
12102
12103         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12104         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12105         than default-enable-multibyte-characters.
12106
12107 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12108
12109         * gnus-art.el (gnus-article-read-summary-keys):
12110         Fix gnus-buffer-configuration's value temporarily used.
12111
12112 2009-09-02  Glenn Morris  <rgm@gnu.org>
12113
12114         * gnus-util.el (gnus-float-time): New function.
12115         * gnus-delay.el (gnus-delay-article):
12116         * gnus-sum.el (gnus-thread-latest-date):
12117         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12118         * nnspool.el (nnspool-request-newgroups):
12119         Use gnus-float-time rather than time-to-seconds.
12120         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12121
12122         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12123         (gnus-header-subject-face, gnus-header-newsgroups-face)
12124         (gnus-header-name-face, gnus-header-content-face):
12125         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12126         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12127         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12128         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12129         (gnus-cite-face-11):
12130         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12131         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12132         (gnus-server-closed-face, gnus-server-denied-face)
12133         (gnus-server-offline-face):
12134         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12135         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12136         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12137         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12138         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12139         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12140         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12141         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12142         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12143         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12144         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12145         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12146         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12147         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12148         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12149         (gnus-summary-high-undownloaded-face)
12150         (gnus-summary-low-undownloaded-face)
12151         (gnus-summary-normal-undownloaded-face)
12152         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12153         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12154         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12155         (gnus-splash-face):
12156         * message.el (message-header-to-face, message-header-cc-face)
12157         (message-header-subject-face, message-header-newsgroups-face)
12158         (message-header-other-face, message-header-name-face)
12159         (message-header-xheader-face, message-separator-face)
12160         (message-cited-text-face, message-mml-face):
12161         * sieve-mode.el (sieve-control-commands-face)
12162         (sieve-action-commands-face, sieve-test-commands-face)
12163         (sieve-tagged-arguments-face):
12164         * spam.el (spam-face):
12165         Mark face aliases with "-face" in the name as obsolete.
12166
12167 2009-09-01  Glenn Morris  <rgm@gnu.org>
12168
12169         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12170         than goto-line.
12171
12172 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12175         Don't move point if the command is invoked inside the message header.
12176
12177 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12178
12179         * imap.el (imap-send-command): Simplify.
12180         (imap-wait-for-tag): point-max -> buffer-size.
12181
12182 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12183
12184         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12185         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12186         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12187         * nnir.el (nnir-swish-e-index-file):
12188         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12189         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12190         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12191         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12192         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12193         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12194
12195 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12198         Don't save excursion.
12199
12200 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12201
12202         * nnheader.el (nnheader-find-file-noselect):
12203         * mm-util.el (mm-insert-file-contents):
12204         Use (default-value 'major-mode) instead of default-major-mode.
12205
12206 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12207
12208         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12209
12210 2009-08-26  Glenn Morris  <rgm@gnu.org>
12211
12212         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12213         than placing in files.el.
12214
12215 2009-08-25  Glenn Morris  <rgm@gnu.org>
12216
12217         * nnir.el (top-level): Don't require cl at run-time.
12218         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12219         Replace cl-function substitute with gnus-replace-in-string.
12220         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12221         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12222         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12223         simplified expansions.
12224
12225 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12226
12227         * dig.el (dig): Add autoload cookie.
12228
12229 2009-08-22  Glenn Morris  <rgm@gnu.org>
12230
12231         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12232         goto-line.
12233
12234 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12235
12236         * parse-time.el (parse-time-string-chars): Save match data.
12237
12238 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12239
12240         * parse-time.el (parse-time-string-chars): Compute using character
12241         classes, to handle non-ascii characters (Bug#3190).
12242
12243 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12246
12247         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12248         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12249         (gnus-mm-display-part, gnus-mime-display-single)
12250         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12251         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12252
12253         * gnus-sum.el
12254         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12255         (gnus-summary-move-article): Add expirable mark to articles copied or
12256         moved to group that has auto-expire turned on if the option is non-nil.
12257
12258 2009-07-24  Glenn Morris  <rgm@gnu.org>
12259
12260         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12261         Fix typo.  (Bug#3903)
12262
12263 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12266         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12267         that should not be used for draft articles.
12268         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12269         that has no concern in minor mode keys.
12270         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12271         Abolish.
12272
12273 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12276         article without making inquiry to a user for unknown encoding.
12277
12278         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12279         (nnmaildir--scan): Assume i-node and device number that file-attributes
12280         returns might be cons-cell.
12281
12282         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12283
12284         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12285
12286 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12287
12288         * auth-source.el: Remove docs now in auth.texi.  Don't use
12289         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12290         `auth-source-hide-passwords' and use them.
12291
12292 2009-07-15  Glenn Morris  <rgm@gnu.org>
12293
12294         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12295
12296 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12299         excessive whitespace from the default values of title and description.
12300
12301 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12304         mail-fetch-field to fetch Content-Description header in order to
12305         exclude newlines.
12306
12307 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12308
12309         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12310         format used by GnuPG 2.0.11.
12311
12312 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12315         to deleted part.
12316
12317 2009-05-30  David Engster  <dengste@eml.cc>
12318
12319         * nnmairix.el: Remove old documentation in the commentary block.
12320         (nnmairix-request-group): Do not update active file for nnml back ends.
12321         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12322         end so that overview files are ignored.
12323         (nnmairix-update-groups): Make updating the groups more robust by using
12324         marks.
12325         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12326         with dollar characters in message-id.
12327
12328 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12331         2008-12-25 in dns.el.
12332
12333 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12334
12335         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12336         could happen if the text is only composed of spaces and/or tabs.
12337
12338 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12339
12340         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12341         when sending a queued message to avoid extra mml tags.
12342
12343 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12346
12347 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12350         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12351         rmail-toggle-header for XEmacs;
12352         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12353
12354 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus-dired.el: Remove autoload for gnus-setup-message.
12357         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12358         displaying Gnus logo; always use compose-mail.
12359
12360 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12363
12364 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12367         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12368         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12369         available.
12370         (gnus-nocem-epg-verify): New function.
12371
12372 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12375
12376 2009-02-15  Glenn Morris  <rgm@gnu.org>
12377
12378         * gnus-util.el (rmail-insert-rmail-file-header)
12379         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12380         autoloads.
12381         (rmail-default-rmail-file): Remove unnecessary declaration.
12382         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12383
12384 2009-02-14  Glenn Morris  <rgm@gnu.org>
12385
12386         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12387         variable (only used in gnus-util, which declares it anyway).
12388         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12389         which was only needed by gnus-art (changed to not use it any more).
12390         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12391         only used in gnus-util, which autoloads it itself.
12392         (rmail-update-summary): Fix autoload.
12393
12394         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12395         rather than rmail-output-to-rmail-file.
12396
12397 2009-02-07  Glenn Morris  <rgm@gnu.org>
12398
12399         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12400         autoload of function that no longer exists.
12401         (rmail-toggle-header): Declare.
12402         (message-forward-rmail-make-body): Handle mbox Rmail.
12403
12404 2009-01-31  Glenn Morris  <rgm@gnu.org>
12405
12406         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12407         2009-01-09 change.
12408
12409 2009-01-31  Dave Love  <fx@gnu.org>
12410
12411         * imap.el (imap-fetch-safe): Bind debug-on-error.
12412         (imap-debug): Add imap-fetch-safe.
12413
12414 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12415
12416         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12417         (auth-source-forget-all-cached): New convenience function.
12418         (auth-source-user-or-password): Accept list of modes or a single mode.
12419
12420         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12421         auth-source modes.
12422
12423         * netrc.el (netrc-machine-user-or-password): Use list of
12424         auth-source modes.
12425
12426         * nnimap.el (nnimap-open-connection): Use list of
12427         auth-source modes.
12428
12429         * nntp.el (nntp-send-authinfo): Use list of
12430         auth-source modes.
12431
12432 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12433
12434         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12435         now.
12436
12437 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12440         coding system in XEmacs; add a workaround for XEmacs.
12441
12442         * lpath.el: Fbind coding-system-aliasee.
12443
12444 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12447         of current-language-environment.
12448
12449 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12452         available at runtime.
12453
12454 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12457
12458 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12459
12460         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12461         the greatest positive fixnum value doesn't work under an XEmacs with
12462         bignum support; use the most-positive-fixnum constant instead,
12463         available since Emacs 21.1 with cl and XEmacs 21.1.
12464
12465 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12468         XEmacs gets not to work.
12469
12470 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * mm-util.el (mm-coding-system-priorities): Allow the value like
12473         "Japanese (UTF-8)" of current-language-environment.
12474
12475 2009-01-09  Glenn Morris  <rgm@gnu.org>
12476
12477         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12478         with last-command-event.
12479
12480 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12483         in the doc string.
12484
12485         * message.el (message-fix-before-sending): Amend comment.
12486
12487 2009-01-08  Dave Love  <fx@gnu.org>
12488
12489         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12490
12491 2009-01-07  David Engster  <dengste@eml.cc>
12492
12493         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12494         simplified server definitions by converting it via
12495         gnus-server-to-method.
12496
12497 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12500         parameter's operands.
12501
12502 2009-01-06  David Engster  <dengste@eml.cc>
12503
12504         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12505         primary select method (for gnus-group-mark-article-as-read).
12506
12507 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12508
12509         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12510         `(gnus)Face', not `(gnus)X-Face'.
12511
12512 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * mm-util.el (mm-ucs-to-char): New function.
12515
12516         * mm-url.el (mm-url-decode-entities): Use it.
12517
12518         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12519         unicode-to-char.
12520
12521 2009-01-05  Dave Love  <fx@gnu.org>
12522
12523         * time-date.el: Require cl for `declare'.
12524
12525 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12528         Dave Love.
12529
12530 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * message.el (message-fix-before-sending): Add `eight-bit' to
12533         illegible-text check.
12534
12535 2009-01-03  Michael Olson  <mwolson@gnu.org>
12536
12537         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12538         `headers' is nil.  This can occur if the IMAP server does not have
12539         permissions to read messages from a folder, but can write new messages
12540         to the folder.
12541         (nnimap-request-article-part): Do not insert `data' if it is nil.
12542
12543         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12544         characters which will confuse `read', so skip past them.
12545
12546 2009-01-01  Dave Love  <fx@gnu.org>
12547
12548         * imap.el (imap-string-to-integer): Fix typo.
12549         (imap-fetch-safe): New function.
12550         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12551
12552         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12553
12554         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12555         (imap-parse-greeting): Fix doc strings.
12556         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12557         (imap-parse-flag-list): Make messages unique.
12558         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12559
12560         * nnimap.el: Fix author email.
12561         (nnimap-split-rule): Add FIXME comment.
12562         (nnimap-debug): Fix doc string.
12563
12564 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12567
12568 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12571         nslookup if resolv.conf isn't available.
12572         (dns-query): Rename from query-dns.
12573         (dns-query-cached): Rename from query-dns-cached.
12574
12575 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12578         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12579         to check if those variables exist (first appeared in Emacs 18.50).
12580
12581 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * mm-util.el (mm-line-number-at-pos): New function.
12584
12585         * spam-report.el (spam-report-process-queue): Use it.
12586
12587 2008-12-24  David Engster  <dengste@eml.cc>
12588
12589         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12590         parameters that haven't existed as variables as buffer-local variables.
12591
12592 2008-12-23  Dave Love  <fx@gnu.org>
12593
12594         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12595         cadar.
12596
12597         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12598         imap-starttls-p.
12599         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12600
12601 2008-12-22  Dave Love  <fx@gnu.org>
12602
12603         * imap.el: Fix author email.  Doc fixes.
12604         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12605         reply.
12606
12607 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * spam-report.el (spam-report-gmane-max-requests): New constant.
12610         (spam-report-gmane-wait): New variable.
12611         (spam-report-gmane-ham, spam-report-gmane-spam)
12612         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12613         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12614         the server.
12615
12616         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12617         Add explanations.
12618
12619         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12620         nnheader-accept-process-output and nnheader-read-timeout if available.
12621         (pop3-movemail): Use it.
12622
12623         * message.el (message-check-news-body-syntax): Fix signature check if
12624         there's an attachment.
12625
12626 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * mm-util.el: Add comments to the mm- emulating functions.
12629
12630 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12631
12632         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12633         Reported by Stephen Berman <stephen.berman@gmx.net>.
12634
12635 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * mm-util.el (mm-substring-no-properties): New function.
12638         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12639         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12640         (mm-string-to-multibyte): Doc fix.
12641
12642         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12643
12644 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * mml.el (mml-attach-file): Strip text properties from file name.
12647         (Bug#1574)
12648
12649 2008-12-16  Glenn Morris  <rgm@gnu.org>
12650
12651         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12652
12653 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12656         knows since the charset specified might be a bogus alias that
12657         mm-charset-synonym-alist provides.
12658
12659 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12662         "ISO_8859-1".
12663
12664         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12665
12666 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * mm-util.el (mm-charset-eval-alist):
12669         Define it before mm-charset-to-coding-system.
12670         (mm-charset-to-coding-system): Add optional argument `silent';
12671         define it before mm-charset-override-alist.
12672         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12673         default value if it can be used in Emacs currently running;
12674         silence mm-charset-to-coding-system.
12675
12676 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12679         `allow-override' which says whether to use `mm-charset-override-alist'.
12680         (rfc2047-decode-encoded-words): Use it.
12681
12682         * mm-util.el (mm-charset-override-alist): Fix custom type;
12683         add `(gb2312 . gbk)' to choices.
12684
12685 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12688         fast.
12689
12690         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12691
12692         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12693
12694 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12695
12696         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12697         on links.
12698
12699         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12700
12701 2008-12-03  Lute Kamstra  <lute@gnu.org>
12702
12703         * sha1.el: Remove leading * from docstrings of defcustoms,
12704         deffaces, defconsts and defuns.
12705
12706 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12709         users' addresses that don't have domain parts.
12710         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12711         rather than message-narrow-to-head since there will be the message
12712         header separator.
12713
12714 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12715
12716         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12717         since the result is inserted in a unibyte buffer anyway.
12718         (nnimap-demule-use-string-to-multibyte): Remove.
12719         (nnimap-demule): Alias it to mm-string-to-multibyte.
12720
12721 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12724         variable for debugging bug#464 and bug#1174.
12725         (nnimap-demule): Use it.
12726
12727 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12730         score calculation correctly.
12731
12732 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12733
12734         * message.el (message-send-mail): Just set the buffer to unibyte
12735         rather than use mm-with-unibyte-current-buffer which does a lot more.
12736         (message-send-mail-partially): Don't bother with
12737         mm-with-unibyte-current-buffer since it's already been made unibyte by
12738         message-send-mail.
12739
12740 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12741
12742         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12743
12744 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12745
12746         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12747
12748 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12751         require itself and to remove `with-no-warnings'.
12752
12753 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12754
12755         * starttls.el (starttls-any-program-available): Get the name of the
12756         available TLS layer program.
12757         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12758         well as the host name in the "opening" message.
12759
12760         * auth-source.el (auth-source-cache, auth-source-do-cache)
12761         (auth-source-user-or-password): Cache passwords and logins by default,
12762         allow override with `auth-source-do-cache'.
12763         (auth-source-forget-user-or-password): Allow users to remove cache
12764         entries if needed.
12765
12766 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12767
12768         * md4.el (md4-buffer): Fix typo in docstring.
12769         (md4, md4-64): Doc fixes.
12770         (md4-pack-int32): Reflow docstring.
12771
12772 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12773
12774         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12775         condition-case to only the forward-sexp call.
12776
12777 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12778
12779         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12780         quotes contained.  Make it more robust regardless by an extra
12781         condition-case wrapper.
12782
12783 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12786
12787 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * nnml.el (nnml-request-expire-articles): Check if the function set to
12790         `nnmail-expiry-target' returns the symbol `delete'.
12791
12792         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12793
12794         * nnmail.el (nnmail-expiry-target): Fix custom type.
12795
12796 2008-10-02  Glenn Morris  <rgm@gnu.org>
12797
12798         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12799         Silence compiler warning.
12800
12801 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12802
12803         * tls.el (open-tls-stream): Show the actual command being
12804         executed, instead of the format string.
12805
12806 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * lpath.el: Fbind codepage-setup for Emacs 23.
12809
12810 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12811
12812         * mml.el (mml-menu): Don't assume mml2015 is bound.
12813
12814 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12817         exists.
12818
12819 2008-09-27  Glenn Morris  <rgm@gnu.org>
12820
12821         * gnus-util.el (mail-header-remove-comments): Autoload it.
12822
12823 2008-09-27  Andreas Schwab  <schwab@suse.de>
12824
12825         * gnus-util.el (gnus-split-references): Strip comments.
12826         (gnus-parent-id): Likewise.
12827
12828 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12829
12830         * message.el (message-confirm-send): Fix version.
12831
12832 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * message.el (message-idna-to-ascii-rhs-1): Use
12835         mail-extract-address-components rather than mail-header-parse-addresses
12836         that is an alias by default to ietf-drums-parse-addresses that does not
12837         support non-ASCII names in headers' contents.
12838
12839 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12840
12841         * message.el (message-confirm-send): Fix variable documentation to
12842         avoid the "y/n" wording.
12843
12844 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12845
12846         * message.el (message-set-auto-save-file-name): Save to a different
12847         filename so multiple messages (especially drafts) can be recovered.
12848
12849 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12850
12851         * message.el (message-confirm-send): Add appropriate version.
12852
12853 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12854
12855         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12856         defvar.
12857
12858 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12859
12860         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12861         (mm-pkcs7-enveloped-magic): Ditto.
12862
12863 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12864
12865         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12866         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12867
12868 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12869
12870         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12871         default, it's better.
12872
12873 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12874
12875         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12876         summary line gnus-number property and ignore them (with a warning
12877         message).
12878
12879 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12882         macro caddr in the interactive form since it won't be expanded.
12883
12884 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12887         `charset'; fix name of function called recursively.
12888         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12889
12890 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12893         (gnus-mime-set-charset-parameters): New function.
12894         (gnus-mime-view-part-as-charset): Use it to correctly display part
12895         specifying wrong charset.
12896
12897 2008-09-08  David Engster  <dengste@eml.cc>
12898
12899         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12900         in completing-read for back end server.
12901
12902 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12903
12904         * message.el (message-confirm-send): New variable to confirm sending a
12905         message.
12906         (message-send): Use it.
12907
12908 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12909
12910         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12911
12912 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12915
12916 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12917
12918         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12919         prevent tracking too many groups.
12920         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12921         Use it.
12922
12923 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12924
12925         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12926         moving point to the bottom of the window in order to avoid recentering.
12927
12928 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12931
12932         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12933         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12934         (gnus-article-beginning-of-window): Fix calculation.
12935
12936 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * gnus-msg.el (gnus-summary-supersede-article)
12939         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12940         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12941         message header.
12942
12943 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12944
12945         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12946         pending output coming after the status change.
12947
12948 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12949
12950         * message.el:
12951         * gnus-start.el:
12952         * gnus-registry.el: Remove VMS support.
12953
12954 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12957         macro.
12958         (rfc2104-hash): Use it.
12959
12960 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12963         (gnus-summary-sort-by-most-recent-date): New commands.
12964         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12965         and menu entries.
12966
12967 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12970         don't redisplay article for raw contents; remove plural articles stuff.
12971
12972         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12973         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12974         on gnus-summary-save-article; display results properly.
12975
12976 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * lpath.el: No need to fbind ns-focus-frame.
12979
12980 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12983
12984 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * gnus-art.el (gnus-summary-save-in-pipe):
12987         Consider gnus-save-all-headers.
12988
12989 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12990
12991         * gnus-util.el (ns-focus-frame): Remove declaration.
12992         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12993         like x.
12994
12995 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12996
12997         * rfc2104.el (rfc2104-zero): Delete defconst.
12998         (rfc2104-hex-alist): Likewise.
12999         (rfc2104-hex-to-int): Delete func.
13000         (rfc2104-hexstring-to-bitstring): Likewise.
13001         (rfc2104-nybbles): New defconst.
13002         (rfc2104-hash): Rewrite for speed.
13003
13004 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * tls.el (open-tls-stream): Make it work with the 2nd argument
13007         BUFFER that is a string but does not exist as a buffer object, as
13008         mentioned in the doc-string.
13009
13010 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13013         SXEmacs.
13014
13015 2008-07-16  Glenn Morris  <rgm@gnu.org>
13016
13017         * gnus-util.el (ns-focus-frame): Declare for compiler.
13018
13019 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13022         set as a group parameter.
13023         (gnus-summary-save-in-pipe): Work when it is called independently.
13024         (gnus-summary-pipe-to-muttprint): Don't modify
13025         gnus-summary-pipe-output-default-command.
13026
13027 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13028
13029         * message.el (message-send-mail-with-sendmail):
13030         Display the error message.
13031
13032 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * gnus-art.el (gnus-default-article-saver):
13035         Add gnus-summary-save-in-pipe to choices.
13036         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13037         gnus-summary-pipe-output-default-command as the default command.
13038         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13039         instead of gnus-last-shell-command.
13040
13041         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13042         New user option.
13043         (gnus-summary-muttprint-program): Mention the value will be changed.
13044         (gnus-summary-save-article): Force showing of all headers.
13045         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13046
13047 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13048
13049         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13050
13051 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13052
13053         * nnimap.el (nnimap-id):
13054         * sieve-manage.el (sieve-manage-open): Doc fixes.
13055
13056 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13057
13058         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13059         if available.
13060
13061 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13062
13063         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13064
13065         * nnkiboze.el (nnkiboze-generate-group):
13066         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13067
13068         * nnmairix.el: Require CL.
13069
13070 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * dgnushack.el: Autoload get-display-table and put-display-table for
13073         XEmacs 21.5.
13074
13075         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13076         21.4 and SXEmacs.
13077
13078 2008-06-15  David Engster  <dengste@eml.cc>
13079
13080         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13081
13082 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13083
13084         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13085         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13086         runtime choice under XEmacs.
13087
13088         * gnus-sum.el (gnus-summary-set-display-table):
13089         Use `gnus-put-display-table', `gnus-get-display-table',
13090         `gnus-set-display-table' for the display table, instead of `aset'.
13091
13092         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13093         Use `gnus-put-display-table', `gnus-get-display-table',
13094         `gnus-set-display-table' for the display table.
13095
13096 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * nnmairix.el: Add autoloads.
13099
13100 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * nnmairix.el (nnmairix-delete-recreate-group)
13103         (nnmairix-update-and-clear-marks): Fix error messages.
13104
13105 2008-06-14  David Engster  <dengste@eml.cc>
13106
13107         * nnmairix.el: Upgrade to version 0.6.
13108         (nnmairix-group-toggle-propmarks-this-group)
13109         (nnmairix-group-toggle-readmarks-this-group)
13110         (nnmairix-group-delete-recreate-this-group)
13111         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13112         (nnmairix-remove-tick-mark-original-article): New commands.
13113         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13114         (nnmairix-propagate-marks-to-nnmairix-groups)
13115         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13116         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13117         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13118         functions needed for marks propagation and manipulation of read marks.
13119         (nnmairix-update-groups): New function.
13120         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13121         (nnmairix-determine-original-group-from-registry)
13122         (nnmairix-determine-original-group-from-path)
13123         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13124         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13125         New helper functions.
13126         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13127         keystrokes for new commands.
13128         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13129         (nnmairix-request-group): Check allow-fast group parameter.
13130         (nnmairix-request-create-group): Set allow-fast group parameter if
13131         nnmairix-allowfast-default is set.
13132         (nnmairix-close-group): Propagate marks upon closing if needed.
13133         (nnmairix-group-toggle-threads-this-group): Use new.
13134         nnmairix-group-toggle-parameter helper function.
13135         (nnmairix-search): Better check for empty search result.
13136         (nnmairix-goto-original-article): Use new helper functions for
13137         determining original article.
13138         (nnmairix-show-original-article): Make sure message-id is in brackets.
13139         (nnmairix-call-mairix-binary): Change variable name.
13140         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13141         helper function.
13142         (nnmairix-widget-toggle-activate): Fix doc string.
13143
13144 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * nnir.el: Require edmacro when compiling with XEmacs.
13147         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13148         available in Emacs 21.
13149
13150 2008-06-11  Glenn Morris  <rgm@gnu.org>
13151
13152         * gnus-util.el (x-focus-frame):
13153         * gnus.el (image-size):
13154         * mm-decode.el (image-size): Declare.
13155
13156         * gnus-picon.el (declare-function): Add compat definition.
13157         (image-size): Declare.
13158
13159         * gnus-group.el (tool-bar-map):
13160         * gnus-sum.el (tool-bar-map): Define for compiler.
13161
13162         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13163
13164         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13165
13166         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13167         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13168         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13169         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13170         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13171         * sieve-manage.el, spam-report.el, spam.el:
13172         Remove unnecessary eval-and-compile of autoloads.
13173
13174 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13175
13176         * auth-source.el: Precise Tramp doc.
13177
13178 2008-06-07  Glenn Morris  <rgm@gnu.org>
13179
13180         * nnmairix.el: Remove unnecessary eval-when-compile.
13181
13182 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * lpath.el: Fbind propertize for XEmacs 21.4.
13185
13186 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * nnir.el: Move here from ../contrib.
13189
13190 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13191
13192         * gnus-util.el (gnus-read-shell-command): New function.
13193         * mm-decode.el (mm-pipe-part):
13194         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13195
13196 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13199
13200 2008-06-03  Glenn Morris  <rgm@gnu.org>
13201
13202         * pop3.el (nnheader-accept-process-output): Autoload it.
13203
13204 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13207         are not 2-digit hexadecimal characters that follow `%'s.
13208
13209 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * message.el (message-bogus-recipient-p): Fix type in doc string.
13212         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13213         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13214         Improve custom options.
13215         (message-bogus-recipient-p): Adjust accordingly.
13216
13217 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13218
13219         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13220         long-form month and day names.
13221
13222 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * dgnushack.el: Autoload debug, eudc-expand-inline and
13225         pgg-snarf-keys-region for XEmacs.
13226
13227         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13228
13229         * nnmairix.el: Require edmacro when compiling with XEmacs.
13230
13231 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13234         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13235
13236 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13237
13238         * auth-source.el: Add more docs.
13239
13240         * netrc.el (netrc-machine): Always match if the port is not given.
13241
13242 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243
13244         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13245         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13246         retrieval faster in some cases, but might make CPU usage larger.
13247         If this has any bad side effects, we might revert this change.
13248
13249         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13250         seems to make mail retrieval much, much faster.
13251         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13252         unconditionally.
13253
13254         * gnus-draft.el (gnus-group-send-queue):
13255         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13256
13257 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13260
13261         * message.el (message-bogus-address-regexp): Fix and improve custom
13262         type.
13263         (message-setup-hook): Add message-check-recipients as custom option.
13264
13265 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * message.el (message-cite-function): Remove bogus autoload which crept
13268         in during merge from v5-10.
13269
13270 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13271
13272         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13273
13274         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13275
13276         * auth-source.el: Preliminary Tramp docs.
13277         (auth-sources): Change the default auth-sources to use
13278         EPA .gpg files.
13279
13280 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13281
13282         * nntp.el: Autoload `auth-source-user-or-password'.
13283         (nntp-send-authinfo): Use it.
13284
13285         * nnimap.el: Autoload `auth-source-user-or-password'.
13286         (nnimap-open-connection): Use it.
13287
13288         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13289         for the gnus-message function.
13290         (auth-source-user-or-password): Use it.
13291
13292 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13293
13294         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13295         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13296         (rfc2104-hash): Use it.
13297
13298 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13299
13300         * gnus-art.el (gnus-article-toggle-truncate-lines):
13301         Don't use `iff' in docstring.
13302
13303 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13304
13305         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13306
13307         * gnus-util.el (gnus-extract-address-component-name)
13308         (gnus-extract-address-component-email): Convenience functions around
13309         `gnus-extract-address-components'.
13310
13311         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13312         Use `gnus-extract-address-component-email' to fix bug of comparing full
13313         sender name to `user-mail-address'.
13314
13315 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13316
13317         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13318         catch/throw to optimize.
13319         (gnus-registry-find-keywords): Just use member to find a keyword.
13320
13321 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13322
13323         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13324         is current before calling gnus-server-prepare.
13325         (gnus-server-setup-buffer, gnus-server-update-server)
13326         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13327
13328 2008-05-04  Juri Linkov  <juri@jurta.org>
13329
13330         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13331         (mailcap-file-default-commands): Use mailcap-replace-in-string
13332         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13333         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13334
13335 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13336
13337         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13338
13339 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13340
13341         * gnus.el: Bump version to 0.11.
13342
13343 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13344
13345         * gnus.el: No Gnus v0.10 is released.
13346
13347 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13348
13349         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13350         hooks.
13351         (gnus-update-read-articles): Speed up non-marks-using users.
13352         (gnus-use-marks): Define gnus-use-marks.
13353         (gnus-propagate-marks): Rename variable to something more sensible.
13354
13355 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13356
13357         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13358         (gmm-image-load-path-for-library): Fix typos in docstrings.
13359         (gmm-message): Reflow docstring.
13360
13361 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13362
13363         * mail-source.el (mail-source-set-1, mail-source-bind):
13364         Move auth-source code out of the macro to clean it up and fix bugs.
13365
13366 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13367
13368         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13369         by sender if it's equal to user-mail-address, it's likely to be
13370         useless.
13371
13372         * mail-source.el (mail-source-bind): Don't use user or password if they
13373         are not bound.  Unintern them if they are nil.  Don't use server unless
13374         it's bound, and default it to empty string otherwise.
13375
13376 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13377
13378         * mail-source.el: Load auth-source.el.
13379         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13380         get user name or password, if auth-sources is set up.
13381
13382         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13383         strategy of splitting with parent.
13384         (gnus-registry-split-fancy-with-parent)
13385         (gnus-registry-post-process-groups): Use it and fix prior
13386         bug (returning a list as the split result).
13387
13388         * auth-source.el (auth-sources): Remove server parameter.
13389         (auth-source-pick, auth-source-user-or-password)
13390         (auth-source-user-or-password-imap)
13391         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13392         (auth-source-user-or-password-sftp)
13393         (auth-source-user-or-password-smtp): Remove server parameter.
13394
13395 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13396
13397         * smime.el (smime-sign-region, smime-encrypt-region)
13398         (smime-decrypt-region):
13399         Remove redundant calls to `generate-new-buffer-name'.
13400
13401 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13402
13403         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13404         Don't use QP for message/rfc822.
13405         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13406
13407 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13408
13409         * sieve-manage.el (sieve-string-bytes): Remove.
13410         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13411         correct byte-length only if the process's coding-system is the same as
13412         the one used internally by Emacs to represent strings.
13413
13414 2008-04-22  Juri Linkov  <juri@jurta.org>
13415
13416         * mailcap.el (mailcap-file-default-commands): New function.
13417
13418 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * message.el (message-signature-separator, message-cite-function):
13421         Change custom version.
13422
13423 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13424
13425         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13426         commands.
13427         (tls-checktrust): Ditto.
13428
13429 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * mm-decode.el (mm-display-external): Make temp file read-only.
13432
13433 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13436         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13437         `C-c C-f d'.
13438
13439 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13440
13441         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13442
13443 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * gnus.el: Bump version to 0.9.
13446
13447 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13448
13449         * gnus.el: No Gnus v0.8 is released.
13450
13451 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13452
13453         * mail-source.el (mail-source-value):
13454         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
13460
13461 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13462
13463         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13464         Prefer fboundp to functionp so it works with macros as well.
13465
13466 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13467
13468         * auth-source.el: Add docs.
13469         (auth-sources): Modify format to support server.
13470         (auth-source-pick, auth-source-user-or-password)
13471         (auth-source-user-or-password-imap)
13472         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13473         (auth-source-user-or-password-sftp)
13474         (auth-source-user-or-password-smtp): Add server parameter.
13475
13476 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13477
13478         * gnus-registry.el: Initialize the registry when gnus-registry-install
13479         is t.
13480
13481 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * compface.el (uncompface): Make buffer unibyte.
13484
13485 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13486
13487         * mail-source.el (mail-source-value):
13488         Prefer fboundp to functionp so it works with macros as well.
13489
13490 2008-04-05  Glenn Morris  <rgm@gnu.org>
13491
13492         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13493
13494 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13495
13496         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13497         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13498
13499         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13500         multibyteness after rather than before erasing it.
13501
13502         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13503         mm-with-multibyte.
13504         (gnus-request-article-this-buffer): Make sure the proper decoding is
13505         used if gnus-original-article-buffer happens to be unibyte.
13506
13507         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13508         default-enable-multibyte-characters.
13509
13510         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13511         default-enable-multibyte-characters.
13512
13513         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13514
13515         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13516
13517 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13518
13519         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13520         Fix last change in case the element is not even a symbol.
13521
13522 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13523
13524         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13525         (imap-message-copyuid-1): Use it.
13526         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13527         J. Williams in
13528         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13529
13530         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13531         imap-enable-exchange-bug-workaround.
13532         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13533
13534 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13535
13536         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13537         a 100 byte status-checks into a 2-3MB transfer for each group.
13538         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13539         to enable bug workaround or not.
13540         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13541
13542 2008-03-31  Glenn Morris  <rgm@gnu.org>
13543
13544         * message.el (mml2015-use): Declare for compiler.
13545         (message-info): Require mml2015 when appropriate.
13546
13547 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13550         whitespace.
13551
13552 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13553
13554         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13555         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13556         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13557         (nntp-service-to-port): New function.
13558         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13559         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13560         (nntp-open-netcat-stream): New function.
13561         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13562
13563 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13564
13565         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13566
13567 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13568
13569         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13570
13571 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13572
13573         * dns.el (dns-write): Use set-buffer-multibyte.
13574
13575 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13576
13577         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13578
13579 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * message.el (message-signature-separator): Change default.
13582         Improve custom type.
13583         (message-cite-function): Change default to
13584         message-cite-original-without-signature.
13585
13586         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13587         toggle.
13588
13589         * message.el (message-check-news-body-syntax): Fix signature check.
13590         (message-setup-1): Mark buffer as unmodified _after_ running
13591         message-setup-hook and handling message-alternative-emails.
13592         (message-shorten-references): Be more strict when building list of
13593         valid references to comply with GNKSA.
13594
13595         * gnus-group.el (gnus-read-ephemeral-bug-group)
13596         (gnus-read-ephemeral-debian-bug-group)
13597         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13598
13599         * message.el (message-info): Don't use booleanp which isn't supported
13600         in Emacs 21 and XEmacs.
13601
13602 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13605         gnus-group-gmane-group-download-format.
13606         (gnus-group-read-ephemeral-gmane-group): Rename from
13607         gnus-group-read-ephemeral-gmane-group.
13608         (gnus-read-ephemeral-gmane-group-url): Rename from
13609         gnus-group-read-ephemeral-gmane-group-url.
13610         (gnus-bug-group-download-format-alist): New variable.
13611         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13612         (gnus-read-ephemeral-emacs-bug-group): New commands.
13613
13614 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13617         (gnus-visible-headers): Improve custom type.
13618
13619 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13620
13621         * mml.el (mml-menu): Add workarounds for XEmacs.
13622
13623         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13624         X-Boundary header.
13625
13626         * message.el (message-simplify-recipients): Fix previous commit.
13627
13628 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13629
13630         * mm-util.el (mm-set-buffer-multibyte): New function.
13631         * mm-decode.el (mm-copy-to-buffer): Use it.
13632
13633         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13634         Prefer fboundp to functionp so it works with macros as well.
13635
13636 2008-03-19  Glenn Morris  <rgm@gnu.org>
13637
13638         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13639         Accidentally removed in the sync process with Emacs.
13640
13641 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * message.el (message-alter-recipients-discard-bogus-full-name):
13644         New function.
13645         (message-alter-recipients-function): New variable.
13646         (message-get-reply-headers): Use it.
13647         (message-replace-header): New helper function.
13648         (message-recipients-without-full-name): New variable.
13649         (message-simplify-recipients): New command.
13650
13651         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13652
13653         * message.el (message-info): Handle EasyPG manual.
13654
13655         * mml.el (mml-menu): Add entry for EasyPG.
13656
13657 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13658
13659         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13660         parameter.
13661
13662         * message.el (message-disassociate-draft): Specify drafts group name
13663         fully.
13664
13665 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13666
13667         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13668         Eliminate unnecessary duplicates from the match list.
13669
13670 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13673
13674         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13675
13676         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13677         args of `how-many' of which the XEmacs version doesn't take; declare
13678         Info-index-next as function.
13679
13680 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * gnus-score.el (gnus-score-headers): Fix handling of
13683         gnus-inhibit-slow-scoring.
13684
13685         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13686         string.
13687         (gnus-button-url-regexp): Improve handling of parenthesis.
13688         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13689         (gnus-button-handle-info-keystrokes): Handle index entries.
13690
13691 2008-03-15  Glenn Morris  <rgm@gnu.org>
13692
13693         * parse-time.el (parse-time-string): Simplify.
13694
13695 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13698         Incoming* files.
13699
13700 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13701
13702         * auth-source.el (auth-sources): Rename from auth-source-choices.
13703         (auth-source-pick): Use it.
13704
13705 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13706
13707         * binhex.el (binhex-decode-region-internal):
13708         * uudecode.el (uudecode-decode-region-internal):
13709         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13710         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13711         setting default-enable-multibyte-characters.
13712
13713 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * auth-source.el (auth-source-protocols)
13716         (auth-source-protocols-customize, auth-source-choices): Add and
13717         modified variable customizations and defaults.
13718         (auth-source-pick, auth-source-user-or-password)
13719         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13720         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13721         (auth-source-user-or-password-sftp)
13722         (auth-source-user-or-password-smtp): Use new variables and provide an
13723         interface to netrc.el.
13724
13725 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13728         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13729         Make sure the nntp port to specify is a string.
13730
13731 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13732
13733         * nntp.el: Use with-current-buffer.
13734         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13735         dubious mm-with-unibyte-current-buffer.
13736         (nntp-with-open-group-function): New function extracted from
13737         nntp-with-open-group macro.
13738         (nntp-with-open-group): Use the function, so it's easier to debug.
13739         Add indentation and debugging info.
13740         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13741         Recommend the use of the netcat alternatives.
13742
13743         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13744         Avoid mm-string-as-multibyte as well.
13745
13746         * nnweb.el (nnweb-insert-html):
13747         Remove use of nnheader-string-as-multibyte.
13748
13749         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13750         (nnheader-string-as-multibyte): Remove.
13751
13752         * mm-view.el: Use inhibit-read-only.
13753         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13754         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13755         or unibyte-string.
13756
13757         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13758         (mm-uu-yenc-extract): Use with-current-buffer.
13759
13760         * gnus-soup.el (gnus-soup-send-packet): Don't use
13761         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13762
13763         * nnmh.el: Use with-current-buffer.
13764         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13765         mm-string-as-multibyte on the output of mm-encode-coding-string.
13766
13767         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13768         (nnimap-request-move-article): Use with-current-buffer.
13769
13770         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13771         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13772         conversion uses string-make-unibyte rather than string-as-unibyte.
13773
13774         * gnus-msg.el: Use with-current-buffer.
13775
13776         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13777
13778 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13779
13780         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13781         string for caching if it is 'PIN.
13782
13783 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * lpath.el: Consider the case without Emacs/W3.
13786
13787 2008-03-08  Glenn Morris  <rgm@gnu.org>
13788
13789         * time-date.el (date-to-time, time-subtract, time-add)
13790         (safe-date-to-time): Doc fixes.
13791
13792 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * mail-source.el (mail-source-delete-old-incoming-confirm):
13795         Change default to nil.
13796         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13797
13798 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * lpath.el: Rearrange.
13801
13802         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13803         (gnus-article-goto-prev-page): Work for articles having ^L's.
13804
13805         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13806
13807         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13808
13809 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13810
13811         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13812         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13813         (gnus-bookmark-jump): Adjust some variable names.
13814
13815 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13816
13817         * auth-source.el: New package.
13818         (auth-source-choices): Add customization entry point variable.
13819
13820         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13821         bug.
13822
13823 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13824
13825         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13826         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13827         (gnus-registry-install-shortcuts): Rename from
13828         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13829         the `gnus-registry-mark-map' keymap dynamically from
13830         `gnus-registry-marks'.  The generated functions update the summary line
13831         when a registry mark is added or deleted, and will call
13832         `gnus-registry-install-p' (see the comments in the code).
13833         (gnus-registry-user-format-function-M): Use concat intelligently.
13834
13835         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13836         the registry mark functions.
13837
13838 2008-03-05  Glenn Morris  <rgm@gnu.org>
13839
13840         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13841         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13842         gnus-art.
13843         (top-level): No need to load own source when compiling.
13844
13845 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13848         Suggested by <chris.anderton@zetnet.co.uk>.
13849
13850 2008-03-04  Glenn Morris  <rgm@gnu.org>
13851
13852         * gnus-sum.el (top-level): No need to require gnus when compiling,
13853         since unconditionally required near start of file.
13854         (gnus-summary-display-while-building): Move definition before use.
13855
13856 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13857
13858         * gnus-registry.el (gnus-registry-user-format-function-M):
13859         Add formatting function.
13860
13861 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13862
13863         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13864         with plists.
13865         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13866         Use new format.
13867
13868 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13871         `where-is-internal' that returns a range of key sequences.
13872
13873 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13874
13875         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13876
13877         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13878         (gnus-summary-jump-to-group): Consider windows on other displayed
13879         frames as well.  Similar changes might be needed elsewhere, but that's
13880         the one I've bumped into during my use.
13881
13882         * nndoc.el (nndoc-oe-dbx-type-p):
13883         * gnus-msg.el (gnus-debug):
13884         * gnus-group.el (gnus-update-group-mark-positions):
13885         Use mm-string-to-multibyte.
13886
13887 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13890         doesn't handle NotDashEscaped.
13891
13892         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13893         (mml-dnd-attach-options): Fix typo in custom choice.
13894
13895         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13896         Change nndoc-article-type to mbox.
13897         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13898
13899         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13900         to nil, instead of html2text.
13901
13902         * imap.el (imap-debug): Add `imap-ping-server'.
13903
13904         * gnus-bookmark.el: Add FIXMEs.
13905
13906         * message.el (message-form-letter-separator)
13907         (message-send-form-letter-delay): New variables.
13908         (message-send-form-letter): Use them.  New command to send form
13909         letters.  Requested by Uwe Siart.
13910         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13911
13912 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * Update copyright years.
13915
13916 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         Sync from EMACS_22_BASE.
13919
13920         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13921
13922 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13923
13924         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13925         empty author.
13926
13927 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13928
13929         * gnus-registry.el (gnus-registry-marks): Add variable for
13930         customization of marks and their appearance.
13931         (gnus-registry-read-mark): Use it.
13932         (gnus-registry-do-marks): Add utility function to loop through
13933         `gnus-registry-marks'.
13934         (gnus-registry-install-shortcuts-and-menus): Add function to install
13935         shortcuts and menus.
13936         (gnus-registry-initialize): Use it.
13937         (gnus-registry-default-mark): Clarify documentation.
13938
13939 2008-02-29  Glenn Morris  <rgm@gnu.org>
13940
13941         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13942         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13943         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13944         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13945         Change defcustom :version from 23.0 to 23.1.
13946
13947 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13948
13949         * gnus-registry.el (gnus-registry-follow-group-p)
13950         (gnus-registry-post-process-groups): Add functions to aid registry
13951         splitting and improve logging.  Clarify behavior in function
13952         documentation.
13953         (gnus-registry-split-fancy-with-parent): Use them.
13954
13955 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13956
13957         * gnus-art.el: Use with-current-buffer.
13958
13959 2008-02-27  David Engster  <dengste@eml.cc>
13960
13961         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13962         Express real group name in the response.
13963
13964 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13967         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13968         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13969         autoload gnus-registry-fetch-group when compiling.
13970         (nnmairix-request-group-with-article-number-correction):
13971         Remove unreferenced argument passed to nnmairix-call-backend.
13972
13973 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13976         (mm-uu-extract): Improve face for low color ttys.
13977         Reported by Sascha Wilde.
13978
13979 2008-02-27  Glenn Morris  <rgm@gnu.org>
13980
13981         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13982         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13983         variables to defconsts.  Convert comments to doc-strings.
13984         (nnmairix-last-server, nnmairix-current-server): Convert from free
13985         variables to defvars.  Convert comments to doc-strings.
13986         (gnus-registry-fetch-group): Autoload.
13987         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13988         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13989         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13990         caddr.
13991         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13992         nnmairix-request-group-with-article-number-correction call.
13993         (nnmairix-fast, nnmairix-group): New, less general names, for free
13994         variables passed from nnmairix-request-group to
13995         nnmairix-request-group-with-article-number-correction.  Declare.
13996         (nnmairix-request-group-with-article-number-correction):
13997         Use nnmairix-fast, nnmairix-group rather than fast, group.
13998
13999 2008-02-26  David Engster  <dengste@eml.cc>
14000
14001         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14002         version 0.5.
14003
14004 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14007         instead of making an extra function call.  Don't add the current group
14008         to articles only when they have the group.  Use
14009         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14010         Reported by David <de_bb@arcor.de>.
14011
14012 2008-02-24  Miles Bader  <miles@gnu.org>
14013
14014         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14015         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14016         (mm-find-mime-charset-region):
14017         * mm-bodies.el (mm-encode-body):
14018         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14019
14020 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14023         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14024
14025 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * mail-source.el (mail-source-delete-incoming): Change default.
14028         Supplement doc string.
14029
14030         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14031
14032 2008-02-14  Glenn Morris  <rgm@gnu.org>
14033
14034         * time-date.el (format-seconds): New function.
14035
14036 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * nnmail.el (nnmail-message-id-cache-file): Derive from
14039         `gnus-home-directory'.
14040
14041 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14044         Document negative prefix.
14045
14046         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14047
14048 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14049
14050         * message.el (message-unsent-separator): Add the Exim bounce
14051         separator.
14052
14053 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14054
14055         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14056         list.
14057         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14058         recipient/signer list.
14059
14060 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * Makefile.in (datarootdir): Define.
14063         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14064         name that might contain whitespace.
14065
14066 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14067
14068         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14069         fbound (Emacs 23 unicode), signal an error.
14070
14071 2008-02-08  Glenn Morris  <rgm@gnu.org>
14072
14073         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14074
14075 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14076
14077         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14078         ports to the calls to `netrc-machine-user-or-password' in addition to
14079         "imap" and "imaps".
14080
14081 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14082
14083         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14084
14085         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14086
14087 2008-02-01  Kenichi Handa  <handa@m17n.org>
14088
14089         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14090         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14091         (rfc2104-hash): Convert the result of concat to unibyte string.
14092
14093 2008-02-01  Dave Love  <fx@gnu.org>
14094
14095         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14096         coding-system-for-read.
14097         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14098
14099 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14102         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14103         <hanche@math.ntnu.no>.
14104
14105 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14108
14109         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14110
14111 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14112
14113         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14114         * message.el (message-beginning-of-line): Use featurep instead of bound
14115         tests in order to resolve conditionals at compile time.
14116
14117 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14118
14119         * mail-source.el (mail-sources): Add `group' choice.
14120
14121         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14122         parameter `in-group' to control into which group the articles go.
14123         Add treatment of `group' mail-source.
14124
14125 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14128
14129         * mm-decode.el (mm-dissect-buffer): Decode description.
14130
14131         * mml.el (mml-to-mime): Encode message header first.
14132
14133 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14136         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14137
14138         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14139         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14140
14141 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14142
14143         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14144
14145 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14148         prefix keys.
14149         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14150         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14151         gnus-xmas.el.
14152
14153         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14154         (gnus-xmas-article-describe-bindings): New function.
14155         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14156         gnus-xmas-article-describe-bindings.
14157
14158         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14159
14160 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14161
14162         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14163         Add new variables for article mark management.
14164         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14165         list of extra data entries which, when present, will indicate that the
14166         article ID should not be trimmed from the registry.
14167         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14168         functions.
14169         (gnus-registry-read-mark): New function to read a mark name from the
14170         user.
14171         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14172         (gnus-registry-set-article-mark-internal): New functions to add and
14173         remove marks.
14174         (gnus-registry-get-article-marks): New function to show the marks for
14175         an article, or retrieve them for further use.
14176
14177 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14180         keys when no argument is given.
14181
14182 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * imap.el (imap-ping-server): New variable.
14185         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14186         (imap-ping-server): Minor doc string fixes.
14187
14188 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14189
14190         * imap.el (imap-ping-server): New function.
14191         (imap-opened): Call imap-ping-server.
14192
14193 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14194
14195         * gnus-sum.el (gnus-article-sort-by-random)
14196         (gnus-thread-sort-by-random): Fix doc strings.
14197         Reported by jidanni@jidanni.org.
14198
14199 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * gnus-art.el (gnus-article-describe-bindings): New function.
14202         (gnus-article-read-summary-keys): Use it.
14203         (gnus-article-mode-map): Bind `C-h b' to it.
14204
14205 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14208         XEmacs.
14209         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14210         Protect against non-character events.
14211
14212         * lpath.el: Fbind map-keymap for Emacs 21.
14213
14214 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14217         New command.
14218         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14219         instead of END.  Change name of the temp file.
14220         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14221         customizable.
14222
14223 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14226         bind `S W' to gnus-article-wide-reply-with-original; set default
14227         binding to gnus-article-read-summary-send-keys.
14228         (gnus-article-read-summary-keys): Fix the order of keys; display
14229         continuation keys correctly in the echo area; describe bindings
14230         correctly when keys end with `C-h'.
14231         (gnus-article-read-summary-send-keys): New function.
14232         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14233         Work for gnus-article-read-summary-send-keys; display continuation keys
14234         correctly in the echo area.
14235         (gnus-article-reply-with-original): Ignore prefix argument.
14236         (gnus-article-wide-reply-with-original): New function.
14237
14238         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14239         Emacs 21.
14240
14241 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14244         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14245
14246 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14249         (gnus-group-read-ephemeral-gmane-group): New command.
14250
14251 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14252
14253         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14254
14255 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * message.el (message-send-mail-function): Increase custom version.
14258
14259         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14260         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14261
14262 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14263
14264         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14265         for the cases where imap-authenticate is called with a nil buffer
14266         parameter.
14267
14268 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14271         html parts correctly; support forwarded messages.
14272         (gnus-article-browse-html-article): Remove work buffers.
14273
14274         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14275         compiling.
14276         (netrc-bound-and-true-p): New macro.
14277         (netrc-parse): Use it instead of bound-and-true-p that is not available
14278         in XEmacs 21.4.
14279
14280 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14281
14282         * gnus-registry.el (gnus-registry-mark-article)
14283         (gnus-registry-article-marks): Add functionality to mark articles
14284         through the Gnus registry.
14285
14286         * encrypt.el: Clarify documentation for the new pgg method.
14287         (encrypt-file-alist): Add PGG option.
14288         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14289         functionality.  Abstract password key and messaging to external
14290         functions.
14291         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14292         (encrypt-message-method-and-cipher): Add new convenience external
14293         functions.
14294         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14295         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14296
14297         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14298         (netrc-parse): Use encrypt-file-alist to determine if
14299         encrypt-find-model or encrypt-insert-file-contents should be used.
14300
14301         * encrypt.el: Clarify documentation.  Load password-cache or
14302         password, whichever one is found first, instead of autoloading.
14303
14304 2007-12-19  Glenn Morris  <rgm@gnu.org>
14305
14306         * mml.el (message-options-set, message-narrow-to-head)
14307         (message-in-body-p, message-mail-p, message-encode-message-body):
14308         Autoload.
14309         (message-remove-header, message-narrow-to-headers-or-head)
14310         (message-subscribed-p, message-make-mail-followup-to)
14311         (message-position-on-field, message-news-p)
14312         (message-options-set-recipient, message-generate-headers)
14313         (message-sort-headers): Declare as functions.
14314
14315 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14318         convention in doc string.
14319
14320 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14323         title to html parts.
14324         (gnus-article-browse-html-article): Pass message header to it.
14325
14326         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14327
14328 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14331         or password compatible with XEmacs.
14332
14333 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14336         format document.
14337         (gnus-mime-delete-part): Don't write description line if empty.
14338         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14339
14340 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14341
14342         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14343         (gnus-summary-mark-read-and-unread-as-read)
14344         (gnus-summary-mark-current-read-and-unread-as-read)
14345         (gnus-summary-mark-unread-as-ticked): Doc fix.
14346         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14347
14348 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14351         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14352
14353 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14354
14355         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14356         yes-or-no-p.
14357
14358 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * mm-decode.el (mm-add-meta-html-tag): New function.
14361         (mm-save-part-to-file, mm-pipe-part): Use it.
14362
14363         * gnus-art.el (gnus-article-browse-delete-temp-files):
14364         Use gnus-y-or-n-p instead of y-or-n-p.
14365         (gnus-article-browse-html-parts): Work with message/external-body; use
14366         mm-add-meta-html-tag.
14367
14368 2007-12-11  Glenn Morris  <rgm@gnu.org>
14369
14370         * gnus-cache.el: Require gnus-sum not just when compiling.
14371
14372         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14373
14374         * gnus-int.el (gnus-server-opened, gnus-status-message):
14375         Move definitions before use.
14376
14377         * mm-decode.el: Require gnus-util.
14378         (mm-remove-part): Only call delete-annotation on XEmacs.
14379
14380         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14381
14382         * nnmail.el: Require gnus-int.
14383
14384         * spam.el: Move `require's before `eval-when-compile's.
14385
14386         * gnus-ems.el (gnus-alive-p):
14387         * gnus-fun.el (message-goto-eoh):
14388         * gnus-util.el (gnus-group-name-decode):
14389         * mail-source.el (gnus-compress-sequence):
14390         * message.el (Info-goto-node, format-spec):
14391         * mm-bodies.el (message-options-get):
14392         * mm-decode.el (mm-view-pkcs7):
14393         * mm-util.el (gmm-write-region):
14394         * mml-smime.el (mml-compute-boundary)
14395         (gnus-completing-read-with-default):
14396         * mml.el (widget-button-press, gnus-make-hashtable):
14397         * mml1991.el (mm-decode-content-transfer-encoding)
14398         (mm-encode-content-transfer-encoding)
14399         (message-options-get, message-options-set):
14400         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14401         * nnfolder.el (gnus-request-group):
14402         * nnheader.el (ietf-drums-unfold-fws):
14403         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14404         * smime.el (gnus-run-mode-hooks):
14405         * spam-stat.el (gnus-message): Autoload.
14406
14407         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14408         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14409         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14410         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14411         Add declare-function compatibility definition.
14412
14413         * gnus-cache.el (nnvirtual-find-group-art):
14414         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14415         (gnus-add-image, gnus-add-wash-type):
14416         * gnus-group.el (nnkiboze-score-file):
14417         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14418         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14419         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14420         (message-tokenize-header, gnus-get-buffer-create)
14421         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14422         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14423         * gnus.el (gnus-group-decoded-name):
14424         * mail-source.el (imap-capability):
14425         * mm-bodies.el (message-options-set):
14426         * mm-decode.el (gnus-configure-windows):
14427         * mm-extern.el (message-goto-body):
14428         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14429         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14430         (epg-sub-key-validity, message-options-set):
14431         * mml.el (widget-event-point, gnus-configure-windows):
14432         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14433         * mml2015.el (epg-check-configuration, epg-configuration)
14434         (message-options-set):
14435         * nndb.el (nndb-request-article):
14436         * nnfolder.el (gnus-request-create-group):
14437         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14438         * nnmaildir.el (gnus-group-mark-article-read):
14439         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14440         * rfc1843.el (message-fetch-field):
14441         * spam.el (gnus-extract-address-components):
14442         Declare as functions.
14443
14444 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14447
14448         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14449
14450         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14451         bind show-trailing-whitespace for XEmacs.
14452
14453 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14456         new no-op macro for backward compatibility.
14457
14458         * imap.el (imap-string-to-integer): New function.
14459
14460 2007-12-09  Glenn Morris  <rgm@gnu.org>
14461
14462         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14463
14464         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14465         * message.el, mm-view.el, sieve-manage.el, smime.el:
14466         Add declare-function compatibility definition.
14467
14468         * gnus-art.el (w3-region, w3m-region, Info-menu):
14469         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14470         * gnus-sum.el (gnus-get-predicate):
14471         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14472         * message.el (mail-abbrev-in-expansion-header-p):
14473         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14474         (w3m-detect-meta-charset, w3m-region):
14475         * sieve-manage.el (password-read, password-cache-add)
14476         (password-cache-remove):
14477         * smime.el (password-read-and-add): Declare as functions.
14478
14479 2007-12-08  David Kastrup  <dak@gnu.org>
14480
14481         * gnus-sum.el (gnus-summary-simplify-subject-query):
14482         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14483         `message'.
14484
14485 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14488         it to bind idna-program, installation-directory, defined-colors, and
14489         face-attribute for XEmacs of the version that compiles defcustom forms.
14490
14491 2007-12-07  Glenn Morris  <rgm@gnu.org>
14492
14493         * gnus-art.el (article-make-date-line): Revert previous change.
14494
14495 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14498
14499 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14500
14501         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14502         Call gnus-add-to-range ranges only once with a prepared article-list.
14503
14504 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14505
14506         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14507         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14508         group names with backslashes.
14509         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14510
14511 2007-12-06  Deepak Goel  <deego3@gmail.com>
14512
14513         * gnus-art.el (article-make-date-line):
14514         * gnus-start.el (gnus-load):
14515         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14516
14517 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * gnus-art.el (gnus-use-idna):
14520         * gnus-start.el (gnus-site-init-file):
14521         * message.el (message-use-idna):
14522         * mm-uu.el (mm-uu-hide-markers):
14523         * smiley.el (smiley-style): Revert changes that suppress warnings.
14524
14525 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14528         specify charset to html source.
14529         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14530
14531 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14534         idna-program in order to suppress byte compile warning issued by XEmacs
14535         that came to byte compile the default value section of defcustom forms
14536         recently.
14537
14538         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14539         value of installation-directory.
14540
14541         * message.el (message-use-idna): Don't directly refer to the value of
14542         idna-program.
14543
14544         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14545
14546         * smiley.el (smiley-style): Don't directly call face-attribute.
14547
14548 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14551
14552         * gnus-dired.el: Reduce Gnus dependencies.
14553         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14554         Don't require.  Use autoloads instead.
14555         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14556         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14557         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14558         (gnus-dired-mode): Adjust doc string.
14559         (gnus-dired-mail-mode): New variable.
14560         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14561         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14562         (gnus-dired-mail-buffers): New function.  Return mail or message
14563         composition buffers.
14564         (gnus-dired-attach): Use it.
14565         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14566         NO-DECODE.
14567         (gnus-dired-print): Use `gnus-print-buffer' depending on
14568         `gnus-dired-mail-mode'.
14569
14570 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * rfc2047.el (rfc2047-encoded-word-regexp)
14573         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14574         explaining what regexp patterns are for.
14575
14576 2007-12-04  Glenn Morris  <rgm@gnu.org>
14577
14578         * password.el: Move to password-cache.el.
14579
14580         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14581         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14582         * mml-smime.el (password-read, password-cache-add)
14583         (password-cache-remove):
14584         No need to autoload, since mml-sec requires password.
14585
14586         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14587         * message.el (gnus-extract-address-components):
14588         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14589
14590         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14591         password.
14592
14593 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * mailcap.el: Reduce dependencies.
14596         (mail-header-parse-content-type): Autoload.
14597         (mailcap-delete-duplicates): New alias.
14598         (mailcap-mime-info): Add optional argument NO-DECODE.
14599         (mailcap-mime-types): Use mailcap-delete-duplicates.
14600
14601         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14602
14603 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14604
14605         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14606         (imap-parse-status): Upcase status-att for servers that sends them
14607         lower-case (e.g., MS Exchange 2007).
14608
14609 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14610
14611         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14612         function.
14613
14614         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14615         (gnus-uu-yenc-article): New function.
14616
14617         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14618
14619         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14620
14621 2007-12-02  Glenn Morris  <rgm@gnu.org>
14622
14623         * binhex.el (binhex): New custom group.
14624         (binhex-decoder-program, binhex-decoder-switches)
14625         (binhex-use-external): Move to the binhex custom group.
14626
14627         * uudecode.el (uudecode): New custom group.
14628         (uudecode-decoder-program, uudecode-decoder-switches)
14629         (uudecode-use-external): Move to the uudecode custom group.
14630
14631         * netrc.el (top-level): Don't load `encrypt' features.
14632         (netrc-parse): Don't use encrypt.
14633         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14634
14635         * encrypt.el: Remove file.
14636
14637 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14640         matches on patches.
14641
14642         * gnus-art.el (gnus-article-browse-html-article):
14643         Mention `mm-text-html-renderer' in the doc string.
14644
14645         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14646         string.  Add comments.
14647
14648         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14649         if rhs is ASCII.
14650
14651 2007-12-01  Glenn Morris  <rgm@gnu.org>
14652
14653         * mail-source.el (top-level): Require format-spec before
14654         eval-when-compile.
14655
14656 2007-11-30  Glenn Morris  <rgm@gnu.org>
14657
14658         * encrypt.el: Require password, rather than autoloading password-read.
14659
14660 2007-11-29  Glenn Morris  <rgm@gnu.org>
14661
14662         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14663         (sasl-make-client, sasl-next-step, sasl-step-data)
14664         (sasl-step-set-data): Declare as functions.
14665
14666 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14669
14670 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14671
14672         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14673         certs should be verified and what is to be done in the event of a
14674         verification failure.
14675
14676         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14677         caller can indicate whether the cache should be disregarded for this
14678         call.  This way the result of the call is reproducible at all times and
14679         can be considered a canonical server name for the supplied method.
14680         (gnus-agent-method-p): Canonicalize server names by pushing their
14681         method through `gnus-method-to-server' using the no-cache argument.
14682
14683         * gnus-srvr.el (gnus-server-insert-server-line):
14684         Call `gnus-method-to-server' with `no-cache' argument.
14685
14686         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14687         gnus-agent-possibly-synchronize-flags as this should be called when the
14688         server is actually being opened.
14689         (gnus-agent-possibly-synchronize-flags)
14690         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14691         flags file of an agentized server to the latter function.
14692
14693         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14694         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14695         after a connection has been established successfully.
14696
14697 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-art.el (article-display-face): Force to display face if called
14700         interactively; check if gnus-article-x-face-too-ugly matches author.
14701         (article-display-x-face): Display face even if From header is missing
14702         as article-display-face does.
14703
14704 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14705
14706         * hashcash.el (message-narrow-to-headers-or-head)
14707         (message-fetch-field, message-goto-eoh)
14708         (message-narrow-to-headers): Declare as functions.
14709
14710 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * mail-source.el (mail-sources): Default to fetch from file for
14713         compatibility with default of nnmail-spool-file.
14714
14715 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14718         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14719         to look for encoded word that should be encoded again.
14720         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14721         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14722         encoding pattern.
14723         (rfc2047-decode-region): Switch strict regexp and loose one according
14724         to rfc2047-allow-irregular-q-encoded-words.
14725
14726 2007-11-25  Romain Francoise  <romain@orebokech.com>
14727
14728         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14729
14730 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * tls.el (tls-program): Provide more custom choices from
14733         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14734         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14735
14736 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14739         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14740
14741         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14742         `nnmail-spool-file'.
14743
14744         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14745         `nnmail-spool-file'.
14746
14747         * gnus-move.el (gnus-change-server): Ditto.
14748
14749         * gnus-kill.el (gnus-batch-score): Ditto.
14750
14751         * gnus-cache.el (gnus-jog-cache): Ditto.
14752
14753         * gnus-msg.el (gnus-summary-reply):
14754         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14755
14756 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14759         version.  Minor improvement to doc strings.
14760         (tls-program): Add comment.
14761
14762 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14763
14764         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14765         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14766         mismatch between the hostname provided in the certificate and the name
14767         of the host connnecting to.
14768         (open-tls-stream): Use them.  Check certificates against trusted root
14769         certificates.
14770
14771 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * gnus-cache.el (gnus-cache-generate-nov-databases):
14774         Use nnml-generate-nov-databases-directory instead of
14775         nnml-generate-nov-databases-1.
14776
14777 2007-11-24  Glenn Morris  <rgm@gnu.org>
14778
14779         * message.el (message-tool-bar-retro): Update for rename
14780         mail_send.xpm->mail-send.xpm.
14781
14782 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14785         `smime-ldap-search' for Emacs 22 and up.
14786
14787 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14788
14789         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14790
14791         * message.el (message-send-mail-function): Fix error convention.
14792         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14793         (message-widen-reply, message-send-mail, message-talkative-question)
14794         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14795         (message-clone-locals, message-send-news): Use with-current-buffer.
14796         (message-insert-or-toggle-importance): Remove unused var `valid'.
14797         (message-make-references): Remove unused var `new-references'.
14798         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14799
14800 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14801
14802         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14803         (spam-split-symbolic-return-positive): Reflow docstring.
14804         (spam-backends, spam-summary-exit-behavior)
14805         (spam-mark-ham-unread-before-move-from-spam-group)
14806         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14807         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14808         (spam-clear-cache, spam-backend-check, spam-install-backend)
14809         (spam-install-statistical-backend, spam-list-of-processors)
14810         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14811         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14812         (spam-check-crm114, spam-initialize, spam-unload-hook):
14813         Fix typos in docstrings.
14814
14815 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14818         been checked if they have never been read and those group levels are
14819         higher than the one that a user specified.
14820
14821 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14824         foreign groups unless a group level is specified by a user.
14825         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14826
14827 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14828
14829         * message.el (message-send-mail-function): Require sendmail.
14830
14831 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * message.el (message-send-mail-function): Check for smtpmail too.
14834
14835         * utf7.el (utf7-encode, utf7-decode): Use coding system
14836         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14837
14838         * message.el (message-send-mail-function): New function.
14839         (message-send-mail-function): Set default using
14840         message-send-mail-function.  Adjust doc string.
14841         (message-send-mail-with-mailclient): New function.
14842
14843 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14844
14845         * smime.el (from):
14846         * rfc2047.el (message-posting-charset):
14847         * qp.el (mm-use-ultra-safe-encoding):
14848         * pop3.el (parse-time-months):
14849         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14850         * nnml.el (files):
14851         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14852         (jka-compr-compression-info-list, ange-ftp-path-format)
14853         (efs-path-regexp):
14854         * nndiary.el (files):
14855         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14856         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14857         (epg-digest-algorithm-alist, inhibit-redisplay)
14858         (password-cache-expiry):
14859         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14860         (pgg-output-buffer, password-cache-expiry):
14861         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14862         (efs-path-regexp):
14863         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14864         (inhibit-redisplay):
14865         * mm-uu.el (file-name, start-point, end-point, entry)
14866         (gnus-newsgroup-name, gnus-newsgroup-charset):
14867         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14868         (latin-unity-ucs-list):
14869         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14870         (mm-uu-binhex-decode-function):
14871         * message.el (gnus-message-group-art, gnus-list-identifiers)
14872         (rmail-enable-mime-composing, gnus-local-organization)
14873         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14874         (gnus-read-active-file, facemenu-add-face-function)
14875         (facemenu-remove-face-function, gnus-article-decoded-p)
14876         (tool-bar-mode):
14877         * mail-source.el (display-time-mail-function):
14878         * gnus-util.el (nnmail-pathname-coding-system)
14879         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14880         (gnus-original-article-buffer, gnus-user-agent)
14881         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14882         (xemacs-codename, sxemacs-codename, emacs-program-version):
14883         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14884         * gnus-start.el (gnus-agent-covered-methods)
14885         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14886         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14887         (gnus-newsgroup-headers, gnus-group-list-mode)
14888         (gnus-group-mark-positions, gnus-newsgroup-data)
14889         (gnus-newsgroup-unreads, nnoo-state-alist)
14890         (gnus-current-select-method, mail-sources)
14891         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14892         (nnmail-spool-file, gnus-cache-active-hashtb):
14893         * gnus-mh.el (mh-lib-progs):
14894         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14895         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14896         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14897         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14898         (gnus-group-buffer):
14899         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14900         (font-lock-set-defaults):
14901         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14902         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14903         (gnus-summary-post-menu, total-parts, type, condition, length):
14904         * gnus-agent.el (gnus-agent-read-agentview):
14905         * flow-fill.el (show-trailing-whitespace):
14906         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14907         eval-and-compile wrappers for byte compiler pacifiers.
14908
14909         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14910         (mm-display-inline-fontify): Check for featurep 'xemacs not
14911         extent-list.
14912
14913         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14914         itimer-list.
14915         (mm-create-image-xemacs): Only do something for XEmacs.
14916         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14917
14918         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14919
14920         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14921         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14922
14923 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14924
14925         * nnimap.el (nnimap-split-download-body):
14926         * gnus-demon.el (gnus-demon):
14927         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14928
14929 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14932         New macros.
14933         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14934         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14935         copy data from unibyte buffer to multibyte current buffer.
14936         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14937         to copy data from unibyte current buffer to multibyte buffer.
14938         (nntp-make-process-buffer): Make process buffer unibyte.
14939
14940         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14941
14942 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14943
14944         * pop3.el (pop3-open-server): Accept and process data more robustly at
14945         connection start to avoid spurious "POP SSL connection failed" errors.
14946
14947 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14950         read group names.
14951
14952 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14955
14956 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14959         (nnmail-save-active): Use a unibyte buffer when saving active file,
14960         which may contain non-ASCII group names.
14961
14962         * nnml.el (nnml-request-group): Decode group names in messages.
14963
14964 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14965
14966         * message.el (message-citation-line-function)
14967         (message-insert-formatted-citation-line): Fix spelling of
14968         `message-insert-formated-citation-line'.
14969
14970 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14973
14974 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14977         nnmail-pathname-coding-system.
14978
14979         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14980         that a user enters; decode group names in messages.
14981
14982         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14983
14984 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14987
14988         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14989
14990         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14991         risky local variable.
14992
14993         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14994
14995 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14996
14997         * encrypt.el: Improve documentation to fix function name typo.
14998         Reported by Daiki Ueno <ueno@unixuser.org>.
14999
15000 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15003         even if the point is not in the last page of an article.
15004         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15005         back to the previous page.
15006
15007 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15010
15011 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15014
15015 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15016
15017         * message.el (message-check-news-body-syntax):
15018         Avoid mm-string-as-multibyte.
15019         (message-hide-headers): Don't assume (point-min)==1.
15020
15021 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * message.el (message-remove-blank-cited-lines): Fix if remove is
15024         given.
15025         (message-bogus-address-regexp): New variable.
15026         (message-bogus-recipient-p): New function.
15027         (message-check-recipients): New command.
15028         (message-syntax-checks): Add `bogus-recipient'.
15029         (message-fix-before-sending): Add `bogus-recipient'.
15030
15031         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15032         (gnus-treat-body-boundary): Don't test window-system.
15033
15034 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15035
15036         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15037
15038 2007-10-28  Miles Bader  <miles@gnu.org>
15039
15040         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15041         at compile-time too.
15042
15043 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * gnus-msg.el (gnus-message-setup-hook):
15046         Add `message-remove-blank-cited-lines' to options.
15047
15048 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * message.el (message-remove-blank-cited-lines): New function.
15051         Suggested by Karl Plästerer.
15052
15053 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15056         mapc.
15057
15058         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15059         (top-level): Use mapc to set functions to be traced for debugging.
15060
15061         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15062         called for effect with while loop.
15063
15064         * message.el (message-talkative-question): Replace mapcar called for
15065         effect with mapc.
15066
15067         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15068         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15069         called for effect with dolist.
15070
15071         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15072
15073         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15074         gnus-extra-headers and nnmail-extra-headers.
15075
15076         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15077         called for effect with dolist.
15078         (top-level): Use mapc to set functions to be traced for debugging.
15079
15080         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15081         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15082         dolist.
15083
15084         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15085         Replace mapcar called for effect with mapc.
15086         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15087         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15088         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15089         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15090
15091         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15092         remove-if that's a cl function.
15093
15094         * webmail.el (webmail-debug): Replace mapcar called for effect with
15095         dolist.
15096
15097         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15098         with mapc.
15099
15100 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15103         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15104         with while loop.
15105
15106         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15107         functions from article-* functions.
15108         (gnus-multi-decode-header): Replace mapcar called for effect with
15109         dolist.
15110
15111         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15112         (gnus-bookmark-show-details): Replace mapcar called for effect with
15113         while loop.
15114
15115         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15116         called for effect with while loop.
15117
15118         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15119         with dolist.
15120
15121         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15122         Replace mapcar called for effect with dolist.
15123
15124         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15125
15126         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15127         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15128         Replace mapcar called for effect with dolist.
15129         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15130         mapc.
15131
15132         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15133         Replace mapcar called for effect with dolist.
15134         (gnus-topic-list): Replace mapcar called for effect with mapc.
15135
15136         * gnus.el: Use mapc instead of mapcar to add autoloads.
15137
15138 2007-10-23  Richard Stallman  <rms@gnu.org>
15139
15140         * gnus-group.el (gnus-group-highlight): Mark as risky.
15141
15142 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus.el (gnus-server-to-method): Return method found first in
15145         gnus-newsrc-alist.
15146
15147         * gnus-art.el (gnus-article-highlight-signature)
15148         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15149         button overlay without the front stickiness.
15150
15151 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15152
15153         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15154         overview buffer needed a catch to receive its throw.
15155         (gnus-agent-flush-cache): Declare as interactive to make this function
15156         easier to use.
15157
15158 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15161         `next-line'.
15162
15163 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15166         exclude address matching message-dont-reply-to-names.
15167
15168 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * gnus-util.el (gnus-string<): New function.
15171
15172         * gnus-sum.el (gnus-article-sort-by-author)
15173         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15174
15175 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15178         the frame-focus tag is set in gnus-buffer-configuration.
15179
15180 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15183         the front stickiness.
15184
15185 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15188         url pattern; remove duplicate one.
15189         (gnus-article-extend-url-button): New function.
15190         (gnus-article-add-buttons): Use it.
15191         (gnus-button-push): Use concatenated url that it makes.
15192
15193 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15194
15195         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15196
15197 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15198
15199         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15200         Don't hardcode point-min==1.
15201
15202 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15205         Fix comment about "iso8859-1".
15206
15207 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15208
15209         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15210         ones returned from the verify-function.
15211
15212         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15213         Call mml2015-extract-cleartext-signature if extraction failed.
15214
15215 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15216
15217         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15218         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15219         failed.
15220
15221 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15222
15223         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15224
15225 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15228         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15229         recommends to use EasyPG instead of PGG.
15230
15231         * pgg.el: Revert to revision 6.23.2.16.
15232
15233         * pgg-def.el: Revert to revision 6.6.2.14.
15234
15235         * pgg-gpg.el: Revert to revision 6.23.2.34.
15236
15237 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15240         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15241         thread for both the null and zero (kill/expire thread) universal prefix
15242         cases.
15243         (gnus-summary-expire-thread): Add new function to expire a thread,
15244         using gnus-summary-kill-thread.
15245         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15246         shortcuts for gnus-summary-expire-thread.
15247         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15248         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15249
15250 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15251
15252         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15253         extras value, so an extras entry can be deleted.
15254         (gnus-registry-delete-extra-entry): Use it.
15255         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15256         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15257         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15258         storage through the gnus-registry, and provide an appropriate API for
15259         it.
15260
15261 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15264         Suggested by Leo <sdl.web@gmail.com>.
15265
15266         * gnus.el: Do.
15267
15268 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15271         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15272
15273         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15274
15275         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15276         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15277
15278 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15281         newline.
15282         (nnmbox-request-accept-article): Don't change article in source buffer;
15283         narrow to header to use message-fetch-field rather than
15284         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15285         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15286         as delimiters; make sure article ends with newline.
15287         (nnmbox-delete-mail): Correct last position of article to be deleted;
15288         ignore X-Gnus-Newsgroup header in article body.
15289         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15290         positions; make sure article ends with newline.
15291
15292         * message.el (message-display-abbrev): Don't infloop when a user
15293         inserts SPC in the beginning of header.
15294
15295         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15296         coding-system-for-read and coding-system-for-write for XEmacs having no
15297         file-coding feature.
15298
15299         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15300
15301 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15302
15303         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15304         list of groups not followed by default.  Fix type to be regexp.
15305         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15306
15307 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15308
15309         * hmac-def.el (define-hmac-function): Switch from old-style to
15310         new-style backquotes.
15311
15312         * md4.el (md4-make-step): Likewise.
15313
15314 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15317         raw-text coding system when saving .newsrc file, which may contain
15318         non-ASCII group names.
15319
15320 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-cus.el (gnus-score-extra): New widget.
15323         (gnus-score-extra-convert): New function.
15324         (gnus-score-customize): Use it for Extra.
15325
15326 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15327
15328         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15329         (mml2015-mailcrypt-clear-verify): Use it.
15330         (mml2015-gpg-clear-verify): Use it.
15331         (mml2015-pgg-clear-verify): Use it.
15332         (mml2015-epg-clear-verify): Replace the current part with the output
15333         from GnuPG; don't extract the plaintext by itself.
15334
15335         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15336         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15337         mml2015-clear-verify-function; don't touch the armor headers or
15338         dash-escaped text here.
15339
15340 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15343         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15344         parts, or application/octet-stream as a last resort.
15345         (gnus-mime-view-part-as-type): Don't toggle display.
15346         (gnus-mime-view-part-as-charset): Don't turn off display before
15347         querying charset.
15348
15349         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15350         stuff to undisplayer function in Emacs.
15351         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15352
15353         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15354         text/calendar parts.
15355
15356 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15359         decoding text/calendar parts.
15360
15361         * message.el (message-forward-make-body-mime): Always mark body as
15362         having no illegible text; remove signed-or-encrypted argument.
15363         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15364
15365         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15366         (mml-generate-mime-1): Don't encode body if it is specified to be in
15367         raw form; don't make buffer be unibyte when inserting multibyte string.
15368
15369 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15370
15371         * sha1.el: Fix up comment style.
15372         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15373         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15374
15375         * hex-util.el: Fix up comment style.
15376         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15377
15378         * gnus-salt.el: Use with-current-buffer.
15379         (gnus-pick-setup-message): Fix long-standing typo.
15380
15381 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * imap.el (imap-logout-timeout): New variable.
15384         (imap-logout, imap-logout-wait): New functions.
15385         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15386
15387         * nnimap.el (nnimap-logout-timeout): New server variable.
15388         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15389         nnimap-logout-timeout.
15390
15391         * gnus-art.el (gnus-article-summary-command-nosave)
15392         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15393
15394 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus.el (gnus-maximum-newsgroup): New variable.
15397
15398         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15399         according to gnus-maximum-newsgroup.
15400
15401         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15402         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15403         Limit the range of articles according to gnus-maximum-newsgroup.
15404
15405 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15406
15407         * gnus-art.el (gnus-sticky-article): Fix problems described in
15408         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15409         Don't perform gnus-configure-windows here; reuse existing sticky
15410         article buffer.
15411
15412         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15413         it doesn't exist in gnus-article-mode.
15414
15415 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15418         (gnus-agent-decoded-group-name): New function.
15419         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15420         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15421
15422 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15423
15424         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15425         Add binding for gnus-sticky-article.
15426         (gnus-summary-exit): Don't kill sticky article buffers.
15427
15428         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15429         article buffer.
15430         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15431         (gnus-kill-sticky-article-buffers): New commands.
15432
15433 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * nntp.el (nntp-xref-number-is-evil): New server variable.
15436         (nntp-find-group-and-number): If it is non-nil, don't trust article
15437         numbers in the Xref header.
15438
15439 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * gnus-agent.el (gnus-agent-read-group): New function.
15442         (gnus-agent-flush-group, gnus-agent-expire-group)
15443         (gnus-agent-regenerate-group): Use it.
15444         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15445         nnmail-pathname-coding-system.
15446
15447 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15450
15451         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15452         that are unread as unread, and also as selected so that information of
15453         marks having been changed by a user may be updated when exiting group.
15454
15455 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15458
15459 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15462         calculated ignoring signature parts to gnus-treat-article.
15463
15464 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15467         a point here in order to keep the window start.
15468         (gnus-insert-mime-security-button): Make a button overlay without the
15469         front stickiness.
15470         (gnus-mime-display-security): Goto the end of a button.
15471
15472         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15473
15474 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15477         group-name-at-point.
15478         (gnus-group-completing-read): New function that offers decoded
15479         non-ASCII group names for completion.
15480         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15481         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15482         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15483         (gnus-group-fetch-control): Use it.
15484         (gnus-fetch-group): Use group-name-at-point for the initial value
15485         rather than the default value; use gnus-alive-p.
15486
15487         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15488         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15489         (gnus-summary-post-news): Use gnus-group-completing-read.
15490
15491         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15492         (gnus-read-move-group-name): Decode group name for completion.
15493
15494 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15495
15496         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15497         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15498         Yamaoka slightly modified the code).
15499
15500 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15503         (nnmail-split-incoming): Bind it.
15504
15505         * nnml.el (nnml-group-name-charset): New function.
15506         (nnml-decoded-group-name): Use it; don't decode group name if
15507         nnmail-group-names-not-encoded-p is non-nil.
15508         (nnml-encoded-group-name): New function.
15509         (nnml-group-pathname): Inline nnml-decoded-group-name.
15510         (nnml-request-expire-articles): Decode group name in message.
15511         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15512         nnmail-pathname-coding-system.
15513         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15514         not decoded ones according to nnmail-group-names-not-encoded-p.
15515         (nnml-generate-active-info): Use nnml-encoded-group-name.
15516
15517 2007-08-08  Glenn Morris  <rgm@gnu.org>
15518
15519         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15520         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15521         doc-strings and comments.
15522
15523 2007-07-25  Glenn Morris  <rgm@gnu.org>
15524
15525         * Relicense all FSF files to GPLv3 or later.
15526
15527 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-sum.el (gnus-summary-move-article):
15530         Make gnus-summary-respool-article work.
15531
15532 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15533
15534         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15535         string.
15536
15537 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15538
15539         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15540         that should be ignored when comparing distant RSS articles with local
15541         ones.
15542         (nnrss-make-hash-index): New function.  Create a hash index according
15543         to the ignored fields.
15544         (nnrss-check-group): Use it.
15545
15546 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15549
15550         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15551
15552         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15553         the new optional argument ENCODED is non-nil.
15554         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15555         coding system for encoding group name.
15556         (gnus-group-make-rss-group): Pass un-encoded group name to
15557         gnus-group-make-group.
15558         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15559         encoded.
15560
15561         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15562         Encode group name to which articles are moved or copied.
15563         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15564         coding system for encoding Newsgroup, Followup-To and Xref headers.
15565
15566         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15567         marks; use nnheader-file-coding-system to write a file.
15568         (nnagent-retrieve-headers): Bind file-name-coding-system to
15569         nnmail-pathname-coding-system.
15570
15571         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15572
15573         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15574         (nnml-request-article, nnml-request-create-group)
15575         (nnml-request-rename-group, nnml-find-id)
15576         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15577         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15578         (nnml-save-marks): Use nnml-group-pathname instead of
15579         nnmail-group-pathname.
15580
15581         (nnml-request-create-group, nnml-request-expire-articles)
15582         (nnml-request-move-article, nnml-request-delete-group)
15583         (nnml-deletable-article-p, nnml-possibly-create-directory)
15584         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15585         (nnml-open-marks): Bind file-name-coding-system to
15586         nnmail-pathname-coding-system.
15587
15588         (nnml-request-article): Pass server argument to nnml-find-group-number.
15589         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15590         Pass server argument to nnml-possibly-create-directory.
15591         (nnml-request-accept-article): Pass server argument to
15592         nnml-active-number and nnml-save-mail.
15593         (nnml-find-group-number): Pass server argument to nnml-find-id.
15594         (nnml-request-update-info): Pass server argument to
15595         nnml-marks-changed-p.
15596
15597         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15598         (nnml-save-mail, nnml-active-number): Add server argument.
15599
15600         (nnml-request-delete-group): Warn if group is missing.
15601         (nnml-get-nov-buffer): Decode group name.
15602         (nnml-generate-active-info): Encode group name.
15603         (nnml-open-marks): Decode group name in messages.
15604
15605 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15608         if it is not specified.
15609         (gnus-article-pipe-part, gnus-article-save-part)
15610         (gnus-article-interactively-view-part, gnus-article-copy-part)
15611         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15612         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15613         (gnus-article-replace-part, gnus-article-delete-part)
15614         (gnus-article-view-part-as-type): Pass raw prefix argument to
15615         gnus-article-part-wrapper.
15616
15617 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * gnus-agent.el (gnus-agent-save-active):
15620         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15621
15622         * gnus-cache.el (gnus-cache-save-buffers)
15623         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15624         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15625         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15626         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15627         (gnus-cache-generate-active, gnus-cache-rename-group)
15628         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15629         (gnus-cache-update-overview-total-fetched-for):
15630         Bind file-name-coding-system to nnmail-pathname-coding-system.
15631         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15632         New variables.
15633         (gnus-cache-decoded-group-name): New function.
15634         (gnus-cache-file-name): Use it.
15635         (gnus-cache-generate-active): Use non-decoded group name for active.
15636
15637         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15638         right place.
15639         (gnus-write-active-file): Don't break non-ASCII group names.
15640
15641         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15642         nnmail-pathname-coding-system.
15643
15644         * lpath.el: Bind default-file-name-coding-system,
15645         file-name-coding-system and language-info-alist for XEmacs.
15646
15647         * gnus-uu.el (gnus-uu-decode-save): Typo.
15648
15649 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15652
15653 2007-07-14  David Kastrup  <dak@gnu.org>
15654
15655         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15656         finishing actions if we did not edit the article.
15657
15658 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15661         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15662         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15663         (gnus-agent-flush-group, gnus-agent-flush-cache)
15664         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15665         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15666         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15667         (gnus-agent-regenerate-group)
15668         (gnus-agent-update-files-total-fetched-for)
15669         (gnus-agent-update-view-total-fetched-for):
15670         Bind file-name-coding-system to nnmail-pathname-coding-system.
15671         (gnus-agent-group-pathname): Don't encode file names by
15672         nnmail-pathname-coding-system.
15673         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15674         coding-system-for-write instead of buffer-file-coding-system to
15675         gnus-agent-file-coding-system.
15676
15677         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15678         Decode group name.
15679
15680         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15681
15682         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15683         (gnus-read-newsrc-el-file): Make group names unibyte.
15684
15685         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15686         nnmail-pathname-coding-system.
15687
15688         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15689         (nnrss-request-delete-group): Bind file-name-coding-system to
15690         nnmail-pathname-coding-system.
15691         (nnrss-read-server-data, nnrss-read-group-data):
15692         Bind file-name-coding-system correctly.
15693         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15694
15695         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15696         (nntp-server-to-method-cache): New variable.
15697         (nntp-group-pathname): New function that decodes non-ASCII group names.
15698         (nntp-possibly-create-directory, nntp-marks-changed-p)
15699         (nntp-save-marks, nntp-open-marks): Use it.
15700         (nntp-possibly-create-directory, nntp-open-marks):
15701         Bind file-name-coding-system to nnmail-pathname-coding-system.
15702         (nntp-open-marks): Decode group names when bootstrapping marks.
15703
15704         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15705         Newsgroups and Followup-To headers.
15706
15707 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15710         (gnus-server-closed-face, gnus-server-denied-face)
15711         (gnus-server-offline-face): Remove variable.
15712         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15713
15714         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15715         of modifying message-stack directly for XEmacs.
15716
15717         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15718         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15719         if the coding-system argument is nil for XEmacs.
15720
15721         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15722         mm-charset-override-alist.
15723
15724         * rfc2047.el: Don't require base64; require rfc2045 for the function
15725         rfc2045-encode-string.
15726         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15727         to quote the parameter value.
15728
15729 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15732         form in gnus-group-name-charset-method-alist.
15733
15734         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15735         overrides the default layout edit-form.
15736
15737         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15738
15739         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15740
15741 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15744         as unfetched articles.
15745
15746 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15749
15750 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15753         original back end that keeps marks in the local system.
15754
15755 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15758         arg of pop-to-buffer for XEmacs.
15759         (gnus-article-read-summary-keys): Ditto; don't restore window
15760         configuration if summary command ends up with neither article buffer
15761         nor summary buffer; describe bindings if summary keys end with C-h.
15762
15763 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * message.el (message-fix-before-sending): Skip raw message part to be
15766         forwarded while checking illegible text.
15767         (message-forward-make-body-mime, message-forward-make-body):
15768         Mark signed or encrypted raw message as having no illegible text.
15769
15770 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15773         (gnus-message-with-timestamp-1): New macro.
15774         (gnus-message-with-timestamp): New function.
15775         (gnus-message): Use them.
15776
15777         * nnheader.el (nnheader-message): Use them.
15778
15779 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15782         .newsrc.eld file.
15783
15784 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * gnus-agent.el (gnus-agent-fetch-headers)
15787         (gnus-agent-retrieve-headers):
15788         Bind gnus-decode-encoded-address-function to identity.
15789
15790         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15791         available also when the server returns simply a dot.
15792
15793         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15794
15795 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15798
15799 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * gnus-ems.el (gnus-x-splash): Make it work.
15802
15803         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15804         from being used.
15805
15806         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15807
15808 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15811         4th and the 5th arguments.
15812
15813         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15814         the front stickiness.
15815         (gnus-article-summary-command-nosave): Correct the order of the
15816         arguments passed to pop-to-buffer.
15817         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15818         summary command ends up with the article buffer.
15819
15820         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15821         the same faces.
15822
15823 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15824
15825         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15826
15827 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15828
15829         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15830         * gnus-sum.el (gnus-summary-highlight):
15831         * pgg.el (pgg-sign-region, pgg-sign):
15832         * mail-source.el (mail-source-delete-old-incoming-confirm):
15833         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15834
15835 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-art.el (gnus-mime-view-part-externally)
15838         (gnus-mime-view-part-internally): Fix predicate function passed to
15839         completing-read.
15840
15841         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15842
15843         * gnus.el (gnus-update-message-archive-method): Add :version.
15844
15845 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * gnus.el (gnus-update-message-archive-method): New variable.
15848
15849         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15850         according to gnus-message-archive-method if
15851         gnus-update-message-archive-method is non-nil.
15852
15853 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15856         Suggested by Loic Dachary <loic@dachary.org>.
15857         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15858
15859 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * message.el (message-pop-to-buffer): Add switch-function argument.
15862         (message-mail): Pass switch-function argument to it.
15863
15864 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15867         Improve doc string.
15868
15869 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15872         (gnus-header-content):
15873         * gnus-cite.el (gnus-cite-10):
15874         * gnus-srvr.el (gnus-server-closed):
15875         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15876         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15877         (gnus-group-mail-3-empty, gnus-group-mail-low)
15878         (gnus-group-mail-low-empty, gnus-splash):
15879         * message.el (message-header-to, message-header-cc)
15880         (message-header-subject, message-header-other, message-header-name)
15881         (message-header-xheader, message-separator, message-cited-text)
15882         (message-mml): Lighten colors of faces used for dark background.
15883
15884 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15885
15886         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15887         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15888
15889 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * message.el (message-narrow-to-headers-or-head):
15892         Ignore mail-header-separator in the body.
15893
15894 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15897         same as window size.
15898
15899 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15900
15901         * message.el (message-font-lock-keywords): Use message-header-xheader
15902         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15903         ahead of the anything pattern, to get it recognized.
15904
15905 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15908         spam.el loads uses it in the compiled defadvice form.
15909
15910 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15911
15912         * gnus-sum.el (gnus-articles-to-read)
15913         (gnus-summary-insert-old-articles): Don't truncate group name for
15914         `read-string'.
15915
15916         * gnus-util.el (gnus-limit-string): Delete this function.
15917
15918         * gnus-sum.el (gnus-simplify-subject-fully):
15919         Use `truncate-string-to-width' instead.
15920
15921 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15922
15923         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15924         Tell if, on summary exit, the next group has to be selected.
15925         (gnus-summary-exit): Use it.
15926
15927 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15928
15929         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15930         non-break space.
15931
15932 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15935         Check if group is not a directory.
15936         (nnfolder-request-expire-articles): Don't delete articles if the target
15937         group is not available.
15938
15939         * nnml.el (nnml-request-create-group): Properly check if group is not a
15940         file.
15941         (nnml-request-expire-articles): Don't delete articles if the target
15942         group is not available.
15943
15944         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15945         Don't quote characters that are within parentheses.
15946
15947 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15950         (gnus-handle-ephemeral-exit): Select article according to it.
15951
15952 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * message.el (message-insert-formated-citation-line): Remove newline.
15955         (message-citation-line-format): Add final \n here so that the user can
15956         avoid a blank line.
15957
15958 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15959
15960         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15961         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15962         Update lanl/arXiv support.
15963
15964 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * gnus.el: Bump version number.
15967
15968 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15969
15970         * gnus.el (gnus-version-number): Bump version.
15971
15972 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15973
15974         * gnus.el: No Gnus v0.6 is released.
15975
15976 2007-04-27  Didier Verna  <didier@xemacs.org>
15977
15978         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15979         * gmm-utils.el (gmm-regexp-concat): ... here.
15980         * message.el: Don't require 'gnus-util.
15981         (message-dont-reply-to-names): Handle name change above.
15982         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15983
15984 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15987         since the initial value varies according to the system.
15988
15989 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15992
15993 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15994
15995         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15996
15997 2007-04-24  Didier Verna  <didier@xemacs.org>
15998
15999         Improve the type of gnus-ignored-from-addresses.
16000         * gnus-util.el (gnus-orify-regexp): New function.
16001         * message.el (gnus-util): Require it.
16002         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16003         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16004         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16005
16006 2007-04-24  Didier Verna  <didier@xemacs.org>
16007
16008         * gnus-sum.el:
16009         * gnus-utils.el: Fix some trailing whitespaces.
16010
16011 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16014         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16015         article's Message-ID; refer parent article in summary buffer.
16016
16017         * message.el (message-bounce): Call mime-to-mml.
16018
16019         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16020         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16021         optimize and/or forms properly.
16022
16023 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16026         URL.
16027
16028 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16031
16032 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16035         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16036         displayed of multipart/alternative part if it is invoked from summary
16037         buffer.
16038
16039         * mm-view.el (mm-inline-text-html-render-with-w3m)
16040         (mm-inline-text-html-render-with-w3m-standalone)
16041         (mm-inline-render-with-function): Use mail-parse-charset by default.
16042
16043 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16044
16045         * parse-time.el (parse-time-string-chars): Check if CHAR
16046         is less than the length of parse-time-syntax.
16047
16048 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16051         from gnus-newsgroup-processable.
16052
16053 2007-04-16  Didier Verna  <didier@xemacs.org>
16054
16055         * gnus-msg.el (gnus-configure-posting-styles):
16056         Handle message-signature-directory properly with :file syntax.
16057         Reported by "Leo".
16058
16059 2007-04-11  Didier Verna  <didier@xemacs.org>
16060
16061         New user option: message-signature-directory.
16062         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16063         * message.el (message-insert-signature): Ditto.
16064         * message.el (message-signature-file): Doc update.
16065         * message.el (message-signature-directory): New.
16066
16067 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-msg.el (gnus-inews-yank-articles):
16070         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16071
16072 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * message.el (message-yank-original): Make sure cited text ends with
16075         newline; don't exchange point and mark.
16076
16077 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16078
16079         * tls.el (open-tls-stream): Properly handle case where there
16080         is no associated buffer.
16081
16082 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16083
16084         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16085         message-yank-original, make sure (< mark TEXT point).
16086
16087 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * message.el (message-fill-column): New variable.
16090         (message-mode): Use it.  Add comment on a possible new hook.
16091
16092         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16093         (nnmail-get-new-mail): Reformat.
16094
16095         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16096
16097         * gmm-utils.el: Fix Commentary.
16098         (gmm-tool-bar-from-list): Fix typo in doc string.
16099
16100 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16101
16102         * message.el (message-yank-original): Don't switch point and mark
16103         unnecessarily to put point and mark as documented.
16104
16105 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16106
16107         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16108         from the message heads.
16109
16110 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16111
16112         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16113         article buffer does not have a window.  This may not be the best
16114         solution but is certainly better than setting the start of the null,
16115         that is the current, window.
16116
16117 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16120         (gnus-draft-setup): Run it.
16121
16122         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16123         gnus-score-fast-scoring.  Allow regexp.
16124         (gnus-score-headers): Use it.
16125
16126         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16127         XEmacs.
16128
16129         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16130         string.
16131         (gnus-button-alist): Also catch `<f1> k ...'.
16132         (gnus-treat-display-x-face): Fix doc string.
16133
16134 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16135
16136         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16137         evaluation of gnus-extended-version to ensure correct generation of the
16138         User-Agent header when message-generate-headers-first is used.
16139
16140 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16141
16142         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16143         hashcash-path is nil.  Don't call callback with incorrect number of
16144         parameters if val is 0.
16145
16146 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16147
16148         * message.el (message-required-news-headers):
16149         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16150
16151 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16152
16153         * tls.el (open-tls-stream): In handshake-waiting loop,
16154         don't wait more if there is output available to process.
16155
16156 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16157
16158         * tls.el (tls-program): Doc fix.
16159
16160 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * message.el (message-generate-new-buffers): Change the meaning of the
16163         nil value; add `standard' to the choices; treat t as `unique'; improve
16164         doc string.
16165         (gnus-select-frame-set-input-focus): Autoload.
16166         (message-buffer-name): Search for the existing message buffer if
16167         message-generate-new-buffers is nil or `standard'; treat the value t of
16168         message-generate-new-buffers as `unique'.
16169         (message-pop-to-buffer): Raise the frame already displaying the message
16170         buffer; clear the echo area after querying.
16171         (message-setup): Pass the `continue' argument to compose-mail.
16172         (message-mail): Prefer `switch-function' if it is given; search for the
16173         existing message buffer if the `continue' argument is non-nil; pass
16174         continue and switch-function arguments to compose-mail by way of
16175         message-setup.
16176         (message-mail-other-window): Adjust argument of message-setup.
16177         (message-mail-other-frame): Ditto.
16178
16179 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16182         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16183         to turn font-lock on when turning gnus-message-citation-mode on.
16184
16185 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16186
16187         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16188         (mml-smime-function-alist): New variable; add epg as the backend.
16189         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16190         mml-smime- functions instead.
16191         * mm-view.el: Require smime.
16192
16193 2007-03-05  Didier Verna  <didier@xemacs.org>
16194
16195         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16196         instead of just inheritance for posting styles.
16197         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16198
16199 2007-02-24  Chris Moore  <dooglus@gmail.com>
16200
16201         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16202         * pgg-pgp.el (pgg-pgp-encrypt-region):
16203         * pgg-gpg.el (pgg-gpg-encrypt-region):
16204         Check pgg-encrypt-for-me if no other recipients.
16205
16206 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16207
16208         * tls.el (tls-certtool-program): Fix custom type.
16209
16210 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16213         and point-at-eol instead of line-(beginning|end)-position.
16214
16215         * assistant.el (assistant-parse-buffer): Ditto.
16216
16217         * netrc.el (netrc-parse-services): Ditto.
16218
16219 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16220
16221         * mml2015.el (mml2015-epg-find-usable-key): New function.
16222         (mml2015-epg-sign): Use it.
16223         (mml2015-epg-encrypt): Use it.
16224
16225 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * message.el (message-make-in-reply-to): Quote name containing
16228         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16229         if there are special characters.  Reported by NAKAJI Hiroyuki
16230         <nakaji@jp.freebsd.org>.
16231
16232 2007-02-27  Didier Verna  <didier@xemacs.org>
16233
16234         Include the group parameters as well as the topic ones in the
16235         inheritance filter process.
16236         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16237         argument GROUP-PARAMS-LIST.
16238         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16239
16240 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * nntp.el (nntp-never-echoes-commands)
16243         (nntp-open-connection-functions-never-echo-commands): New variables.
16244         (nntp-send-command): Use them.
16245
16246 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16247
16248         * mml2015.el (mml2015-epg-verify): Simplify.
16249
16250 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * mml.el (mml-content-disposition-alist): New user option.
16253         (mml-content-disposition): New function.
16254         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16255         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16256
16257 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16258
16259         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16260         verification.
16261
16262 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16263
16264         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16265         articles posted in the last 24 hours.
16266
16267 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16268
16269         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16270
16271 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16272
16273         * nntp.el (nntp-send-command): Don't wait for echoes when
16274         nntp-open-ssl-stream is used.
16275
16276 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16279         (gnus-message-add-citation-keywords)
16280         (gnus-message-remove-citation-keywords): Remove.
16281         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16282         directly, make the variables in font-lock-defaults buffer-local, add
16283         gnus-message-citation-keywords to them and then update the value of
16284         font-lock-keywords.
16285
16286 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * message.el (message-cite-original-1): Don't call
16289         gnus-article-highlight-citation.
16290
16291         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16292         citations; fix line count.
16293
16294 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16297         (gnus-message-add-citation-keywords)
16298         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16299         versions of font-lock-add-keywords and font-lock-remove-keywords to
16300         work with XEmacs correctly.
16301
16302 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-cite.el (gnus-cite-face-list): Set the values of
16305         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16306         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16307         (gnus-message-cite-prefix-regexp): New variable.
16308         (gnus-message-search-citation-line): Use it; protect against long
16309         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16310         the 0th match data for Emacs.
16311         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16312         (gnus-message-add-citation-keywords): Append keywords rather than
16313         prepending; emulate font-lock-add-keywords if it is not available.
16314         (gnus-message-remove-citation-keywords):
16315         Emulate font-lock-remove-keywords if it is not available.
16316
16317         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16318
16319         * message.el (message-cite-prefix-regexp): Set the value of
16320         gnus-message-cite-prefix-regexp.
16321
16322 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16323
16324         * nnweb.el (nnweb-google-parse-1): Update parser.
16325
16326 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16327
16328         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16329
16330 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16331
16332         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16333         regexp.
16334
16335 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16338         string-to-multibyte.
16339         (uudecode-decode-region-internal): Use it.
16340
16341         * lpath.el: Fbind string-as-multibyte for XEmacs.
16342
16343 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16344
16345         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16346         Fix custom choice.
16347
16348         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16349
16350 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16351
16352         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16353
16354         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16355         `write-region' to respect `mm-inhibit-file-name-handlers'.
16356
16357 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16358
16359         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16360         Use gnus-home-directory instead of "~/" or "$HOME".
16361
16362 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16363
16364         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16365         to mention filename.
16366         Add comments at beginning regarding usage.
16367         (encrypt-write-file-contents): Change interactive so a string is
16368         acceptable.  If the file has no associated model, show an error instead
16369         of a nonsense prompt.
16370
16371 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16372
16373         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16374         Thanks to Yoshihiko Yamada for kind notification of this typo.
16375
16376 2007-01-12  Kenichi Handa  <handa@m17n.org>
16377
16378         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16379         multibyte buffer.
16380
16381 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * gnus-score.el (gnus-score-fast-scoring): New variable.
16384         (gnus-score-headers): Use it.
16385
16386         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16387
16388         * message.el (message-cite-original-1):
16389         Call gnus-article-highlight-citation if requested.
16390         (message-make-from): Allow name and address as optional arguments.
16391
16392         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16393
16394         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16395         bugs to doc string.
16396         (gnus-button-alist): Add mid\\|message-id.
16397         (gnus-button-fetch-group): Extend for use in
16398         `browse-url-browser-function'.
16399         (gnus-button-url-regexp): Try to catch paired parentheses like in
16400         Wikipedia URLs.
16401
16402         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16403         Suggested by Simon Krahnke <overlord@gmx.li>.
16404
16405 2007-01-13  Romain Francoise  <romain@orebokech.com>
16406
16407         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16408         Update copyright.
16409
16410 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16411
16412         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16413
16414 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16415
16416         * gnus-registry.el (gnus-registry-unfollowed-groups)
16417         (gnus-registry-split-fancy-with-parent): Fix documentation.
16418
16419 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16420
16421         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16422         from nnweb groups.
16423
16424 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16425
16426         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16427         Xref urls.  Erase buffer before requesting head.
16428
16429         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16430
16431 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16434         customizable.
16435
16436 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16437
16438         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16439         no signing key is found.
16440         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16441         no encrypting and/or signing key is found.
16442
16443 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16444
16445         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16446
16447 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16448
16449         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16450         headers read from disk with the ones newly found in the current search.
16451         This should no longer cause problems, because the article numbers in
16452         Gmane's `nov.php' output are ignored since the previous change.
16453
16454 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16455
16456         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16457
16458 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16461         replace-regexp-in-string; bind url-version; fbind display-images-p and
16462         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16463         find-face and set-itimer-function for Emacs; bind itimer-list for
16464         Emacs.
16465
16466         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16467
16468 2007-01-01  Romain Francoise  <romain@orebokech.com>
16469
16470         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16471
16472 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16473
16474         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16475         `define-minor-mode' macro definition expanded properly.
16476         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16477         exclude it there.
16478
16479         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16480         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16481         `fboundp' test.
16482         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16483         This is OK to autoload in (S)XEmacs now.
16484
16485 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16486
16487         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16488         keystroke.
16489         (gnus-summary-limit-to-singletons): Fix typo.
16490
16491         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16492         else fails.
16493
16494 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16495
16496         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16497         docstring.
16498
16499         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16500         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16501         (gnus-summary-insert-dormant-articles): Fix typo in message.
16502
16503 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16504
16505         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16506         nil for XEmacs.
16507         (gnus-message-citation-mode): Don't autoload in XEmacs.
16508
16509         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16510
16511 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16512
16513         * nnimap.el (nnimap-expunge-search-string):
16514         Mention nnimap-search-uids-not-since-is-evil in docstring.
16515
16516 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * spam.el: Revert to make-obsolete-variable because
16519         define-obsolete-variable-alias is not supported in Emacs 21.
16520
16521         * spam.el (spam-ifile-path, spam-ifile-database-path)
16522         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16523         make-obsolete-variable.
16524         (spam-bsfilter-path, spam-bsfilter-program)
16525         (spam-spamassassin-path, spam-spamassassin-program)
16526         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16527         Don't use "path" inappropriately.
16528         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16529         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16530         variable names.
16531
16532 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16533
16534         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16535         summary buffer.
16536
16537         * password.el (password-cache-remove): Use clear-string to burn
16538         password, if available.
16539
16540 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16541
16542         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16543
16544         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16545
16546         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16547         (gnus-message-highlight-citation): Move defcustom here from
16548         gnus-cite.el.
16549         (gnus-message-citation-mode): Autoload.
16550
16551         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16552         checks to make it compile with XEmacs.
16553         (gnus-message-citation-mode): New minor mode.
16554         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16555         (gnus-message-highlight-citation): New variables.
16556         (gnus-message-search-citation-line)
16557         (gnus-message-add-citation-keywords)
16558         (gnus-message-remove-citation-keywords)
16559         (turn-on-gnus-message-citation-mode)
16560         (turn-off-gnus-message-citation-mode): New functions.
16561
16562 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16563
16564         * gnus-cite.el: Enable highlighting of different citation levels in
16565         message-mode.
16566
16567 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16568
16569         * message.el (message-make-fqdn): Fix comment.
16570         (message-bogus-system-names): Add ".local".
16571
16572         * spam.el (spam-ifile-path, spam-ifile-program)
16573         (spam-ifile-database-path, spam-ifile-database)
16574         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16575         Don't use "path" inappropriately.
16576         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16577         strings.
16578         (spam-check-ifile, spam-ifile-register-with-ifile)
16579         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16580         Use new variable names.
16581
16582         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16583         (gnus-treat-display-smileys): Simplify using
16584         gnus-image-type-available-p.
16585
16586         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16587         available.
16588
16589         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16590         Use `display-images-p' if available.
16591
16592 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16595         one after turning on the buffer's multibyteness instead of decoding
16596         them directly in the unibyte buffer that causes unexpected conversion
16597         in Emacs 23 (unicode).
16598
16599 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16600
16601         * message.el (message-generate-hashcash): Fix custom type.
16602
16603 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16604
16605         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16606
16607 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16610         disconnect icons.  Add help text.
16611
16612 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16613
16614         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16615         negated to be consistent with the others we handle.
16616
16617 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618
16619         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16620         version of gnus-summary-buffer to something, so that we can use two
16621         article buffers at the same time.
16622
16623 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16624
16625         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16626         trigger all the extra headers.
16627         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16628         sorting.
16629
16630 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16631
16632         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16633         solid groups.
16634
16635 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16636
16637         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16638
16639 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16640
16641         * legacy-gnus-agent.el: Add Copyright notice.
16642
16643 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16644
16645         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16646
16647 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16648
16649         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16650
16651         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16652         to make it work reliably in CVS Emacs.
16653         (gnus-summary-limit-strange-charsets-predicate)
16654         (gnus-summary-limit-to-predicate): New functions.
16655
16656 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16657
16658         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16659         specifying array size.
16660         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16661         array if it is too small.
16662         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16663         (gnus-sort-threads-loop): New function.
16664
16665 2006-12-06  Chris Moore  <dooglus@gmail.com>
16666
16667         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16668         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16669
16670 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16671
16672         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16673         options.
16674
16675 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16676
16677         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16678         DOS-ing the recipient.
16679
16680         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16681         the headers when creating the mapping to avoid mismappings.
16682         (nnweb-gmane-create-mapping): Always nix out old mapping.
16683
16684 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16687         and mm-verify-option to never.
16688
16689 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * message.el (message-signed-or-encrypted-p): New function.
16692         (message-forward-make-body): Use it.
16693
16694         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16695         Replace encode-coding-string with mm-encode-coding-string.
16696
16697 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * nneething.el (nneething-decode-file-name):
16700         Replace decode-coding-string with mm-decode-coding-string.
16701
16702         * gnus-int.el (gnus-open-server): Say failed server's name.
16703
16704 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16705
16706         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16707         strings to a single string.  Quote `errors-file-name'.
16708         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16709         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16710         Adjust calls.  Use `shell-quote-argument'.
16711
16712 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16713
16714         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16715         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16716
16717         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16718         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16719         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16720         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16721         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16722         (gnus-subscribe-newsgroup, gnus-1):
16723         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16724         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16725         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16726         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16727
16728 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16729
16730         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16731         keystroke.
16732         (gnus-summary-limit-to-bodies): Implement headersp.
16733
16734 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16735
16736         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16737
16738 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16741
16742 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16743
16744         * message.el (message-generate-hashcash): Expand range of values to
16745         include `opportunistic'.
16746         (message-send-mail): Use it.
16747
16748 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16749
16750         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16751         and comment it.
16752
16753         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16754
16755 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * gnus-util.el (gnus-extract-address-components): Improve comment.
16758
16759 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-util.el (gnus-extract-address-components): Work with address in
16762         which the name portion contains @.
16763
16764         * lpath.el: Fbind custom-autoload.
16765
16766 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * gnus.el (gnus-start): Move custom group up.
16769         (gnus-select-method): Don't autoload, but make it available for
16770         `customize-variable'.
16771         (gnus-getenv-nntpserver): Don't autoload.
16772
16773 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16774
16775         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16776
16777 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * message.el (message-sendmail-extra-arguments): New variable.
16780         (message-send-mail-with-sendmail): Use it.
16781
16782 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16785         mm-with-unibyte-current-buffer to make string unibyte.
16786
16787         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16788         mm-string-as-multibyte.
16789
16790 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16791
16792         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16793         Reported by Werner Koch <wk@gnupg.org>.
16794
16795 2006-11-14  Daiki Ueno  <ueno@p360>
16796
16797         * mml2015.el: Autoload epa-select-keys when compiling.
16798
16799 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16800
16801         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16802         message-options.
16803         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16804
16805 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16806
16807         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16808         EasyPG (< 0.0.6).
16809         (mml2015-always-trust): New user option.
16810         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16811         prompt.
16812
16813 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * nntp.el (nntp-authinfo-force): New variable.
16816         (nntp-send-authinfo): Use it.
16817
16818 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16819
16820         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16821         decode encoded words.  Improve prompt.  Add comment about forwarding.
16822         (message-replacement-char): Move up.
16823
16824 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16825
16826         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16827         instead of gnus-intersection because arguments of gnus-sorted-nunion
16828         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16829
16830 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16833         (message-simplify-subject-functions):
16834         Enable message-strip-subject-encoded-words by default.
16835
16836 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16837
16838         * message.el (message-strip-subject-encoded-words): New function.
16839         (message-simplify-subject-functions): New variable.
16840         (message-simplify-subject): Use it.  Fix typo in doc string.
16841         Support message-strip-subject-encoded-words.
16842
16843 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16844
16845         * gnus-diary.el (gnus-diary-delay-format-function):
16846         * nndiary.el (nndiary-reminders):
16847         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16848
16849 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16850
16851         * gnus-art.el (article-hide-boring-headers): Fetch date from
16852         gnus-original-article-buffer to avoid problems with localized date
16853         strings.
16854
16855 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16858
16859 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16862         New variables.
16863         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16864         (mm-charset-synonym-alist): Move some entries to
16865         mm-codepage-iso-8859-list.
16866         (mm-charset-synonym-alist, mm-charset-override-alist):
16867         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16868
16869 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16872
16873 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16874
16875         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16876         with Emacs 21 and XEmacs.
16877
16878 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16879
16880         * spam.el (spam-parse-address): New function for better parsing,
16881         catching errors, etc.
16882         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16883
16884 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16885
16886         * mm-view.el: Add interactive arg to html2text autoload.
16887
16888 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16891
16892 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16895         New variables.
16896         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16897         (mm-charset-synonym-alist): Move some entries to
16898         mm-codepage-iso-8859-list.
16899
16900         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16901
16902 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16903
16904         * message.el (message-citation-line-format)
16905         (message-insert-formated-citation-line): Fix implementation of %E, %N
16906         and %n according to the doc string.
16907
16908 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16909
16910         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16911         Use car-safe to avoid bad parses.
16912
16913 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16916         names.
16917
16918         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16919
16920 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16923         header.
16924
16925         * message.el (message-draft-headers): Add Date.
16926         (message-headers-to-generate): Fix typo in docstring.
16927
16928         * nndraft.el (nndraft-required-headers): New variable.
16929         (nndraft-generate-headers): Use it.
16930
16931         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16932
16933 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16934
16935         * gnus-registry.el (gnus-registry-wash-for-keywords)
16936         (gnus-registry-find-keywords): New functions to allow easy searching of
16937         articles that are in the registry.
16938
16939 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16940
16941         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16942         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16943         Reported by Damien Elmes <damien@repose.cx>.
16944
16945 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16946
16947         * gnus.el (gnus-mime): Remove unused custom group.
16948
16949 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16950
16951         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16952         "blank line" when searching for end of armor headers.
16953
16954 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * gmm-utils.el (gmm-write-region): Fix variable name.
16957
16958 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16959
16960         * gmm-utils.el (gmm-write-region): New function based on compatibility
16961         code from `mm-make-temp-file'.
16962
16963         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16964
16965         * nnmaildir.el (nnmaildir--update-nov)
16966         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16967         Use `gmm-write-region'.
16968
16969 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16970
16971         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16972         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16973
16974         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16975
16976         * message.el (message-replacement-char): New variable.
16977         (message-fix-before-sending): Use it.
16978         (message-simplify-subject): New function to remove duplicate code.
16979         (message-reply, message-followup): Use it.
16980
16981         * gnus-sum.el (gnus-summary-make-menu-bar):
16982         Clarify gnus-summary-limit-to-articles.
16983
16984 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * gnus-util.el (gnus-with-local-quit): New macro.
16987
16988         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16989
16990 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16991
16992         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16993         ignore non-string data.
16994
16995 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16996
16997         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16998         non-string data (needs to be done in the registry too).
16999
17000 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17001
17002         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17003         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17004         (gnus-registry-split-fancy-with-parent)
17005         (gnus-registry-fetch-simplified-message-subject-fast)
17006         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17007         Remove text properties on ingress into the registry and when it's saved.
17008         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17009         registry from entries with no groups.
17010
17011 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17012
17013         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17014         function to remove string properties.
17015
17016 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17017
17018         * gmm-utils.el (gmm): Adjust custom version.
17019
17020         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17021         Adjust custom version.
17022
17023         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17024
17025 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * gnus-art.el (gnus-insert-prev-page-button)
17028         (gnus-insert-next-page-button): Simplify.  Reformat.
17029
17030 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17031
17032         * gnus-art.el (gnus-insert-prev-page-button)
17033         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17034
17035 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17036
17037         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17038
17039 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17040
17041         * gnus-art.el (gnus-insert-mime-button)
17042         (gnus-insert-mime-security-button):
17043         Apply gnus-article-button-face to MIME and security buttons.
17044
17045 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17048         readable.
17049
17050 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17053
17054 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17055
17056         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17057         `browse-url-of-file' instead of `browse-url'.
17058
17059 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17060
17061         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17062         regexp.  Articles containing quotation were cut prematurely.
17063
17064 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * message.el (message-cite-original-1): Use nobody by default for the
17067         value of From header.
17068         (message-reply): Ditto.
17069
17070 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17071
17072         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17073         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17074         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17075
17076 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17077
17078         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17079         mails in the doc string.  Add some URLs in comment.
17080         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17081
17082 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17085         backslashes handling and the way to find boundaries of quoted strings.
17086
17087 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17088
17089         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17090         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17091         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17092         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17093
17094 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17095
17096         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17097         doc string.
17098         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17099
17100 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * lpath.el: Fbind epg-check-configuration.
17103
17104 2006-09-06  Simon Josefsson  <jas@extundo.com>
17105
17106         * mml2015.el (mml2015-use): Doc fix, mention epg.
17107
17108 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17109
17110         * mml2015.el (mml2015-use): Default to epg, if available.
17111
17112 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17113
17114         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17115         message-sender.
17116         (mml1991-epg-encrypt): Ditto.
17117         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17118         message-sender.
17119         (mml2015-epg-encrypt): Ditto.
17120
17121 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17122
17123         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17124         several common directories.
17125
17126 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17127
17128         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17129         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17130
17131 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * gnus-art.el (article-decode-encoded-words): Make it fast.
17134
17135 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17138
17139         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17140         in quoted string into `\'.
17141
17142 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17145         Use standard-syntax-table.
17146
17147 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * gnus-art.el (gnus-decode-address-function): New variable.
17150         (article-decode-encoded-words): Use it to decode headers which are
17151         assumed to contain addresses.
17152         (gnus-mime-delete-part): Remove useless `or'.
17153
17154         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17155         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17156         (gnus-nov-parse-line): Use it to decode From header.
17157         (gnus-get-newsgroup-headers): Ditto.
17158         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17159
17160         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17161         (mail-decode-encoded-address-string): New alias.
17162
17163         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17164         New function.
17165         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17166         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17167         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17168         (rfc2047-decode-string): Ditto.
17169         (rfc2047-decode-address-region): New function.
17170         (rfc2047-decode-address-string): New function.
17171
17172 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17173
17174         * message.el (message-caesar-buffer-body): Allow rotating headers.
17175
17176         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17177
17178         * message.el (message-insert-formated-citation-line): Fix %f.
17179         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17180
17181 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17184         (gnus-bookmark-mouse-available-p): New macro.
17185         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17186         (gnus-bookmark-bmenu-show-infos): Use it.
17187         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17188         (gnus-bookmark-bmenu-hide-infos): Ditto.
17189         (gnus-bookmark-remove-properties): New function.
17190         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17191         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17192         (gnus-bookmark-write-file): Bind coding-system-for-write.
17193         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17194         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17195         group before selecting it.
17196         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17197         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17198         quit-window if it is not available; use gnus-mouse-2 and bind it to
17199         gnus-bookmark-bmenu-select-by-mouse.
17200         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17201         (gnus-bookmark-bmenu-select-by-mouse): New function.
17202
17203 2006-08-13  Romain Francoise  <romain@orebokech.com>
17204
17205         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17206         space.
17207
17208 2006-08-10  Romain Francoise  <romain@orebokech.com>
17209
17210         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17211         (dns-mode-soa-auto-increment-serial): New user option.
17212         (dns-mode-soa-maybe-increment-serial): New function.
17213         (dns-mode): Add the latter to `write-contents-functions'.
17214
17215 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * compface.el (uncompface): Use binary rather than raw-text-unix.
17218
17219 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * compface.el (uncompface): Make sure the eol conversion doesn't take
17222         place when communicating with the external programs.
17223         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17224
17225 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17228
17229 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17230
17231         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17232         Make it more robust by parsing author and date independently.
17233
17234 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17237
17238 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17239
17240         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17241         first matching secret key.
17242         (mml2015-epg-encrypt): Ditto.
17243
17244         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17245         first matching secret key.
17246         (mml1991-epg-encrypt): Ditto.
17247
17248         * mml2015.el (mml2015-encrypt-to-self): New user option.
17249         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17250         mml2015-epg-encrypt-to-self is set.
17251
17252         * mml1991.el (mml1991-encrypt-to-self): New variable.
17253         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17254         mml1991-epg-encrypt-to-self is set.
17255
17256         * mml2015.el (mml2015-signers): New user option.
17257         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17258         (mml2015-epg-encrypt): Allow to select signing keys.
17259
17260         * mml1991.el (mml1991-signers): New variable.
17261         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17262         (mml1991-epg-encrypt): Allow to select signing keys.
17263
17264 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * nnheader.el (nnheader-insert-head): Make it work even if the file
17267         uses CRLF for the line-break code.
17268
17269 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17270
17271         * mml2015.el: Require mml-sec instead of password.
17272         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17273         (mml2015-cache-passphrase): Inherit the default value from
17274         mml-secure-cache-passphrase.
17275         (mml2015-passphrase-cache-expiry): Inherit the default value from
17276         mml-secure-passphrase-cache-expiry.
17277
17278         * mml1991.el: Require mml-sec instead of password.
17279         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17280         (mml1991-cache-passphrase): Inherit the default value from
17281         mml-secure-cache-passphrase.
17282         (mml1991-passphrase-cache-expiry): Inherit the default value from
17283         mml-secure-passphrase-cache-expiry.
17284
17285         * mml-sec.el: Require password.
17286         (mml-secure-verbose): New user option.
17287         (mml-secure-cache-passphrase): New user option.
17288         (mml-secure-passphrase-cache-expiry): New user option.
17289
17290 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17291             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17292
17293         * pgg-def.el (pgg-truncate-key-identifier):
17294         Truncate the key ID to 8 letters from the end.
17295
17296 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17297
17298         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17299         workaround for the url package included with Emacs.
17300
17301         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17302
17303 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17306         correctly.  This fixes a bug caused by the 2006-05-12 change.
17307
17308 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17309
17310         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17311         some information about the error when saying that the `bogus' mail
17312         group will be used.
17313
17314 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17315
17316         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17317         string.
17318
17319 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17320
17321         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17322
17323 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17324
17325         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17326
17327 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17328
17329         * mml1991.el (mml1991-function-alist): Add epg.
17330         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17331         (mml1991-epg-encrypt): New functions.
17332
17333 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17334
17335         * mml2015.el (mml2015-verbose): New variable.
17336         (mml2015-cache-passphrase): Ditto.
17337         (mml2015-passphrase-cache-expiry): Ditto.
17338         (mml2015-function-alist): Add epg.
17339         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17340         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17341         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17342         New functions.
17343
17344 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17345
17346         * message.el (message-cite-original-1): Preserve region when removing
17347         quoted text due to X-No-Archive in order to avoid bogus attribution
17348         when citing multiple messages.
17349
17350 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17351
17352         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17353         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17354
17355 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17356
17357         * gnus-diary.el (gnus-user-format-function-d)
17358         (gnus-user-format-function-D): Autoload.
17359
17360         * imap.el (Commentary): Fix typo.
17361
17362         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17363         2006-04-22 contribution.
17364
17365 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17366
17367         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17368         It didn't really fix the bogosity I'm seeing with solid web groups.
17369
17370 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17371
17372         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17373         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17374         created using server names.  If we use the feature without declaring
17375         it, Gnus does not properly manage server and group state.
17376
17377         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17378         bound.
17379
17380 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17381
17382         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17383         looking up the method using GROUP's prefix before inventing a new one.
17384         It is used on killed/unknown groups in various places where returning
17385         an all-new method isn't expected by the caller.
17386
17387         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17388         and match semantics of gnus-group-real-prefix.
17389
17390 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * nnmail.el (nnmail-broken-references-mailers): New variable.
17393         (nnmail-ignore-broken-references): New function generalizing
17394         nnmail-fix-eudora-headers.
17395         (nnmail-fix-eudora-headers): Now obsolete.
17396
17397         * gnus-art.el (gnus-button-handle-custom):
17398         Support `customize-apropos*'.
17399
17400 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17401
17402         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17403
17404         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17405         articles.
17406
17407 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17408
17409         * message.el (message-cite-reply-above): New variable.
17410         (message-yank-original): Use it.
17411
17412 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17415
17416 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17417
17418         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17419         as read.
17420
17421         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17422
17423 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17426         (gnus-bookmark-default-file): Use gnus-directory.
17427         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17428         Remove "*" in doc string.
17429         (gnus-bookmark-write-file): Simplify.
17430         (gnus-bookmark-maybe-sort-alist): Use `when'.
17431         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17432         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17433         Add FIXME about Emacs 21 and XEmacs compatibility.
17434         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17435         compatibility.
17436         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17437         compatibility.
17438         (gnus-bookmark-menu-heading): Fix version.
17439
17440 2006-06-19  Bastien Guerry  <bzg@altern.org>
17441
17442         * gnus-bookmark.el: New file.
17443
17444 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * message.el (message-syntax-checks): Doc fix.
17447
17448 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17449
17450         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17451         unsubscribed groups as if they were killed ones.  It causes duplicate
17452         entries in gnus-newsrc-alist.
17453
17454 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * message.el (message-syntax-checks): Doc fix.
17457         (message-send-mail): Add check for continuation headers.
17458         (message-check-news-header-syntax): Fix regexp used to check for
17459         continuation headers.
17460
17461 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17462
17463         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17464
17465 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17468
17469 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17472         default-truncate-lines.
17473
17474 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17477         to fill the utf-8 entry.
17478
17479         * lpath.el: Fbind unicode-precedence-list.
17480
17481 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17482
17483         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17484
17485 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17486
17487         * gnus-agent.el (directory-files-and-attributes): Move all the way
17488         forward (the third and final move).
17489         (gnus-agent-read-agentview): Trap reconstruction errors due to
17490         nonexistent directory.  Handle by returning nil.
17491
17492 2006-05-30  Didier Verna  <didier@xemacs.org>
17493
17494         * message.el (message-dont-reply-to-names): Update the custom type.
17495         * message.el (message-dont-reply-to-names): New defsubst: potentially
17496         convert a list of regexps into a single one.
17497         * message.el (message-get-reply-headers): Use it.
17498         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17499
17500 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * gnus-agent.el (directory-files-and-attributes): Move forward.
17503
17504 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * gnus-ml.el (gnus-mailing-list-subscribe)
17507         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17508         (gnus-mailing-list-message): Fix doc strings.
17509
17510 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17511
17512         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17513         of doing it manually.
17514
17515 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17516
17517         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17518         comment.
17519
17520 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17521
17522         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17523         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17524         (gnus-agent-read-local): All symbols allocated in my-obarray.
17525         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17526         (gnus-agent-regenerate-group): Check numeric names to see if they are
17527         messages or groups.
17528         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17529         better way of do this...)
17530
17531         * gnus-cache.el (gnus-agent-total-fetched-for):
17532         Ignore 'dummy.group' (there should be a better way of do this...)
17533
17534 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17537         (gnus-saved-headers): Ditto.
17538         (gnus-default-article-saver): Mention functions may have properties.
17539         (gnus-article-save): Override gnus-save-all-headers and
17540         gnus-saved-headers by :headers property which saver function may have.
17541         (gnus-summary-save-in-file): Add :headers property.
17542         (gnus-summary-write-to-file): Ditto.
17543
17544         * gnus-sum.el (gnus-summary-save-article): Bind
17545         gnus-prompt-before-saving to t when saving many articles in a file;
17546         always show all headers.
17547
17548         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17549
17550 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17551
17552         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17553         marks.
17554
17555         * message.el (message-indent-citation): Add optional arguments to allow
17556         using it outside of message buffers.
17557
17558         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17559         (gnus-article-treat-unfold-headers): Use it.
17560         (gnus-article-truncate-lines): New variable.
17561         (gnus-article-mode): Use it.
17562         (gnus-article-toggle-truncate-lines): New function.
17563
17564         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17565         Add gnus-article-toggle-truncate-lines.
17566
17567         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17568         coding system in XEmacs, use binary.
17569
17570 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17573         after-load-alist.
17574
17575         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17576         this function should save decoded articles.
17577         (gnus-summary-write-to-file): Use property to specify this function
17578         should save decoded articles and specify gnus-summary-save-in-file
17579         should be used to save articles other than the first one when saving
17580         many articles.
17581         (gnus-summary-save-body-in-file): Use property to specify this
17582         function should save decoded articles.
17583         (gnus-summary-write-body-to-file): Use property to specify this
17584         function should save decoded articles and specify
17585         gnus-summary-save-body-in-file should be used to save articles other
17586         than the first one when saving many articles.
17587
17588         * gnus-sum.el (gnus-summary-save-article): Simplify.
17589
17590 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17591
17592         * gnus-art.el (gnus-default-article-saver):
17593         Add gnus-summary-write-body-to-file.
17594         (gnus-article-save-coding-system): Don't use coding system object
17595         in XEmacs.
17596         (gnus-read-save-file-name): Add optional `dir-var' argument which
17597         specifies directory in which files are saved; work even if optional
17598         `variable' argument is not specified.
17599         (gnus-summary-write-to-file): Read file name.
17600         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17601         (gnus-summary-write-body-to-file): New function.
17602
17603         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17604         (gnus-summary-local-variables): Add it.
17605         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17606         (gnus-summary-save-article): Remove optional `decode' argument;
17607         determine whether to decode articles by the value of
17608         gnus-default-article-saver; when saving many files using
17609         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17610         it first and use gnus-summary-save-in-file or
17611         gnus-summary-save-body-in-file thereafter unless
17612         gnus-prompt-before-saving is always; move point to article which
17613         will be saved.
17614         (gnus-summary-save-article-file): Revert.
17615         (gnus-summary-write-article-file): Revert.
17616         (gnus-summary-save-article-body-file): Revert.
17617         (gnus-summary-write-article-body-file): New function.
17618
17619 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * gnus-art.el (gnus-default-article-saver): Doc fix.
17622         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17623         from gnus-summary-save-article-coding-system, and default to a
17624         certain coding system.
17625         (gnus-output-to-file): Add coding cookie and encode text according
17626         to gnus-article-save-coding-system; don't use mm-append-to-file.
17627
17628         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17629         gnus-art.el and rename to gnus-article-save-coding-system.
17630         (gnus-summary-save-article): Require gnus-art; don't show all
17631         headers if it decodes articles; don't add coding cookie here;
17632         don't bind mm-text-coding-system-for-write.
17633         (gnus-summary-save-article-file): Save decoded articles.
17634         (gnus-summary-write-article-file): When saving many files, use
17635         gnus-summary-write-to-file first and gnus-summary-save-in-file
17636         thereafter unless gnus-prompt-before-saving is always.
17637         (gnus-summary-save-article-body-file): Save decoded articles.
17638
17639         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17640
17641 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17642
17643         * nnrss.el (nnrss-check-group): Bind hash-index.
17644
17645 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17646
17647         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17648         its hash index.  Store this hash in `nnrss-group-data'.
17649         (nnrss-read-group-data): Update accordingly.
17650
17651 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17652
17653         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17654         entry.
17655
17656         * gnus-sum.el (gnus-summary-make-menu-bar):
17657         Add gnus-article-browse-html-article.
17658
17659 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17660
17661         * gnus-sum.el (gnus-summary-mime-map):
17662         Add gnus-article-browse-html-article.
17663
17664         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17665
17666 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17667
17668         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17669         suitable coding systems in customize.
17670
17671 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * mail-source.el (mail-sources): Fix custom type.
17674
17675 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17676
17677         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17678         (gnus-summary-expire-articles-now): Shorten prompt.
17679
17680         * gmm-utils.el (wid-edit): Require.
17681         (defun-gmm): Rename from `gmm-defun-compat'.
17682         (gmm-image-search-load-path): Use it.
17683         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17684
17685 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * gnus-sum.el (gnus-summary-save-article-coding-system):
17688         New variable.
17689         (gnus-summary-save-article): Add optional `decode' argument.
17690         If it is set and gnus-summary-save-article-coding-system is non-nil,
17691         save decoded article.
17692         (gnus-summary-write-article-file): Save decoded article if
17693         gnus-summary-save-article-coding-system is non-nil.
17694
17695         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17696         type.
17697
17698 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17701
17702 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17705         first to test gnus-single-article-buffer which may be buffer-local.
17706
17707         * gnus-sum.el (gnus-summary-setup-buffer):
17708         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17709         group; make gnus-article-buffer, gnus-article-current, and
17710         gnus-original-article-buffer always buffer-local.
17711         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17712         group.
17713         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17714
17715 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17716
17717         * nnml.el (nnml-request-compact-group): Compressed files might not
17718         have .gz extension.
17719
17720 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17721
17722         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17723         (mm-copy-to-buffer): Use with-current-buffer.
17724         (mm-display-part): Simplify.
17725         (mm-inlinable-p): Add optional arg `type'.
17726
17727 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17728
17729         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17730         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17731         Try harder to show the attachment internally or externally using
17732         gnus-mime-view-part-as-type.
17733
17734 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * message.el (message-from-style, message-signature-separator)
17737         (message-user-organization-file, message-send-mail-function)
17738         (message-citation-line-function, message-yank-prefix)
17739         (message-indent-citation-function, message-signature)
17740         (message-signature-file, message-signature-insert-empty-line):
17741         Remove autoloads.
17742
17743         * gnus-art.el (gnus-buttonized-mime-types):
17744         Remove "multipart/signed".  Revert 2006-04-26 change.
17745
17746 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17747
17748         * gnus.el (gnus-version-number): Bump version.
17749
17750 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17751
17752         * gnus.el: No Gnus v0.5 is released.
17753
17754 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17755
17756         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17757         fetching articles by message-id.
17758
17759 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17760
17761         * message.el (hashcash): Require hashcash as normal.
17762
17763         * ecomplete.el (ecomplete-highlight-match-line):
17764         Use point-at-eol.
17765         (ecomplete-highlight-match-line): Use `highlight', because that
17766         face exists in both Emacs and XEmacs.
17767
17768         * message.el (message-display-abbrev): Use point-at-bol.
17769
17770         * mail-source.el: Don't require timer/timer-funcs.
17771
17772         * gnus-async.el: Ditto.
17773
17774         * password.el: Ditto.
17775
17776         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17777
17778         * mm-url.el: Ditto.
17779
17780         * gnus-xmas.el: Don't require timer-funcs.
17781
17782         * mm-util.el: Require timer/timer-funcs.
17783
17784 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17785
17786         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17787         Close.
17788
17789 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17790
17791         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17792         unibyte after clear-decrypt function runs.
17793
17794         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17795         returns as a unibyte string.
17796
17797 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * lpath.el: Revert.
17800
17801         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17802         (pgg-gpg-process-sentinel): Revert.
17803
17804         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17805         (pgg-pgp-lookup-key): Revert.
17806
17807         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17808         (pgg-pgp5-lookup-key): Revert.
17809
17810         * pgg.el (pgg-fetch-key): Revert.
17811
17812 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * lpath.el: Fbind string-as-multibyte for XEmacs.
17815
17816         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17817         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17818         (mml1991-pgg-encrypt): Ditto.
17819
17820         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17821         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17822         a multibyte buffer.
17823
17824         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17825         (pgg-pgp-lookup-key): Ditto.
17826
17827         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17828         (pgg-pgp5-lookup-key): Ditto.
17829
17830         * pgg.el (pgg-fetch-key): Ditto.
17831
17832 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17833
17834         * message.el (message-user-organization-file): Check several
17835         locations of the organization file.
17836
17837         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17838         Add gnus-article-view-part-as-type.
17839
17840         * gnus-art.el (gnus-article-view-part-as-type): New function.
17841
17842         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17843         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17844
17845         * mml.el: Simplify autoload.
17846         (mml-mode): defvar dnd-protocol-alist instead of using
17847         symbol-value.
17848         (mml-default-directory): New variable.
17849         (mml-minibuffer-read-file): Use it.
17850         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17851
17852         * message.el (message-citation-line-format): New variable.
17853         (message-insert-formated-citation-line): New function.
17854         (message-citation-line-function):
17855         Add `message-insert-formated-citation-line' to custom type.
17856
17857         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17858         to doc string.
17859
17860         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17861         depending on mm-verify-option.
17862
17863 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17866         binding pgg-* variables; reimplement the section which prevents
17867         MIME header from being signed.
17868         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17869         pgg-text-mode; remove a blank line at the top of body.
17870
17871         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17872         lines at the top of body; use gnus-newsgroup-charset if there's no
17873         Charset header.
17874
17875 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * message.el (message-self-insert-commands): Doc fix.
17878
17879         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17880         (mm-uu-pgp-encrypted-test): Ditto.
17881         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17882         between header and body; return application/pgp-encrypted handle
17883         if decryption failed; decode decrypted body by charset.
17884
17885         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17886         element match to application/pgp-*.
17887
17888 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17889
17890         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17891         HTML.
17892
17893 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17894
17895         * mail-source.el (mail-source-call-script): Message the error
17896         string.
17897
17898 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17899
17900         * gnus-util.el (gnus-byte-compile): Use it.
17901
17902 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17903
17904         * gnus-util.el (kill-empty-logs): New function.
17905
17906 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17907
17908         * message.el (message-mail-alias-type): Doc fix.
17909         (message-mail-alias-type-p): New function.
17910         (message-send): Use it.
17911         (message-mode): Ditto.
17912         (message-strip-forbidden-properties): Ditto.
17913
17914         * ecomplete.el (ecomplete-database-file-coding-system):
17915         New variable.
17916         (ecomplete-save): Use it.
17917         (ecomplete-setup): Use it.
17918
17919 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * message.el (message-self-insert-commands): New variable.
17922         (message-strip-forbidden-properties): Use it.
17923
17924 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17925
17926         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17927         that doesn't make XEmacs choke.
17928
17929 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17930
17931         * gnus-util.el (gnus-replace-in-string):
17932         Prefer replace-regexp-in-string over of replace-in-string.
17933
17934 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * gnus-util.el (gnus-select-frame-set-input-focus):
17937         Use select-frame-set-input-focus if it is available in XEmacs; use
17938         definition defined in Emacs 22 for old Emacsen.
17939
17940         * dgnushack.el: Autoload unmorse-region for XEmacs.
17941
17942         * lpath.el: Bind cursor-in-non-selected-windows and
17943         select-frame-set-input-focus for XEmacs.
17944
17945 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17946
17947         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17948
17949 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17950
17951         * gnus-registry.el (gnus-registry-cache-save): Remove text
17952         properties when saving via the temp buffer.
17953
17954 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17955
17956         * message.el (message-generate-hashcash): Honor custom type.
17957
17958 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17959
17960         * message.el (message-generate-hashcash): Default to non-nil when
17961         hashcash is found.
17962
17963         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17964         (gnus-refer-thread-limit): Increase default to 500.
17965
17966         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17967
17968         * flow-fill.el (fill-flowed): Allow delete-space.
17969
17970 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17971
17972         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17973         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17974         Remove autoloads.
17975
17976 2006-04-18  Simon Josefsson  <jas@extundo.com>
17977
17978         * message.el (message-generate-hashcash): Default to.
17979
17980 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17983         concatenating segments rather than before concatenating them.
17984
17985 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17986
17987         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17988
17989 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17990
17991         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17992
17993         * message.el (message-forward-make-body-plain):
17994         Allow message-forward-ignored-headers to be a list.
17995         (message-remove-ignored-headers): Factor out into function.
17996         (message-forward-make-body-mml): Use it.
17997
17998         * imap.el (imap-quote-specials): New function.
17999         (imap-login-auth): Quote specials.
18000
18001         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18002         (rfc2231-parse-string): Allow concatanation of parameters that
18003         aren't contiguous.  The test case is
18004           (mail-header-parse-content-type "message/external-body;
18005             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18006             access-type=LOCAL-FILE;
18007             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18008
18009 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18010
18011         * nntp.el (nntp-accept-process-output): Return the value of
18012         `nnheader-accept-process-output'.
18013
18014 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18015
18016         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18017         (gnus-button-alist): Recognize more diff formats.
18018         (gnus-button-patch): Strip directory.
18019
18020 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18021
18022         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18023         Emacs 22 when setting focus.
18024
18025 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18026
18027         * gnus-art.el (gnus-article-treat-types): Do treatment of
18028         text/x-verbatim parts.
18029         (gnus-button-patch): New command.
18030
18031         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18032         addresses that contain invalid characters.
18033
18034 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035
18036         * message.el (message-put-addresses-in-ecomplete):
18037         Use gnus-replace-in-string.
18038         (message-is-yours-p): Use the more correct
18039         mail-header-parse-address instead of
18040         mail-extract-address-components.
18041         (message-put-addresses-in-ecomplete): Fix typo.
18042
18043         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18044         keystroke.
18045
18046         * gnus-art.el (gnus-treatment-function-alist): Change order of
18047         newsgroups/generic header folding to avoid double-folding.
18048
18049         * message.el (message-hidden-headers): Add X-Draft-From.
18050
18051         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18052         New command.
18053         (gnus-summary-repeat-search-article-backward): New command.
18054
18055         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18056         groups in the parent topic.
18057
18058 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18059
18060         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18061         (spam-extra-header-to-number): Return the CRM114 number as a
18062         number instead of a string.
18063
18064 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18065
18066         * gnus-art.el (gnus-face-properties-alist): Move here from
18067         gnus-fun.
18068
18069         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18070
18071 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18072
18073         * message.el (message-strip-forbidden-properties): Only display on
18074         self-insert-command.
18075
18076         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18077         reindent.
18078         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18079
18080 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18081
18082         * smiley.el (smiley-style): Fix typo.
18083
18084 2006-03-23  Kenichi Handa  <handa@m17n.org>
18085
18086         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18087         instead of set-buffer-multibyte.
18088
18089 2006-03-23  Kenichi Handa  <handa@m17n.org>
18090
18091         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18092         buffer and then decode the buffer text if necessary.
18093         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18094         first, and after mm-encode-body, change the buffer to unibyte.
18095
18096 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18097
18098         * hashcash.el (hashcash-insert-payment-async-2):
18099         Use message-goto-eoh instead of doing it manually.
18100         (mail-add-payment): Use message-narrow-to-header instead of trying
18101         to do the same itself.
18102
18103         * message.el (message-hidden-headers): Add Face.
18104
18105         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18106         reparenting code.
18107         (gnus-summary-reparent-children): Refactored out code.
18108         (gnus-summary-thread-map): New keystroke.
18109         (gnus-summary-reparent-children): Make into command.
18110
18111         * smiley.el (smiley-style): Default to `medium' if using a large
18112         font.
18113
18114         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18115         does it itself.
18116
18117         * message.el (message-point-in-header-p): Simplify definition.
18118
18119 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18120
18121         * nnagent.el (nnagent-request-set-mark): Silence log file
18122         writing.
18123         (nnagent-request-set-mark): Use write-region instead of
18124         append-to-file.
18125
18126         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18127         strange select method.
18128
18129         * ecomplete.el (ecomplete-display-matches): Get highlightling
18130         right.
18131         (ecomplete-display-matches): Use literals.
18132         (ecomplete-display-matches): Disable message logging.
18133
18134         * message.el (message-display-abbrev): Small optimization.
18135
18136         * ecomplete.el (ecomplete-display-matches): Allow automatic
18137         display.
18138
18139         * message.el (message-strip-forbidden-properties):
18140         Display abbrevs.
18141         (message-display-abbrev): Get automatic display right.
18142
18143         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18144         keystrokes.
18145
18146 2006-04-13  Romain Francoise  <romain@orebokech.com>
18147
18148         TODO: Backport to v5-10!
18149
18150         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18151         Move here (and rename) from gnus-registry.el.
18152
18153         * gnus-registry.el: Require gnus-util.
18154         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18155
18156 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18157
18158         * gnus-group.el (gnus-group-catchup-current):
18159         Change if-then-else-if-then-else into cond.
18160         (gnus-group-catchup): Indent.
18161         (group-name-at-point): New function.
18162         (gnus-fetch-group): Provide default from thing at point.
18163
18164 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18165
18166         * message.el (message-display-abbrev): Fix regexp.
18167
18168         * ecomplete.el (ecomplete-highlight-match-line):
18169         Reimplement choosing.
18170         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18171         dead variables.
18172
18173         * message.el (message-newline-and-indent): Remove debugging.
18174         (message-display-abbrev): Use new implementation.
18175
18176 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18177
18178         * gnus-art.el (gnus-article-mode):
18179         Set cursor-in-non-selected-windows to nil.
18180
18181         * smiley.el: Revert previous change.
18182         (smiley-data-directory): defvar it before using it in the
18183         defcustom of `smiley-style'.
18184
18185 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18186
18187         * message.el (message-newline-and-indent): New function.
18188
18189         * ecomplete.el: Implement more bits.
18190
18191         * message.el (message-put-addresses-in-ecomplete): Clean up the
18192         string.
18193
18194         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18195
18196         * gnus-sum.el (gnus-summary-save-parts):
18197         Bind gnus-summary-save-parts-counter and use it to make unique file
18198         names.
18199
18200         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18201
18202         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18203         parameter to say whether to actually parse the individual
18204         addresses.
18205
18206         * message.el (message-put-addresses-in-ecomplete): New function.
18207         (ecomplete): Require.
18208         (message-mail-alias-type): Add ecomplete as an option.
18209
18210 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18211
18212         * flow-fill.el (fill-flowed): Remove trailing space from blank
18213         quoted lines.
18214
18215 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18216
18217         * smiley.el (smiley-style): Move definition later to avoid a
18218         compilation warning.
18219
18220 2006-04-12  Kenichi Handa  <handa@m17n.org>
18221
18222         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18223         buffer and then decode the buffer text if necessary.
18224         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18225         first, and after mm-encode-body, change the buffer to unibyte.
18226         Use mm-disable-multibyte instead of set-buffer-multibyte.
18227
18228 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18231         Content-Type header instead of Content-Disposition header.
18232         (gnus-mime-inline-part): Ditto.
18233         (gnus-mime-view-part-as-charset): Ignore charset that the part
18234         specifies.
18235
18236         * mm-decode.el (mm-display-part): Work with external parts and
18237         usual parts similarly.
18238
18239         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18240         instead of gnus-display-mime.
18241
18242         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18243         instead of with-temp-buffer.
18244
18245         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18246         tag to summarized topics part in order to encode non-ASCII text.
18247
18248 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18249
18250         * smiley.el (smiley-style): New variable.
18251         (smiley-directory): New function.
18252         (smiley-data-directory): Derive from `smiley-style' using
18253         `smiley-directory'.
18254         (smiley-regexp-alist): Add new entries.
18255
18256         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18257         (gnus-article-browse-delete-temp): Add :version.
18258
18259 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18260
18261         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18262         the sieve region.
18263
18264 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18265
18266         * gnus.el (gnus-version-number): Bump version.
18267
18268 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * gnus.el: No Gnus v0.4 is released.
18271
18272 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18273
18274         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18275         layout.
18276
18277         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18278         unknown charset.
18279
18280         * message.el (message-header-synonyms): Add Original-To to the
18281         default.
18282
18283         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18284         optional parameter.
18285
18286 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18287
18288         * gnus-fun.el (gnus): Require it for gnus-directory.
18289
18290 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18293
18294 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18295
18296         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18297
18298 2006-04-05  Simon Josefsson  <jas@extundo.com>
18299
18300         * password.el (password-reset): New function.
18301
18302 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18303
18304         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18305         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18306
18307 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18308
18309         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18310         Some whitespace was matched into the url, which broke browsing hits
18311         > 100 when mm-url-use-external was nil.
18312
18313 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18314
18315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18316         Check gnus-extra-headers for 'Newsgroups.
18317
18318         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18319         bound.
18320
18321 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18322
18323         * pgg-gpg.el: Clean up process buffers every time gpg processes
18324         complete.
18325
18326 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18327
18328         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18329         doc string.
18330
18331 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18332
18333         * pgg-gpg.el (pgg-gpg-process-filter)
18334         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18335
18336         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18337         lines, temporary fix.
18338
18339 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18340
18341         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18342
18343 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18344
18345         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18346         default-enable-multibyte-characters.  This reverts the change from
18347         revision 6.17 which is no longer necessary because the passphrase
18348         is sent separately now.  GnuPG messages are unreadable under
18349         multibyte locales with default-enable-multibyte-characters set to
18350         nil.
18351
18352 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18353
18354         * message.el (message-tool-bar-gnome): Move "spell".
18355
18356 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18357
18358         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18359         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18360         instead.
18361
18362 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18363
18364         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18365         Improve newsgroups handling for NNTP overviews which don't include
18366         Newsgroups.
18367
18368 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18369
18370         * message.el (message-resend): Bind message-generate-hashcash to nil.
18371
18372 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18373
18374         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18375         when searching for already-paid recipients.
18376
18377 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18378
18379         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18380         passphrases when it is not needed.
18381         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18382         passphrase stuff from gpg, should only be necessary when you use
18383         gpg with a smartcard.
18384
18385 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * mml.el (mml-insert-mime): Ignore cached contents of
18388         message/external-body part.
18389
18390         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18391         (mm-insert-part): Ditto.
18392
18393 2006-03-23  Simon Josefsson  <jas@extundo.com>
18394
18395         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18396         Reiner.
18397         (pgg-gpg-use-agent-p): Use it again.
18398
18399 2006-03-23  Simon Josefsson  <jas@extundo.com>
18400
18401         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18402         older emacsen.
18403         (pgg-gpg-use-agent-p): Don't use it.
18404
18405 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18406
18407         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18408         if we can.
18409
18410 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18411
18412         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18413         (pgg-gpg-update-agent): New function.
18414         (pgg-gpg-use-agent-p): New function.
18415         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18416         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18417         (pgg-gpg-sign-region): Use it.
18418
18419 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18422         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18423
18424 2006-03-21  Simon Josefsson  <jas@extundo.com>
18425
18426         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18427         <wilde@sha-bang.de>.
18428         (pgg-gpg-use-agent): New variable.
18429         (pgg-gpg-process-region): Use it.
18430         (pgg-gpg-encrypt-region): Likewise.
18431         (pgg-gpg-encrypt-symmetric-region): Likewise.
18432         (pgg-gpg-decrypt-region): Likewise.
18433         (pgg-gpg-sign-region): Likewise.
18434         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18435
18436 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18437
18438         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18439
18440         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18441         Add comment on version.
18442
18443 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18444
18445         * smiley.el: Add missing test smiley.
18446
18447 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * mm-decode.el (mm-with-part): New macro.
18450         (mm-get-part): Use it; work with message/external-body as well.
18451         (mm-save-part): Treat name and filename equally.
18452
18453         * mm-extern.el (mm-extern-cache-contents): New function.
18454         (mm-inline-external-body): Use it; force the part to be displayed;
18455         move undisplayer added to the cached handle to the parent.
18456
18457         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18458         (gnus-mime-view-part-as-type): Work with message/external-body.
18459
18460         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18461
18462 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18463
18464         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18465         images in image-load-path.  [Sync with image.el, revision 1.60, in
18466         Emacs.]
18467
18468 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18469
18470         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18471         path rather than symbol.  Always return list of directories.
18472         Guarantee that image directory comes first.  [Sync with image.el,
18473         revision 1.59, in Emacs.]
18474
18475         * message.el (message-make-tool-bar): Adjust to new API of
18476         `gmm-image-load-path-for-library'.
18477
18478         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18479
18480         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18481
18482 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18483
18484         * gnus-art.el (gnus-article-only-boring-p):
18485         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18486         intangible text.
18487         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18488
18489 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18490
18491         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18492         Use `defun' instead of `gmm-defun-compat'.
18493
18494 2006-03-14  Simon Josefsson  <jas@extundo.com>
18495
18496         * message.el (message-unique-id): Don't use message-number-base36
18497         if (user-uid) is a float.
18498         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18499
18500 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18503
18504         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18505         empty line between a part and a message part.
18506
18507 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * smiley.el: Add more test smileys.
18510         (smiley-data-directory, smiley-regexp-alist)
18511         (gnus-smiley-file-types): Fix doc strings.
18512         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18513         adding new elements.
18514         (smiley-mouse-map): Unused code.  Make it a comment.
18515
18516 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18519         scan latest NoCeM messages instead of old ones.
18520         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18521         delimiters that are recently used.
18522         (gnus-nocem-load-cache): Add autoload cookie.
18523
18524         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18525
18526         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18527         level which is larger than gnus-use-nocem is specified.
18528
18529         * gnus-group.el (gnus-group-get-new-news): Ditto.
18530
18531 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18532
18533         * gnus-util.el (gnus-tool-bar-update): New function.
18534
18535         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18536         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18537
18538         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18539
18540         * gnus-group.el (gnus-group-redraw-when-idle)
18541         (gnus-group-redraw-check): Remove.
18542         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18543
18544 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18545
18546         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18547         if optional last element is specified in splits (FIELD VALUE...).
18548
18549 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18552         to gmm-image-load-path-for-library.  Call with no-error argument.
18553         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18554
18555         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18556
18557         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18558
18559         * gmm-utils.el (gmm-image-load-path): Remove alias.
18560
18561 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18562
18563         * gmm-utils.el (gmm-image-load-path): Add alias.
18564
18565         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18566         nnml-generate-nov-databases-1.
18567         (nnml-generate-nov-databases): Use it.
18568         (nnml-generate-nov-databases-directory): Document no-active
18569         argument.
18570
18571         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18572         directory if path is t.  Add no-error.
18573
18574         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18575         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18576
18577         * gnus-art.el (gnus-article-browse-delete-temp-files):
18578         Simplify resetting gnus-article-browse-html-temp-list.
18579
18580         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18581         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18582         Add example to docstring.  Rename local variables.  Move error
18583         checks to default case in cond and simplify.
18584
18585 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18588         handle is multipart when calling it recursively.
18589         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18590
18591 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18592
18593         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18594         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18595
18596 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18599         is loaded.
18600
18601         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18602         loaded.
18603
18604 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18605
18606         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18607         to "Emacs 23 (unicode)" in doc string.
18608
18609         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18610         "Emacs 23 (unicode)" in comment.
18611
18612 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18615
18616         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18617         characters 160 through 255 in Emacs 23.
18618
18619 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18622         gnus-article-browse-html-temp.
18623         (gnus-article-browse-delete-temp): Make it customizable.
18624         Add `file'.  Adjust doc string.
18625         (gnus-article-browse-delete-temp-files): Add argument.
18626         Allow query for each file.  Adjust doc string.
18627         (gnus-article-browse-html-parts):
18628         Add `gnus-article-browse-delete-temp-files' to
18629         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18630
18631 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18632
18633         * gnus-art.el (gnus-article-browse-html-temp)
18634         (gnus-article-browse-delete-temp): New variables.
18635         (gnus-article-browse-delete-temp-files): New function.
18636         (gnus-article-browse-html-parts): Use it.
18637
18638 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18639
18640         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18641
18642         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18643         string.
18644
18645         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18646         gnus-summary-insert-new-articles when unplugged.
18647         Remove gnus-summary-search-article-forward.
18648
18649         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18650         display-visual-class instead of display-color-cells.
18651
18652 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * dgnushack.el: Autoload customize-group for XEmacs.
18655
18656         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18657         message/* containing non-ASCII text properly.
18658
18659 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18660
18661         * message.el: Require gmm-utils, remove autoloads.
18662         (message-tool-bar): Set default based on
18663         gmm-tool-bar-style.
18664         (message-tool-bar-gnome): Add gmm-customize-mode.
18665
18666         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18667         gmm-tool-bar-style.
18668         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18669
18670         * gnus-group.el (gnus-group-tool-bar): Set default based on
18671         gmm-tool-bar-style.
18672         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18673
18674         * gmm-utils.el (gmm-image-directory): Rename variable from
18675         gmm-image-load-path.
18676         (gmm-image-load-path): Use gmm-image-directory.
18677         (gmm-customize-mode): New function.
18678         (gmm-tool-bar-style): New variable.
18679
18680         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18681         gnus-group-redraw-line-number.
18682         (gnus-group-redraw-check): Simplify.
18683         (gnus-group-tool-bar-update): Remove redraw check.
18684         (gnus-group-make-tool-bar): Add redraw check.
18685
18686 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18687
18688         * gnus-art.el (gnus-button): Add missing parentheses.
18689
18690 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * lpath.el: Fbind line-number-at-pos.
18693
18694 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18697
18698 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-art.el (gnus-button): New face.
18701         (gnus-article-button-face): Use it.
18702
18703         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18704         Add gnus-summary-next-page.  Re-order.
18705
18706         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18707         next-node are now included.
18708         (gnus-group-redraw-line-number): New internal variable.
18709         (gnus-group-redraw-check): Helper function for updating the tool
18710         bar.
18711         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18712
18713         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18714
18715         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18716         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18717         Use it to match format of Spamassassin 3.0 and later.
18718         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18719         (spam-check-bogofilter)
18720         (spam-bogofilter-register-with-bogofilter): Fix args of
18721         `gnus-error' calls.
18722
18723 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18724
18725         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18726         unnecessary interaction when sending queued mails.
18727         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18728
18729 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18732         first or last are nil.
18733
18734 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18735
18736         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18737
18738 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18739
18740         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18741
18742 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18743
18744         * dns.el (query-dns): Protect more against buggy tcp output.
18745
18746 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18747
18748         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18749         nov.php.
18750
18751 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18752
18753         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18754         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18755         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18756         output on the server side.
18757         (nnweb-google-create-mapping): Update regexps and add some
18758         progress indication.
18759
18760 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * gnus-group.el (gnus-group-tool-bar-gnome):
18763         Fix gnus-agent-toggle-plugged.  Re-order icons.
18764         (gnus-group-tool-bar-gnome):
18765         Add gnus-group-{prev,next}-unread-group.
18766         (gnus-group-tool-bar-gnome): Re-order icons.
18767
18768         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18769         Move gnus-summary-insert-new-articles.
18770
18771         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18772         Fix comments.
18773
18774         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18775         also available in Emacs 21.3.
18776
18777         * message.el (message-fix-before-sending): Change "Emacs 22" to
18778         "Emacs 23 (unicode)" in comment.
18779
18780         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18781         "Emacs 23 (unicode)" in comment.
18782
18783         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18784         comment.
18785         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18786
18787         * mm-view.el (mm-fill-flowed): Add :version.
18788
18789 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18792         and load-path.
18793
18794 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18795
18796         * message.el: Autoload gmm-image-load-path.
18797         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18798         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18799         consitency.
18800
18801         * gmm-utils.el (gmm-image-load-path): Also search in
18802         "../etc/images".  Don't set gmm-image-load-path if we don't find
18803         the image.
18804
18805 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * gmm-utils.el (gmm-image-load-path): Don't make
18808         `gmm-image-load-path' include subdirectories which the second arg
18809         `image' might specify.
18810
18811         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18812         subdirectory to icon file names.
18813
18814         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18815
18816 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18817
18818         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18819         gmm-image-load-path calls.
18820
18821         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18822
18823         * message.el (message-make-tool-bar): Ditto.
18824
18825         * mml.el (mml-preview): Add comment concerning tool bar icons.
18826
18827         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18828         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18829
18830         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18831         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18832
18833         * message.el (message-tool-bar-gnome): Use new icon names.
18834         (message-make-tool-bar): Use `gmm-image-load-path'.
18835
18836         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18837         New functions from MH-E.
18838         (gmm-image-load-path): New variable from MH-E.
18839         (gmm-image-load-path): New function from MH-E.  Add arguments
18840         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18841         *-image-load-path-called-flag.
18842
18843 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18844
18845         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18846
18847 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18848
18849         * nnimap.el (nnimap-request-move-article): Change folder back to
18850         source group before deleting.
18851
18852 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18853
18854         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18855
18856         * gnus-art.el (mm-url-insert-file-contents-external):
18857         Autoload mm-url.
18858
18859         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18860
18861 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18864         coding system which mm-charset-to-coding-system returns for a
18865         given charset is valid.
18866
18867 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18868
18869         * html2text.el (html2text-remove-tag-list):
18870         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18871
18872 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18873
18874         * gnus-cus.el: Revert 2005-10-17 change.
18875
18876 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * gnus-art.el (article-strip-banner):
18879         Call article-really-strip-banner only when the regexp match is made.
18880
18881 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18882
18883         * gnus-art.el (article-strip-banner):
18884         Use gnus-extract-address-components instead of
18885         mail-header-parse-addresses to make it work with non-ASCII text;
18886         remove mail-encode-encoded-word-string.
18887
18888         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18889         values which are surrounded with \"...\"; make it never cause a
18890         Lisp error; give up parsing of parameters if it failed in
18891         extracting type.
18892
18893 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18894
18895         * smime.el (smime-cert-by-ldap-1): Fix bug where
18896         `smime-ldap-search' returns results without userCertificates.
18897
18898 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18899
18900         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18901
18902 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18903
18904         * spam.el (spam-check-spamassassin-headers): Adapt format for
18905         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18906         <ari@mbf.ocn.ne.jp>.
18907         (spam-list-of-processors): Add spam-use-gmane.
18908
18909 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18912         make-temp-file; make it work with XEmacs as well.
18913
18914         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18915         mm-make-temp-file.
18916
18917         * mm-decode.el (mm-display-external): Use the 3rd arg of
18918         mm-make-temp-file.
18919         (mm-create-image-xemacs): Ditto.
18920
18921 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18924         with message-narrow-to-headers.
18925         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18926         (gnus-draft-check-draft-articles): New function.
18927         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18928
18929 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * gnus-art.el (gnus-article-browse-html-parts):
18932         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18933         Don't use suffix argument for mm-make-temp-file for Emacs 21
18934         compatibility.  Remove useless `format'.
18935
18936 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18937
18938         * nnweb.el (nnweb-google-wash-article): Update regexps.
18939         (nnweb-group-alist): Use defvoo instead of defvar.
18940
18941 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18942
18943         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18944         re-loading nn* modules.
18945
18946 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18947
18948         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18949         for `tool-bar-mode' and don't check it's default-value.
18950
18951         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18952
18953         * message.el (message-make-tool-bar): Ditto.
18954
18955         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18956         `substring'.  Shorten tmp-file name.
18957
18958         * gnus.el: Remove bogus comment.
18959
18960 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18961
18962         * gnus-art.el (gnus-article-browse-html-parts): New function.
18963         (gnus-article-browse-html-article): New function for viewing html
18964         articles with a browser.
18965
18966 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18967
18968         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18969         in elisp.
18970         (pgg-gpg-encrypt-symmetric-region): Ditto.
18971         (pgg-gpg-sign-region): Ditto.
18972
18973         * pgg-def.el (pgg-text-mode): New variable.
18974
18975         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18976         (mml2015-pgg-encrypt): Ditto.
18977
18978         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18979         (mml1991-pgg-encrypt): Ditto.
18980
18981 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * nnfolder.el (nnfolder-insert-newsgroup-line):
18984         Use message-make-date instead of current-time-string.
18985
18986         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18987         to gnus-decoded which mm-uu might set.
18988
18989 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18992         don't decode quoted parameters; remove misimported Emacs code.
18993         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18994         (rfc2231-decode-encoded-string): Don't use split-string which
18995         behaves differently according to Emacs version; use
18996         mm-decode-coding-region to convert charset to coding-system.
18997         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18998         (rfc2231-encode-string): Remove misimported Emacs code.
18999
19000 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19003         when calling mail-header-parse-content-type.
19004         (article-de-quoted-unreadable): Ditto.
19005         (article-de-base64-unreadable): Ditto.
19006         (article-wash-html): Ditto.
19007
19008         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19009         calling mail-header-parse-content-type and
19010         mail-header-parse-content-disposition.
19011         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19012         mail-header-parse-content-type.
19013
19014         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19015         insert charset and format parameters; encode description after
19016         inserting it to buffer.
19017         (mml-insert-parameter): Fold lines properly even if a parameter is
19018         segmented into two or more lines; change the max column to 76.
19019
19020         * rfc1843.el (rfc1843-decode-article-body): Don't use
19021         ignore-errors when calling mail-header-parse-content-type.
19022
19023         * rfc2231.el (rfc2231-parse-string): Return at least type if
19024         possible; don't cause an error even if it fails in parsing of
19025         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19026         (rfc2231-encode-string): Don't break lines at the beginning, leave
19027         it to mml-insert-parameter.
19028
19029         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19030         calling mail-header-parse-content-type.
19031
19032 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19033
19034         * spam-report.el (spam-report-gmane-use-article-number):
19035         Improve doc string.
19036         (spam-report-gmane-internal): Check if a suitable header was found
19037         in the article.
19038
19039 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19042         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19043
19044 2006-02-05  Romain Francoise  <romain@orebokech.com>
19045
19046         Update copyright notices of all files in the gnus directory.
19047
19048 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19049
19050         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19051
19052 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19053
19054         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19055         segmented lines of parameter value to cope with Thunderbird 1.5
19056         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19057         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19058         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19059
19060 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19061
19062         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19063         parts.
19064
19065 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19066
19067         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19068         there's only one active file for all servers.
19069         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19070         solid groups.  Gnus might have used a FAST request to select the group.
19071         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19072         and nnweb-search redundantly in the active file.
19073         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19074         (nnweb-request-create-group): Don't use ARGS.
19075         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19076         initializations.  Let nnoo do the work.
19077
19078 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19081         Say the part has been decoded.
19082
19083         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19084
19085 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19086
19087         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19088         mailcap-viewer-test-cache when there's no 'test clause, since that
19089         will invert the meaning of a "nil" test previously determined by
19090         mailcap-mailcap-entry-passes-test.
19091
19092 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19095         compiling.
19096
19097         * gnus-sum.el: Ditto.
19098
19099         * message.el: Don't bind tool-bar-map when compiling.
19100
19101 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19102
19103         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19104
19105 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19106
19107         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19108         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19109         current Google Groups.
19110
19111 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19112
19113         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19114         and tool-bar-mode.
19115
19116         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19117         and tool-bar-mode.
19118
19119         * message.el (message-tool-bar-update): Simplify.
19120         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19121
19122         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19123         gnus-summary-buffer.
19124         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19125         gnus-summary-reply.
19126
19127         * gmm-utils.el (gmm): Add :version.
19128
19129 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * Makefile.in (clean): New rule.
19132         (distclean): Use it.
19133
19134 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19135
19136         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19137         Don't autoload.
19138
19139 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gmm-utils.el (gmm-verbose): Add :group.
19142
19143 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19144
19145         * message.el: Change some comments WRT tool-bars.
19146
19147         * gnus-sum.el (gnus-summary-tool-bar)
19148         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19149         (gnus-summary-tool-bar-zap-list): New variables.
19150         (gnus-summary-make-tool-bar): Complete rewrite using
19151         `gmm-tool-bar-from-list'.
19152
19153         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19154         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19155         New variables.
19156         (gnus-group-make-tool-bar): Complete rewrite using
19157         `gmm-tool-bar-from-list'.
19158         (gnus-group-tool-bar-update): New function.
19159
19160         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19161
19162 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19165         is dissected into a single part of which the type is the same as
19166         the given one; decode charset.
19167
19168 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19169
19170         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19171         into alists as symbol not string, since that's what
19172         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19173         look for.
19174
19175 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19176
19177         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19178         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19179
19180         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19181
19182 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19185         (gnus-xmas-mime-security-button-menu): New function.
19186
19187         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19188         (gnus-mime-security-button-menu): New definition.
19189         (gnus-mime-security-button-map): Use them.
19190         (gnus-mime-security-button-menu): New function.
19191         (gnus-insert-mime-security-button): Addition to help echo.
19192         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19193         (gnus-mime-security-pipe-part): New functions.
19194
19195         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19196         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19197
19198         * mm-decode.el (mm-handle-set-disposition): Remove.
19199         (mm-handle-set-description): Remove.
19200
19201 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19204         (mm-w3m-standalone-supports-m17n-p): New function.
19205         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19206         w3m usage.
19207
19208         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19209         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19210
19211 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19212
19213         * message.el (message-tool-bar-zap-list):
19214         Use gmm-tool-bar-zap-list as custom type.
19215         (message-tool-bar-update): New function.
19216         (message-tool-bar, message-tool-bar-gnome)
19217         (message-tool-bar-retro): Add message-tool-bar-update.
19218         (message-tool-bar-gnome): Add flyspell-buffer.
19219
19220         * gnus-util.el (gnus-error): Describe `args'.
19221
19222         * gmm-utils.el (gmm-error): Describe `args'.
19223         (gmm-tool-bar-zap-list): New widget.
19224         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19225
19226 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19229         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19230         the number of recursive calls.
19231
19232         * mm-decode.el (mm-handle-set-disposition): New macro.
19233         (mm-handle-set-description): New macro.
19234
19235 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19238         encoding.
19239
19240 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19241
19242         * message.el (message-tool-bar-zap-list, message-tool-bar)
19243         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19244         (message-tool-bar-local-item-from-menu): Remove.
19245         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19246         (message-make-tool-bar): New function.
19247         (message-mode): Use `message-make-tool-bar'.
19248
19249         * gmm-utils.el: New file.
19250         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19251         (gmm-lazy): New widget copied from `nnmail.el'.
19252         (gmm-tool-bar-from-list): New function for creating customizable
19253         tool bars.
19254         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19255         output.
19256         (gmm): Add :prefix to defgroup.
19257
19258 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19259
19260         * gmm-utils.el (gmm-widget-p): New function.
19261
19262 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * mml.el (mml-attach-file): Describe `description' in doc string.
19265         (mml-menu): Add Emacs MIME manual and PGG manual.
19266
19267 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19268
19269         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19270
19271 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19272
19273         * nntp.el (nntp-end-of-line): Doc fix.
19274
19275 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19276
19277         * imap.el (imap-open): Handle case where buffer is a buffer
19278         object.
19279
19280 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19281
19282         * gnus-delay.el (gnus-delay): Don't autoload.
19283         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19284         to be re-loaded when customizing the `gnus-delay' group.
19285
19286 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19287
19288         * message.el (message-insert-citation-line): Use newlines.
19289
19290 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19291
19292         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19293         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19294         these routines, so the passphrase can be managed externally and
19295         passed in to the system.
19296         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19297         pgg-add-passphrase-to-cache function.
19298
19299         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19300         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19301         these routines, so the passphrase can be managed externally and
19302         passed in to the system.
19303         (pgg-pgp5-sign-region): Use new name of
19304         pgg-add-passphrase-to-cache function.
19305
19306 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19307
19308         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19309         part of the decoded armor to find the key-identifier.
19310         (pgg-gpg-lookup-key-owner): New function to return the
19311         human-readable identifier of a key owner.
19312         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19313         itself.
19314         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19315         the key value) if we have a key and can match it against a secret
19316         key.  Also, added a note pointing out fact that the prompt only
19317         indicates the first matching key.
19318
19319         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19320         pgg-decrypt-region.
19321         (pgg-add-passphrase-to-cache): Rename from
19322         `pgg-add-passphrase-cache' to reduce confusion (all callers
19323         changed).
19324         (pgg-remove-passphrase-from-cache): Rename from
19325         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19326         changed).
19327         (pgg-read-passphrase, pgg-add-passphrase-cache)
19328         (pgg-remove-passphrase-cache): Add informative docstrings.
19329         (pgg-decrypt): Convey provided passphrase in subordinate call to
19330         pgg-decrypt-region.
19331
19332 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19333
19334         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19335         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19336         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19337         'passphrase' argument, so the passphrase can be managed externally
19338         and then passed in to the system.
19339
19340         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19341         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19342         so the passphrase cache can be used reliably with identifiers
19343         besides a pgp packet's key id.
19344
19345         * pgg-gpg.el (pgg-gpg-encrypt-region)
19346         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19347         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19348         these routines, so the passphrase can be managed externally and
19349         passed in to the system.
19350
19351         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19352         'notruncate' argument, so the passphrase cache can be used
19353         reliably with identifiers besides a pgp packet's key id.
19354
19355 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19356
19357         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19358         symmetric encryption.
19359         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19360         encrypted session key.
19361         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19362         message ask for the passphrase in a proper way.
19363
19364         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19365         New user commands for symmetric encryption.
19366
19367 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19368
19369         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19370
19371         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19372
19373 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19374
19375         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19376
19377 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * mm-decode.el (mm-inlined-types): Add application/pgp.
19380         (mm-automatic-display): Ditto.
19381
19382         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19383         part as text.
19384
19385 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * nnrss.el: Update copyright.
19388         (nnrss-opml-import): Query whether to subscribe to each entry.
19389
19390         * gnus-art.el:
19391         * gnus-sum.el:
19392         * gnus-xmas.el:
19393         * messagexmas.el:
19394         * mm-uu.el:
19395         * mm-view.el: Update copyright.
19396
19397 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19398
19399         * message.el (message-info): New function.
19400         (message-mode-menu): Add it.
19401         Update copyright.
19402
19403         * ChangeLog: Fix and update copyright.
19404
19405 2006-01-13  Romain Francoise  <romain@orebokech.com>
19406
19407         * message.el (message-forward-subject-name-subject): Prefer the
19408         address to 'nowhere' if the sender has no name.
19409         Fix typo.  Update copyright year.
19410
19411 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19412
19413         * gnus-art.el (article-wash-html):
19414         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19415         (gnus-article-wash-html-with-w3m-standalone): New function.
19416
19417         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19418         mm-inline-text-html-render-with-w3m-standalone.
19419         (mm-text-html-washer-alist): Map w3m-standalone to
19420         gnus-article-wash-html-with-w3m-standalone.
19421         (mm-inline-text-html-render-with-w3m-standalone): New function.
19422
19423 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19424
19425         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19426         Improve LaTeX.
19427
19428 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19429
19430         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19431         (nnrss-request-article): Render text/plain parts as HTML.
19432
19433         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19434         the buffer.
19435
19436 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19439         custom definition of `gnus-posting-styles'.
19440
19441         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19442         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19443
19444 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19445
19446         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19447         Use nntp for bug archive.
19448
19449 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19452         parts.
19453         (nnrss-normalize-date): New function converts ISO 8601 date into
19454         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19455         (nnrss-check-group): Use it.
19456
19457 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19460
19461         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19462         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19463         (nnrss-insert-w3): Ditto.
19464
19465 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19468         the articles to be forwarded including the case where neither a
19469         number of articles nor a region is specified.
19470
19471 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * nnrss.el (nnrss-request-article): Fix last change; fill
19474         text/plain parts.
19475
19476 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19477
19478         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19479         in text/plain part.
19480         (nnrss-check-group): Don't add excessive newline to dc:subject.
19481
19482 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19483
19484         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19485         article.
19486
19487 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19488
19489         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19490         (nnml-use-compressed-files, nnml-save-mail): Support other
19491         comression programs such as bzip2.
19492
19493 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19494
19495         * dns.el (query-dns): Make sure we check the buffer size before
19496         removing tcp headers.
19497
19498 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19499
19500         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19501         remove MIME buttons associated with multipart/alternative parts.
19502         (gnus-mime-display-alternative): Tag buttons using `article-type'
19503         text property.
19504
19505         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19506         associated with multipart/alternative parts.
19507
19508         * gnus-art.el (gnus-signature-separator): Fix custom type.
19509
19510         * mm-decode.el (mm-inlined-types): Fix custom type.
19511         (mm-keep-viewer-alive-types): Ditto.
19512         (mm-automatic-display): Ditto.
19513         (mm-attachment-override-types): Ditto.
19514         (mm-inline-override-types): Ditto.
19515         (mm-automatic-external-display): Ditto.
19516
19517 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19518
19519         * spam-report.el (spam-report-user-mail-address)
19520         (spam-report-user-agent): New variables.
19521         (spam-report-url-ping-plain): Use spam-report-user-agent.
19522
19523 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19524
19525         * gnus-art.el (gnus-button-handle-custom): Do not just use
19526         `customize-apropos' for any "M-x customize-*" button but the
19527         function called for.  Accept both the function name and its
19528         argument in order to achieve this.
19529         (gnus-button-alist): Remove support for "custom:" URL's.
19530         Pass function name to `gnus-button-handle-custom' in case of "M-x
19531         customize-*" buttons.
19532
19533 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19536         multipart/alternative and add xref to mm-discouraged-alternatives
19537         in doc string.
19538
19539         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19540         gnus-buttonized-mime-types in doc string.
19541
19542 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19543
19544         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19545         Suggest image/.* in the doc string.
19546
19547 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19548
19549         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19550         message-marks (Debian bug #342521).
19551
19552 2005-12-12  Simon Josefsson  <jas@extundo.com>
19553
19554         * password.el (password-read-from-cache): Add.
19555         (password-read): Use it.
19556
19557 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * rfc2047.el (rfc2047-charset-to-coding-system):
19560         Recognize us-ascii as a MIME charset.
19561
19562         * mm-bodies.el (mm-decode-content-transfer-encoding):
19563         Protect against the case where the 2nd arg TYPE is nil.
19564
19565 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19566
19567         * pop3.el (pop3-stream-type): Fix custom version.
19568
19569         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19570
19571 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19572
19573         * mm-decode.el (mm-display-external): Add missing cdr.
19574
19575 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19578         RFC1524) if it is in mailcap or add a suffix according to
19579         mailcap-mime-extensions when generating a temp filename; postpone
19580         deleting a temp file for 2 seconds for some wrappers, shell
19581         scripts, and so on, which might exit right after having started a
19582         viewer command as a background job.
19583
19584 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19585
19586         * nntp.el (nntp-marks-directory): Fix custom group.
19587
19588         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19589         steps when < 10.
19590
19591         * gnus-start.el (gnus-no-server-1):
19592         Mention `gnus-level-default-subscribed' in doc string.
19593
19594 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19595
19596         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19597         parens.
19598
19599 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * gnus-xmas.el (gnus-use-toolbar): Revert.
19602         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19603         gnus-use-toolbar is default.
19604
19605         * messagexmas.el (message-use-toolbar): Revert.
19606         (message-setup-toolbar): Use global default-toolbar if
19607         message-use-toolbar is default.
19608
19609 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19610
19611         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19612         according to default-toolbar-visible-p.
19613
19614         * messagexmas.el (message-use-toolbar): Ditto.
19615
19616 2005-11-26  Dave Love  <fx@gnu.org>
19617
19618         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19619         (tls-program, tls-success): Provide openssl alternative.
19620
19621         * starttls.el: Doc fixes.
19622         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19623         SERVICE to PORT.
19624
19625         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19626         port null or service name.
19627         (starttls-negotiate): Autoload.
19628
19629 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * message.el (message-kill-to-signature): Fix interactive spec.
19632
19633 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * pop3.el (pop3-open-server): Recognize a string as a service name.
19636
19637 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19638
19639         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19640
19641 2005-11-23  Dave Love  <fx@gnu.org>
19642
19643         Add pop3s, pop3/starttls.
19644
19645         * pop3.el (pop3-authentication-scheme): Clarify doc.
19646         (open-tls-stream, starttls-open-stream): Autoload.
19647         (pop3-stream-type): New.
19648         (pop3-open-server): Use it.
19649
19650         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19651         for POP.
19652         (mail-source-keyword-map): Add :stream for POP.
19653         (mail-source-fetch-pop): Use pop3-stream-type.
19654
19655 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19658         of current-time-string.
19659
19660 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19661
19662         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19663         date header.
19664
19665 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19666
19667         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19668         it can seriously impact performance as it bypasses the agent's
19669         local caches.
19670
19671 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19672
19673         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19674         must be explicitly online rather than "not explicitly offline" for
19675         its flags to be synchronized.
19676
19677         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19678         that gnus-uu-unmark-thread will function correctly.
19679
19680         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19681         1024K is instead displayed as 1M.
19682
19683 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19684
19685         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19686
19687 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19688
19689         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19690
19691 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19692
19693         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19694         error message to display actual error condition.
19695         (gnus-agent-save-local): Avoid saving symbols that are bound to
19696         nil as they simply result in a warning message in
19697         gnus-agent-read-local.
19698
19699 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19700
19701         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19702         rather than make-variable-buffer-local for file-precious-flag.
19703
19704 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19705
19706         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19707         for duplicates which are removed.  The invalid sort check then
19708         triggers a rescan after the sort as sorting may have moved
19709         duplicate entries such that they can be cheaply detected.
19710
19711 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19712
19713         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19714
19715 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19716
19717         * gnus-agent.el (gnus-agent-article-alist-save-format):
19718         Change internal variable to a custom variable.  Change default value
19719         from compressed(2) to uncompressed(1).
19720         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19721         support for uncompressed agentview files.  Taken together, reading
19722         the agentview file should now be 6-7 times faster.
19723
19724 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19725
19726         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19727         as a buffer-local variable.  This avoids creating truncated
19728         dribble files as a result of a hang up, eg.
19729
19730 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19731
19732         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19733         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19734         XEmacs.
19735
19736 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * gnus-start.el (gnus-start-draft-setup):
19739         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19740
19741         * gnus.el (gnus-splash): Change custom group.
19742         (gnus-group-get-parameter, gnus-group-parameter-value):
19743         Describe allow-list argument.
19744
19745         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19746         string.
19747
19748 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19749
19750         * gnus-art.el (gnus-default-article-saver): Add user-defined
19751         `function' to custom type.
19752
19753 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19754
19755         * imap.el (imap-open): Handle case where buffer is a buffer
19756         object.
19757
19758 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19759
19760         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19761         long lines.
19762         (gnus-cache-delete-group): Wrap doc strings.
19763
19764         * gnus-agent.el (gnus-agent-rename-group)
19765         (gnus-agent-delete-group): Wrap doc strings.
19766
19767 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19768
19769         * messagexmas.el (message-use-toolbar): Change the valid values
19770         into default, top, bottom, left, and right.
19771         (message-toolbar-thickness): New variable.
19772         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19773         well.
19774         (message-setup-toolbar): Make it work.
19775
19776         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19777         (gnus-use-toolbar): Change the valid values into default, top,
19778         bottom, left, and right.
19779         (gnus-toolbar-thickness): New variable.
19780         (gnus-xmas-setup-toolbar): New function.
19781         (gnus-xmas-setup-group-toolbar): Use it.
19782         (gnus-xmas-setup-summary-toolbar): Use it.
19783
19784 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19785
19786         * gnus-start.el (gnus-1): Add "native" to
19787         gnus-predefined-server-alist.
19788
19789         * gnus.el (gnus-method-to-server): Don't add "native" to the
19790         lists here, because that leads to problems when
19791         gnus-select-method is bound.
19792
19793 2005-11-09  Simon Josefsson  <jas@extundo.com>
19794
19795         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19796         use (not sort-by-date) instead.
19797
19798 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19799
19800         * gnus-delay.el (gnus-delay-group): Don't autoload.
19801         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19802         to be re-loaded when customizing the `gnus-delay' group.
19803
19804 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19805
19806         * message.el: Revert last changes.
19807         (message-insert-citation-line): Use newlines.
19808
19809 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19810
19811         * message.el (message-courtesy-message)
19812         (message-mark-insert-begin, message-mark-insert-end)
19813         (message-elide-ellipsis, message-cancel-message)
19814         (message-add-header, message-change-subject)
19815         (message-cross-post-followup-to-header)
19816         (message-cross-post-insert-note, message-reduce-to-to-cc)
19817         (message-widen-reply, message-delete-not-region)
19818         (message-kill-to-signature, message-insert-signature)
19819         (message-insert-importance-high, message-insert-importance-low)
19820         (message-insert-or-toggle-importance)
19821         (message-insert-disposition-notification-to)
19822         (message-indent-citation, message-yank-original)
19823         (message-cite-original-without-signature, message-cite-original)
19824         (message-insert-citation-line, message-position-on-field)
19825         (message-fix-before-sending, message-send-mail-partially)
19826         (message-send-mail, message-send-mail-with-sendmail)
19827         (message-send-mail-with-qmail, message-send-news)
19828         (message-check-news-header-syntax, message-generate-headers)
19829         (message-insert-courtesy-copy, message-fill-address)
19830         (message-fill-header, message-shorten-references)
19831         (message-setup-1, message-cancel-news)
19832         (message-forward-make-body-plain, message-forward-make-body-mime)
19833         (message-forward-make-body-mml, message-encode-message-body)
19834         (message-forward-make-body-digest-plain)
19835         (message-forward-make-body-digest-mime)
19836         (message-use-alternative-email-as-from): Insert `hard-newline'
19837         instead of ordinary newlines.
19838
19839 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19840
19841         * message.el (message-generate-headers): Downcase the argument
19842         given to message-check-element.
19843
19844 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19845
19846         * nntp.el (nntp-authinfo-rejected): New error condition.
19847         (nntp-wait-for): Use new error condition to signal authentication
19848         error.
19849         (nntp-retrieve-data): Rethrow new error condition to break out of
19850         recursive call to nntp-send-authinfo.
19851
19852 2005-11-08  Romain Francoise  <romain@orebokech.com>
19853
19854         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19855         (gnus-summary-exit-map): Bind to `Z p'.
19856         (gnus-summary-make-menu-bar): Add menu item.
19857
19858 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19859
19860         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19861         (gnus-treat-*): Add `first' in all doc strings.
19862
19863         * gnus-group.el (gnus-group-compact-group): Fix typo.
19864
19865 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * gnus.el (gnus-parameters-case-fold-search): New variable.
19868         (gnus-parameters-get-parameter): Use it.
19869
19870         * gnus-score.el (gnus-home-score-file): Doc fix.
19871
19872 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19873
19874         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19875
19876 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * mm-util.el (mm-special-display-p): New function.
19879
19880         * mml.el (mml-preview): Use it; doc fix.
19881
19882 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19883
19884         * imap.el (imap-open): Handle case where buffer is a buffer object.
19885
19886 2005-10-29  Romain Francoise  <romain@orebokech.com>
19887
19888         * message.el (message-fix-before-sending): Fix comment.
19889
19890 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19891
19892         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19893
19894 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19895
19896         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19897         Used in gnus-score.el.
19898
19899 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19900
19901         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19902
19903 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19904
19905         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19906         whitespace removed in revision 7.8.  Use concatenated string to
19907         protect trailing whitespace.
19908
19909 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19910
19911         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19912         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19913         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19914         Courier IMAP ("some version from 2004").  Mostly based on similar
19915         code in the same function.
19916
19917 2005-10-26  Didier Verna  <didier@xemacs.org>
19918
19919         * gnus-group.el (gnus-group-compact-group): Invalidate original
19920         article buffer.
19921         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19922         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19923         NOV database and in article itself.
19924         Invalidate article backlog.
19925
19926 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19927
19928         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19929
19930 2005-10-26  Simon Josefsson  <jas@extundo.com>
19931
19932         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19933         part of 2004-07-25 change.
19934
19935 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19936
19937         * message.el (message-display-completion-list): New function.
19938         (message-expand-group): Use it; make sure the Completions buffer
19939         is modifiable.
19940 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19941
19942         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19943         user-mail-name is an empty string.
19944
19945 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19946
19947         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19948         depending on gnus-score-decay-constant.
19949
19950         * encrypt.el (encrypt-insert-file-contents)
19951         (encrypt-write-file-contents): Don't use `gnus-message'.
19952
19953         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19954         arguments.
19955         (mm-uu-type-alist): Add message-marks and insert-marks.
19956         Pass arguments to mm-uu-verbatim-marks-extract.
19957         (mm-uu-hide-markers): New variable.
19958         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19959
19960         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19961         (gnus-convert-image-to-face-command): Use "convert" by default to
19962         allow other input image formats.
19963         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19964         accordingly.
19965
19966 2005-10-23  Simon Josefsson  <jas@extundo.com>
19967
19968         * imap.el (imap-gssapi-program): Align command line parameters
19969         with latest GNU SASL.
19970         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19971
19972 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19973
19974         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19975         HTML.
19976         (nnslashdot-request-article): Ditto.
19977
19978         * lpath.el (featurep): Add nobreak-char-display.
19979
19980 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19981
19982         * mail-source.el (mail-source-fetch-pop): Require pop3.
19983         (mail-source-check-pop): Ditto.
19984
19985 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19988         errors.
19989
19990 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19991
19992         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19993         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19994
19995         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19996
19997         * mm-bodies.el (mm-decode-string):
19998         Call `mm-charset-to-coding-system' with allow-override argument.
19999
20000 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20001
20002         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20003         (rfc2047-charset-to-coding-system): New function.
20004         (rfc2047-decode-encoded-words): New function.
20005         (rfc2047-decode-region): Use them.
20006         (rfc2047-decode-cte): Remove.
20007         (rfc2047-parse-and-decode): Remove.
20008         (rfc2047-decode): Remove.
20009
20010 2005-10-15  Kenichi Handa  <handa@m17n.org>
20011
20012         * rfc2047.el (rfc2047-decode-cte): New function.
20013         (rfc2047-decode-region): Change the way to decode successive
20014         encoded-words: decode B- or Q-encoding in each encoded-word,
20015         concatenate them, and decode it as charset.
20016
20017 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20018
20019         * lpath.el: Fbind codepage-setup for XEmacs.
20020
20021 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20022
20023         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20024         widget-move-and-invoke.
20025         (gnus-custom-mode): Use gnus-custom-map.
20026
20027 2005-10-15  Bill Wohler  <wohler@newt.com>
20028
20029         * message.el (message-tool-bar-map): Rename image file from
20030         mail_send to mail/send.
20031
20032 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20033
20034         * message.el (message-expand-group): Pass the common
20035         prefix substring of completion to `display-completion-list'.
20036
20037 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20038
20039         * mml-sec.el (mml-secure-method): New internal variable.
20040         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20041         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20042         New functions using mml-secure-method.
20043
20044         * mml.el (mml-mode-map): Add key bindings for those functions.
20045         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20046         Harder <harder@myrealbox.com>.
20047         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20048         Goto end of message if point is the headers of the message.
20049
20050         * message.el (message-in-body-p): New function.
20051
20052         * assistant.el: Autoload gnus-util and netrc.
20053
20054         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20055         Use `mm-charset-override-alist' only when decoding.
20056
20057         * mm-bodies.el (mm-decode-body):
20058         Call `mm-charset-to-coding-system' with allow-override argument.
20059
20060         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20061         `filename' from Content-Disposition if Content-Type doesn't
20062         provide `name'.
20063         (gnus-mime-view-part-as-type): Set default instead of
20064         initial-input.
20065
20066 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20067
20068         * format-spec.el (format-spec): Propagate text properties of % spec.
20069
20070 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20071
20072         * gnus-art.el (gnus-treat-predicate): Add `first'.
20073
20074 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20075
20076         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20077         (mm-charset-override-alist): New variable.
20078         (mm-charset-to-coding-system): Use it.
20079         (mm-codepage-setup): New helper function.
20080         (mm-charset-eval-alist): New variable.
20081         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20082         Warn about unknown charsets.
20083
20084         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20085
20086 2005-10-04  David Hansen  <david.hansen@gmx.net>
20087
20088         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20089         (nnrss-check-group): Ditto.
20090
20091 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20092
20093         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20094         Rename x-gnus-verbatim to x-verbatim.
20095         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20096
20097         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20098         x-verbatim.
20099
20100         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20101
20102         * gnus-util.el (gnus-remove-duplicates): Remove.
20103
20104         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20105         instead of gnus-remove-duplicates.
20106
20107         * message.el (message-remove-duplicates): Remove.
20108         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20109         message-remove-duplicates.
20110
20111         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20112         available, else use implementation from `delete-dups'.
20113
20114         * message.el (message-insert-expires): New function.
20115         (message-mode-map): Add key binding.
20116         (message-mode-field-menu): Add menu entry.
20117         (message-mode): Document it.
20118         (message-make-expires-date): Use `message-make-date'.
20119
20120 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20121
20122         * message.el (message-make-expires-date): New function.
20123
20124 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * Makefile.in (list-installed-shadows): New entry.
20127         (install): Use it.
20128         (remove-installed-shadows): New entry.
20129
20130         * dgnushack.el (dgnushack-default-load-path): New variable.
20131         (dgnushack-find-lisp-shadows): New function.
20132         (dgnushack-remove-lisp-shadows): New function.
20133
20134 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * Makefile.in (install-el-elc): New entry.
20137         (install): Use it so that .el files are necessarily installed.
20138
20139 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20142
20143 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20144
20145         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20146         function rather than the diff-mode.el package.
20147         (mm-display-external): Use with-current-buffer.
20148         (mm-viewer-completion-map, mm-viewer-completion-map):
20149         Move initialization inside declaration.
20150
20151 2005-09-29  Simon Josefsson  <jas@extundo.com>
20152
20153         * spam.el: Load hashcash when compiling, to avoid warnings.
20154         Don't autoload mail-check-payment.
20155         (spam-check-hashcash): Define unconditionally, since hashcash.el
20156         is part of Gnus now.  Ignore errors from payment checking.
20157
20158 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20159
20160         * message.el (message-bold-region, message-unbold-region):
20161         Rename from `bold-region' and `unbold-region'.
20162
20163         * message.el: Remove useless autoloads.
20164
20165 2005-09-28  Simon Josefsson  <jas@extundo.com>
20166
20167         * message.el (message-use-idna): Default to t.
20168         (message-use-idna): Test whether encoding works too.  Doc fix.
20169
20170 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20171
20172         * nntp.el (nntp-warn-about-losing-connection): Remove.
20173
20174 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20175
20176         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20177         customizable.  Change default value.
20178         (mm-uu-diff-groups-regexp): Change default value.
20179         (mm-uu-type-alist): Add doc string.
20180         (mm-uu-configure): Add doc string.  Make it interactive.
20181         (mm-uu-tex-groups-regexp): New variable.
20182         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20183         (mm-uu-type-alist): Add LaTeX documents.
20184         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20185         of "text/verbatim".
20186         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20187
20188         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20189         instead of "text/verbatim".
20190
20191         * message.el (message-mark-inserted-region)
20192         (message-mark-insert-file): Use slrn style marks when called with
20193         prefix argument.
20194
20195 2005-09-27  Simon Josefsson  <jas@extundo.com>
20196
20197         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20198
20199 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20200
20201         * message.el (message-remove-duplicates): New function.
20202         Implementation borrowed from `gnus-remove-duplicates'.
20203         (message-idna-to-ascii-rhs): Also encode idna addresses in
20204         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20205         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20206         only ask about the same idna domain once per header and also tell
20207         in what header to replace the idna domain.
20208
20209         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20210         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20211         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20212         a header is decoded and not just the last one.
20213
20214 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20217         has been decoded.
20218
20219         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20220         (mm-insert-part): Don't modify text if it has been decoded.
20221
20222         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20223         decoded.
20224
20225         * mm-view.el (mm-inline-text): Don't strip text props unless
20226         decoding enriched or richtext parts.
20227
20228 2005-09-25  Romain Francoise  <romain@orebokech.com>
20229
20230         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20231         * gnus-start.el (gnus-subscribe-interactively):
20232         * gnus-uu.el (gnus-uu-grab-articles):
20233         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20234         space.
20235
20236 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20237
20238         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20239         * mm-view.el (mm-view-pkcs7-decrypt):
20240         * gnus-sum.el (gnus-summary-limit-to-extra)
20241         (gnus-summary-respool-article, gnus-read-move-group-name):
20242         * gnus-score.el (gnus-summary-increase-score):
20243         * gnus-util.el (gnus-completing-read-with-default):
20244         * gnus-art.el (gnus-read-save-file-name)
20245         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20246         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20247         * message.el (message-check-news-header-syntax):
20248         Follow convention for reading with the minibuffer.
20249
20250 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20251
20252         * spam-report.el (spam-report-url-ping-plain):
20253         Use gnus-extended-version as User-Agent.
20254
20255         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20256         default value is nil.
20257
20258         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20259         (mm-uu-verbatim-marks-extract): New function.
20260         (mm-uu-extract): New face.
20261         (mm-uu-copy-to-buffer): Use it.
20262
20263         * spam-report.el (spam-report-gmane-ham): Rename from
20264         `spam-report-gmane-unspam'.
20265         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20266         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20267
20268         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20269         Autoload.
20270         (spam-report-gmane-unregister-routine):
20271         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20272
20273 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20274
20275         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20276         (spam-report-gmane-unregister-routine): Add support for gmane
20277         unregistration.
20278
20279         * spam-report.el (spam-report-gmane-unspam)
20280         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20281         (spam-report-gmane): Change to take a single article and do unspam
20282         registration.
20283
20284 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20285
20286         * mm-url.el (mm-url-decode-entities): Fix regexp.
20287
20288 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20289
20290         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20291         default to nil, to be able to use Gnus at all.  If the default
20292         switches to something else, then the function should be fixed not
20293         be exceedingly slow.
20294
20295 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20296
20297         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20298         fail hard.
20299
20300         * spam-report.el: Add better Keywords line.
20301
20302         * spam.el: Add Maintainer and better Keywords line.
20303
20304 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20305
20306         * gnus-art.el (gnus-article-replace-part)
20307         (gnus-mime-replace-part): New functions.
20308         (gnus-mime-action-alist, gnus-mime-button-commands)
20309         (gnus-mime-save-part-and-strip): Add file argument.
20310         (gnus-article-part-wrapper): Add interactive argument.
20311
20312         * gnus-sum.el (gnus-summary-mime-map):
20313         Add `gnus-article-replace-part'.
20314
20315 2005-09-19  Didier Verna  <didier@xemacs.org>
20316
20317         The nnml compaction feature:
20318         * nnml.el (nnml-request-compact-group): New function.
20319         * nnml.el (nnml-request-compact): New function.
20320         * gnus-int.el (gnus-request-compact-group): New function.
20321         * gnus-int.el (gnus-request-compact): New function.
20322         * gnus-group.el (gnus-group-compact-group): New function.
20323         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20324         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20325         * gnus-srvr.el (gnus-server-compact-server): New function.
20326         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20327         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20328
20329 2005-09-18  Deepak Goel  <deego@gnufans.org>
20330
20331         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20332         format spec.
20333
20334 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20335
20336         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20337
20338 2005-09-15  Romain Francoise  <romain@orebokech.com>
20339
20340         * message.el (message-fill-paragraph): Clarify docstring.
20341
20342 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * gnus-art.el (gnus-mime-display-part): Protect against broken
20345         MIME messages.
20346
20347 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20350         before parsing header.
20351
20352 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20353
20354         * html2text.el (html2text-replace-list): Add new entities.
20355
20356 2005-09-11  Romain Francoise  <romain@orebokech.com>
20357
20358         * message.el (message-alternative-emails): Improve docstring.
20359         (message-setup-1): Call `message-use-alternative-email-as-from'
20360         after `message-setup-hook' to give it precedence over posting
20361         styles, etc.
20362         (message-use-alternative-email-as-from): Add docstring.
20363         Remove the original From header if present.
20364
20365         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20366         (nnml-save-mail): Use it.
20367
20368         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20369         articles.  Add new argument `silent'.
20370         (gnus-uu-mark-all): Report the total number of marked articles.
20371
20372 2005-09-10  Romain Francoise  <romain@orebokech.com>
20373
20374         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20375         (gnus-uu-mark-series): Likewise.
20376
20377 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20378
20379         * spam-report.el (spam-report-gmane): Fix generation of spam
20380         report URL.
20381
20382 2005-09-10  Simon Josefsson  <jas@extundo.com>
20383
20384         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20385         t, based on discussion on the ding list with Robert Epprecht
20386         <epprecht@solnet.ch>.
20387
20388 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20389
20390         * spam-report.el (spam-report-gmane): Make it work without
20391         X-Report-Spam header.  Gmane now only provides Archived-At.
20392         This is only used if `spam-report-gmane-use-article-number' is nil.
20393         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20394
20395         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20396         make `gnus-summary-sort-by-recipient' work with threading.
20397
20398         * nnweb.el (nnweb-google-wash-article): Print a message if article
20399         is not available.
20400
20401 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20402
20403         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20404         change.  Decode text/* parts content before displaying.
20405
20406 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20407
20408         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20409
20410 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20411
20412         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20413
20414         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20415         url-package-name, url-package-version,
20416         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20417         w3m-display-inline-images, and w3m-minor-mode-map.
20418
20419 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20420
20421         * message.el (message-tab-body-function): Fix mismatched custom type.
20422
20423         * gnus.el (gnus-group-change-level-function): Ditto.
20424
20425         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20426
20427         * gnus-art.el (gnus-signature-limit)
20428         (gnus-article-mime-part-function): Ditto.
20429
20430 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20431
20432         * mml.el (mml-mode): Silence the byte compiler.
20433
20434         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20435         using `(sit-for 0)' before moving the point to the specified part;
20436         skip unbuttonized parts.
20437         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20438         return to the summary window if gnus-auto-select-part is non-nil.
20439
20440 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20441
20442         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20443         New variables.
20444         (mml-dnd-attach-file, mml-mode): Use them.
20445
20446         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20447         Make fetching article by MID work again for Google Groups.
20448         Add FIXME concerning gnus-group-make-web-group.
20449
20450         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20451         Don't depend on Gnus by using mail-extract-address-components if
20452         gnus-extract-address-components is not bound.
20453
20454 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20455
20456         * gnus-art.el (gnus-mime-display-security): Don't display the
20457         signature, but only the signed part.
20458
20459 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20462
20463         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20464         list, not listp.
20465
20466 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20467
20468         * mm-encode.el (mm-encode-content-transfer-encoding):
20469         Likewise when encoding.
20470
20471         * mm-bodies.el (mm-decode-content-transfer-encoding):
20472         De-canonicalize CRLF for all text content types, not just
20473         text/plain.
20474
20475 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20476
20477         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20478         valid article; point arrow and cursor at the MIME button.
20479
20480 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20481
20482         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20483         Suggested by Dan Christensen <jdc@uwo.ca>.
20484
20485         * mm-decode.el (mm-save-part): Enable change of prompt.
20486
20487 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20488
20489         * gnus-msg.el (gnus-inews-add-send-actions):
20490         Make `message-post-method' lambda parameter ARG `&optional'.
20491
20492 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20493
20494         * gnus-sum.el (gnus-summary-mime-map):
20495         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20496         gnus-article-jump-to-part.
20497
20498         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20499         (gnus-article-edit-part): Use it.
20500         (gnus-article-part-wrapper): Add no-handle argument.
20501         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20502         New functions.
20503
20504 2005-08-29  Romain Francoise  <romain@orebokech.com>
20505
20506         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20507         docstring.
20508         (gnus-face-from-file): Likewise.
20509
20510 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20511
20512         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20513         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20514         non-nil.
20515         (gnus-auto-select-part): New variable.
20516         (gnus-article-jump-to-part): New function.
20517         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20518         (gnus-mime-delete-part): Allow selecting specified part after
20519         deleting or stripping parts.
20520         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20521         part if argument is bogus.
20522
20523 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20524
20525         * gnus-art.el (w3m-minor-mode-map):
20526         * gnus-spec.el (gnus-newsrc-file-version):
20527         * gnus-util.el (nnmail-active-file-coding-system)
20528         (gnus-original-article-buffer, gnus-user-agent):
20529         * gnus.el (gnus-ham-process-destinations)
20530         (gnus-parameter-ham-marks-alist)
20531         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20532         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20533         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20534         * mm-decode.el (gnus-current-window-configuration):
20535         * mm-extern.el (gnus-article-mime-handles):
20536         * mm-url.el (url-current-object, url-package-name)
20537         (url-package-version):
20538         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20539         (smime-keys, w3m-cid-retrieve-function-alist)
20540         (w3m-current-buffer, w3m-display-inline-images)
20541         (w3m-minor-mode-map):
20542         * mml-smime.el (gnus-extract-address-components):
20543         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20544         (gnus-newsrc-hashtb, message-default-charset)
20545         (message-deletable-headers, message-options)
20546         (message-posting-charset, message-required-mail-headers)
20547         (message-required-news-headers):
20548         * mml1991.el (mc-pgp-always-sign):
20549         * mml2015.el (mc-pgp-always-sign):
20550         * nnheader.el (nnmail-extra-headers):
20551         * rfc1843.el (gnus-decode-encoded-word-function)
20552         (gnus-decode-header-function, gnus-newsgroup-name):
20553         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20554
20555 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20556
20557         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20558         the end of the date treatments.
20559
20560 2005-08-15  Simon Josefsson  <jas@extundo.com>
20561
20562         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20563         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20564         Capello and Romain Francoise.
20565         (pgg-fetch-key-function): Remove, not used?
20566         (pgg-insert-url-with-w3): Require url, to get
20567         url-insert-file-contents regardless of where it is defined.
20568
20569 2005-08-13  Romain Francoise  <romain@orebokech.com>
20570
20571         * message.el (message-cite-original-1): New function.
20572         (message-cite-original): Use it.
20573         (message-cite-original-without-signature): Ditto.
20574
20575 2005-08-08  Romain Francoise  <romain@orebokech.com>
20576
20577         * message.el (message-yank-empty-prefix): New variable.
20578         (message-indent-citation): Use it.
20579         (message-cite-original-without-signature): Respect X-No-Archive.
20580
20581 2005-08-08  Simon Josefsson  <jas@extundo.com>
20582
20583         * pgg.el: Autoload url-insert-file-contents instead of loading
20584         w3/url.
20585         (pgg-insert-url-with-w3): Don't load url here.
20586
20587 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20588
20589         * message.el (message-kill-to-signature): Don't insert newline at
20590         bol.
20591         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20592
20593 2005-08-06  Romain Francoise  <romain@orebokech.com>
20594
20595         * message.el (message-user-fqdn): Fix typo in docstring.
20596
20597 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20598
20599         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20600
20601         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20602
20603 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * mm-bodies.el (mm-encode-body): Use coding system rather than
20606         charset to encode text.
20607
20608         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20609         number of charsets if utf-8 is available (XEmacs).
20610
20611 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20612
20613         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20614         taken from `gnus-button-mid-or-mail-regexp'.
20615         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20616         (gnus-button-alist): Improve regexp for domain part of the MIDs
20617         for news:localpart@domain buttons.
20618         (gnus-button-ctan-directory-regexp): Update.
20619
20620 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20621
20622         * sieve-manage.el (sieve-manage-interactive-login):
20623         Use make-local-variable rather than make-variable-buffer-local.
20624         (sieve-manage-open): Ditto.
20625         (sieve-manage-authenticate): Ditto.
20626
20627         * mml.el (mml-generate-mime-1): Make the content type default to
20628         text/plain if the filename is not specified.
20629
20630 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20631
20632         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20633         instead of insert-buffer.
20634
20635         * message.el (message-yank-original): Ditto; set the mark at the
20636         end of the yanked message.
20637
20638 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20641         lines to scroll rather than to stop it.
20642
20643         * mml.el (mml-generate-default-type): Add doc string.
20644         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20645         default to application/octet-stream when determining the content
20646         type if it is not specified for the part or the mml contents; add
20647         a comment about mml-generate-default-type.
20648
20649 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20650
20651         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20652         make it default to application/octet-stream when determining the
20653         content type if it is not specified for the external contents.
20654
20655 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20656
20657         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20658         segmented parameter but also other parameters might be there.
20659
20660 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * mm-decode.el (mm-display-external): Delete temp file, directory
20663         and buffer immediately if the external process is exited.
20664
20665 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20666
20667         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20668         fewer lines than that of scroll-margin.
20669         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20670
20671 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20672
20673         * gnus-art.el (gnus-article-next-page): Revert.
20674         (gnus-article-beginning-of-window): New macro.
20675         (gnus-article-next-page-1): Use it.
20676         (gnus-article-prev-page): Ditto.
20677         (gnus-article-edit-part): Use insert-buffer-substring instead of
20678         insert-buffer.
20679         (gnus-article-edit-exit): Ditto.
20680
20681         * gnus-util.el (gnus-beginning-of-window): Remove.
20682         (gnus-end-of-window): Remove.
20683
20684         * lpath.el: Don't bind header-line-format and scroll-margin.
20685
20686 2005-07-25  Simon Josefsson  <jas@extundo.com>
20687
20688         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20689         to have the url package without w3.  Reported by Daiki Ueno
20690         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20691
20692 2005-07-20  Didier Verna  <didier@xemacs.org>
20693
20694         * gnus-diary.el: Remove the description comment (nndiary is now
20695         properly documented in the Gnus manual).
20696         Fix the spelling of "Back End".
20697         * nndiary.el: Ditto.
20698         Fix the copyright notice.
20699
20700 2005-07-18  Romain Francoise  <romain@orebokech.com>
20701
20702         * gnus-sum.el (gnus-summary-to-prefix)
20703         (gnus-summary-newsgroup-prefix): New variables.
20704         (gnus-summary-from-or-to-or-newsgroups): Use them.
20705
20706 2005-07-17  Romain Francoise  <romain@orebokech.com>
20707
20708         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20709         space as it's generally not especially interesting to the user.
20710
20711 2005-07-16  Romain Francoise  <romain@orebokech.com>
20712
20713         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20714         nil to avoid prompting and file modification if one of the
20715         messages at the top of the nnfolder file contains a copyright
20716         notice.
20717         Update copyright notice.
20718
20719         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20720         instead of `current-time-string' as the latter creates a time
20721         string that is not RFC 2822 compliant (it lacks the zone).
20722         Update copyright notice.
20723
20724 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20725
20726         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20727         for text/rtf.  Display default in prompt.  Pass default for M-n.
20728
20729         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20730
20731 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20732
20733         * gnus-msg.el (gnus-button-mailto):
20734         Remove save-selected-window-window hackery because it relies on
20735         save-selected-window internals.
20736
20737 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20738
20739         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20740         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20741         (gnus-article-prev-page): Ditto.
20742
20743         * gnus-util.el (gnus-beginning-of-window): New function.
20744         (gnus-end-of-window): New function.
20745
20746         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20747
20748 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20749
20750         * gnus-score.el (gnus-score-edit-all-score):
20751         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20752         gnus-message.
20753
20754 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20755
20756         * gnus-msg.el (gnus-button-mailto):
20757         Remove save-selected-window-window hackery because it relies on
20758         save-selected-window internals.
20759
20760 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20761
20762         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20763         add-minor-mode.
20764         (gnus-binary-mode): Ditto.
20765
20766         * gnus-topic.el (gnus-topic-mode): Ditto.
20767
20768 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20769
20770         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20771         (gnus-article-prev-page): Take scroll-margin into consideration.
20772
20773 2005-07-04  Lute Kamstra  <lute@gnu.org>
20774
20775         Update FSF's address in GPL notices.
20776
20777 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20778
20779         * gnus.el (gnus-exit):
20780         * gnus-group.el (gnus-group-icons):
20781         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20782
20783         * gnus-nocem.el (gnus-nocem):
20784         * message.el (message-various, message-buffers, message-sending)
20785         (message-interface, message-forwarding, message-insertion)
20786         (message-headers, message-news, message-mail):
20787         * pgg-gpg.el (pgg-gpg):
20788         * pgg-parse.el (pgg-parse):
20789         * pgg-pgp.el (pgg-pgp):
20790         * pgg-pgp5.el (pgg-pgp5):
20791         * pop3.el (pop3): Finish `defgroup' description with period.
20792
20793 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * gnus-art.el (article-display-face): Improve the efficiency.
20796         (article-display-x-face): Ditto; remove gray x-face stuff.
20797
20798 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * gnus-art.el (article-display-face): Correct the position in
20801         which Faces are inserted.
20802
20803 2005-06-29  Didier Verna  <didier@xemacs.org>
20804
20805         * gnus-art.el (article-display-face): Display faces in correct
20806         order.
20807
20808 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20809
20810         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20811         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20812         (gnus-nocem-check-article): Fetch the Type header.
20813         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20814         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20815         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20816         make sure gnus-nocem-hashtb is initialized.
20817         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20818         (gnus-nocem-unwanted-article-p): Ditto.
20819
20820         * pgg.el (pgg-verify): Return the verification result.
20821
20822 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20823
20824         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20825         is ascii.
20826
20827 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20828
20829         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20830         `show-nonbreak-escape'.
20831
20832 2005-06-23  Lute Kamstra  <lute@gnu.org>
20833
20834         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20835
20836         * dig.el (dig-mode):
20837         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20838
20839 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20840
20841         * nnimap.el (nnimap-split-download-body): Fix spellings.
20842
20843 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20844
20845         * gnus-art.el (gnus-article-encrypt-body):
20846         * gnus-cus.el (gnus-score-customize):
20847         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20848         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20849
20850 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20851
20852         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20853         header by looking for magic "MII" at the beginning.
20854
20855 2005-06-16  Miles Bader  <miles@gnu.org>
20856
20857         * gnus-xmas.el (gnus-xmas-group-startup-message):
20858         Use renamed gnus-splash face.
20859
20860         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20861         (assistant-field-face): New backward-compatibility alias for renamed
20862         face.
20863         (assistant-render-text): Use renamed assistant-field face.
20864
20865         * spam.el (spam): Remove "-face" suffix from face name.
20866         (spam-face): New backward-compatibility alias for renamed face.
20867         (spam-face, spam-initialize): Use renamed spam face.
20868
20869         * message.el (message-header-to, message-header-cc)
20870         (message-header-subject, message-header-newsgroups)
20871         (message-header-other, message-header-name)
20872         (message-header-xheader, message-separator, message-cited-text)
20873         (message-mml): Remove "-face" suffix from face names.
20874         (message-header-to-face, message-header-cc-face)
20875         (message-header-subject-face, message-header-newsgroups-face)
20876         (message-header-other-face, message-header-name-face)
20877         (message-header-xheader-face, message-separator-face)
20878         (message-cited-text-face, message-mml-face):
20879         New backward-compatibility aliases for renamed faces.
20880         (message-font-lock-keywords): Use renamed message faces.
20881
20882         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20883         (sieve-test-commands, sieve-tagged-arguments):
20884         Remove "-face" suffix from face names.
20885         (sieve-control-commands-face, sieve-action-commands-face)
20886         (sieve-test-commands-face, sieve-tagged-arguments-face):
20887         New backward-compatibility aliases for renamed faces.
20888         (sieve-control-commands-face, sieve-action-commands-face)
20889         (sieve-test-commands-face, sieve-tagged-arguments-face):
20890         Use renamed sieve faces.
20891
20892         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20893         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20894         (gnus-group-news-3-empty, gnus-group-news-4)
20895         (gnus-group-news-4-empty, gnus-group-news-5)
20896         (gnus-group-news-5-empty, gnus-group-news-6)
20897         (gnus-group-news-6-empty, gnus-group-news-low)
20898         (gnus-group-news-low-empty, gnus-group-mail-1)
20899         (gnus-group-mail-1-empty, gnus-group-mail-2)
20900         (gnus-group-mail-2-empty, gnus-group-mail-3)
20901         (gnus-group-mail-3-empty, gnus-group-mail-low)
20902         (gnus-group-mail-low-empty, gnus-summary-selected)
20903         (gnus-summary-cancelled, gnus-summary-high-ticked)
20904         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20905         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20906         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20907         (gnus-summary-low-undownloaded)
20908         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20909         (gnus-summary-low-unread, gnus-summary-normal-unread)
20910         (gnus-summary-high-read, gnus-summary-low-read)
20911         (gnus-summary-normal-read, gnus-splash):
20912         Remove "-face" suffix from face names.
20913         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20914         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20915         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20916         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20917         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20918         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20919         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20920         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20921         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20922         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20923         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20924         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20925         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20926         (gnus-summary-normal-ticked-face)
20927         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20928         (gnus-summary-normal-ancient-face)
20929         (gnus-summary-high-undownloaded-face)
20930         (gnus-summary-low-undownloaded-face)
20931         (gnus-summary-normal-undownloaded-face)
20932         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20933         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20934         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20935         (gnus-splash-face):
20936         New backward-compatibility aliases for renamed faces.
20937         (gnus-group-startup-message): Use renamed gnus faces.
20938
20939         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20940         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20941         (gnus-server-agent): Remove "-face" suffix from face names.
20942         (gnus-server-agent-face, gnus-server-opened-face)
20943         (gnus-server-closed-face, gnus-server-denied-face)
20944         (gnus-server-offline-face):
20945         New backward-compatibility aliases for renamed faces.
20946         (gnus-server-agent-face, gnus-server-opened-face)
20947         (gnus-server-closed-face, gnus-server-denied-face)
20948         (gnus-server-offline-face): Use renamed gnus faces.
20949
20950         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20951         Remove "-face" suffix from face names.
20952         (gnus-picon-xbm-face, gnus-picon-face):
20953         New backward-compatibility aliases for renamed faces.
20954
20955         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20956         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20957         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20958         (gnus-cite-11): Remove "-face" suffix from face names.
20959         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20960         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20961         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20962         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20963         New backward-compatibility aliases for renamed faces.
20964         (gnus-cite-attribution-face, gnus-cite-face-list)
20965         (gnus-article-boring-faces): Use renamed gnus faces.
20966
20967         * gnus-art.el (gnus-signature, gnus-header-from)
20968         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20969         (gnus-header-content): Remove "-face" suffix from face names.
20970         (gnus-signature-face, gnus-header-from-face)
20971         (gnus-header-subject-face, gnus-header-newsgroups-face)
20972         (gnus-header-name-face, gnus-header-content-face):
20973         New backward-compatibility aliases for renamed faces.
20974         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20975
20976         * gnus-sum.el (gnus-summary-selected-face)
20977         (gnus-summary-highlight): Use renamed gnus faces.
20978         * gnus-group.el (gnus-group-highlight): Likewise.
20979
20980 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20981
20982         * gnus-sieve.el (gnus-sieve-article-add-rule):
20983         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20984         * spam-stat.el (spam-stat-buffer-change-to-spam)
20985         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20986
20987         * message.el (message-is-yours-p):
20988         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20989
20990 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * mm-view.el (mm-inline-text): Withdraw the last change.
20993
20994 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20995
20996         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20997         executing enriched-decode.
20998
20999 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21002         charset of tar files.
21003
21004 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21005
21006         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21007
21008 2005-06-04  Lute Kamstra  <lute@gnu.org>
21009
21010         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21011         information is never recorded.
21012
21013 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21014
21015         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21016
21017 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21018
21019         * pop3.el (pop3-apop): Run md5 in the binary mode.
21020
21021         * starttls.el (starttls-set-process-query-on-exit-flag):
21022         Use eval-and-compile.
21023
21024 2005-05-31  Simon Josefsson  <jas@extundo.com>
21025
21026         * smime.el (smime-replace-in-string): Define.
21027         (smime-cert-by-ldap-1): Use it.
21028
21029 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21030
21031         * gnus-art.el (article-display-x-face): Replace
21032         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21033
21034         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21035         set-process-query-on-exit-flag or process-kill-without-query.
21036
21037         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21038         loop instead of replace-regexp.
21039
21040         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21041         instead of process-kill-without-query if it is available.
21042
21043         * lpath.el: Fbind ldap-search-entries.
21044
21045         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21046         instead of find-file-hooks if it is available.
21047
21048         * mml1991.el: Bind pgg-default-user-id when compiling.
21049
21050         * mml2015.el: Bind pgg-default-user-id when compiling.
21051
21052         * nndraft.el (nndraft-request-associate-buffer):
21053         Use write-contents-functions instead of write-contents-hooks if it is
21054         available.
21055
21056         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21057         instead of find-file-hooks if it is available.
21058
21059         * nntp.el (nntp-open-connection): Replace
21060         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21061         (nntp-open-ssl-stream): Ditto.
21062         (nntp-open-tls-stream): Ditto.
21063
21064         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21065         set-process-query-on-exit-flag or process-kill-without-query.
21066         (starttls-open-stream-gnutls): Use it instead of
21067         process-kill-without-query.
21068         (starttls-open-stream): Ditto.
21069
21070 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21071
21072         * smime.el (smime-cert-by-ldap-1): Don't use
21073         replace-regexp-in-string.
21074
21075 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21076
21077         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21078
21079         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21080         in PEM format.  Adjust to the XEmacs compatibility.
21081
21082 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21083
21084         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21085         by `string-to-number'.
21086         * gnus-agent.el (gnus-agent-regenerate-group)
21087         (gnus-agent-fetch-articles): Ditto.
21088         * gnus-art.el (gnus-button-fetch-group): Ditto.
21089         * gnus-cache.el (gnus-cache-generate-active)
21090         (gnus-cache-articles-in-group): Ditto.
21091         * gnus-group.el (gnus-group-set-current-level)
21092         (gnus-group-insert-group-line): Ditto.
21093         * gnus-score.el (gnus-score-set-expunge-below)
21094         (gnus-score-set-mark-below, gnus-summary-score-effect)
21095         (gnus-summary-score-entry): Ditto.
21096         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21097         (gnus-soup-pack): Ditto.
21098         * gnus-spec.el (gnus-xmas-format): Ditto.
21099         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21100         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21101         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21102         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21103         * nndb.el (nndb-get-remote-expire-response): Ditto.
21104         * nndiary.el (nndiary-parse-schedule-value)
21105         (nndiary-string-to-number, nndiary-request-replace-article)
21106         (nndiary-request-article): Ditto.
21107         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21108         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21109         * nneething.el (nneething-make-head): Ditto.
21110         * nnfolder.el (nnfolder-request-article)
21111         (nnfolder-retrieve-headers): Ditto.
21112         * nnheader.el (nnheader-file-to-number): Ditto.
21113         * nnkiboze.el (nnkiboze-request-article): Ditto.
21114         * nnmail.el (nnmail-process-unix-mail-format)
21115         (nnmail-process-babyl-mail-format): Ditto.
21116         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21117         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21118         (nnmh-request-create-group, nnmh-request-list-1)
21119         (nnmh-request-group, nnmh-request-article): Ditto.
21120         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21121         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21122         * nnsoup.el (nnsoup-make-active): Ditto.
21123         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21124         * nntp.el (nntp-find-group-and-number)
21125         (nntp-retrieve-headers-with-xover): Ditto.
21126         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21127         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21128         (pgg-format-key-identifier): Ditto.
21129         * pop3.el (pop3-last, pop3-stat): Ditto.
21130         * qp.el (quoted-printable-decode-region): Ditto.
21131
21132         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21133         of concat.
21134
21135 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21136
21137         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21138
21139         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21140
21141         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21142
21143         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21144
21145         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21146
21147         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21148
21149         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21150         (gnus-carpal-mode): Ditto.
21151
21152         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21153         (gnus-browse-mode): Ditto.
21154
21155         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21156
21157         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21158
21159 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21160
21161         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21162
21163 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21164
21165         * gnus-util.el (gnus-run-mode-hooks): New function.
21166
21167         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21168
21169         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21170         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21171
21172 2005-05-27  Lute Kamstra  <lute@gnu.org>
21173
21174         * dns-mode.el (dns-mode): Specify customization group.
21175
21176 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21177
21178         * gnus-agent.el (gnus-agent-make-mode-line-string):
21179         Use mode-line-highlight as mouse-face.
21180
21181 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21182
21183         * canlock.el (canlock): Change the parent group to news.
21184
21185         * deuglify.el (gnus-outlook-deuglify): Add :group.
21186
21187         * dig.el (dig): Add :group.
21188
21189         * dns-mode.el (dns-mode): Add :group.
21190
21191         * encrypt.el (encrypt): Add :group.
21192
21193         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21194         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21195         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21196         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21197         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21198
21199         * gnus-diary.el (gnus-diary): Add :group.
21200
21201         * gnus.el (gnus-group-news-1-face): Add :group.
21202         (gnus-group-news-1-empty-face): Ditto.
21203         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21204         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21205         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21206         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21207         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21208         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21209         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21210         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21211         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21212         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21213         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21214         (gnus-summary-high-ticked-face): Ditto.
21215         (gnus-summary-low-ticked-face): Ditto.
21216         (gnus-summary-normal-ticked-face): Ditto.
21217         (gnus-summary-high-ancient-face): Ditto.
21218         (gnus-summary-low-ancient-face): Ditto.
21219         (gnus-summary-normal-ancient-face): Ditto.
21220         (gnus-summary-high-undownloaded-face): Ditto.
21221         (gnus-summary-low-undownloaded-face): Ditto.
21222         (gnus-summary-normal-undownloaded-face): Ditto.
21223         (gnus-summary-high-unread-face): Ditto.
21224         (gnus-summary-low-unread-face): Ditto.
21225         (gnus-summary-normal-unread-face): Ditto.
21226         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21227         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21228
21229         * hashcash.el (hashcash): New custom group.
21230         (hashcash-default-payment): Add :group.
21231         (hashcash-payment-alist): Ditto.
21232         (hashcash-default-accept-payment): Ditto.
21233         (hashcash-accept-resources): Ditto.
21234         (hashcash-path): Ditto.
21235         (hashcash-extra-generate-parameters): Ditto.
21236         (hashcash-double-spend-database): Ditto.
21237         (hashcash-in-news): Ditto.
21238
21239         * message.el (message-minibuffer-local-map): Add :group.
21240
21241         * netrc.el (netrc): Add :group.
21242
21243         * sieve-manage.el (sieve-manage-log): Add :group.
21244         (sieve-manage-default-user): Diito.
21245         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21246         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21247         (sieve-manage-authenticators): Ditto.
21248         (sieve-manage-authenticator-alist): Ditto.
21249         (sieve-manage-default-port): Ditto.
21250
21251         * sieve-mode.el (sieve-control-commands-face): Add :group.
21252         (sieve-action-commands-face): Ditto.
21253         (sieve-test-commands-face): Ditto.
21254         (sieve-tagged-arguments-face): Ditto.
21255
21256         * smime.el (smime): Add :group.
21257
21258         * spam-report.el (spam-report): Add :group.
21259
21260         * spam.el (spam, spam-face): Add :group.
21261
21262 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21263
21264         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21265         return \n.\n.\n at the end of articles.  Protect against that.
21266         (nntp-with-open-group): Allow debugging.
21267
21268         * nnheader.el (mail-header-set-extra): Make into a function
21269         because I just could't understand how to quote the list properly.
21270
21271         * dns.el (query-dns-cached): New function.
21272
21273 2005-05-26  Lute Kamstra  <lute@gnu.org>
21274
21275         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21276
21277 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21278
21279         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21280
21281         * gnus-art.el: Don't autoload mail-extract-address-components.
21282
21283         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21284         eval-and-compile to evaluate it.
21285
21286         * hashcash.el: Don't autoload executable-find.
21287
21288         * nndb.el: Don't declare the nndb back end two or more times; don't
21289         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21290
21291         * nntp.el: Autoload format-spec instead of format; use
21292         eval-and-compile to evaluate autoload forms.
21293
21294 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21295
21296         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21297
21298 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21299
21300         * gnus.el (gnus-version-number): Bump version.
21301
21302 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21303
21304         * gnus.el: No Gnus v0.3 is released.
21305
21306 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21307
21308         * lpath.el (featurep): Bind show-nonbreak-escape.
21309
21310 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21311
21312         * gnus-art.el (gnus-article-edit-part): Disable undo.
21313
21314 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21315
21316         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21317         gnus-article-date-lapsed-new-header is t if date timer is active;
21318         skip headers in which the original date value is empty.
21319         (gnus-article-save-original-date): Redefine it as a macro.
21320         (gnus-display-mime): Use it.
21321
21322 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21323
21324         * gnus-art.el (article-date-ut): Support converting date in
21325         forwarded parts as well.
21326         (gnus-article-save-original-date): New function.
21327         (gnus-display-mime): Use it.
21328
21329 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21330
21331         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21332         enclosure element of <item>.
21333
21334 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21335
21336         * message.el (message-kill-buffer-query): Rename from
21337         `message-kill-buffer-query-if-modified'.  Add :version.
21338
21339 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21342         window layout.
21343
21344 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21345
21346         * mml.el: Autoload dnd when compiling.
21347
21348 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21349
21350         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21351         x-dnd-*.
21352
21353 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21354
21355         * qp.el (quoted-printable-encode-region): Save excursion.
21356
21357 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21358
21359         * message.el (message-kill-buffer-query-if-modified): Add new variable
21360         so the user can kill a modified message buffer quickly.
21361         (message-kill-buffer): Use it.
21362
21363 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21364
21365         * lpath.el: Fbind display-time-event-handler; don't fbind
21366         string-to-multibyte.
21367
21368         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21369
21370 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21371
21372         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21373         contained in text because xml.el decodes entities) with LFs.
21374
21375 2005-04-11  Lute Kamstra  <lute@gnu.org>
21376
21377         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21378         differently.
21379
21380 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21381
21382         * mm-util.el (mm-detect-coding-region): Typo.
21383
21384 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21385
21386         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21387
21388 2005-04-06  Deepak Goel  <deego@gnufans.org>
21389
21390         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21391         user-function allow user modifications of the scores.
21392         (spam-stat-score-buffer-user): New function, to allow
21393         user-computed modifications to the score.
21394         (spam-stat-score-buffer-user-functions): List of additional
21395         scoring functions.
21396         (spam-stat-error-holder): Global temporary error holder.
21397         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21398         variable.
21399
21400 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21401
21402         * gnus-registry.el (gnus-registry-clean-empty-function)
21403         (gnus-registry-trim, gnus-registry-fetch-groups)
21404         (gnus-registry-delete-group): Groups that match
21405         `gnus-registry-ignored-groups' are removed from the registry
21406         entries, not just ignored for splitting.  This helps clean up the
21407         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21408         to get all the groups a message ID is in.
21409
21410         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21411         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21412         (spam-stat-score-buffer-user-functions): Add :number custom type.
21413
21414 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21415
21416         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21417         argument in XEmacs.
21418
21419         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21420         (nnrss-request-group): Decode group name first.
21421         (nnrss-request-article): Make a text/plain article if mml-to-mime
21422         failed.
21423         (nnrss-get-encoding): Return a compatible encoding according to
21424         nnrss-compatible-encoding-alist.
21425         (nnrss-find-el): Use consp instead of listp.
21426         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21427
21428 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21429
21430         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21431         which Emacs 20 doesn't support.
21432         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21433
21434 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21435
21436         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21437         silence the byte compiler inside the defun.
21438
21439         * gnus-demon.el (parse-time-string): Add autoload.
21440
21441         * gnus-delay.el (parse-time-string): Add autoload.
21442
21443         * gnus-art.el (parse-time-string): Add autoload.
21444
21445         * nnultimate.el (parse-time): Require for `parse-time-string'.
21446
21447 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21448
21449         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21450
21451         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21452
21453         * smime.el (smime-ldap-host-list): Add :version.
21454
21455 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21456
21457         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21458         pass it to `gnus-browse-read-group'.
21459         (gnus-browse-read-group): Add NUMBER argument and pass it to
21460         `gnus-group-read-ephemeral-group'.
21461
21462         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21463         argument and pass it to `gnus-group-read-group'.
21464
21465 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21466
21467         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21468         mm-xemacs-find-mime-charset-1 if we have the mule feature
21469         available at runtime.
21470
21471 2005-03-25  Werner Lemberg  <wl@gnu.org>
21472
21473         * nnmaildir.el: Replace `illegal' with `invalid'.
21474
21475 2005-03-23  Lute Kamstra  <lute@gnu.org>
21476
21477         * time-date.el: Add comment on time value formats.
21478         Don't require parse-time.
21479         (with-decoded-time-value): New macro.
21480         (encode-time-value): New function.
21481         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21482         (days-to-time): Return a valid time value when arg is huge.
21483         (time-since): Use time-subtract.
21484         (time-to-number-of-days): Use time-to-seconds.
21485
21486 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21487
21488         * gnus-start.el (gnus-display-time-event-handler):
21489         Check display-time-timer at runtime rather than only at load time
21490         in case display-time-mode is turned off in the mean time.
21491
21492 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21493
21494         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21495         used.
21496
21497         * nneething.el (nneething-map-file-directory): Derive from
21498         `gnus-directory'.
21499
21500         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21501         the To/Cc button.
21502
21503 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21504
21505         * nnmaildir.el (nnmaildir-request-accept-article):
21506         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21507
21508 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21509
21510         * gnus-async.el: Require timer-funcs at compile time when in
21511         XEmacs for `run-with-idle-timer'.
21512
21513 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21514
21515         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21516         autoloaded function.
21517
21518 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21519
21520         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21521
21522 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21523
21524         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21525
21526 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21527
21528         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21529         Add gnus-expert-user to default.
21530
21531 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21532
21533         * nnimap.el (nnimap-open-server): Ditto.
21534
21535         * imap.el (imap-authenticate): Fix typo.
21536
21537 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21538
21539         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21540         buffer (since IMAP server might return FETCH response out of
21541         order, and the nntp buffer must be sorted).
21542
21543 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21544
21545         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21546         comparison on string.
21547
21548         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21549         (gnus-agent-score): Rename category keywords to match gnus-cus.
21550         (gnus-agent-summary-fetch-series): Modify to protect against
21551         gnus-agent-summary-fetch-group clearing processable flags.
21552         (gnus-agent-synchronize-group-flags): Update live group buffer as
21553         synchronization may occur due to the user toggle the plugged
21554         status.
21555         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21556         successfully downloaded.
21557         (gnus-agent-expire-group-1): Avoid using markers when the overview
21558         is in ascending order; greatly improves performance.
21559         (gnus-agent-regenerate-group):
21560         Use gnus-agent-synchronize-group-flags to reset read status in both
21561         gnus and server.
21562         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21563
21564 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21565
21566         * message.el: Don't autoload former message-utils variables.
21567         (message-strip-subject-trailing-was): Change doc string.
21568
21569         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21570         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21571         (nnweb-google-search): Add "hl=en" here.
21572         (nnweb-google-parse-1, nnweb-google-create-mapping):
21573         Don't hardcode URL.
21574
21575 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21576
21577         * message.el (message-get-reply-headers, message-followup):
21578         Mention related variables `message-use-followup-to' and
21579         `message-use-mail-followup-to', in the information buffer.
21580
21581         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21582         of broken groups(-beta).google.com.
21583
21584 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21585
21586         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21587         parameter to invoked gnus-request-move-article; remove the
21588         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21589         all at once instead of once per article.
21590         (gnus-summary-remove-process-mark): Accept a list of articles as
21591         well as a single article for processing.
21592
21593         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21594         parameter.
21595
21596         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21597
21598         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21599
21600         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21601         parameter.
21602
21603         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21604         parameter.
21605
21606         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21607         parameter and remove the gnus-sum-hint-move-is-internal variable.
21608
21609         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21610         parameter.
21611
21612         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21613         parameter.
21614
21615         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21616         parameter.
21617
21618         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21619
21620         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21621         parameter.
21622
21623         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21624         parameter.
21625
21626 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21627
21628         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21629         a more conservative way.
21630
21631 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21632
21633         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21634         buffer, so it moves the window's cursor.
21635
21636 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21637
21638         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21639         `mm-dissect-multipart' and receive the from field as an (optional)
21640         argument from `mm-dissect-multipart'.
21641         (mm-dissect-multipart): Receive the from field as an argument and
21642         pass it on when we call `mm-dissect-buffer' on MIME parts.
21643         Fixes verification/decryption of signed/encrypted MIME parts.
21644
21645 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21646
21647         * gnus-sum.el (gnus-summary-move-article):
21648         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21649         whatever it calls (right now, only nnimap-request-move article
21650         respects it).
21651
21652         * nnimap.el (nnimap-request-move-article):
21653         When gnus-sum-hint-move-is-internal is set, don't do the extra
21654         nnimap-request-article.
21655
21656 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21657
21658         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21659
21660         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21661         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21662
21663         * gnus-sum.el (gnus-summary-caesar-message):
21664         Apply `gnus-treat-article' after rotation.
21665
21666         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21667         doc string.
21668
21669 2005-02-22  Simon Josefsson  <jas@extundo.com>
21670
21671         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21672         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21673         <arne@arnested.dk>.
21674         (encrypt): Add password-cache and password-cache-expiry as group
21675         members.
21676
21677 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21678
21679         * smime.el (smime-ldap-host-list): Doc fix.
21680         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21681         cache) password.
21682         (smime-sign-region): Use it.
21683         (smime-decrypt-region): Use it.
21684         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21685         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21686         fails.
21687         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21688         certificate from DER to PEM format rather than calling openssl.
21689
21690         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21691
21692         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21693         for signing/encryption.
21694
21695         * mml.el (mml-parse-1): Use them.
21696
21697 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21698
21699         * nnrss.el (nnrss-verbose): Remove.
21700         (nnrss-request-group): Use `nnheader-message' instead.
21701
21702 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21703
21704         * nnrss.el (nnrss-verbose): New variable.
21705         (nnrss-request-group): Make it say nnrss is requesting a group.
21706
21707 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21708
21709         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21710         Handle news URL with given port correctly.
21711
21712 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21713
21714         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21715         containing special characters.
21716
21717         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21718
21719         * mml.el (mime-to-mml): Ditto.
21720
21721         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21722         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21723         (rfc2047-decode-region): Quote decoded words containing special
21724         characters when rfc2047-quote-decoded-words-containing-tspecials
21725         is non-nil.
21726
21727 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21728
21729         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21730
21731         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21732
21733 2005-02-15  Simon Josefsson  <jas@extundo.com>
21734
21735         * nnimap.el (nnimap-debug): Doc fix.
21736
21737         * imap.el (imap-debug): Doc fix.
21738
21739 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21740
21741         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21742
21743 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21744
21745         * gnus.el (spam-contents): Improve docs for spam-contents
21746         parameter in its variable incarnation.
21747
21748 2005-02-14  Simon Josefsson  <jas@extundo.com>
21749
21750         * smime-ldap.el: Use require instead of load-library for ldap.
21751         (smime-ldap-search): Indent.
21752         (smime-ldap-search-internal): Shorten line.
21753
21754         * smime.el (smime-cert-by-dns): Add doc-string.
21755         (smime-cert-by-ldap-1): Indent.
21756
21757         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21758         mml-smime-get-dns-ldap.
21759         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21760
21761 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21762
21763         * smime.el: Require smime-ldap.
21764         (smime-ldap-host-list): New variable.
21765         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21766
21767         * mml-smime.el (mml-smime-encrypt-query): New function.
21768         (mml-smime-encrypt-query): Use it.
21769
21770         * smime-ldap.el: New file.
21771
21772 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21773
21774         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21775
21776 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21777
21778         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21779         argument in doc string.  Make query for type more clear.
21780
21781 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21782
21783         * gnus.el (gnus-group-startup-message): Search for gnus images in
21784         etc/images/gnus.
21785         * mm-util.el (mm-image-load-path): Likewise.
21786         * smiley.el (smiley-data-directory): Search for smilies in
21787         etc/images/smilies.
21788
21789 2005-02-09  Kim F. Storm  <storm@cua.dk>
21790
21791         Change Emacs release version from 21.4 to 22.1 throughout.
21792         Change Emacs development version from 21.3.50 to 22.0.50.
21793
21794 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21795
21796         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21797
21798         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21799         non-Mule XEmacs as well.
21800         (mm-decompress-buffer): Signal an error intentionally if it does
21801         not decompress compressed data because auto-compression-mode is
21802         disabled.
21803
21804 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21805
21806         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21807         an ID in the registry even if it has no groups.
21808
21809 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21810
21811         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21812         merge it into mm-decompress-buffer.
21813         (gnus-mime-copy-part): Use the MIME part charset, the value which
21814         a user specified or gnus-newsgroup-charset for decoding, like
21815         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21816         save-buffer what was used.  Suggested by Kevin Ryde
21817         <user42@zip.com.au>.
21818         (gnus-mime-inline-part): Allow the name parameter as well as the
21819         filename parameter; force decompressing of compressed data; always
21820         display contents being not decoded as unibyte.
21821
21822         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21823         as well as the filename parameter.
21824
21825         * mm-util.el (mm-decompress-buffer):
21826         Merge gnus-mime-jka-compr-maybe-uncompress.
21827         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21828         of compressed data.
21829
21830 2005-02-08  Simon Josefsson  <jas@extundo.com>
21831
21832         * imap.el (imap-log): Doc fix.
21833
21834 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21835
21836         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21837         the coding cookies; decompress compressed parts.
21838
21839         * mml.el (mml-generate-mime-1): Add the charset parameter according
21840         to the value which a user specified manually or the coding cookie.
21841
21842         * mm-util.el (mm-string-to-multibyte): New function.
21843         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21844         (mm-coding-system-to-mime-charset): New function.
21845         (mm-decompress-buffer): New function.
21846         (mm-find-buffer-file-coding-system): New function.
21847
21848         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21849         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21850         parts.
21851
21852 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21853
21854         * mm-view.el (mm-display-inline-fontify): Decode a part according
21855         to the charset parameter.
21856
21857 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21858
21859         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21860         prefix arg is neither nil nor a number, as info specifies.
21861
21862 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21865         timestamps.
21866
21867 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21868
21869         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21870         groups error checking and notify user.
21871
21872 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21873
21874         * message.el (message-send-mail-function): Check existence of
21875         sendmail-program first before using default value
21876         `message-send-mail-with-sendmail'.  Otherwise use more generic
21877         `smtpmail-send-it'.
21878
21879 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21880
21881         * nntp.el (nntp-request-update-info): Always return nil.
21882
21883 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21884
21885         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21886
21887 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21888
21889         * message.el (message-beginning-of-line): Change the behavior when
21890         invoked between BOL and : so that it first moves backward.
21891
21892 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21893
21894         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21895         article buffer when editing of the article is discarded.
21896         (gnus-article-prepare): Revert.
21897
21898 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21899
21900         * gnus-art.el (gnus-article-prepare):
21901         Remove message-strip-forbidden-properties from the local hook.
21902
21903 2005-01-27  Simon Josefsson  <jas@extundo.com>
21904
21905         * password.el (password-cache-add): Only start one timer per key.
21906         Reported by Derek Atkins <warlord@MIT.EDU>.
21907
21908 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21909
21910         * run-at-time.el: Remove.  It is no longer needed as
21911         timer-funcs.el in the xemacs-base package has a working version of
21912         `run-at-time'.
21913
21914         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21915
21916         * password.el: Require timer-funcs instead of run-at-time in
21917         XEmacs.
21918         Remove `password-run-at-time' macro.
21919         (password-cache-add): Use `run-at-time' instead of
21920         `password-run-at-time'.
21921
21922         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21923         Remove `nnheader-cancel-function-timers' alias,
21924         `cancel-function-timers' exists in XEmacs in timer-funcs.
21925
21926         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21927         for `run-with-idle-timer'.
21928
21929         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21930         for `run-at-time'.
21931
21932         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21933         for `with-timeout'.
21934
21935         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21936         the same as for XEmacs 21.4.
21937         No need to ignore `run-with-idle-timer', this function exists in
21938         XEmacs now in timer-funcs.el in the xemacs-base package.
21939         (dgnushack-compile): No need to delete
21940         run-at-time.el from the list of files to compile because it
21941         doesn't exist anymore.
21942
21943 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21944
21945         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21946         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21947
21948 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21949
21950         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21951         sensitively.
21952
21953 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21954
21955         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21956
21957 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21958
21959         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21960         which will be inserted according to the multibyteness of a buffer
21961         rather than the type of contents.  Suggested by ARISAWA Akihiro
21962         <ari@mbf.ocn.ne.jp>.
21963
21964         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21965         of string which old xml.el may return rather than a string.
21966
21967 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21968
21969         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21970
21971 2005-01-16  Simon Josefsson  <jas@extundo.com>
21972
21973         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21974         idn/idna.el isn't available.
21975         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21976         <michael@waxrat.com>.
21977
21978         * hashcash.el: Remove non-FSF copyright header.
21979
21980         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21981         (hashcash-generate-payment): Use it.
21982         (hashcash-generate-payment-async): Use it.
21983
21984 2005-01-15  Simon Josefsson  <jas@extundo.com>
21985
21986         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21987         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21988
21989         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21990         gnus-summary-idna-message.
21991         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21992         (gnus-summary-idna-message): New function.
21993
21994 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21995
21996         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21997         gnus-novice-user.
21998
21999 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22000
22001         * nnrss.el (nnrss-request-delete-group): Delete entries in
22002         nnrss-group-alist as well.
22003         (nnrss-save-server-data): Insert newline.
22004
22005 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22006
22007         * gnus.el (gnus-user-agent): Use list of symbols instead of
22008         symbols.  Display full version number for (S)XEmacs.
22009         Optionally display (S)XEmacs codename.
22010
22011         * gnus-util.el (gnus-emacs-version): Update for new
22012         `gnus-user-agent'.
22013
22014         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22015         Gnus version.
22016
22017 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22018
22019         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22020         which is unreadable in some setups.
22021
22022 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22023
22024         * gnus-spec.el (gnus-update-format-specifications): Flush the
22025         group format spec cache if it doesn't support decoded group names.
22026
22027 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22028
22029         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22030         Allow to apply decay on score files matching a regexp.
22031
22032 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22035         compatibility in %g and %c.
22036
22037 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22038
22039         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22040         name for only %g and %c.
22041         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22042         of gnus-tmp-group to decoded group name.
22043         (gnus-group-make-rss-group): Exclude `/'s from group names.
22044
22045 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22046
22047         * nnrss.el (nnrss-get-encoding): Fix regexp.
22048
22049 2004-12-27  Simon Josefsson  <jas@extundo.com>
22050
22051         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22052         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22053         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22054
22055 2004-12-17  Kim F. Storm  <storm@cua.dk>
22056
22057         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22058
22059         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22060
22061 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22062
22063         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22064
22065 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22066
22067         * nnrss.el: Require rfc2047 and mml.
22068         (nnrss-file-coding-system): New variable.
22069         (nnrss-format-string): Redefine it as an inline function.
22070         (nnrss-decode-group-name): New function.
22071         (nnrss-string-as-multibyte): Remove.
22072         (nnrss-retrieve-headers): Decode group name; don't use
22073         nnrss-format-string.
22074         (nnrss-request-group): Decode group name.
22075         (nnrss-request-article): Decode group name; allow a Message-ID as
22076         well as an article number; don't use nnrss-format-string; encode a
22077         Message-ID string which may contain non-ASCII characters; use
22078         mml-to-mime to compose a MIME article.
22079         (nnrss-request-expire-articles): Decode group name.
22080         (nnrss-request-delete-group): Decode group name.
22081         (nnrss-fetch): Clarify error message.
22082         (nnrss-read-server-data): Use insert-file-contents instead of load;
22083         bind file-name-coding-system; use multibyte buffer.
22084         (nnrss-save-server-data): Bind coding-system-for-write to the
22085         value of nnrss-file-coding-system; bind file-name-coding-system;
22086         add coding cookie.
22087         (nnrss-read-group-data): Use insert-file-contents instead of load;
22088         bind file-name-coding-system; use multibyte buffer.
22089         (nnrss-save-group-data): Bind coding-system-for-write to the
22090         value of nnrss-file-coding-system; bind file-name-coding-system.
22091         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22092         make it work with non-ASCII text.
22093         (nnrss-find-el): Make it work with old xml.el as well.
22094
22095 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22096
22097         * nnrss.el (nnrss-get-encoding): New function.
22098         (nnrss-fetch): Use unibyte buffer initially; bind
22099         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22100         decode contents according to the encoding attribute.
22101         (nnrss-save-group-data): Add coding cookie.
22102         (nnrss-mime-encode-string): New function.
22103         (nnrss-check-group): Use it to encode subject and author.
22104
22105 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22106
22107         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22108         imaginary variable.
22109
22110 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22111
22112         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22113         correctly even if there are wide characters.
22114
22115 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22116
22117         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22118         downcased symbol names; make a new cache instead of reusing
22119         bbdb-hashtable.
22120
22121 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22122
22123         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22124         concatenating segments rather than before concatenating them.
22125         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22126
22127         * message.el (message-get-reply-headers): Bind `extra'.
22128
22129 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22130
22131         * message.el (message-extra-wide-headers): New variable.
22132         (message-get-reply-headers): Use it.
22133
22134 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22135
22136         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22137         (gnus-agent-group-pathname): Ditto.
22138
22139         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22140
22141         * gnus-group.el (gnus-group-make-group): Decode group name.
22142         (gnus-group-make-rss-group): Register the group data after opening
22143         the nnrss group.
22144
22145 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22146
22147         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22148         by expiry now get marked as read.
22149
22150 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22153
22154 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22155
22156         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22157         unify Latin characters in XEmacs.
22158         (mm-find-mime-charset-region): Use it.
22159
22160 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22161
22162         * gnus-util.el (gnus-delete-directory): New function.
22163
22164         * gnus-agent.el (gnus-agent-delete-group): Use it.
22165
22166         * gnus-cache.el (gnus-cache-delete-group): Use it.
22167
22168 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22169
22170         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22171         names.
22172
22173 2004-12-16  Simon Josefsson  <jas@extundo.com>
22174
22175         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22176
22177 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22178
22179         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22180
22181         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22182         (gnus-group-set-current-level): Decode group name.
22183
22184 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22185
22186         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22187         failed.
22188
22189 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * gnus-group.el (gnus-group-delete-group): Decode group name.
22192         (gnus-group-make-rss-group): Encode group name.
22193         (gnus-group-catchup-current): Decode group name.
22194         (gnus-group-kill-group): Decode group name.
22195
22196 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22197
22198         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22199
22200 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * gnus-group.el (gnus-group-make-rss-group):
22203         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22204
22205         * gnus-start.el (gnus-setup-news): Honor user's setting to
22206         gnus-message-archive-method.  Suggested by Lute Kamstra
22207         <lute@gnu.org>.
22208
22209 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22210
22211         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22212         global counterparts of the buffer-local variables.
22213
22214 2004-11-16  Romain Francoise  <romain@orebokech.com>
22215
22216         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22217         counterparts of the buffer-local variables.
22218
22219 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22220
22221         * message.el (message-forbidden-properties): Fix typo in doc
22222         string.
22223
22224 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22225
22226         * gnus-util.el (gnus-replace-in-string): Add doc string.
22227
22228         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22229         to avoid problems when splitting mails with many recipients.
22230
22231 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22232
22233         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22234         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22235
22236 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22237
22238         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22239         if there is no hashtable in memory or file modification time is
22240         newer than cached timestamp.
22241
22242 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22243
22244         * gnus-sum.el (gnus-summary-limit-to-recipient):
22245         Implement not-matching option.
22246
22247 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22248
22249         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22250         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22251         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22252         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22253         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22254         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22255
22256 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22257
22258         * message.el (message-forward-make-body-mml): Remove headers
22259         according to message-forward-ignored-headers if a message is decoded.
22260
22261 2004-12-02  Romain Francoise  <romain@orebokech.com>
22262
22263         * message.el (message-forward-make-body-plain): Always remove
22264         headers according to message-forward-ignored-headers.
22265
22266 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22267
22268         * spam.el (spam-summary-prepare-exit): Remove the
22269         gnus-summary-limit pop for now, it has problems with ham marks for
22270         me.
22271
22272 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22273
22274         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22275         correctly.
22276
22277 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22278
22279         * format-spec.el (format-spec): Message the char.
22280
22281 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22282
22283         * gnus-art.el (gnus-split-methods): Reformat comments.
22284
22285         * spam.el (spam-summary-prepare-exit): Remove article limits
22286         before exiting the summary buffer.
22287
22288 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22289
22290         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22291         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22292
22293         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22294         order to silence the byte compiler.
22295
22296         * spam.el: Fix the way to silence the byte compiler, which
22297         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22298         bbdb-search-simple, spam-BBDB-register-routine,
22299         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22300         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22301         spam-stat-buffer-is-spam, spam-stat-load,
22302         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22303         spam-stat-save and spam-stat-split-fancy.
22304
22305 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22306
22307         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22308         which may confuse users.
22309         (canlock-password-for-verify): Ditto.
22310
22311         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22312
22313         * gnus-art.el (gnus-emphasis-alist): Ditto.
22314
22315         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22316
22317         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22318
22319         * gnus-start.el (gnus-save-killed-list): Ditto.
22320
22321         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22322         (gnus-sum-thread-tree-root): Ditto.
22323         (gnus-sum-thread-tree-false-root): Ditto.
22324         (gnus-sum-thread-tree-single-indent): Ditto.
22325
22326         * message.el (message-courtesy-message): Ditto.
22327         (message-archive-note): Ditto.
22328         (message-subscribed-address-file): Ditto.
22329         (message-user-fqdn): Ditto.
22330
22331         * spam-report.el (spam-report-gmane-regex): Ditto.
22332
22333         * spam.el (spam-blackhole-good-server-regex): Ditto.
22334
22335 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22336
22337         * mml.el (mml-preview): Widen the message buffer before copying
22338         the contents to the preview buffer; sort headers before previewing.
22339
22340         * message.el (message-hidden-headers): Fix the way to avoid a bug
22341         in the `repeat' widget in Emacs 21.3 or earlier.
22342
22343 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * message.el (message-hidden-headers): Default to "^References:".
22346         Improve customization type.  Suggested by Reiner Steib
22347         <Reiner.Steib@gmx.de>.
22348
22349 2004-11-25  Romain Francoise  <romain@orebokech.com>
22350
22351         * message.el (message-strip-forbidden-properties): Remove check for
22352         obsolete `message-hidden' text property, hidden headers are not
22353         accessible in the buffer anymore.
22354
22355 2004-11-22  Romain Francoise  <romain@orebokech.com>
22356
22357         * message.el (message-header-format-alist): Add `From' in list
22358         so that it can be sorted.
22359         (message-fix-before-sending): Widen and sort headers before
22360         sending.
22361         (message-hide-headers): Use narrowing to hide headers by moving
22362         them to the top of the buffer and narrowing to the region
22363         underneath.
22364
22365 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22366
22367         * message.el (message-strip-forbidden-properties):
22368         Bind buffer-read-only (etc) to nil.
22369
22370 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22371
22372         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22373         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22374
22375 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22376
22377         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22378
22379 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22380
22381         * dns.el (query-dns): Use sit-for to time instead of
22382         accept-process-output, since that doesn't seem to work on udp
22383         sockets.
22384
22385 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22386
22387         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22388
22389 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22390
22391         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22392         doc string.  Improve doc string.
22393
22394 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22395
22396         * nntp.el (nntp-request-update-info): Return nil if
22397         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22398         may not call gnus-activate-group which uselessly issues the GROUP
22399         commands for all nntp groups and wastes time.  Reported by Romain
22400         Francoise <romain@orebokech.com>.
22401
22402         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22403
22404 2004-11-15  Simon Josefsson  <jas@extundo.com>
22405
22406         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22407         headers separately.
22408         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22409         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22410
22411 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22412
22413         * gnus-start.el (gnus-convert-old-newsrc):
22414         Assign legacy-gnus-agent to 5.10.7.
22415
22416 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22417
22418         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22419         start of the lines.
22420
22421 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22422
22423         * hashcash.el (hashcash-default-payment): Change default to 20.
22424         (hashcash-default-accept-payment): Change default to 20.
22425         (hashcash-process-alist): New variable.
22426         (hashcash-generate-payment-async): Add.
22427         (hashcash-already-paid-p): Add.
22428         (hashcash-insert-payment): Don't generate payments twice.
22429         (hashcash-insert-payment-async): Add.
22430         (hashcash-insert-payment-async-2): Add.
22431         (hashcash-cancel-async): Add.
22432         (hashcash-wait-async): Add.
22433         (hashcash-processes-running-p): Add.
22434         (hashcash-wait-or-cancel): Add.
22435         (mail-add-payment): New optional argument.  Conditionally start
22436         asynchronous calculation.
22437         (mail-add-payment-async): Add.
22438
22439         * message.el (message-send-mail): Wait for asynchronous hashcash
22440         results.  Don't clobber existing X-Hashcash headers.
22441         (message-setup-1): Call mail-add-payment-async when
22442         message-generate-hashcash is non-nil.
22443
22444 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22445
22446         * message.el (message-use-alternative-email-as-from): Examine the
22447         From header as well; use message-make-from in order to include a
22448         user's full name.
22449
22450 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22451
22452         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22453         default; improve customization type.
22454         (gnus-emphasis-custom-with-format): New macro.
22455         (gnus-emphasis-custom-value-to-external): New function.
22456         (gnus-emphasis-custom-value-to-internal): New function.
22457
22458 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22459
22460         * dns.el (query-dns): Resolve reverse addresses.
22461
22462 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22463
22464         * gnus-group.el (gnus-group-get-new-news): Use it.
22465
22466         * gnus-start.el (gnus-check-reasonable-setup): New function.
22467
22468 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22469
22470         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22471         "Args out of range" error.  Reported by Arnaud Giersch
22472         <arnaud.giersch@free.fr>.
22473
22474 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22475
22476         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22477
22478 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22479
22480         * spam.el (spam group): Add :version.
22481
22482         * pgg-def.el (pgg group): Add :version.
22483
22484 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22485
22486         * gnus-art.el (gnus-article-edit-article): Don't associate the
22487         article buffer with a draft file.  This is a temporary measure
22488         against the 2004-08-22 change to gnus-article-edit-mode.
22489
22490 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22491
22492         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22493         (html2text-format-tags): Remove unused variable `attr'.
22494
22495 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22496
22497         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22498
22499         * tls.el (tls-process-connection-type, tls-success)
22500         (tls-certtool-program): Add :version.
22501
22502         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22503         (starttls-extra-arguments, starttls-process-connection-type)
22504         (starttls-connect, starttls-failure, starttls-success): Add :version.
22505
22506         * spam-stat.el (spam-stat): Add :version.
22507
22508         * sieve.el (sieve): Add :version.
22509
22510         * sha1.el (sha1): Add :version.
22511         (sha1-use-external): Remove redundant version.
22512
22513         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22514         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22515         (nnmail-split-fancy-match-partial-words)
22516         (nnmail-split-lowercase-expanded): Add :version.
22517
22518         * nndiary.el (nndiary): Add :version.
22519
22520         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22521
22522         * mml-sec.el (mml-default-sign-method)
22523         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22524         Add :version.
22525
22526         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22527
22528         * mm-url.el (mm-url-use-external, mm-url-program)
22529         (mm-url-arguments): Add :version.
22530
22531         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22532         (mm-attachment-file-modes, mm-decrypt-option)
22533         (mm-w3m-safe-url-regexp): Add :version.
22534
22535         * message.el (message-cite-prefix-regexp)
22536         (message-sendmail-envelope-from, message-minibuffer-local-map)
22537         (message-user-fqdn, message-completion-alist): Add :version.
22538
22539         * gnus-win.el (gnus-configure-windows-hook)
22540         (gnus-use-frames-on-any-display): Add :version.
22541
22542         * gnus-art.el (gnus-article-address-banner-alist)
22543         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22544         (gnus-treat-from-picon, gnus-treat-mail-picon)
22545         (gnus-treat-x-pgp-sig): Add :version.
22546
22547         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22548         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22549         (gnus-summary-article-delete-hook)
22550         (gnus-summary-display-while-building): Add :version.
22551
22552         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22553         (gnus-get-top-new-news-hook): Add :version.
22554
22555         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22556         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22557
22558         * gnus-registry.el (gnus-registry): Add :version.
22559
22560         * gnus-spec.el (gnus-use-correct-string-widths)
22561         (gnus-make-format-preserve-properties): Add :version.
22562
22563         * gnus.el (gnus-group-charter-alist)
22564         (gnus-group-fetch-control-use-browse-url)
22565         (gnus-install-group-spam-parameters): Add :version.
22566
22567         * gnus-diary.el (gnus-diary): Add :version.
22568
22569         * gnus-delay.el (gnus-delay): Add :version.
22570
22571         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22572         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22573         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22574         Add :version.
22575
22576         * gnus-agent.el (gnus-agent-max-fetch-size)
22577         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22578         (gnus-agent-prompt-send-queue): Add :version.
22579
22580         * deuglify.el (gnus-outlook-deuglify): Add :version.
22581
22582         * html2text.el: Beautify code.  Improve doc strings.
22583         Some checkdoc cleanup.
22584         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22585
22586 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22587
22588         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22589
22590 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22591
22592         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22593         when package is loaded.
22594
22595         * spam.el (spam-summary-score-preferred-header): Add global preference
22596         for people who want to override the default SpamAssassin over
22597         Bogofilter preference (when both are set).
22598         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22599         (spam-user-format-function-S):
22600         Check spam-summary-score-preferred-header.
22601         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22602         (spam-user-format-function-S): Format the score correctly.
22603
22604 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22605
22606         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22607         signature file.  Suggested by Manoj Srivastava
22608         <srivasta@golden-gryphon.com>.
22609
22610         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22611         iso-2022-jp even in the Japanese language environment.
22612         Suggested by Jason Rumney <jasonr@gnu.org>.
22613
22614 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22615
22616         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22617         use the same characters as the dummy marks; make it free from
22618         getting affected by the language environment.
22619         (gnus-summary-read-group-1): Update mark positions only when the
22620         format spec is updated.
22621
22622         * gnus-spec.el (gnus-update-format-specifications): Return a list
22623         of updated types.
22624
22625 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22628         of boundp to check if display-warning is available.
22629
22630 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22631
22632         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22633
22634 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22635
22636         * nnspool.el (nnspool-spool-directory): Use news-path if the
22637         news-directory variable is not bound.
22638
22639         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22640         function instead of display-warning if it is not available.
22641
22642 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22643
22644         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22645         v5-10: Use `point-at-bol'.
22646
22647 2004-10-26  Simon Josefsson  <jas@extundo.com>
22648
22649         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22650         <chenggao@gmail.com>.
22651
22652 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22653
22654         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22655         instead.
22656
22657 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22658
22659         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22660         to remove a server from the nnimap-server-buffer-alist.
22661         (nnimap-open-connection, nnimap-close-server): Use it.
22662
22663         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22664
22665 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22666
22667         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22668         running the major-mode function.
22669
22670 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22671
22672         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22673         dummy marks in the right way.
22674
22675 2004-10-18  David Edmondson  <dme@dme.org>
22676
22677         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22678         excessively.
22679
22680 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22681
22682         * gnus-util.el (gnus-split-references): Accept a nil references
22683         string and go on blissfully.
22684
22685         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22686         cases where the references string is non-nil but has no references.
22687
22688         * encrypt.el: Add autoload tags.
22689
22690         * spam.el (spam-resolve-registrations-routine): Remove article
22691         from unregistration list too.  Reported by David Hanak
22692         <dhanak@isis.vanderbilt.edu>
22693
22694 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22695
22696         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22697         nil.  Change custom type.
22698
22699 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22700
22701         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22702
22703         * gnus-sum.el (gnus-summary-move-article): Use it.
22704
22705 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22706
22707         * encrypt.el: Add autoload cookies.
22708
22709         * spam.el (spam-backend-article-list-property)
22710         (spam-backend-get-article-todo-list)
22711         (spam-backend-put-article-todo-list)
22712         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22713         Resolve registrations separately.
22714         (spam-register-routine): Format comments.
22715         (spam-unregister-routine, spam-register-routine): Always call with
22716         specific-articles, no default list.
22717         (spam-summary-prepare-exit): Use the spam-classifications function.
22718
22719         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22720         gnus-encrypt.el.
22721
22722         * encrypt.el: Copied from gnus-encrypt.el.
22723
22724         * gnus-encrypt.el: Commented that it's obsolete.
22725
22726 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22727
22728         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22729         (gnus-score-save): Use it.
22730
22731         * message.el (message-bury): Use `window-dedicated-p'.
22732
22733 2004-10-15  Simon Josefsson  <jas@extundo.com>
22734
22735         * pop3.el (top-level): Don't require nnheader.
22736         (pop3-read-timeout): Add.
22737         (pop3-accept-process-output): Add.
22738         (pop3-read-response, pop3-retr): Use it.
22739
22740 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22741
22742         * spam.el (spam-register-routine): Move comment.
22743         (spam-verify-bogofilter): Use 'unknown for the initial
22744         spam-bogofilter-valid state, not 'never.
22745
22746         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22747         for netrc-machine.
22748
22749         * nnimap.el (nnimap-open-connection):
22750         Use netrc-machine-user-or-password.
22751
22752 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22753
22754         * gnus-registry.el (gnus-registry-unload-hook):
22755         Set as a variable with add-hook.
22756
22757         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22758         of news-path.
22759
22760         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22761
22762         * spam.el: Delete duplicate `provide'.
22763         (spam-unload-hook): Set as a variable with add-hook.
22764
22765 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22766
22767         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22768         in the doc string.
22769
22770         * message.el (message-ignored-news-headers)
22771         (message-ignored-supersedes-headers)
22772         (message-ignored-resent-headers)
22773         (message-forward-ignored-headers): Improve custom type.
22774
22775 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22776
22777         * message.el (message-tokenize-header): Fix 2004-09-06 change
22778         which used point-min in the wrong place.
22779
22780 2004-10-12  Simon Josefsson  <jas@extundo.com>
22781
22782         * tls.el (tls-certtool-program): New variable.
22783         (tls-certificate-information): New function, based on
22784         ssl-certificate-information.
22785
22786 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22787
22788         * compface.el: Move the version of ELisp-based uncompface program
22789         to the contrib directory because of the copyright problem.
22790
22791 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22792
22793         * message.el (message-kill-buffer): Raise the current frame.
22794
22795 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22796
22797         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22798
22799         * gnus.el (message-y-or-n-p): Autoload.
22800
22801         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22802         (pop3-password-required, pop3-authentication-scheme)
22803         (pop3-leave-mail-on-server): Make customizable.
22804         (pop3): New custom group.
22805         (pop3-retr): Remove `sleep-for' statements.
22806         Suggested by Dave Love <fx@gnu.org>.
22807
22808         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22809         Windows/DOS.
22810
22811         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22812         (imap-parse-body): Fix incorrect use of `assert'.
22813         Suggested by Dave Love <fx@gnu.org>.
22814
22815         * mml.el (mml-minibuffer-read-disposition): Require match.
22816         Suggested by Dave Love <fx@gnu.org>.
22817
22818 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22819
22820         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22821         doc string.
22822
22823 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22824
22825         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22826
22827 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22828
22829         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22830         instead of calling `mm-insert-inline', to decode text/* parts
22831         before displaying them.
22832
22833 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22834
22835         * mm-uu.el (mm-uu-text-plain-type): New variable.
22836         (mm-uu-pgp-signed-extract-1): Use it.
22837         (mm-uu-pgp-encrypted-extract-1): Use it.
22838         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22839         bind mm-uu-text-plain-type with that value.
22840         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22841         mm-uu-dissect.
22842
22843 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22844
22845         * gnus-group.el (gnus-update-group-mark-positions):
22846         * gnus-sum.el (gnus-update-summary-mark-positions):
22847         * message.el (message-check-news-body-syntax):
22848         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22849         of string-as-multibyte.
22850
22851 2004-10-05  Juri Linkov  <juri@jurta.org>
22852
22853         * gnus-group.el (gnus-update-group-mark-positions):
22854         * gnus-sum.el (gnus-update-summary-mark-positions):
22855         * message.el (message-check-news-body-syntax):
22856         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22857         8-bit unibyte values to a multibyte string for search functions.
22858
22859 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22862         (mm-uu-dissect-text-parts): New function.
22863
22864         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22865         dissect text parts.
22866
22867         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22868         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22869
22870         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22871
22872         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22873         Use gnus-current-topics instead of gnus-current-topic.
22874
22875 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22876
22877         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22878
22879 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22880
22881         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22882         where appropriate.
22883
22884         * nnml.el (nnml-generate-active-info): do.
22885
22886         * nndiary.el (nndiary-generate-active-info): do.
22887
22888         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22889         (gnus-topic-move): do.
22890
22891         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22892         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22893
22894         * gnus-srvr.el (gnus-server-prepare)
22895         (gnus-server-open-all-servers): do.
22896
22897         * gnus-msg.el (gnus-summary-cancel-article)
22898         (gnus-summary-resend-message)
22899         (gnus-summary-mail-crosspost-complaint): do.
22900
22901         * gnus-move.el (gnus-change-server): do.
22902
22903         * gnus-group.el (gnus-group-unmark-all-groups)
22904         (gnus-group-set-current-level): do.
22905
22906 2004-10-04  Simon Josefsson  <jas@extundo.com>
22907
22908         * message.el (message-generate-hashcash): Doc fix.
22909
22910 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22911
22912         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22913         avoid infinite recursion via gnus-get-function.
22914
22915 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22916
22917         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22918
22919         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22920
22921         * nnmail.el (nnmail-split-history): do.
22922
22923         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22924         (nnml-request-delete-group): do.
22925
22926         * nnslashdot.el (nnslashdot-read-groups): do.
22927
22928         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22929         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22930
22931         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22932         (nnspool-sift-nov-with-sed): Use last.
22933         (nnspool-retrieve-headers-with-nov): Use mapc.
22934         (nnspool-request-newgroups): Use dolist.
22935         (nnspool-request-group): Use last.
22936
22937         * nntp.el (nntp-read-server-type): Use dolist.
22938
22939         * nnvirtual.el (nnvirtual-create-mapping)
22940         (nnvirtual-update-read-and-marked): Use dolist.
22941         (nnvirtual-convert-headers): Simplify.
22942
22943 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22944
22945         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22946         Add support for sync'ing tick marks.
22947
22948 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22949
22950         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22951         there's no visible header.
22952
22953 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22954
22955         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22956         When necessary, pass full group name to gnus-request-set-marks.
22957
22958 2004-10-01  Simon Josefsson  <jas@extundo.com>
22959
22960         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22961         acroread.
22962
22963 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22964
22965         * spam-report.el (spam-report-gmane): Fix interactive.
22966
22967         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22968
22969         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22970         when writing file.
22971         (gnus-agent-synchronize-flags): Don't default to being
22972         interactive.
22973
22974 2004-09-30  Simon Josefsson  <jas@extundo.com>
22975
22976         * message.el (message-generate-hashcash): Add.
22977         (message-send-mail): Use it, call mail-add-payment.
22978
22979 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22980
22981         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22982
22983 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22984
22985         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22986         gnus-requst-update-info with explicit code to sync the in-memory
22987         info read flags with the marks being sync'd to the backend.
22988
22989         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22990
22991 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22992
22993         * spam.el (spam-verify-bogofilter): Add new function.
22994         (spam-check-bogofilter)
22995         (spam-bogofilter-register-with-bogofilter): Use it.
22996         (spam-verify-bogofilter): Add small fixes.
22997
22998 2004-09-28  Simon Josefsson  <jas@extundo.com>
22999
23000         * hashcash.el (hashcash-generate-payment): Revert.
23001
23002 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23003
23004         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23005         Use gnus-extract-references instead of gnus-split-references.
23006
23007         * gnus-util.el (gnus-extract-references): Add new function, analogous
23008         to gnus-split-references but extracts only the message-ID without
23009         anything extra.
23010
23011         * hashcash.el (hashcash-generate-payment)
23012         (hashcash-check-payment): Do the right thing if hashcash-path is
23013         nil (because the hashcash program could not be found).
23014
23015         * spam.el (spam-use-hashcash): Remove comment.
23016
23017 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23018
23019         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23020         (gnus-cache-enter-article, gnus-cache-remove-article)
23021         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23022
23023         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23024
23025         * gnus-art.el (article-hide-boring-headers)
23026         (article-translate-strings, article-display-face)
23027         (gnus-article-mime-match-handle-first)
23028         (gnus-article-highlight-headers)
23029         (gnus-article-add-buttons-to-head): do.
23030
23031 2004-09-27  Simon Josefsson  <jas@extundo.com>
23032
23033         * hashcash.el: New version, from
23034         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23035         ../contrib/.
23036
23037 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23038
23039         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23040
23041 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23042
23043         * gnus-dup.el (gnus-dup-open): Use mapc.
23044         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23045
23046         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23047         Reported by Stefan Wiens <s.wi@gmx.net>.
23048
23049         * gnus.el (gnus-shutdown): Use dolist.
23050
23051         * gnus-undo.el (gnus-undo): Use mapc.
23052
23053         * nnrss.el (nnrss-generate-active): do.
23054
23055         * message.el (message-cite-original-without-signature)
23056         (message-cite-original): Use mapc.
23057         (message-do-actions, message-make-forward-subject): Use dolist.
23058
23059 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23060
23061         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23062         deletion to remove entire duplicate line.  Fixes merged article
23063         number bug.
23064
23065 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23066
23067         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23068         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23069         first ask if you want to open a server and then, even when you
23070         responded with no, asking if you want to synchronize the server's
23071         flags.
23072         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23073         multi-line expressions.
23074         (gnus-agent-synchronize-group-flags): New internal function.
23075         Updates marks in memory (in the info structure) AND in the
23076         backend.
23077
23078         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23079
23080         * nnagent.el (nnagent-request-set-mark):
23081         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23082         method, to ensure that synchronization updates marks in the
23083         backend and in the info (in memory) structure.
23084
23085 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23086
23087         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23088         convention fully; don't miss the root article of a thread; make
23089         the X-Draft-From header with correct article numbers.
23090
23091 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23092
23093         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23094         unless plugged.  Disable the agent so that an open failure causes
23095         an error.
23096
23097         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23098         Revert 2004-09-21 change.  The backend must be opened while
23099         synchronizing flags even when the backend stores the flags
23100         locally.
23101
23102 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23103
23104         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23105         in `header' match.  Reported by Svend Tollak Munkejord.
23106
23107         * message.el (message-cite-original): Fix use of
23108         `message-cite-articles-with-x-no-archive'.
23109
23110 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23111
23112         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23113         (gnus-window-to-buffer): Ditto.
23114
23115         * mml.el (mml-preview-buffer): New variable.
23116         (mml-preview): Manage window layout with gnus-buffer-configuration.
23117
23118         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23119         X-Draft-From header even if those articles aren't quoted.
23120
23121 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23122
23123         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23124         (gnus-request-set-mark, gnus-request-update-mark): Use new
23125         g-s-t-u-l-m to decide to use backend even when unplugged.
23126
23127 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23128
23129         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23130         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23131
23132 2004-09-20  Simon Josefsson  <jas@extundo.com>
23133
23134         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23135         "utf-16-le".
23136
23137 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23138
23139         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23140
23141 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23142
23143         * uudecode.el (uudecode-use-external): Add :version.
23144
23145         * smime.el (smime-CA-file, smime-encrypt-cipher)
23146         (smime-dns-server): Add :version.
23147
23148         * smiley.el (gnus-smiley-file-types): Add :version.
23149
23150         * sha1.el (sha1-use-external): Add :version.
23151
23152         * pgg-def.el (pgg-query-keyserver): Add :version.
23153
23154         * nnmail.el (nnmail-fancy-expiry-targets)
23155         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23156         Add :version.
23157
23158         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23159         (nnimap-retrieve-groups-asynchronous): Add :version.
23160         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23161
23162         * mml.el (mml-content-disposition-parameters)
23163         (mml-insert-mime-headers-always): Add :version.
23164
23165         * mm-util.el (mm-coding-system-priorities): Add :version.
23166
23167         * mm-decode.el (mm-inline-text-html-with-images)
23168         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23169         (mm-verify-option): Add :version.
23170         (mm-text-html-renderer): Change :version.
23171
23172         * message.el (message-fcc-externalize-attachments)
23173         (message-required-headers, message-draft-headers)
23174         (message-subject-trailing-was-query)
23175         (message-subject-trailing-was-ask-regexp)
23176         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23177         (message-mark-insert-end, message-archive-header)
23178         (message-archive-note, message-cross-post-default)
23179         (message-cross-post-note, message-followup-to-note)
23180         (message-cross-post-note-function, message-use-mail-followup-to)
23181         (message-subscribed-address-functions)
23182         (message-subscribed-address-file, message-subscribed-addresses)
23183         (message-subscribed-regexps, message-allow-no-recipients)
23184         (message-yank-cited-prefix, message-signature-insert-empty-line)
23185         (message-hidden-headers, message-hierarchical-addresses)
23186         (message-mail-user-agent, message-use-idna)
23187         (message-valid-fqdn-regexp)
23188         (message-strip-special-text-properties, message-header-synonyms)
23189         (message-beginning-of-line, message-tab-body-function): Add :version.
23190         (message-insert-canlock, message-wide-reply-confirm-recipients):
23191         Change :version.
23192
23193         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23194         and :version.
23195         (mail-source-delete-old-incoming-confirm)
23196         (mail-source-movemail-program): Add :version.
23197
23198         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23199         (gnus-agent-cache, gnus-agent): Change :version.
23200
23201         * gnus-util.el (gnus-use-byte-compile): Change :version.
23202
23203         * gnus-sum.el (gnus-summary-make-false-root-always)
23204         (gnus-summary-default-high-score)
23205         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23206         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23207         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23208         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23209         (gnus-sum-thread-tree-single-indent)
23210         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23211         (gnus-sum-thread-tree-leaf-with-other)
23212         (gnus-sum-thread-tree-single-leaf): Add :version.
23213         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23214         (gnus-article-loose-mime): Change :version.
23215
23216         * gnus-start.el (gnus-backup-startup-file)
23217         (gnus-save-startup-file-via-temp-buffer): Add :version.
23218
23219         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23220         (gnus-server-offline-face): Add :version.
23221
23222         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23223
23224         * gnus-msg.el (gnus-gcc-externalize-attachments)
23225         (gnus-debug-files, gnus-debug-exclude-variables)
23226         (gnus-discouraged-post-methods): Change :version.
23227         (gnus-confirm-mail-reply-to-news)
23228         (gnus-confirm-treat-mail-like-news): Add :version.
23229
23230         * gnus-int.el (gnus-server-unopen-status): Add :version.
23231
23232         * gnus-group.el (gnus-group-jump-to-group-prompt)
23233         (gnus-large-ephemeral-newsgroup)
23234         (gnus-fetch-old-ephemeral-headers): Add :version.
23235
23236         * gnus-fun.el (gnus-x-face-directory)
23237         (gnus-convert-pbm-to-x-face-command)
23238         (gnus-convert-image-to-x-face-command)
23239         (gnus-convert-image-to-face-command): Add :version.
23240
23241         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23242
23243         * gnus-cite.el (gnus-cite-blank-line-after-header)
23244         (gnus-article-boring-faces): Add :version.
23245
23246         * gnus-art.el (gnus-buttonized-mime-types)
23247         (gnus-inhibit-mime-unbuttonizing)
23248         (gnus-treat-display-face)
23249         (gnus-treat-body-boundary): Change :version.
23250         (gnus-body-boundary-delimiter, gnus-picon-databases)
23251         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23252         (gnus-treat-date-english, gnus-treat-fold-headers)
23253         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23254         (gnus-treat-mail-picon, gnus-treat-wash-html)
23255         (gnus-article-encrypt-protocol)
23256         (gnus-use-idna, gnus-article-over-scroll)
23257         (gnus-mime-display-multipart-alternative-as-mixed)
23258         (gnus-mime-display-multipart-related-as-mixed)
23259         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23260         (gnus-ctan-url, gnus-button-ctan-handler)
23261         (gnus-button-handle-ctan-bogus-regexp)
23262         (gnus-button-ctan-directory-regexp)
23263         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23264         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23265         (gnus-button-man-level, gnus-button-emacs-level)
23266         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23267
23268         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23269         (gnus-agent-go-online): Change :version.
23270         (gnus-agent-expire-unagentized-dirs)
23271         (gnus-agent-auto-agentize-methods): Add :version.
23272
23273         * flow-fill.el (fill-flowed-display-column)
23274         (fill-flowed-encode-column): Add :version.
23275
23276         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23277         (gnus-outlook-deuglify-unwrap-max)
23278         (gnus-outlook-deuglify-cite-marks)
23279         (gnus-outlook-deuglify-unwrap-stop-chars)
23280         (gnus-outlook-deuglify-no-wrap-chars)
23281         (gnus-outlook-deuglify-attrib-cut-regexp)
23282         (gnus-outlook-deuglify-attrib-verb-regexp)
23283         (gnus-outlook-deuglify-attrib-end-regexp)
23284         (gnus-outlook-display-hook): Add :version.
23285
23286         * binhex.el (binhex-use-external): Add :version.
23287
23288 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23289
23290         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23291         and `invisible'.
23292
23293 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23294
23295         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23296         in gnus-registry-trim.
23297
23298 2004-09-13  Simon Josefsson  <jas@extundo.com>
23299
23300         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23301
23302         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23303
23304         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23305         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23306         <yamaoka@jpl.org>.
23307         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23308         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23309         <yamaoka@jpl.org>.
23310
23311         * sieve.el (sieve-manage-mode): Ditto.
23312
23313 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23314
23315         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23316
23317 2004-09-11  Simon Josefsson  <jas@extundo.com>
23318
23319         * dns-mode.el: Add.
23320
23321         * mm-view.el (mm-display-dns-inline): Add.
23322
23323         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23324         (mm-automatic-display): Ditto.
23325
23326         * mailcap.el (mailcap-mime-data): Add text/dns.
23327         (mailcap-mime-extensions): Map .soa to text/dns.
23328
23329 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23330
23331         * gnus-art.el (article-decode-mime-words, article-babel)
23332         (gnus-article-highlight-signature, gnus-article-add-buttons)
23333         (gnus-signature-toggle): Remove unnecessary bindings of
23334         `inhibit-read-only' inherited from v5.10 merge.
23335
23336 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23337
23338         * nntp.el (nntp): New customization group.
23339         (nntp-authinfo-file): Add customization group.
23340
23341         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23342
23343         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23344
23345         * gnus.el (to-address, to-list, subscribed)
23346         (large-newsgroup-initial): Ditto.
23347
23348         * flow-fill.el (fill-flowed-display-column)
23349         (fill-flowed-encode-column): Ditto.
23350
23351 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23352
23353         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23354         Use point-min rather than 1.
23355         (message-send-mail): Use buffer-size rather than point-max.
23356
23357         * gnus-sum.el (gnus-summary-search-article-forward):
23358         Signal a specific `search-failed' rather than a generic `error'.
23359
23360         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23361         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23362         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23363
23364 2004-09-10  Simon Josefsson  <jas@extundo.com>
23365
23366         * nndb.el (require): Remove tcp and duplicate cl.
23367
23368 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23369
23370         * gnus-agent.el (directory-files-and-attributes): Move forward.
23371
23372 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23373
23374         * gnus-agent.el (directory-files-and-attributes):
23375         Optionally defined to support XEmacs.
23376
23377 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23378
23379         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23380         to avoid run-time CL dependencies.
23381         (gnus-agent-unfetch-articles): New function.
23382         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23383         article numbers even when local .overview file is missing.
23384         (gnus-agent-read-article-number): New function.  Only accepts
23385         27-bit article numbers.
23386         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23387         Use gnus-agent-read-article-number.
23388         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23389         from backend while recognizing that article numbers in .overview
23390         must be valid.
23391         (gnus-agent-update-files-total-fetched-for):
23392         Use directory-files-and-attributes to improve performance.
23393         * gnus-int.el (gnus-request-move-article):
23394         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23395         improve performance.
23396
23397         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23398         some users confused by references to .newsrc when they only have a
23399         .newsrc.eld file.
23400         (gnus-convert-mark-converter-prompt)
23401         (gnus-convert-converter-needs-prompt): Fix use of property list.
23402         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23403         New function.  Used internally to only display 'gnus converting
23404         files' message when actually necessary.
23405
23406         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23407         methods now autoloaded.
23408
23409 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23410
23411         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23412         identifiers.
23413
23414 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23415
23416         * gnus-picon.el: Fix indentation and closing parenthesis.
23417
23418 2004-09-01  Simon Josefsson  <jas@extundo.com>
23419
23420         * message.el (message-canlock-generate): Require sha1, not
23421         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23422         to require within a function.  Sadly, if sha1.el isn't loaded, the
23423         let binding in m-c-g will hide the defcustom definition, which is
23424         bad.)
23425
23426         * canlock.el: Require sha1, not sha1-el.
23427
23428         * message.el: Don't autoload sha1 (there is a autoload cookie in
23429         sha1.el).
23430
23431         * sha1-el.el: Rename to sha1.el.
23432
23433 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23434
23435         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23436
23437 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23438
23439         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23440
23441 2004-08-30  Kim F. Storm  <storm@cua.dk>
23442
23443         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23444
23445         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23446         Add :group 'nnimap.
23447
23448 2004-08-30  Andreas Schwab  <schwab@suse.de>
23449
23450         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23451         ?* and ?\;.
23452
23453         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23454         and ?\' to symbol instead of whitespace.
23455
23456 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23457
23458         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23459
23460         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23461         instead of re-search-forward.
23462
23463         * gnus-uu.el (gnus-uu-save-article): Ditto.
23464         (gnus-uu-post-encode-uuencode): Ditto.
23465
23466         * html2text.el (html2text-clean-list-items): Ditto.
23467         (html2text-clean-dtdd): Ditto.
23468         (html2text-format-tags): Ditto.
23469
23470         * message.el (message-send-mail-with-sendmail): Fix regexp.
23471         (message-fill-field-general): Use search-forward instead of
23472         re-search-forward.
23473         (unbold-region): Ditto.
23474
23475         * nnrss.el (nnrss-request-article): Ditto.
23476
23477         * nnslashdot.el (nnslashdot-request-article): Ditto.
23478
23479         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23480
23481         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23482         "Unrecognized menu descriptor" error in XEmacs.
23483
23484 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23485
23486         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23487         parent article of a sparse article in the thread hashtb.
23488
23489 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23490
23491         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23492         (nnmail-expand-newtext): Lowercase expanded entries if
23493         nnmail-split-lowercase-expanded is non-nil.
23494
23495 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23498
23499         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23500         of gnus-tmp-news-method into string under XEmacs.  It will be
23501         passed to gnus-correct-length which takes only a string argument.
23502
23503 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23504
23505         * gnus-util.el (gnus-bind-print-variables): New macro.
23506         (gnus-prin1): Use it.
23507         (gnus-prin1-to-string): Use it.
23508         (gnus-pp): New function.
23509         (gnus-pp-to-string): New function.
23510
23511         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23512         Replace pp-to-string with gnus-pp-to-string.
23513         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23514         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23515         * gnus-msg.el (gnus-debug): Ditto.
23516         * gnus-score.el (gnus-score-save): Ditto.
23517         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23518         gnus-pp-to-string.
23519         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23520         with gnus-pp.
23521         * score-mode.el (gnus-score-pretty-print): Ditto.
23522         * webmail.el (webmail-debug): Ditto.
23523
23524 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23525
23526         * gnus-art.el (article-display-face, article-display-x-face):
23527         Use buffer-read-only.
23528
23529 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23530
23531         * gnus-art.el (article-hide-list-identifiers):
23532         Bind inhibit-read-only as t.
23533
23534 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23535
23536         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23537
23538 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23539
23540         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23541         (gnus-narrow-to-page): Don't assume point-min == 1.
23542         (gnus-article-edit-mode): Derive from message-mode.
23543
23544         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23545         point-min == 1.
23546
23547         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23548         Disable incorrect use of `assert'.
23549
23550         * message.el (message-mode): Set comment-start-skip.
23551
23552
23553 2004-08-22  Sam Steingold  <sds@gnu.org>
23554
23555         * pop3.el (pop3-leave-mail-on-server): New user variable.
23556         (pop3-movemail): Delete mail only when it is nil.
23557
23558 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23559
23560         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23561
23562         * mml.el (mml-preview): Use `pop-to-buffer'.
23563
23564         * message.el (message-goto-mail-followup-to): Insert after "To".
23565         (message-carefully-insert-headers): Add comment.
23566
23567         * gnus.el: Remove unused variable `gnus-article-check-size'.
23568
23569         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23570
23571         * gnus-art.el (gnus-button-alist):
23572         Improve `gnus-button-handle-library' entry.
23573
23574 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23575
23576         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23577         Use downcase, since XEmacs capitalizes error messages differently.
23578
23579 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23580
23581         * nntp.el: Add (require 'gnus) due to reference to
23582         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23583
23584 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23585
23586         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23587         Bind `mm-fill-flowed'.
23588
23589         * mm-decode.el (mm-dissect-singlepart): Check it.
23590
23591 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23592
23593         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23594         'imap' for netrc parsing.
23595
23596 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23597
23598         * mailcap.el (mailcap-mime-data): Mark as risky.
23599
23600 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23601
23602         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23603         may be included in the encoded word.
23604         (rfc2047-encode): Don't append a space if the encoded word
23605         includes close parenthesis.
23606
23607 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23608
23609         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23610         of text within parentheses.
23611
23612 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23613
23614         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23615         (gnus-encrypt-write-file-contents): Make the password key the file
23616         name PLUS the cipher, not just the cipher.  Also remove failed
23617         passwords from the cache.
23618
23619 2004-08-06  Simon Josefsson  <jas@extundo.com>
23620
23621         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23622         Doc fix.
23623
23624 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23625
23626         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23627         LWSP.
23628
23629 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23630
23631         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23632         Try to append in-reply-to: data to the references: header.
23633
23634         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23635         (netrc-parse): Use gnus-encrypt.el functions.
23636
23637         * gnus-encrypt.el: Add new file for encryption support; currently
23638         does only a few GPG ciphers and an internal XOR cipher.
23639
23640         * password.el: Add comments on using password-read-and-add.
23641         (password-read-and-add): Add function to read and add the
23642         password to the cache at once.
23643
23644 2004-07-28  Simon Josefsson  <jas@extundo.com>
23645
23646         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23647         parameter (but don't use it, for now).
23648
23649         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23650         instead of hard coding to nil.
23651
23652 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23653
23654         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23655         as mm-inline-image-xemacs does.
23656
23657 2004-07-26  Simon Josefsson  <jas@extundo.com>
23658
23659         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23660         Revert part of 2004-07-17 change below.
23661
23662 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23663
23664         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23665         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23666
23667 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23668
23669         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23670         quotes that actually start with ">" at the beginning of the
23671         lines.
23672
23673 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23674
23675         * rfc2047.el (rfc2047-encode-region): Fix last change.
23676         (rfc2047-encode-parameter): Remove useless concat.
23677
23678 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23679
23680         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23681         encode special characters; fix some kind of misconfigured headers;
23682         signal a real error if debug-on-quit or debug-on-error is non-nil.
23683         (rfc2047-encode-max-chars): New variable.
23684         (rfc2047-encode-1): Use it.
23685         (rfc2047-encode-parameter): New function.
23686
23687         * mml.el (mml-insert-parameter): Remove an excessive space.
23688
23689 2004-07-17  Simon Josefsson  <jas@extundo.com>
23690
23691         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23692         Kai Grossjohann <kai@emptydomain.de>.
23693         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23694         (gnus-group-make-menu-bar): Ditto.
23695
23696         * gnus-util.el (gnus-group-server): Add.
23697
23698 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23699
23700         * message.el (message-clone-locals): Clone sendmail and smtp
23701         variables.
23702
23703 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23704
23705         * rfc2047.el (rfc2047-encode-region): Fix last change.
23706
23707 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23708
23709         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23710         characters as non-special.
23711
23712 2004-07-09  Simon Josefsson  <jas@extundo.com>
23713
23714         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23715         Users will lose all flag changes made while unplugged with
23716         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23717         good default.  See numerous reports on ding mailing list.
23718
23719 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23720
23721         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23722         add generate-head-function and generate-article-function to the
23723         rfc822-forward entry.
23724         (nndoc-rfc822-forward-generate-article): New function.
23725         (nndoc-rfc822-forward-generate-head): New function.
23726
23727         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23728
23729 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23730
23731         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23732         respect display group parameter and gnus-summary-expunge-below.
23733         (gnus-articles-to-read): Remove unused reference to display group
23734         parameter.
23735
23736 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23737
23738         * nnheader.el (nnheader-uniquify-message-id): New experimental
23739         variable.
23740         (nnheader-nov-read-message-id): Use it.
23741
23742         * spam-report.el (spam-report-gmane): Add interactive.
23743
23744 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23745
23746         * mm-encode.el (mm-content-transfer-encoding-defaults):
23747         Use qp-or-base64 for the application/* types.
23748
23749 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23750
23751         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23752
23753 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23754
23755         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23756         trim value.
23757
23758 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23759
23760         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23761         New macro and function.
23762         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23763
23764 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23765
23766         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23767         after-load-alist.
23768
23769 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23770
23771         * gnus-group.el (gnus-group-get-new-news-this-group):
23772         Don't update info that isn't there.
23773
23774 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23775
23776         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23777         entry.
23778
23779 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23780
23781         * mm-view.el (mm-inline-render-with-function): Use multibyte
23782         buffer; decode html source by charset.
23783
23784         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23785
23786         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23787         Mule-UCS is loaded under XEmacs.
23788         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23789
23790 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23791
23792         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23793
23794 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23795
23796         * mm-util.el (mm-coding-system-p): Return a coding-system.
23797         (mm-mime-mule-charset-alist): Use shift_jis instead of
23798         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23799         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23800         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23801         instead of japanese-shift-jis and iso-latin-1 respectively in
23802         order to share the default value with both Emacs and XEmacs-mule.
23803         (mm-mule-charset-to-mime-charset):
23804         Make mm-coding-system-priorities effective.
23805         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23806         while predicating of candidates upon the priorities.
23807
23808 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23809
23810         * gnus-sum.el (gnus-summary-make-menu-bar):
23811         Add gnus-uu-invert-processable.
23812
23813         * gnus.el: Autoload gnus-uu-invert-processable.
23814
23815 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23816
23817         * mm-util.el (mm-with-multibyte-buffer): New macro.
23818
23819         * rfc2047.el (rfc2047-encode-string): Use it.
23820         (rfc2047-encode-region): Move point to the end of the region after
23821         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23822
23823 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23824
23825         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23826         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23827
23828 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23829
23830         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23831         (gnus-cite-parse): Ignore quoted envelope From_.
23832         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23833
23834 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23835
23836         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23837         invalid addresses.
23838
23839 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23840
23841         * spam.el: Change section markers, revise TODO list.
23842         (spam-backends): Make new master list of all installed backends.
23843         (spam-summary-exit-behavior): Add new variable to determine how
23844         messages moves are done at summary exit.
23845         (spam-move-spam-nonspam-groups-only)
23846         (spam-process-ham-in-nonham-groups)
23847         (spam-process-ham-in-spam-groups): Remove variables, the
23848         spam-summary-exit-behavior variable should be used to manage this
23849         behavior.
23850         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23851         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23852         and spam-old-spam-articles.
23853         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23854         Add empty variables, placeholders for the backends they represent.
23855         (spam-set-difference): Move, unchanged.
23856         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23857         unless the user has a processor variable.
23858         (spam-classifications, spam-classification-valid-p)
23859         (spam-backend-properties, spam-backend-property-valid-p)
23860         (spam-backend-function-type-valid-p)
23861         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23862         (spam-report-articles-gmane, spam-report-articles-resend):
23863         Remove functions, they are not needed.
23864         (spam-install-backend-super, spam-backend-list)
23865         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23866         (spam-backend-function, spam-backend-ham-registration-function)
23867         (spam-backend-spam-registration-function)
23868         (spam-backend-ham-unregistration-function)
23869         (spam-backend-spam-unregistration-function)
23870         (spam-backend-statistical-p, spam-backend-mover-p)
23871         (spam-install-backend-alias, spam-install-checkonly-backend)
23872         (spam-install-mover-backend, spam-install-nocheck-backend)
23873         (spam-install-backend, spam-install-statistical-backend)
23874         (spam-install-statistical-checkonly-backend): Add backend installation
23875         support.
23876         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23877         (spam-group-processor-p): Use the new backend code and respect the
23878         summary exit behavior.
23879         (spam-mark-spam-as-expired-and-move-routine): Remove.
23880         (spam-summary-prepare): Change to use the new spam-old-articles
23881         variable.
23882         (spam-copy-or-move-routine, spam-copy-spam-routine)
23883         (spam-move-spam-routine, spam-copy-ham-routine)
23884         (spam-move-ham-routine): Add code to copy/move ham or spam.
23885         (spam-fetch-field-fast): Improve doc and code, plus allow the
23886         'number request.
23887         (spam-list-of-checks, spam-list-of-statistical-checks):
23888         Remove variables.
23889         (spam-split, spam-find-spam): Use the new backend code.
23890         (spam-registration-functions): Remove variable.
23891         (spam-unregister-routine): Add convenience wrapper.
23892         (spam-log-undo-registration, spam-register-routine)
23893         (spam-log-processing-to-registry)
23894         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23895         where possible.
23896         (spam-check-gmane-xref, spam-check-regex-headers)
23897         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23898         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23899         (spam-check-bogofilter-headers, spam-check-spamoracle)
23900         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23901         (spam-check-crm114-headers): Use the spam-split-group that
23902         spam-split prepares, no need to determine it every time.
23903
23904         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23905         to the nnheader-parse-naked-head call.
23906
23907         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23908
23909         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23910         the nnheader-nov-read-message-id call.
23911
23912 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23913
23914         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23915         gnus-activate-group twice.  Suggested by Markus Peter
23916         <warp@spin.de>.
23917
23918 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23919
23920         * gnus-art.el (gnus-article-time-format): Exchange the order of
23921         day and month in the default value; fix customization type.
23922         (article-date-ut): Use add-text-properties.
23923         (article-make-date-line): Use message-make-date instead of
23924         current-time-string.
23925
23926         * message.el (message-fetch-field): Don't use set-text-properties.
23927         (message-make-date): Simplify.
23928
23929         * messagexmas.el (message-xmas-make-date): New function.
23930         (message-xmas-redefine): Defalias message-make-date to it.
23931
23932 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23933
23934         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23935         (rfc2047-encode-region): Treat text within parentheses as special;
23936         show the original text when error has occurred.
23937
23938         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23939         already-computed method to gnus-activate-group.
23940
23941         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23942         same select-methods identical Lisp objects.
23943
23944         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23945         object when modifying the info.
23946
23947 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23950         gnus-opened-servers since it has never been opened with the new
23951         configuration yet.
23952
23953 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23956         arg to nnheader-generate-fake-message-id.
23957
23958 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23959
23960         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23961         number and build a fake message ID localized to a group and
23962         article number (so it's repeatable from that point on).
23963         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23964         ID format.
23965
23966         * gnus-sum.el (gnus-get-newsgroup-headers):
23967         Call nnheader-generate-fake-message-id with the article number.
23968
23969 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23970
23971         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23972         end-of-buffer.
23973
23974 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23975
23976         * message.el (message-ignored-supersedes-headers): Add Approved.
23977
23978 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23979
23980         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23981         goto-char.
23982         (rfc2047-encode): Fold the line before encoding.
23983
23984 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23985
23986         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23987         folding -- not all headers can be folded, and this should be done
23988         by the message composition mode.  Probably.  I think.
23989
23990 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23991
23992         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23993         fast.
23994
23995         * gnus-ems.el (gnus-remove-image): Don't use
23996         message-text-with-property; remove only the image found first.
23997
23998         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23999         found first.
24000
24001 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24002
24003         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24004
24005 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24006
24007         * message.el (message-text-with-property): Make it fast and accept
24008         optional arguments.
24009         (message-strip-forbidden-properties): Use it.
24010         (message-fix-before-sending): Follow the m-t-w-p change.
24011
24012         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24013
24014 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24015
24016         * gnus-art.el (article-hide-headers): Don't change the buffer
24017         mistakenly when performing mml-preview even if
24018         gnus-single-article-buffer is nil.
24019
24020 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24021
24022         * message.el (message-expand-name-databases): New user option.
24023         (message-expand-name): Use it.
24024
24025 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24026
24027         * spam.el (spam-report-articles-resend)
24028         (spam-report-resend-register-routine): Allow ham reporting.
24029         (spam-report-resend-register-ham-routine): Add wrapper.
24030         (spam-registration-functions): Add ham resending functions.
24031         (spam-list-of-processors): Add ham resend processor.
24032
24033         * gnus.el (ham-resend-to): Add new group parameter.
24034         (spam-process): Add ham resend option.
24035
24036         * spam-report.el (spam-report-resend): Allow reporting ham.
24037         (spam-report-resend-ham): Add wrapper.
24038
24039 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24040
24041         * message.el (message-cite-articles-with-x-no-archive):
24042         New variable.
24043         (message-cite-original): Use it.
24044
24045 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24046
24047         * message.el (message-cite-original): Respect X-No-Archive.
24048
24049 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24050
24051         * gnus-art.el (article-hide-headers): Refer to the values for
24052         gnus-ignored-headers and gnus-visible-headers in the summary
24053         buffer since a user may have set them as group parameters.
24054
24055 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24056
24057         * assistant.el (assistant-node-name): Add convenience function.
24058         (assistant-render-text, assistant-render-node): Add error handling,
24059         plus handle multiple next nodes.
24060         (assistant-find-next-node): Comment out for now.
24061         (assistant-find-next-nodes): Add function, returns list of next
24062         nodes.
24063
24064 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24065
24066         * mail-source.el (mail-source-directory): Fix doc-string.
24067
24068 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24069
24070         * assistant.el (assistant-render-text, assistant-eval): Add :set
24071         widget type, which is different because it takes and returns a
24072         list.  Much hilarity ensues.
24073
24074 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24075
24076         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24077
24078         * gnus-group.el (gnus-group-get-new-news-this-group):
24079         Add doc-string.
24080
24081         * gnus-start.el (gnus-activate-group): Add doc-string.
24082
24083 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24084
24085         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24086
24087 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24088
24089         * assistant.el (assistant-render-text): Try to add a :set
24090         widget, more to come.
24091
24092         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24093         strings.
24094         (spam-report-articles-resend)
24095         (spam-register-routine): Do registration iff any articles warrant
24096         it.
24097         (spam-summary-prepare-exit): Change log message for nil group
24098         destinations.
24099
24100 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24101
24102         * spam.el (spam-report-resend-register-routine):
24103         Allow spam-report-resend-to to be a group parameter or a global value.
24104
24105 2004-05-26  Simon Josefsson  <jas@extundo.com>
24106
24107         * starttls.el: Merge with my GNUTLS based starttls.el.
24108         (starttls-gnutls-program, starttls-use-gnutls)
24109         (starttls-extra-arguments, starttls-process-connection-type)
24110         (starttls-connect, starttls-failure, starttls-success):
24111         New variables.
24112         (starttls-program, starttls-extra-args): Doc fix.
24113         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24114         New functions.
24115         (starttls-negotiate, starttls-open-stream):
24116         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24117         function if it is set.
24118
24119 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24120
24121         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24122         structured fields.
24123
24124 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24125
24126         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24127
24128 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24129
24130         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24131         Add variable.
24132         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24133         assigning the spam-mark to new messages.
24134
24135 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24136
24137         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24138
24139 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24140
24141         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24142
24143         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24144         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24145         default.
24146
24147 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24148
24149         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24150         correct data.
24151
24152 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24153
24154         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24155         (spam-group-processor-p): Fix function.
24156         (spam-group-processor-multiple-p)
24157         (spam-group-spam-processor-report-gmane-p)
24158         (spam-group-spam-processor-report-resend-p)
24159         (spam-group-spam-processor-bogofilter-p)
24160         (spam-group-spam-processor-blacklist-p)
24161         (spam-group-spam-processor-ifile-p)
24162         (spam-group-ham-processor-ifile-p)
24163         (spam-group-spam-processor-spamoracle-p)
24164         (spam-group-spam-processor-crm114-p)
24165         (spam-group-ham-processor-bogofilter-p)
24166         (spam-group-spam-processor-stat-p)
24167         (spam-group-ham-processor-stat-p)
24168         (spam-group-ham-processor-whitelist-p)
24169         (spam-group-ham-processor-BBDB-p)
24170         (spam-group-ham-processor-spamoracle-p)
24171         (spam-group-ham-processor-copy-p): Remove functions with some
24172         prejudice against unneeded code.
24173         (spam-report-articles-resend)
24174         (spam-report-resend-register-routine): Allow the group/topic
24175         spam-resend-to value to override spam-report-resend-to.
24176         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24177         properly now.
24178
24179         * gnus.el (spam-resend-to): Add group/topic parameter.
24180         (spam-process): Move the OBSOLETE processors to the end of the
24181         choices.
24182
24183 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24184
24185         * spam-report.el (spam-report-resend-to, spam-report-resend):
24186         Start with resend-to set to nil, and then ask the user if necessary.
24187         (spam-report-resend): spam-report-resend takes a list of articles, not
24188         separate article numbers.
24189
24190 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24191
24192         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24193         addition to emacs-w3m.
24194
24195 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24196
24197         * assistant.el (assistant-authinfo-data): New function.
24198         (assistant-eval): Eval for entire assistant.
24199
24200         * netrc.el (netrc-services-file): New variable.
24201         (netrc-parse-services): New function.
24202         (netrc-find-service-name): New function.
24203         (netrc-find-service-number): New function.
24204         (netrc-port-equal): New function.
24205         (netrc-machine): Use it.
24206
24207         * nnimap.el (nnimap-open-connection): Use netrc.
24208
24209         * gnus-util.el (gnus-netrc-get): Remove aliases.
24210
24211         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24212
24213         * assistant.el (wid-edit): Fix compilation.
24214
24215         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24216
24217 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24218
24219         * gnus-util.el (gnus-set-file-modes): New function.  (small
24220         patch).
24221
24222 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24223
24224         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24225
24226         * assistant.el (assistant-render-node): Fix up rendering and
24227         read-only text.
24228         (assistant-render-node): Reset.
24229         (assistant-make-read-only): Not sticky.
24230
24231 2004-05-20  Danny Siu  <dsiu@adobe.com>
24232
24233         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24234         centered even when gnus-auto-center-summary is t.
24235
24236 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24237
24238         * dns.el (dns-get-txt-answer): New function.
24239         (dns-read-txt): Ditto.
24240         (query-dns): Use it.
24241
24242 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24243
24244         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24245         active for foreign groups even if the group level is higher than
24246         the specified value.
24247
24248 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24249
24250         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24251         non-active groups.
24252
24253         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24254
24255 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24256
24257         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24258
24259 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24260
24261         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24262         (spam-crm114-header, spam-crm114-spam-switch)
24263         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24264         (spam-crm114-positive-spam-header)
24265         (spam-crm114-database-directory, spam-list-of-processors)
24266         (spam-group-spam-processor-crm114-p)
24267         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24268         (spam-generic-score, spam-list-of-checks)
24269         (spam-list-of-statistical-checks, spam-registration-functions)
24270         (spam-check-crm114-headers, spam-crm114-score)
24271         (spam-check-crm114, spam-crm114-register-with-crm114)
24272         (spam-crm114-register-spam-routine)
24273         (spam-crm114-unregister-spam-routine)
24274         (spam-crm114-register-ham-routine)
24275         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24276
24277 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24278
24279         * gnus.el: Add spam-use-crm114.
24280
24281         * spam.el (spam-list-of-processors, spam-registration-functions):
24282         Add spam-use-resend.
24283         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24284         (spam-report-articles-gmane): Add doc fix.
24285         (spam-report-articles-resend, spam-report-resend-register-routine):
24286         Add wrappers around spam-report-resend-to.
24287
24288         * spam-report.el (spam-report-resend-to, spam-report-resend):
24289         Add support for resending spam.
24290         (spam-report-gmane): Fix line length >80.
24291
24292         * gnus.el (spam-process): Add spam-use-resend.
24293
24294 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24295
24296         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24297         number of processed spam messages.
24298         (spam-ham-copy-or-move-routine): Return the number of processed
24299         ham messages.
24300         (spam-summary-prepare-exit): Use the above values to decide
24301         whether status messages shouled be displayed.
24302
24303 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24304
24305         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24306         `rfc2047-encoding-function-alist' in order to avoid conflicting
24307         with the old version.
24308         (rfc2047-encode-region): Concatenate words containing non-ASCII
24309         characters in structured fields; don't encode space-delimited
24310         ASCII words even in unstructured fields; don't break words at
24311         char-category boundaries.
24312         (rfc2047-encode-1): New function.
24313         (rfc2047-encode): Use it; encode text so that it occupies the
24314         maximum width within 76-column; work correctly on Q encoding for
24315         iso-2022-* charsets.
24316         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24317         sure not to break a line just after the header name.
24318         (rfc2047-b-encode-region): Remove.
24319         (rfc2047-b-encode-string): New function.
24320         (rfc2047-q-encode-region): Remove.
24321         (rfc2047-q-encode-string): New function.
24322
24323         * mm-util.el (mm-replace-in-string): New function.
24324
24325 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24326
24327         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24328         Really get it right.
24329         (gnus-inews-make-draft): Really.
24330
24331 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24332
24333         * nnmh.el (nnmh-request-list-1): Don't check the link count
24334         before descending.  (small patch)
24335
24336 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24337
24338         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24339         stuff.
24340
24341         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24342         Match on real group name.
24343
24344         * gnus-art.el (gnus-signature-limit): Doc fix.
24345
24346         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24347
24348         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24349
24350 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24351
24352         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24353         isn't a string.
24354
24355 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24356
24357         * gnus-draft.el (gnus-draft-send):
24358         Bind rfc2047-encode-encoded-words.
24359
24360         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24361         (rfc2047-encodable-p): Say that =? needs encoding.
24362         (rfc2047-encode-encoded-words): New variable.
24363
24364         * gnus-group.el (gnus-group-select-group): Doc fix.
24365
24366         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24367
24368         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24369         to nil.
24370
24371         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24372
24373         * nnheader.el (nnheader-get-lines-and-char): New function.
24374
24375 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24376
24377         * gnus-msg.el (gnus-summary-followup-with-original):
24378         Document yanking of region when active.
24379
24380 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24381
24382         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24383         groups if the group level is higher than the specified value.
24384
24385 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24386
24387         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24388         (gnus-group-jump-to-group): Add prefix argument using
24389         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24390         non-active group.
24391
24392         * compface.el (uncompface): Be verbose when changing
24393         `uncompface-use-external'.
24394
24395         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24396         handle manual section.
24397
24398 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24399
24400         * gnus-art.el (gnus-button-alist): Revert previous change.
24401
24402 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24403
24404         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24405
24406 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24407
24408         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24409         whether backend can accept message.
24410
24411         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24412
24413 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24414
24415         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24416         Avoid creating directory when nntp-marks-is-evil is true.
24417         Reported by Reiner Steib.
24418
24419 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24420
24421         * gnus-picon.el (gnus-picon-insert-glyph):
24422         Add optional `nostring' argument.
24423
24424 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24425
24426         * gnus-picon.el (gnus-picon-style): New variable.
24427         (gnus-picon-transform-address): Support `gnus-picon-style'.
24428
24429 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24430
24431         * message.el (message-fill-field): Return point.
24432         (message-generate-headers): Go to end of field.
24433
24434         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24435         stuff for non-living groups.
24436
24437 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24438
24439         * gnus-art.el (gnus-article-followup-with-original)
24440         (gnus-article-reply-with-original): gnus-mark-active-p ->
24441         gnus-region-active-p.
24442
24443 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24444
24445         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24446         only when there is spam or ham to be processed.
24447
24448 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24449
24450         * mail-source.el (mail-source-delete-crash-box): Refactor.
24451         (mail-source-fetch): Use it.
24452         (mail-source-fetch-file): Ditto.
24453         (mail-source-fetch-directory): Run postscript in loop.
24454         (mail-source-fetch-pop): Delete.
24455         (mail-source-fetch-maildir): Ditto.
24456         (mail-source-fetch-imap): Ditto.
24457
24458         * imap.el (imap-authenticators): Comment out sasl.
24459
24460         * message.el (message-skip-to-next-address): New function.
24461         (message-fill-header-address): Refactor.
24462         (message-fill-address): Use it.
24463         (message-delete-address): Use it.
24464         (message-fill-header-general): Refactor.
24465         (message-fill-field-address): Rename.
24466         (message-narrow-to-field): Find the start of the header.
24467         (message-header-format-alist): Don't pre-fill.
24468         (message-fill-header): Remove.
24469         (message-insert-header): New function.
24470         (message-shorten-references): Use it.
24471
24472         * rfc2047.el (rfc2047-field-value): Strip props.
24473
24474         * mail-parse.el (mail-header-make-address): New alias.
24475
24476         * ietf-drums.el (ietf-drums-make-address): New function.
24477
24478         * imap.el: Add compiler directives.
24479
24480         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24481
24482         * gnus-art.el (article-decode-idna-rhs): Don't use
24483         message-idna-inside-rhs-p.
24484
24485 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24486
24487         * message.el (message-idna-inside-rhs-p): Remove.
24488         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24489
24490         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24491         false positives.
24492
24493 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24494
24495         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24496
24497 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24498
24499         * nneething.el (nneething-file-name): Don't create spurious
24500         files.
24501
24502         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24503         (gnus-inews-do-gcc): Remove sleep.
24504
24505         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24506         part under point.
24507
24508         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24509         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24510
24511 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24512
24513         * spam.el (spam-summary-prepare-exit): Fix (length).
24514
24515 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24516
24517         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24518         as expired without moving it" message when there are spam
24519         messages left.
24520
24521 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24522
24523         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24524         header is not nil.
24525
24526 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24527
24528         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24529         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24530         (nntp-marks-changed-p): New arg SERVER.
24531         (nntp-request-update-info): Adjust caller.
24532
24533 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24534
24535         * nntp.el (nntp-save-marks): Pass missing arg.
24536
24537 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24538
24539         * nntp.el: Support marks.
24540         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24541         (nntp-marks-modtime, nntp-marks-directory): New variables.
24542         (nntp-request-set-mark, nntp-request-update-info)
24543         (nntp-possibly-create-directory, nntp-marks-changed-p)
24544         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24545         New functions.
24546
24547 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24548
24549         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24550         (gnus-xmas-redefine): Rename.
24551
24552         * gnus-score.el (gnus-score-insert-help):
24553         Use gnus-select-lowest-window.
24554
24555         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24556         appt-select-lowest-window and rename to gnus-select-lowest-window.
24557
24558         * gnus.el: do.
24559
24560 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24561
24562         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24563         encodings of MIME-encoded words, in order to improve
24564         interoperability with several broken MUAs.
24565
24566 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24567
24568         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24569         tags, only when charsets are not specified in headers.
24570         (mm-inline-text-html-render-with-w3m): Ditto.
24571
24572         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24573         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24574
24575 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24576
24577         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24578         instead of MIME-decoded from fields when checking
24579         `gnus-article-address-banner-alist'.
24580
24581 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24582
24583         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24584         description rather than subject.
24585
24586 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24587
24588         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24589
24590 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24591
24592         * gnus.el (gnus-version-number): Bump.
24593
24594 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24595
24596         * gnus.el: No Gnus v0.2 is released.
24597
24598 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24599
24600         * gnus-agent.el (gnus-agent-read-agentview):
24601         Inline gnus-uncompress-range.
24602
24603 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24604
24605         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24606         `exec-installed-p'.
24607
24608 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24609
24610         * gnus.el (spam-process, spam-autodetect-methods):
24611         Add bsfilter and bsfilter-headers.
24612
24613         * spam.el (spam-bsfilter): New customize group.
24614         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24615         (spam-bsfilter-header, spam-bsfilter-probability-header)
24616         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24617         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24618         (spam-bsfilter-database-directory): New options.
24619         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24620         (spam-list-of-statistical-checks, spam-registration-functions):
24621         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24622         (spam-bsfilter-score): New command.
24623         (spam-check-bsfilter-headers, spam-check-bsfilter)
24624         (spam-bsfilter-register-with-bsfilter)
24625         (spam-bsfilter-register-spam-routine)
24626         (spam-bsfilter-unregister-spam-routine)
24627         (spam-bsfilter-register-ham-routine)
24628         (spam-bsfilter-unregister-ham-routine): New functions.
24629         (spam-generic-score): Support bsfilter; Accept an optional argument
24630         to recalcurate spam score even if scoring header has already been
24631         added.
24632         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24633         optional argument to recalcurate spam score even if scoring header
24634         has already been added.
24635
24636 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24637
24638         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24639         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24640         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24641         link is missing.
24642
24643 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24644
24645         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24646         (html2text-get-attr): Rewrite.
24647
24648         * message.el (message-setup-1): Remove redundant put-text-property
24649         on mail-header-separator.
24650
24651 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24652
24653         * gnus-registry.el (gnus-registry-cache-whitespace)
24654         (gnus-registry-action, gnus-registry-spool-action)
24655         (gnus-registry-split-fancy-with-parent): Change message levels
24656         from 5 to 3 or 7, as needed.
24657
24658         * spam.el (spam-summary-prepare-exit)
24659         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24660         (spam-split, spam-find-spam, spam-log-undo-registration)
24661         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24662         level from 5 to 6.
24663
24664 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24665
24666         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24667         2004-03-04 change).
24668
24669 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24670
24671         * sieve-manage.el (sieve-manage-open):
24672         * nnweb.el (nnweb-insert-html):
24673         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24674         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24675         * nnspool.el (nnspool-request-group):
24676         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24677         * nnml.el (nnml-request-update-info):
24678         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24679         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24680         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24681         (nnimap-request-set-mark):
24682         * nnfolder.el (nnfolder-request-update-info):
24683         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24684         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24685         * gnus-uu.el (gnus-uu-find-articles-matching):
24686         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24687         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24688         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24689         * gnus-nocem.el (gnus-nocem-scan-groups):
24690         * gnus-int.el (gnus-start-news-server):
24691         * gnus-group.el (gnus-group-make-kiboze-group)
24692         (gnus-group-browse-foreign-server):
24693         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24694         Use mapc when appropriate.
24695
24696 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24697             Adam Sjøgren  <asjo@koldfront.dk>
24698             Wes Hardaker  <wes@hardakers.net>
24699             Michael Shields  <shields@msrl.com>
24700
24701         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24702         may need for spam sorting and scoring.
24703         (spam-user-format-function-S): Add user format function suitable for
24704         general use.
24705         (spam-article-sort-by-spam-status): Add sorting function for summary
24706         sorting.
24707         (spam-extra-header-to-number): Add function to get a score from a
24708         header.
24709         (spam-summary-score): Add function to get a numeric score from the
24710         headers.
24711         (spam-generic-score): Fix function doc, was in wrong place.
24712         (spam-initialize): Take symbols when it's run, and install the
24713         extra headers that spam-necessary-extra-headers thinks we need.
24714
24715 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24716
24717         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24718         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24719
24720 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24721
24722         * gnus-sum.el (gnus-set-global-variables)
24723         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24724         (gnus-article-get-xrefs, gnus-summary-best-group)
24725         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24726         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24727         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24728         Use with-current-buffer.
24729
24730 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24731
24732         * spam.el (spam-summary-prepare-exit): Simplify logic.
24733         (spam-fetch-article-header): Read the article header if it's not
24734         available.
24735         (spam-list-articles): Simplify logic.
24736         (spam-filelist-register-routine): Fix bug with unregister-list.
24737
24738         * gnus-registry.el: Fix comments at beginning.
24739
24740 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24741
24742         * message.el (message-cater-to-broken-inn): Remove.
24743         (message-shorten-references): Make sure the total folded length of
24744         References is shorter than 998 characters to cater to a bug in INN
24745         2.3.  Also, don't pretend that references aren't folded -- this
24746         hasn't worked for a while.
24747
24748 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24749
24750         * gnus-agent.el (gnus-agentize):
24751         gnus-agent-send-mail-real-function no longer set to current value
24752         of message-send-mail-function but rather a lambda that calls
24753         message-send-mail-function.  The change makes the agent real-time
24754         responsive to user changes to message-send-mail-function.
24755
24756 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24757
24758         * legacy-gnus-agent.el
24759         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24760         help from Florian Weimer <fw@deneb.enyo.de>
24761
24762 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24763
24764         * nnmail.el (nnmail-cache-insert): Revert last change.
24765
24766 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24767
24768         * nnmail.el (nnmail-cache-insert): Always check whether
24769         nnmail-cache-ignore-groups matches a group name.
24770
24771 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24772
24773         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24774         (spam-find-spam, spam-log-processing-to-registry)
24775         (spam-log-registered-p, spam-log-unregistration-needed-p)
24776         (spam-log-undo-registration): Use gnus-message instead of
24777         gnus-error, none of these errors are fatal.
24778
24779         * gnus-registry.el (gnus-registry-clean-empty-function)
24780         (gnus-registry-clean-empty): Remove only empty entries without
24781         extra data.
24782
24783 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24784
24785         * spam-stat.el (spam-stat-buffer-change-to-spam)
24786         (spam-stat-buffer-change-to-non-spam): Change (error) to
24787         (gnus-message 8) invocation.
24788
24789 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24790
24791         * nntp.el (nntp-via-netcat-command): New variable.
24792         (nntp-via-netcat-switches): New variable.
24793         (nntp-open-via-rlogin-and-netcat): New function.
24794         (nntp-open-connection-function): Doc fix.
24795         (nntp-telnet-command): Doc fix.
24796         (nntp-end-of-line): Doc fix.
24797         (nntp-via-rlogin-command): Doc fix.
24798         (nntp-via-user-name): Doc fix.
24799         (nntp-via-address): Doc fix.
24800
24801 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24802
24803         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24804         error in Emacs 21.1.
24805
24806 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24807
24808         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24809
24810 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24811
24812         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24813         (gnus-agent-with-refreshed-group): New macro.
24814         (gnus-agent-rename-group): New function.
24815         (gnus-agent-delete-group): New function.
24816         (gnus-agent-save-group-info): Use gnus-command-method when
24817         `method' parameter is nil.  Don't write nil entries into the
24818         active file.
24819         (gnus-agent-get-group-info): New function.
24820         (gnus-agent-fetch-articles):
24821         Use gnus-agent-update-files-total-fetched-for to increment disk space
24822         used.
24823         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24824         Use gnus-agent-update-view-total-fetched-for to increment disk space
24825         used.
24826         (gnus-agent-get-local): Add optional parameters to avoid calling
24827         gnus-group-real-name and gnus-find-method-for-group.
24828         (gnus-agent-set-local): Delete stored entry if either min, or max,
24829         are nil.
24830         (gnus-agent-fetch-session): Reworded error/quit messages.
24831         On quit, use gnus-agent-regenerate-group to record existance of any
24832         articles fetched to disk before the quit occurred.
24833         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24834         gnus-agent-update-view-total-fetched-for, and
24835         gnus-agent-update-files-total-fetched-for to decrement disk space
24836         used.
24837         (gnus-agent-retrieve-headers):
24838         Use gnus-agent-update-view-total-fetched-for to increment disk space
24839         used.
24840         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24841         with gnus-agent-update-files-total-fetched-for to decrement disk
24842         space and fresh group buffer.
24843         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24844         (gnus-agent-need-update-total-fetched-for): New variable.
24845         (gnus-agent-update-files-total-fetched-for): New function.
24846         (gnus-agent-update-view-total-fetched-for): New function.
24847         (gnus-agent-total-fetched-for): New function.
24848
24849         * gnus-cache.el (gnus-cache-save-buffers):
24850         Use gnus-cache-update-overview-total-fetched-for to change disk space
24851         used by this group.
24852         (gnus-cache-possibly-enter-article):
24853         Use gnus-cache-update-file-total-fetched-for to increment disk space
24854         used by this group.
24855         (gnus-cache-possibly-remove-article):
24856         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24857         used by this group.
24858         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24859         (gnus-cache-rename-group): New function.
24860         (gnus-cache-delete-group): New function.
24861         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24862         (gnus-cache-need-update-total-fetched-for): New variable.
24863         (gnus-cache-with-refreshed-group): New macro.
24864         (gnus-cache-update-file-total-fetched-for): New function.
24865         (gnus-cache-update-overview-total-fetched-for): New function.
24866         (gnus-cache-rename-group-total-fetched-for): New function.
24867         (gnus-cache-delete-group-total-fetched-for): New function.
24868         (gnus-cache-total-fetched-for): New function.
24869
24870         * gnus-group.el: Require gnus-sum and autoload functions to
24871         resolve warnings when gnus-group.el compiled alone.
24872         (gnus-group-line-format): Documented new %F.
24873         (size of Fetched data) group line format; identifies disk space
24874         used by agent and cache.
24875         (gnus-group-line-format-alist): Defined new F format.
24876         (gnus-total-fetched-for): New function.
24877         (gnus-group-delete-group): No longer update
24878         gnus-cache-active-altered as gnus-request-delete-group now keeps
24879         the cache in sync.
24880         (gnus-group-list-active): Let the agent store a server's active
24881         list if currently plugged.
24882
24883         * gnus-int.el (gnus-request-delete-group):
24884         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24885         local disk in sync with the server.
24886         (gnus-request-rename-group):
24887         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24888         local disk in sync with the server.
24889
24890         * gnus-start.el (gnus-get-unread-articles):
24891         Cosmetic simplification to logic.
24892
24893         * gnus-util.el (gnus-rename-file): New function.
24894
24895 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24896
24897         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24898
24899 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24900
24901         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24902         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24903
24904 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24905
24906         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24907         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24908
24909 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24910
24911         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24912
24913 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24914
24915         * spam.el (spam-set-difference): Add function to replace
24916         gnus-set-difference in spam.el.
24917         (spam-summary-prepare-exit): Use spam-set-difference.
24918
24919 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24920
24921         * gnus-registry.el (gnus-registry-cache-file): Update to use
24922         gnus-dribble-directory OR gnus-home-directory OR ~.
24923         (gnus-registry-split-fancy-with-parent): Fix doc.
24924
24925 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24926
24927         * message.el (message-exchange-point-and-mark):
24928         Use message-mark-active-p.  Suggested by Jesper Harder
24929         <harder@ifa.au.dk>.
24930
24931 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24932
24933         * message.el (message-exchange-point-and-mark): Don't activate
24934         region if it was inactive.  Suggested by Hiroshi Fujishima
24935         <pooh@nature.tsukuba.ac.jp>.
24936
24937 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24938
24939         * gnus-art.el (article-display-face): Display Faces in the same
24940         order as X-Faces.
24941
24942 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24943
24944         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24945
24946 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24947
24948         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24949         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24950         (gnus-article-mime-hierarchy): Remove.
24951         (gnus-article-mime-hierarchy-next): Remove.
24952         (gnus-article-mode): Revert 2004-03-19 change.
24953         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24954         (gnus-insert-mime-button): Revert 2004-03-19 change.
24955         (gnus-mime-accumulate-hierarchy): Remove.
24956         (gnus-mime-enter-multipart): Remove.
24957         (gnus-mime-leave-multipart): Remove.
24958         (gnus-mime-display-part): Revert 2004-03-19 change.
24959         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24960
24961         * mml.el (mml-preview): Revert 2004-03-19 change.
24962
24963 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24964
24965         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24966
24967 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24968
24969         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24970         t while entering a file name using the mm-with-multibyte macro.
24971         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24972
24973         * mm-util.el (mm-with-multibyte): New macro.
24974
24975 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24976
24977         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24978         New user option.
24979         (gnus-mime-multipart-functions): Doc and customization fix.
24980         (gnus-article-mime-hierarchy): New variable.
24981         (gnus-article-mime-hierarchy-next): New variable.
24982         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24983         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24984         gnus-article-mime-hierarchy-next to nil.
24985         (gnus-insert-mime-button): Show hierarchy numbers.
24986         (gnus-mime-accumulate-hierarchy): New function.
24987         (gnus-mime-enter-multipart): New function.
24988         (gnus-mime-leave-multipart): New function.
24989         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24990         (gnus-mime-display-alternative): Show hierarchy numbers.
24991
24992         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24993         gnus-article-mime-hierarchy-next to nil.
24994
24995 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24996
24997         * dns.el: Don't require gnus-xmas.
24998
24999 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25000
25001         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25002         inline PGP.
25003         (mml-menu): Disable mml-quote-region if mark is inactive.
25004
25005 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25006
25007         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25008         when the group's active is not available.
25009
25010 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25011
25012         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25013         error.
25014
25015 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25016
25017         * imap.el (imap-store-password): New variable.
25018         (imap-interactive-login): Use it.
25019         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25020
25021 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25022
25023         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25024         window-start and hscroll to summary window.
25025
25026 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25027
25028         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25029         conversion message to newsrc-dribble when an actual conversion is
25030         performed.
25031
25032 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25033
25034         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25035
25036 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25037
25038         * mm-decode.el (mm-complicated-handles): New function reviving
25039         former definition of mm-multiple-handles.
25040
25041         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25042         (gnus-mime-delete-part): Use it.
25043
25044 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25045
25046         * gnus-agent.el (gnus-agent-read-local):
25047         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25048         avoid the implicit assumption that they will always be equal.
25049         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25050         coding-system-for-write, as the with-temp-file macro first prints
25051         to a buffer then saves the buffer.
25052
25053 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25054
25055         * gnus-art.el (gnus-article-edit-part): New function.
25056         (gnus-mime-save-part-and-strip): Use it; do query instead of
25057         signaling an error; don't use mm-multiple-handles.
25058         (gnus-mime-delete-part): Ditto.
25059
25060 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25061
25062         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25063         old file versions.
25064         (gnus-group-prepare-hook): Remove function that converted list
25065         form of gnus-agent-expire-days to group properties.
25066
25067         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25068         (gnus-request-accept-article): Re-indented.
25069
25070         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25071         converters to handle old agent file formats.  Add logic for a
25072         "backup before upgrading warning".
25073         (gnus-convert-mark-converter-prompt): Developers can mark
25074         functions as needing (default), or not needing,
25075         gnus-convert-old-newsrc's "backup before upgrading warning".
25076         (gnus-convert-converter-needs-prompt): Tests whether the user
25077         should be protected from potentially irreversable changes by the
25078         function.
25079
25080         * legacy-gnus-agent.el: New.  Provides converters that are only
25081         loaded when gnus-convert-old-newsrc needs to call them.
25082
25083 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25084
25085         * mail-source.el (mail-source-touch-pop): Doc fix.
25086
25087         * message.el (message-smtpmail-send-it): Doc fix.
25088
25089 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25090
25091         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25092
25093         * nnmail.el (nnmail-split-fancy): do.
25094
25095         * gnus-kill.el (gnus-kill, gnus-execute): do.
25096
25097 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25098
25099         * gnus-sum.el (gnus-widget-reversible-match)
25100         (gnus-widget-reversible-to-internal)
25101         (gnus-widget-reversible-to-external): New functions.
25102         (gnus-widget-reversible): New widget.
25103         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25104
25105 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25106
25107         * gnus-sum.el (gnus-thread-sort-functions)
25108         (gnus-article-sort-functions): Document `(not F)' items.
25109
25110 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25111
25112         * spam.el (spam-use-gmane-xref): Add new backend.
25113         (spam-gmane-xref-spam-group): Add variable to control the name of the
25114         Gmane spam group.
25115         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25116         (spam-regex-headers-spam, spam-regex-headers-ham)
25117         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25118         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25119         backends and checks.
25120         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25121
25122         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25123         an autodetect method.
25124
25125 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25126
25127         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25128         articles are being added to a group.
25129         (gnus-request-replace-article): Inform the agent that articles
25130         need to be uncached as the cached contents are no longer valid.
25131
25132 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25133
25134         * binhex.el: Don't autoload executable-find.
25135
25136         * canlock.el: Don't autoload mail-fetch-field.
25137
25138         * dgnushack.el: Autoload c-mode for XEmacs.
25139
25140         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25141
25142         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25143         rmail-dont-reply-to and rmail-output.
25144
25145         * gnus-score.el: Don't autoload ffap-string-at-point.
25146
25147         * gnus-setup.el: Don't autoload sc-cite-original.
25148
25149         * imap.el: Don't autoload base64-decode-string,
25150         base64-encode-string and md5.
25151
25152         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25153         and rmail-msg-restore-non-pruned-header.
25154
25155         * mm-decode.el: Don't autoload executable-find.
25156
25157         * mm-url.el: Don't autoload executable-find.
25158
25159         * mm-view.el: Don't autoload diff-mode.
25160
25161         * nndb.el: Don't autoload news-reply-mode, news-setup,
25162         cancel-timer and telnet.
25163
25164         * password.el: Don't autoload run-at-time for Emacs.
25165
25166         * sha1-el.el: Don't autoload executable-find.
25167
25168         * sieve-mode.el: Don't autoload c-mode.
25169
25170         * uudecode.el: Don't autoload executable-find.
25171
25172 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25173
25174         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25175         (gnus-agent-possibly-alter-active): Avoid null in numeric
25176         comparison.
25177         (gnus-agent-set-local): Refuse to save null in local object table.
25178         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25179         list of articles that will be marked as unread.
25180
25181 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25182
25183         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25184
25185 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25186
25187         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25188         language tags.
25189
25190 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25191
25192         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25193         Don't bind "obarray".
25194
25195         * gnus-sum.el (gnus-thread-sort-functions):
25196         Add `gnus-thread-sort-by-most-recent-number' and
25197         `gnus-thread-sort-by-most-recent-date'.
25198         Reported by Kai Grossjohann <kai@emptydomain.de>.
25199
25200 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25201
25202         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25203
25204 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25205
25206         * gnus-cus.el (gnus-agent-customize-category):
25207         Remove ignore-errors macro reference that required cl to be loaded at
25208         run-time.
25209
25210         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25211         single-interval range of the form (min . max).  Previously the
25212         range had to look like ((min . max)).  Likewise, return
25213         (min . max) rather than ((min . max)).
25214         (gnus-range-map): Use gnus-range-normalize to accept
25215         single-interval range.
25216
25217         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25218         the cache, but not the agent, now appear with their usual face.
25219
25220         * dgnushack.el (loaddir): New variable that is bound to the
25221         directory containing the dgnushack.el file. Use loaddir, rather
25222         than srcdir, to update load-path. Change lets dgnushack compile
25223         code in directories other than GNUS/lisp.
25224
25225 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25226
25227         * lpath.el: Don't bind w3m-safe-url-regexp.
25228
25229         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25230         w3m-safe-url-regexp variable buffer-local.
25231
25232         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25233
25234 2004-02-27  Simon Josefsson  <jas@extundo.com>
25235
25236         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25237         gnus-group-real-prefix.
25238         (gnus-summary-move-article): Use it, instead of
25239         gnus-group-real-prefix.
25240
25241 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25242
25243         * lpath.el: Bind w3m-safe-url-regexp.
25244
25245         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25246         w3m-safe-url-regexp variable buffer-local and set it as the value
25247         of mm-w3m-safe-url-regexp.
25248
25249         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25250
25251         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25252         parsing gnus-posting-styles when the message is not for replying.
25253
25254         * dgnushack.el: Autoload sgml-mode for XEmacs.
25255
25256         * nnrss.el (nnrss-opml-export):
25257         Use mm-set-buffer-file-coding-system instead of
25258         set-buffer-file-coding-system.
25259
25260 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25261
25262         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25263         of checkdoc.el).
25264         * nnrss.el: do.
25265         * gnus-mlspl.el: do.
25266         * gnus-ml.el: do.
25267         * gnus-srvr.el: do.
25268
25269         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25270
25271 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25272
25273         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25274         Corrections to custom-manual links.
25275
25276         * gnus-art.el (gnus-article): Ditto.
25277
25278         * mm-decode.el (mime-display, mime-security): Ditto.
25279
25280 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25281
25282         * flow-fill.el: Typo.
25283
25284 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25285
25286         * spam-wash.el: New file.
25287
25288 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25289
25290         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25291
25292 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25293
25294         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25295         to be run with new-articles as LIST1, not LIST2.
25296         (spam-registration-functions): Add spam-use-ham-copy as a nil
25297         registration backend.
25298
25299 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25300
25301         * spam-stat.el (spam-stat-washing-hook): New option.
25302         (spam-stat-buffer-words): Use it.
25303         (spam-stat-process-directory, spam-stat-test-directory):
25304         Use insert-file-contents-literally.
25305         (spam-stat-coding-system): New variable.
25306         (spam-stat-load, spam-stat-save): Use it.
25307
25308 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25309
25310         * spam-report.el (spam-report-plug-agent):
25311         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25312
25313 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25314
25315         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25316         Allow / in mailto URLs.
25317
25318 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25319
25320         * spam-report.el (spam-report-process-queue): Fix interactive use.
25321         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25322         (spam-report-unplug-agent): Doc fixes.
25323         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25324         (spam-report-agentize, spam-report-deagentize): Autoload.
25325
25326 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25327
25328         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25329
25330         * message.el (message-setup-fill-variables): Add mml tags to
25331         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25332         <ajk@iu.edu>.
25333         (message-mode): Don't modify paragraph-separate there.
25334
25335 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25336
25337         * compface.el (uncompface-use-external): Default to undecided.
25338         (uncompface-use-external-threshold): New variable.
25339         (uncompface-float-time): New macro.
25340         (uncompface): Determine whether to use the external decoder if
25341         uncompface-use-external is undecided.
25342
25343 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25344
25345         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25346         after images.
25347
25348         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25349
25350 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25351
25352         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25353
25354         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25355
25356         * gnus-sum.el (gnus-summary-limit-to-age)
25357         (gnus-summary-limit-children): do.
25358
25359         * gnus-int.el (gnus-request-scan): do.
25360
25361         * gnus-group.el (gnus-group-suspend): do.
25362
25363         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25364
25365         * gnus-cite.el (gnus-cite-parse-attributions): do.
25366
25367         * gnus-agent.el (gnus-summary-set-agent-mark)
25368         (gnus-agent-regenerate-group): do.
25369
25370         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25371
25372         * binhex.el (binhex-decode-region-internal): do.
25373
25374 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25375
25376         * gnus-fun.el (gnus-face-properties-alist): New user option.
25377         (gnus-display-x-face-in-from): Use it.
25378
25379         * gnus-art.el (article-display-face): Ditto.
25380
25381         * compface.el (uncompface-use-external): Default to nil.
25382
25383 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25384
25385         * nntp.el (nntp-erase-buffer): New function.
25386         (nntp-retrieve-data, nntp-send-command)
25387         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25388         (nntp-possibly-change-group): Use it.
25389
25390         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25391         Use with-current-buffer.
25392
25393 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25394
25395         * compface.el: Merge the ELisp-based uncompface program.
25396         (compface): New customization group.
25397         (uncompface-use-external): New user option.
25398         (uncompface): Call uncompface-internal if uncompface-use-external
25399         is nil.
25400         (uncompface-internal): New function.  Note that there are also
25401         some other functions and variables added for this function.
25402
25403 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25404
25405         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25406         if necessary.
25407
25408 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25409
25410         * spam-report.el (spam-report-unplug-agent)
25411         (spam-report-plug-agent, spam-report-deagentize)
25412         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25413         Add support for the Agent in spam-report: when unplugged, report to a
25414         file; when plugged, submit all the requests.
25415
25416         * spam.el (spam-register-routine): Fix message about
25417         registration.
25418
25419 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25420
25421         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25422         dependencies.
25423         (rfc2047-encode): Use it.
25424
25425         * gnus-art.el (gnus-button-marker-list): Move before first
25426         reference.
25427
25428         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25429         (imap-parse-body): Fix format string mismatch.
25430
25431         * gnus-score.el (gnus-summary-increase-score): do.
25432
25433         * nnrss.el (nnrss-close): New function.
25434
25435 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25436
25437         * nnrss.el (nnrss-make-filename): New function.
25438         (nnrss-request-delete-group, nnrss-read-server-data)
25439         (nnrss-save-server-data, nnrss-read-group-data)
25440         (nnrss-save-group-data): Use it.
25441         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25442         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25443         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25444
25445 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25446
25447         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25448
25449 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25450
25451         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25452         files.
25453
25454         * message.el (message-generate-headers-first): Don't quote nil
25455         and t in docstrings.
25456
25457         * imap.el (imap-id): do.
25458
25459         * gnus-agent.el (gnus-agent-consider-all-articles)
25460         (gnus-agent-queue-mail): do.
25461
25462 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25463
25464         * spam-report.el (spam-report-process-queue): New function.
25465         Process requests from `spam-report-requests-file'.
25466         (spam-report-process-queue): Doc fix.
25467
25468 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25469
25470         * spam.el (spam-register-routine)
25471         (spam-log-processing-to-registry, spam-log-registered-p)
25472         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25473         Change "check" to "spam-check" for semi-clarity.
25474
25475 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25476
25477         * pop3.el: Require nnheader.
25478
25479         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25480
25481         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25482
25483         * gnus-picon.el: Require cl.
25484
25485         * gnus-fun.el: Require gnus-ems and gnus-util.
25486
25487         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25488
25489         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25490
25491         * gnus-art.el (gnus-article-edit-mode): Define before first
25492         reference.
25493
25494 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25495
25496         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25497         (gnus-uu-post-encoded): Use point-at-bol.
25498
25499         * gnus-topic.el (gnus-group-active-topic-p): do.
25500
25501         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25502
25503         * gnus-group.el (gnus-group-kill-region): do.
25504
25505         * gnus-art.el (article-date-ut): do.
25506
25507         * message.el (message-fetch-field): Remove redundant
25508         case-fold-search binding.
25509         (message-narrow-to-field): Simplify.
25510
25511 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25512
25513         * spam.el (spam-directory): Derive from `gnus-directory'.
25514
25515         * spam-report.el (spam-report-url-to-file)
25516         (spam-report-requests-file): New function and variable for offline
25517         reporting.
25518         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25519         and user defined function.
25520         (spam-report-url-ping-mm-url): Remove doubled slash.
25521
25522 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25523
25524         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25525
25526 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25527
25528         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25529         Fix format string mismatch.
25530
25531         * sieve.el (sieve-deactivate-all): do.
25532
25533         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25534
25535         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25536
25537         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25538
25539         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25540
25541 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25542
25543         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25544         the list of checks.
25545
25546 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25547
25548         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25549         padding.
25550
25551 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25552
25553         * mm-view.el (mm-fill-flowed): New variable.
25554         (mm-inline-text): Use it.
25555
25556 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25557
25558         * spam.el (spam-spamassassin-register-ham-routine)
25559         (spam-spamassassin-register-spam-routine): Fix function names.
25560
25561 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25562
25563         * gnus.el (gnus-tmp-grouplens): Remove.
25564         (gnus-summary-line-format): Remove grouplens.
25565
25566         * gnus-group.el (gnus-group-line-format): Ditto.
25567
25568         * gnus-spec.el (gnus-format-specs): Ditto.
25569         (gnus-update-format-specifications): Flush the group format spec
25570         cache if there's the grouplens stuff.
25571         (gnus-parse-simple-format): Replace %l with the empty string.
25572
25573 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25574
25575         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25576         omission.
25577
25578 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25579
25580         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25581         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25582
25583 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25584
25585         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25586         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25587         New macros and functions.
25588         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25589         Handle > NLINK_MAX messages.
25590         * nnmaildir.el (nnmaildir-request-set-mark):
25591         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25592
25593 2004-01-25  Alex Schroeder  <alex@gnu.org>
25594
25595         * spam-stat.el (spam-stat-process-directory-age): New option.
25596         (spam-stat-process-directory): Use it.
25597
25598 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25599
25600         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25601         (spam-stat-save): Accept prefix argument.
25602
25603 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25604
25605         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25606         links" error.
25607
25608 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25609
25610         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25611         the rest of the and/or forms.
25612
25613 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25614
25615         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25616         compatibility with old .newsrc.eld files.
25617
25618         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25619
25620         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25621
25622         * gnus-start.el (gnus-1): do.
25623
25624         * gnus-group.el (gnus-group-line-format-alist): do.
25625
25626         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25627
25628         * gnus-gl.el: Remove.
25629
25630 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25631
25632         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25633         marks consisting of a single range {for example, (3 . 5)} rather
25634         than a list of a single range { ((3 . 5)) }.
25635
25636 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25637
25638         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25639         Use with-current-buffer.
25640         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25641         avoid consing a string.
25642
25643         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25644         Remove obsolete entries for big5 and gb2312.
25645
25646 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25647
25648         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25649         uncompressed list.
25650
25651 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25652
25653         * spam-stat.el (spam-stat-strip-xref): New function.
25654         (spam-stat-process-directory): Use it.
25655
25656         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25657         here -- it's done in message-fetch-field.
25658
25659 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25660
25661         * gnus-agent.el (gnus-agent-queue-mail)
25662         (gnus-agent-prompt-send-queue): New variables.
25663         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25664         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25665         "nndraft:queue" along to gnus-draft-send.
25666         Use gnus-agent-prompt-send-queue.
25667         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25668         is "nndraft:queue".  Suggested by Gaute Strokkenes
25669         <gs234@srcf.ucam.org>
25670
25671         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25672         (agent-enable-undownloaded-faces): Add.
25673         (gnus-agent-cat-groups): Use eval-and-compile, not
25674         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25675         method of gnus-agent-cat-groups even when the buffer has been
25676         evaled.
25677         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25678         delete gnus-agent-save-active-1.
25679         (gnus-agent-save-groups): Delete.  Identical to
25680         gnus-agent-save-active.
25681         (gnus-agent-write-active): No longer adjust agent's copy of active
25682         file as agent's adjustments are now stored in their own
25683         file.  Remove optional parameter.
25684         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25685         servers.  Add use of min/max range limits from server's local
25686         file.
25687         (gnus-agent-save-alist): Remove unused optional argument.
25688         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25689         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25690         (gnus-agent-set-local): A per-server file that keeps min/max range
25691         limits for articles known to the agent.  Provides a fast mechanism
25692         for altering many active ranges.
25693         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25694         active file (local makes it unnecessary).
25695         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25696
25697         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25698         (agent-enable-undownloaded-faces): Add.
25699
25700         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25701         disable it when sending to "nndraft:queue".
25702         (gnus-group-send-queue): Add safety check to avoid sending queue
25703         when unplugged.
25704
25705         * gnus-group.el (gnus-group-catchup): Use new
25706         gnus-sequence-of-unread-articles, not
25707         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25708         numbers of articles.  Use gnus-range-map to avoid having to
25709         uncompress the unread list.
25710         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25711         Fix invalid ange-ftp reference.
25712
25713         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25714         (gnus-sorted-range-intersection): Intersection of two ranges
25715         without requiring that they first be uncompressed.
25716
25717         * gnus-start.el (gnus-activate-group): Unless blocked by the
25718         caller, possibly expand the active range to include both cached
25719         and agentized articles.
25720         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25721         multiple version-dependent converters.
25722         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25723         gnus-agent-save-active.
25724         (gnus-save-newsrc-file): Save dirty agent range limits.
25725
25726         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25727         gnus-agent-possibly-alter-active.
25728         (gnus-adjust-marked-articles): Faster handling of simple lists.
25729
25730 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25731
25732         * spam-stat.el (spam-stat-test-directory): New optional argument
25733         displays a list of files detected.  Suggested by Andrew Cohen
25734         <cohen@andy.bu.edu>.
25735         (spam-stat-buffer-words-with-scores): Don't narrow and change
25736         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25737
25738 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25739
25740         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25741         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25742         (spam-spamassassin-arguments)
25743         (spam-spamassassin-spam-flag-header)
25744         (spam-spamassassin-positive-spam-flag-header)
25745         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25746         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25747         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25748         (spam-list-of-processors, spam-list-of-checks)
25749         (spam-list-of-statistical-checks, spam-registration-functions)
25750         (spam-check-spamassassin-headers, spam-check-spamassassin)
25751         (spam-spamassassin-score)
25752         (spam-spamassassin-register-with-sa-learn)
25753         (spam-spamassassin-register-spam-routine)
25754         (spam-spamassassin-register-ham-routine)
25755         (spam-assassin-register-spam-routine)
25756         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25757         (spam-bogofilter-score): Fix to show article before scoring.
25758
25759 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25760
25761         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25762         default scoring function.
25763         (spam-generic-score): Call spam-spamassassin-score if
25764         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25765         spam-bogofilter-score otherwise.
25766
25767         * gnus.el (spam-process, spam-autodetect-methods):
25768         Add spamassassin and spamassassin-headers.
25769
25770 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25771
25772         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25773         Suppress unnecessary messages.
25774
25775 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25776
25777         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25778         make-hash-table.
25779
25780 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25781
25782         * canlock.el (base64-encode-string): Don't autoload it.
25783
25784 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25785
25786         * run-at-time.el: Remove useless (require 'itimer),
25787         eval-and-compile and (featurep 'xemacs).
25788
25789 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25790
25791         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25792         GROUP is a virtual group.
25793
25794 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25795
25796         * gnus.el: Autoload `message-y-or-n-p'.
25797
25798 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25799
25800         * pgg-parse.el: Remove unnecessary (require 'custom).
25801
25802         * pgg-def.el: do.
25803
25804         * nnmail.el: do.
25805
25806         * gnus-undo.el: do.
25807
25808         * gnus-picon.el: do.
25809
25810         * gnus-util.el: do.
25811
25812 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25813
25814         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25815
25816 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25817
25818         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25819         handle, as well as a list.
25820
25821         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25822         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25823         (mm-w3m-cid-retrieve): Simplify.
25824
25825 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25826
25827         * message.el (message-kill-to-signature): Allow prefix arg to
25828         specify number of lines to keep before signature.
25829
25830 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25831
25832         * message.el (message-kill-to-signature): Change docstring.
25833
25834 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25835
25836         * canlock.el: Always require sha1-el.
25837         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25838
25839         * message.el: Autoload sha1 only when compiling.
25840
25841         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25842         eudc-expand-inline for XEmacs.
25843
25844 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25845
25846         * message.el (message-canlock-generate): Require sha1-el.
25847
25848 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25849
25850         * message.el (message-expand-name): Silence the byte compiler.
25851
25852         * lpath.el: Add detect-coding-system.
25853
25854         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25855         cus-edit.
25856
25857 2004-01-13  Simon Josefsson  <jas@extundo.com>
25858
25859         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25860         Invoke gnus-score-mode.
25861         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25862
25863         * gnus-range.el (gnus-compress-sequence): Doc fix.
25864         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25865
25866 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25867
25868         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25869
25870 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25871
25872         * spam.el (spam-get-article-as-string): Update to use
25873         gnus-request-article-this-buffer, much simpler.
25874         (spam-get-article-as-buffer): Remove.
25875
25876 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25877
25878         * message.el (message-expand-name): Use EUDC if the user uses that.
25879
25880 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25881
25882         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25883         character for the encoding to avoid consing a string.
25884
25885         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25886         unnecessarily.
25887
25888         * mm-util.el (mm-replace-chars-in-string): Remove.
25889
25890         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25891         of mm-replace-chars-in-string.
25892
25893 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25894
25895         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25896
25897         * mm-util.el (mm-subst-char-in-string): Support inplace.
25898
25899         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25900         a new string in every iteration.  Use shy groups.
25901
25902 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25903
25904         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25905         * gnus-soup.el (gnus-soup-group-brew):
25906         * gnus-msg.el (gnus-put-message):
25907         * gnus-move.el (gnus-group-move-group-to-server):
25908         * gnus-kill.el (gnus-batch-score):
25909         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25910         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25911         (gnus-group-update-group, gnus-group-read-group)
25912         (gnus-group-make-group, gnus-group-make-help-group)
25913         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25914         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25915         (gnus-group-sort-by-unread, gnus-group-catchup)
25916         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25917         (gnus-group-yank-group, gnus-group-set-info)
25918         (gnus-group-list-groups):
25919         * gnus.el (gnus-generate-new-group-name):
25920         * gnus-delay.el (gnus-delay-send-queue):
25921         * nnvirtual.el (nnvirtual-catchup-group):
25922         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25923         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25924         (gnus-group-prepare-topics, gnus-topic-check-topology):
25925         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25926         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25927         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25928         (gnus-group-make-articles-read):
25929         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25930         (gnus-group-change-level, gnus-kill-newsgroup)
25931         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25932         (gnus-get-unread-articles, gnus-make-articles-unread)
25933         (gnus-make-ascending-articles-unread): Use accessor
25934         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25935         to get group information for improved readability.
25936
25937
25938 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25939
25940         * gnus-art.el (article-decode-mime-words, article-babel)
25941         (gnus-article-highlight-signature, gnus-article-add-buttons)
25942         (gnus-signature-toggle): Use gnus-with-article-buffer.
25943
25944         * gnus-art.el (gnus-article-highlight-headers)
25945         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25946
25947         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25948         (gnus-article-set-globals, gnus-request-article-this-buffer)
25949         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25950         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25951         (gnus-mime-display-alternative): Use with-current-buffer.
25952
25953 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25954
25955         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25956         also under 80 char limit, and call gnus-error if needed.
25957         (spam-fetch-article-header): Fix - it was a
25958         buffer-local variable (gnus-newsgroup-data).
25959         (spam-find-spam): Use spam-generate-fake-headers, forget about
25960         spam-insert-fake-headers.
25961         (spam-insert-fake-headers): Remove.
25962
25963 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25964
25965         * deuglify.el (gnus-article-outlook-unwrap-lines)
25966         (gnus-outlook-rearrange-article)
25967         (gnus-outlook-repair-attribution-outlook)
25968         (gnus-outlook-repair-attribution-block)
25969         (gnus-outlook-repair-attribution-other): Remove redundant
25970         save-excursion.
25971
25972 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25973
25974         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25975         (spam-fetch-field-subject-fast)
25976         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25977         (spam-fetch-article-header): Add functions to deal with Gnus
25978         internals for fast retrieval of article header data.
25979         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25980
25981 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25982
25983         * pop3.el (pop3-md5): Remove.
25984         (pop3-apop): Replace pop3-md5 with md5.
25985
25986         * mm-bodies.el: base64 is always built-in.
25987
25988         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25989         Use with-current-buffer.
25990
25991 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25992
25993         * canlock.el (canlock-insert-header): Remove excessive grouping in
25994         regexp.
25995
25996         * gnus-sum.el (gnus-summary-read-document): Ditto.
25997
25998         * gnus-uu.el (gnus-uu-part-number): Ditto.
25999
26000         * html2text.el (html2text-remove-tags): Ditto.
26001         (html2text-format-tags): Ditto.
26002         (html2text-format-single-elements): Ditto.
26003
26004         * mml.el (mml-parse-1): Ditto.
26005
26006 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26007
26008         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26009
26010         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26011
26012         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26013
26014         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26015
26016 2003-11-15  Simon Josefsson  <jas@extundo.com>
26017
26018         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26019         (pgg-gpg-lookup-key): Use regexp match instead of
26020         split-string (split-string is different between emacs 21.2 and
26021         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26022
26023 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26024
26025         * gnus-art.el (gnus-mime-view-all-parts)
26026         (gnus-article-part-wrapper, gnus-article-view-part):
26027         Use with-current-buffer.
26028
26029 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26030
26031         * spam.el (spam-disable-spam-split-during-ham-respool)
26032         (spam-spamoracle-database, spam-cache-lookups)
26033         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26034         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26035         (spam-group-ham-marks, spam-group-spam-marks)
26036         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26037         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26038         also add spam-use-blackholes to the statistical checks.
26039         (spam-fetch-field-fast): Add interface to fetching fields, may
26040         become a macro.
26041         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26042         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26043         (spam-insert-fake-headers): Fake an article when needed.
26044         (spam-find-spam): Fake article when possible.
26045         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26046         (spam-check-bogofilter-headers): Use message-fetch-field instead
26047         of nnmail-fetch-field.
26048
26049 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26050
26051         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26052
26053 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26054
26055         * spam.el (spam-split): Do not require spam-use-CHECK to be
26056         enabled if that check is passed to spam-split explicitly; also
26057         fix so 'spam doesn't get converted to spam-split-group when
26058         spam-split-symbolic-return is t.
26059         (spam-find-spam): Find registrations of the article and use those
26060         instead of re-running spam-split to find the spam/ham
26061         classification of the article.
26062         (spam-log-processing-to-registry, spam-log-registered-p)
26063         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26064         Use gnus-error instead of gnus-message.
26065         (spam-log-registration-type): Add function to determine the
26066         classification of a message based on registry entries; will
26067         return nil if both 'spam and 'ham are found.
26068         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26069         a reasonably fast local cache without the loading errors.
26070         (spam-cache-lookups): Set to t by default.
26071         (spam-find-spam): Don't try to guess spam-cache-lookups.
26072         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26073         spam-caches entry.
26074         (spam-filelist-build-cache, spam-filelist-check-cache):
26075         Fix caching of whitelist/blacklist entries.
26076         (spam-check-whitelist, spam-check-blacklist):
26077         Invoke spam-from-listed-p with a type, not a cache variable.
26078         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26079
26080 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26081
26082         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26083
26084         * nnmail.el (nnmail-split-fancy): do.
26085
26086         * mml.el (mml-parse): do.
26087
26088         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26089         (gnus-score-adaptive): do.
26090
26091 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26092
26093         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26094         (gnus-mime-button-map): Don't set keymap parent.
26095         (gnus-button-ctan-directory-regexp): Use shy grouping.
26096         (gnus-prev-page-map): Don't set keymap parent.
26097         (gnus-prev-page-map): Remove duplicated one.
26098         (gnus-next-page-map): Don't set keymap parent.
26099         (gnus-mime-security-button-map): Ditto.
26100
26101         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26102         version number.
26103
26104         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26105
26106 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26107
26108         * canlock.el (canlock-sha1-function): Remove.
26109         (canlock-sha1-function-for-verify): Remove.
26110         (canlock-openssl-program): Remove.
26111         (canlock-openssl-args): Remove.
26112         (canlock-ignore-errors): Remove.
26113         (canlock-sha1-with-openssl): Remove.
26114         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26115         (canlock-verify): Don't use canlock-ignore-errors.
26116
26117         * sha1-el.el (sha1-string-external): Make it can return a string
26118         in binary form.
26119         (sha1-region-external): Ditto.
26120         (sha1-string-internal): Ditto.
26121         (sha1-region-internal): Ditto.
26122         (sha1-region): Ditto.
26123         (sha1-string): Ditto.
26124         (sha1): Ditto.
26125
26126 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26127
26128         * spam.el (spam-report-articles-gmane): New command.
26129
26130 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26131
26132         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26133
26134         * run-at-time.el (run-at-time-saved): Remove.
26135         (run-at-time): Doc fix.
26136
26137 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26138
26139         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26140         (gnus-summary-limit-map): Add it.
26141         (gnus-summary-make-menu-bar): do.
26142
26143 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26144
26145         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26146         Make attempt at some caching support (done for BBDB only now).
26147         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26148         addresses to be checked.
26149         (spam-clear-cache-BBDB): Add function, to be invoked by
26150         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26151         (spam-check-BBDB): Check and use the caches, if
26152         spam-cache-lookups is on, remove superfluous (provide).
26153
26154 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26155
26156         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26157
26158 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26159
26160         * run-at-time.el (run-at-time-saved): Move to after the definition
26161         of `run-at-time'.
26162
26163         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26164
26165 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26166
26167         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26168         mm-w3m-local-map-property.
26169
26170         * mm-view.el (mm-w3m-mode-map): Remove.
26171         (mm-w3m-local-map-property): Remove.
26172         (mm-inline-text-html-render-with-w3m): Don't use
26173         mm-w3m-local-map-property.
26174
26175 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26176
26177         * run-at-time.el: New file.
26178
26179         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26180         under Emacs.
26181
26182         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26183         of gnus-set-text-properties.
26184
26185         * gnus-uu.el (gnus-uu-save-article): Ditto.
26186
26187         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26188
26189         * gnus-cite.el (gnus-cite-parse): Ditto.
26190
26191         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26192         of gnus-.
26193
26194         * gnus-xmas.el (run-at-time): Require run-at-time.
26195
26196         * gnus.el: Change calls to nnheader-run-at-time and
26197         password-run-at-time throughout to use run-at-time directly.
26198
26199         * password.el: Remove definition of run-at-time.
26200
26201         * nnheaderxm.el: Remove definition of run-at-time.
26202
26203 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26204
26205         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26206         in prompt.
26207
26208 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26209
26210         * messagexmas.el (message-xmas-redefine): Alias
26211         `message-make-caesar-translation-table' to
26212         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26213         version.
26214
26215         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26216         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26217         `gnus-xmas-set-text-properties'.
26218         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26219         `gnus-xmas-completing-read'.
26220         (gnus-xmas-completing-read): Removed.
26221         (gnus-xmas-open-network-stream): Removed.
26222
26223         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26224         XEmacs version.
26225
26226         * dns.el (dns-make-network-process): Use `open-network-stream'
26227         instead of `gnus-xmas-open-network-stream'.
26228
26229         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26230
26231         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26232
26233 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26234
26235         * gnus-art.el (gnus-mime-display-alternative)
26236         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26237         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26238         Don't use gnus-local-map-property.
26239
26240         * gnus-util.el (gnus-local-map-property): Remove.
26241
26242         * mm-view.el (mm-view-pkcs7-decrypt):
26243         Replace gnus-completing-read-maybe-default with completing-read.
26244
26245         * gnus-util.el (gnus-completing-read): do.
26246         (gnus-completing-read-maybe-default): Remove.
26247
26248 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26249
26250         * password.el: Only autoload `run-at-time' if not XEmacs.
26251         Only autoload the itimer functions if XEmacs.
26252
26253 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26254
26255         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26256         XEmacsen.
26257
26258         * dgnushack.el: Autoload executable-find for XEmacs.
26259
26260 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26261
26262         * gnus-art.el (gnus-read-string): Remove.
26263         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26264         read-string.
26265
26266 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26267
26268         * netrc.el: Autoload password-read.
26269         (netrc): Add configuration group.
26270         (netrc-encoding-method, netrc-openssl-path):
26271         Add variables for encoding and decoding of files with symmetric
26272         ciphers.
26273         (netrc-encode): Add assistant function to encode a file with
26274         netrc-encoding-method.
26275         (netrc-parse): Add interactive parameter, added optional
26276         decoding if netrc-encoding-method is non-nil but otherwise
26277         behavior is standard.
26278         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26279         Do s/encode/encrypt/ everywhere.
26280
26281         * spam.el: Remove executable-find autoload.
26282
26283 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26284
26285         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26286
26287         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26288
26289 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26290
26291         * gnus-art.el (gnus-treat-ansi-sequences)
26292         (article-treat-ansi-sequences): New variable and function.
26293         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26294
26295         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26296         Use it.
26297
26298 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26299
26300         * mm-util.el (mm-quote-arg): Remove.
26301
26302         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26303         shell-quote-argument.
26304
26305         * gnus-uu.el (gnus-uu-command): do.
26306
26307         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26308
26309         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26310         with make-char.
26311
26312         * mm-util.el (mm-make-char): Remove.
26313
26314         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26315         add-minor-mode.
26316
26317         * gnus-undo.el (gnus-undo-mode): do.
26318
26319         * gnus-topic.el (gnus-topic-mode): do.
26320
26321         * gnus-sum.el (gnus-dead-summary-mode): do.
26322
26323         * gnus-start.el (gnus-slave-mode): do.
26324
26325         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26326
26327         * gnus-ml.el (gnus-mailing-list-mode): do.
26328
26329         * gnus-gl.el (gnus-grouplens-mode): do.
26330
26331         * gnus-draft.el (gnus-draft-mode): do.
26332
26333         * gnus-dired.el (gnus-dired-mode): do.
26334
26335         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26343         Replace gnus-char-width with char-width.
26344
26345         * gnus-ems.el (gnus-char-width): Remove.
26346
26347         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26348         definition.
26349         Remove Emacs 20 hash table compatibility code.
26350
26351         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26352         20 compatibility code.
26353
26354         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26355
26356         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26357
26358         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26359         Replace with point-at-{eol,bol}.
26360
26361         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26362
26363         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26364
26365         * flow-fill.el (fill-flowed-point-at-bol)
26366         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26367
26368         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26369         Replace with point-at-{eol,bol} throughout all files.
26370
26371 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26372
26373         * ntlm.el (ntlm-string-as-unibyte): New macro.
26374         (ntlm-build-auth-response): Use it.
26375
26376         Remove Emacs 20 stuff:
26377         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26378         (butlast, mapc, remove): Remove the compiler macros.
26379         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26380         of delq and copy-sequence.
26381         * gnus-art.el (popup-menu): Remove the compiler macro.
26382         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26383         Emacs 20.
26384
26385 2004-01-05  Simon Josefsson  <jas@extundo.com>
26386
26387         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26388         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26389         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26390         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26391         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26392         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26393         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26394         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26395         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26396         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26397         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26398         string-xor into ntlm-string-xor.
26399         Suggested by Jesper Harder <harder@myrealbox.com>.
26400
26401         * ntlm.el: Don't include poem.
26402
26403         * md4.el (print-int32, print-string-hexa): Remove.
26404         Suggested by Jesper Harder <harder@myrealbox.com>.
26405
26406         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26407
26408         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26409         probably breaks emacs with DL patch, but do we care? Is anyone
26410         still using the DL stuff?)
26411
26412         * sieve-manage.el: Use the password package.
26413         (sieve-manage-read-passwd): Remove.
26414         (sieve-manage-interactive-login): Use password.  Re-add
26415         condition-case around loop.
26416
26417         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26418         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26419         Use the password package.
26420
26421 2003-02-19  Simon Josefsson  <jas@extundo.com>
26422
26423         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26424         token.
26425
26426 2002-08-07  Simon Josefsson  <jas@extundo.com>
26427
26428         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26429         (sieve-manage-authenticators):
26430         (sieve-manage-authenticator-alist): Add some SASL mechs.
26431         (sieve-sasl-auth): New function.
26432         (sieve-manage-cram-md5-auth):
26433         (sieve-manage-plain-auth): Rewrite using SASL library.
26434         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26435         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26436         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26437         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26438
26439 2004-01-05  Simon Josefsson  <jas@extundo.com>
26440
26441         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26442         New files.
26443
26444 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26445
26446         * gnus-group.el (gnus-no-groups-message): Update.
26447
26448         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26449
26450 2003-11-09  Simon Josefsson  <jas@extundo.com>
26451
26452         * imap.el: Support for ID IMAP extension (RFC 2971).
26453         (imap-local-variables): Add imap-id.
26454         (imap-id): New variable.
26455         (imap-id): New function.
26456         (imap-parse-response): Parse untagged ID response.
26457         * nnimap.el (nnimap-id): New variable.
26458         (nnimap-open-connection): Use it.
26459
26460 2003-12-28  Simon Josefsson  <jas@extundo.com>
26461
26462         * gnus-score.el (gnus-score-edit-all-score): New.
26463         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26464
26465 2004-01-04  Simon Josefsson  <jas@extundo.com>
26466
26467         * password.el: Add.
26468
26469 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26470
26471         * dns.el (dns-query-types): Fix typo.
26472         (dns-query-types): New function.
26473         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26474         PTR and SOA replies, see RFC 1035.
26475
26476 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26477
26478         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26479
26480         * Move to Changelog.2.
26481
26482 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26483
26484         * gnus.el (gnus-version-number): Bump version.
26485
26486 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26487
26488         * gnus.el: No Gnus v0.1 is released.
26489
26490 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26491
26492         * gnus.el: No Gnus v0.0 is released.
26493
26494 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26495
26496         * gnus.el (gnus-version-number): Bump.
26497         (gnus-version): No.
26498
26499 See ChangeLog.2 for earlier changes.
26500
26501   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26502
26503   This file is part of GNU Emacs.
26504
26505   GNU Emacs is free software: you can redistribute it and/or modify
26506   it under the terms of the GNU General Public License as published by
26507   the Free Software Foundation, either version 3 of the License, or
26508   (at your option) any later version.
26509
26510   GNU Emacs is distributed in the hope that it will be useful,
26511   but WITHOUT ANY WARRANTY; without even the implied warranty of
26512   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26513   GNU General Public License for more details.
26514
26515   You should have received a copy of the GNU General Public License
26516   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26517
26518 ;; Local Variables:
26519 ;; coding: utf-8
26520 ;; fill-column: 79
26521 ;; add-log-time-zone-rule: t
26522 ;; End: