* eww.el, shr.el, shr-color.el: Removed from the Gnus repository.
[gnus] / lisp / ChangeLog
1 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
4         now live in the lisp/net Emacs 24 repository.
5
6 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * eww.el (eww-update-header-line-format): Quote % characters.
9
10 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * eww.el (eww-process-text-input): Display passwords as asterisks.
13
14         * shr.el (shr-make-table-1): Protect against invalid column-spans.
15
16 2013-06-19  Tom Tromey  <tromey@redhat.com>
17
18         * eww.el (eww-top-url): Remove.
19         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
20         (eww-render): Set new variables.  Don't set eww-top-url.
21         (eww-handle-link): Handle "prev", "home", and "contents".
22         Downcase the rel text.
23         (eww-top-url): Choose best top URL.
24
25 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * eww.el: Rewrite to implement form elements "by hand" instead of
28         relying in widget.el.  Using widget.el leads to too many
29         user interface inconsistencies.
30         (eww-self-insert): Implement entering commands in text fields.
31         (eww-process-text-input): New function to make text input field editing
32         work.
33         (eww-submit): Rewrite to use the new-style form methods.
34         (eww-select-display): Display the correct selected item.
35         (eww-change-select): Implement changing the select value.
36         (eww-toggle-checkbox): Implement radio/checkboxes.
37         (eww-update-field): Fix compilation error.
38         (eww-tag-textarea): Implement <textarea>.
39
40         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
41         don't shadow mode-specific bindings.
42
43         * eww.el (eww-browse-url): Don't push stuff onto history if there's
44         nothing to push.
45
46         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
47
48 2013-06-19  Glenn Morris  <rgm@gnu.org>
49
50         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
51
52 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
55
56 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * shr.el (shr-make-table-1): Implement <td rowspan>.
59         (shr-table-horizontal-line): Allow nil as a value, and change the
60         default.
61         (shr-insert-table-ruler): Respect the nil value.
62
63 2013-06-18  Tom Tromey  <tromey@barimba>
64
65         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
66         New defvars.
67         (eww-open-file): New defun.
68         (eww-render): Initialize new variables.
69         (eww-display-html): Handle "link" and "a".
70         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
71         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
72         (eww-back-url): Rename from eww-previous-url.
73         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
74         defuns.
75
76 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * shr.el (shr-tag-table): Insert the images after the table, so that
79         they're not covered by the table colourisation, which often looked
80         awkward.
81         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
82         <dd>.
83         (shr-make-table-1): Implement <td colspan=> support.
84         (shr-insert-document): Use one less than window width if `shr-width' is
85         nil, since otherwise things may get one character too wide.
86
87 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * eww.el (eww-detect-charset): Improve regexp; move backward.
90
91 2013-06-18  Glenn Morris  <rgm@gnu.org>
92
93         * mm-decode.el (widget-convert-button): Autoload.
94
95         * sieve-manage.el (mm-enable-multibyte): Autoload.
96
97         * shr.el (libxml-parse-html-region): Declare.
98         (shr-render-buffer): Explicit error if no libxml2 support.
99
100 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
101
102         * auth-source.el (auth-source-current-line): New function.
103         (auth-source-netrc-parse-entries): When a data token is "machine",
104         assume we're in the wrong place and abort parsing the current line.
105
106 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
109         (eww-convert-widgets): Don't bug out if the first widget starts at the
110         beginning of the buffer.
111         (eww-convert-widgets): Fix last patch.
112         (eww-tag-input): Support <input type=image>.
113
114         * shr.el (shr-insert-table): Respect border-collapse: collapse.
115         (shr-tag-base): Protect against base specs that are degenerate.
116         (shr-ensure-paragraph): Don't delete empty lines that have text
117         properties, because these may be input fields.
118
119         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
120         we can navigate to them.
121
122         * shr.el (shr-colorize-region): Put the colours over the entire region.
123         (shr-inhibit-decoration): New variable.
124         (shr-add-font): Use it to inhibit text property decorations while doing
125         preliminary table renderings.  This speeds up typical Wikipedia page
126         renderings by 15%.
127         (shr-tag-span): Don't respect the <title>, because that overwrites the
128         help-echo from links inside the spans.
129         (shr-next-link): Use `help-echo' for navigation, so that we can
130         navigate to form elements, too.
131
132         * eww.el (eww-button): New face.
133         (eww-convert-widgets): Use it to make submit buttons more button-like.
134
135         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
136         that Gnus commands work.
137
138         * shr.el (shr-render-td): Support horizontal alignment.
139
140         * eww.el (eww-put-color): Removed.
141         (eww-colorize-region): Use `add-face-text-property'.
142
143         * shr.el (shr-add-font): Append face data, so that we get the correct
144         presedence: The innermost value (which is applied first) wins.
145         (shr-make-overlay): Obsolete function.
146
147         * mm-decode.el (mm-convert-shr-links): New function to convert
148         new-style shr URL links into widgets.
149         (mm-shr): Use it.
150
151         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
152         widget commands, since we're no longer using widgets for links.
153
154         * shr.el (shr-next-link): New command.
155         (shr-previous-link): New command.
156         (shr-urlify): Don't use `widget-convert', because that's slow.
157         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
158         because collecting the overlays and reapplying them when generating
159         tables is slow.
160         (shr-insert-table): Ditto.
161
162 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
163
164         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
165         * shr.el (browse-url): Require `url'.
166         * eww.el (url): Require format-spec.
167
168 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * eww.el (eww-display-html): Default to using the entire window width.
171         (eww-browse-url): Don't add a User-Agent header (twice), because that
172         makes Bing refuse connection.
173
174         * shr.el (shr-make-table): Cache the table rendering at the table
175         level, and not the <td> level.  This is a bit faster.
176
177         * eww.el (eww-render): Go to the correct ID when given URLs ending with
178         #id.
179
180         * shr.el (shr-tag-li): Don't require a new paragraph, since other
181         browsers don't.
182         (shr-expand-url): Respect #anchor links.
183         (shr-parse-base): Chop off the anchor before using.
184         (shr-descend): Respect display: none.
185         (shr-descend): Allow marking elements that have certain IDs.
186
187         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
188
189         * shr.el (shr-expand-url): Don't bug out on zero-length links.
190
191         * eww.el (eww-tag-textarea): Support <textarea>.
192
193 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
194
195         * shr.el (shr-dom-to-xml): Fixed function call.
196
197         * eww.el (eww): New group.
198         (eww-header-line-format): New custom variable.
199         (eww-current-title): New variable.
200         (eww-display-html): Update header and handle title tag.
201         (eww-update-header-line-format): New function.
202         (eww-tag-title): New function.
203
204         * shr.el (shr-dom-to-xml): New function.
205         (shr-tag-svg): Add support for the SVG tag.
206         (shr-bullet): New custom variable.
207         (shr-tag-li): Support custom bullet in unordered lists.
208
209 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * shr.el (shr-expand-url): Respect // URLs.
212
213         * eww.el (eww-tag-body): Override the shr body rendering so that we can
214         put a background colour onto the entire buffer.
215         (eww-render): When being redirected, use the redirect URL as the new
216         base URL.
217
218         * shr.el (shr-parse-base): Fix parsing error.
219
220         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
221
222         * shr.el (shr-parse-base): New function.
223         (shr-expand-url): Use it to expand relative URLs reliably.
224
225 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
226
227         * auth-source.el (auth-source-search-collection): Fix docstring.
228         (auth-source-netrc-parse): Refactor and improve netrc parser to support
229         single-quoted strings and multiline entries.
230         (auth-source-netrc-parse-next-interesting)
231         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
232         functions to support parser.
233
234 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * eww.el (eww-submit): Get submit button logic right when hitting RET
237         on non-submit buttons.
238
239         * shr.el: Remove shr-preliminary-table-render, since that can't really
240         be used for anything in practice.
241
242 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
243
244         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
245         (sieve-manage-quit).
246
247 2013-06-14  Glenn Morris  <rgm@gnu.org>
248
249         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
250
251 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
252
253         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
254         control the maximum size of photo ID image.
255         (mml2015-epg-key-image-to-string): Respect it.
256
257 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
260         instead of the final one so that we can more easily distinguish them.
261
262         * eww.el (eww-submit): Compute the submission URL correctly.
263
264 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
265
266         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
267         Use plist-get rather than CL's getf.
268         (sieve-manage-parse-capability): Avoid CL's remove-if.
269
270 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
271
272         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
273         (sieve-manage-quit).
274
275 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * shr.el (shr-expand-url): Expansion should chop off the bits after the
278         last slash.
279
280         * eww.el (eww-tag-select): Use the first value as the default value.
281
282 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
283
284         * eww.el (eww): Prepend urls with http:// if scheme is missing.
285         (eww-mode): Use `define-derived-mode'.
286         (eww-parse-headers): Parse headers from beginning of buffer so that
287         file:// links work.
288
289 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
292
293 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
296         to handle them at all.
297
298 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
301         work, too.
302         (eww-tag-select): Implement <select>.
303
304 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
305
306         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
307         stream managing functions by using open-protocol-stream to do most of
308         the work.  Has the nice benefit of enabling STARTTLS.
309         Wait for capabilities after STARTTLS: following RFC5804, the server
310         sends new capabilities after successfully establishing a TLS connection
311         with the client. The client should update the cached list of
312         capabilities, but we just ignore the answer for now.
313         (sieve-manage-network-p, sieve-manage-network-open)
314         (sieve-manage-starttls-p, sieve-manage-starttls-open)
315         (sieve-manage-forward, sieve-manage-streams)
316         (sieve-manage-stream-alist): Remove unneeded functions neither in the
317         API, nor called by any other function.
318         Enable Multibyte for SieveManage buffers: The parser won't properly
319         handle umlauts and line endings unless multibyte is turned on in the
320         process buffer.
321
322 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * eww.el (eww-tag-input): Support password fields.
325         (eww-submit): Support POST.
326
327 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * eww.el (eww-tag-form): Protect against degenerate forms.
330
331         * shr.el (shr-expand-url): Expand URLs that start with a slash
332         correctly.
333
334         * eww.el (eww-submit): Get submit button logic right.
335
336         * shr.el (shr-final-table-render): New variable to signal when we're
337         doing the final table rendering so that we can collect more data at
338         that point.
339
340         * eww.el (eww-submit): Make form submission work.
341         (eww-tag-input): Implement submit buttons.
342         (eww-click-radio): Implement radio and checkboxes.
343         (eww-submit): Handle hidden elements.
344
345         * shr.el (shr-descend): Allow other packages to override (or provide)
346         rendering of elements.
347         (shr-expand-url): Strip query strings from URLs before expanding them.
348
349         * eww.el: Don't require cl-lib.
350         (eww-tag-form): Start form support.
351
352         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
353
354         * eww.el: Start writing a new, tiny web browser.
355         (eww-previous-url): New command.
356         (eww-quit): New command.
357
358 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
359
360         * sieve.el: Put point at beginning of buffer when viewing a script.
361         (sieve-open-server): Respect the PORT parameter.  Show the correct port
362         number in sieve-buffer's header.  Fixed code to also work with a string
363         as port specifier. Properly close the connection on pressing 'q'.  Make
364         sieve-manage-quit close the connection and process buffer.  Also, remove
365         duplicate keybinding for 'q'.
366
367 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
368
369         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
370         make it easier to read.
371         (mm-pkcs7-enveloped-magic): Ditto.
372
373 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
374
375         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
376         before `image-type-available-p' to avoid loading the image libraries
377         needlessly.
378
379 2013-06-05  David Engster  <deng@randomsample.de>
380
381         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
382         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
383         to see whether the group was synced before.
384
385 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
386
387         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
388         when opening the connection.
389         Suggested by João Távora <joaotavora@gmail.com> in
390         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
391
392 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
395         assume Date header begins with "Date", that may be customized into
396         something like "X-Sent" using gnus-article-time-format.
397         (article-transform-date): Allow multi-line Date header.
398
399 2013-06-02  David Engster  <deng@randomsample.de>
400
401         * registry.el (initialize-instance, registry-lookup)
402         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
403         (registry-lookup-secondary-value, registry-search, registry-delete)
404         (registry-insert, registry-reindex, registry-size, registry-prune): Do
405         not wrap methods in `eval-and-compile'.  This breaks due to latest
406         changes in EIEIO (introduction of eieio-core.el).
407
408 2013-05-30  Glenn Morris  <rgm@gnu.org>
409
410         * nnmail.el (nnmail-fancy-expiry-target):
411         Also bind mail-dont-reply-to-names.
412
413         * spam-stat.el (spam-stat-save):
414         No need to tweak font-lock in temp buffers.
415
416         * shr.el (shr-put-image): Silence compiler.
417
418 2013-05-29  Glenn Morris  <rgm@gnu.org>
419
420         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
421
422         * gnus-group.el (gnus-sequence-of-unread-articles)
423         (gnus-summary-add-mark, gnus-mark-article-as-read)
424         (gnus-group-make-articles-read): Declare.
425
426         * gnus-sum.el (gnus-parameter-list-identifier)
427         (gnus-article-stop-animations, gnus-stop-downloads)
428         (gnus-article-only-boring-p, article-goto-body)
429         (gnus-flush-original-article-buffer, article-narrow-to-head)
430         (gnus-article-hidden-text-p, gnus-delete-wash-type)
431         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
432
433         * gnus.el: No need to eval-and-compile autoloads.
434
435         * gravatar.el (help-function-arglist): Autoload.
436
437         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
438
439         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
440
441         * spam.el: No need to load spam-report when compiling.
442         No need to eval-and-compile autoloads.
443         (spam-report-resend-to): Declare.
444         (spam-report-resend-register-routine): Require 'spam-report.
445
446 2013-05-24  Julien Danjou  <julien@danjou.info>
447
448         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
449         setup.
450
451 2013-05-23  Glenn Morris  <rgm@gnu.org>
452
453         * gnus-util.el (rmail-swap-buffers-maybe)
454         (rmail-maybe-set-message-counters, rmail-count-new-messages)
455         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
456         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
457
458         * mm-decode.el: No need to load term when compiling.
459         (term-mode, term-char-mode): Declare.
460
461         * mm-util.el: No need to load jka-compr when compiling.
462         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
463
464         * nnmaildir.el: Require is automatically eval-and-compile.
465         (nnmail): Require at run-time too.
466
467         * registry.el (registry-size): Move definition before use.
468
469 2013-05-22  Daiki Ueno  <ueno@gnu.org>
470
471         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
472         signed data to conform the standard.  (Bug#14232)
473
474 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
475
476         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
477         double angle quotation mark.
478
479 2013-05-20  Glenn Morris  <rgm@gnu.org>
480
481         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
482
483 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
484
485         * message.el (message-insert-formatted-citation-line): handle finding
486         first/lastname when more than 2 names appear.
487
488 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
489
490         * shr.el (shr-tag-span): New function.
491
492 2013-05-18  Glenn Morris  <rgm@gnu.org>
493
494         * message.el (message-mode): Use message-mode-abbrev-table,
495         with text-mode-abbrev-table as parent.  (Bug#14413)
496
497 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * message.el (message-expand-group): Decode group names.
500
501 2013-05-16  Julien Danjou  <julien@danjou.info>
502
503         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
504         app-icon.
505
506 2013-05-15  Glenn Morris  <rgm@gnu.org>
507
508         * shr-color.el (shr-color-visible-luminance-min)
509         (shr-color-visible-distance-min): Use shr-color group.
510
511 2013-05-11  Glenn Morris  <rgm@gnu.org>
512
513         * gnus-vm.el: Make it loadable without VM.
514         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
515         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
516
517 2013-05-09  Glenn Morris  <rgm@gnu.org>
518
519         * mml1991.el: Make it loadable.  (Bug#13456)
520
521         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
522         * gnus-async.el (gnus-async-post-fetch-function):
523         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
524         * gnus-html.el (gnus-html-image-cache-ttl):
525         * gnus-notifications.el (gnus-notifications-timeout):
526         * gnus-picon.el (gnus-picon-properties):
527         * gnus-util.el (gnus-completion-styles):
528         * gnus.el (gnus-other-frame-resume-function):
529         * message.el (message-user-organization-file)
530         (message-cite-reply-position):
531         * nnir.el (nnir-summary-line-format)
532         (nnir-retrieve-headers-override-function):
533         * shr-color.el (shr-color-visible-luminance-min):
534         * shr.el (shr-blocked-images):
535         * spam-report.el (spam-report-resend-to):
536         * spam.el (spam-summary-exit-behavior): Fix custom types.
537
538         * gnus-salt.el (gnus-selected-tree-face): Fix default.
539
540 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
543         because of let-binding help-xref-following.  (Bug#14356)
544
545 2013-05-06  Glenn Morris  <rgm@gnu.org>
546
547         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
548
549 2013-05-04  Andrew Cohen  <cohen@bu.edu>
550
551         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
552         entering into the registry.
553
554 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
555
556         * gnus.el: Ma Gnus v0.7 is released.
557
558 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
561         (Bug#14304)
562
563 2013-04-27  Glenn Morris  <rgm@gnu.org>
564
565         * gnus.el (gnus-list-debbugs):
566         Use require rather than autoload.  (Bug#14262)
567
568 2013-04-27  Julien Danjou  <julien@danjou.info>
569
570         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
571         port to "sieve" now that it has an official IANA port assigned.
572
573 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
576         Don't set the MAILHOST environment variable permanently (Bug#14271).
577
578 2013-04-26  Glenn Morris  <rgm@gnu.org>
579
580         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
581
582 2013-04-25  Andrew Cohen  <cohen@bu.edu>
583
584         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
585         string values of 'gcc-self. Thanks to Saroj Thirumalai.
586
587 2013-04-24  Andrew Cohen  <cohen@bu.edu>
588
589         * nnir.el (nnir-close-group): Make sure we are in the right group.
590
591         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
592         dependency table from all newly retrieved headers.
593
594 2013-04-16  David Edmondson  <dme@dme.org>
595
596         Support <img src="data:...">.
597
598         * shr.el (shr-image-from-data): New function.
599         (shr-tag-img): Use it.
600
601 2013-04-14  Andrew Cohen  <cohen@bu.edu>
602
603         * nnir.el (nnir-request-set-mark): Make sure we are in the right
604         group.
605
606 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
609         corresponding to any existing group (Bug#14166).
610
611 2013-04-10  Andrew Cohen  <cohen@bu.edu>
612
613         * nnir.el (number-sequence): No longer used.
614         (nnir-request-set-mark): New function.
615         (nnir-request-update-info): Improve marks updating.
616         (nnir-request-scan): Don't duplicate marks updating.
617         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
618         Use 'assq rather than 'assoc.  Quote anonymous function.
619         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
620         Use 'gnus-group-prefixed-p.
621         (gnus-summary-create-nnir-group): Make sure server for method is open.
622
623 2013-04-04  Andrew Cohen  <cohen@bu.edu>
624
625         * nnir.el (gnus-nnir-group-p): New function.
626         (nnir-possibly-change-group): Use it.
627
628         * gnus-msg.el (gnus-setup-message): Use it.
629
630 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * mml.el (mml-minibuffer-read-description): Use `default' insted of
633         `initial-input' for the argument name.
634         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
635
636 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
637
638         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
639         (used by MH-E).
640
641 2013-04-01  Andrew Cohen  <cohen@bu.edu>
642
643         * nnir.el (nnir-request-update-mark): Improve mark updating in original
644         group.
645
646         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
647         fix compilation.
648
649 2013-03-31  Andrew Cohen  <cohen@bu.edu>
650
651         * nnir.el (nnir-method-default-engines): And another typo.
652
653 2013-03-30  Andrew Cohen  <cohen@bu.edu>
654
655         * nnir.el (nnir-method-default-engines): Fix typo.
656
657 2013-03-29  Andrew Cohen  <cohen@bu.edu>
658
659         * nnir.el: Define 'number-sequence for xemacs.
660         (gnus-summary-create-nnir-group): New function to create an nnir group
661         from an nnir summary buffer based on the current query.
662         (nnir-request-create-group): Update to allow nnir group creation based
663         on the current query.
664
665 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * nndraft.el (nndraft-request-expire-articles):
668         Make expiry target always `delete'.
669
670 2013-03-27  Andrew Cohen  <cohen@bu.edu>
671
672         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
673         buffer use the posting-style and gcc of the original article group.
674         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
675
676         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
677         after other deffoos.
678
679 2013-03-25  Andrew Cohen  <cohen@bu.edu>
680
681         * nnir.el: Major rewrite.  Cleaner separation between searches and group
682         management.  Marks are now shown in nnir summary buffers.  Rudimentary
683         support for real (i.e. not ephemeral) nnir groups.
684         (gnus-summary-make-nnir-group): New function for initiating searches
685         from a summary buffer.
686
687 2013-03-18  Sam Steingold  <sds@gnu.org>
688
689         * message.el (message-bury): Minor cleanup.
690
691 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
692
693         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
694
695 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * nndir.el (nndir-request-list): Remove 2nd argument passed to
698         nnml-request-list.  (Bug#13873)
699         (nndir-request-newsgroups): Remove, unused.
700
701         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
702
703 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
704
705         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
706         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
707         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
708
709 2013-03-03  Ted Phelps  <phelps@gnusto.com>
710
711         * shr.el: Make all the overlays set the `evaporate' property so that
712         they're removed properly.
713
714 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
715
716         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
717         shell-quote-argument.
718
719 2013-02-22  David Engster  <deng@randomsample.de>
720
721         * gnus-registry.el (gnus-registry-save): Provide class name when
722         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
723         `condition-case' to stay compatible with older EIEIO versions which
724         only accept one argument.
725
726 2013-02-17  Daiki Ueno  <ueno@gnu.org>
727
728         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
729         (epg-user-id-validity): Autoload.
730         (mml2015-epg-check-user-id): New function.
731         (mml2015-epg-check-sub-key): New function split from
732         mml2015-epg-find-usable-key.
733         (mml2015-epg-find-usable-key): Accept context, name, usage, and
734         optional name-is-key-id, to handle the case when user-id is unusable.
735         Reported by Łukasz Stelmach <stlman@poczta.fm>.
736
737 2013-02-17  Glenn Morris  <rgm@gnu.org>
738
739         * shr.el (shr-put-image): Use image-multi-frame-p if available.
740
741 2013-02-16  Glenn Morris  <rgm@gnu.org>
742
743         * shr.el (shr-put-image): Only animate images that specify a delay.
744         This is consistent with the old image-animated-p behavior.
745
746 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
749         for XEmacs.
750
751 2013-02-13  Juri Linkov  <juri@jurta.org>
752
753         * gnus-art.el (gnus-article-mode-map):
754         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
755         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
756
757 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
758
759         * auth-source.el (auth-source-format-prompt): Don't get confused by
760         any "\" in replacement text.  (Bug#13637)
761
762 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
763
764         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
765         (gnus-backend-trace): Honour gnus-backend-trace.
766
767         * mml.el (mml-insert-part): Insert closing tag.
768
769         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
770
771 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
774         able to find the article, which can happen in debbugs groups,
775         apparently.
776
777 2013-01-16  Glenn Morris  <rgm@gnu.org>
778
779         * smiley.el (smiley-style): Make the file loadable in batch mode.
780
781 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
782
783         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
784         imap process running.
785
786 2013-01-14  Julien Danjou  <julien@danjou.info>
787
788         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
789         Compare addresses against addresses, not against the full From field.
790
791 2013-01-13  Richard Stallman  <rms@gnu.org>
792
793         * message.el (message-forward-make-body-mime): New args BEG, END
794         specify what part of FORWARD-BUFFER to use.  Do the work directly
795         instead of calling `mml-insert-buffer'.
796
797 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
798
799         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
800         cross-reference(s).
801
802         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
803         cross-reference(s).
804
805 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
806
807         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
808         and point-max-marker.
809         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
810
811 2013-01-11  Julien Danjou  <julien@danjou.info>
812
813         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
814         max are almost equal. Also return the correct value for V which is
815         already between 0 and 1.
816
817 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
818
819         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
820         to mml2015-encrypt-to-self.
821         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
822
823 2013-01-09  Daiki Ueno  <ueno@gnu.org>
824
825         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
826         mml-smime-epg-find-usable-secret-key.
827
828 2013-01-08  Glenn Morris  <rgm@gnu.org>
829
830         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
831
832 2013-01-07  Daiki Ueno  <ueno@gnu.org>
833
834         * mml-smime.el: Support signing by sender.
835         Requested by Uwe Brauer.
836         (mml-smime-sign-with-sender): New user option analogous
837         to mml2015-sign-with-sender.
838         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
839         (mml-smime-epg-find-usable-secret-key): New helper function copied from
840         mml2015.el.
841
842 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
845         isn't running, because Gnus will probably not know how to handle the
846         Gcc header (bug#11941).
847
848         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
849         articles.
850
851 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * nnfolder.el (nnfolder-recursive-directory-files): New function.
854         (nnfolder-generate-active-file): Make this function work with recursive
855         folder names.
856
857 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
858
859         * nntp.el (nntp-open-connection): Use HELP as the capability command
860         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
861         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
862
863 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
864
865         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
866         place holder since this gives `Invalid face reference: nil' messages.
867         Use the `default' face instead.  It has the same effect here, even
868         though it is not no-op.
869
870         * gnus-util.el
871         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
872
873 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
876         non-string posting styles (bug#13285).
877
878 2012-12-27  Glenn Morris  <rgm@gnu.org>
879
880         * plstore.el (plstore-passphrase-callback-function):
881         Use plstore-get-file.
882
883 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
884
885         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
886         stderr.
887
888 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
891
892         * gnus-compat.el (set-buffer-multibyte): Remove.
893
894 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
895
896         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
897         temporary file to get PGP key image.  Pass no-show-photos when
898         extracting image to avoid having it pop up twice.
899
900 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
903         eligible for treatment.
904
905         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
906         lines.  This makes summary commands with hidden threads work more
907         reliably.
908
909         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
910         button to mark the hidden citations (bug#9395).
911
912 2012-12-26  Daiki Ueno  <ueno@gnu.org>
913
914         * mml2015.el (mml2015-epg-signature-to-string): New function.
915         (mml2015-epg-verify-result-to-string): New function.
916         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
917         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
918         instead of epg-verify-result-to-string.
919         (epg-signature-key-id, epg-signature-to-string): Autoload.
920         (epg-verify-result-to-string): Remove autoload.
921
922 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
923
924         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
925         ID image from GPG public key.
926         (mml2015-epg-key-image-to-string): New function.
927
928 2012-12-25  Leo Liu  <sdl.web@gmail.com>
929
930         * plstore.el (plstore-passphrase-callback-function): Fix error when
931         error when plstore-cache-passphrase-for-symmetric-encryption is set
932         (bug#13264).
933
934 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
937         buffer to the article buffer here, because that clobbers multiple
938         article buffers.
939
940         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
941         buffer always points to the right summary buffer.
942
943 2012-12-25  John Wiegley  <jwiegley@gmail.com>
944
945         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
946         the password (bug#12097).
947
948 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
949
950         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
951         (bug#13263).
952
953         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
954         buffer exists before using it (bug#12475).
955
956         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
957         offline groups (bug#11937).
958
959         * message.el (message-yank-original): When using customize to set the
960         value of `message-cite-style', the variable it set to a symbol that's
961         the name of the variable, which must then be dereferenced (bug#12616).
962
963 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
964
965         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
966         the `face' property with a list whose car is the face specified in the
967         format string and whose cdr is (nil).
968         * lisp/gnus-util.el
969         (gnus-put-text-property-excluding-characters-with-faces):
970         Change accordingly.
971         (gnus-get-text-property-excluding-characters-with-faces): New function.
972         * lisp/gnus-sum.el (gnus-summary-highlight-line):
973         * lisp/gnus-salt.el (gnus-tree-highlight-node):
974         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
975
976 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
977
978         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
979         login methods.
980         (nnimap-login): Respect the `nnimap-authenticator' variable.
981
982         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
983         mark state when moving articles.  Otherwise unticked articles will get
984         their ticks back after moving.
985
986 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
989
990         * message.el (message-ignored-news-headers): Always remove
991         X-Message-SMTP-Method to avoid information leakage if the user
992         mistakenly inserts the header into news messages.
993
994         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
995
996         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
997         right than four characters, this command would move point to
998         `point-max'.  Don't do that.
999
1000         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1001         to nil to allow re-selecting groups that gain articles.
1002         (gnus-bug-group-download-format-alist): Update the URL.
1003
1004 2012-12-23  Andreas Schwab  <schwab@suse.de>
1005
1006         * shr.el (shr-tag-em): Render em as italic, not bold.
1007
1008 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1011         for reuse.
1012         (gnus-open-server): Use it to add more tracing.
1013         (gnus-finish-retrieve-group-infos): Add backend tracing.
1014         (gnus-backend-trace): Also note the elapsed seconds.
1015
1016 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1017
1018         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1019         Set epa-file-encrypt-to from variable to avoid querying.
1020
1021 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1022
1023         * sieve-mode.el (sieve-font-lock-keywords):
1024         Keywords should be word delimited.  (Bug#13173)
1025
1026 2012-12-13  Andreas Schwab  <schwab@suse.de>
1027
1028         * tls.el (tls-program): Update customize type.
1029
1030 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1033         instead of <pre> to align message header.
1034
1035 2012-12-12  Sam Steingold  <sds@gnu.org>
1036
1037         * gnus.el (gnus-other-frame-resume-function): Add user option.
1038         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1039
1040 2012-12-06  Sam Steingold  <sds@gnu.org>
1041
1042         * gnus-start.el (gnus-before-resume-hook): Add.
1043         (gnus-1): Run it when Gnus is alive.
1044
1045 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1048         * gnus-art.el (article-unsplit-urls)
1049         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1050         * gnus-registry.el (gnus-registry-get-article-marks)
1051         * message.el (message-goto-body): Use it.
1052         (message-called-interactively-p): Remove.
1053
1054         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1055         (spam-stat-score-buffer): Use it.
1056
1057         * spam.el: Silence the warnings against BBDB functions when compiling.
1058
1059         * gnus-score.el (gnus-score-decode-text-parts):
1060         Use append+mapcar instead of the cl function mapcan.
1061
1062 2012-12-05  Sam Steingold  <sds@gnu.org>
1063
1064         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1065         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1066         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1067
1068 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * gmm-utils.el (gmm-called-interactively-p): Revert.
1071         This seems to cause Emacs to get stuck!
1072         * gnus-art.el (article-unsplit-urls)
1073         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1074         * gnus-registry.el (gnus-registry-get-article-marks)
1075         * message.el (message-goto-body)
1076         (message-called-interactively-p): Revert.
1077
1078         * gmm-utils.el (gmm-called-interactively-p): New function.
1079         * gnus-art.el (article-unsplit-urls)
1080         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1081         * gnus-registry.el (gnus-registry-get-article-marks)
1082         * message.el (message-goto-body): Use it.
1083         (message-called-interactively-p): Remove.
1084
1085         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1086         * gnus-sync.el (gnus-sync-lesync-call)
1087         * message.el (message-read-from-minibuffer): Use it.
1088
1089 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * gmm-utils.el (gmm-flet): Remove.
1092         * gnus-sync.el (gnus-sync-lesync-call)
1093         * message.el (message-read-from-minibuffer): Don't use it.
1094
1095 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1098
1099 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1102
1103         * gnus-sync.el (gnus-sync-lesync-call)
1104         * message.el (message-read-from-minibuffer): Use gmm-flet.
1105
1106         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1107
1108         * gnus-util.el (gnus-macroexpand-all): Remove.
1109
1110 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1111
1112         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1113         to TAB, not [tab].
1114         (gnus-summary-article-map): Likewise.
1115
1116         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1117         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1118
1119 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1120
1121         * time-date.el: Commentary fix.
1122
1123 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1124
1125         * color.el: Don't require cl.
1126         (color-complement): `caddr' -> `nth 2'.
1127
1128         * time-date.el (time-to-seconds): De-obsolete.
1129
1130 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * message.el (message-get-reply-headers):
1133         Make sure the reply goes to the author if it is a wide reply.
1134
1135 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1136
1137         * gnus-score.el (gnus-score-body):
1138         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1139         scoring by body.
1140
1141 2012-11-16  Glenn Morris  <rgm@gnu.org>
1142
1143         * gnus-diary.el (nndiary-request-create-group-functions)
1144         (nndiary-request-update-info-functions)
1145         (gnus-subscribe-newsgroup-functions)
1146         (nndiary-request-accept-article-functions):
1147         Use new names for hooks rather than obsolete aliases.
1148
1149 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1152
1153 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1156         in meta tag with the one the part specifies in its header.
1157
1158 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1159
1160         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1161         by default.
1162
1163 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1166         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1167
1168 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1171         and a runtime function for it, of which the XEmacs version takes only
1172         two arguments.
1173
1174 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1175
1176         * nndiary.el (nndiary-request-create-group-functions)
1177         (nndiary-request-update-info-functions)
1178         (nndiary-request-accept-article-functions):
1179         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1180         "-hooks" suffix.
1181
1182 2012-10-19  Julien Danjou  <julien@danjou.info>
1183
1184         * gnus-art.el: Require gnus-util because it uses
1185         `gnus-timer--function'.
1186
1187 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1188
1189         * starttls.el (starttls-extra-arguments): Doc fix.
1190
1191 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1194         it.
1195
1196 2012-10-06  Glenn Morris  <rgm@gnu.org>
1197
1198         * gnus-notifications.el (gnus-notifications):
1199         Add missing group :version tag.
1200         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1201         (gnus-gcc-post-body-encode-hook):
1202         * gnus-sync.el (gnus-sync-lesync-name)
1203         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1204
1205 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1206
1207         * color.el (color-hsl-to-rgb): Fix incorrect results for
1208         small and large hue values.  (Bug#12559)
1209
1210 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         New UIDL implementation.
1213
1214         * mail-source.el (mail-sources, mail-source-keyword-map):
1215         Add :leave as a pop3 keyword.
1216         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1217
1218         * pop3.el (pop3-leave-mail-on-server): Allow number.
1219         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1220         (pop3-movemail): Add UIDL support.
1221         (pop3-send-streaming-command): Take a list of mail numbers instead of
1222         the number of mails.
1223         (pop3-write-to-file): Add X-UIDL header.
1224         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1225         (pop3-uidl-add-xheader): New functions.
1226
1227         * message.el (message-ignored-resent-headers):
1228         Add X-Content-Length and X-UIDL headers.
1229
1230 2012-10-05  Glenn Morris  <rgm@gnu.org>
1231
1232         * color.el (color-name-to-rgb, color-rgb-to-hex)
1233         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1234         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1235         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1236         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1237
1238 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1241         a user about whether to delete temp files if once a user answered as n.
1242
1243 2012-09-25  Chong Yidong  <cyd@gnu.org>
1244
1245         * password-cache.el (password-read-and-add): Use a declare form to mark
1246         this function obsolete.
1247
1248 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * lpath.el: Bind mail-encode-mml for old Emacsen.
1251
1252 2012-09-17  Richard Stallman  <rms@gnu.org>
1253
1254         * message.el (message-in-body-p): Don't set mark or modify buffer.
1255
1256         * mml.el (mml-attach-file): Doc fix.
1257         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1258         Set mail-encode-mml when in Mail mode.
1259         Simplify code to set HEAD and move back to HEAD.
1260         (mml-insert-multipart, mml-insert-part):
1261         Set mail-encode-mml when in Mail mode.
1262
1263 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-util.el (gnus-timer--function): New function.
1266
1267         * gnus-art.el (gnus-article-stop-animations): Use it.
1268
1269 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1270
1271         Fix glitches caused by addition of psec to timers.
1272         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1273         rather than raw access to timer vector.
1274
1275 2012-09-11  Julien Danjou  <julien@danjou.info>
1276
1277         * gnus-notifications.el (gnus-notifications): Check for nil values in
1278         ignored addresses check.
1279
1280 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1281
1282         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1283
1284 2012-09-07  Chong Yidong  <cyd@gnu.org>
1285
1286         * gnus-util.el
1287         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1288
1289         * gnus-salt.el (gnus-tree-highlight-node):
1290         * gnus-sum.el (gnus-summary-highlight-line):
1291         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1292
1293 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1296
1297 2012-09-06  Juri Linkov  <juri@jurta.org>
1298
1299         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1300         scheme for buffer names to be more consistent with other group and
1301         article buffer names in Gnus.
1302
1303 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus-util.el
1306         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1307
1308         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1309         Jenkner.
1310
1311         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1312
1313         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1314
1315         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1316
1317 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1320         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1321
1322         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1323         string-prefix-p in Emacs >=23.2.
1324
1325         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1326         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1327         instead of string-match-p.
1328         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1329
1330 2012-09-06  Kenichi Handa  <handa@gnu.org>
1331
1332         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1333         lowercase a..f.
1334
1335 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1336
1337         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1338
1339 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1340
1341         * nnimap.el (nnimap-request-move-article): Decode the group name when
1342         doing internal moves to avoid charset issues.
1343
1344         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1345         TIME is set.
1346
1347 2012-09-05  Juri Linkov  <juri@jurta.org>
1348
1349         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1350         than one group at a time (bug#11961).
1351
1352 2012-09-05  Julien Danjou  <julien@danjou.info>
1353
1354         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1355         this hide the real reason with a message giving absolutely no hint.
1356
1357 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1358
1359         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1360         to the backend (bug#11804).
1361
1362         * message.el (message-insert-newsgroups): Don't insert newsgroup
1363         duplicates (bug#12275).
1364
1365 2012-09-05  John Wiegley  <johnw@newartisans.com>
1366
1367         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1368         sieve rules.
1369
1370 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1371
1372         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1373         function.
1374
1375         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1376
1377         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1378
1379 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1380
1381         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1382         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1383         This should make nnmaildir more usable with offlineimap.
1384
1385 2012-09-05  Julien Danjou  <julien@danjou.info>
1386
1387         * nnimap.el (nnimap-request-list): Revert change that made listing
1388         synchronous.
1389         (nnimap-get-responses): Restore.
1390
1391 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1392
1393         * dgnushack.el: XEmacs 21.5 compilation fix.
1394
1395         * gnus-notifications.el (gnus-notifications-notify): Use it.
1396
1397         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1398         warnings on XEmacs.
1399
1400 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1401
1402         Better seeds for (random).
1403         * gnus-sync.el (gnus-sync-lesync-setup):
1404         * message.el (message-canlock-generate, message-unique-id):
1405         Change (random t) to (random), now that the latter is more random.
1406
1407 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1408
1409         * nnimap.el (nnimap-change-group): Document result value
1410
1411         * auth-source.el (auth-sources): Fix macos keychain access.
1412
1413         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1414         allow the backend `request-head' function to determine the group
1415         name on its own.
1416         (gnus-request-expire-articles): Filter out negative article numbers
1417         during expiry (Bug#11980).
1418
1419         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1420         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1421
1422         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1423         you've found the article when you haven't.
1424
1425         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1426         that nnimap-change-group can return t.
1427
1428 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1429
1430         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1431
1432 2012-08-30  Julien Danjou  <julien@danjou.info>
1433
1434         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1435         `gnus-notifications-timeout'.
1436         (gnus-notifications-timeout): Add.
1437         (gnus-notifications-action): New function.
1438         (gnus-notifications-notify): Add :action using
1439         `gnus-notifications-action'.
1440         (gnus-notifications-id-to-msg): New variable.
1441         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1442         notifications id to messages.
1443
1444 2012-08-30  Kenichi Handa  <handa@gnu.org>
1445
1446         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1447         once.
1448
1449 2012-08-29  Julien Danjou  <julien@danjou.info>
1450
1451         * gnus-notifications.el: New file.
1452         (gnus-notifications-notify): New function.
1453         (gnus-notifications): Use `gnus-notifications-notify'.
1454
1455 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1458         transfer encoding first; bind gnus-newsgroup-charset to the charset
1459         that the article specifies (Bug#12209).
1460
1461 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1464         (gnus-group-customize-done): Encode values posting-style holds.
1465
1466         * gnus-msg.el (gnus-summary-resend-message)
1467         (gnus-configure-posting-styles): Decode values posting-style group
1468         parameter holds.
1469
1470 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1473         `name' and `address' in Resent-From header.
1474
1475 2012-08-14  Chong Yidong  <cyd@gnu.org>
1476
1477         * gnus-art.el (article-display-face): Handle failure in
1478         gnus-create-image (Bug#11802).
1479
1480 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1481
1482         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1483         Use defsetf.
1484
1485 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1486
1487         * auth-source.el (auth-source-plstore-search)
1488         (auth-source-secrets-search): Ignore :require and :type in search spec.
1489
1490 2012-08-06  Julien Danjou  <julien@danjou.info>
1491
1492         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1493         `nnimap-request-move-article'.
1494
1495         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1496         Remove autoload, already handled by gnus.el.
1497
1498         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1499
1500         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1501         supported by nnimap actually. Reverts previous change.
1502
1503         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1504         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1505         to-buffer argument that is already supported.
1506
1507 2012-08-05  Julien Danjou  <julien@danjou.info>
1508
1509         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1510         Add autoload.
1511
1512 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * gnus.el (gnus-valid-select-methods): Fix custom type.
1515
1516 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1517
1518         * auth-source.el (auth-sources, auth-source-backend-parse)
1519         (auth-source-macos-keychain-search)
1520         (auth-source-macos-keychain-search-items)
1521         (auth-source-macos-keychain-result-append)
1522         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1523         auth-source.el through the /usr/bin/security utility.
1524         (auth-sources): Fix syntax error.
1525         (auth-source-macos-keychain-result-append): Fix variable name.
1526         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1527
1528 2012-07-27  Julien Danjou  <julien@danjou.info>
1529
1530         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1531         Emacs < 24.1
1532
1533 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * message.el (message-kill-address): Don't kill last newline.
1536         (message-skip-to-next-address): Don't move to the next header.
1537         (message-fill-field-address): Work properly.
1538
1539 2012-07-25  Julien Danjou  <julien@danjou.info>
1540
1541         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1542
1543 2012-07-24  Julien Danjou  <julien@danjou.info>
1544
1545         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1546
1547         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1548         (nntp-async-timer-handler): Remove, unused.
1549
1550         * nnimap.el (nnimap-get-responses): Remove, unused.
1551
1552         * nnheader.el (mail-header-set-extra): Remove, unused.
1553
1554         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1555         unused.
1556
1557         * mm-view.el (mm-view-sound-file): Remove, unused.
1558
1559         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1560         (mm-url-encode-multipart-form-data): Remove, unused.
1561
1562         * message.el (message-remove-signature, message-make-host-name)
1563         (message-fill-address): Remove, unused.
1564
1565         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1566         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1567         unused.
1568
1569         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1570         (gnus-xmas-call-region): Remove, unused.
1571
1572         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1573
1574         * gnus-util.el (gnus-extract-address-component-name)
1575         (gnus-extract-address-component-email, gnus-sortable-date)
1576         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1577         (gnus-process-live-p): Remove, unused.
1578
1579         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1580
1581         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1582         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1583         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1584         function.
1585
1586         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1587
1588         * gnus-score.el (gnus-summary-score-crossposting)
1589         (gnus-score-regexp-bad-p): Remove, unused.
1590
1591         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1592
1593         * gnus-range.el (gnus-sublist-p): Remove, unused.
1594
1595         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1596         unused.
1597
1598         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1599
1600         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1601         (gnus-request-associate-buffer): Remove, unused.
1602
1603         * gnus-group.el (gnus-group-set-method-info)
1604         (gnus-group-set-params-info): Remove, unused.
1605
1606         * gnus-fun.el (gnus-shell-command-to-string)
1607         (gnus-shell-command-on-region): Remove, unused.
1608
1609         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1610
1611         * gnus-art.el (gnus-article-text-type-exists-p)
1612         (article-translate-characters, gnus-article-hide-text-of-type)
1613         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1614         Remove, unused.
1615
1616 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1617
1618         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1619
1620 2012-07-21  Julien Danjou  <julien@danjou.info>
1621
1622         * message.el (message-dont-reply-to-names): Replace deprecated
1623         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1624         (message-get-reply-headers): Ditto.
1625
1626 2012-07-18  Julien Danjou  <julien@danjou.info>
1627
1628         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1629         `sieve-upload-and-kill'.
1630
1631         * sieve.el (sieve-bury-buffer): Remove function.
1632         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1633         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1634
1635 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1636
1637         * shr.el (shr-expand-url): Handle URL starting with `//'.
1638
1639 2012-07-13  Chong Yidong  <cyd@gnu.org>
1640
1641         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1642         instead of calling toggle-read-only with a (bogus) argument.
1643
1644 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1645
1646         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1647         of initial input when reading the author to restrict the summary to.
1648
1649 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * mm-decode.el (mm-shr):
1652         Allow overriding charset by mm-charset-override-alist.
1653
1654 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * gnus-art.el (gnus-article-view-part):
1657         Toggle subparts of multipart/alternative part.
1658
1659 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1660
1661         * shr.el (shr-render-buffer): New command.
1662         (shr-visit-file): Use it.
1663
1664 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1667         Set no-byte-compile and no-update-autoloads.
1668
1669 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1672
1673 2012-06-25  Julien Danjou  <julien@danjou.info>
1674
1675         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1676         `nnimap-request-move-articles-find-limit' since we do not use it only
1677         for move operations.
1678         (nnimap-request-accept-article): Use
1679         `nnimap-request-articles-find-limit' to limit search by message-id.
1680
1681 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1682
1683         Support higher-resolution time stamps (Bug#9000).
1684
1685         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1686         VARLIST.  It's optional, for backward compatibility.
1687         (encode-time-value): New optional arg PICO.  New type 3.
1688         (time-to-seconds) [!float-time]: Support the new picoseconds
1689         component if it's used.
1690         (seconds-to-time, time-subtract, time-add):
1691         Support ps-resolution time stamps as well.
1692
1693 2012-06-19  Julien Danjou  <julien@danjou.info>
1694
1695         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1696
1697         * nnimap.el (nnimap-log-buffer): Check that
1698         `window-point-insertion-type' is boundp, since it's not available in
1699         XEmacs.
1700
1701 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1702
1703         * nnimap.el (nnimap-log-buffer): Add this, setting
1704         `window-point-insertion-type' in the buffer to t.
1705         (nnimap-log-command): Use nnimap-log-buffer.
1706
1707 2012-06-19  Julien Danjou  <julien@danjou.info>
1708
1709         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1710         argument to be able to limit the search.
1711         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1712         (nnimap-request-move-articles-find-limit): Add this to limit the search
1713         by Message-Id after a message move.
1714         (nnimap): Add defgroup.
1715
1716 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1717
1718         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1719
1720 2012-06-15  Julien Danjou  <julien@danjou.info>
1721
1722         * nnimap.el (nnimap-find-article-by-message-id): Use
1723         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1724         (nnimap-possibly-change-group): Add read-only argument.
1725         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1726         issuing EXAMINE manually.
1727         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1728         with read-only argument.
1729         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1730         cannot possibly change because we need to be sure that it's either
1731         read-write or read-only.
1732
1733 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1736         being bound to a lambda form.
1737
1738 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1739
1740         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1741         articles when fetch-old is non-nil (bug#11370).
1742
1743 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1744
1745         * gnus-picon.el (gnus-picon-properties): New defcustom.
1746         (gnus-picon-create-glyph): Use it.
1747
1748 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * gnus-group.el (gnus-group-get-new-news): Respect
1751         `gnus-group-use-permanent-levels', as documented (bug#11638).
1752
1753 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1754
1755         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1756         groups (bug#11641).
1757
1758 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1759
1760         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1761         is an integer to avoid later problems.
1762
1763 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1766         locales.
1767
1768         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1769         on a handle.
1770
1771         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1772         address as the default.
1773         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1774
1775         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1776         makes no sense to query the user about internal files.
1777
1778         * gnus-spec.el: Remove all the byte-compilation stuff, since
1779         benchmarking shows that it doesn't help when entering large summary
1780         buffers.
1781
1782         * gnus-xmas.el (gnus-xmas-define): Remove.
1783
1784         * gnus-util.el (gnus-byte-code): Remove.
1785
1786         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1787         grouplens stuff.
1788
1789 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1792         (bug#11514).
1793
1794 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1795
1796         * message.el (message-buffers): Return all buffers derived from Message
1797         to make `gnus-dired-attach' work with mu4e.
1798
1799 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1800
1801         * nntp.el: Stop the `letf' madness.
1802         (nntp--report-1): New var.
1803         (nntp-report): Merge nntp-report-1 into it.
1804         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1805         the nntp-report function.
1806
1807         * auth-source.el: Fix comment-style to follow the convention.
1808
1809 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1810
1811         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1812         (mm-dissect-singlepart): Don't guess the MIME type of
1813         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1814         set.
1815         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1816         toplevel MIME type is multipart/encrypted.
1817
1818 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1821         a string so that Gcc works (bug#11514).
1822
1823 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1824
1825         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1826         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1827
1828 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1829
1830         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1831         jumping to *Server* from a dedicated *Group* window.
1832         (gnus-configure-frame): CSE.
1833
1834         * gnus-registry.el: Minor style cleanup.
1835         (gnus-registry--set/remove-mark): New function, extracted from
1836         gnus-registry-install-shortcuts.
1837         (gnus-registry-install-shortcuts): Use it.
1838
1839 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * nnspool.el (news-path): Use eval-and-compile.
1842
1843 2012-05-24  Glenn Morris  <rgm@gnu.org>
1844
1845         * nnspool.el (news-directory, news-path, news-inews-program):
1846         Move here from paths.el.  Don't see a need for these to be autoloaded.
1847
1848         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1849         Merge in doc from paths.el version.  Don't see any need for this to be
1850         autoloaded, or for the warning about users not setting it.
1851
1852 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1853
1854         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1855         format.  In particular, add an optional argument and a docstring.
1856
1857         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1858
1859         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1860         current before calling `gnus-groups-to-gnus-format'.
1861         Note that this was already the case for `gnus-active-to-gnus-format'.
1862
1863 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1864
1865         Fix minor Y10k bug.
1866         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1867
1868 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1869
1870         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1871         message once it's actually open.
1872
1873 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1874
1875         * gnus.el: Ma Gnus v0.5 is released.
1876
1877 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1878
1879         * auth-source.el (auth-source--aput-1, auth-source--aput)
1880         (auth-source--aget): New functions and macros.
1881         Use them instead of aput/aget.
1882
1883 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1884
1885         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1886
1887 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1888
1889         * plstore.el (plstore-called-interactively-p): New compat macro copied
1890         from message.el.
1891         (plstore-mode): Use it.
1892
1893 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1894
1895         * plstore.el: Revive the editing feature.
1896         (plstore-mode): New mode to edit plstore file.
1897         (plstore-mode-toggle-display, plstore-mode-original)
1898         (plstore-mode-decoded): New command.
1899         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1900         (plstore--insert-buffer, plstore--make): New function.
1901         (plstore-open, plstore-save): Simplify by using them.
1902
1903 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1906
1907 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1908
1909         * tls.el (open-tls-stream): Remove unused binding.
1910
1911 2012-04-16  Glenn Morris  <rgm@gnu.org>
1912
1913         * nndraft.el (nndraft-request-list): Fix declaration.
1914
1915 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * mm-decode.el (mm-dissect-buffer): Doc fix.
1918
1919         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1920         don't have a current group.
1921
1922         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1923         buffer if it doesn't exist.
1924
1925         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1926         given, mark the group as ephemeral with the current window conf.
1927
1928         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1929         buffer exists, which it doesn't if we haven't started Gnus.
1930         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1931
1932 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1935         type is.
1936
1937         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1938         `unexists' entries.
1939         (gnus-clean-old-newsrc): Fix last checkin.
1940
1941         * nnimap.el (nnimap-update-info): None of the articles below the active
1942         low-water mark exist.
1943
1944         * dgnushack.el: Get rid of XEmacs compilation warning.
1945
1946         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1947         would have gotten if we posted to the group, and use that to compare
1948         against the message we want to cancel (bug#10808).
1949
1950         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1951         on XEmacs.
1952
1953 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1954
1955         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1956         `scroll-margin'.
1957
1958 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1959
1960         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1961         citation prefix within a block of cited text should be considered part
1962         of that block *only* if it is a blank line.
1963
1964 2012-04-09  Chong Yidong  <cyd@gnu.org>
1965
1966         * binhex.el, hashcash.el, uudecode.el:
1967         Remove * characters from the front of variable docstrings.
1968
1969 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1972         before kinsoku-bol characters nor within kinsoku-eol characters.
1973
1974 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1977         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1978         (gnus-sync-read): Use mapc instead of mapcar.
1979
1980         * mm-archive.el: Require mm-decode for some macros.
1981         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1982         the byte compiler.
1983         (mm-archive-decoders): New function that returns the value of
1984         the mm-archive-decoders variable.
1985
1986         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1987         instead.
1988         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1989
1990         * nnimap.el (gnus-refer-thread-use-nnir):
1991         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1992
1993 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1996
1997 2012-03-12  Peter Münster  <pmrb@free.fr>
1998
1999         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2000         (gnus-demon-cancel): Ditto.
2001         (gnus-demon-run-callback): When function cannot be called due to low
2002         idleness, call it when idleness reaches the expected value, instead of
2003         waiting another timer period.
2004         (gnus-demon-init): Add `time' to arguments of call-back.
2005
2006 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2009
2010         * gnus.el: Register gnus-registry functions.
2011
2012         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2013         indent.
2014
2015         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2016         enabled before warping.
2017
2018 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2019
2020         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2021         registry about each article retrieved.
2022
2023         * gnus-int.el (gnus-select-group-with-message-id): New function.
2024         (gnus-try-warping-via-registry): Ditto.
2025         (gnus-warp-to-article): Fall back on the registry.
2026
2027 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2028
2029         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2030         inboxes.
2031
2032 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2035
2036 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2039         gnus-gcc-self-resent-messages may be a group parameter.
2040         (gnus-summary-resend-message): Don't encode encoded words in header
2041         when Gcc'ing resent message.
2042
2043 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * shr.el (shr-insert): Treat non-breaking space just like normal
2046         space.  This seems to produce more pleasing results.
2047         (shr-insert): Only insert a blank line if we're starting from an image.
2048         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2049         (shr-ensure-paragraph): Consider lines with white space to be blank.
2050
2051 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2052
2053         * Makefile.in: Respect DESTDIR.
2054
2055 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2056
2057         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2058         and gnus-gcc-post-body-encode-hook.
2059
2060 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2063         messages that don't exist.
2064
2065         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2066
2067 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2070         Remove.
2071
2072         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2073
2074         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2075
2076 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2079         have a group name.
2080
2081         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2082         a multibyte buffer (bug#7410).
2083         (article-wash-html): Parse the original article buffer to get the
2084         unencoded data (bug#7410).
2085
2086         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2087         .newsrc.el files.
2088
2089 2012-04-05  Bastien Guerry  <bzg@altern.org>
2090
2091         * color.el (color-lighten-name): Fix typo.
2092
2093 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2096         "#" to avoid having them interpreted as comments.
2097
2098 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * shr.el (shr-insert): Update the text state properly to avoid
2101         inserting spurious paragraph starts.
2102
2103 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * shr.el (shr-table-widths): Divide the extra width more fairly over
2106         the TDs (bug#10973).
2107         (shr-render-td): Don't delete too much padding.
2108         (shr-natural-width): Compute the natural width more correctly.
2109         (shr-insert): Allow the natural width to be computed for tables again.
2110         (shr-tag-table-1): Rework how the natural widths are computed by
2111         rendering the table a third time.
2112         (shr-natural-width): Removed.
2113         (shr-buffer-width): New function.
2114         (shr-expand-newlines): Use it.
2115
2116         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2117         using a `gnus-use-full-window' setup (bug#11013).
2118
2119 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2122         24.1 release.
2123
2124 2012-03-10  David Edmondson  <dme@dme.org>
2125
2126         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2127         'Forwarded Message' header and the start of the message.
2128
2129 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2130
2131         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2132         isn't running (bug#10897).
2133
2134 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2137         This is inconsistent with all the other stream functions, which leave
2138         the setting up to the higher levels (if so wanted) (bug#10931).
2139
2140 2012-02-28  Glenn Morris  <rgm@gnu.org>
2141
2142         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2143         mm-decode.el: Standardize possessive apostrophe usage.
2144
2145 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2148
2149 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2150
2151         * parse-time.el (parse-time-string): Allow extractor to return nil.
2152
2153 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2156
2157 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2160
2161 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2162
2163         * mm-decode.el (mm-shr): Remove "soft hyphens".
2164
2165         * nnimap.el (nnimap-request-list): Return the group names encoded as
2166         utf8.  Otherwise non-European group names don't work.
2167         (nnimap-request-newgroups): Ditto.
2168
2169         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2170         the default in `read-string' (bug#10757).
2171
2172         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2173         topics (bug#10843).
2174
2175         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2176         buffer.  Suggested by Herbert Valerio Riedel.
2177         (nnimap-request-move-article): Delete the message from the correct IMAP
2178         server.
2179
2180 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2181
2182         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2183         Reported by Peter Münster.
2184
2185 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * shr.el (shr-image-fetched): Make sure we really kill the right
2188         buffer.
2189
2190 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2191
2192         * gnus-start.el (gnus-1): Avoid duplicate entries.
2193
2194 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2195
2196         * imap.el: Remove.
2197
2198         * nntp.el (nntp-coding-system-for-read): Remove.
2199         (nntp-coding-system-for-write): Ditto.
2200         (nntp-open-connection): Just use `binary' directly.
2201
2202         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2203         Gnus 0.3.
2204
2205 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2206
2207         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2208         application/octet-stream parts really is.
2209
2210         * gnus-sum.el (gnus-propagate-marks): Remove.
2211
2212 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2213
2214         * shr.el (shr-rescale-image): Undo previous change; see
2215         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2216
2217 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2218
2219         * gnus.el: Ma Gnus v0.3 is released.
2220
2221 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2222
2223         * gnus-sum.el (gnus-summary-local-variables): Make
2224         `gnus-newsgroup-unexist' into a local variable.
2225
2226 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2227
2228         * registry.el (registry-usage-test, registry-persistence-test): Move to
2229         tests/gnustest-registry.el.
2230         (registry-make-testable-db, registry-match-test)
2231         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2232
2233         * gnus-registry.el (gnus-registry-misc-test)
2234         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2235
2236         * tests/gnustest-registry.el: New file with the registry and
2237         gnus-registry ERT tests.
2238
2239 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-msg.el (gnus-summary-resend-message): Make
2242         gnus-summary-resend-message-insert-gcc be last item in
2243         message-header-setup-hook.
2244
2245 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2246
2247         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2248         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2249         Remove.
2250         (nnfolder-open-server): Don't use marks.
2251         (nnfolder-request-delete-group): Ditto.
2252         (nnfolder-request-rename-group): Ditto.
2253         (nnfolder-request-set-mark, nnfolder-request-marks)
2254         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2255         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2256
2257         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2258         (nnml-marks-modtime): Remove.
2259         (nnml-request-delete-group): Don't use marks.
2260         (nnml-request-rename-group): Ditto.
2261         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2262         (nnml-save-marks, nnml-open-marks): Remove.
2263
2264         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2265         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2266         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2267         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2268         (nntp-server-to-method-cache): Remove.
2269
2270         * shr.el (shr-rescale-image): Fix wrong merge.
2271
2272 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2273
2274         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2275         too-wide lines.
2276
2277 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2278
2279         * nnimap.el (nnimap-record-commands): New variable.
2280         (nnimap-log-command): Use it.
2281         (nnimap-make-process-buffer): Add a space to the process buffer.
2282         (nnimap-transform-headers): Don't bug out on header lines containing
2283         stuff that look like IMAP length encodings.
2284
2285         * shr.el (shr-rescale-image): Allow viewing large images.
2286
2287 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2288
2289         * nnml.el (nnml-request-compact-group): Delete the marks file after
2290         compaction (bug#10800).
2291
2292         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2293         group exit.
2294
2295         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2296         QRESYNC/FETCH output.
2297
2298 2012-02-11  Glenn Morris  <rgm@gnu.org>
2299
2300         * sieve-manage.el (sieve-manage-default-stream):
2301         * shr.el (shr):
2302         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2303         (nnir-retrieve-headers-override-function)
2304         (nnir-imap-default-search-key, nnir-notmuch-program)
2305         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2306         (nnir-method-default-engines):
2307         * message.el (message-cite-reply-position):
2308         * gssapi.el (gssapi-program):
2309         * gravatar.el (gravatar):
2310         * gnus-sum.el (gnus-refer-thread-use-nnir):
2311         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2312         (gnus-registry-max-pruned-entries):
2313         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2314         * gnus-int.el (gnus-after-set-mark-hook)
2315         (gnus-before-update-mark-hook):
2316         * gnus-async.el (gnus-async-post-fetch-function):
2317         * auth-source.el (auth-source-cache-expiry):
2318         Add missing :version tags to new defcustoms and defgroups.
2319
2320 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2321
2322         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2323         `gnus-newsgroup-unexist'.
2324
2325         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2326         marks.
2327         (gnus-article-special-mark-lists): Put the `unexist' in the special
2328         marks list instead.
2329
2330         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2331         articles in the list of articles to be selected.
2332
2333         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2334         articles.
2335         (nnimap-update-info): Keep track of unexisting articles.
2336         (nnimap-update-qresync-info): Ditto.
2337
2338 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2339
2340         * message.el (message-default-send-mail-function): Made into own
2341         function for reuse by emacsbug.el.
2342
2343 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2344
2345         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2346         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2347
2348 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2349
2350         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2351         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2352
2353         * gnus-compat.el: Define `timer-set-function'.
2354
2355         * mm-decode.el (mm-display-external): Output the text from the command
2356         in the buffer after the command finished.  This makes text-based
2357         commands behave better.
2358
2359 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2362
2363 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2366         23.1.
2367
2368 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2371
2372 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2373
2374         * message.el (smtpmail-smtp-user): Silence compiler warning.
2375
2376 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2377
2378         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2379         SMTP user name.
2380
2381 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-sum.el (gnus-summary-show-thread):
2384         next-single-char-property-change may return nil in XEmacs.
2385         (gnus-summary-article-map): Fix typo.
2386
2387 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2388
2389         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2390         running.
2391
2392         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2393
2394         * gnus.el (gnus-server-extend-method): Don't add an -address component
2395         if the method already has one (bug#9676).
2396
2397 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2398
2399         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2400         of an initial-input for consistency (bug#10757).
2401
2402         * dgnushack.el: Fix XEmacs compilation warning.
2403
2404         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2405
2406         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2407
2408 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2409
2410         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2411         lines that are narrower than the window width.  Otherwise background
2412         "blocks" will look less readable.
2413
2414 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2415
2416         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2417         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2418         have newlines within the strings, and where the UID comes after the
2419         BODYSTRUCTURE element (bug#10537).
2420
2421         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2422         (bug#10732).
2423
2424         * shr.el (shr-insert-document): Add doc string.
2425         (shr-visit-file): Ditto.
2426         (shr-remove-trailing-whitespace): New function.
2427         (shr-insert-document): Use it to clean up trailing whitespace as the
2428         final step (bug#10714).
2429
2430 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2433         buffer if `gnus-kill-summary-on-exit' is nil.
2434
2435 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2436
2437         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2438         when just reading a single group from "without" Gnus.
2439
2440 2012-02-06  Chong Yidong  <cyd@gnu.org>
2441
2442         * gnus-sum.el (gnus-summary-show-thread):
2443         next-single-char-property-change never returns nil (Bug#8657).
2444
2445 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2446
2447         * message.el (message-multi-smtp-send-mail): New function.
2448         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2449         header to implement multi-SMTP functionality.
2450
2451         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2452         (gnus-agentize): Don't set it.
2453         (gnus-agent-send-mail): Don't use it.
2454
2455         * gnus-sum.el (gnus-summary-widget-backward): New function and
2456         keystroke.
2457
2458         * gnus-compat.el: More the compat functions more compatible.
2459
2460         * shr.el (shr-put-image): Remove underlines from sliced images.
2461         (shr-zoom-image): Compute the region to be replaced more correctly.
2462
2463 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2466         (gnus-summary-resend-message-insert-gcc): New function.
2467         (gnus-summary-resend-message): Modify message-header-setup-hook and
2468         message-sent-hook to make it work for Gcc.
2469         (gnus-inews-do-gcc): Update the number of unread articles of groups
2470         that messages are Gcc'd to.
2471
2472         * message.el (message-resend): Run message-sent-hook to do Gcc.
2473
2474 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2475
2476         * lpath.el: Fix an XEmacs compilation warning.
2477
2478         * gnus-compat.el: Require `help-fns' to fix compilation error.
2479
2480         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2481         a higher level to silence compilation.
2482
2483         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2484         parameter to allow controlling the scaling.
2485
2486         * shr.el (shr-zoom-image): New command and keystroke.
2487         (shr-put-image): Take a `size' flag to say how to scale the image.
2488
2489         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2490         deletion unless already defined.
2491
2492         * gnus.el (gnus-compat): Require it.
2493
2494         * gnus-compat.el: New file.
2495
2496         * gnus-start.el (gnus-clean-old-newsrc): New function.
2497         (gnus-read-newsrc-file): Use it.
2498
2499         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2500         Use recursive deletion.
2501         (mm-dissect-archive): Add support for zip files.
2502
2503         * gnus-util.el (gnus-recursive-directory-files): New function.
2504
2505         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2506         (mm-archive-decoders): Add tgz support.
2507
2508         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2509         Otherwise inserting text into the Gnus buffer can look odd.
2510
2511         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2512
2513         * mm-archive.el (mm-archive-decoders): Add support for tar.
2514
2515         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2516
2517         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2518
2519 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2520
2521         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2522
2523         * mm-archive.el: New file.
2524
2525         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2526
2527         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2528
2529         * message.el (message-goto-*): Make all the `message-goto-*' commands
2530         push the mark before moving point.  This makes it easier to go back to
2531         where you came from after editing whatever you jumped to.
2532
2533 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2534
2535         * gnus.el: Ma Gnus v0.1 is released.
2536
2537 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2538
2539         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2540         without reconnecting.
2541         (nnimap-possibly-change-group): Ditto.
2542         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2543         connection has died before being called.
2544
2545 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2546
2547         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2548         an initial sync unless we're really doing one.
2549
2550         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2551         address parameter if one already exists (bug#9676).
2552
2553         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2554         not the prefix, as documented (bug#10689).
2555
2556 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2559         the "server".
2560
2561         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2562         the real error message with the useless "previously known to be down".
2563         Which isn't even correct.
2564
2565         * nntp.el (nntp-open-connection): Report the error message if the nntp
2566         server can't be reached.
2567
2568         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2569         groups we do a total scan for.
2570         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2571         doing that.
2572
2573 2012-01-31  Jim Meyering  <jim@meyering.net>
2574
2575         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2576         Correct a comment (insert "not") and hide nominally-doubled "to".
2577
2578 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2579
2580         * gnus.el (gnus-version): Change name to "Ma Gnus".
2581
2582 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2583
2584         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2585         section in the manual.
2586
2587 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2588
2589         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2590         words.
2591         (rfc2047-encode-string): Ditto.
2592         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2593         understand folded filename="..." parameters, for instance.
2594
2595         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2596         the message for greater debuggability.
2597
2598 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2599
2600         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2601         instead of setting it locally, since the latter doesn't seem to have
2602         any effect (most of the time).
2603
2604 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2605
2606         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2607         function call.
2608
2609 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2610
2611         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2612         seconds, and make the repeat clause with HH:MM specs work as
2613         documented.
2614
2615 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2616
2617         * proto-stream.el (proto-stream-capability-open): Fall back on
2618         :end-of-command if :end-of-capability doesn't exist.
2619
2620 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2623         bound globally in old Emacsen and XEmacsen.
2624
2625 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2626
2627         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2628         so that previous errors don't prohibit getting new news.
2629
2630         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2631
2632         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2633
2634 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2635
2636         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2637         buffer, not of the string which is its name.
2638
2639 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2640
2641         * proto-stream.el (proto-stream-capability-open): Wait for
2642         :end-of-capability, not :end-of-command.
2643
2644         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2645         non-server-marks groups.
2646         (gnus-group-make-articles-read): Ditto.
2647
2648         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2649         methods (bug#9676).
2650
2651         * gnus.el (gnus-method-ephemeral-p): New function.
2652
2653 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2656         left-to-right.
2657
2658 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2659
2660         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2661         warning.
2662
2663 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2664
2665         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2666         macroexpand the nnir things, since they haven't been defined yet, and
2667         nnir requires gnus-sum.
2668
2669 2012-01-24  Julien Danjou  <julien@danjou.info>
2670
2671         * color.el (color-rgb-to-hsl): Fix value computing.
2672         (color-hue-to-rgb): New function.
2673         (color-hsl-to-rgb): New function.
2674         (color-clamp, color-saturate-hsl, color-saturate-name)
2675         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2676         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2677
2678 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2681
2682 2012-01-19  Julien Danjou  <julien@danjou.info>
2683
2684         * color.el (color-name-to-rgb): Use the white color to find the max
2685         color component value and return correctly computed values.
2686         (color-name-to-rgb): Add missing float conversion for max value.
2687
2688 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2689
2690         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2691         logical server name in addition to the actual machine address.
2692
2693         * auth-source.el (auth-source-user-and-password): Add convenience
2694         wrapper to search by just host and optionally user.
2695
2696 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2699         after rendering.
2700
2701 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2702
2703         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2704         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2705         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2706
2707 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2710         (bug#9693).
2711         (gnus-summary-setup-buffer): Document return value (bug#9697).
2712
2713         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2714         since ido doesn't work on symbols (bug#9632).
2715
2716         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2717         when getting a single value as when getting all the values.  This means
2718         that atoms like `gcc-self' work cumulatively, like variable settings,
2719         instead of getting the value from the last matching clause.
2720         (gnus-group-find-parameter): Protect against the group buffer not
2721         existing (bug#9585).
2722
2723 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * gnus-start.el (gnus-activate-group): Document more parameters
2726         (bug#9694).
2727
2728         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2729         (bug#9692).
2730
2731         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2732         article was fetched, so that it can be expired later (bug#9958).
2733         (gnus-agent-summary-fetch-series): Add doc string.
2734         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2735         (bug#9517).
2736
2737         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2738         retrieval is happening.
2739
2740         * gnus.el (gnus-parameters): Doc fix.
2741
2742 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2743
2744         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2745         show the thread after expansion.
2746
2747 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * gnus-art.el (article-narrow-to-head): If the head is completely
2750         empty, narrow to the empty region (bug#9764).
2751
2752         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2753         read, and then mark them as unread only when the unread mark is used.
2754         This makes `C-- T k' actually work, even though it's confusing.
2755
2756         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2757         alive before we try to find its window.
2758
2759 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2760
2761         * mm-decode.el (mm-display-external): Use a longer timeout for the
2762         deletion to allow slow programs to display the file.
2763
2764 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2767         prompt to be less confusing.
2768
2769         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2770         argument to `message-reply'.  This broke `special-display-*' frame
2771         pop-uping (bug#10238).
2772
2773 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2776         systems, since these allegedly don't work there.
2777
2778 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2779
2780         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2781         live buffer.
2782
2783 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * nnir.el (nnir-retrieve-headers): Protect against the article not
2786         existing on the server (bug#10335).
2787
2788 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2789
2790         * gnus-agent.el (gnus-agent-load-local): Recompute
2791         gnus-agent-article-local on changing method.
2792
2793 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * gnus.el (gnus-parameters): Note precedence.
2796
2797 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2798
2799         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2800         in the group buffer.
2801
2802 2012-01-04  Julien Danjou  <julien@danjou.info>
2803
2804         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2805         change.
2806
2807 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808
2809         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2810         too.
2811
2812         * nntp.el (nntp-retrieve-group-data-early): Use it.
2813
2814 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * nntp.el (nntp-retrieval-in-progress): New variable.
2817         (nntp-make-process-buffer): Make it buffer-local.
2818
2819         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2820         2010.
2821         (gnus-demon-init): Use it to compute the time if time is on the form
2822         "04:23".
2823
2824         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2825
2826         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2827         status in the correct buffer.
2828
2829 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2830
2831         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2832         when opening topics (bug#10407).
2833
2834 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2835
2836         * gnus-cus.el (gnus-score-customize):
2837         * gnus-sum.el (gnus-sort-gathered-threads):
2838         * message.el (message-shorten-references):
2839         * nnmairix.el (nnmairix-request-group):
2840         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2841
2842 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2843
2844         * gnus-agent.el (gnus-agent-regenerate-group):
2845         * gnus-int.el (gnus-retrieve-group-data-early):
2846         * mm-util.el (mm-codepage-ibm-list):
2847         * nndiary.el (Commentary, nndiary-get-new-mail):
2848         * nnir.el (nnir):
2849         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2850
2851 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * mm-view.el (mm-display-inline-fontify): Add comment.
2854
2855 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2856
2857         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2858         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2859
2860 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2861
2862         * gnus-art.el (gnus-split-methods):
2863         * gnus-msg.el (gnus-configure-posting-styles):
2864         * gnus-spec.el (gnus-parse-simple-format):
2865         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2866         * message.el (message-do-actions): Spelling fix.
2867
2868 2011-12-15  Juri Linkov  <juri@jurta.org>
2869
2870         * mm-decode.el (mm-inline-media-tests): Add missing
2871         `mm-handle-media-subtype'.
2872
2873 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2874
2875         * gnus-group.el (gnus-group-tool-bar):
2876         * gnus-sum.el (gnus-summary-tool-bar):
2877         * message.el (message-tool-bar):
2878         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2879
2880 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2881
2882         * plstore.el (plstore--insert-buffer): Spelling fix.
2883
2884 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2885
2886         * message.el (message-valid-fqdn-regexp): Update with newly approved
2887         top-level domain names ".tel" and ".asia".
2888
2889 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2892         unconditionally.
2893
2894 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2897         pop-to-buffer-same-window for old Emacsen.
2898
2899 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2900
2901         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2902
2903 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2904
2905         * netrc.el (netrc-credentials): Spelling fix.
2906
2907 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2908
2909         * gnus-fun.el (gnus-fun-ppm-change-string):
2910         * gnus-msg.el (gnus-inews-do-gcc):
2911         * gnus-sum.el (gnus-summary-find-for-reselect):
2912         * gnus.el (gnus-summary-cancelled):
2913         * message.el (message-cancel-hook, message-send-news):
2914         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2915         * nnir.el (nnir-run-hyrex):
2916         * nntp.el (nntp-with-open-group-function):
2917         * pgg.el (pgg-pending-timers): Spelling fix.
2918
2919 2011-12-04  Chong Yidong  <cyd@gnu.org>
2920
2921         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2922         change (Bug#10200).
2923
2924 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * compface.el (uncompface):
2927         * gnus-art.el (gnus-article-x-face-command): Update the header format
2928         of icon data for the most recent icontopbm program.
2929
2930 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * gnus-msg.el (gnus-inews-do-gcc):
2933         * message.el (message-send-mail):
2934         * mml.el (mml-generate-mime): Share the value of the buffer-local
2935         `message-options' variable between a draft buffer and temprary working
2936         buffers.
2937
2938 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2939
2940         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2941
2942 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2945         for Cygwin.
2946
2947 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2948
2949         * gnus-group.el (gnus-group-prepare-flat):
2950         * mm-bodies.el (mm-encode-body):
2951         * mml.el (mml-preview):
2952         * nnml.el (nnml-request-compact-group):
2953         * pop3.el (pop3-stream-type): Spelling fix.
2954
2955 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2956
2957         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2958
2959 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2960
2961         * color.el (color-rgb-to-hsl):
2962         * gmm-utils.el (gmm-tool-bar-style):
2963         * gnus-group.el (gnus-group-prepare-flat):
2964         * gnus-topic.el (gnus-topic-prepare-topic):
2965         * mm-decode.el (mm-discouraged-alternatives):
2966         * rfc2047.el (rfc2047-encode-1):
2967         * starttls.el: Spelling fix.
2968
2969 2011-11-24  Glenn Morris  <rgm@gnu.org>
2970
2971         * binhex.el (binhex-begin-line): Give it basic doc-string.
2972
2973         * starttls.el, tls.el: Fix case of "GnuTLS".
2974
2975 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2976
2977         * gnus-group.el (gnus-group-highlight): Fix typo.
2978
2979 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2980
2981         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2982         value of `delete-file', that returns nil for a local file but returns t
2983         for a remote file using ssh.
2984
2985 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2986
2987         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2988
2989 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2992         avoid later breakage.
2993
2994 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2997         article buffers' name.
2998
2999 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3002         by Paul Eggert's spellfixes two days ago.
3003
3004 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3007         doesn't have it.
3008
3009         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3010         buffer-local instead of binding them to avoid warnings.  Also demote
3011         errors (bug#10063).
3012         (font-lock-mode-hook): Shut up byte compiler.
3013
3014 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3015
3016         * mm-util.el (mm-charset-after):
3017         * nnir.el (nnir-run-hyrex):
3018         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3019         (ntlm-get-password-hashes, ntlm-md4hash):
3020         * smime.el: Fix typo.
3021
3022 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3023
3024         * gnus-agent.el (gnus-agent-expire-group-1):
3025         * nndiary.el (nndiary-last-occurence):
3026         * nnimap.el (nnimap-request-set-mark):
3027         * nnmairix.el (nnmairix-only-use-registry):
3028         * gnus-group.el (gnus-group-prepare-flat):
3029         * gnus-sum.el (gnus-decode-encoded-word-methods):
3030         * message.el (message-wash-subject):
3031         * nntp.el (nntp-retrieve-headers-with-xover):
3032         * smime.el (smime-certificate-directory): Spelling fix.
3033
3034 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3035
3036         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3037
3038         * color.el:
3039         * gnus-agent.el (gnus-agent-possibly-alter-active):
3040         * gnus-dired.el (gnus-dired-print):
3041         * mail-parse.el:
3042         * nnmairix.el (nnmairix-request-group):
3043         * shr.el (shr-image-displayer):
3044         * sieve-manage.el:
3045         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3046
3047 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3048
3049         * gnus-sum.el (gnus-auto-select-subject):
3050         * spam-report.el (spam-report-resend): Spelling fix.
3051
3052 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3053
3054         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3055         * gnus-art.el (gnus-default-article-saver):
3056         * gnus-srvr.el (gnus-server-copy-server):
3057         * gnus.el (gnus-sloppily-equal-method-parameters):
3058         * html2text.el (html2text-format-tag-list):
3059         * message.el (message-narrow-to-head):
3060         * nndiary.el:
3061         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3062         * sieve.el: Spelling fix.
3063
3064 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3065
3066         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3067         * gnus-sum.el (gnus-summary-make-menu-bar):
3068         * gnus-uu.el (gnus-uu-decode-postscript)
3069         (gnus-uu-decode-postscript-and-save):
3070         * mailcap.el (mailcap-print-command):
3071         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3072         Fix typos.
3073
3074 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3075
3076         * gnus-art.el (gnus-article-part-wrapper):
3077         * html2text.el (html2text-fix-paragraphs):
3078         * mm-decode.el (mm-image-fit-p):
3079         * rfc2047.el (rfc2047-encode-message-header):
3080         * shr-color.el (shr-color-visible-distance-min)
3081         (shr-color-relative-to-absolute, set-minimum-interval)
3082         (shr-color-visible): Fix typos.
3083
3084 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3085
3086         * gmm-utils.el (gmm-tool-bar-item):
3087         * gnus-art.el (gnus-treat-body-boundary):
3088         * gnus-diary.el (gnus-user-format-function-d):
3089         * gnus-start.el (gnus-get-unread-articles):
3090         * pgg-gpg.el (pgg-gpg-update-agent):
3091         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3092
3093 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3094
3095         * gnus-topic.el (gnus-group-prepare-topics):
3096         * gnus-uu.el (gnus-extract-view):
3097         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3098
3099 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3100
3101         * spam.el: Move BBDB autoloads.
3102         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3103         BBDB 2 and 3.
3104         (spam-check-BBDB): Use it.
3105         (spam-enter-ham-BBDB): Use it.
3106
3107 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3108
3109         * smime.el (smime-draw-buffer): Spelling fix.
3110
3111 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3112
3113         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3114         for scanning exactly one level.
3115         * gnus-start.el (gnus-get-unread-articles): Ditto.
3116
3117 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3120         slightly clearer.
3121
3122 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3123
3124         * gnus-sync.el: More commentary about setup.
3125
3126 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * message.el (message-send-and-exit): Document `arg'.
3129
3130 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3133
3134 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3137
3138         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3139         we don't use `bound-and-true-p'.
3140
3141 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3142
3143         * gnus-util.el (gnus-bound-and-true-p): Remove.
3144         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3145         * nnir.el: Use it.
3146         * nnmairix.el: Use it.
3147
3148 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3149
3150         * gnus-sync.el: Improve docs about CouchDB admins.
3151
3152         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3153         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3154         for reasons unknown.
3155         * nnir.el: Use it.
3156         * nnmairix.el: Use it.
3157
3158         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3159         * nnir.el: Ditto.
3160         * nnmairix.el: Ditto.
3161
3162         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3163
3164 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3165
3166         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3167         not needed.  Provide xmlplistread list function to produce XML plist
3168         output for non-Gnus LeSync clients.
3169
3170 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3171
3172         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3173
3174         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3175         and save against it.  Group subscriptions, read marks, other marks,
3176         subscription levels, topic names, and topic offsets (the group's
3177         position within the topic) are saved.  This is an experimental backend
3178         and may change significantly.  Load json.el from the gnus-fallback-lib
3179         if it's not available otherwise.
3180         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3181
3182 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3183
3184         * message.el (message-completion-function): Make sure
3185         message-tab-body-function is not attempted if one of
3186         message-completion-alist fails to find a completion (bug#9158).
3187
3188 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3189
3190         * mml.el (mml-quote-region): Quote <#secure> tag.
3191         (mml-generate-mime-1): Unquote <#secure> tag.
3192
3193 2011-10-20  Chong Yidong  <cyd@gnu.org>
3194
3195         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3196         calling a minor mode from Lisp with nil arg enables it, so we have to
3197         make the wording a bit ambiguous here).
3198
3199 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3200
3201         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3202         * nnir.el (nnir-mode): Use it.
3203         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3204         Use it.
3205
3206         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3207         * nnmairix.el (gnus-registry-enabled): Ditto.
3208
3209 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3210
3211         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3212         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3213         only while we need to find out if it should be t or nil.
3214         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3215         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3216         the registry is installed.  Set it to nil when it's unloaded.
3217         (gnus-registry-install-p): Provide user guidance for the initial value
3218         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3219         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3220         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3221         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3222         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3223         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3224         `gnus-registry-install'.
3225
3226 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3227
3228         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3229         previous change.
3230         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3231         primary key is marked as disabled.
3232
3233 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3234
3235         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3236         primary key is marked as disabled.
3237
3238 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3239
3240         * html2text.el (html2text-clean-anchor): Check for quotes around
3241         `href' value.
3242
3243 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3246         searching.  Drop `bbdb-cache'.
3247
3248 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * message.el (message-signed-or-encrypted-p): Exclude header when
3251         checking if there is signed or encrypted body in text/plain message.
3252
3253 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3254
3255         * html2text.el (html2text-get-attr): Correctly handle attribute values
3256         containing "=".
3257
3258 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3259
3260         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3261         handle bindings.
3262
3263 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-win.el (gnus-configure-windows): Protect against reading
3266         ephemeral groups outside of Gnus.
3267
3268 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * shr.el (shr-tag-img): Don't get images displayed in tables.
3271
3272 2011-10-03  Glenn Morris  <rgm@gnu.org>
3273
3274         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3275         the "maintainer" version of debbugs.gnu.org reports.
3276
3277 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3280         make asynchronous adjacent image insertion work better.
3281
3282 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3283
3284         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3285         documentation.
3286
3287 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288
3289         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3290         `gnus-asynchronous' isn't shadowed.
3291
3292 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3295
3296         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3297         (nnimap-insert-partial-structure): The charset parameter isn't
3298         case-sensitive.
3299
3300         * nnheader.el (nnheader-message-maybe): New function.
3301
3302         * shr.el (shr-tag-table): Render totally broken tables better.
3303
3304         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3305         computing the boundary.
3306
3307 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * pop3.el (pop3-number-of-responses): Remove.
3310         (pop3-wait-for-messages): Rewrite to take linear time instead of
3311         exponential time.
3312
3313 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3316         re-fetch images.
3317
3318         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3319         re-fetch images when hitting `g' in Gnus.
3320
3321 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3324         (mml-compute-boundary): Don't check collision if it is non-nil.
3325         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3326         before checking collision.
3327
3328 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * message.el (message-indent-citation): Really make sure there's a
3331         newline at the end.
3332
3333         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3334         Fix suggested by John Wiegley.
3335
3336         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3337
3338         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3339
3340         * message.el (message-default-send-rename-function): Break out into its
3341         own function.
3342
3343         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3344         doesn't work under XEmacs.
3345
3346         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3347         of "imaps" to word around Windows problems.
3348         (nnimap-open-connection-1): Use it.
3349
3350         * message.el (message-indent-citation): Revert last change which made
3351         `F' not work.
3352
3353 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3354
3355         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3356         terminal as well.
3357
3358 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3361         because it displays images using overlays that aren't easy to copy to
3362         the article buffer.
3363
3364 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3365
3366         * message.el (message-indent-citation): Fix empty line removal at the
3367         end of the citation.
3368
3369 2011-09-20  Julien Danjou  <julien@danjou.info>
3370
3371         * auth-source.el (auth-source-netrc-create): Use default value for
3372         password if specified.  Evaluate default.
3373         (auth-source-plstore-create): Ditto.
3374         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3375         value evaluation.
3376         (auth-source-netrc-create): Typo fix.
3377         (auth-source-plstore-create): Ditto.
3378
3379         * password-cache.el (password-cache-remove): Remove entries even if the
3380         value is nil, so that password with a nil value (negative caching) is
3381         possible to invalidate.
3382
3383         * auth-source.el (auth-source-format-cache-entry): New function.
3384
3385 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3388
3389 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3392
3393 2011-09-19  Julien Danjou  <julien@danjou.info>
3394
3395         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3396         which work with things that are not ASCII.
3397
3398 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3401
3402 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3405         message level.
3406
3407 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3410
3411 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3414
3415 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3416
3417         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3418         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3419
3420 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3421
3422         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3423         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3424         articles.
3425
3426 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3427
3428         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3429         (message-mail-other-window, message-mail-other-frame)
3430         (message-news-other-window, message-news-other-frame):
3431         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3432         instead of setting buffer display varibles.
3433
3434 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3437
3438         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3439
3440 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3443         duplicates" to a higher level.
3444
3445         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3446         most egregious messages.
3447
3448 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3451
3452 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3453
3454         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3455         up the file (bug#9351).
3456
3457 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3460         it does with all other backends, but decode the names immediately after
3461         getting them.
3462
3463         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3464         decoding nnimap groups.
3465
3466         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3467         newsrc file.  It doesn't seem like an important optimization any more.
3468
3469 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3470
3471         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3472         overflows.
3473
3474 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3477         (gnus-interactive-exit): Extend to `quiet'.
3478
3479         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3480
3481         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3482         string.
3483
3484         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3485         renaming function arguments from `this'.
3486
3487         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3488
3489         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3490         has been renamed.
3491         (gnus-lrm-string-p): Include RLM and PDF, too.
3492
3493         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3494         (bug#9225).
3495
3496 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3497
3498         Add autoload cookies for functions used by sendmail.el.
3499         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3500
3501         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3502
3503 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-art.el (article-date-ut): Work properly even when there are
3506         things like Date header in the body; work for forwarded parts.
3507
3508 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3509
3510         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3511         original-article-buffer.
3512
3513 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3514
3515         * nnir.el (nnir-compose-result): Fix matching of server type.
3516         (nnir-run-swish++): Ditto.
3517         (nnir-run-namazu): Ditto.
3518         (nnir-run-notmuch): Ditto.
3519
3520 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3523         (bug#9405).
3524
3525         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3526         (bug#9421).
3527
3528         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3529         (bug#9425).
3530
3531         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3532         thing (bug#9426).
3533
3534 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3537         the error message.
3538
3539 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3540
3541         * message.el (message-setup-1): Return t (Bug#9392).
3542
3543 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3544
3545         * gnus-sum.el: When adding article headers to a summary buffer also
3546         update gnus-newsgroup-articles (bug#9386).
3547
3548 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * auth-source.el: Autoload help-mode.
3551
3552 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3555         names.
3556
3557 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3558
3559         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3560         mm-replace-in-string for compatibility issues.
3561         * mml2015.el (mml2015-epg-verify): Ditto.
3562
3563 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3566
3567         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3568
3569 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3572         continue on and do the clean-up phase (bug#9188).
3573
3574         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3575         just ignore groups that can't be opened instead of erroring out
3576         (bug#9225).
3577
3578         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3579         nil since some many people are fuddy-duddies.
3580
3581         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3582         images.
3583
3584         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3585         instead.
3586
3587         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3588
3589         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3590
3591         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3592         processing.
3593
3594         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3595         buffer to avoid warnings.
3596
3597 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3598
3599         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3600         specified to reduce precision.
3601
3602 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3605         bodystructures (bug#9314).
3606
3607 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3610         Make button keymap non-sticky after buttons.
3611
3612 2011-08-18  David Engster  <dengste@eml.cc>
3613
3614         * nnmairix.el (nnmairix-request-set-mark)
3615         (nnmairix-goto-original-article): Remove adding of article to registry,
3616         since `gnus-registry-add-group' isn't available anymore.
3617         (nnmairix-determine-original-group-from-registry):
3618         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3619         available anymore.
3620
3621 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3622
3623         * starttls.el (starttls-any-program-available): Define as obsolete
3624         function.
3625
3626 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3629         versions which Gnus use when appropriate.
3630
3631         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3632         a pretty destructive command.
3633
3634         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3635
3636 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * message.el (message-fix-before-sending): Make a different warning
3639         about NUL characters (bug#9270).
3640
3641         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3642         from custom (bug#9260).
3643
3644         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3645         things work in Emacs 22 and XEmacs, too.
3646
3647         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3648         default From.
3649
3650         * gnus-spec.el (gnus-lrm-string-p): New macro.
3651         (gnus-lrm-string): New constant.
3652         (gnus-summary-line-format-spec): LRM-ify the from.
3653         (gnus-tilde-max-form): LRM-ify string chopping.
3654
3655         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3656
3657         * message.el (message-is-yours-p): Allow disabling canlock checking
3658         (bug#9295).
3659         (message-shoot-gnksa-feet): Add `canlock-verify'.
3660         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3661         message directory isn't writable (bug#9304).
3662
3663         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3664         non-world-readable.
3665
3666 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3669         articles.
3670
3671 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3672
3673         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3674         copy-list.
3675
3676 2011-08-12  Sam Steingold  <sds@gnu.org>
3677
3678         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3679         in the reverse order to avoid modifying the cache with `nreverse'.
3680         (gnus-all-score-files): Do not modify the value returned by
3681         `gnus-score-find-alist' because it lives in a cache variable.
3682         (gnus-current-home-score-file): No need to `nreverse' the return value
3683         of `gnus-score-find-alist', it is already in the correct order.
3684
3685 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3686
3687         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3688         type MESSAGE and subtype RFC822 is slightly different from those of
3689         type TEXT.
3690
3691 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3692
3693         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3694         This allows article-referral to work from an nnir group.
3695
3696 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3697
3698         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3699
3700 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3701
3702         * mml1991.el (mml1991-epg-find-usable-key)
3703         (mml1991-epg-find-usable-secret-key): New function.
3704         (mml1991-epg-sign): Check if signing key is usable.
3705         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3706
3707 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3708
3709         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3710         server-variables only.  This should fix a bug introduced with commit
3711         e1889675b7f4adf057833c5513c9374134c4e053.
3712         (nnir-run-query): 'nnir-search-engine should not be set from the global
3713         environment.
3714
3715 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3716
3717         * nnir.el (nnir-search-thread): Position point on referring article
3718         line.
3719         (nnir-warp-to-article): Clean up summary buffers.
3720
3721         * nnimap.el (nnimap-request-thread): Whitespace fix.
3722
3723 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3724
3725         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3726
3727 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * starttls.el (starttls-available-p): Rename from
3730         `starttls-any-program-available' and changed return convention.
3731
3732 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3733
3734         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3735         `unix-sync' unless it's defined.
3736
3737 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3738
3739         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3740         `aref' for XEmacs compatibiltiy.
3741
3742 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3745
3746 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3747
3748         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3749         closures, quote the form properly (bug#9194).
3750
3751 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3754         (gnus-summary-insert-new-articles): Protect against servers that are
3755         down.
3756
3757 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3758
3759         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3760         in mm handle if none is specified.
3761
3762 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3763
3764         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3765
3766 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3767
3768         * nnir.el (nnir-search-thread): New function to make an nnir group
3769         based on a thread query.
3770
3771         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3772         of nnir in thread referral.
3773         (gnus-summary-refer-thread): Use it.
3774
3775         * nnimap.el (nnimap-request-thread): Use it.
3776
3777 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * shr.el (shr-tag-comment): Ignore HTML comments.
3780
3781 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3782
3783         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3784         argument.
3785         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3786         Use `nnir-address' to handle server info rather than passing an arg.
3787
3788         * nnimap.el (nnimap-make-thread-query): New utility function to format
3789         an imap thread search query.
3790         (nnimap-request-thread): Use it.
3791
3792         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3793         right select-method if we are not going back to the group buffer.
3794
3795 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3798         enter invalid buffer configurations into the quit form (bug#9107).
3799         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3800         unplugged/plugged.
3801
3802         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3803         keep track of which ones are unread (bug#9061).
3804
3805         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3806         (bug#9055).
3807
3808         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3809         (bug#9041).
3810
3811         * gnus-html.el (mm-util): Require (bug#9073).
3812
3813         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3814         (gnus-summary-refer-thread): Use it to remove duplicates in the
3815         un-threaded view (bug#9053).
3816         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3817
3818 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3819
3820         * nnir.el (nnir-read-server-parm): Use default value from global
3821         variable.  Without this the default search engine parameters aren't
3822         used at all.
3823
3824 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * message.el (message-unique-id): Don't use the undocumented return
3827         value from (random t) (bug#9118).
3828
3829 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830
3831         * message.el (message-auto-save-directory): If the ~/Mail directory
3832         doesn't exist, use ~ as the auto-save directory (bug#4432).
3833
3834         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3835         hasn't already been started.
3836
3837 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3840
3841         * message.el (message-reply): Work around mysterious bug where
3842         `message-mode' seems to overwrite the locally bound `subject' variable.
3843
3844 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3845
3846         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3847         correct group.
3848
3849         * gnus-int.el (gnus-request-thread): Add group argument.
3850
3851         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3852
3853 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854
3855         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3856
3857         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3858         renamed to `debbugs-gnu-*'.
3859
3860 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3861
3862         * plstore.el: Revert the editing feature since it is not urgent.
3863         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3864         (plstore-mode-decoded): Remove.
3865
3866 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3869         isn't very interesting any more, and it leaks potentially secret data.
3870         (gnus-debug): Remove.
3871
3872         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3873         use of :custom-show.
3874
3875 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3876
3877         * plstore.el: Add documentation.
3878         (plstore-mode): New mode to edit plstore file.
3879         (plstore-mode-toggle-display, plstore-mode-original)
3880         (plstore-mode-decoded): New command.
3881         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3882         (plstore--insert-buffer, plstore--make): New function.
3883         (plstore-open, plstore-save): Simplify by using them.
3884
3885 2011-07-06  Glenn Morris  <rgm@gnu.org>
3886
3887         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3888
3889 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3892         no longer is much used.
3893         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3894         Articles".
3895
3896 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3897
3898         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3899         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3900         `notmuch' backend.
3901
3902 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * mm-decode.el (mm-text-html-renderer): Doc fix.
3905
3906         * gnus-msg.el (gnus-bug): Fix the MML tag.
3907
3908         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3909
3910 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3911
3912         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3913         secondary methods if started with `gnus-no-server'.
3914
3915 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3916
3917         * message.el (message-return-action): Fix typo in docstring.
3918
3919 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3922         bug reports at once.
3923
3924         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3925
3926 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * nndraft.el: Require gnus-group.
3929         (nndraft-request-list): Declare.
3930
3931         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3932         no unread article unless it matches gnus-permanently-visible-groups.
3933
3934         * nndraft.el (nndraft-update-unread-articles): New function.
3935         (nndraft-request-associate-buffer): Use it to update the number of
3936         unread articles for the nndraft groups in the group buffer when saving
3937         or killing a draft message.
3938
3939 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3942         systems to binary before writing and reading the mbox files.
3943
3944         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3945         instead of trying to list them all (bug#8978).
3946
3947 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3948
3949         * pop3.el (pop3-open-server): Use :end-of-capability.
3950
3951 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3954         the id is always a number.
3955
3956         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3957
3958         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3959         debbugs mode, if possible.
3960
3961 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3962
3963         * auth-source.el (auth-source-token-passphrase-callback-function):
3964         Reindent.
3965         (epg-context-operation): Remove unnecessary autoload.
3966
3967 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * gnus.el (gnus-list-debbugs): New command.
3970
3971         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3972         mboxstat instead of the maintbox, since the stat seems to be fuller.
3973
3974         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3975         summary buffers.
3976
3977         * message.el (message-get-reply-headers): Delete all duplicates,
3978         instead of the first.
3979         (message-get-reply-headers): Ensure that we have progress while
3980         deleting duplicates.
3981
3982         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3983         gnus-posting-style value from the summary buffer to make it easier to
3984         make that a per-buffer conf.
3985
3986 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3987
3988         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3989         found by setting `shortcut' in 'query.
3990         (nnir-request-article): Use `shortcut' setting when requesting article
3991         by Message-ID.
3992
3993 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3994
3995         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3996         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3997         Bring the pseudo-headers back too.
3998
3999 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4000
4001         * auth-source.el (auth-source-token-passphrase-callback-function):
4002         Simplify and remove EPA dependency.
4003
4004 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4005
4006         * nnir.el (nnir-request-article): Fix error message text.
4007
4008 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4009
4010         * auth-source.el (plstore-delete): Autoload.
4011         (auth-source-plstore-search): Support delete operation.
4012         * plstore.el (plstore-delete): New function.
4013
4014 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4017         mark actually existing articles as unread rather than the ones that
4018         active asserts.
4019
4020 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4021
4022         * nntp.el (nntp-record-command):
4023         * gnus-util.el (gnus-message-with-timestamp-1):
4024         Use format-time-string rather than decoding time stamps by hand.
4025         This is simpler and insulates the code from potential changes to
4026         current-time format.
4027
4028 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4031
4032 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4033
4034         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4035         (plstore-save): Support public key encryption.
4036         (plstore--init-from-buffer): New function.
4037         (plstore-open): Use it; fix error when opening a non-existent file.
4038         (plstore-revert): Use plstore--init-from-buffer.
4039
4040 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4041
4042         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4043
4044 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4047         for old Emacsen.
4048
4049 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4050
4051         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4052         is not fully working.
4053
4054 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * dgnushack.el: Autoload sha1 on XEmacs.
4057
4058         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4059         quit window configuration.
4060
4061         * auth-source.el (epg-context-set-passphrase-callback):
4062         Remove duplicate autoload.
4063
4064 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4065
4066         * nnir.el (nnir-request-article): Allow requesting articles by
4067         Message-ID with nnimap.
4068
4069         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4070         current server.
4071
4072 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4073
4074         * auth-source.el: Autoload EPA/EPG functions.
4075         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4076         changed when EPA/EPG is not available.
4077         (auth-source-backend): Rename "arg" member to "data".
4078         (auth-source-backend-parse, auth-source-plstore-search)
4079         (auth-source-plstore-create): Use it.
4080
4081 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4082
4083         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4084         `gnus-refer-article-methods'.
4085
4086 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4087
4088         * auth-source.el: Require EPA and EPG.
4089         (auth-source-passphrase-alist): New variable.
4090         (auth-source-passphrase-callback-function)
4091         (auth-source-token-passphrase-callback-function): Callbacks for the
4092         netrc field encryption (GPG tokens).
4093         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4094         Symmetric encryption and decryption of the netrc GPG tokens.
4095         (auth-source-netrc-normalize): Use them, simplifying the closure.
4096
4097 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4100         is available.
4101
4102 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4105         non-nil, and `nnimap-split-methods' is nil, use the former.
4106
4107 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4108
4109         * plstore.el (plstore-revert): New function.
4110         (plstore-open): Use it; hide the buffer from user.
4111
4112 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4113
4114         * auth-source.el (auth-source-backend): New member "arg".
4115         (auth-source-backend-parse): Handle new backend 'plstore.
4116         * plstore.el: New file.
4117
4118 2011-06-30  Glenn Morris  <rgm@gnu.org>
4119
4120         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4121
4122 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4125         expiring articles to.
4126
4127         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4128         variations as ASCII (bug#5458).
4129
4130 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4133
4134 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * message.el (message-point-in-header-p): Tweak the function to default
4137         to saying that we're not in the headers if there is no separator at
4138         all.  This makes it possible to use the Message version of `M-q' in
4139         buffers with no headers (bug#7987).
4140         (message-point-in-header-p): Fix last checkin to work with an empty
4141         mail-header-separator, too.
4142
4143         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4144         again, save the choice via customize.
4145
4146 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4149
4150         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4151         ended the connection, bail out before waiting infinitely on a new
4152         connection.
4153
4154 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4157         reports.
4158
4159         * gnus.el (gnus-bug-package): Use "gnus."
4160         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4161
4162 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * dgnushack.el: Make the timer warning go away on XEmacs.
4165
4166         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4167         animations going on at article exit time.
4168
4169         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4170         since removing it breaks people upgrading.
4171
4172         * shr.el (shr-put-image): Use the new interface for animating images.
4173         (shr-put-image): Animate for 60 seconds.
4174
4175         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4176         avoid compiler warnings.
4177
4178         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4179         error with `find-file-hooks' on Emacs 22.
4180         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4181         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4182         on all architectures.
4183
4184         * spam.el (spam-stat): Require in a normal fashion without binding
4185         `spam-stat-install-hooks' to avoid compilation warnings.
4186
4187         * spam-stat.el (spam-stat-install-hooks): Remove.
4188         (spam-stat-install-hooks): Don't run automatically.
4189
4190 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4191
4192         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4193         and keystroke.
4194
4195 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * auth-source.el (auth-source-netrc-cache): Move forward.
4198
4199 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4200
4201         * proto-stream.el (proto-stream-open-starttls): Use
4202         `gnutls-available-p' to see whether we have built-in support.
4203
4204         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4205         we already know.
4206         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4207         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4208
4209 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4212         %S format, since that looks odd.
4213         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4214         file, especially when saving.
4215
4216 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4217
4218         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4219         article found.
4220
4221 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4222
4223         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4224         `auth-source-save-secrets' with a more sensitive alist that can be
4225         configured per file.  Experimental, so defaults to 'never.
4226         (auth-source-netrc-create): Use it.  Still experimental code.
4227         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4228         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4229
4230 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4231
4232         * auth-source.el (auth-source-save-secrets): New variable to control if
4233         secret tokens should be saved encrypted.
4234         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4235         to `auth-source-netrc-normalize'.
4236         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4237         on the EPA variables being defined.
4238         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4239         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4240         the lexical-let closure.
4241         (auth-source-netrc-create): Create "gpg:" tokens according to
4242         `auth-source-save-secrets'.
4243
4244 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-group.el (gnus-group-update-group): Add new argument
4247         `info-unchanged' that stops updating dribble buffer.
4248
4249         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4250         deletes lines matching to it in dribble buffer.
4251
4252         * gnus-agent.el (gnus-agent-fetch-group-1):
4253         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4254         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4255         * gnus-start.el (gnus-group-change-level):
4256         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4257
4258         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4259         if newsgroup info is not changed.
4260
4261         * gnus-group.el (gnus-group-get-new-news-this-group):
4262         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4263         Don't update dribble buffer.
4264
4265 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4268         remove entries with groups we ignore.
4269
4270 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4273         the underline comes at the bottom.
4274
4275 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4276
4277         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4278         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4279         (gnus-registry-article-marks-to-names): Rename from
4280         `gnus-registry-user-format-function-M2'.
4281
4282 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4285         ephemeral group.
4286
4287 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * shr.el (shr-browse-image): Copy the URL if called interactively.
4290
4291 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4294         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4295         done, then unselected articles may be marked as read.
4296
4297         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4298         since not doing this seems to lead to a race condition in pop3-logon.
4299
4300         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4301         so that the call chain it correct when we call "upwards".
4302
4303         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4304         in read-only groups.
4305
4306         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4307
4308         * message.el (message-cite-reply-position): Doc string fix.
4309
4310         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4311         avoid regexp overflow.
4312         (nnimap-transform-split-mail): Ditto.
4313
4314         * pop3.el (pop3-retr): Error out if the server closes the connection.
4315
4316 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4317
4318         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4319         mm-with-unibyte-current-buffer.  The buffer should not contain any
4320         multibyte chars anyway at this stage.
4321
4322 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4325         at the end of lines.
4326
4327 2011-05-29  Julien Danjou  <julien@danjou.info>
4328
4329         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4330
4331 2011-05-27  Glenn Morris  <rgm@gnu.org>
4332
4333         * gnus-group.el (gnus-bug-group-download-format-alist):
4334         Use the "maintainer" version of debian reports as well.
4335
4336 2011-05-26  Glenn Morris  <rgm@gnu.org>
4337
4338         * gnus-group.el (gnus-bug-group-download-format-alist):
4339         Use the "maintainer" version of debbugs.gnu.org reports.
4340
4341 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4344
4345 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4346
4347         * gnus-cus.el (gnus-agent-customize-category):
4348         * gnus-delay.el (gnus-delay-send-queue):
4349         * gnus.el (gnus-other-frame):
4350         Don't quote lambda expressions with `quote'.
4351
4352 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4355         the thread moves us backwards and so we loop forever.
4356
4357 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4360         whitespace in base64 data lines.
4361
4362 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * gnus-registry.el (gnus-registry-user-format-function-M):
4365         Use `mapconcat'.
4366         (gnus-registry-user-format-function-M2): Use to see the full text of
4367         the marks.  Make "," the mark text separator.
4368
4369         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4370         authentication with auth-source.
4371
4372 2011-05-17  Glenn Morris  <rgm@gnu.org>
4373
4374         * gnus-group.el (gnus-import-other-newsrc-file):
4375         Use insert-file-contents.
4376
4377 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4378
4379         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4380         1000 iterations.
4381
4382 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * nntp.el (nntp-open-connection): Check if process-type is available.
4385
4386 2011-05-16  Julien Danjou  <julien@danjou.info>
4387
4388         * shr.el (shr-tag-del): Add support for del tag.
4389
4390 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-html.el (gnus-html-put-image): Register a displayer.
4393
4394         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4395
4396 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4397
4398         * registry.el (prune-factor): New initialization parameter defaulting
4399         to 0.1.
4400         (registry-prune-hard): Use it.
4401
4402         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4403         0.1 expicitly.
4404
4405 2011-05-13  Glenn Morris  <rgm@gnu.org>
4406
4407         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4408         is bound, since this function requires sendmail.
4409
4410 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4411
4412         * registry.el (registry-usage-test): Disable pruning test.
4413
4414 2011-05-11  David Engster  <dengste@eml.cc>
4415
4416         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4417         Bind set-network-process-option for XEmacs.
4418
4419 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4420
4421         * registry.el (registry-prune-hard-candidates)
4422         (registry-prune-soft-candidates): Helper methods for registry pruning.
4423         (registry-prune): Use them.  Make the sort function optional.
4424
4425 2011-05-10  Jim Meyering  <meyering@redhat.com>
4426
4427         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4428
4429 2011-05-10  Julien Danjou  <julien@danjou.info>
4430
4431         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4432         symbol and not a list.
4433
4434 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-art.el (gnus-article-mode): Move binding of
4437         shr-put-image-function here from gnus-article-prepare-display.
4438
4439         * shr.el (shr-put-image-function): New variable.
4440         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4441         (shr-put-image): Return scaled image.
4442
4443         * gnus-art.el (gnus-shr-put-image): New function.
4444         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4445
4446         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4447         original ones, as deletable.
4448
4449 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4450
4451         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4452
4453 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * registry.el (registry-full): Add convenience method.  Fix logic.
4456         (registry-insert): Use it.  Fix logic here too.
4457
4458         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4459         `registry-prune' if `registry-full' returns t.
4460         (gnus-registry-handle-action)
4461         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4462         (gnus-registry-usage-test): Use it.
4463
4464 2011-05-07  Julien Danjou  <julien@danjou.info>
4465
4466         * shr.el (shr-link): Make shr-link inherit from link by default.
4467
4468 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4469
4470         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4471
4472 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4475         error out because the face is not a list.
4476
4477 2011-05-05  Glenn Morris  <rgm@gnu.org>
4478
4479         * proto-stream.el (gnutls-negotiate): Fix declarations.
4480
4481         * gnus-start.el (gnus-propagate-marks): Declare.
4482
4483 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4484
4485         * registry.el (registry-reindex): Fix percentage message.
4486
4487         * proto-stream.el (network-stream-open-starttls): Adjust to call
4488         `gnutls-negotiate' with :process and :hostname arguments.
4489
4490 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * shr.el: Add shr-link face for links.
4493         (shr-urlify): Use it.
4494
4495         * registry.el (registry-insert): Make error message more helpful.
4496
4497 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * gnus-html.el (gnus-html-schedule-image-fetching):
4500         Use url-queue-retrieve, if it exists.
4501
4502         * shr.el (shr-tag-img): Ditto.
4503
4504         * gnus.el: Autoload more gnus-agent functions.
4505
4506         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4507         agent if we haven't already (bug#8502).
4508
4509         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4510         into the Agent, too.
4511
4512         * gnus-agent.el (gnus-agent-store-article): New function.
4513
4514         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4515         and moved from that file for reuse.
4516
4517         * pop3.el (pop3-open-server): Error messages are "-ERR".
4518
4519 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4522         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4523
4524 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4525
4526         * gnus.el: No Gnus v0.17 is released.
4527
4528 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4529
4530         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4531         buffer has moved to a different frame.
4532
4533 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4536         to get the conversion from unibyte to multibyte buffers to work on
4537         Emacs 22.
4538
4539         * nntp.el (nntp-request-article): Slight clean-up.
4540
4541 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * shr.el (shr-strike-through): New face.
4544         (shr-tag-s): Use it to provide <s> support.
4545         (shr-tag-s): Remove duplicate definition.
4546
4547 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4548
4549         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4550         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4551
4552 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4555         `gnutls-negotiate'.
4556         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4557
4558 2011-04-23  Glenn Morris  <rgm@gnu.org>
4559
4560         * gnus-sum.el (gnus-extra-headers): Bump :version.
4561
4562 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * shr.el (shr-tag-sup): New function.
4565         (shr-tag-sub): Ditto.
4566
4567 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4568
4569         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4570         for the case where `gnus-registry-ignored-groups' is a list of lists,
4571         and don't call `gnus-parameter-registry-ignore' otherwise.
4572
4573 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * nnimap.el (nnimap-user): New backend variable.
4576         (nnimap-open-connection-1): Use it.
4577         (nnimap-credentials): Accept user parameter so it's explicit what user
4578         name is desired.
4579
4580         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4581         default.
4582
4583         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4584         not gnus-registry.el.
4585
4586         * gnus-registry.el: Mention in comments how to modify
4587         `gnus-extra-headers' for proper recipient tracking and that it may
4588         already have To and Cc recently, which it does as of this commit.
4589         (gnus-registry-ignored-groups): Remove defcustom.
4590         Explain why in comments.
4591         (gnus-registry-action): Fix data-header reference to use the extra
4592         headers.  Explain in package commentary how to add To and Cc headers to
4593         the gnus-extra-headers.
4594         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4595         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4596         parameter list or a string list in `gnus-registry-ignored-groups'.
4597         Fix logic error.
4598
4599 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * shr.el (shr-expand-url): Protect against null urls.
4602
4603 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * shr.el (shr-base): New binding.
4606         (shr-tag-base): Keep track of <base>.
4607         (shr-expand-url): New function used throughout.
4608
4609 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4610
4611         * gnus-registry.el
4612         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4613         (gnus-registry-ignored-groups): New variable.
4614         (gnus-registry-ignore-group-p): Use it.
4615         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4616         set the destination group to nil (same as delete) if it's ignored.
4617
4618 2011-04-20  David Engster  <dengste@eml.cc>
4619
4620         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4621
4622         * Makefile.in (test-nntp): New rule.
4623         (check): Add it.
4624         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4625
4626 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * gnus-registry.el (gnus-registry-action)
4629         (gnus-registry-fetch-header-fast):
4630         Don't use mail-header that looks an internal function of mailheader.el.
4631
4632 2011-04-19  Glenn Morris  <rgm@gnu.org>
4633
4634         * time-date.el (time-to-days): Remove unused local variables.
4635
4636 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-registry.el: Eliminate cl functions.
4639         (gnus-registry-sort-addresses): New function that replaces mapcan.
4640         (gnus-registry-action, gnus-registry-spool-action)
4641         (gnus-registry-split-fancy-with-parent)
4642         (gnus-registry-fetch-recipients-fast): Use it.
4643         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4644
4645         * registry.el (initialize-instance, registry-lookup)
4646         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4647         (registry-lookup-secondary-value, registry-search, registry-delete)
4648         (registry-insert, registry-reindex, registry-size, registry-prune):
4649         Use eval-and-compile.
4650
4651 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4652
4653         * registry.el (registry-reindex): New method to recreate the secondary
4654         registry indices.
4655
4656         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4657         tracked field changes.
4658         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4659         (gnus-registry-action, gnus-registry-spool-action)
4660         (gnus-registry-handle-action)
4661         (gnus-registry--split-fancy-with-parent-internal)
4662         (gnus-registry-split-fancy-with-parent)
4663         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4664         move, and delete actions, and for fancy splitting with parent.
4665         (gnus-registry-extract-addresses)
4666         (gnus-registry-fetch-recipients-fast)
4667         (gnus-registry-fetch-header-fast): Convenience functions.
4668         (gnus-registry-misc-test): ERT test of
4669         `gnus-registry-extract-addresses'.
4670
4671 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4672
4673         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4674         Track by subject first, then sender.
4675
4676 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4677
4678         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4679
4680         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4681         Lisp.
4682
4683         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4684         (gnus-draft-send): Use it to avoid popping
4685         up frames from gnus-group-send-queue.
4686
4687 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4688
4689         * gnus-registry.el: Updated gnus-registry docs.
4690
4691 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4692
4693         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4694         Fix logic bug.
4695         (gnus-registry-post-process-groups): Fix logging of no results and
4696         quote sender and subject.
4697
4698 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4701         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4702         gnutls-cli are too slow to be done opportunistically.
4703
4704         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4705         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4706         we had no early-data returned.
4707         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4708         two async commands to the same server at the same time.
4709
4710 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4711
4712         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4713
4714 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715
4716         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4717         "warning" level.
4718
4719         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4720         (mm-url-insert-file-contents): Don't set the package names.
4721
4722 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4723
4724         * gnus-registry.el (gnus-registry-action): Remove properties and
4725         simplify subject in `gnus-registry-handle-action'.
4726         (gnus-registry-spool-action): Get subject and sender from message if
4727         they are not passed in.
4728         (gnus-registry-handle-action): Remove properties and simplify subject
4729         consistently.
4730
4731 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4732
4733         * registry.el: Require CL before using defmacro*.
4734
4735 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-art.el (article-treat-date): Assume that
4738         gnus-article-date-headers may be a group parameter.
4739
4740 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4741
4742         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4743
4744         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4745         interactively so the newsrc file can contain foreign groups too.
4746         Useful for debugging but not much for users.
4747
4748 2011-04-07  David Engster  <dengste@eml.cc>
4749
4750         * registry.el (registry-usage-test): Only do
4751         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4752         lexical binding.
4753
4754 2011-04-07  David Engster  <dengste@eml.cc>
4755
4756         * Makefile.in (check, test-registry): New rules for test-suite.
4757
4758 2011-04-06  David Engster  <dengste@eml.cc>
4759
4760         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4761         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4762
4763 2011-04-06  David Engster  <dengste@eml.cc>
4764
4765         * registry.el (initialize-instance): Change :after to :AFTER to be
4766         compatible with old EIEIO version in XEmacs.
4767
4768 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4769
4770         * gnus-registry.el (gnus-registry-post-process-groups)
4771         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4772         and provide better messaging.
4773
4774 2011-04-06  David Engster  <dengste@eml.cc>
4775
4776         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4777         errors.
4778
4779         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4780         dgnushack-compile with error-on-warn enabled, and to signal an error if
4781         clean compilation failed.
4782         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4783         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4784
4785 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4786
4787         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4788         unconditionally anyway, discarding errors.
4789         (gnus-registry-delete-entries): New convenience function.
4790         (gnus-registry-import-eld): Import from old .eld registry.
4791
4792         * registry.el: Don't use ERT if it's not available.  Load it
4793         unconditionally anyway, discarding errors.
4794
4795         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4796         version from the Claudio Bley GnuTLS patch (extra optional parameters
4797         and host name).
4798
4799 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4802         fixup the parameters that can be customized by the user between
4803         save/read cycles.
4804         (gnus-registry-read): Use it.
4805         (gnus-registry-make-db): Use it.
4806         (gnus-registry-spool-action, gnus-registry-handle-action):
4807         Fix messaging.
4808         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4809         Map references to actual group names with sender and subject tracking.
4810         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4811         (gnus-registry-usage-test): Add subject lookup test.
4812
4813         * registry.el (registry-db, initialize-instance): Set up constructor
4814         instead of :initform arguments for the sake of older Emacsen.
4815         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4816         pre-lexbind merge bug.
4817         (registry-usage-test): Use it.
4818         (initialize-instance, registry-db): Move the non-function initforms
4819         back to the class definition.
4820
4821 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4822
4823         * registry.el: New library to manage gnus-registry-style data.
4824
4825         * gnus-registry.el: Use it (major rewrite).
4826
4827         * nnregistry.el: Use it.
4828
4829         * spam.el: Use it.
4830
4831 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4834         marks on non-selected articles.
4835
4836 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4837
4838         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4839         parameter to open-protocol-stream.
4840
4841 2011-04-01  Julien Danjou  <julien@danjou.info>
4842
4843         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4844         fundamental-mode.
4845
4846 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4849         servers.
4850
4851 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4854         made marks not propagate, again.
4855
4856 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4857
4858         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4859         Make this the default type.
4860         (proto-stream-open-plain): Rename from proto-stream-open-default.
4861         (open-protocol-stream, proto-stream-open-starttls)
4862         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4863         with `plain'.
4864
4865         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4866         value.
4867
4868         * nntp.el (nntp-open-connection-function): Document the fact that some
4869         values are not functions but are instead handled specially.
4870         Recognize nntp-open-plain-stream value.
4871         (nntp-open-connection): Recognize that value.
4872
4873 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4876         where it seems to be needed.
4877
4878 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4881         stuff.
4882
4883         * gnus-score.el (gnus-score-string): Fix calling convention of
4884         `gnus-simplify-buffer-fuzzy' after last patches.
4885
4886         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4887         server for articles we didn't get any headers for.  This is a sanity
4888         check.
4889
4890 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4891
4892         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4893         new CAPABILITY, use it.
4894
4895 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4898         downloading anything.
4899
4900         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4901
4902 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4903
4904         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4905         colors.
4906         (gnus-splash-svg-color-symbols): New function.
4907
4908 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4911         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4912         (gnus-simplify-subject-fuzzy): Use the local
4913         gnus-simplify-subject-fuzzy-regex instead of the global one.
4914         This makes using this variable in group parameters work.
4915
4916 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * gnus-registry.el (gnus-registry-unfollowed-groups):
4919         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4920         archive:sent-YYYY-MM-DD groups).
4921         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4922         tracking if there are more than `gnus-registry-max-track-groups'
4923         matches.
4924
4925 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4926
4927         * message.el (message--yank-original-internal): New function to do the
4928         insertion cleanly inside eval in `message-yank-original'.
4929         (message-yank-original): Use it.
4930
4931 2011-03-29  Julien Danjou  <julien@danjou.info>
4932
4933         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4934         local variables disabled rather than `normal-mode'.
4935
4936 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4937
4938         * imap.el (imap-shell-open, imap-process-connection-type):
4939         Use imap-process-connection-type for 'shell' streams as well as
4940         Kerberos, SSL, other subprocesses.
4941
4942 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4943
4944         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4945         with open-network-stream.
4946         (proto-stream-always-use-starttls): Option removed.
4947         (open-protocol-stream): Return a process object by default.  Provide a
4948         new parameter :return-list specifying a list-type return value, which
4949         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4950         :type `network' to `try-starttls', and `network-only' to `default'.
4951         Make `default' the default, for compatibility with open-network-stream.
4952         Handle the no-parameter case exactly as open-network-stream, with no
4953         additional stream processing.  Search plists using plist-get.
4954         Explicitly add :end-of-commend parameter if it is missing.
4955         (proto-stream-open-default): Rename from
4956         proto-stream-open-network-only.  Return 'default as the type.
4957         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4958         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4959         failed.  Always return a list with a (possibly dead) process as the
4960         first element, for compatibility with open-network-stream.
4961         (proto-stream-open-tls): Use plist-get.  Always return a list.
4962         (proto-stream-open-shell): Return `default' as connection type.
4963         (proto-stream-capability-open): Use plist-get.
4964         (proto-stream-eoc): Function deleted.
4965
4966         * nnimap.el (nnimap-stream, nnimap-open-connection)
4967         (nnimap-open-connection-1): Handle renaming of :type parameter for
4968         open-protocol-stream.
4969         (nnimap-open-connection-1): Pass a :return-list parameter
4970         open-protocol-stream to obtain a list return value.  Parse this list
4971         using plist-get.
4972
4973         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4974         for open-protocol-stream.  Accept open-protocol-stream return value
4975         that is a subprocess object instead of a list.  Handle the case of a
4976         dead returned process.
4977
4978 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4979
4980         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4981
4982         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4983
4984 2011-03-21  Julien Danjou  <julien@danjou.info>
4985
4986         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4987         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4988         query.
4989         (mm-inline-text): Render normal text with fontification whenever
4990         possible.
4991
4992         * gnus-sum.el (gnus-summary-save-parts-1):
4993         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4994         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4995         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4996         Use `mm-handle-filename'.
4997
4998         * mm-util.el (mm-handle-filename): New function, return the filename of
4999         an handle.
5000
5001 2011-03-18  Julien Danjou  <julien@danjou.info>
5002
5003         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5004         (gnus-buffer-live-p): Check that buffer is not nil.
5005
5006 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5007
5008         * gnus.el: No Gnus v0.15 is released.
5009
5010 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5013         avoid warning on XEmacs.
5014
5015         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5016         on XEmacs.
5017
5018         * gnus-art.el: Require mouse, which the build bot seems to say is
5019         needed.
5020
5021         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5022
5023         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5024         XEmacs, since it doesn't have url-retrieve-synchronously.
5025
5026         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5027         since assoc-string doesn't exist in XEmacs.
5028
5029 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5030
5031         * gnus-group.el (gnus-group-list-ticked): New function.
5032         (gnus-group-make-menu-bar): Provide a menu entry for it.
5033         (gnus-group-list-map): Provide a binding for it.
5034
5035 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * shr.el (shr-visit-file): New command.
5038
5039         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5040
5041 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5042
5043         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5044         servers.
5045
5046 2011-03-16  Julien Danjou  <julien@danjou.info>
5047
5048         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5049         inline.
5050
5051         * gnus-art.el (article-hide-list-identifiers):
5052         Use gnus-group-get-list-identifiers.
5053
5054         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5055         (gnus-summary-remove-list-identifiers):
5056         Use gnus-group-get-list-identifiers to get regexp.
5057         (gnus-select-newsgroup, gnus-summary-insert-subject)
5058         (gnus-summary-insert-articles):
5059         Call gnus-summary-remove-list-identifiers unconditionally.
5060
5061 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5064         we're selecting a group with unread articles.
5065
5066         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5067
5068         * gssapi.el: New file separated out from imap.el to provide a general
5069         Kerberos 5 connection facility for Emacs.
5070
5071         * message.el (message-elide-ellipsis): Document the format spec
5072         ellipsis.
5073
5074 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * message.el (message-elide-region): Allow the ellipsis to say how many
5077         lines were removed.
5078
5079 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5082         window configurations containing buffers that are now dead.
5083
5084         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5085         parsing to avoid integer overflows.
5086         (nnimap-parse-flags): Simplify the last change.
5087         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5088         too large for 32-bit Emacsen.
5089
5090 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5091
5092         * auth-source.el (auth-source-netrc-create):
5093         * message.el (message-yank-original): Fix use of `case'.
5094
5095 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5096
5097         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5098         XEmacs, which was one character too wide.
5099
5100 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5101
5102         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5103         default number of articles to display.
5104         (gnus-articles-to-read): Use pretty names for prompt.
5105
5106 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * gnus-int.el (gnus-open-server): Ditto.
5109
5110         * gnus-start.el (gnus-activate-group): Give a backtrace if
5111         debug-on-quit is set and the user hits `C-g'.
5112         (gnus-read-active-file): Ditto.
5113
5114         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5115
5116 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5117
5118         * message.el (message-yank-original): Use cond instead of CL case.
5119
5120 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5121
5122         * auth-source.el (auth-source-netrc-create): Use usual format for the
5123         default in prompts.
5124
5125 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * lpath.el: Fbind read-char-choice for XEmacs.
5128
5129 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         * auth-source.el (auth-source-netrc-create): Show the default in the
5132         prompt when prompting for token creation.
5133
5134 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5135
5136         * auth-source.el (auth-source-format-prompt): Always convert the value
5137         to a string to avoid evaluating non-string arguments.
5138         (auth-source-netrc-create): Offer default properly, not as initial
5139         content in `read-string'.
5140         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5141         of line to determine if we've been run before.  If so, don't run again,
5142         but print a trivial message to indicate the cache was hit instead.
5143
5144 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5147         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5148         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5149         Gnus.
5150
5151 2011-03-11  Julien Danjou  <julien@danjou.info>
5152
5153         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5154         modified file".
5155
5156 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5157
5158         * auth-source.el (auth-source-read-char-choice): New function to read a
5159         character choice using `dropdown-list', `read-char-choice', or
5160         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5161         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5162         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5163         (auth-source-netrc-saver): Use it.
5164         (auth-source-pick-first-password): New convenience function.
5165
5166 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5169         parameter in the credentials.
5170         (nnimap-open-connection-1): Use it after a successful login.
5171         (nnimap-credentials): Add IMAP-specific user and password prompt.
5172
5173         * auth-source.el (auth-source-search): Add :require parameter, taking a
5174         list.  Document it and the :save-function return token.  Pass :require
5175         down.  Change the CREATED message from a warning to a debug statement.
5176         (auth-source-search-backends): Pass :require down.
5177         (auth-source-netrc-search): Pass :require down.
5178         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5179         Change save prompt to indicate all modifications saved here are
5180         deletions.
5181         (auth-source-netrc-create): Take user login name as default in user
5182         prompt.  Move all the save functionality to a lexically bound function
5183         under the :save-function token in the returned list.  Set up clearer
5184         default prompts for user, host, port, and secret.
5185         (auth-source-netrc-saver): New function, intended to be wrapped for
5186         :save-function.
5187
5188 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5191         lines to be spaces instead.
5192
5193 2011-03-07  Julien Danjou  <julien@danjou.info>
5194
5195         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5196         (sieve-sasl-auth): Check that auth-source-search did return something,
5197         or just return an empty string.
5198
5199 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5200
5201         * gnus.el (gnus-interactive): Use read-directory-name.
5202
5203         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5204         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5205         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5206         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5207         Likewise.
5208
5209         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5210
5211 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5212
5213         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5214         onto the list of killed groups, too.  This makes killed nnimap groups,
5215         for instance, more reliably not reappear.
5216
5217         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5218         the parent.
5219
5220         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5221
5222         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5223         really have server-side marks.
5224
5225         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5226         since most backends do not usefully have server-side marks.
5227         (gnus-update-read-articles): Propagate marks to all backends that
5228         really have server-side marks.
5229
5230 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5231
5232         * message.el (message-cite-reply-position, message-cite-style):
5233         New variables.
5234         (message-yank-original): Use the new citation styles.
5235
5236 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5237
5238         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5239         buffer-local issue); don't mark it buffer-local when running under
5240         XEmacs.
5241
5242 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5243
5244         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5245         numbers too big to be `read'.
5246
5247 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5248
5249         * password-cache.el (password-in-cache-p): Add autoload.
5250
5251         * message.el (message-options): Make buffer-local two ways to attempt
5252         to fix a XEmacs bug.
5253
5254 2011-03-02  Julien Danjou  <julien@danjou.info>
5255
5256         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5257
5258 2011-03-01  Julien Danjou  <julien@danjou.info>
5259
5260         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5261         group.
5262         (article-hide-list-identifiers): Use list-identifier group parameter.
5263
5264 2011-02-28  Julien Danjou  <julien@danjou.info>
5265
5266         * sieve.el (sieve-buffer-script-name): New local variable to store
5267         sieve script name.
5268         (sieve-edit-script): Store sieve script name.
5269         (sieve-upload): Use sieve script name when uploading.
5270         (sieve-upload): Use substitute-command-keys.
5271         (sieve-edit-script): Use substitute-command-keys.
5272         (sieve-refresh-scriptlist): Use substitute-command-keys.
5273         (sieve-manage-mode-map): Define keymap properly.
5274         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5275         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5276         Remove commented code about cvs.
5277         (sieve-manage-quit): New function.
5278         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5279
5280 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5283
5284 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * auth-source.el (auth-source-search): Cache empty result sets.
5287
5288         * password-cache.el (password-in-cache-p): Convenience function to
5289         check if a key is in the cache, even if the value is nil.
5290
5291         * auth-source.el (auth-source-save-behavior): New variable to replace
5292         `auth-source-never-create'.
5293         (auth-source-netrc-create): Use it.
5294         (auth-source-never-save): Remove.
5295
5296 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5297
5298         * nnimap.el (nnimap-stream): Doc fix.
5299         (nnimap-open-connection-1): Reverse the order of the ports to that the
5300         prompted-for port is first.
5301
5302         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5303         retrieval by the no-group selection.
5304
5305         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5306         numerical parameters.
5307
5308 2011-02-25  Julien Danjou  <julien@danjou.info>
5309
5310         * gnus-gravatar.el: Use gnus-with-article-buffer.
5311
5312         * gnus-art.el (gnus-with-article-buffer): Check that the
5313         gnus-article-buffer is alive.
5314
5315 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5316
5317         * auth-source.el (auth-source-creation-prompts): New variable to manage
5318         creation-time prompts.
5319         (auth-source-search): Document it.
5320         (auth-source-format-prompt): Add utility function.
5321         (auth-source-netrc-create): Don't default the user name to
5322         user-login-name.  Use `auth-source-creation-prompts' and some default
5323         prompts for user, host, port, and password (the default generic prompt
5324         remains ugly).
5325         (auth-source-never-save): Add customizable option to never save info.
5326         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5327         mode excursion.
5328
5329 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5332         argument that XEmacs doesn't support.
5333
5334         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5335         compiled for Emacsen having no `libxml-parse-html-region' support.
5336
5337         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5338
5339         * lpath.el: Bind buffer-save-without-query for XEmacs.
5340
5341 2011-02-23  Julien Danjou  <julien@danjou.info>
5342
5343         * gnus-art.el (article-make-date-line): Ignore errors if time is
5344         invalid and not convertible.
5345         (article-make-date-line): Only add lapsed time if time is not nil.
5346
5347 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5350         `read-char-choice' for backwards compatibility.
5351         (auth-source-netrc-element-or-first): New function to DTRT for
5352         parameter extraction.
5353         (auth-source-netrc-create): Use it and fix multiple parameter print
5354         bug.  Use the default passed from above (given-default) or the
5355         built-in (user-login-name for :user).
5356
5357 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5358
5359         * gnus-start.el (gnus-dribble-read-file):
5360         Set buffer-save-without-query, since we always want to save the dribble
5361         file, probably.
5362
5363         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5364         nnimap.
5365
5366         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5367         -summary- since it's a user-visible variable.
5368
5369         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5370         first time you use the new Gnus.
5371
5372 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * auth-source.el: Don't load netrc.el.
5375         (auth-sources): Search ~/.netrc as well by default.
5376         (auth-source-debug): Add 'trivia option for extra output.
5377         (auth-source-do-trivia): Use it.
5378         (auth-source-search): Simplify logic to use
5379         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5380         appropriate.  Don't keep a running count at this level.  Layer :create
5381         and :delete options appropriately on the first and second passes.
5382         Don't track the backend with the search results.
5383         (auth-source-search-backends): New function to search a list of
5384         backends for a processed spec.
5385         (auth-source-netrc-parse): Cache all netrc files, making
5386         auth-source-netrc-cache an alist keyed by the file name and using the
5387         file mtime as the caching criterion.  Keep the obfuscated data secret
5388         with a lexical bind.
5389         (auth-source-netrc-search): Don't calculate the length of the results
5390         unnecessarily.
5391         (auth-source-search-backends): Fix bug.
5392         (auth-source-netrc-create): Rework prompts.
5393
5394 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5395
5396         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5397         Lower case names of search constraints.
5398         (nnir-run-query): Cache and reuse search constraints for all imap
5399         servers.
5400
5401 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5402
5403         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5404         after exit.
5405         (gnus-setup-message): Define missing variable from last checkin.
5406
5407         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5408         value, show the raw article.
5409
5410 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5411
5412         * gnus.el: No Gnus v0.13 is released.
5413
5414 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5415
5416         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5417         auth-source now accepts numbers.
5418
5419         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5420         spec, too.
5421         (auth-source-ensure-strings): New function.
5422
5423         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5424         (gnus-article-setup-buffer): Always restart the date timer so that user
5425         changes to the frequency is respected.
5426
5427         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5428         port numbers, so make sure it gets that if nnimap-server-port is
5429         explicit.
5430
5431 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5432
5433         * nnimap.el (nnimap-inbox): Doc fix.
5434
5435 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5436
5437         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5438         Autoload.  Add optional arg FRAME, and pass it to color-values.
5439         (color-complement): Caller changed.  Doc fix.
5440         (color-gradient): Rewrite for better clarity and efficiency.
5441
5442 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5443
5444         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5445         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5446         color-lab-to-srgb.
5447
5448 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5449
5450         * color.el: First part of merge from hexrgb.el.
5451         (color-rgb-to-hex): Rename from color-rgb->hex.
5452         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5453         saturation to zero if the value is too small.
5454         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5455         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5456         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5457         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5458         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5459         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5460         (color-cie-de2000): Doc fix.
5461
5462 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5463
5464         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5465         given method as in the group name if we're using an extended method.
5466         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5467         command, if we're using that, instead of waiting for the beginning.
5468
5469         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5470         we're sure to get unique server names, and we don't output two async
5471         commands in the same buffer.  This fixes an NNTP hang for some users.
5472
5473 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5474
5475         * gnus.el: No Gnus v0.11 is released.
5476
5477 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5478
5479         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5480         summary buffer before reading going to the next buffer.  This avoids
5481         putting the point in the group buffer if you `C-g' the command.
5482
5483         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5484         cache (for now) to make ~/.authinfo.gpg files usable.
5485
5486         * nnfolder.el (copyright-update): Define for the compiler.
5487
5488         * auth-source.el (auth-source-search): Fix unbound variable.
5489
5490 2011-02-19  Glenn Morris  <rgm@gnu.org>
5491
5492         * gnus.el (gnus-meta): Doc fix.
5493
5494 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5495
5496         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5497         in case it's not yet loaded.
5498
5499 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5500
5501         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5502         line we're waiting for.
5503
5504 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5505
5506         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5507         face with line-width greater than zero will cause RET in gnus summary
5508         buffer to scroll down article page-wise because auto vscroll happens,
5509         it should be temporally disabled when doing a scroll-up.
5510
5511 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5512
5513         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5514         outputs from the server.
5515
5516 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5517
5518         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5519         later so that bbdb can hook in easier.
5520
5521 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5522
5523         * auth-source.el (auth-source-search): Don't try to create credentials
5524         if the caller doesn't want that.
5525         (auth-source-search): If we don't find a match, don't bug out on
5526         non-bound variables.
5527         (auth-source-search): Only ask a single backend to create the
5528         credentials.
5529
5530         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5531         logging.
5532         (nnimap-credentials): Protect against auth-source-search returning nil.
5533         (nnimap-request-list): Protect against not being able to open the
5534         server.
5535
5536 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5537
5538         * auth-source.el (auth-source-search): Do a two-phase search, one with
5539         no :create to get the responses from all backends.
5540
5541         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5542         when getting credentials.
5543
5544         * gnus-util.el (gnus-delete-duplicates): New function.
5545
5546 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5547
5548         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5549         a creation default, pass the whole port list down.  It will be
5550         completed.
5551
5552         * auth-source.el (auth-source-search): Updated docs to talk about
5553         multiple creation choices.
5554         (auth-source-netrc-create): Accept a list as a value (from the search
5555         parameters) and do completion on that list.  Keep a separate netrc line
5556         with the password obscured for showing the user.
5557
5558         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5559         first choice to `auth-source-search' so it will be used for entry
5560         creation instead of the server's Gnus-specific name.
5561         (nnimap-credentials): Rely on the auth-source library to select which
5562         port is actually wanted in the new netrc entry, so don't override
5563         `auth-source-creation-defaults'.
5564
5565         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5566         :protocol and accept a missing user, host, or port as a wildcard match.
5567         (auth-source-debug): Default to off.
5568
5569         (auth-source-netrc-search, auth-source-netrc-create)
5570         (auth-source-secrets-search, auth-source-secrets-create)
5571         (auth-source-user-or-password, auth-source-backend, auth-sources)
5572         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5573         instead of :protocol.
5574
5575         * nnimap.el (nnimap-credentials): Pass a port default to
5576         `auth-source-search' in case an entry needs to be created.
5577         (nnimap-open-connection-1): Use :port instead of :protocol.
5578
5579 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * auth-source.el: Bind load-path when loading EIEIO from
5582         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5583         21.4 doesn't support, to `require'.
5584         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5585         delete-dups that is not available in XEmacs 21.4.
5586
5587 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5588
5589         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5590         as EIEIO must also be loaded when auth-source.el is being
5591         byte-compiled.
5592
5593 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5594
5595         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5596
5597         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5598
5599         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5600
5601         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5602
5603         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5604
5605         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5606
5607         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5608
5609         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5610         necessary.
5611
5612 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5615         nil means that nnimap doesn't get updated.
5616
5617 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5618
5619         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5620         result when the user doesn't want to write to the file.
5621         (auth-source-netrc-search): Expect a synthetic result and proceed
5622         accordingly.
5623         (auth-source-cache-expiry): New variable to override
5624         `password-cache-expiry'.
5625         (auth-source-remember): Use it.
5626
5627         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5628         parameter.  Create entry if necessary by using :create t.
5629         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5630
5631 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * auth-source.el (auth-source-debug): Enable by default and don't
5634         mention the obsolete `auth-source-hide-passwords'.
5635         (auth-source-do-warn): New function to debug unconditionally.
5636         (auth-source-do-debug): Use it.
5637         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5638         and for Secrets API entries when the secrets.el library is not
5639         available.
5640
5641 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5644         (gnus-summary-exit): Kill the correct article buffer on exit from a
5645         `C-d' group.
5646
5647         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5648         gnus-propagate-marks.
5649
5650         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5651         before killing the buffers so that a non-full window conf gets handled
5652         correctly.
5653         (gnus-summary-exit): Ditto.
5654         (gnus-summary-read-group-1): Ditto.
5655
5656         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5657         async code again so that we can debug it properly.
5658
5659         * message.el (message-reply): Take an optional switch-buffer parameter
5660         so that Gnus window confs are respected better.
5661
5662 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5665         `plist-get' to accept non-list parameters (XEmacs issue).
5666         Fix docstring.
5667         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5668         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5669         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5670         Login collection is "Login" and not "login".
5671
5672 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5673
5674         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5675         multiple headers.
5676
5677         * nnimap.el (nnimap-inhibit-logging): New variable.
5678         (nnimap-log-command): Don't log login commands.
5679
5680         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5681         to have more parameters.
5682
5683         * nnimap.el (nnimap-send-command): Mark the command time for each
5684         command, so that we don't get NOOPs stepping on our toes.
5685
5686         * gnus-art.el (article-date-ut): Get the date from the Date header on
5687         `t'.
5688
5689 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * auth-source.el (auth-source-search): Use copy-sequence instead of
5692         the cl.el copy-list.
5693
5694 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5695
5696         * imap.el: Bring it back (revert
5697         84d800cd31de3064f0ed39617d725709a2f8f42f).
5698
5699 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5700
5701         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5702         Improve prompt.
5703
5704 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5705
5706         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5707         washing status from the default format.  It isn't very informative.
5708
5709 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5710
5711         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5712         Fix Gcc processing on imap.
5713
5714 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * imap.el: Remove file.  All the functionality is in nnimap.el.
5717
5718 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5719
5720         * message.el (message-bury): Don't pop up a new window when selected
5721         window is dedicated.
5722
5723 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5724
5725         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5726
5727 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * sieve-manage.el: Autoload `auth-source-search'.
5730         (sieve-sasl-auth): Use it.
5731
5732 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5733
5734         * nnimap.el: Autoload `auth-source-forget+'.
5735         (nnimap-open-connection-1): Use it if the connection fails.
5736
5737         * auth-source.el: Require `password-cache'.
5738         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5739         obsolete.
5740         (auth-source-magic): Marker for `password-cache' keys.
5741         (auth-source-do-cache): Update docstring.
5742         (auth-source-search): Use and check cache.
5743         (auth-source-forget-all-cached, auth-source-remember)
5744         (auth-source-recall, auth-source-forget, auth-source-forget+)
5745         (auth-source-specmatchp): Caching support functions.
5746         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5747         Remove and obsolete.
5748         (auth-source-user-or-password): Remove caching to further discourage
5749         using it.  Always hide passwords.
5750
5751         * password-cache.el (password-cache-remove): Accept secrets that are
5752         not strings.
5753
5754 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5755
5756         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5757         code for now, since it doesn't work for all users.
5758
5759 2011-02-09  Julien Danjou  <julien@danjou.info>
5760
5761         * message.el (message-options): Make message-options really buffer
5762         local.
5763
5764 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5765
5766         * mail-source.el: Autoload `auth-source-search'.
5767         (mail-source-keyword-map): Note order matters.
5768         (mail-source-set-1): Get all the mail-source source values and
5769         defaults and search auth-source on those if needed.  This can all
5770         probably be simplified.
5771
5772         * nnimap.el: Autoload `auth-source-search'.
5773         (nnimap-credentials): Use it.
5774         (nnimap-open-connection-1): Ask for the virtual server and physical
5775         address in one shot.
5776
5777         * nntp.el: Autoload `auth-source-search'.
5778         (nntp-send-authinfo): Use it.  Note TODO.
5779
5780 2011-02-08  Julien Danjou  <julien@danjou.info>
5781
5782         * shr.el (shr-tag-body): Add support for text attribute in body
5783         markups.
5784
5785         * message.el (message-options): Make message-options a local variable.
5786
5787 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5788
5789         * auth-source.el (auth-source-secrets-search)
5790         (auth-source-user-or-password): Use `append' instead of `nconc'.
5791         (auth-source-user-or-password): Build return list better and protect
5792         against nil :secret.
5793
5794 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5795
5796         * nnimap.el (nnimap-update-info): Refactor slightly.
5797         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5798         (nnimap-update-info): Clean up slightly.
5799         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5800         characters.
5801         (nnimap-process-quirk): Rename function to avoid collision.
5802         (nnimap-update-info): Fix macrology bug-out.
5803         (nnimap-update-info): Simplify split history test.
5804
5805 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5806
5807         * auth-source.el (top): Require 'eieio unconditionally.
5808         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5809         (auth-source-secrets-search): Limit search when `max' is greater than
5810         number of results.
5811
5812 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5813
5814         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5815         part not returning any data.
5816
5817         * proto-stream.el (open-protocol-stream): Document the return value.
5818
5819 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5820
5821         * auth-source.el (auth-source-secrets-search): Add examples.
5822
5823 2011-02-06  Julien Danjou  <julien@danjou.info>
5824
5825         * message.el (message-setup-1): Handle message-generate-headers-first
5826         set to t.
5827
5828 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5829
5830         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5831         API with a string "secrets:collection-name" and with 'default.
5832         (auth-source-backend-parse): Parse "secrets:collection-name" and
5833         'default.  Recurse on parses instead of repeating code.  Use the
5834         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5835         message when ignoring a source.
5836         (auth-source-search): List ignored search keys at the top level.
5837         (auth-source-netrc-create): Use `case' instead of `cond'.
5838         (auth-source-secrets-search): Created with TODOs.
5839         (auth-source-secrets-create): Created with TODOs.
5840         (auth-source-retrieve, auth-source-create, auth-source-delete)
5841         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5842         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5843         (auth-source-user-or-password-sftp)
5844         (auth-source-user-or-password-smtp): Remove.
5845         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5846         around `auth-source-search'.  Not tested thoroughly.
5847
5848 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * auth-source.el: Bring in assoc and eioeio libraries.
5851         (secrets-enabled): New variable to track the status of the Secrets API.
5852         (auth-source-backend): New EIOEIO class to represent a backend.
5853         (auth-source-creation-defaults): New variable to set prompt defaults
5854         during token creation (see the `auth-source-search' docstring for
5855         details).
5856         (auth-sources): Simplify to allow a simple string as a netrc backend
5857         spec.
5858         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5859         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5860         (auth-source-search): Main auth-source API entry point.
5861         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5862         (auth-source-search-collection): Helper function for searching.
5863         (auth-source-netrc-parse, auth-source-netrc-normalize)
5864         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5865         Supports search, create, and delete.
5866         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5867         backend stubs.
5868         (auth-source-user-or-password): Call `auth-source-search' but it's not
5869         ready yet.
5870
5871 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5872
5873         * message.el (message-setup-1): Remove the read-only stuff, since it
5874         doesn't work under XEmacs, for some reason.
5875
5876         * gnus-sum.el (gnus-user-date): Rename back from
5877         gnus-summary-user-date since user code refers to it.
5878
5879         * shr.el (shr-render-td): Store the actual background color used.
5880
5881         * message.el (message-setup-1): Don't bind the constant
5882         -forbidden-properties.
5883         (message-setup-1): Revert previous change, since it needs to bind the
5884         props to insert them.
5885         (message-resend): Allow removing the read-only separator line.
5886
5887 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5888
5889         * nnimap.el (nnimap-request-accept-article): Give an error message if
5890         the APPEND wasn't successful.
5891
5892 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5893
5894         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5895         that have no groups.
5896
5897 2011-02-03  Julien Danjou  <julien@danjou.info>
5898
5899         * gnus-draft.el: Remove progn around gnus-draft-setup.
5900
5901 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5902
5903         * gnus-start.el (gnus-read-active-for-groups): This function is never
5904         called with a nil `infos', so clean that up.
5905         (gnus-get-unread-articles): Request active files from primary/secondary
5906         methods that have no groups (yet).
5907
5908 2011-02-03  Julien Danjou  <julien@danjou.info>
5909
5910         * message.el (message-setup-1): Always generate References first.
5911         (message-mail): Return the return value of message-setup, not always t.
5912         (message-setup-1): Insert mail-header-separator with read-only and
5913         intangible properties set.
5914
5915         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5916         user-date in docstring.
5917
5918         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5919
5920         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5921         docstring.
5922
5923         * gnus.el (gnus-user-date-format-alist): Change default value.
5924         Use defcustom, with type and group. Move from gnus-util.el.
5925         Rename to gnus-summary-user-date-format-alist.
5926
5927 2011-02-03  Glenn Morris  <rgm@gnu.org>
5928
5929         * nnimap.el (gnus-fetch-headers): Declare.
5930
5931         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5932
5933 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5934
5935         * message.el (message-forward-make-body-digest-plain)
5936         (message-followup, message-reply): Clean up things noted by Stefan.
5937
5938         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5939         gnus-article-update-date-headers is nil.
5940         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5941         it didn't really work with defcustom.
5942         (article-update-date-lapsed): Make sure the window start doesn't move,
5943         either.
5944
5945 2011-02-01  Julien Danjou  <julien@danjou.info>
5946
5947         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5948         format.
5949
5950         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5951         standard in Emacs nowadays.
5952
5953         * color.el (color-gradient): Add a color-gradient function.
5954
5955 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5956
5957         * message.el (message-expand-name): Don't trust the return value of
5958         bbdb-complete-name.
5959         (message-check-news-header-syntax): Remove unused var `start'.
5960         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5961         (message-inhibit-body-encoding): Move to before first use.
5962         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5963         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5964         (Organization, Message-ID, Date, mh-previous-window-config):
5965         Defvar the vars using dynamic scoping.
5966
5967 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5968
5969         * shr.el (shr-render-td): Only do colors at the final rendering.
5970         Should be slightly faster.
5971         (shr-insert-table): Fix up TD background colors when doing the
5972         vertical padding.
5973
5974         * gnus-art.el (article-date-ut): Protect against articles with no Date
5975         header.
5976         (article-update-date-lapsed): Don't use current-column to find the
5977         horizontal position.  It's fragile in the presence of \003 characters.
5978
5979         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5980
5981 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5982
5983         * gnus-art.el (article-transform-date): Rewrite to still work when
5984         there are several rfc2822 parts.
5985         (article-transform-date): Fix infinite recursion.
5986         (article-date-ut): Replace infinitely many Date headers with a single
5987         one when called interactively.
5988
5989         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5990         secure manner.
5991
5992         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5993         move around by not using save-window-excursion.  It seems to work...
5994
5995 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-art.el (article-make-date-line): Work for user-defined format.
5998
5999 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6000
6001         * nntp.el (nntp-retrieve-group-data-early)
6002         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6003         fetching functions.
6004
6005         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6006         thoroughly for all backends that have no known groups.  This should
6007         allow new nnml methods to retrieve mail.
6008
6009         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6010         that Gnus doesn't know exists again.
6011
6012         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6013         (gnus-treat-date-ut): Ditto.
6014         (gnus-article-update-date-header): Rename.
6015         (gnus-treat-date-local): Remove.
6016         (gnus-treat-date-english): Remove.
6017         (gnus-treat-date-lapsed): Remove.
6018         (gnus-treat-date-combined-lapsed): Remove.
6019         (gnus-treat-date-original): Remove.
6020         (gnus-treat-date-iso8601): Remove.
6021         (gnus-treat-date-user-defined): Remove.
6022         (gnus-article-date-headers): New variable to control all the date
6023         header options.
6024         (article-date-ut): Rewrite to allow using the new way to format date
6025         headers(s).
6026
6027 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6028
6029         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6030         method.
6031         (nnmail-article-group): A better test for fanciness.
6032
6033         * nnimap.el (nnimap-request-head): Protect against not finding the
6034         article by Message-ID.
6035
6036 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6037
6038         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6039         keep point at the "same place".
6040
6041 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6042
6043         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6044         data if the group is inactive.
6045
6046 2011-01-28  Julien Danjou  <julien@danjou.info>
6047
6048         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6049         (gnus-all-windows-visible-p): Remove old compatibility code.
6050         (gnus-window-top-edge): Add docstring.
6051
6052         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6053
6054 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6055
6056         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6057         older request-update-info.
6058
6059         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6060
6061 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6062
6063         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6064         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6065
6066 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6067
6068         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6069         groups.  This makes the nndraft:queue group pop up if it's not already
6070         there.
6071
6072         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6073         messages" logic, which was reversed.
6074
6075         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6076         the "same place" even if point is on the line being replaced.
6077         (article-update-date-lapsed): Allow updating both the combined lapsed
6078         and the lapsed headers.
6079         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6080         (article-make-date-line): Limit the number of segments dynamically to
6081         avoid too-long lines.
6082
6083 2011-01-27  Julien Danjou  <julien@danjou.info>
6084
6085         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6086         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6087
6088 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6091         Use plist-get instead of the cl function getf.
6092
6093 2011-01-27  Glenn Morris  <rgm@gnu.org>
6094
6095         * gnus-util.el (float-time): Get rid of compiler warning, again.
6096
6097 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6098
6099         * shr.el (shr-put-color): Special-case background colors: Do put them
6100         at the blank parts at the front of the lines.
6101
6102         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6103         exit hook to nix out all data on readedness on group exit.
6104
6105         * gnus-util.el (float-time): If float-time is bound, always use it on
6106         all Emacsen.  It's unclear why the subrp check was there.
6107         (time-date): Require to make some autoload issues on XEmacs go away.
6108
6109         * shr.el (shr-put-color): Don't do the box padding in tables, since
6110         they're already padded.
6111
6112 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6113
6114         * gnus-art.el (gnus-article-next-page): When the last line of the
6115         article is displayed, scroll down once more instead of going to the
6116         next article at once.
6117         (article-lapsed-string): Refactor out and allow specifying how many
6118         segments you want.
6119         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6120         (gnus-article-update-lapsed-header): New variable.
6121
6122         * shr.el: Revert change that made headings use different-sized faces.
6123         The Emacs display engine isn't advanced enough that, for instance,
6124         tables can comfortably use differently-sized faces.
6125
6126 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6127
6128         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6129         used.
6130         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6131         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6132         we're using an encrypted connection.
6133
6134         * proto-stream.el: Alter the interface functions to also return the
6135         actual stream type used: network or tls.
6136
6137 2011-01-25  Julien Danjou  <julien@danjou.info>
6138
6139         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6140         (mm-display-javascript-inline): New function.
6141
6142         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6143         viewing function.
6144
6145 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * shr.el (shr-expand-newlines): Fix variable name.
6148
6149 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6150
6151         * shr.el (shr-expand-newlines): Make nested boxes work.
6152
6153 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6154
6155         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6156         backgrounds.
6157         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6158         in a more sensible manner.
6159
6160 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6163         if EPG is loaded.
6164
6165 2011-01-24  Julien Danjou  <julien@danjou.info>
6166
6167         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6168         tags.
6169
6170 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6171
6172         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6173         commands.
6174
6175         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6176         in the article buffer.
6177         (gnus-gravatar-insert): Use blank space from the current buffer to
6178         avoid breaking text properties.  This makes X-Sent updating work again.
6179
6180         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6181
6182 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6183
6184         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6185         fix the bug in url-http.el instead.
6186
6187         * shr.el (shr-image-fetched): Ditto.
6188
6189         * shr.el (shr-image-fetched): Avoid having point move in the article
6190         buffer.
6191
6192         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6193         buffer after being called.  It's apparently being killed by url.el, and
6194         killing it made point move to end-of-buffer in a random buffer.
6195
6196         * shr.el (shr-image-fetched): Ditto.
6197
6198 2011-01-23  Julien Danjou  <julien@danjou.info>
6199
6200         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6201
6202         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6203         text/x-org.
6204
6205 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6206
6207         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6208         (i.e., nnimap) returning nil as the article number.
6209
6210 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6211
6212         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6213         "DelSp" parameter in RFC3676.
6214
6215 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6216
6217         * message.el (message-check-recipients): Display the encoded version of
6218         the bogus address if they differ.
6219
6220         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6221         after sending.
6222
6223         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6224
6225         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6226
6227         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6228         group buffer after sending the queue.
6229
6230         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6231
6232 2011-01-22  Julien Danjou  <julien@danjou.info>
6233
6234         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6235
6236 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6237
6238         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6239         nested related parts.
6240
6241         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6242         unexpired articles.  This fixes the regression that led expiry marks to
6243         disappear from nnfolder groups.
6244
6245 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6246
6247         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6248         Don't confuse the "ret" of "retrograde" with RET.
6249
6250 2011-01-21  Julien Danjou  <julien@danjou.info>
6251
6252         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6253         than mm-insert-inline.
6254
6255 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6258         Widen article buffer.
6259
6260 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6261
6262         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6263         the temp buffer.
6264         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6265
6266 2011-01-20  Julien Danjou  <julien@danjou.info>
6267
6268         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6269
6270         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6271         than mm-insert-inline to insert inline part: this respect
6272         mm-inline-media-tests displayers.
6273
6274         * mm-view.el (mm-display-shell-script-inline): New function.
6275
6276         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6277
6278         * mm-uu.el (mm-uu-type-alist): Add org block.
6279         (mm-uu-org-src-code-block-extract): New function.
6280
6281         * mm-view.el (mm-display-org-inline): New function.
6282
6283         * mm-decode.el (mm-automatic-display): Add text/org.
6284
6285         * mailcap.el (mailcap-mime-extensions): Add .org.
6286
6287 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6290         gnus-article-add-buttons.
6291
6292 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6293
6294         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6295         From header with a date and "nobody" as the sender.
6296
6297 2011-01-19  Julien Danjou  <julien@danjou.info>
6298
6299         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6300         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6301         if you have the same regexp several times.
6302         (gnus-button-push): Fix matching when regexp is symbol.
6303
6304 2011-01-15  Glenn Morris  <rgm@gnu.org>
6305
6306         * message.el (message-mail): A compose-mail function should
6307         accept headers as strings.
6308
6309 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6310
6311         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6312         Add :vert-only tags.
6313         (message-mail): New arg RETURN-ACTION.
6314         (message-return-action): New var.
6315         (message-bury): Use it.
6316         (message-mode): Make it buffer-local.
6317         (message-send-and-exit): Always call message-bury.
6318
6319         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6320         message-mail.
6321
6322 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * nnimap.el (nnimap-convert-partial-article): Protect against
6325         zero-length body parts.
6326
6327         * mm-decode.el (mm-preferred-alternative-precedence):
6328         Discourage showing empty parts.
6329
6330         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6331         and stuff if the backend didn't return the article number.  This fixes
6332         an Exchange-related nnimap bug.
6333
6334         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6335         group window, because it does the wrong thing when a separate frame
6336         displays the group buffer.
6337
6338         * proto-stream.el (open-protocol-stream): Protect against the low-level
6339         transport functions returning nil.
6340
6341 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6342
6343         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6344         (mml2015-epg-find-usable-secret-key): New function.
6345         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6346         mml2015-epg-find-usable-key (Bug#7797).
6347         (mml2015-epg-encrypt): Ditto.
6348
6349 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * dgnushack.el (rot13-string): Fix the way to get the argument.
6352
6353 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6356
6357 2011-01-03  Glenn Morris  <rgm@gnu.org>
6358
6359         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6360
6361         * sieve.el (sieve-open-server): Give a more explicit error if
6362         sieve-manage-open returns nil.  (Bug#7720)
6363
6364 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6365
6366         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6367
6368 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6371         This avoids sending passwords in plain text over non-encrypted
6372         channels.
6373
6374         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6375
6376         * nnimap.el (nnimap-login): Refactored out into own function, and
6377         implement CRAM-MD5.
6378         (nnimap-wait-for-line): Refactored out.
6379
6380         * mm-view.el (mml-smime): Require.
6381
6382 2010-12-20  David Engster  <deng@eml.cc>
6383
6384         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6385         use EPG to decrypt S/MIME messages instead of openssl.
6386
6387 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6388
6389         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6390
6391         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6392         status is the group clearly is unreachable.
6393
6394         * auth-source.el (auth-source-create): Add the optional second
6395         parameter to `local-variable-p' to be compatible with XEmacs.
6396
6397 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6398
6399         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6400         work when using a compressed nnml folder.
6401
6402 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6403
6404         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6405         backends after sanitising on entry, because this never makes sense:
6406         If the articles have gone missing, then the data no longer exists on
6407         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6408         overwrite anything anyway.
6409
6410         * shr.el (shr-insert-document): Bind shr-width dynamically to
6411         window-width if it's nil.
6412
6413 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6414
6415         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6416         with the meaning of using the full emacs window width for rendering.
6417
6418 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6419
6420         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6421         case when sender is not given.
6422
6423 2010-12-23  Julien Danjou  <julien@danjou.info>
6424
6425         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6426         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6427         the addresses, otherwise we might misplaced the gravatar.
6428
6429 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6430
6431         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6432         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6433         obsolete in Emacs.
6434
6435 2010-12-20  Julien Danjou  <julien@danjou.info>
6436
6437         * gnus-util.el (gnus-rescale-image): Revert last change.
6438
6439 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6440
6441         * binhex.el: Improve commentary (Bug#7482).
6442
6443 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * gnus-group.el (gnus-group-delete-articles): New command.
6446
6447 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6448
6449         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6450
6451 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6452
6453         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6454         here, since it's up to the backends to do CRLF removal if their
6455         protocol has it.
6456
6457         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6458
6459 2010-12-17  Julien Danjou  <julien@danjou.info>
6460
6461         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6462         they are from file.  Can also scale up.
6463
6464 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6465
6466         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6467         Restore gnus-use-agent.
6468         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6469
6470         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6471
6472 2010-12-17  Julien Danjou  <julien@danjou.info>
6473
6474         * gravatar.el (gravatar-retrieve-synchronously): New function.
6475         (gravatar-get-data): Make more robust.
6476
6477 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6480
6481 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6482
6483         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6484         to really consider the last line.
6485
6486 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6487
6488         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6489         list of recipient keys, or use symmetric encryption if not a list.
6490         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6491         EPA override, replacing the call to `netrc-store-data'.
6492
6493 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6494
6495         * gnus-srvr.el: Avoid passing nil regexp argument to
6496         delete-matching-lines.
6497
6498 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6501         fetching stops when Gnus exits.
6502
6503         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6504         function.
6505         (nnfolder-request-expire-articles): Save all the buffers after doing
6506         expiry.
6507
6508         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6509         the last article", since that led to serious performance regressions
6510         when expiring nnml groups.
6511
6512 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6513
6514         * nnir.el: Improve customizations.
6515
6516 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517
6518         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6519
6520         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6521         group has been killed.
6522         (gnus-group-yank-group): Ditto.
6523
6524         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6525
6526         * nnimap.el (nnimap-request-update-group-status): New function.
6527
6528         * gnus-int.el (gnus-request-update-group-status): New interface
6529         function.
6530
6531         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6532         copying read-ness to the backends.
6533
6534         * nnimap.el (nnimap-quirk): New function.
6535         (nnimap-retrieve-group-data-early): Use it.
6536         (nnimap-quirks): New alist.
6537
6538 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6541         don't delete it within indentation.
6542
6543 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6544
6545         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6546         previous line.
6547
6548 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6551         QRESYNC command by deleting a superfluous space which broke Cyrus
6552         servers.  This change will break other servers that are buggy the other
6553         way around.
6554
6555 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6556
6557         * spam.el: Reindent and fix long lines.
6558         (spam-copy-or-move-routine): Exclude invalid move destinations.
6559
6560 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6561
6562         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6563         installed the registry.
6564
6565 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6568
6569 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6570
6571         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6572         groupname doesn't contain "gmane".
6573
6574 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6577         and netrc-bound-and-true-p bindings.
6578         (netrc-parse): Cache the netrc contents.
6579
6580         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6581         (gnus-1): Don't create the nndrafts group twice.
6582         (gnus-setup-news): There's no need to read the active file here, since
6583         that's done again later on a per-backend basis.
6584         (gnus-start-draft-setup): Make sure that the new group is started out
6585         empty.
6586
6587         * gnus-agent.el (gnus-agentize): Don't create the queue group
6588         automatically on startup.  It'll be created later, if needed.
6589
6590         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6591         of automatically subscribed groups.
6592         (gnus-auto-subscribed-categories): New variable.
6593         (gnus-matches-options-n): Use it.
6594         (gnus-default-subscribed-newsgroups): Remove unused variable.
6595         (gnus-start-draft-setup): Message a bit less.
6596
6597 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6598
6599         * nnir.el (nnir-run-imap): Return article list in order of increasing
6600         UID.
6601
6602 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * gnus-sum.el (gnus-summary-enter-digest-group):
6605         Mention gnus-auto-select-on-ephemeral-exit.
6606
6607         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6608         convention of the network-only option.
6609
6610 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * proto-stream.el (proto-stream-open-network-only): New function to
6613         have a way to specify non-STARTTLS upgrade connections.
6614
6615 2010-12-10  Julien Danjou  <julien@danjou.info>
6616
6617         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6618         email address is nil.
6619
6620         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6621
6622 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6623
6624         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6625         deletion.
6626         (nnir-run-imap): Only need to parse list once.
6627
6628 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * shr.el (shr-tag-script): Ignore <script>.
6631         (shr-tag-label): Add <label> support.
6632
6633 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6636
6637         * shr.el (shr-image-displayer): Work for images lined side by side.
6638
6639 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6640
6641         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6642         parameter, since XEmacs doesn't accept t as a parameter.
6643
6644 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6645
6646         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6647         ids.
6648         (nnir-run-gmane): Simplify groupspec formatting.
6649         (nnir-request-expire-articles): New function.
6650
6651 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6652
6653         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6654         overflow, possibly.
6655
6656         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6657         (shr-render-td): Handle td style="" better.
6658         (shr-tag-table): Use the color from the style sheet.
6659         (shr-render-td): Make sure we copy over all the overlays, too.
6660
6661 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6662
6663         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6664         (nnir-request-article): Improve article retrieval.
6665
6666 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * mm-util.el (mm-extra-numeric-entities): New variable.
6669
6670         * mm-url.el (mm-url-decode-entities):
6671         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6672
6673         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6674
6675 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6676
6677         * message.el: Use completion-at-point.
6678         (message-completion-function): New fun, extracted from message-tab.
6679         (message-mode): Use it for completion-at-point-functions.
6680         (message-tab): Use it and completion-at-point.
6681
6682 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6685         character if a non-breakable character follows.
6686
6687 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688
6689         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6690         any stream.
6691
6692         * shr.el (shr-tag-font): Colorize the region.
6693         (shr-tag-body): Ditto.
6694         (shr-tag-font): Actually let the styles be inherited instead of
6695         overwriting them.
6696         (shr-tag-font): Get the background color right.
6697         (shr-tag-style): Ignore all <style> tags for the moment.
6698
6699         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6700         a Message-ID to avoid having nnimap depend on gnus-sum.
6701
6702         * shr.el (shr-descend): Only colorize something if we have a node that
6703         sets colors.
6704
6705 2010-12-06  Julien Danjou  <julien@danjou.info>
6706
6707         * shr.el (shr-render-td): Render td content with shr-descend, so style
6708         will be applied to <td> too.
6709         (shr-colorize-region): Colorize region even if we only have a background.
6710         (shr-tag-body): Fix color and background color inheritance.
6711         Do not recolorize after shr-generic.
6712         (shr-tag-font): Let shr-generic colorize via inheritance.
6713
6714 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6717
6718 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6719
6720         * nnir.el (nnir-request-move-article): Remove obsolete code.
6721
6722 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6725
6726 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus-sum.el (gnus-summary-respool-article): The completion function
6729         expects a list instead of an alist.
6730
6731         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6732         string as the parameter.
6733
6734         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6735
6736         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6737         styles.
6738         (shr-colorize-region): New function.
6739         (shr-insert-background-overlay): Remove.
6740         (shr-render-td): Background setting should be taken care of on a higher
6741         level.
6742         (shr-tag-body): Use post-hoc colorizations.
6743         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6744         (shr-put-color-1): Don't overwrite old colors.
6745         (shr-colorize-region): When the background color isn't explicit, use
6746         a fixed background.
6747
6748         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6749         nnmail variables.
6750
6751 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6752
6753         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6754         unless necessary.
6755
6756 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6757
6758         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6759         server.
6760
6761 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6762
6763         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6764         so that TAB works.
6765
6766         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6767         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6768
6769         * shr.el (shr-urlify): Show the URL before the title to avoid
6770         misleading URLs.
6771
6772 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6773
6774         * shr.el (shr-urlify): Display the title in <a> tags.
6775
6776 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6777
6778         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6779
6780 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6781
6782         * nnir.el: Rearrange code to allow macros to be autoloaded by
6783         gnus-sum.el.
6784         (nnir-retrieve-headers-override-function): Make this variable
6785         customizable.
6786         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6787
6788         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6789         from nnir.el.
6790
6791 2010-12-03  Julien Danjou  <julien@danjou.info>
6792
6793         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6794
6795 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6798         allow optional argument `environment'.
6799
6800 2010-12-03  Glenn Morris  <rgm@gnu.org>
6801
6802         * mm-extern.el (message-goto-body): Update declaration.
6803
6804 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-util.el (gnus-macroexpand-all): New function.
6807
6808         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6809         instead of macroexpand-all that is unavailable in XEmacs.
6810
6811 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6812
6813         * nnir.el (nnir-summary-line-format): New variable.
6814         (nnir-mode): Use it.
6815         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6816         (nnir-article-ids): Reimplement as defsubst.
6817         (nnir-retrieve-headers): Don't mangle the subject header.
6818         (nnir-run-imap): Use 100 as RSV score.
6819         (nnir-run-find-grep): Fix for full server searching.
6820         (nnir-run-gmane): Better restriction to gmane groups.
6821
6822         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6823         summary buffers.
6824
6825 2010-12-02  Julien Danjou  <julien@danjou.info>
6826
6827         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6828
6829         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6830
6831         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6832         support.
6833
6834 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6835
6836         * nnir.el: Update to handle the registry better.
6837         (autoload): Silence byte-compiler.
6838         (nnir-open-server): Add a hook for nnir groups.
6839         (nnir-request-move-article): Don't mangle the header.  Better to use
6840         formatting variables (which will be added in the future).
6841         (nnir-registry-action): Update the registry using the original article
6842         group name.
6843         (nnir-mode): Install nnir-specific hooks for updating the registry.
6844
6845         * gnus-sum.el
6846         (gnus-article-original-subject,gnus-newsgroup-original-name):
6847         Remove obsolete variables.
6848         (gnus-summary-move-article): Remove use of obsolete variables.
6849         (gnus-summary-local-variables): Make move and delete hooks local to
6850         summary buffers.
6851
6852 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * rtree.el: New file.
6855
6856 2010-12-01  Julien Danjou  <julien@danjou.info>
6857
6858         * message.el (message-user-organization): Do not use
6859         gnus-local-organization.
6860
6861         * gnus.el: Remove gnus-local-organization.
6862
6863         * gnus-msg.el: Remove nastygram thing.
6864
6865 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6866
6867         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6868         funcall.
6869
6870 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6873         names.
6874
6875         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6876         characters.
6877
6878         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6879         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6880         Suggested by Štěpán Němec <stepnem@gmail.com>.
6881         (gnus-gravatar-transform-address): Use mail-extract-address-components
6882         that supports non-ASCII names rather than mail-header-parse-addresses.
6883
6884 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * proto-stream.el (open-protocol-stream): All starttls connections are
6887         handled by the network handler.
6888
6889 2010-11-30  Julien Danjou  <julien@danjou.info>
6890
6891         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6892         (nnimap-open-connection-1): Fix PREAUTH.
6893
6894         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6895
6896 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6899         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6900         (shr-insert): Use them.
6901         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6902
6903 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6904
6905         * nnir.el (nnir-request-move-article): Bail out if original group
6906         doesn't support article moves.
6907         (nnir-get-active): Improve active list retrieval.
6908
6909 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6912
6913 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6914
6915         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6916         seem to accept strings-with-numbers as port numbers.
6917
6918 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6919
6920         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6921         change the registry.
6922
6923 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6926         delete-dups that is not available in XEmacs 21.4.
6927
6928         * mm-util.el (mm-delete-duplicates): Add comment.
6929
6930 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6931
6932         * nnir.el (nnir-ignored-newsgroups): New variable.
6933         (nnir-get-active): Use it.
6934
6935 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * proto-stream.el (proto-stream-open-network): Add some comments.
6938
6939         * nntp.el (nntp-open-connection): Provide a :success condition.
6940
6941         * nnimap.el (nnimap-open-connection-1): Ditto.
6942
6943         * proto-stream.el (proto-stream-open-network): See what the response to
6944         the STARTTLS command is.
6945
6946         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6947         backwards compatibility).
6948         (nnimap-open-connection-1): Really respect nnimap-server-port.
6949
6950         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6951         TLS upgrades we don't really care about the identity of the peer.
6952         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6953         that what we've checked for.
6954         (proto-stream-always-use-starttls): Only default to t if
6955         open-gnutls-stream exists.
6956         (proto-stream-open-network): If STARTTLS failed, then just open a
6957         normal connection.
6958         (proto-stream-open-network): Wait until the greeting before doing
6959         STARTTLS.
6960
6961         * nntp.el (nntp-open-connection): Report what the connection error is.
6962
6963         * proto-stream.el (open-protocol-stream): Rename from
6964         open-proto-stream.
6965
6966 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * nnimap.el (nnimap-stream): Change default to `undecided'.
6969         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6970         first, and then network.
6971         (nnimap-open-connection-1): Respect nnimap-server-port.
6972         (nnimap-open-connection): Be more backwards-compatible.
6973
6974         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6975         (proto-stream-open-starttls): De-duplicate the starttls code.
6976         (proto-stream-open-starttls): Folded back into the main function.
6977         (proto-stream-open-network): Fix typo in the gnutls path.
6978         (proto-stream-command): Refactor out.
6979
6980         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6981
6982         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6983         starttls.el STARTTLS.
6984
6985         * color.el (color-lab->srgb): Fix function call name.
6986
6987         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6988         if we're using tls.el.
6989         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6990         built in, then don't try to establish a STARTTLS connection.
6991
6992         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6993         servers.
6994
6995         * proto-stream.el (open-proto-stream): Use network, not stream.
6996         (open-proto-stream): Add a way to specify what the end of a command is.
6997
6998         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6999         connections types.
7000         (nntp-open-network-stream): Remove.
7001         (nntp-open-ssl-stream): Remove.
7002         (nntp-open-tls-stream): Remove.
7003         (nntp-ssl-program): Remove.
7004
7005         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7006
7007 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7008
7009         * nnir.el: Fix typos.
7010         (nnir-retrieve-headers-override-function): Rename variable to reflect
7011         new semantics.
7012         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7013         macros.
7014         (nnir-request-article, nnir-request-move-article): Use them.
7015         (nnir-categorize): New function.
7016         (nnir-run-query): Use it.
7017         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7018         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7019         sorted.
7020         (nnir-group-full-name): Use gnus-group-full-name instead.
7021         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7022         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7023
7024 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7027
7028         * proto-stream.el: New library to provide protocol-specific
7029         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7030         protocols.
7031         (open-proto-stream): Complete the documentation.
7032         (proto-stream-open-network): Fix some typos.
7033
7034         * nnimap.el (nnimap-open-connection): Use it.
7035
7036 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7037
7038         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7039         negotiation.
7040
7041 2010-11-26  Julien Danjou  <julien@danjou.info>
7042
7043         * color.el: Rename various rgb functions to srgb.
7044
7045 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7048         names.
7049
7050 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * shr.el (shr-insert): Revert last change.
7053         (shr-find-fill-point): Never leave point being at bol;
7054         relax the kinsoku limitation when rendering tables.
7055
7056 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7059         results from -accept-article.
7060
7061         * shr-color.el: Require cl when compiling.
7062
7063         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7064         checkin.
7065
7066         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7067
7068         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7069
7070         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7071         'add and 'delete to set backend marks.
7072
7073         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7074
7075         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7076
7077         * nntp.el (nntp-request-set-mark): Use it.
7078
7079         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7080
7081         * nnml.el (nnml-request-set-mark): Ditto.
7082
7083         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7084         introduces regressions in article selection.
7085         (nnimap-find-uid-response): New function.
7086         (nnimap-request-accept-article): Use the UID returned, if any.
7087         (nnimap-request-move-article): Use the UID returned, if any.
7088         (nnimap-get-groups): Reimplement to work with folded lines.
7089         (nnimap-find-uid-response): The UID is the last element in the list.
7090         (nnimap-request-set-mark): Extend syntax with 'set.
7091
7092         * nnml.el (nnml-request-set-mark): Ditto.
7093
7094         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7095
7096         * nntp.el (nntp-request-set-mark): Ditto.
7097
7098 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * message.el (message-called-interactively-p): A temporary macro.
7101         (message-goto-body): Use it temporarily.
7102
7103 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7106         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7107         (nnimap-last-response-string): Fix last unfolding fix.
7108
7109 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * shr.el (shr-insert): Fix the way to fold lines.
7112
7113 2010-11-25  Julien Danjou  <julien@danjou.info>
7114
7115         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7116
7117         * color.el: Rename from color-lab.el
7118         (color-rgb->hex): Add.
7119         (color-complement): Add.
7120         (color-complement-hex): Add.
7121
7122         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7123
7124 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * shr-color.el (shr-color-visible): Don't bug out if the color names
7127         don't exist.
7128
7129 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7132         assuming that article displaying or another mml-preview may be
7133         interrupted for an error or for the like.
7134
7135         * shr.el (shr-get-background): Fix argument name.
7136
7137 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138
7139         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7140
7141         * gnus-sum.el (gnus-summary-include-articles): New function.
7142
7143         * message.el (message-goto-body): called-interactively-p needs a
7144         parameter, so use `any'.
7145
7146         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7147         clear marks before moving, since they're synced from the Gnus side
7148         first.
7149
7150         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7151         (gnus-summary-move-article): Copy over all marks before moving, so that
7152         IMAP doesn't think a new article has arrived.
7153
7154 2010-11-24  Julien Danjou  <julien@danjou.info>
7155
7156         * shr.el (shr-insert-background-overlay): Fix typo.
7157         (shr-render-td): Copy the background before rendering.
7158
7159         * shr-color.el (shr-color-visible): Fix docstring.
7160
7161         * shr.el (shr-tag-table): Add bgcolor support.
7162         (shr-render-td): Add bgcolor support.
7163         (shr-get-background): Add.
7164         (shr-insert-foreground-overlay): Use shr-get-background.
7165
7166         * message.el (message-goto-body): Use called-interactively-p.
7167         (message-in-body-p): message-goto-body returns point.
7168
7169 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7172         Fixes something or other in Emacs 23, and is backwards compatible.
7173
7174         * message.el (message-goto-body): Remove the <#secure special-casing,
7175         which is too special.
7176
7177         * shr.el (shr-parse-style): Drop !important from styles.
7178
7179 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7180
7181         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7182         this function to return incorrect results when calling it with an
7183         explicit article argument different from
7184         (gnus-summary-article-number).
7185
7186 2010-11-24  Julien Danjou  <julien@danjou.info>
7187
7188         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7189         (shr-tag-body): Add background support.
7190         (shr-descend): Add background support.
7191         (shr-tag-title): Add.
7192
7193         * shr-color.el (shr-color-visible): Really return original background
7194         if fixed.
7195
7196 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * shr.el (shr-color-check): Protect against non-existent color names.
7199
7200 2010-11-24  Julien Danjou  <julien@danjou.info>
7201
7202         * color-lab.el: Require 'cl when compiling.
7203
7204         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7205
7206         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7207         matched part.
7208
7209         * color-lab.el: Fix all expt calls to use float type.
7210
7211 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7214         expression to shr-color-check as is.
7215
7216         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7217
7218         * color-lab.el: Add coding cookie.
7219         (float-pi): Use eval-and-compile.
7220
7221         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7222         compiled for Emacsen having no `libxml-parse-html-region' support.
7223
7224 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7225
7226         * shr.el (shr-insert-color-overlay): Split stuff like
7227         "#444444 !important" to find the real color.
7228         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7229         parse <font color="red"> entries.
7230
7231 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7232
7233         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7234         point when parsing headers.
7235
7236         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7237         is positioned properly when parsing headers.
7238
7239 2010-11-23  Julien Danjou  <julien@danjou.info>
7240
7241         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7242
7243         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7244
7245         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7246
7247         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7248         Use shr-color-hue-to-rgb.
7249         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7250
7251 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252
7253         * shr.el (shr-color->hexadecimal): Autoload.
7254         (shr-descend): Add color to all tags.
7255
7256 2010-11-22  Julien Danjou  <julien@danjou.info>
7257
7258         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7259         shr-color->hexadecimal.
7260
7261         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7262         RGB() or HSL() color representation.
7263
7264         * shr.el (shr-tag-font): Add.
7265         (shr-tag-color-check): New function to get better colors.
7266         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7267         tag-span.
7268
7269         * shr-color.el: New file.
7270
7271         * color-lab.el: New file.
7272
7273         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7274
7275 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7276
7277         * nnir.el: Fix typo in comments.
7278         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7279         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7280
7281 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7284
7285         * nnimap.el (nnimap-get-capabilities): Refactor out.
7286         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7287
7288 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7289
7290         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7291         appearing when `mm-uu-hide-markers' is nil.
7292
7293 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * nnimap.el (nnimap-unselect-group): Make into its own function.
7296         (nnimap-request-rename-group): Unselect group before renaming.
7297         This had gotten lost somewhere.
7298         (nnimap-request-accept-article): Keep track of examined groups, and
7299         unselect the group before APPENDing to read-only groups.
7300         (nnimap-request-move-article): Clear flags before moving so that they
7301         can be re-set later.
7302
7303 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7306         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7307
7308 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-art.el (gnus-mime-display-single):
7311         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7312         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7313         parameter.
7314
7315 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7318         (shr-table-vertical-line): New variable.
7319         (shr-insert-table): Use it.
7320
7321 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-html.el (gnus-html-wash-images): Don't display images if
7324         gnus-inhibit-images is non-nil; register displayer for cid images.
7325         (gnus-html-display-image): Work for cid image.
7326         (gnus-html-insert-image): Allow arguments.
7327         (gnus-html-put-image): Inhibit read-only.
7328         (gnus-html-prefetch-images): Don't prefetch images if
7329         gnus-inhibit-images is non-nil.
7330
7331 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * shr.el (shr-put-image): Break lines when inserting big pictures.
7334
7335 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7336
7337         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7338         sender, thanks Katsumi Yamaoka.
7339
7340 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7341
7342         * nnir.el (nnir-run-imap): Reverse the article list for each group
7343         rather than the whole list.
7344
7345 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * shr.el (shr-image-displayer): Protect function against non-existent
7348         image source.
7349
7350         * gnus-art.el (gnus-inhibit-images): New user option.
7351         (gnus-mime-display-single): Don't display image if it is non-nil.
7352
7353         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7354         gnus-inhibit-images.
7355
7356         * shr.el (shr-image-displayer): New function.
7357         (shr-tag-img): Use it.
7358
7359 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7360
7361         * mml2015.el (mml2015-epg-sign): Use From header.
7362
7363 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364
7365         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7366
7367         * gnus-util.el (gnus-find-text-property-region): Return markers.
7368
7369         * shr.el (shr-tag-img): Put a displayer in the text property.
7370
7371         * gnus-util.el (gnus-find-text-property-region): New utility function.
7372
7373         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7374         (gnus-html-show-images): Remove.
7375
7376         * gnus-art.el (gnus-article-show-images): New, more general function.
7377
7378         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7379         image url text properties.
7380
7381         * shr.el: Ditto.
7382
7383         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7384         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7385
7386 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7389         work for two or more articles.
7390
7391 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7394         divide an image that's in an html article to two or more when washing
7395         non-ASCII characters in alt text of it.
7396
7397 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7400         smime-decrypt-region using function argument.
7401         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7402
7403         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7404
7405         * smime.el (smime-decrypt-region): Catch it.
7406
7407 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7408
7409         * smime.el (smime-mode-map): Move initialization into declaration.
7410         (gnus-run-mode-hooks): Don't autoload.
7411         (smime-mode): Use define-derived-mode.
7412
7413 2010-11-11  Glenn Morris  <rgm@gnu.org>
7414
7415         * smime.el (from): Restrict declaration to XEmacs.
7416
7417         * nnir.el (gnus-group-topic-name): Autoload.
7418
7419 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * shr.el (shr-insert): Don't break long line if it is because of
7422         kinsoku-bol characters in the line end.
7423
7424 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7425
7426         * nnir.el (nnir-request-move-article): Fix to provide original group
7427         and subject.
7428         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7429         been retrieved.
7430
7431         * gnus-sum.el (gnus-summary-move-article): Use original group and
7432         subject for virtual articles such as those in an nnir summary buffer.
7433
7434 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7437         least 21.5).
7438
7439         * smime.el (from): Declare it again for XEmacs.
7440
7441 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * message.el (message-resend): Don't disable encoding unless it's
7444         already encoded.
7445
7446         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7447         low-numbered articles.
7448
7449 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * rfc2047.el (rfc2047-syntax-table): Simplify.
7452
7453         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7454
7455         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7456         set-char-table-range for XEmacs.
7457
7458 2010-11-10  Glenn Morris  <rgm@gnu.org>
7459
7460         * time-date.el (time-to-seconds): Always an alias on Emacs,
7461         never a real function.
7462         (with-no-warnings): Remove compat stub, now unused.
7463         (time-less-p): Doc fix.
7464         (time-to-number-of-days): Simplify.
7465
7466         * smime.el (from): Remove unused declaration.
7467
7468         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7469         (gnus-float-time): On Emacs, always an alias.
7470
7471         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7472         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7473
7474 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * dgnushack.el: Don't use ignore-errors in the top level form since it
7477         is unavailable in XEmacs even if cl is loaded.
7478
7479         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7480
7481 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * shr.el (browse-url-mailto): Autoload.
7484
7485         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7486
7487         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7488         regexp doesn't need quoting.
7489
7490 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7491
7492         * message.el (message-subject-trailing-was-ask-regexp)
7493         (message-subject-trailing-was-regexp): Match was: in addition to was.
7494
7495 2010-11-09  Glenn Morris  <rgm@gnu.org>
7496
7497         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7498         (nnbabyl-check-mbox): Use point-at-bol.
7499
7500 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501
7502         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7503
7504         * message.el (message-mailto): New function.
7505         (message-mailto): Should accept other parameters.
7506         (message-mailto): Remove since it duplicates browse-url-mailto
7507         functionality.
7508
7509 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7510
7511         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7512         methods.
7513         (gnus-read-active-file): Ditto.
7514
7515         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7516         ": " from the prompt.
7517         (gnus-group-make-group): Ditto.
7518
7519 2010-11-07  Glenn Morris  <rgm@gnu.org>
7520
7521         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7522         (gnus-bookmark-kill-line): Use point-at-eol.
7523
7524 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7527         asterisks in From header.
7528
7529 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7532         string to avoid making the From headers syntactically invalid.
7533
7534         * message.el (message-send-mail): Don't insert courtesy messages if the
7535         message already has List-Post and List-ID messages.
7536
7537 2010-11-06  Glenn Morris  <rgm@gnu.org>
7538
7539         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7540         `condition', `type', `length' a prefix.
7541         (gnus-treat-predicate): Update for above name changes.
7542
7543 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7544
7545         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7546         binding.  Handled by `gnus-summary-refer-thread' instead.
7547         (nnir-warp-to-article): New backend function.
7548
7549         * nnimap.el (nnimap-request-thread): Force dependency updating.
7550
7551         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7552         (gnus-summary-refer-thread): Rework to improve thread-referral.
7553
7554         * gnus-int.el (gnus-warp-to-article): New function.
7555
7556         * gnus-sum.el (gnus-summary-article-map): Bind it.
7557
7558 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7559
7560         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7561         gnus-summary-refer-thread.
7562
7563         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7564         headers.
7565         (gnus-summary-limit-include-thread): Prevent articles in thread from
7566         being cut in gnus-cut-threads.
7567         (gnus-summary-refer-thread): Limit retrieved headers to those in
7568         thread.
7569
7570 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571
7572         * message.el (message-send-mail): Use the value of
7573         message-courtesy-message from the message buffer.
7574
7575         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7576
7577         * shr.el (shr-browse-url): Implement mailto: URLs.
7578
7579         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7580         "raw".
7581
7582         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7583         if it's already selected.
7584
7585         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7586
7587 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7590         to measure the length and truncate alt text.
7591
7592 2010-11-03  Glenn Morris  <rgm@gnu.org>
7593
7594         * nndiary.el (nndiary-generate-nov-databases-1)
7595         (nndiary-generate-active-info): Rename dynamic variable `files' to
7596         something less generic.
7597
7598 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7599
7600         * nnir.el (nnir-request-move-article): Call the underlying backend to
7601         move articles from nnir.
7602
7603 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7606
7607 2010-11-02  Julien Danjou  <julien@danjou.info>
7608
7609         * nnir.el: Remove wais support.
7610
7611 2010-11-02  Glenn Morris  <rgm@gnu.org>
7612
7613         * gnus-html.el: Reorder requirements to quieten compiler.
7614
7615 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7618         properly for XEmacs as well.
7619         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7620         (gnus-article-natural-long-line-p): Use window-width rather than
7621         frame-width.
7622
7623 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7624
7625         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7626         (nnir-read-parms): Don't modify query.
7627         (nnir-run-query): Add ability to search topic on current line.
7628         (nnir-get-active): Clean up.
7629
7630 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7633         degenerate articles.
7634
7635         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7636         (gnus-print-buffer): Just print the buffer as is, without any copying
7637         to a buffer and then re-highlighting.
7638
7639         * nnimap.el (nnimap-request-group): Store the new updated info.
7640         (nnimap-request-group): Select the group when we don't know whether it
7641         exists or not.
7642
7643         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7644         groups.
7645
7646         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7647         groups.
7648
7649         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7650         groups.
7651
7652         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7653         long-lines case by only filling the long lines.
7654
7655         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7656         (bug #7311).
7657
7658 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * shr.el: No need to declare `declare-function' since shr.el is for
7661         only Emacsen that provide `libxml-parse-html-region'.
7662
7663         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7664         effective only in a file it is referred to.
7665
7666 2010-11-01  Glenn Morris  <rgm@gnu.org>
7667
7668         * mm-util.el (gnus-completing-read): Autoload.
7669         (mm-read-coding-system): Simplify Emacs definition.
7670
7671         * nnmail.el (gnus-activate-group):
7672         * nnimap.el (gnutls-negotiate):
7673         * nntp.el (netrc-parse): Fix declarations.
7674
7675 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7678         string-match-p in Emacs >=23.
7679
7680         * gnus-msg.el (gnus-configure-posting-styles):
7681         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7682
7683 2010-11-01  Glenn Morris  <rgm@gnu.org>
7684
7685         * nnir.el (declare-function): Add compat stub.
7686         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7687         (nnir-run-gmane): Require 'mm-url.
7688
7689         * mm-util.el (mm-string-to-multibyte): Simplify.
7690
7691         * shr.el (declare-function): Add compat stub.
7692         (url-cache-create-filename): Declare.
7693         (mm-disable-multibyte, widget-convert-button): Autoload.
7694
7695         * smime.el (ldap-search): Declare.
7696         (smime-cert-by-ldap-1): Require ldap on Emacs.
7697
7698         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7699         (nnimap-keepalive): Use gnus-float-time.
7700
7701         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7702         (mail-source-delete-crash-box): Use gnus-float-time.
7703
7704         * gnus-dired.el (gnus-completing-read): Autoload.
7705
7706         * mm-view.el (gnus-rescale-image): Autoload.
7707
7708         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7709
7710         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7711
7712         * sieve-manage.el: Require 'cl when compiling.
7713
7714         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7715         (gnus-iswitchb-completing-read): Require iswitchb.
7716         (gnus-select-frame-set-input-focus): Silence compiler.
7717
7718 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719
7720         * message.el (message-subject-trailing-was-query): Change default to t,
7721         since I think that's what most people want.
7722
7723         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7724         appending for easier debugging.
7725         (nnimap-wait-for-connection): Take a regexp.
7726         (nnimap-request-accept-article): Wait for the continuation line before
7727         sending anything unless we're streaming.
7728
7729         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7730         leave the header washing to take place.
7731
7732 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7733
7734         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7735         regular expression match and replace in posting styles.
7736
7737 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7738
7739         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7740         an entire server.
7741         (nnir-get-active): New function.
7742         (nnir-run-imap): Use it.
7743         (nnir-run-gmane): Who knew, gmane search returns an article score!
7744
7745         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7746         server on the current line with nnir.
7747
7748 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7751         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7752         left edge.
7753         (gnus-article-foldable-buffer): Skip past the prefix when determining
7754         raggedness.
7755
7756         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7757         the raw article, and change `C-u g' to show the article without doing
7758         treatments.
7759
7760         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7761         on to `gnus-treat-article'.
7762         (gnus-inhibit-article-treatments): New variable.
7763
7764         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7765
7766         * gnus-art.el (gnus-treatment-function-alist): Have
7767         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7768         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7769         sections.
7770
7771         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7772         parameter.
7773         (gnus-article-fill-cited-long-lines): New function.
7774         (gnus-article-fill-cited-article): Allow filling only long sections.
7775
7776         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7777         and non-punctuation (like after the apostrophe in "'We").
7778
7779         * gnus-sum.el (gnus-summary-select-article): Make sure
7780         gnus-original-article-buffer is alive.
7781
7782         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7783         reflect the order they're in in the digest.
7784
7785         * gnus.el (gnus-group-startup-message): Move point to the start of the
7786         buffer.
7787
7788         * nnimap.el (nnimap-capability): New function.
7789         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7790         is set.
7791
7792 2010-10-31  David Engster  <dengste@eml.cc>
7793
7794         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7795         conform with changes to gnus-completing-read.
7796
7797 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7800
7801 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7802
7803         * nnir.el: Move defvar, defcustom around to keep file organized
7804         and keep byte-compiler quiet.
7805         (nnir-read-parms): Accept search-engine as arg.
7806         (nnir-run-query): Pass search-engine as arg.
7807         (nnir-search-engine): Remove.
7808
7809 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810
7811         * shr.el (shr-generic): The text nodes should be text, not :text.
7812
7813         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7814         later in the file.
7815
7816 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7817
7818         * nnir.el: General clean up.  Allow searching with multiple engines.
7819         Allow separate extra-parameters for each engine.
7820         Batch queries when possible.
7821         (nnir-imap-default-search-key,nnir-method-default-engines):
7822         Add customize interface.
7823         (nnir-run-gmane): New engine.
7824         (nnir-engines): Use it.  Qualify all prompts with engine name.
7825         (nnir-search-engine): Remove global variable.
7826         (nnir-run-hyrex): Restore for now.
7827         (nnir-extra-parms,nnir-search-history): New variables.
7828         (gnus-group-make-nnir-group): Use them.
7829         (nnir-group-server): Remove in favor of gnus-group-server.
7830         (nnir-request-group): Avoid searching twice.
7831         (nnir-sort-groups-by-server): New function.
7832
7833 2010-10-30  Julien Danjou  <julien@danjou.info>
7834
7835         * gnus-group.el: Remove gnus-group-fetch-control.
7836
7837         * gnus-start.el (gnus-find-new-newsgroups):
7838         Remove gnus-check-first-time-used.
7839
7840         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7841
7842 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7843
7844         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7845         set on groups that don't have \* permanentflags.
7846
7847 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7850         control the background color.
7851         (shr-tag-img): Ignore very small web bug type images.
7852         (shr-put-image): Add help-echo alt texts to the images.
7853         (shr-tag-video): Show the video poster image.
7854
7855 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * shr.el (shr-table-depth): New variable.
7858         (shr-tag-table-1): Only insert the images after the top-level table.
7859
7860         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7861
7862         * gnus-util.el (gnus-list-memq-of-list): New function.
7863
7864         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7865         selected.
7866         (nnimap-unsplittable-articles): New slot.
7867         (nnimap-new-articles): Use it.
7868
7869 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7870
7871         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7872         move to the previous line on `M-g'.
7873
7874 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875
7876         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7877         *-request-group, which seems unnecessary.
7878
7879         * nnimap.el (nnimap-quote-specials): Function copied over from
7880         imap.el.
7881         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7882         they support that.  Suggested by Tom Regner.
7883
7884 2010-10-29  Julien Danjou  <julien@danjou.info>
7885
7886         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7887         defalias.
7888         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7889
7890         * gnus.el: Remove `gnus-nntp-service' variable.
7891         (gnus-secondary-servers): Make obsolete.
7892         (gnus-nntp-server): Make obsolete.
7893
7894         * gnus-start.el (gnus-1): Remove x-splash calls.
7895
7896         * gnus-ems.el (gnus-x-splash): Remove.
7897
7898         * gnus.el (gnus-group-startup-message): Simplify/update code.
7899
7900         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7901         definition.
7902
7903         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7904         capability before doing anything.
7905         (gnus-group-insert-group-line): Remove useless
7906         gnus-group-remove-excess-properties.
7907
7908 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7911
7912 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7915         config after reselecting.
7916
7917 2010-10-28  Julien Danjou  <julien@danjou.info>
7918
7919         * shr.el (shr-put-image): Use point even if only inserting text.
7920         (shr-put-image): Save excursion when inserting alt text on non-graphic
7921         display, so the behavior is the same when we are on a graphic display.
7922
7923         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7924
7925 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7928         (gnus-mime-copy-part): Check coding system, not charset.
7929         (gnus-mime-view-part-externally): Never remove part.
7930         (gnus-mime-view-part-internally): Don't remove part here.
7931         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7932         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7933         multipart/alternative.
7934
7935         * mm-decode.el (mm-display-part): Take optional arg `force'.
7936
7937 2010-10-26  Julien Danjou  <julien@danjou.info>
7938
7939         * gnus-group.el (gnus-group-default-list-level): Add this function to
7940         compute the default list level.
7941         (gnus-group-default-list-level): Add possibility to use a function.
7942
7943 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7946
7947         * gnus-group.el (gnus-group-completing-read)
7948         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7949         gnus-replace-in-string.
7950
7951 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * shr.el (shr-tag-div): Add.
7954
7955         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7956
7957 2010-10-25  Julien Danjou  <julien@danjou.info>
7958
7959         * gnus-util.el: Remove `gnus-with-local-quit'.
7960
7961         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7962
7963 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7966         the original article buffer.
7967
7968 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7969
7970         * nnimap.el (nnimap-request-head): New function.
7971         (nnimap-request-move-article): Try to be slightly faster by not
7972         requesting the entire message when moving.
7973         (nnimap-transform-headers): Don't bug out on bodiless articles.
7974         (nnimap-send-command): Have no outstanding messages if the IMAP server
7975         doesn't support streaming.
7976         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7977
7978 2010-10-24  Julien Danjou  <julien@danjou.info>
7979
7980         * message.el (message-default-headers): Fix type.
7981
7982 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7983
7984         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7985         prefetching images.
7986
7987         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7988         backend for unknown groups.  This is mainly useful for nnimap groups.
7989
7990         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7991         group isn't covered by the agent.
7992
7993 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7994
7995         * nnir.el (nnir-method-default-engines): New variable.
7996         (nnir-run-query): Use it.
7997         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7998         (gnus-summary-nnir-goto-thread): Change group if needed.
7999
8000         * gnus-group.el (gnus-group-group-map): Add key binding for
8001         gnus-group-make-nnir-group.
8002
8003 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8004
8005         * shr.el (shr-tag-object): Add.
8006
8007         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8008         original article buffer live.
8009         (gnus-summary-select-article-buffer):
8010         Mention gnus-widen-article-buffer.
8011
8012 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013
8014         * shr.el (shr-tag-strong): Add.
8015
8016 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8019         group names.  They mess up the group buffer badly.
8020
8021         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8022
8023         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8024         instead of the summary one.
8025
8026 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * mml.el (mml-preview): Work properly when editing article.
8029
8030         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8031         gnus-have-read-active-file if it's already been in.
8032
8033 2010-10-22  Tom Tromey  <tromey@redhat.com>
8034
8035         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8036         gnus-group-completing-read.
8037
8038 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8039
8040         * message.el (message-mode-map): Don't bind M-; to comment region, to
8041         allow the global comment-dwim to work.
8042
8043 2010-10-21  Julien Danjou  <julien@danjou.info>
8044
8045         * message.el (message-setup-1): Allow message-default-headers to be a
8046         function.
8047
8048 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * shr.el (shr-tag-table): Simplify.
8051
8052 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8055         to avoid trying to snarf invalid stuff.
8056
8057         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8058
8059         * gnus.el (gnus-message-archive-group): Quote value.
8060         (gnus-message-archive-group): Mark as changed.
8061
8062         * shr.el (shr-add-font): Don't put the font properties on the newline
8063         or the indentation.
8064
8065         * message.el (message-fix-before-sending): Change options when sending
8066         non-printable characters.
8067
8068         * gnus.el (gnus-message-archive-method): Change the default to
8069         monthly outgoing groups.
8070
8071         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8072         that have gotten new numbers.
8073
8074         * nnimap.el (nnimap-request-replace-article): New function.
8075
8076 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8079         (nnrss-request-article): Don't use special html washing code.
8080
8081 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * shr.el (shr-tag-table): Remove useless nconc.
8084
8085 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8086
8087         * gnus-art.el (article-wash-html): Simplify and remove the charset
8088         stuff.  Use the normal html rendering code instead of the special html
8089         washing code.
8090
8091         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8092         `gnus-w3m' symbols.
8093         (mm-text-html-washer-alist): Remove.
8094
8095         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8096         (mm-inline-media-tests): Remove use.
8097         (mm-text-html-renderer): Change default to the `shr' symbol.
8098
8099         * mm-view.el (mm-inline-text-html): Remove use.
8100
8101         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8102         `gnus-blocked-images' to be a function.
8103         (gnus-article-wash-function): Remove.
8104
8105 2010-10-20  Julien Danjou  <julien@danjou.info>
8106
8107         * spam.el (spam-list-of-processors): Mark as obsolete.
8108
8109         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8110         (nnimap-insert-partial-structure): Fix boundary detection.
8111
8112 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8113
8114         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8115         run file-truename on remote files.  This can be expensive and even
8116         prevent one from editing drafts if some unrelated buffer has a stale
8117         connection.
8118
8119 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8122         kinsoku-eol regardless of shr-kinsoku-shorten.
8123         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8124         (shr-tag-table): Support caption, thead, and tfoot.
8125
8126 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8127
8128         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8129         lines.
8130         (shr-save-contents): New command and keystroke.
8131
8132         * nndoc.el (nndoc-type-alist): Add git support.
8133         (nndoc-git-type-p): New function.
8134         (nndoc-transform-git-article): Ditto.
8135         (nndoc-transform-git-headers): Ditto.
8136         (nndoc-transform-git-headers): Generate Subject headers.
8137
8138         * shr.el (shr-parse-style): New function.
8139         (shr-tag-span): Ditto.
8140
8141         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8142         to `G G' to avoid collisions.
8143
8144 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * shr.el: Load kinsoku if necessary.
8147         (shr-kinsoku-shorten): New internal variable.
8148         (shr-find-fill-point): Make kinsoku shorten text line if
8149         shr-kinsoku-shorten is bound to non-nil.
8150         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8151         shr-indentation too when testing if table is wider than frame width.
8152         (shr-insert-table): Use `string-width' instead of `length' to measure
8153         text width.
8154         (shr-insert-table-ruler): Make sure indentation is done at bol.
8155
8156 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8157
8158         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8159         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8160         undecoded network data.
8161
8162 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163
8164         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8165         name in the mode line spec so that the mode line menu works
8166         (bug #2431).
8167
8168         * message.el (message-get-reply-headers): If we're fed `to-address',
8169         then always use that.
8170
8171         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8172         aren't so wide as to need to switch off the edit menu.
8173
8174         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8175         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8176
8177         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8178         `M-g'.
8179         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8180         the permanent marks.
8181
8182 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8183
8184         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8185         Splitting according to references/in-reply-to obeys the ignore-groups
8186         variable, while splitting by sender and subject do not.
8187
8188 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8191         alist, so that we can look for non-Unicode chars.
8192         (article-translate-strings): Allow both character and string maps.
8193
8194 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * shr.el (shr-insert): Don't insert space behind a wide character
8197         categorized as kinsoku-bol, or between characters both categorized as
8198         nospace.
8199
8200 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8201
8202         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8203         headers to gnus-newsgroup-headers.
8204
8205 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8206
8207         * shr.el (shr-tag-img): Don't align images -- since we're not
8208         rescaling, this often leads to ugly displays.
8209
8210 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8211
8212         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8213         duplicates.
8214
8215 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8216
8217         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8218         call.
8219
8220 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8221
8222         * gnus.el: Autoload gnus-html-show-images.
8223
8224         * nnimap.el: Use nnheader-message throughout.
8225
8226         * shr.el (shr-tag-img): Ignore images with no data.
8227
8228 2010-10-15  Julien Danjou  <julien@danjou.info>
8229
8230         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8231         a possibility to disable format=flow encoding when using hard newlines.
8232
8233 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * shr.el (shr-insert): Remove space inserted before or after a
8236         breakable character or at the beginning or the end of a line.
8237         (shr-find-fill-point): Do kinsoku; find the second best point or give
8238         it up if there's no breakable point.
8239
8240 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * nnimap.el (nnimap-open-connection): Message when opening connection
8243         for debugging purposes.
8244
8245         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8246         on every setup buffer call to allow this to change from article to
8247         article.
8248
8249         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8250         buffers where we have a wide table.
8251
8252 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8253
8254         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8255         uses *-request-thread.
8256
8257 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8260         incantation, which is no longer valid.
8261
8262 2010-10-14  Julien Danjou  <julien@danjou.info>
8263
8264         * shr.el: Fix defcustom type (char -> character).
8265
8266 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8269         programs.
8270
8271 2010-10-14  Julien Danjou  <julien@danjou.info>
8272
8273         * shr.el (shr-tag-a): Use url-link as widget type.
8274
8275         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8276         `gnus-group-get-icon'.
8277
8278 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8279
8280         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8281         This should make server editing work better.
8282
8283         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8284
8285         * tls.el (tls-program): Remove spurious %s from openssl.
8286
8287         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8288         (nnimap-parse-flags): Fix regexp.
8289
8290         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8291         probably work for CJVK text, too.
8292
8293         * nnimap.el (nnimap-extend-tls-programs): Remove.
8294         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8295
8296         * tls.el (tls-starttls-switches): Remove starttls hack.
8297         (open-tls-stream): Ditto.
8298         (tls-find-starttls-argument): Ditto.
8299
8300 2010-10-13  Julien Danjou  <julien@danjou.info>
8301
8302         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8303         responses.
8304
8305 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8306
8307         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8308
8309         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8310         anything in Emacs.
8311
8312         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8313
8314 2010-10-13  Julien Danjou  <julien@danjou.info>
8315
8316         * shr.el (shr-width): Make shr-width a defcustom with default to
8317         fill-column.
8318         (shr-tag-img): Use shr-width rather than fill-column.
8319
8320 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * dgnushack.el (byte-optimize-apply):
8323         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8324
8325         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8326         position when (X-)Faces exist.
8327         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8328         avatars when called interactively.
8329
8330 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8333         gnus-article-x-face-too-ugly is bound.
8334
8335 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8338
8339         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8340         mailbox that doesn't exist.
8341
8342 2010-10-12  Julien Danjou  <julien@danjou.info>
8343
8344         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8345         (shr-get-image-data): Encode URL properly when fetching from cache.
8346         (shr-tag-img): Use aligned-to spaces to align correctly images.
8347
8348         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8349         before inserting the Gravatar.
8350
8351         * shr.el (shr-tag-img): Add align attribute support for <img>.
8352
8353 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * gnus-gravatar.el (gnus-art): Require.
8356
8357         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8358         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8359         Remove long obsoleted functions.
8360
8361 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8364
8365         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8366
8367         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8368         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8369         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8370         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8371         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8372         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8373         * sieve-manage.el, smime.el, spam.el:
8374         Fix comment for declare-function.
8375
8376 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * nnimap.el (nnimap-request-rename-group): Select group read-only
8379         before renaming it.
8380
8381         * shr.el (shr-insert): Fix up the white space only regexp.
8382
8383         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8384         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8385
8386         * shr.el (shr-current-column): New function.
8387         (shr-find-fill-point): New function.
8388
8389 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8390
8391         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8392         numbers.
8393
8394 2010-10-11  Julien Danjou  <julien@danjou.info>
8395
8396         * shr.el (shr-hr-line): Add.
8397         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8398         display hr lines.
8399         (shr-max-columns): Do not change state to nil if we just inserting
8400         spaces.
8401
8402 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8405         select the last group.
8406
8407 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8408
8409         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8410
8411 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8412
8413         * dig.el (dig-mode-map): Declare and define in one step.
8414
8415 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8416
8417         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8418         for Gnus.
8419         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8420         (nnimap-update-qresync-info): Mark \Seen articles as read.
8421
8422         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8423         non-variable, too.
8424
8425         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8426         available.
8427         (nnimap-update-info): Rely more on the current active than the param
8428         active to avoid marking articles as read too much.
8429
8430         * auth-source.el (auth-source-create): Use (user-login-name) for the
8431         user name default.
8432
8433         * nnimap.el (nnimap-update-info): If the server doesn't return any
8434         useful info, just use the previous info.
8435         (nnimap-update-info): Prefer old info over start-article.
8436         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8437
8438 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8439
8440         * nnir.el (autoload): Clean up autoloads.
8441         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8442         Use key rather than value.
8443         (nnir-imap-search-other): New variable.
8444         (nnir-read-parm): Use it.
8445         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8446         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8447
8448 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8449
8450         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8451         the process, too.
8452
8453 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * spam.el (gnus-summary-mode-map): Bind to "$".
8456         Suggested by Russ Allbery.
8457
8458         * shr.el: Rework the way things are indented by <li> slightly.
8459
8460         * gnus.el (gnus-group-set-parameter): Fix typo.
8461
8462         * nnimap.el: Start implementing QRESYNC support.
8463
8464 2010-10-09  Julien Danjou  <julien@danjou.info>
8465
8466         * nnir.el (nnir-engines): Fix too many arguments.
8467
8468 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469
8470         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8471         group is the "last", so that the backends like nnfolder actually save
8472         their folders.
8473
8474         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8475         try to use that for the tls stream.
8476         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8477         UIDVALIDITY and find out which groups are read-only and not.
8478         (nnimap-get-flags): Use the same marks parsing code as the rest of
8479         nnimap.
8480
8481 2010-10-09  Julien Danjou  <julien@danjou.info>
8482
8483         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8484
8485         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8486         retrieving gravatars.
8487
8488         * shr.el (shr-table-corner): Add.
8489         (shr-table-line): Add.
8490         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8491
8492 2010-10-08  Julien Danjou  <julien@danjou.info>
8493
8494         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8495
8496 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8499
8500         * gnus-sum.el (gnus-mark-article-as-unread)
8501         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8502         (gnus-summary-set-bookmark): Use it.
8503
8504         * gnus-msg.el (gnus-setup-message): Use it.
8505
8506         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8507
8508         * gnus.el (gnus-group-remove-parameter): Use it.
8509
8510         * gnus-group.el (gnus-group-make-web-group): Use it.
8511
8512         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8513
8514         * nnregistry.el: Update docs to mention manual.
8515
8516         * gnus-registry.el: Update docs to mention nnregistry.el.
8517         (gnus-registry-initialize): Don't install nnregistry refer method
8518         automatically.
8519         (gnus-registry-install-nnregistry): Remove it.
8520
8521 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522
8523         * shr.el (shr-insert): Don't insert double spaces.
8524
8525 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-gravatar.el (gnus-treat-from-gravatar)
8528         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8529         called interactively.
8530
8531         * gnus-art.el (gnus-mime-view-part-externally)
8532         (gnus-mime-view-part-internally): Make predicate function passed to
8533         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8534         of a mime type.
8535
8536         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8537
8538 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * shr.el (require): Require cl when compiling.
8541         (shr-tag-hr): New function.
8542
8543         * nnimap.el (nnimap-update-info): Remove double setting of high.
8544         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8545         This makes nnimap work properly on Courier again.
8546
8547         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8548         the variable for backwards compatibility.
8549
8550         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8551         the file name before using to avoid setting mm-default-directory to
8552         nil.
8553
8554         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8555         bidning gnus-agent variables.
8556
8557         * shr.el (shr-render-td): Use a cache for the table rendering function
8558         to avoid getting an exponential rendering behavior in nested tables.
8559         (shr-insert): Rework the line-breaking algorithm.
8560         (shr-insert): Don't leave trailing spaces.
8561         (shr-insert-table): Also insert empty TDs.
8562         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8563
8564 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8565
8566         * gnus-sum.el (gnus-number): Rename from `number'.
8567         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8568         (gnus-summary-limit-children): Update uses correspondingly.
8569
8570 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8573         (gnus-gravatar-transform-address): Don't show avatars of people of
8574         which mail addresses match gnus-gravatar-too-ugly.
8575
8576 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * shr.el (shr-table-widths): Expand TD elements to fill available
8579         space.
8580
8581 2010-10-07  Julien Danjou  <julien@danjou.info>
8582
8583         * nnimap.el (nnimap-request-rename-group): Add this method.
8584
8585 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8588         name from XEmacs' function-arglist.
8589
8590         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8591         gravatar under XEmacs.
8592
8593 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8594
8595         * auth-source.el: Update docs with TODO items.
8596
8597         * gnus-sync.el: Update docs to explain state and plans.
8598
8599         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8600         Hooks for mark updates.
8601         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8602
8603         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8604         hooks with arguments, which is needed for mark update hooks.
8605
8606 2010-10-06  Julien Danjou  <julien@danjou.info>
8607
8608         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8609         was matched.
8610
8611         * sieve-manage.el: Update example in `Commentary'.
8612
8613         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8614
8615         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8616         not 2000.
8617         (sieve-manage-authenticate): Re-add function.
8618
8619 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * shr.el (shr-insert): Get 'space transition right.
8622         (shr-render-td): Only delete space at the end of the TD.
8623
8624         * nnimap.el (nnimap-open-connection): Prepare to support
8625         open-gnutls-stream.
8626
8627         * shr.el: Rearrange function order to be more logical.
8628
8629 2010-10-06  Julien Danjou  <julien@danjou.info>
8630
8631         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8632         (nnrss-discover-feed): Remove 404 URL in docstring.
8633
8634         * nnir.el: Fix Swish-E URL.
8635         Fix Namazu URL.
8636
8637         * message.el (message-change-subject): Remove 404 URL in a comment.
8638
8639 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8642         called interactively.
8643
8644         * gnus-util.el (gnus-remove-if): Allow hash table.
8645         (gnus-remove-if-not): New function.
8646
8647         * gnus-art.el (gnus-mime-view-part-as-type):
8648         * gnus-score.el (gnus-summary-score-effect):
8649         * gnus-sum.el (gnus-read-move-group-name):
8650         Replace remove-if-not with gnus-remove-if-not.
8651
8652         * gnus-group.el (gnus-group-completing-read):
8653         Regard collection as a hash table if it is not a list.
8654
8655 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8658
8659         * shr.el: Document the table-rendering algorithm.
8660
8661 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8664         for Emacsen having no `libxml-parse-html-region' support.
8665
8666 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8669         invalid URLs.
8670
8671         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8672         line-broken.
8673         (shr-tag-img): Ignore image fetching errors.
8674         (shr-overlays-in-region): Compute overlay positions correctly.
8675
8676         * mm-decode.el (mm-shr): Require shr.
8677
8678         * gnus-art.el (gnus-blocked-images): Move variable here.
8679
8680         * shr.el (shr-insert-table): Bind free variable.
8681
8682         * mm-decode.el (mm-shr): Bind shr-content-function.
8683
8684         * shr.el (shr-content-function): New variable.
8685
8686         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8687         added for symmetry.
8688
8689         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8690
8691         * gnus-group.el (gnus-group-make-group): Doc fix.
8692
8693         * nnimap.el (nnimap-request-newgroups): Return success.
8694
8695         * shr.el (shr-find-elements): New function.
8696         (shr-tag-table): Put all the images after the table.
8697         (shr-tag-table): Really inhibit images inside the table.
8698         (shr-collect-overlays): Copy over overlays from the TD elements to the
8699         main document.
8700
8701         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8702         gnus-blocked-images.
8703
8704 2010-10-05  Julien Danjou  <julien@danjou.info>
8705
8706         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8707
8708         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8709         (gnus-html-maximum-image-size): Add this function.
8710         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8711
8712         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8713         server-value of the capability is nil.
8714
8715 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * shr.el (shr-tag-em): Add <EM> tag.
8718
8719 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8720
8721         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8722         customizable.
8723
8724         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8725         handing broken links to browse-url.
8726
8727 2010-10-05  Julien Danjou  <julien@danjou.info>
8728
8729         * gnus-util.el (gnus-emacs-completing-read)
8730         (gnus-iswitchb-completing-read): Use autoload rather than require.
8731
8732 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8735         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8736         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8737         iswitchb-temp-buflist for XEmacs.
8738
8739         * gnus-util.el (gnus-completing-read-function): Exclude
8740         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8741         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8742         XEmacs.
8743
8744         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8745         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8746
8747         * gnus-html.el: Don't require help-fns under XEmacs.
8748         (gnus-html-schedule-image-fetching): Work for XEmacs.
8749
8750         * mm-decode.el (mm-shr): Decode contents by charset.
8751
8752 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8755         unknown.
8756
8757         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8758         (shr-get-image-data): Ensure against the cache file missing.
8759
8760         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8761         for data.
8762
8763         * spam-report.el (spam-report-url-ping-plain): Don't query about
8764         killing the process.
8765
8766         * shr.el (shr-render-td): Protect against too-wide text.
8767
8768 2010-10-04  Julien Danjou  <julien@danjou.info>
8769
8770         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8771         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8772
8773         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8774         retrieved.
8775
8776 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8777
8778         * shr.el (browse-url): Require.
8779         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8780         lines.
8781         (shr-show-alt-text, shr-browse-image): New commands.
8782         (shr-browse-url, shr-copy-url): New commands.
8783
8784         * gnus-sum.el (gnus-widen-article-window): New variable.
8785         (gnus-summary-select-article-buffer): Use it.
8786
8787         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8788         without @ signs.
8789
8790 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8791
8792         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8793
8794 2010-10-04  Julien Danjou  <julien@danjou.info>
8795
8796         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8797         for XEmacs.
8798
8799 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8802
8803         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8804         (nnimap-close-server): Implement.
8805
8806         * dgnushack.el (iswitchb): Require to shut up the compiler.
8807
8808         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8809         (shr-insert): Tweak line breaking.
8810         (shr-insert): Handle <pre> better.
8811         (shr-tag-li): Get <li> indentation right.
8812         (shr-tag-li): Get <li> indentation even righter.
8813         (shr-tag-blockquote): Ensure paragraph start.
8814         (shr-make-table): Tweak table generation.
8815         (shr-make-table): Fix typo.
8816
8817         * shr.el: Implement table rendering.
8818
8819 2010-10-04  Julien Danjou  <julien@danjou.info>
8820
8821         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8822
8823 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * shr.el (shr-insert): Use string anchors instead of line anchors.
8826
8827 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8828
8829         * shr.el: Add headings.
8830         (shr-ensure-paragraph): Actually work.
8831         (shr-tag-li): Make <ul> prettier.
8832         (shr-insert): Get white space at the beginning/end of elements right.
8833         (shr-tag-p): Collapse subsequent <p>s.
8834         (shr-ensure-paragraph): Don't insert double line feeds after blank
8835         lines.
8836         (shr-insert): \t is also space.
8837         (shr-tag-s): Fix "s" tag name function.
8838         (shr-tag-s): Fix face prop name.
8839
8840 2010-10-03  Julien Danjou  <julien@danjou.info>
8841
8842         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8843
8844         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8845         gnus-window-inside-pixel-edges.
8846
8847         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8848         gnus-ems.
8849
8850         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8851
8852         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8853         function.
8854
8855         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8856         resize choice.
8857
8858 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859
8860         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8861         beginning of the buffer.
8862
8863         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8864         article buffer again.
8865
8866         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8867
8868         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8869         when it's at the start of the buffer.
8870
8871         * shr.el (shr-tag-blockquote): Convert name.
8872         (shr-rescale-image): Use the right image-size variant.
8873
8874         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8875         buffer isn't shown, then select the current article first instead of
8876         bugging out.
8877         (gnus-summary-select-article-buffer): Show both the article and summary
8878         buffers again.
8879
8880         * shr.el (shr-fontize-cont): Protect against regions with no text.
8881         Rename tag functions to shr-tag-* for enhanced security.
8882         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8883
8884 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8885
8886         * shr.el (shr-insert):
8887         * pop3.el (pop3-movemail):
8888         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8889         loaded.
8890
8891 2010-10-03  Glenn Morris  <rgm@gnu.org>
8892
8893         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8894
8895         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8896
8897         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8898
8899         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8900
8901         * gnus-util.el (gnus-make-local-hook): Simplify.
8902
8903 2010-10-02  Julien Danjou  <julien@danjou.info>
8904
8905         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8906         (gnus-ido-completing-read): New function.
8907         (gnus-emacs-completing-read): New function.
8908         (gnus-completing-read): Use gnus-completing-read-function.
8909         Add gnus-completing-read-function.
8910
8911 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8912
8913         * shr.el (shr-insert-document): Autoload.
8914         (shr-img): Be silent.
8915         (shr-insert): Add a newline after every picture before text.
8916         (shr-add-font): Use overlays for combining faces.
8917         (shr-insert): Pass upwards the text start point.
8918
8919         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8920         possible.
8921         (mm-shr): New function.
8922
8923 2010-10-02  Julien Danjou  <julien@danjou.info>
8924
8925         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8926         should go backward.
8927
8928 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8929
8930         * shr.el (shr): Fix typo in provide call.
8931
8932 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * shr.el: New file.
8935
8936         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8937
8938         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8939         completing read.
8940
8941 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8942
8943         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8944         we're being queried about.  Suggested by Dan Jacobson.
8945
8946         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8947         Suggested by Jason Eisner.
8948
8949         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8950         table, too.  Suggested by Stefan Wiens.
8951         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8952         the table unnecessary.  Suggested by Stefan Wiens.
8953
8954         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8955         longer needed, and probably doesn't work either, as pointed out by
8956         Stefan Wiens.
8957         (gnus-summary-exit): Remove call to the clearing function.
8958         (gnus-summary-exit-no-update): Ditto.
8959
8960         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8961         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8962         Reported by Stefan Monnier.
8963         (gnus-summary-save-in-rmail): Ditto.
8964
8965         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8966         article buffer, instead of both the article buffer and the summary
8967         buffer.  Sort of suggested by Dan Jacobson.
8968
8969         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8970
8971         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8972         Suggested by Dan Jacobson.
8973
8974         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8975         documentation clearer.
8976
8977         * message.el (message-shorten-references): Comment on the number "21".
8978         Suggested by Stefan Monnier.
8979
8980         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8981         Suggested by Dan Jacobson.
8982
8983         * gnus.el (gnus-large-newsgroup):
8984         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8985
8986         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8987         externalize attachments.  Bug reported by Steve Wen.
8988
8989         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8990         really message anything to the user.
8991
8992         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8993         directly.
8994
8995         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8996         messages in empty groups.
8997
8998 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8999
9000         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9001         non-UIDNEXT group.
9002
9003 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9006         not the value from the collection.
9007
9008         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9009         values.  This sometimes happens on some groups that have no info.
9010         (nnimap-request-newgroups): New function.
9011
9012 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9013
9014         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9015         check into `gnus-registry-initialize'.
9016         (gnus-registry-initialize): Ditto.
9017         Fix and extend header docs.
9018
9019 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9020
9021         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9022         regexp backtrace overflows.
9023
9024         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9025         for starttls that tls.el implements; i.e. openssl.
9026
9027         * tls.el (tls-starttls-switches): Give up on using starttls with
9028         gnutls-cli.
9029         (tls-program): Add --insecure to be consistent with the defaults from
9030         openssl s_client.  Now all three commands are insecure.
9031
9032 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * lpath.el: Bind completion-styles-alist for XEmacs.
9035
9036         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9037         (gravatar-create-image): New function that's an alias to
9038         gnus-xmas-create-image, gnus-create-image, or create-image.
9039         (gravatar-data->image): Use it.
9040
9041 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9042
9043         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9044         install the nnregistry refer method.
9045         (gnus-registry-install-hooks): Use it.
9046         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9047         unfollowed groups.
9048
9049 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9050
9051         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9052         expanding threads.
9053
9054 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * nnir.el: Use the server names without suffixes (bug #7009).
9057
9058         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9059         unencrypted to STARTTLS, if possible.
9060
9061 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9062
9063         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9064         headers before superseding.
9065
9066 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * nnrss.el (nnrss-use-local): Add documentation.
9069
9070         * nnimap.el (nnimap-extend-tls-programs): New function.
9071         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9072         (nnimap-wait-for-connection): Accept the greeting from the stupid
9073         output from openssl s_client -starttls, too.
9074
9075         * tls.el (tls-starttls-switches): New variable.
9076         (tls-find-starttls-argument): Use it.
9077         (open-tls-stream): Ditto.
9078
9079         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9080         (netrc-machine): Ditto.
9081
9082         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9083         article number.
9084         (nnimap-split-fancy): New variable.
9085         (nnimap-split-incoming-mail): Use it.
9086
9087         * nntp.el (nntp-server-list-active-group): Document.
9088
9089         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9090         SELECT to get the message-id.
9091
9092         * mail-source.el (mail-sources): Remove webmail support.
9093         (defvar): Ditto.
9094         (mail-source-fetcher-alist): Ditto.
9095         (mail-source-fetch-webmail): Remove.
9096
9097         * webmail.el: Remove -- doesn't seem relevant any more.
9098
9099         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9100
9101         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9102         the \r.
9103
9104 2010-09-30  Julien Danjou  <julien@danjou.info>
9105
9106         * gnus-agent.el (gnus-agent-add-group): Fix call to
9107         gnus-completing-read.
9108
9109 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * nndoc.el (nndoc-retrieve-groups): New function.
9112
9113         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9114         `default', use nnmail-split-methods.
9115         (nnimap-request-article): Downcase the NILs so that they are nil.
9116
9117         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9118         symbol.
9119
9120         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9121         code, since if the user has requested network, that's what they ought
9122         to get.
9123         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9124         (nnimap-split-rule): Mark as obsolete.
9125
9126         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9127         New variable.
9128
9129         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9130         correct slot, too.
9131
9132 2010-09-29  Julien Danjou  <julien@danjou.info>
9133
9134         * gnus.el (gnus-local-domain): Declare variable obsolete.
9135
9136         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9137         Fix history computing.
9138         (gnus-ido-completing-read): Require ido.
9139
9140 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9143         build Gnus.
9144
9145         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9146         when interpreting the structures.
9147         (nnimap-request-accept-article): Add \r\n to the lines to make this
9148         work with Cyrus.
9149
9150         * nndraft.el (nndraft-request-expire-articles): Use the group name
9151         instead if "nndraft".  Fix found by Nils Ackermann.
9152
9153 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9154
9155         * nnregistry.el: Add.
9156
9157 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9158
9159         * nnmail.el (group, group-art-list, group-art):
9160         Remove unneeded directives.
9161
9162 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9165         (mm-mime-charset):
9166         * rfc2047.el (rfc2047-syntax-table):
9167         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9168
9169         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9170         rather than `insert-file-contents' and `eval-region'.
9171
9172         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9173         construction.
9174
9175         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9176
9177         * time-date.el: No need to require cl for Emacs 21.
9178
9179 2010-09-29  Julien Danjou  <julien@danjou.info>
9180
9181         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9182         replacement of `gnus-gravatar-relief' to mimic
9183         `gnus-faces-properties-alist'.
9184         Add :version property.
9185
9186 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * mail-source.el (mail-source-report-new-mail):
9189         * message.el (message-default-mail-headers):
9190         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9191
9192         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9193
9194 2010-09-28  Julien Danjou  <julien@danjou.info>
9195
9196         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9197         mail-address contains the same string as real-name.
9198
9199         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9200         non-blank in header, otherwise it'll get stripped.
9201
9202         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9203         real-name, and then for mail address rather than doing : or , search.
9204
9205 2010-09-27  Julien Danjou  <julien@danjou.info>
9206
9207         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9208         right completing-read function.
9209         (gnus-use-ido): New variable
9210         (gnus-completing-read-with-default): Remove.
9211         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9212         (gnus-agent-add-group):
9213         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9214         * mm-view.el (mm-view-pkcs7-decrypt):
9215         * mm-util.el (mm-codepage-setup):
9216         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9217         * mml-smime.el (mml-smime-openssl-sign-query):
9218         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9219         (mml-insert-multipart):
9220         * gnus-msg.el (gnus-summary-yank-message):
9221         * gnus-int.el (gnus-start-news-server):
9222         * mm-decode.el (mm-interactively-view-part):
9223         * gnus-dired.el (gnus-dired-attach):
9224         * gnus.el (gnus-read-method):
9225         * gnus-bookmark.el (gnus-bookmark-jump):
9226         * gnus-art.el (gnus-mime-view-part-as-type)
9227         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9228         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9229         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9230         * nnmairix.el (nnmairix-create-server-and-default-group)
9231         (nnmairix-update-groups, nnmairix-get-server)
9232         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9233         (nnmairix-get-group-from-file-path):
9234         * nnrss.el (nnrss-find-rss-via-syndic8):
9235         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9236         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9237         (gnus-group-browse-foreign-server):
9238         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9239         (gnus-summary-execute-command, gnus-summary-respool-article)
9240         (gnus-read-move-group-name):
9241         * gnus-score.el (gnus-summary-increase-score)
9242         (gnus-summary-score-effect):
9243         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9244
9245 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9248         x-focus-frame.
9249
9250         * nnimap.el (auth-source-forget-user-or-password)
9251         (auth-source-user-or-password): Autoload.
9252
9253         * message.el (message-from-style, message-interactive)
9254         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9255         (message-yank-prefix, message-indentation-spaces, message-signature)
9256         (message-signature-file): Add comment.
9257
9258 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259
9260         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9261         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9262         new articles.
9263
9264         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9265         parts.
9266         (nnimap-request-article): Work with the t setting, too.
9267
9268         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9269         that you don't get flashes of other buffers.
9270         (gnus-summary-show-complete-article): Intern before setting.
9271
9272 2010-09-27  David Engster  <dengste@eml.cc>
9273
9274         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9275         well as HEADERS.
9276         (nnmairix-retrieve-headers): Provide new argument for the above.
9277
9278 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279
9280         * gnus-sum.el (gnus-summary-move-article): Don't alter
9281         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9282         group.
9283
9284         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9285
9286         * message.el (message-cite-prefix-regexp): Revert my last edit.
9287
9288         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9289         variable instead of the Gnus variable.
9290
9291         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9292
9293         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9294
9295         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9296         since some servers don't like it.
9297         (nnimap-open-connection): Forget credentials if the server says the
9298         password was wrong.
9299         (nnimap-parse-line): Protect against invalid data.
9300
9301         * gnus-sum.el (gnus-summary-move-article): Add comment.
9302         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9303         nothing alters it while scanning for new messages.
9304
9305         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9306         which may or may not help.
9307         (nnimap-open-connection): If we're doing a stream connection, and then
9308         discover we're on a STARTTLS-capable server, then open a STARTTLS
9309         connection instead.
9310
9311 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9312
9313         * nnimap.el (utf7): Require.
9314
9315         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9316         prefix.
9317
9318 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9319
9320         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9321
9322 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * nnimap.el (nnimap-request-accept-article): Message the error on
9325         error.
9326
9327 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9330
9331 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * nndoc.el (nndoc-request-list): Return success always.
9334
9335         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9336         `fetch-old' -- we only want to fetch the articles we've requested.
9337         The rest are in the agent, probably.
9338         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9339         disappeared server" to something low.  It's not important.
9340
9341         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9342         arrived before the FETCH data.
9343
9344         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9345         target here, because we don't know the Gnus name of the group.
9346
9347         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9348         for the correct group.
9349
9350         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9351
9352         * gnus.el (gnus): Give a final warning after startup.
9353
9354         * gnus-util.el (gnus-action-message-log): New variable.
9355         (gnus-message): Use it.
9356         (gnus-final-warning): New function.
9357
9358         * nnimap.el (nnimap-open-connection): Record the greeting.
9359         (nnimap): Add greeting.
9360
9361 2010-09-26  Julien Danjou  <julien@danjou.info>
9362
9363         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9364         arguments.
9365         (gnus-html-wash-images): Fix spec computing to include start/end.
9366
9367         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9368
9369 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9372         deletion.
9373         (nnimap-retrieve-headers): Don't select the group, because that's
9374         already done by nnimap-possibly-change-group.
9375
9376         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9377         (gnus-picon-transform-address): Use it.
9378
9379         * mail-source.el (mail-source-value): Revert previous patch.
9380
9381         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9382         on failure.
9383         (nnimap-open-connection): Look up both virtual and physical server name
9384         credentials.
9385
9386         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9387
9388 2009-02-07  Dave Love  <fx@gnu.org>
9389
9390         * tls.el (open-tls-stream): Don't query killing process.
9391
9392 2009-02-08  Dave Love  <fx@gnu.org>
9393
9394         * gnus-win.el (gnus-window-to-buffer-helper)
9395         (gnus-all-windows-visible-p): Function needn't be a symbol.
9396
9397         * mail-source.el (mail-source-value): Function needn't be a symbol.
9398
9399 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * message.el (message-cite-prefix-regexp): Remove } from the cite
9402         prefix.
9403
9404         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9405         highlight again, so that the highlight is correct.
9406
9407         * gnus-picon.el (gnus-picon): Remove again.
9408         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9409
9410         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9411         doing the header highlightling, so that the background color of the
9412         picon is correct.
9413
9414         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9415         (gnus-picon): Ditto.
9416         (gnus-picon): Reinstate.  The background color for picons is white.
9417         (gnus-picon-insert-glyph): Make the background white.
9418
9419         * nnml.el (nnml-open-nov): Don't return dead buffers.
9420
9421         * auth-source.el (auth-source-create): Query the user for whether to
9422         store the credentials.
9423
9424         * netrc.el (netrc-store-data): New function.
9425
9426         * auth-source.el (auth-source-user-or-password): Use the existing auth
9427         sources, if any, for creation.
9428
9429         * gnus.el (gnus-group-fast-parameter): Return the last matching
9430         parameter instead of the first matching parameter.
9431
9432 2010-09-26  Julien Danjou  <julien@danjou.info>
9433
9434         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9435
9436 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437
9438         * mml2015.el (mml2015-use): Remove gpg support.
9439
9440         * mml1991.el (mml1991-function-alist): Remove gpg function.
9441         (mml1991-gpg-sign): Remove.
9442
9443 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9444
9445         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9446         (gnus-browse-unsubscribe-current-group): Document it.
9447         (gnus-browse-unsubscribe-group): Use it.
9448
9449 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9452         address to the To list for easier response.
9453
9454         * gnus.el (gnus-play-startup-jingle): Remove.
9455         (gnus-splash): Don't play jingle.
9456         (gnus): Silence gnus-load message.
9457
9458         * gnus-art.el (gnus-treat-play-sounds): Remove.
9459
9460         * gnus.el (gnus-play-jingle): Remove audio support.
9461
9462         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9463
9464         * earcon.el: Remove -- no users.
9465
9466         * gnus-audio.el: Remove -- no users of this package.
9467
9468         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9469
9470         * gnus-start.el (gnus-setup-news): Remove nocem support.
9471
9472         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9473
9474         * gnus.el (gnus-use-nocem): Remove.
9475
9476         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9477         Remove.
9478
9479         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9480         uses NoCeM any more.
9481
9482         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9483         (gnus-button-ctan-handler): Ditto.
9484         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9485         (gnus-button-ctan-directory-regexp): Ditto.
9486         (gnus-button-handle-ctan): Ditto.
9487         (gnus-button-tex-level): Ditto.
9488         (gnus-button-alist): Remove CTAN stuff.
9489
9490 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491
9492         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9493         nnimap-streaming test.
9494
9495         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9496         servers twice.
9497
9498         * nnimap.el (nnimap-open-connection): Add more error reporting when
9499         nnimap fails early.
9500
9501         * nnheader.el (nnheader-get-report-string): New function.
9502         (nnheader-get-report): Use it.
9503
9504         * gnus-int.el (gnus-check-server): Say what the error was when opening
9505         failed.
9506
9507         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9508         using streaming.
9509
9510 2010-09-25  Julien Danjou  <julien@danjou.info>
9511
9512         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9513         gnus-window-inside-pixel-edges.
9514
9515 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9518
9519         * mm-decode.el (mm-save-part): Allow saving to other directories the
9520         normal Emacs way.
9521
9522         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9523         Suggested by Jay Berkenbilt.
9524
9525         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9526         there isn't a single byte.
9527
9528         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9529         just do it.  It doesn't really seem to matter what the user responds
9530         here, I think, so it's just a confusing question.
9531
9532         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9533         non-streaming case.
9534
9535         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9536         (gnus-article-encrypt-body): Use it.
9537
9538         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9539         keystroke.
9540
9541         * nnimap.el (nnimap-find-wanted-parts-1):
9542         Use gnus-fetch-partial-articles.
9543
9544         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9545
9546         * nnimap.el (nnimap-insert-partial-structure): New function.
9547         (nnimap-get-partial-article): New function.
9548         (nnimap-request-article): Use it.
9549         (nnimap-wait-for-response): Return whether the wait was successful.
9550         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9551         retrieval wasn't successful.
9552         (nnimap-retrieve-group-data-early): Allow throttling servers.
9553         (nnimap-streaming): New variable.
9554         (nnimap-fetch-partial-articles): Remove.
9555
9556         * mm-decode.el (mm-with-part): Protect against killed buffers.
9557
9558         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9559         for prettier summary display.
9560
9561 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9562
9563         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9564
9565 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9568         apparently third-party libraries depend on it.
9569
9570         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9571         before starting negotiation.
9572
9573         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9574         privacy reasons.
9575         (gnus-treat-mail-gravatar): Ditto.
9576
9577         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9578         buffer when inserting images.  Inserting text into the headers, for
9579         instance, can make them invalid.
9580
9581 2010-09-25  Julien Danjou  <julien@danjou.info>
9582
9583         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9584         variables.
9585
9586         * nnheader.el: Remove useless variables news-reply-yank-from and
9587         news-reply-yank-message-id.
9588
9589         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9590         variables.
9591
9592         * mml1991.el: Remove useless mml1991-verbose.
9593
9594         * gnus.el: Remove useless variable gnus-use-generic-from.
9595         Remove obsolete variable gnus-topic-indentation.
9596
9597         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9598
9599         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9600
9601         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9602
9603         * gnus-group.el: Remove useless gnus-group-icon-cache.
9604         Remove useless gnus-ephemeral-group-server.
9605
9606         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9607
9608         * mml2015.el: Remove useless mml2015-verbose.
9609
9610         * mml-smime.el: Remove useless mml-smime-verbose.
9611
9612         * gnus.el: Remove useless gnus-local-domain.
9613
9614         * gnus-gravatar.el (gnus-gravatar-transform-address):
9615         Use gnus-gravatar-size.
9616
9617         * gnus-art.el: Remove useless gnus-treat-translate.
9618
9619 2010-09-24  Julien Danjou  <julien@danjou.info>
9620
9621         * gnus-sum.el: Add support for Gravatars.
9622
9623         * gnus-art.el: Add support for Gravatars.
9624
9625         * gnus-gravatar.el: Add this file.
9626
9627         * gravatar.el: Add this file.
9628
9629 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9630
9631         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9632
9633         * gnus-group.el (gnus-group-fetch-faq): Remove.
9634
9635         * gnus.el (gnus-group-faq-directory): Remove.
9636
9637         * gnus-group.el (gnus-group-fetch-charter): Remove.
9638
9639         * gnus.el (gnus-group-charter-alist): Remove.
9640
9641         * gnus-group.el (gnus-group-archive-directory): Remove.
9642         (gnus-group-recent-archive-directory): Ditto.
9643         (gnus-group-make-archive-group): Remove.
9644
9645         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9646
9647         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9648         use the same article number for all the cached articles.
9649
9650         * nnimap.el (nnimap-command): Register the last command time so
9651         that we can use it for idling NOOPs.
9652         (nnimap-open-connection): Start the keeplive timer.
9653         (nnimap-make-process-buffer): Store all the process buffers.
9654         (nnimap-keepalive): New function.
9655
9656         * starttls.el (starttls-open-stream): Add autoload cookie.
9657
9658 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9659
9660         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9661         handling.
9662
9663 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9666         its data structures.
9667
9668         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9669         instead of the cl.el copy-list.
9670         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9671         equalp.
9672
9673 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9676         and tool-bar-local-item-from-menu.
9677
9678         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9679         mode-line-highlight face for Emacs.
9680
9681         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9682         loading gnus-sum.elc; fix comment for canlock-verify.
9683         (gnus-article-jump-to-part): Use read-number.
9684         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9685         Remove Emacs pre-21 compatible code for help-echo.
9686         (gnus-article-next-page-1): No need to adjust the number of lines.
9687         (gnus-article-describe-bindings): Always use help-buffer.
9688
9689         * gnus-audio.el (gnus-audio-inline-sound):
9690         * gnus-cus.el (gnus-custom-mode):
9691         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9692
9693         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9694
9695         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9696         compatible code.
9697
9698 2010-09-24  Glenn Morris  <rgm@gnu.org>
9699
9700         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9701         visiting the fcc file in rmail-mode.
9702
9703         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9704
9705 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * nnir.el: Silence the byte compiler.
9708
9709         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9710         alias to browse-url-url-encode-chars if any.
9711         (gnus-html-encode-url): Use it.
9712
9713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * gnus-start.el (gnus-use-backend-marks): New variable.
9716         (gnus-get-unread-articles-in-group): Use it.
9717
9718         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9719         makeover.
9720
9721 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9722
9723         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9724
9725 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9728         Remove.
9729         (gnus-setup-news-hook):
9730         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9731
9732         * gnus-int.el (gnus-request-update-info): Protect against backends not
9733         having the function.
9734
9735         * nnimap.el (nnimap-stream): Mention starttls.
9736         (nnimap-open-connection): Add starttls support.
9737
9738 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9739
9740         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9741
9742 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9743
9744         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9745         BODYSTRUCTUREs.
9746         (nnimap-transform-headers): Unfold quoted {42} headers.
9747
9748         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9749         the info.
9750         (gnus-get-unread-articles): Only call updatep on backends that support
9751         it.
9752
9753         * nnweb.el (nnweb-request-update-info): NOOP.
9754
9755         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9756
9757         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9758         since it only deals with marks.
9759
9760         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9761         gnus-request-marks, and make a new gnus-request-update-info.
9762
9763         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9764         the active instead of the high number, which is usually too low.
9765
9766 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9767
9768         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9769         * encrypt.el: Remove.
9770
9771 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9774         server in symbolic form.
9775
9776         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9777
9778 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9779
9780         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9781         (nnimap-update-info): Fix up code slightly.
9782
9783         * gnus-int.el (gnus-open-server): Add tracing for performance
9784         debugging.
9785
9786         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9787         (gnus-group-insert-group-line): Pass the real group name so that it
9788         gets the right data.
9789
9790         * gnus-start.el (gnus-get-unread-articles): Don't have
9791         `gnus-get-unread-articles-in-group' update info, since that can be
9792         really slow and doesn't seem to be needed?
9793
9794 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9795
9796         * time-date.el (date-to-time): Try using parse-time-string first before
9797         using the slower timezone-make-date-arpa-standard.
9798
9799 2010-09-22  Julien Danjou  <julien@danjou.info>
9800
9801         * gnus-group.el (gnus-group-insert-group-line):
9802         Call gnus-group-highlight-line.
9803         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9804         default hook list.
9805         (gnus-group-update-eval-form): Add new function.
9806         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9807         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9808
9809 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9812         immediate, then expire all articles.
9813         (nnimap-update-info): Fix off-by-one errors.
9814         (nnimap-flags-to-marks): Would return no marks lists for group with no
9815         flags.  Instead return the other data.
9816
9817 2010-09-22  Julien Danjou  <julien@danjou.info>
9818
9819         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9820         Only return an icon.
9821         (gnus-group-insert-group-line): Compute icon to return.
9822
9823         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9824         (gnus-html-image-fetched): Only cache if
9825         gnus-html-image-automatic-caching is set.
9826         (gnus-html-image-fetched): Check for errors.
9827
9828 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9831         once per method on `g'.  This ensures that backends like nnfolder don't
9832         open all their folders.
9833
9834         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9835         (nnimap-request-list): Nix out group in the correct buffer.
9836         (nnimap-parse-flags): Implement by using `read' instead of
9837         hand-parsing.
9838         (nnimap-flags-to-marks): Pass on permanent-flags.
9839         (nnimap-make-process-buffer): Record the server name.
9840         (nnimap-parse-flags): Fix typo.
9841         (nnimap-request-scan): Run split on the server in general, not just a
9842         single group.
9843
9844         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9845         parameter, and propagate this downwards.
9846
9847         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9848         since EXAMINE changes it on the server.
9849
9850         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9851         this command might take a while.
9852
9853 2010-09-22  Julien Danjou  <julien@danjou.info>
9854
9855         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9856         harmful if you have 2 images side-by-side, they can't be properly
9857         update on text deletion.  Using text-property is safer here.
9858         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9859         data.
9860
9861 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9862
9863         * nnimap.el (nnimap-expunge-inbox): Remove.
9864         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9865         (nnimap-expunge): Flip default to t.
9866
9867         * gnus.el (gnus-method-to-server): Don't push things to the cache
9868         unless it's unique.
9869         (gnus-server-to-method): Ditto.
9870
9871 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9872
9873         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9874
9875 2010-09-22  Julien Danjou  <julien@danjou.info>
9876
9877         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9878         get the start of data.
9879         (gnus-html-encode-url): Add this function to encode special chars in
9880         URL.
9881         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9882         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9883
9884         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9885         default.
9886         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9887
9888         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9889         images alt-text.
9890         (gnus-html-put-image): Put alt-text as help-echo.
9891
9892 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9895         * mm-util.el (mm-decompress-buffer):
9896         * nnir.el (nnir-run-find-grep):
9897         * pop3.el (pop3-list): Use 3rd arg of split-string.
9898
9899         * time-date.el (format-seconds): Comment fix.
9900
9901         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9902         and byte-optimize-form-code-walker.
9903         (dgnushack-make-auto-load): Don't advise make-autoload.
9904
9905         * lpath.el: Remove Emacs 21 stuff.
9906
9907 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9910         outside the active range.  Suggested by Dan Christensen.
9911
9912         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9913         slightly later to avoid double-getting it.
9914
9915         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9916         previous patch.
9917
9918         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9919
9920 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9921
9922         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9923
9924 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925
9926         * gnus-int.el (gnus-open-server): Give a better error message in the
9927         "go offline" case.
9928
9929         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9930         marks for nnimap, which is seldom the right thing to do.
9931
9932         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9933         (gnus-same-method-different-name): New function.
9934
9935         * nnimap.el (parse-time): Require.
9936
9937         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9938         method in the presence of many similar methods.
9939
9940         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9941
9942         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9943         nnml-inhibit-expiry.
9944
9945         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9946         find out whether methods are equal.
9947
9948         * nnimap.el (nnimap-find-expired-articles): New function.
9949         (nnimap-process-expiry-targets): New function.
9950         (nnimap-request-move-article): Request the article before looking at
9951         what the Message-ID is.  Fix found by Andrew Cohen.
9952         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9953
9954         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9955         for oldness in addition to being a predicate.
9956
9957         * nnimap.el (nnimap-request-group): When we have zero articles, return
9958         the right data to Gnus.
9959         (nnimap-request-expire-articles): Only delete articles immediately if
9960         the target is 'delete.
9961
9962         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9963         method, this would bug out.
9964
9965         * gnus-group.el (gnus-group-expunge-group): Rename from
9966         gnus-group-nnimap-expunge, and implemented as a normal interface
9967         function.
9968
9969         * gnus-int.el (gnus-request-expunge-group): New function.
9970
9971         * nnimap.el (nnimap-request-create-group): Implement.
9972         (nnimap-request-expunge-group): New function.
9973
9974 2010-09-21  Julien Danjou  <julien@danjou.info>
9975
9976         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9977         (gnus-html-cache-expired): Add new function.
9978         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9979         wethever we should display image for fetch it.
9980         Compute alt-text earlier to pass it to the fetching function too.
9981         (gnus-html-schedule-image-fetching): Change function argument to only
9982         get one image at a time, not a list.
9983         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9984         cache.
9985         (gnus-html-get-image-data): New function to retrieve image data from
9986         cache.
9987         (gnus-html-put-image): Change buffer argument to use image data rather
9988         than file, and place image above region rather than inserting a new
9989         one.  Do not take alt-text as argument, since it's useless now: we place
9990         the image above alt-text.
9991         (gnus-html-prune-cache): Remove.
9992         (gnus-html-show-images): Start to fetch image when we find one, do not
9993         push into a temporary list.
9994         (gnus-html-prefetch-images): Only fetch image if they have expired.
9995         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9996         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9997
9998 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10001
10002 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10005         spec inser "*" if the group isn't active instead of 0.
10006
10007         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10008         opening the server.
10009         (nnimap-request-delete-group): Implement group deletion.
10010         (nnimap-transform-headers): Return the size of the entire message in
10011         the Bytes header, not just the size of the first part.
10012         (nnimap-request-move-article): When moving an article from nnimap,
10013         request the article first so the accepting form has an article to
10014         accept.  Reported by Dan Christensen.
10015         (nnimap-command): Make sure that the error message doesn't error out.
10016
10017 2010-09-20  David Edmondson  <dme@dme.org>
10018
10019         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10020         we haven't requested anything.
10021
10022 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10023
10024         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10025         "".  Fix found by Andrew Cohen.
10026
10027         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10028         instead of -encode-string.
10029
10030 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10033
10034         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10035         by mm-subst-char-in-string.
10036
10037 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10040         waiting for the connection string.
10041
10042         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10043         arriving.
10044
10045         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10046         bogus characters.  This allows selecting certain Gmail groups.
10047
10048         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10049         (nnimap-fetch-partial-articles): New variable.
10050         (nnimap-open-connection): When looking for credentials, also use the
10051         nnimap-server-port.
10052         (nnimap-request-article): Return the group/article number, so that Gnus
10053         `^' works as expected.
10054         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10055
10056         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10057         comments.
10058         (gnus-methods-sloppily-equal): New function.
10059         (gnus): When using the development version of Gnus, load the gnus-load
10060         file.
10061
10062         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10063         `gnus-open-server' on each method before trying to scan them etc.
10064         This ensures that all the backend parameters are set correctly.
10065
10066         * nnimap.el (nnimap-authenticator): New variable.
10067         (nnimap-open-connection): Allow anonymous login.
10068         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10069         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10070
10071         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10072         patch, found by Knut Anders Hatlen.
10073
10074 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10075
10076         * gnus-agent.el (gnus-agent-batch-confirmation)
10077         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10078         to gnus-message.
10079         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10080         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10081         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10082         * gnus-int.el (gnus-open-server): Likewise.
10083         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10084         (gnus-score-check-syntax): Likewise.
10085         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10086         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10087         Likewise.
10088         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10089
10090 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10093         calling conventions so that prefetch doesn't bug out.
10094
10095 2010-09-19  Julien Danjou  <julien@danjou.info>
10096
10097         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10098         rather than `subst-char-in-region' in order to be able to replace ASCII
10099         char by UTF-8 ones.
10100
10101         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10102         than curl.
10103         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10104         the right URL and ALT text on images.
10105         (gnus-html-wash-tags): Fix tag case.
10106         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10107         (gnus-article-html): Add -o display_ins_del=2 option.
10108         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10109
10110 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10113         the extra mail headers, which sometimes seem to happen for unknown
10114         reasons.
10115
10116         * mail-parse.el (mail-header-encode-parameter): Define as
10117         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10118         (or most, perhaps?) mail readers don't understand the latter, but do
10119         understand the former.
10120
10121         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10122         to nil, so that no methods are automatically agentized.  I think this
10123         is probably what most users want.
10124
10125         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10126         from url-retrieve, for instance about invalid URLs.
10127
10128         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10129         groups that have no articles.
10130         (nnimap-request-article): Check that we really got an article when we
10131         requested one.
10132
10133         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10134         doesn't exist.
10135
10136         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10137         nntp buffer so the agent can save it.
10138         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10139         that CRLF doesn't get translated to \n.
10140         (nnimap-open-connection): Don't make 'shell commands only send \n.
10141
10142 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10143
10144         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10145         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10146         Update var name.
10147         (nnml-generate-nov-file): Use dolist.
10148         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10149         Use with-current-buffer.
10150
10151 2010-09-18  Julien Danjou  <julien@danjou.info>
10152
10153         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10154         parallel.
10155
10156 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10157
10158         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10159         the range update right.
10160         (nnimap-request-group): Don't make `M-g' bug out on group with no
10161         marks.
10162         (nnoo): Require, so that other packages can require nnimap.
10163         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10164         command we're looking for.  This helps when the server sends more
10165         responses after we've gotten everything we expected.
10166         (nnimap): Add a `newlinep' field to keep track of end-of-line
10167         conventions.
10168         Don't send CRLF to things that don't want it.
10169         (nnimap-request-accept-article): Ditto.
10170
10171 2010-09-18  Julien Danjou  <julien@danjou.info>
10172
10173         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10174         than curl to retrieve images.
10175
10176 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10179         the marks.
10180         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10181         (nnimap-wait-for-connection): New function.
10182         (nnimap-open-connection): If we have PREAUTH, don't query for login
10183         credentials.
10184         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10185         when doing a partial update.
10186
10187 2010-09-18  Julien Danjou  <julien@danjou.info>
10188
10189         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10190         tags.
10191
10192 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * nnimap.el (nnimap-credentials): New function.
10195         (nnimap-open-connection): Use the new function to look for credentials
10196         also on the numeric equivalents of "imap" and "imaps".
10197
10198         * gnus-start.el (gnus-activate-group): Send the info to
10199         gnus-request-group.
10200
10201         * nnimap.el (nnimap-request-group): Have the "check" version of the
10202         function parse flags and update the info, so that a `M-g' get a total
10203         resync of all flags from the group.
10204
10205         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10206         to allow backends to alter the info on group selection.  Also alter all
10207         the backend -request-group functions to take the parameter.
10208
10209         * nnimap.el (nnimap-store-info): New function.
10210         (nnimap-update-info): Store the info for later usage.
10211         (nnimap-request-group): Use the stored info for the dont-check case, so
10212         that we don't retrieve all marks when we enter a group.
10213
10214         * nnimap.el: Use deffoo instead of defun for interface functions.
10215
10216         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10217         update the group info.  This makes the nndraft groups, for instance, go
10218         back to their old behavior.
10219
10220         * gnus-sum.el (gnus-select-newsgroup): Indent.
10221
10222         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10223         in.
10224         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10225         nothing.
10226
10227         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10228         from methods that are denied.
10229
10230         * gnus-int.el (gnus-method-denied-p): New function.
10231
10232         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10233         store the password instead of netrc.
10234         (nnimap-open-connection): Don't error out when we can't make a
10235         connections.
10236
10237         * auth-source.el (auth-source-create): In the password prompt, say what
10238         we're querying for.  Also prompt for user name if that hasn't been
10239         given.
10240
10241         * nnimap.el (nnimap-with-process-buffer): Remove.
10242
10243 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244
10245         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10246         method when we're reading from the agent.
10247
10248         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10249
10250         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10251         that's probably most useful for users.
10252
10253         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10254         "failed" all the time.
10255
10256         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10257         ...)) with (with-current-buffer ... ).
10258
10259         * nntp.el (nntp-open-server): Return whether the open was successful or
10260         not.
10261
10262         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10263         select an unread unseen article first.
10264
10265         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10266         /etc/services, supply some sensible port defaults.
10267
10268         * dgnushack.el: Define netrc-credentials.
10269
10270 2010-09-17  Julien Danjou  <julien@danjou.info>
10271
10272         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10273
10274 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10275
10276         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10277         doesn't have any parameters.
10278
10279 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280
10281         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10282         only upcased checks.
10283
10284         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10285
10286         * nnimap.el (nnimap-open-shell-stream): New function.
10287         (nnimap-open-connection): Use it.
10288         (nnimap-transform-headers): Get the number of lines in each message.
10289         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10290         number of lines.
10291         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10292         problem.
10293
10294         * utf7.el (utf7-encode): Autoload.
10295
10296         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10297         to allow the mail splitting to not return a default group.  This is
10298         useful for nnimap, which will leave unmatched mail in the inbox.
10299
10300         * nnimap.el: Rewritten.
10301
10302         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10303         nnimap usage.
10304
10305         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10306         if the move is internal, so that nnimap can do fast internal moves.
10307
10308         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10309         data.
10310         (gnus-read-active-for-groups): Support finishing the early retrieval of
10311         data.
10312
10313         * gnus-range.el (gnus-range-nconcat): New function.
10314
10315         * gnus-int.el (gnus-finish-retrieve-group-infos)
10316         (gnus-retrieve-group-data-early): New functions.
10317
10318 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10319
10320         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10321         (nnrss-retrieve-groups):
10322         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10323         (pop3-quit): Use with-current-buffer.
10324
10325 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10328         instead of nnheader-accept-process-output.
10329
10330         * dgnushack.el (dgnushack-compile): Add comment.
10331
10332         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10333
10334         * gnus-html.el (gnus-html-schedule-image-fetching)
10335         (gnus-html-prefetch-images): Replace process-kill-without-query by
10336         gnus-set-process-query-on-exit-flag.
10337
10338 2010-09-16  Romain Francoise  <romain@orebokech.com>
10339
10340         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10341
10342 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10345         parameter to unintern is mandatory-ish in Emacs 24.
10346
10347         * gnus-html.el (gnus-html-schedule-image-fetching)
10348         (gnus-html-prefetch-images): Check for curl before using it.
10349
10350         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10351         depend on curl, which isn't essential.
10352
10353         * imap.el: Revert back to version
10354         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10355         seem problematic.
10356
10357 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10358
10359         * gnus-registry.el (gnus-registry-install-shortcuts):
10360         Explicitly pass `obarray' to `unintern' to avoid a warning.
10361
10362 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10363
10364         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10365         change.
10366
10367         * nnrss.el (nnrss-request-list): Remove this function and related
10368         functions, including the moreover stuff.
10369
10370 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371
10372         * nnrss.el (nnrss-retrieve-groups): New function.
10373
10374 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10375
10376         * .dir-locals.el: Add no-byte-compile cookie.
10377
10378 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * time-date.el (format-seconds): Comment fix.
10381
10382         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10383         for back end that doesn't support request-scan.
10384
10385 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386
10387         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10388         then do request scans from the backends.
10389
10390         * netrc.el (netrc-credentials): New conveniency function.
10391
10392         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10393         avoid running a hook per line, since this takes a lot of time,
10394         profiling shows.
10395         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10396         directly if gnus-visual-p is true.
10397
10398 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10401         groups; replace mapcar with dolist which is a bit faster; pass groups
10402         info to gnus-read-active-file-1.
10403         (gnus-read-active-file-1): Scan only specified groups if the new
10404         optional arg `infos' is given.
10405
10406 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10409
10410         * pop3.el (pop3-movemail): Remove.
10411         (pop3-streaming-movemail): Rename to pop3-movemail.
10412
10413         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10414         don't restrict end-tag searches to the end of the line.
10415
10416 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10419         articles of every unchecked group to t, which means unknown since the
10420         server has never been opened.
10421
10422 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10423
10424         * gnus-html.el (gnus-html-show-alt-text): New command.
10425         (gnus-html-browse-image): Ditto.
10426         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10427         to browse the image directly.
10428         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10429         better.
10430
10431         * gnus-async.el (gnus-async-article-callback):
10432         Call `gnus-html-prefetch-images' unconditionally.
10433
10434         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10435         before feeding URLs to curl.
10436
10437 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10440         internal images as deletable by `W D D'.
10441
10442         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10443         (gnus-async-article-callback): Fix typo.
10444
10445 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446
10447         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10448         current line to work around bugs in the output from w3m.
10449
10450         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10451         for groups that want that.
10452
10453         * nntp.el (nntp-wait-for-string): Supply a timeout for
10454         accept-process-output to ensure progress.
10455
10456         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10457         level to get unread articles from, then use that for foreign groups,
10458         too.
10459
10460         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10461         confuses the rest of the function.
10462
10463         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10464         for the methods that support -retrieve-groups, too.
10465
10466         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10467
10468 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10471         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10472
10473         * pop3.el: Require cl when compiling.
10474         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10475
10476 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10479         that aren't going to be activated.
10480         (gnus-get-unread-articles): Fix up the last commit.
10481
10482         * gnus-html.el (gnus-article-html): Allow calling without specifying
10483         the handle.  In that case, dissect the buffer first.
10484
10485         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10486
10487         * nnimap.el (nnimap-open-connection): Revert the change that would look
10488         into authinfo for imaps instead of imap.
10489
10490         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10491         say that you don't want to call gnus-request-group with don-check, but
10492         do check the reponse.  This is for virtual groups only.
10493         (gnus-get-unread-articles): Count the archive groups as secondary, so
10494         that they're activated the same way as before.
10495
10496         * imap.el (imap-message-map): Removed optional buffer parameter, since
10497         no callers use it.
10498         (imap-message-get): Ditto.
10499         (imap-message-put): Ditto.
10500         (imap-mailbox-map): Ditto.
10501         (imap-mailbox-put): Ditto.
10502         (imap-mailbox-get): Ditto.
10503         (imap-mailbox-get): Revert last change for this function.
10504
10505         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10506         case-insensitively.
10507         (nnimap-debug): Remove.
10508
10509         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10510         callers to use `imap-fetch' instead.  According to the comments, this
10511         should be safe, since all other IMAP clients use the 1:* syntax.
10512         (imap-enable-exchange-bug-workaround): Remove.
10513         (imap-debug): Remove -- doesn't seem very useful.
10514
10515         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10516         mail from a file, and the file doesn't exist.
10517
10518         * imap.el (imap-log): New convenience function used throughout instead
10519         of repeating the same code all over the place.
10520
10521         * pop3.el (pop3-streaming-movemail): Return t for success.
10522
10523         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10524         .authinfo if we're using ssl connection.
10525
10526         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10527         already have if we're in a main Gnus `g' run.
10528
10529         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10530
10531 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10534
10535         * nnmh.el (nnmh-request-list-1): Bind `file'.
10536
10537         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10538         alias to set-process-query-on-exit-flag or process-kill-without-query.
10539         (pop3-open-server): Use it.
10540
10541 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10544         box to the Incoming file.  Fixes mistake in previous checkin.
10545
10546         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10547         request loop (for debugging purposes) removed.
10548
10549         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10550         culprit is more visible.
10551         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10552         (nnml-add-incremental-nov): New functions to do "incremental" nov
10553         updates, where we just append to the end of the existing nov files
10554         without reading/writing them in full.
10555
10556         * mail-source.el (mail-source-delete-crash-box): Really only check the
10557         incoming files once in a while.
10558
10559         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10560
10561         * mail-source.el (mail-source-delete-crash-box): Only check the
10562         incoming files for deletion once per day to save a lot of file
10563         accesses.
10564
10565         * pop3.el (pop3-logon): Fix up unbound variable typo.
10566
10567         * mail-source.el (pop3-streaming-movemail): Autoload.
10568
10569         * pop3.el (pop3-streaming-movemail):
10570         Respect pop3-leave-mail-on-server.
10571
10572         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10573         retrieval.
10574
10575         * pop3.el (pop3-process-filter): Remove unused function.
10576         (pop3-streaming-movemail, pop3-send-streaming-command)
10577         (pop3-wait-for-messages, pop3-write-to-file)
10578         (pop3-number-of-responses): New functions for streaming pop3
10579         retrieval.
10580
10581         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10582         come from no known methods.
10583         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10584         list.
10585
10586         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10587         message sizes.
10588         (pop3-movemail): Use erase-buffer instead of looping and deleting
10589         regions, which seems rather odd.
10590
10591         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10592         file once per `g' run.
10593
10594         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10595         directories.  This makes the draft queue directory work.
10596
10597         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10598         data from the backends, so that we only request the list of groups from
10599         each method once.  This should speed things up considerably.
10600
10601         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10602         detect that it's not implemented.
10603
10604         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10605         we actually do recurse down into the tree, but don't stat all leaf
10606         nodes.
10607
10608         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10609         then say so instead of bugging out.
10610
10611         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10612         files exist before trying to read them.
10613
10614         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10615         around <pre_int>.
10616
10617         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10618
10619         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10620
10621 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * mm-util.el (mm-image-load-path): Just return the image directories,
10624         not all directories in the path in addition to the image directories.
10625         (mm-image-load-path): Maintain a cache of the image directories so that
10626         the `g' command in Gnus doesn't have to stat dozens of directories each
10627         time.
10628
10629         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10630         (gnus-html-wash-tags): Add a new `i' command to insert images.
10631         (gnus-html-insert-image): New command and keystroke.
10632         (gnus-html-redisplay-with-images): New command and keystroke.
10633         (gnus-html-show-images): Rename command.
10634         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10635         spacers.
10636         (gnus-html-wash-tags): Decode entities at the end, so that entities
10637         inside the tags don't mess up the rest of the "parsing".
10638
10639         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10640         so that nnimap methods aren't agentized by default.  There's apparently
10641         many problems related to agent/imap behavior.
10642
10643         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10644
10645         * gnus-html.el: Doc fix.
10646
10647 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10650         specifier-spec-list for Emacs 21.
10651
10652         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10653         glyph-width and glyph-height instead of display-graphic-p and
10654         image-size; make avoidance of displaying small images work for XEmacs.
10655
10656         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10657         for XEmacs.
10658
10659         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10660         of symbol that holds plist data.
10661         (gnus-process-plist): Remove plist of process after getting it.
10662
10663 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664
10665         * message.el (message-generate-hashcash): Change default to
10666         'opportunistic if hashcash is installed.
10667
10668         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10669         (gnus-html-put-image): Only call image-size once, since it's somewhat
10670         time-consuming on remote X servers.
10671
10672 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10675         type on data, not a file name.
10676
10677         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10678         window-pixel-edges for Emacs 21.
10679
10680         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10681         decoded contents.
10682         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10683
10684 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10687         group line format, since it isn't very interesting.
10688
10689         * gnus-agent.el (gnus-agent-short-article),
10690         (gnus-agent-long-article): Increase values for these two variables,
10691         since most people are likely to have more network connection and
10692         storage than before.
10693
10694         * gnus.el (gnus-refer-article-method): Change default to 'current.
10695         When referring an article, the common behavior is to refer it from the
10696         current select method, not the native select method.  The chances of
10697         the native select method having the message in question is rather slim
10698         these days.
10699
10700         * gnus-sum.el (gnus-auto-select-subject): Change default to
10701         `unseen-or-unread'.  I think it's likely that most people want to
10702         select an unseen article over a previously seen, but unread one.
10703
10704         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10705         means that in the article buffer none of the minor mode elements will
10706         be shown, usually, and this is not desirable in most cases.
10707
10708         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10709         that commands like `d' (and the like) go to the next line in the
10710         buffer, instead of the next unread article.  I think this is the
10711         behavior that is most natural for most users.
10712         (gnus-single-article-buffer): Change default to nil, so that people can
10713         have as many article buffers open as they have summary buffer.  I think
10714         this is the most natural way for the groups to behave.
10715
10716         * message.el (message-generate-new-buffers): Change default to
10717         `unsent', so that all new message buffers start their names with the
10718         string "*unsent", and it's easier to find the buffers if you move from
10719         them.
10720
10721 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10724         small.  They're probably tracking images.
10725         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10726         (gnus-html-rescale-image): Yet another try at getting the image sizing
10727         right.
10728
10729         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10730         nntp-marks-file-name is nil.
10731
10732 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10733
10734         * gnus-html.el (gnus-html-wash-tags)
10735         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10736         Better logging.
10737
10738 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10741
10742         * gnus-html.el (gnus-html-wash-tags): Check the value of
10743         gnus-blocked-images in the summary buffer.
10744
10745 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10746
10747         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10748
10749 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10752         like "a", it seems like.
10753         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10754         since it needs to be picked from the correct buffer.
10755
10756         * nnwfm.el: Remove.
10757
10758         * nnlistserv.el: Remove.
10759
10760 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10761
10762         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10763         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10764
10765 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * nnkiboze.el: Remove.
10768
10769         * nndb.el: Remove.
10770
10771         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10772         alt text.
10773         (gnus-html-rescale-image): Try to get the rescaling logic right for
10774         images that are just wide and not tall.
10775
10776         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10777         overshadow variable bindings.
10778
10779 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10780
10781         * gnus-html.el (gnus-html-wash-tags)
10782         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10783         Add extra logging.
10784
10785 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10786
10787         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10788         (gnus-max-image-proportion): New variable.
10789         (gnus-html-rescale-image): New function.
10790         (gnus-html-put-image): Rescale images.
10791
10792 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10793
10794         Fix up some byte-compiler warnings.
10795         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10796         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10797         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10798         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10799         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10800         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10801         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10802
10803 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-html.el (gnus-article-html): Decode contents by charset.
10806
10807 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10810         (gnus-html-frame-width, gnus-blocked-images):
10811         * message.el (message-prune-recipient-rules): Add custom version.
10812         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10813
10814         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10815         functions.
10816
10817         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10818         gnus-process-get.
10819
10820 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10821
10822         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10823         instead of lsub directly.
10824
10825 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826
10827         * nnwarchive.el: Remove.
10828
10829         * gnus-soup.el: Remove.
10830
10831         * nnsoup.el: Remove.
10832
10833         * nnultimate.el: Remove.
10834
10835         * gnus-html.el (gnus-blocked-images): New variable.
10836
10837         * message.el (message-prune-recipients): New function.
10838         (message-prune-recipient-rules): New variable.
10839
10840         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10841         guess whether a long line is natural text or not.
10842
10843         * gnus-html.el (gnus-html-schedule-image-fetching):
10844         Use gnus-process-plist and friends for compatibility.
10845
10846 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10847
10848         * gnus-html.el: Require packages that define macros used in this file.
10849         (gnus-article-mouse-face): Declare to silence byte-compiler.
10850         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10851         process-get.
10852         (gnus-html-put-image): Use plist-get to avoid getf.
10853         (gnus-html-prefetch-images): Use with-current-buffer.
10854
10855 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus-ems.el: Provide compatibility functions for
10858         gnus-set-process-plist.
10859
10860         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10861         header-line-format for XEmacs 21.4.
10862
10863         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10864         * gnus.el (gnus-valid-select-methods):
10865         * message.el (message-send-mail-partially-limit):
10866         * mm-decode.el (mm-text-html-renderer):
10867         * mml.el (mml-insert-mime-headers-always):
10868         * smiley.el (smiley-regexp-alist): Bump custom version.
10869
10870 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10871
10872         * gnus-html.el: Require mm-url.
10873         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10874         with the url to `url'.
10875         (gnus-html-wash-tags): Support cid: URLs/images.
10876
10877 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10880         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10881         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10882
10883         * gnus-move.el: Remove file, since it doesn't really work.
10884
10885         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10886         UTF-8.  This seems to fix problems with some German web feeds.
10887
10888         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10889         at the top so that the proper colors are applied.
10890
10891         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10892         don't have dots in their names.
10893
10894         * gnus-art.el (gnus-article-view-part): Doc fix.
10895
10896         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10897         XEmacs-compatible.
10898         (gnus-html-put-image): Don't do images on non-graphic displays.
10899
10900         * nnslashdot.el: Remove this unused backend.
10901
10902         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10903         actions.
10904         (gnus-undo-register-1): Revert last change.
10905
10906         * gnus-group.el (gnus-group-completing-read): Protect against not
10907         having completion-styles bound.
10908
10909         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10910         make broken recipients happier.
10911
10912         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10913
10914         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10915         point parameter.
10916
10917         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10918
10919         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10920         completion-styles for group selection.
10921
10922 2009-02-04  Andreas Schwab  <schwab@suse.de>
10923
10924         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10925         headers and regexp-quote the match if necessary.
10926
10927 2009-03-24  Miles Bader  <miles@gnu.org>
10928
10929         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10930         the blinking smiley.
10931
10932 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10933
10934         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10935         blink smiley.
10936
10937 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10938
10939         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10940         where the dribbel file lives exists.
10941
10942         * message.el (message-send-mail-partially-limit): Change the default to
10943         nil, since most people don't want this.
10944
10945         * mm-url.el (mm-url-decode-entities): Also decode entities like
10946         &#x3212.
10947
10948 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10949
10950         * gnus-sum.el (gnus-summary-idna-message):
10951         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10952         Hyperlink urls in docstrings with URL `...'.
10953
10954 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10955
10956         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10957         functions.
10958
10959 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10962         say what the mouseover text should be.
10963
10964         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10965         version of the mm-w3m-safe-url-regexp variable to only download images
10966         in the groups where we want that to happen.
10967
10968         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10969
10970         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10971         easier debugging.
10972         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10973         big pictures in the article buffer.
10974
10975         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10976         gnus-article-html.
10977         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10978         w3m.
10979
10980         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10981
10982 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10985         which doesn't exist.
10986
10987         * message.el (message-inhibit-ecomplete): New variable to allow some
10988         function to inhibit ecomplete address storage.
10989         (message-resend): Disable ecomplete message storage when resending
10990         messages.
10991
10992         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10993
10994 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10997         Save excursion while copying, moving, and deleting articles in order to
10998         prevent the cursor from jumping to unforeseen place.
10999
11000 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * lpath.el: No need to bind bookmark-current-buffer,
11003         bookmark-yank-point and bookmark-make-record-function.
11004
11005 2010-08-17  Glenn Morris  <rgm@gnu.org>
11006
11007         * gnus-sync.el: Require gnus components whose functions are used.
11008
11009         * gnus-art.el (bookmark-make-record-function):
11010         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11011         Declare for compiler.
11012
11013         * mm-url.el (mml-compute-boundary): Autoload.
11014
11015 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11018
11019 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11020
11021         Typo fix "hoo4a" -> "hook".
11022
11023         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11024
11025 2010-08-14  Glenn Morris  <rgm@gnu.org>
11026
11027         * gnus-sync.el (gnus-sync): Fix defgroup version.
11028
11029 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11030
11031         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11032
11033         * gnus-sync.el: Fix docs.
11034         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11035         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11036
11037 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11038
11039         Optimizations for gnus-sync.el.
11040
11041         * gnus-sync.el: Add docs about gnus-sync-backend
11042         possibilities.
11043         (gnus-sync-save): Remove unnecessary message.
11044         (gnus-sync-read): Optimize and show what groups were skipped.
11045
11046 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11047
11048         Minor bug fixes for gnus-sync.el.
11049
11050         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11051         Don't read the sync on get-new-news.
11052
11053         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11054         quiet.
11055
11056         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11057         (fix typo).
11058
11059 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11060
11061         Make saving and restoring of hidden threads work with overlays.
11062         Patch applied by Ted Zlatanov.
11063
11064         * gnus-sum.el (gnus-hidden-threads-configuration)
11065         (gnus-restore-hidden-threads-configuration): Update to deal with text
11066         properties, rather than searching for a magic character.
11067
11068 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11069
11070         New gnus-sync.el library for synchronization of marks.
11071
11072         * gnus-sync.el: New library for synchronization of marks.
11073
11074         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11075         renamed from `gnus-registry-grep-in-list'.
11076
11077         * gnus-registry.el (gnus-registry-follow-group-p):
11078         Use `gnus-grep-in-list'.
11079
11080         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11081
11082 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11085         determining charset of text fails.
11086
11087 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * nnmail.el (nnmail-get-new-mail-1): Revert.
11090
11091         * nnml.el (nnml-active-number): Make sure names of newly created groups
11092         in nnml-group-alist are encoded.
11093
11094 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11097         containing non-ASCII characters in active file for nnml back end.
11098
11099 2010-07-24  David Engster  <dengste@eml.cc>
11100
11101         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11102         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11103
11104 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11105
11106         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11107         tag (Bug#6654).
11108
11109 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11112         the article buffer, not the summary buffer.
11113
11114 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11117         Emacs 23 as well.
11118
11119 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11122         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11123
11124 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11125
11126         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11127         Patch applied by Karl Fogel.
11128
11129         * gnus-sum.el (gnus-summary-bookmark-make-record):
11130         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11131
11132 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11133
11134         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11135         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11136         C-w still not working correctly from Article buffers; Thierry's
11137         patch to fix that will be applied after this.
11138
11139         * gnus-art.el (bookmark-make-record-function): New local variable.
11140
11141         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11142         article buffer.
11143         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11144
11145 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11146
11147         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11148         on changes in bookmark.el.
11149
11150 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11153         `no-log' instead of message not to log prompt string.
11154
11155 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11156
11157         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11158         the *other* type of HTML form submission.
11159
11160 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11161
11162         * auth-source.el (auth-source-pick): If choice does not contain a
11163         questioned keyword, set the check to t.
11164
11165 2010-06-12  Romain Francoise  <romain@orebokech.com>
11166
11167         * gnus-util.el (gnus-date-get-time): Move up before first use.
11168
11169 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11172         (gnus-article-edit-part): Bind it to make last part that is substituted
11173         or deleted visible.
11174         (gnus-mime-display-single): Buttonize part of which id equals to
11175         gnus-mime-buttonized-part-id.
11176
11177 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11178
11179         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11180         (gnus-dd-mmm): Use gnus-date-get-time.
11181         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11182         simplify logic.
11183         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11184         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11185
11186 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11187
11188         * auth-source.el (top): Autoload `secrets-list-collections',
11189         `secrets-create-item', `secrets-delete-item'.
11190         (auth-sources): Fix tag string.
11191         (auth-get-source, auth-source-retrieve, auth-source-create)
11192         (auth-source-delete): New defuns.
11193         (auth-source-pick): Rewrite in order to avoid 2 passes.
11194         (auth-source-forget-user-or-password): New parameter USERNAME.
11195         (auth-source-user-or-password): New parameters CREATE-MISSING and
11196         DELETE-EXISTING.  Retrieve password interactively, if needed.
11197
11198 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11199
11200         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11201         deleting unused directories when gnus-expert-user is t.
11202
11203 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11206         for each temp file when gnus-article-browse-delete-temp is ask.
11207
11208 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11209
11210         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11211         Replace Lisp calls to delete-backward-char by calls to delete-char.
11212
11213 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11214
11215         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11216
11217 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11218
11219         * password-cache.el (password-cache-remove): Fix docstring.
11220
11221 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11224         article unless decoding article to be saved.
11225
11226 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11229         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11230         generated within the mm-with-unibyte-current-buffer macro.
11231
11232 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11235         to nil when we're in a mml-preview buffer and no group is selected.
11236
11237 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11238
11239         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11240         when catching the `C-g'.  Reported by "Leo".
11241
11242 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * message.el (message-forward-make-body-plain)
11245         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11246         multibyte-string-p.
11247
11248         * lpath.el: Revert.
11249
11250 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * message.el (message-forward-make-body-mml): Assume original message
11253         is multibyte string; error on unibyte.
11254         (message-forward-make-body-plain): Ditto; don't add excessive newline
11255         in body end.
11256
11257         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11258
11259 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11260
11261         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11262         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11263
11264 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * mm-extern.el (mm-extern-url): Don't use
11267         mm-with-unibyte-current-buffer.
11268         (mm-extern-cache-contents): Use with-current-buffer instead of
11269         save-excursion + set-buffer.
11270
11271 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * mm-util.el (mm-emacs-mule): Remove.
11274
11275 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11276
11277         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11278         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11279         change.
11280
11281 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11284         bind the default value of enable-multibyte-characters to nil.
11285
11286 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * message.el (message-forward-make-body-plain)
11289         (message-forward-make-body-mml):
11290         Don't use mm-with-unibyte-current-buffer.
11291
11292 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11293
11294         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11295
11296 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11297
11298         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11299         (Bug#5592).
11300
11301 2010-05-07  Julien Danjou  <julien@danjou.info>
11302
11303         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11304         it to mm-pipe-part.
11305
11306         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11307         it is given.
11308
11309 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * binhex.el (binhex-decode-region-internal):
11312         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11313         (dns-query):
11314         * nnweb.el (nnweb-gmane-search):
11315         * pgg-parse.el (pgg-parse-armor):
11316         * pgg.el (pgg-verify-region):
11317         * sha1.el (sha1-string-external):
11318         * uudecode.el (uudecode-decode-region-internal):
11319         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11320         XEmacs.
11321
11322         * gnus-art.el (gnus-article-browse-html-parts):
11323         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11324         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11325         make-temp-file.
11326
11327         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11328         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11329         compiling.
11330
11331         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11332         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11333         XEmacs when compiling.
11334
11335         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11336         gnus-pick-mode-off-hook for XEmacs when compiling.
11337         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11338         gnus-binary-mode-off-hook for XEmacs when compiling.
11339
11340         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11341         Return nil if char-charset is not available.
11342
11343         * imap.el (imap-disable-multibyte)
11344         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11345         macros.
11346
11347         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11348         instead of encode-coding-string.
11349
11350         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11351         'xemacs) instead of mm-emacs-mule to switch function definitions.
11352         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11353
11354         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11355         bind temporary-file-directory for XEmacs;
11356         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11357         timer-set-function for XEmacs 21.4 and SXEmacs;
11358         bind timer-list for XEmacs 21.4 and SXEmacs;
11359         fbind char-charset and find-charset-region for non-Mule XEmacs;
11360         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11361         encode-coding-region and encode-coding-string for XEmacs having no
11362         file-coding feature.
11363
11364 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11365
11366         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11367
11368 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11371         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11372
11373 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11374
11375         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11376         alias `jka-compr-delete-temp-file' no longer exists.
11377
11378 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11379
11380         Use define-minor-mode in Gnus where applicable.
11381         * mml.el (mml-mode): Use define-minor-mode.
11382         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11383         (gnus-undo-mode): Use define-minor-mode.
11384         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11385         (gnus-dead-summary-mode): Use define-minor-mode.
11386         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11387         Initialize in declaration.
11388         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11389         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11390         (gnus-mailing-list-mode): Use define-minor-mode.
11391         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11392         (gnus-draft-mode): Use define-minor-mode.
11393         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11394         (gnus-dired-mode): Use define-minor-mode.
11395
11396 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11397
11398         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11399         handles on recursive mml-to-mime translation and check them for
11400         boundary delimiter collisions.  Reported by Greg Troxel.
11401
11402 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11405
11406 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11407
11408         * mm-util.el (mm-find-buffer-file-coding-system):
11409         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11410
11411 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11412
11413         * message.el (message-generate-headers): Record insertion of optional
11414         headers as well.  Otherwise the check to prevent repeated insertion of
11415         optional headers is a no-op.
11416
11417 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11418
11419         * smime.el: Don't mention CVS.
11420
11421         * nnrss.el (nnrss-fetch): Don't mention CVS.
11422
11423         * nnir.el: Don't mention CVS.
11424
11425 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11426
11427         * gnus-sum.el (gnus-summary-bookmark-make-record):
11428         Add `location' field.
11429
11430 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * lpath.el: Fbind bookmark-default-handler,
11433         bookmark-get-bookmark-record, bookmark-make-record-default,
11434         bookmark-prop-get for Emacs <23 and XEmacs.
11435
11436 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11437
11438         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11439         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11440         Use with-current-buffer to silence the byte-compiler.
11441         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11442         bother to require `gnus'.
11443         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11444
11445 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11446
11447         * gnus-sum.el (gnus-summary-bookmark-make-record)
11448         (gnus-summary-bookmark-jump): New functions.
11449         (gnus-summary-mode): Setup bookmark support.
11450
11451 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11452
11453         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11454         if set.
11455
11456 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11459         gnus-article-browse-html-save-cid-image; make it work recursively for
11460         forwarded messages as well.
11461         (gnus-article-browse-html-parts): Work when prefix arg is given.
11462         (gnus-article-browse-html-article): Doc fix.
11463
11464 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11465
11466         * message.el (message-default-mail-headers):
11467         (message-default-headers): Carry the value mail-default-headers over
11468         into message-default-mail-headers, rather than message-default-headers.
11469
11470 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11471
11472         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11473         charset.
11474
11475         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11476         charset into the <meta> tag when the article is encoded to utf-8.
11477
11478 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * gnus-art.el (gnus-article-browse-delete-temp-files):
11481         Delete directories as well.
11482         (gnus-article-browse-html-parts): Work for images that do not specify
11483         file names; delete temp directory when quitting; insert header at the
11484         right place; use file: scheme for image files.
11485
11486 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11487
11488         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11489         (gnus-article-browse-html-parts): Use it to make temporary cid image
11490         files in addition to html file so that browser may display them.
11491
11492 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11495
11496 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11497
11498         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11499
11500 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11501
11502         * auth-source.el (auth-sources): Change default to be simpler.
11503         Explain about Secret Service API sources.  Improve Customize options.
11504         (auth-source-pick): Change to accept any number of search parameters.
11505         Implement fallbacks iteratively, not recursively.  Add scoring on the
11506         second pass and sort by score.  Call Secret Service API when needed.
11507         (auth-source-user-or-password): Use it.  Call Secret Service API
11508         directly when needed to get the user name and the password.
11509
11510 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11511
11512         * message.el (message-interactive): Doc fix.
11513         (message-qmail-inject-args): Reflow.
11514         (message-kill-to-signature): Fix typo in docstring.
11515
11516         * smiley.el (smiley-buffer): Fix typo in docstring.
11517
11518 2010-03-24  Glenn Morris  <rgm@gnu.org>
11519
11520         * mail-source.el (gnus-message): Declare.
11521         (mail-source-delete-old-incoming): Require gnus-util.
11522
11523 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11526
11527         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11528
11529         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11530         password-cache's default if it is not bound.
11531         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11532         password-cache-expiry's default if it is not bound.
11533
11534         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11535         available in Emacs 21.
11536
11537         * lpath.el: Suppress compiler warnings for:
11538         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11539         XEmacs;
11540         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11541         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11542         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11543
11544 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11545
11546         * auth-source.el (auth-sources): Fix up definition so extra parameters
11547         are always inline.
11548
11549 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11550
11551         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11552         wasn't updated after mismatch.  Clear cached mailbox info correctly
11553         when uidvalidity changes.
11554         (nnimap-group-prefixed-name): New function to avoid some code
11555         duplication.
11556         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11557         (nnimap-request-group): Use it.
11558         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11559         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11560         with many imap folders.  This is done by caching the group status from
11561         the imap server persistently in a group parameter `imap-status'.  (This
11562         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11563         but not persistently, so every Gnus startup was still very slow.)
11564
11565 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11566
11567         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11568         delete the extra newline.  Otherwise editing of :string and :number
11569         types don't work.
11570
11571 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11572
11573         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11574         secrets.el dependency.
11575         (auth-sources): Add optional user name.  Add secrets.el configuration
11576         choice (unused right now).
11577
11578 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11579
11580         * gnus-sum.el (gnus-summary-make-menu-bar):
11581         Let `gnus-registry-install-shortcuts' fill in the functions.
11582
11583         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11584         warnings.
11585         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11586         (gnus-registry-install-shortcuts): Populate and use it in a
11587         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11588
11589 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11590
11591         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11592         In-place substitutions for the group name encoding/decoding.
11593         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11594         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11595         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11596         (nnimap-update-unseen, nnimap-request-list)
11597         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11598         (nnimap-request-set-mark, nnimap-split-to-groups)
11599         (nnimap-split-articles, nnimap-request-newgroups)
11600         (nnimap-request-create-group, nnimap-request-accept-article)
11601         (nnimap-request-delete-group, nnimap-request-rename-group)
11602         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11603         `encoded-mbx' for consistency.
11604         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11605         variable `imap-current-mailbox'.
11606
11607         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11608         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11609
11610 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11611
11612         * pop3.el (pop3-display-message-size-flag): Display message size byte
11613         counts during POP3 download.
11614         (pop3-movemail): Use it.
11615         (pop3-list): Implement listing of available messages.
11616
11617 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11618
11619         * nnir.el (nnir-get-article-nov-override-function): New function to
11620         override the normal NOV retrieval.
11621         (nnir-retrieve-headers): Use it.
11622
11623 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11624
11625         * auth-source.el (netrc-machine-user-or-password): Autoload.
11626
11627 2010-03-19  Glenn Morris  <rgm@gnu.org>
11628
11629         Stop message.el from loading about 40 libraries it doesn't always need.
11630         The general approach is to autoload rather than require, and to
11631         require in the specific functions rather than the file.  (Bug#5642)
11632
11633         * gmm-utils.el: Don't require wid-edit.
11634         (widget-create-child-value, widget-convert, widget-default-get):
11635         Autoload.
11636
11637         * gnus-util.el: Don't require time-date, netrc.
11638         (message-fetch-field, gnus-group-name-decode): Declare rather than
11639         autoloading.
11640         (gnus-fetch-field): Require message.
11641         (gnus-decode-newsgroups): Require gnus-group.
11642
11643         * ietf-drums.el: Don't require time-date.
11644
11645         * message.el: Don't require hashcash, canlock, ecomplete.
11646         Do require mail-utils.  Require nnheader only when compiling.
11647         (smtpmail-default-smtp-server): Remove declaration.
11648         (message-send-mail-function): Check smtpmail-default-smtp-server
11649         is bound rather than requiring smtpmail.
11650         (message-auto-save-directory, message-insert-signature):
11651         Use expand-file-name rather than nnheader-concat.
11652         (nnheader-insert-file-contents): Autoload.
11653         (hashcash-wait-async): Declare.
11654         (message-send-mail): Only call gnus-setup-posting-charset if
11655         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11656         (message-send-mail-with-sendmail): Require sendmail.
11657         (canlock-password, canlock-password-for-verify): Declare.
11658         (message-canlock-password): Require canlock.
11659         (nnheader-get-report): Autoload.
11660         (gnus-setup-posting-charset): Declare.
11661         (message-send-news): Require gnus-msg.
11662         (message-make-references, message-make-in-reply-to): Use mail-header-id
11663         rather than the alias mail-header-message-id.
11664         (ecomplete-add-item, ecomplete-save): Declare.
11665         (message-put-addresses-in-ecomplete): Require ecomplete.
11666         (ecomplete-display-matches): Autoload.
11667
11668         * mm-decode.el: Don't require mailcap, gnus-util.
11669         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11670         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11671         Autoload.
11672         (mailcap-mime-extensions): Declare.
11673
11674         * mm-encode.el: Don't require mailcap.
11675         (mailcap-extension-to-mime): Autoload.
11676
11677         * mml-sec.el: Don't require password-cache.
11678
11679         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11680         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11681         (mml-minibuffer-read-type): Require mailcap.
11682         (mml-preview): Require gnus-msg.
11683
11684         * mml1991.el: Require password-cache.
11685         (password-cache-expiry): Remove declaration.
11686
11687         * mml2015.el: Require password-cache.
11688         (password-cache-expiry): Remove declaration.
11689
11690         * nneething.el (mailcap): Require mailcap.
11691
11692         * nnheader.el (declare-function): Add compatibility stub.
11693         (message-remove-header): Declare rather than autoload.
11694         (nnheader-replace-header): Require message.
11695
11696         * nnimap.el (declare-function): Add compatibility stub.
11697         (netrc-parse, netrc-machine-user-or-password): Declare.
11698         (nnimap-open-connection): Require netrc.
11699
11700         * nntp.el (declare-function): Add compatibility stub.
11701         (netrc-parse, netrc-machine, netrc-get): Declare.
11702         (nntp-send-authinfo): Require netrc.
11703
11704         * rfc2047.el: Don't require qp.
11705         (quoted-printable-encode-region, quoted-printable-decode-string):
11706         Autoload.
11707
11708         * sieve-mode.el: Don't require easymenu.
11709         (easy-menu-add-item): Autoload it.
11710
11711         * spam-stat.el (time-to-number-of-days): Autoload it.
11712
11713 2010-03-19  Glenn Morris  <rgm@gnu.org>
11714
11715         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11716
11717 2010-03-18  Glenn Morris  <rgm@gnu.org>
11718
11719         * hashcash.el (declare-function): Remove duplicate definition.
11720
11721 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11722
11723         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11724         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11725         value if any backslash escapes).
11726
11727 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11730         if it is available.  (bug#5647)
11731
11732         * lpath.el: Suppress compiler warning for coding-system-from-name for
11733         Emacs 21 and XEmacs.
11734
11735 2010-03-14  Juri Linkov  <juri@jurta.org>
11736
11737         * hmac-def.el:
11738         * hmac-md5.el:
11739         * netrc.el: Fix keywords.
11740
11741 2010-02-26  Glenn Morris  <rgm@gnu.org>
11742
11743         * message.el (message-send-mail-function): Change the default, so that
11744         it inherits from a customized send-mail-function.  (Bug#5643)
11745
11746 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11747
11748         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11749         shell-command-to-string signals an error (bug#5299).
11750
11751 2010-02-24  Glenn Morris  <rgm@gnu.org>
11752
11753         * message.el (message-smtpmail-send-it)
11754         (message-send-mail-with-mailclient): Doc fixes.
11755
11756 2010-02-16  Glenn Morris  <rgm@gnu.org>
11757
11758         * message.el (message-default-mail-headers): Change the default value
11759         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11760
11761 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11764         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11765
11766 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11767
11768         * time-date.el (date-to-time): Doc fix (Bug#5408).
11769
11770 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11771
11772         * message.el (message-mail): Just pass yank-action on to message-setup.
11773         (message-setup): Handle (FUN . ARGS) form of yank-action.
11774         (message-with-reply-buffer, message-widen-reply)
11775         (message-yank-original): Handle non-buffer values of
11776         message-reply-buffer (Bug#4080).
11777         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11778
11779 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11780
11781         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11782         Fix typo in docstring.
11783
11784 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11785
11786         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11787         response.
11788
11789 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11792
11793         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11794
11795         * message.el (message-check-news-header-syntax): Protect against a
11796         string that `rfc822-addresses' returns when parsing fails.
11797
11798 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11801         (gnus-previous-char-property-change): New functions.
11802
11803         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11804
11805 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11806
11807         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11808         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11809
11810 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11811
11812         * message.el (message-exchange-point-and-mark): Rework last change to
11813         avoid using optional arg of exchange-point-and-mark, for backward
11814         compatibility.
11815
11816 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11817
11818         * message.el (message-exchange-point-and-mark):
11819         Call exchange-point-and-mark with an argument rather than setting
11820         mark-active by hand (Bug#5175).
11821
11822 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * nntp.el (nntp-service-to-port): Work for service expressed with
11825         numeric string; replace [:digit:] with [0-9] for XEmacs.
11826
11827 2009-12-17  Glenn Morris  <rgm@gnu.org>
11828
11829         * gnus-group.el (gnus-bug-group-download-format-alist):
11830         Change emacs entry to debbugs.gnu.org.  Bump :version.
11831
11832 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11835
11836 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * message.el (message-info): Explain why we use `Info-goto-node'.
11839
11840 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11843
11844 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11845
11846         * message.el (message-completion-in-region): New compatibility function.
11847         (message-expand-group): Use it.
11848
11849 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11852         with no unread article should be listed if the 2nd arg `predicate' is
11853         given.
11854
11855 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11858
11859 2009-11-29  Juri Linkov  <juri@jurta.org>
11860
11861         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11862         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11863         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11864
11865 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11866
11867         * sha1.el (sha1-string-external): default-directory "/" in case
11868         otherwise non-existent.  process-connection-type pipe for touch of
11869         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11870
11871 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11872
11873         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11874         it's comms related and sgml-mode.el has "comm" on that basis too.
11875
11876 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11879         containing tspecial characters if they have been already quoted.
11880
11881 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11882
11883         * dns-mode.el (auto-mode-alist): Purecopy string.
11884
11885 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11886
11887         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11888
11889 2009-10-24  Glenn Morris  <rgm@gnu.org>
11890
11891         * gnus-art.el (help-xref-stack-item): Define for compiler.
11892
11893 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11894
11895         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11896
11897 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11900
11901 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11904         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11905
11906 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11909         (gnus-overlays-in): New alias to overlays-in.
11910
11911         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11912         gnus-overlay-get, and gnus-delete-overlay.
11913         (gnus-summary-show-thread): Make it work as well for systems in which
11914         next-single-char-property-change is not available.
11915         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11916
11917         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11918         (gnus-overlay-get): New alias to extent-property.
11919         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11920
11921         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11922         SXEmacs.
11923
11924         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11925         SXEmacs.
11926
11927 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11930
11931 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11932
11933         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11934         and XEmacs that don't have `remove-overlays'.
11935
11936 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11937
11938         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11939         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11940         selective display.  Use overlays instead.
11941
11942 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11943
11944         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11945
11946 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11947
11948         * spam-stat.el (spam-stat-load): Fix typo in message.
11949
11950 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11951
11952         * dig.el (dig-invoke): Fix typo in docstring.
11953         (query-dig): Reflow docstring.
11954
11955 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11956
11957         * gnus-art.el (gnus-article-encrypt-body):
11958         * message.el (message-check-recipients):
11959         * mm-util.el (mm-codepage-setup):
11960         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11961         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11962
11963 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11964
11965         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11966         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11967         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11968         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11969         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11970
11971 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11972
11973         * dig.el: Add "Keywords: comm", as per net-utils.el.
11974
11975 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11976
11977         * dig.el (dig-mode): Use define-derived-mode.
11978
11979 2009-09-19  Glenn Morris  <rgm@gnu.org>
11980
11981         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11982
11983 2009-09-18  Glenn Morris  <rgm@gnu.org>
11984
11985         * gnus-diary.el (gnus-diary-check-message):
11986         * message.el (message-insert-formatted-citation-line):
11987         * nnbabyl.el (top-level):
11988         * nndiary.el (nndiary-schedule):
11989         Fix typos in condition-case handlers.
11990
11991 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11994         configuration that provides the sole article window in a frame;
11995         position point correctly after deleting a part.
11996
11997 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11998
11999         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12000         (spam-resolve-registrations-routine): Use it to unregister articles
12001         that change status.
12002
12003 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12006         with XEmacs.
12007         (parse-time-string-chars): Use it.
12008
12009 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12010
12011         * imap.el (imap-interactive-login): Better messages.
12012         (imap-open): Fix bug with renamed buffer on reconnect.
12013         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12014         for easier debugging and cleaner code.  On successful (guessed based on
12015         server capabilities) secondary authentication, set imap-state
12016         correctly.
12017         (imap-last-authenticator): Define imap-last-authenticator as a variable
12018         to avoid warnings.
12019
12020 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * nnrss.el (nnrss-request-article): Remove binding of
12023         default-enable-multibyte-characters that has gotten needless by
12024         the 2007-07-13 change in rfc2047-encode-message-header.
12025
12026         * mml.el (mml-insert-multipart): Error on the message header.
12027         (mml-insert-part): Error on the message header; position point at
12028         the end of a MIME tag.
12029
12030 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * time-date.el (autoload): Expand define-obsolete-function-alias into
12033         defalias and make-obsolete for old Emacsen that Gnus supports.
12034         (with-no-warnings): Define it for old Emacsen.
12035         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12036         is available.
12037         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12038         float-time is available; suppress compile warning for time-to-seconds.
12039
12040         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12041         (gnus-float-time): Alias to float-time if it exists.
12042
12043         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12044         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12045         float-time is available; suppress compile warning for time-to-seconds.
12046
12047         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12048         XEmacs.
12049
12050 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12051
12052         * imap.el (imap-message-map): Docstring fix.
12053
12054 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12057         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12058         Add the optional argument `encoding' that overrides the default.
12059
12060         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12061         mm-encode-buffer.
12062
12063 2009-09-04  Glenn Morris  <rgm@gnu.org>
12064
12065         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12066         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12067         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12068         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12069         * mm-util.el (mm-with-unibyte-current-buffer)
12070         (mm-find-buffer-file-coding-system):
12071         * yenc.el (yenc-decode-region): Use default-value rather than
12072         default-enable-multibyte-characters.
12073
12074 2009-09-03  Glenn Morris  <rgm@gnu.org>
12075
12076         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12077         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12078         than default-enable-multibyte-characters.
12079
12080 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12081
12082         * gnus-art.el (gnus-article-read-summary-keys):
12083         Fix gnus-buffer-configuration's value temporarily used.
12084
12085 2009-09-02  Glenn Morris  <rgm@gnu.org>
12086
12087         * gnus-util.el (gnus-float-time): New function.
12088         * gnus-delay.el (gnus-delay-article):
12089         * gnus-sum.el (gnus-thread-latest-date):
12090         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12091         * nnspool.el (nnspool-request-newgroups):
12092         Use gnus-float-time rather than time-to-seconds.
12093         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12094
12095         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12096         (gnus-header-subject-face, gnus-header-newsgroups-face)
12097         (gnus-header-name-face, gnus-header-content-face):
12098         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12099         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12100         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12101         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12102         (gnus-cite-face-11):
12103         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12104         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12105         (gnus-server-closed-face, gnus-server-denied-face)
12106         (gnus-server-offline-face):
12107         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12108         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12109         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12110         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12111         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12112         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12113         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12114         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12115         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12116         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12117         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12118         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12119         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12120         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12121         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12122         (gnus-summary-high-undownloaded-face)
12123         (gnus-summary-low-undownloaded-face)
12124         (gnus-summary-normal-undownloaded-face)
12125         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12126         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12127         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12128         (gnus-splash-face):
12129         * message.el (message-header-to-face, message-header-cc-face)
12130         (message-header-subject-face, message-header-newsgroups-face)
12131         (message-header-other-face, message-header-name-face)
12132         (message-header-xheader-face, message-separator-face)
12133         (message-cited-text-face, message-mml-face):
12134         * sieve-mode.el (sieve-control-commands-face)
12135         (sieve-action-commands-face, sieve-test-commands-face)
12136         (sieve-tagged-arguments-face):
12137         * spam.el (spam-face):
12138         Mark face aliases with "-face" in the name as obsolete.
12139
12140 2009-09-01  Glenn Morris  <rgm@gnu.org>
12141
12142         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12143         than goto-line.
12144
12145 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12148         Don't move point if the command is invoked inside the message header.
12149
12150 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12151
12152         * imap.el (imap-send-command): Simplify.
12153         (imap-wait-for-tag): point-max -> buffer-size.
12154
12155 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12156
12157         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12158         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12159         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12160         * nnir.el (nnir-swish-e-index-file):
12161         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12162         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12163         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12164         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12165         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12166         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12167
12168 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12171         Don't save excursion.
12172
12173 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12174
12175         * nnheader.el (nnheader-find-file-noselect):
12176         * mm-util.el (mm-insert-file-contents):
12177         Use (default-value 'major-mode) instead of default-major-mode.
12178
12179 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12180
12181         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12182
12183 2009-08-26  Glenn Morris  <rgm@gnu.org>
12184
12185         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12186         than placing in files.el.
12187
12188 2009-08-25  Glenn Morris  <rgm@gnu.org>
12189
12190         * nnir.el (top-level): Don't require cl at run-time.
12191         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12192         Replace cl-function substitute with gnus-replace-in-string.
12193         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12194         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12195         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12196         simplified expansions.
12197
12198 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12199
12200         * dig.el (dig): Add autoload cookie.
12201
12202 2009-08-22  Glenn Morris  <rgm@gnu.org>
12203
12204         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12205         goto-line.
12206
12207 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12208
12209         * parse-time.el (parse-time-string-chars): Save match data.
12210
12211 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12212
12213         * parse-time.el (parse-time-string-chars): Compute using character
12214         classes, to handle non-ascii characters (Bug#3190).
12215
12216 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12219
12220         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12221         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12222         (gnus-mm-display-part, gnus-mime-display-single)
12223         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12224         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12225
12226         * gnus-sum.el
12227         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12228         (gnus-summary-move-article): Add expirable mark to articles copied or
12229         moved to group that has auto-expire turned on if the option is non-nil.
12230
12231 2009-07-24  Glenn Morris  <rgm@gnu.org>
12232
12233         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12234         Fix typo.  (Bug#3903)
12235
12236 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12239         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12240         that should not be used for draft articles.
12241         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12242         that has no concern in minor mode keys.
12243         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12244         Abolish.
12245
12246 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12249         article without making inquiry to a user for unknown encoding.
12250
12251         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12252         (nnmaildir--scan): Assume i-node and device number that file-attributes
12253         returns might be cons-cell.
12254
12255         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12256
12257         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12258
12259 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12260
12261         * auth-source.el: Remove docs now in auth.texi.  Don't use
12262         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12263         `auth-source-hide-passwords' and use them.
12264
12265 2009-07-15  Glenn Morris  <rgm@gnu.org>
12266
12267         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12268
12269 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12272         excessive whitespace from the default values of title and description.
12273
12274 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12277         mail-fetch-field to fetch Content-Description header in order to
12278         exclude newlines.
12279
12280 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12281
12282         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12283         format used by GnuPG 2.0.11.
12284
12285 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12288         to deleted part.
12289
12290 2009-05-30  David Engster  <dengste@eml.cc>
12291
12292         * nnmairix.el: Remove old documentation in the commentary block.
12293         (nnmairix-request-group): Do not update active file for nnml back ends.
12294         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12295         end so that overview files are ignored.
12296         (nnmairix-update-groups): Make updating the groups more robust by using
12297         marks.
12298         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12299         with dollar characters in message-id.
12300
12301 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12304         2008-12-25 in dns.el.
12305
12306 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12307
12308         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12309         could happen if the text is only composed of spaces and/or tabs.
12310
12311 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12312
12313         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12314         when sending a queued message to avoid extra mml tags.
12315
12316 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12319
12320 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12323         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12324         rmail-toggle-header for XEmacs;
12325         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12326
12327 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-dired.el: Remove autoload for gnus-setup-message.
12330         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12331         displaying Gnus logo; always use compose-mail.
12332
12333 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12336
12337 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12340         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12341         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12342         available.
12343         (gnus-nocem-epg-verify): New function.
12344
12345 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12348
12349 2009-02-15  Glenn Morris  <rgm@gnu.org>
12350
12351         * gnus-util.el (rmail-insert-rmail-file-header)
12352         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12353         autoloads.
12354         (rmail-default-rmail-file): Remove unnecessary declaration.
12355         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12356
12357 2009-02-14  Glenn Morris  <rgm@gnu.org>
12358
12359         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12360         variable (only used in gnus-util, which declares it anyway).
12361         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12362         which was only needed by gnus-art (changed to not use it any more).
12363         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12364         only used in gnus-util, which autoloads it itself.
12365         (rmail-update-summary): Fix autoload.
12366
12367         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12368         rather than rmail-output-to-rmail-file.
12369
12370 2009-02-07  Glenn Morris  <rgm@gnu.org>
12371
12372         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12373         autoload of function that no longer exists.
12374         (rmail-toggle-header): Declare.
12375         (message-forward-rmail-make-body): Handle mbox Rmail.
12376
12377 2009-01-31  Glenn Morris  <rgm@gnu.org>
12378
12379         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12380         2009-01-09 change.
12381
12382 2009-01-31  Dave Love  <fx@gnu.org>
12383
12384         * imap.el (imap-fetch-safe): Bind debug-on-error.
12385         (imap-debug): Add imap-fetch-safe.
12386
12387 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12388
12389         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12390         (auth-source-forget-all-cached): New convenience function.
12391         (auth-source-user-or-password): Accept list of modes or a single mode.
12392
12393         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12394         auth-source modes.
12395
12396         * netrc.el (netrc-machine-user-or-password): Use list of
12397         auth-source modes.
12398
12399         * nnimap.el (nnimap-open-connection): Use list of
12400         auth-source modes.
12401
12402         * nntp.el (nntp-send-authinfo): Use list of
12403         auth-source modes.
12404
12405 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12406
12407         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12408         now.
12409
12410 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12413         coding system in XEmacs; add a workaround for XEmacs.
12414
12415         * lpath.el: Fbind coding-system-aliasee.
12416
12417 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12420         of current-language-environment.
12421
12422 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12425         available at runtime.
12426
12427 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12430
12431 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12432
12433         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12434         the greatest positive fixnum value doesn't work under an XEmacs with
12435         bignum support; use the most-positive-fixnum constant instead,
12436         available since Emacs 21.1 with cl and XEmacs 21.1.
12437
12438 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12441         XEmacs gets not to work.
12442
12443 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * mm-util.el (mm-coding-system-priorities): Allow the value like
12446         "Japanese (UTF-8)" of current-language-environment.
12447
12448 2009-01-09  Glenn Morris  <rgm@gnu.org>
12449
12450         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12451         with last-command-event.
12452
12453 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12456         in the doc string.
12457
12458         * message.el (message-fix-before-sending): Amend comment.
12459
12460 2009-01-08  Dave Love  <fx@gnu.org>
12461
12462         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12463
12464 2009-01-07  David Engster  <dengste@eml.cc>
12465
12466         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12467         simplified server definitions by converting it via
12468         gnus-server-to-method.
12469
12470 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12473         parameter's operands.
12474
12475 2009-01-06  David Engster  <dengste@eml.cc>
12476
12477         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12478         primary select method (for gnus-group-mark-article-as-read).
12479
12480 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12481
12482         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12483         `(gnus)Face', not `(gnus)X-Face'.
12484
12485 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * mm-util.el (mm-ucs-to-char): New function.
12488
12489         * mm-url.el (mm-url-decode-entities): Use it.
12490
12491         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12492         unicode-to-char.
12493
12494 2009-01-05  Dave Love  <fx@gnu.org>
12495
12496         * time-date.el: Require cl for `declare'.
12497
12498 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12501         Dave Love.
12502
12503 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * message.el (message-fix-before-sending): Add `eight-bit' to
12506         illegible-text check.
12507
12508 2009-01-03  Michael Olson  <mwolson@gnu.org>
12509
12510         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12511         `headers' is nil.  This can occur if the IMAP server does not have
12512         permissions to read messages from a folder, but can write new messages
12513         to the folder.
12514         (nnimap-request-article-part): Do not insert `data' if it is nil.
12515
12516         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12517         characters which will confuse `read', so skip past them.
12518
12519 2009-01-01  Dave Love  <fx@gnu.org>
12520
12521         * imap.el (imap-string-to-integer): Fix typo.
12522         (imap-fetch-safe): New function.
12523         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12524
12525         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12526
12527         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12528         (imap-parse-greeting): Fix doc strings.
12529         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12530         (imap-parse-flag-list): Make messages unique.
12531         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12532
12533         * nnimap.el: Fix author email.
12534         (nnimap-split-rule): Add FIXME comment.
12535         (nnimap-debug): Fix doc string.
12536
12537 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12540
12541 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12544         nslookup if resolv.conf isn't available.
12545         (dns-query): Rename from query-dns.
12546         (dns-query-cached): Rename from query-dns-cached.
12547
12548 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12551         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12552         to check if those variables exist (first appeared in Emacs 18.50).
12553
12554 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * mm-util.el (mm-line-number-at-pos): New function.
12557
12558         * spam-report.el (spam-report-process-queue): Use it.
12559
12560 2008-12-24  David Engster  <dengste@eml.cc>
12561
12562         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12563         parameters that haven't existed as variables as buffer-local variables.
12564
12565 2008-12-23  Dave Love  <fx@gnu.org>
12566
12567         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12568         cadar.
12569
12570         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12571         imap-starttls-p.
12572         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12573
12574 2008-12-22  Dave Love  <fx@gnu.org>
12575
12576         * imap.el: Fix author email.  Doc fixes.
12577         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12578         reply.
12579
12580 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * spam-report.el (spam-report-gmane-max-requests): New constant.
12583         (spam-report-gmane-wait): New variable.
12584         (spam-report-gmane-ham, spam-report-gmane-spam)
12585         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12586         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12587         the server.
12588
12589         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12590         Add explanations.
12591
12592         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12593         nnheader-accept-process-output and nnheader-read-timeout if available.
12594         (pop3-movemail): Use it.
12595
12596         * message.el (message-check-news-body-syntax): Fix signature check if
12597         there's an attachment.
12598
12599 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * mm-util.el: Add comments to the mm- emulating functions.
12602
12603 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12606         Reported by Stephen Berman <stephen.berman@gmx.net>.
12607
12608 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * mm-util.el (mm-substring-no-properties): New function.
12611         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12612         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12613         (mm-string-to-multibyte): Doc fix.
12614
12615         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12616
12617 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * mml.el (mml-attach-file): Strip text properties from file name.
12620         (Bug#1574)
12621
12622 2008-12-16  Glenn Morris  <rgm@gnu.org>
12623
12624         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12625
12626 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12629         knows since the charset specified might be a bogus alias that
12630         mm-charset-synonym-alist provides.
12631
12632 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12633
12634         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12635         "ISO_8859-1".
12636
12637         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12638
12639 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * mm-util.el (mm-charset-eval-alist):
12642         Define it before mm-charset-to-coding-system.
12643         (mm-charset-to-coding-system): Add optional argument `silent';
12644         define it before mm-charset-override-alist.
12645         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12646         default value if it can be used in Emacs currently running;
12647         silence mm-charset-to-coding-system.
12648
12649 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12652         `allow-override' which says whether to use `mm-charset-override-alist'.
12653         (rfc2047-decode-encoded-words): Use it.
12654
12655         * mm-util.el (mm-charset-override-alist): Fix custom type;
12656         add `(gb2312 . gbk)' to choices.
12657
12658 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12661         fast.
12662
12663         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12664
12665         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12666
12667 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12668
12669         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12670         on links.
12671
12672         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12673
12674 2008-12-03  Lute Kamstra  <lute@gnu.org>
12675
12676         * sha1.el: Remove leading * from docstrings of defcustoms,
12677         deffaces, defconsts and defuns.
12678
12679 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12682         users' addresses that don't have domain parts.
12683         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12684         rather than message-narrow-to-head since there will be the message
12685         header separator.
12686
12687 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12688
12689         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12690         since the result is inserted in a unibyte buffer anyway.
12691         (nnimap-demule-use-string-to-multibyte): Remove.
12692         (nnimap-demule): Alias it to mm-string-to-multibyte.
12693
12694 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12697         variable for debugging bug#464 and bug#1174.
12698         (nnimap-demule): Use it.
12699
12700 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12703         score calculation correctly.
12704
12705 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12706
12707         * message.el (message-send-mail): Just set the buffer to unibyte
12708         rather than use mm-with-unibyte-current-buffer which does a lot more.
12709         (message-send-mail-partially): Don't bother with
12710         mm-with-unibyte-current-buffer since it's already been made unibyte by
12711         message-send-mail.
12712
12713 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12714
12715         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12716
12717 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12718
12719         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12720
12721 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12724         require itself and to remove `with-no-warnings'.
12725
12726 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12727
12728         * starttls.el (starttls-any-program-available): Get the name of the
12729         available TLS layer program.
12730         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12731         well as the host name in the "opening" message.
12732
12733         * auth-source.el (auth-source-cache, auth-source-do-cache)
12734         (auth-source-user-or-password): Cache passwords and logins by default,
12735         allow override with `auth-source-do-cache'.
12736         (auth-source-forget-user-or-password): Allow users to remove cache
12737         entries if needed.
12738
12739 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12740
12741         * md4.el (md4-buffer): Fix typo in docstring.
12742         (md4, md4-64): Doc fixes.
12743         (md4-pack-int32): Reflow docstring.
12744
12745 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12746
12747         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12748         condition-case to only the forward-sexp call.
12749
12750 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12751
12752         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12753         quotes contained.  Make it more robust regardless by an extra
12754         condition-case wrapper.
12755
12756 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12759
12760 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * nnml.el (nnml-request-expire-articles): Check if the function set to
12763         `nnmail-expiry-target' returns the symbol `delete'.
12764
12765         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12766
12767         * nnmail.el (nnmail-expiry-target): Fix custom type.
12768
12769 2008-10-02  Glenn Morris  <rgm@gnu.org>
12770
12771         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12772         Silence compiler warning.
12773
12774 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12775
12776         * tls.el (open-tls-stream): Show the actual command being
12777         executed, instead of the format string.
12778
12779 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * lpath.el: Fbind codepage-setup for Emacs 23.
12782
12783 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12784
12785         * mml.el (mml-menu): Don't assume mml2015 is bound.
12786
12787 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12790         exists.
12791
12792 2008-09-27  Glenn Morris  <rgm@gnu.org>
12793
12794         * gnus-util.el (mail-header-remove-comments): Autoload it.
12795
12796 2008-09-27  Andreas Schwab  <schwab@suse.de>
12797
12798         * gnus-util.el (gnus-split-references): Strip comments.
12799         (gnus-parent-id): Likewise.
12800
12801 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * message.el (message-confirm-send): Fix version.
12804
12805 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * message.el (message-idna-to-ascii-rhs-1): Use
12808         mail-extract-address-components rather than mail-header-parse-addresses
12809         that is an alias by default to ietf-drums-parse-addresses that does not
12810         support non-ASCII names in headers' contents.
12811
12812 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12813
12814         * message.el (message-confirm-send): Fix variable documentation to
12815         avoid the "y/n" wording.
12816
12817 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12818
12819         * message.el (message-set-auto-save-file-name): Save to a different
12820         filename so multiple messages (especially drafts) can be recovered.
12821
12822 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12823
12824         * message.el (message-confirm-send): Add appropriate version.
12825
12826 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12827
12828         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12829         defvar.
12830
12831 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12832
12833         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12834         (mm-pkcs7-enveloped-magic): Ditto.
12835
12836 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12837
12838         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12839         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12840
12841 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12842
12843         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12844         default, it's better.
12845
12846 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12847
12848         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12849         summary line gnus-number property and ignore them (with a warning
12850         message).
12851
12852 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12855         macro caddr in the interactive form since it won't be expanded.
12856
12857 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12860         `charset'; fix name of function called recursively.
12861         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12862
12863 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12866         (gnus-mime-set-charset-parameters): New function.
12867         (gnus-mime-view-part-as-charset): Use it to correctly display part
12868         specifying wrong charset.
12869
12870 2008-09-08  David Engster  <dengste@eml.cc>
12871
12872         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12873         in completing-read for back end server.
12874
12875 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12876
12877         * message.el (message-confirm-send): New variable to confirm sending a
12878         message.
12879         (message-send): Use it.
12880
12881 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12882
12883         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12884
12885 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12888
12889 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12890
12891         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12892         prevent tracking too many groups.
12893         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12894         Use it.
12895
12896 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12897
12898         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12899         moving point to the bottom of the window in order to avoid recentering.
12900
12901 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12904
12905         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12906         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12907         (gnus-article-beginning-of-window): Fix calculation.
12908
12909 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12910
12911         * gnus-msg.el (gnus-summary-supersede-article)
12912         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12913         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12914         message header.
12915
12916 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12917
12918         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12919         pending output coming after the status change.
12920
12921 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12922
12923         * message.el:
12924         * gnus-start.el:
12925         * gnus-registry.el: Remove VMS support.
12926
12927 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12930         macro.
12931         (rfc2104-hash): Use it.
12932
12933 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12936         (gnus-summary-sort-by-most-recent-date): New commands.
12937         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12938         and menu entries.
12939
12940 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12943         don't redisplay article for raw contents; remove plural articles stuff.
12944
12945         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12946         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12947         on gnus-summary-save-article; display results properly.
12948
12949 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * lpath.el: No need to fbind ns-focus-frame.
12952
12953 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12956
12957 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * gnus-art.el (gnus-summary-save-in-pipe):
12960         Consider gnus-save-all-headers.
12961
12962 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12963
12964         * gnus-util.el (ns-focus-frame): Remove declaration.
12965         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12966         like x.
12967
12968 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12969
12970         * rfc2104.el (rfc2104-zero): Delete defconst.
12971         (rfc2104-hex-alist): Likewise.
12972         (rfc2104-hex-to-int): Delete func.
12973         (rfc2104-hexstring-to-bitstring): Likewise.
12974         (rfc2104-nybbles): New defconst.
12975         (rfc2104-hash): Rewrite for speed.
12976
12977 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * tls.el (open-tls-stream): Make it work with the 2nd argument
12980         BUFFER that is a string but does not exist as a buffer object, as
12981         mentioned in the doc-string.
12982
12983 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12986         SXEmacs.
12987
12988 2008-07-16  Glenn Morris  <rgm@gnu.org>
12989
12990         * gnus-util.el (ns-focus-frame): Declare for compiler.
12991
12992 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12995         set as a group parameter.
12996         (gnus-summary-save-in-pipe): Work when it is called independently.
12997         (gnus-summary-pipe-to-muttprint): Don't modify
12998         gnus-summary-pipe-output-default-command.
12999
13000 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13001
13002         * message.el (message-send-mail-with-sendmail):
13003         Display the error message.
13004
13005 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-art.el (gnus-default-article-saver):
13008         Add gnus-summary-save-in-pipe to choices.
13009         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13010         gnus-summary-pipe-output-default-command as the default command.
13011         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13012         instead of gnus-last-shell-command.
13013
13014         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13015         New user option.
13016         (gnus-summary-muttprint-program): Mention the value will be changed.
13017         (gnus-summary-save-article): Force showing of all headers.
13018         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13019
13020 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13021
13022         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13023
13024 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13025
13026         * nnimap.el (nnimap-id):
13027         * sieve-manage.el (sieve-manage-open): Doc fixes.
13028
13029 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13030
13031         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13032         if available.
13033
13034 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13035
13036         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13037
13038         * nnkiboze.el (nnkiboze-generate-group):
13039         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13040
13041         * nnmairix.el: Require CL.
13042
13043 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * dgnushack.el: Autoload get-display-table and put-display-table for
13046         XEmacs 21.5.
13047
13048         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13049         21.4 and SXEmacs.
13050
13051 2008-06-15  David Engster  <dengste@eml.cc>
13052
13053         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13054
13055 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13056
13057         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13058         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13059         runtime choice under XEmacs.
13060
13061         * gnus-sum.el (gnus-summary-set-display-table):
13062         Use `gnus-put-display-table', `gnus-get-display-table',
13063         `gnus-set-display-table' for the display table, instead of `aset'.
13064
13065         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13066         Use `gnus-put-display-table', `gnus-get-display-table',
13067         `gnus-set-display-table' for the display table.
13068
13069 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * nnmairix.el: Add autoloads.
13072
13073 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * nnmairix.el (nnmairix-delete-recreate-group)
13076         (nnmairix-update-and-clear-marks): Fix error messages.
13077
13078 2008-06-14  David Engster  <dengste@eml.cc>
13079
13080         * nnmairix.el: Upgrade to version 0.6.
13081         (nnmairix-group-toggle-propmarks-this-group)
13082         (nnmairix-group-toggle-readmarks-this-group)
13083         (nnmairix-group-delete-recreate-this-group)
13084         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13085         (nnmairix-remove-tick-mark-original-article): New commands.
13086         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13087         (nnmairix-propagate-marks-to-nnmairix-groups)
13088         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13089         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13090         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13091         functions needed for marks propagation and manipulation of read marks.
13092         (nnmairix-update-groups): New function.
13093         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13094         (nnmairix-determine-original-group-from-registry)
13095         (nnmairix-determine-original-group-from-path)
13096         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13097         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13098         New helper functions.
13099         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13100         keystrokes for new commands.
13101         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13102         (nnmairix-request-group): Check allow-fast group parameter.
13103         (nnmairix-request-create-group): Set allow-fast group parameter if
13104         nnmairix-allowfast-default is set.
13105         (nnmairix-close-group): Propagate marks upon closing if needed.
13106         (nnmairix-group-toggle-threads-this-group): Use new.
13107         nnmairix-group-toggle-parameter helper function.
13108         (nnmairix-search): Better check for empty search result.
13109         (nnmairix-goto-original-article): Use new helper functions for
13110         determining original article.
13111         (nnmairix-show-original-article): Make sure message-id is in brackets.
13112         (nnmairix-call-mairix-binary): Change variable name.
13113         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13114         helper function.
13115         (nnmairix-widget-toggle-activate): Fix doc string.
13116
13117 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * nnir.el: Require edmacro when compiling with XEmacs.
13120         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13121         available in Emacs 21.
13122
13123 2008-06-11  Glenn Morris  <rgm@gnu.org>
13124
13125         * gnus-util.el (x-focus-frame):
13126         * gnus.el (image-size):
13127         * mm-decode.el (image-size): Declare.
13128
13129         * gnus-picon.el (declare-function): Add compat definition.
13130         (image-size): Declare.
13131
13132         * gnus-group.el (tool-bar-map):
13133         * gnus-sum.el (tool-bar-map): Define for compiler.
13134
13135         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13136
13137         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13138
13139         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13140         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13141         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13142         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13143         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13144         * sieve-manage.el, spam-report.el, spam.el:
13145         Remove unnecessary eval-and-compile of autoloads.
13146
13147 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13148
13149         * auth-source.el: Precise Tramp doc.
13150
13151 2008-06-07  Glenn Morris  <rgm@gnu.org>
13152
13153         * nnmairix.el: Remove unnecessary eval-when-compile.
13154
13155 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * lpath.el: Fbind propertize for XEmacs 21.4.
13158
13159 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * nnir.el: Move here from ../contrib.
13162
13163 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13164
13165         * gnus-util.el (gnus-read-shell-command): New function.
13166         * mm-decode.el (mm-pipe-part):
13167         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13168
13169 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13172
13173 2008-06-03  Glenn Morris  <rgm@gnu.org>
13174
13175         * pop3.el (nnheader-accept-process-output): Autoload it.
13176
13177 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13180         are not 2-digit hexadecimal characters that follow `%'s.
13181
13182 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * message.el (message-bogus-recipient-p): Fix type in doc string.
13185         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13186         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13187         Improve custom options.
13188         (message-bogus-recipient-p): Adjust accordingly.
13189
13190 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13191
13192         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13193         long-form month and day names.
13194
13195 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * dgnushack.el: Autoload debug, eudc-expand-inline and
13198         pgg-snarf-keys-region for XEmacs.
13199
13200         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13201
13202         * nnmairix.el: Require edmacro when compiling with XEmacs.
13203
13204 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13205
13206         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13207         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13208
13209 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13210
13211         * auth-source.el: Add more docs.
13212
13213         * netrc.el (netrc-machine): Always match if the port is not given.
13214
13215 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13216
13217         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13218         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13219         retrieval faster in some cases, but might make CPU usage larger.
13220         If this has any bad side effects, we might revert this change.
13221
13222         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13223         seems to make mail retrieval much, much faster.
13224         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13225         unconditionally.
13226
13227         * gnus-draft.el (gnus-group-send-queue):
13228         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13229
13230 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13233
13234         * message.el (message-bogus-address-regexp): Fix and improve custom
13235         type.
13236         (message-setup-hook): Add message-check-recipients as custom option.
13237
13238 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * message.el (message-cite-function): Remove bogus autoload which crept
13241         in during merge from v5-10.
13242
13243 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13244
13245         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13246
13247         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13248
13249         * auth-source.el: Preliminary Tramp docs.
13250         (auth-sources): Change the default auth-sources to use
13251         EPA .gpg files.
13252
13253 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13254
13255         * nntp.el: Autoload `auth-source-user-or-password'.
13256         (nntp-send-authinfo): Use it.
13257
13258         * nnimap.el: Autoload `auth-source-user-or-password'.
13259         (nnimap-open-connection): Use it.
13260
13261         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13262         for the gnus-message function.
13263         (auth-source-user-or-password): Use it.
13264
13265 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13266
13267         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13268         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13269         (rfc2104-hash): Use it.
13270
13271 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13272
13273         * gnus-art.el (gnus-article-toggle-truncate-lines):
13274         Don't use `iff' in docstring.
13275
13276 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13277
13278         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13279
13280         * gnus-util.el (gnus-extract-address-component-name)
13281         (gnus-extract-address-component-email): Convenience functions around
13282         `gnus-extract-address-components'.
13283
13284         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13285         Use `gnus-extract-address-component-email' to fix bug of comparing full
13286         sender name to `user-mail-address'.
13287
13288 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13289
13290         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13291         catch/throw to optimize.
13292         (gnus-registry-find-keywords): Just use member to find a keyword.
13293
13294 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13295
13296         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13297         is current before calling gnus-server-prepare.
13298         (gnus-server-setup-buffer, gnus-server-update-server)
13299         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13300
13301 2008-05-04  Juri Linkov  <juri@jurta.org>
13302
13303         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13304         (mailcap-file-default-commands): Use mailcap-replace-in-string
13305         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13306         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13307
13308 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13309
13310         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13311
13312 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13313
13314         * gnus.el: Bump version to 0.11.
13315
13316 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13317
13318         * gnus.el: No Gnus v0.10 is released.
13319
13320 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13321
13322         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13323         hooks.
13324         (gnus-update-read-articles): Speed up non-marks-using users.
13325         (gnus-use-marks): Define gnus-use-marks.
13326         (gnus-propagate-marks): Rename variable to something more sensible.
13327
13328 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13329
13330         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13331         (gmm-image-load-path-for-library): Fix typos in docstrings.
13332         (gmm-message): Reflow docstring.
13333
13334 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * mail-source.el (mail-source-set-1, mail-source-bind):
13337         Move auth-source code out of the macro to clean it up and fix bugs.
13338
13339 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13340
13341         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13342         by sender if it's equal to user-mail-address, it's likely to be
13343         useless.
13344
13345         * mail-source.el (mail-source-bind): Don't use user or password if they
13346         are not bound.  Unintern them if they are nil.  Don't use server unless
13347         it's bound, and default it to empty string otherwise.
13348
13349 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13350
13351         * mail-source.el: Load auth-source.el.
13352         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13353         get user name or password, if auth-sources is set up.
13354
13355         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13356         strategy of splitting with parent.
13357         (gnus-registry-split-fancy-with-parent)
13358         (gnus-registry-post-process-groups): Use it and fix prior
13359         bug (returning a list as the split result).
13360
13361         * auth-source.el (auth-sources): Remove server parameter.
13362         (auth-source-pick, auth-source-user-or-password)
13363         (auth-source-user-or-password-imap)
13364         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13365         (auth-source-user-or-password-sftp)
13366         (auth-source-user-or-password-smtp): Remove server parameter.
13367
13368 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13369
13370         * smime.el (smime-sign-region, smime-encrypt-region)
13371         (smime-decrypt-region):
13372         Remove redundant calls to `generate-new-buffer-name'.
13373
13374 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13375
13376         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13377         Don't use QP for message/rfc822.
13378         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13379
13380 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13381
13382         * sieve-manage.el (sieve-string-bytes): Remove.
13383         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13384         correct byte-length only if the process's coding-system is the same as
13385         the one used internally by Emacs to represent strings.
13386
13387 2008-04-22  Juri Linkov  <juri@jurta.org>
13388
13389         * mailcap.el (mailcap-file-default-commands): New function.
13390
13391 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * message.el (message-signature-separator, message-cite-function):
13394         Change custom version.
13395
13396 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13397
13398         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13399         commands.
13400         (tls-checktrust): Ditto.
13401
13402 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * mm-decode.el (mm-display-external): Make temp file read-only.
13405
13406 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13409         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13410         `C-c C-f d'.
13411
13412 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13413
13414         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13415
13416 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * gnus.el: Bump version to 0.9.
13419
13420 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus.el: No Gnus v0.8 is released.
13423
13424 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13425
13426         * mail-source.el (mail-source-value):
13427         Prefer fboundp to functionp so it works with macros as well.
13428
13429 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13430
13431         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13432         Fix last change in case the element is not even a symbol.
13433
13434 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13435
13436         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13437         Prefer fboundp to functionp so it works with macros as well.
13438
13439 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13440
13441         * auth-source.el: Add docs.
13442         (auth-sources): Modify format to support server.
13443         (auth-source-pick, auth-source-user-or-password)
13444         (auth-source-user-or-password-imap)
13445         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13446         (auth-source-user-or-password-sftp)
13447         (auth-source-user-or-password-smtp): Add server parameter.
13448
13449 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13450
13451         * gnus-registry.el: Initialize the registry when gnus-registry-install
13452         is t.
13453
13454 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * compface.el (uncompface): Make buffer unibyte.
13457
13458 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13459
13460         * mail-source.el (mail-source-value):
13461         Prefer fboundp to functionp so it works with macros as well.
13462
13463 2008-04-05  Glenn Morris  <rgm@gnu.org>
13464
13465         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13466
13467 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13468
13469         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13470         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13471
13472         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13473         multibyteness after rather than before erasing it.
13474
13475         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13476         mm-with-multibyte.
13477         (gnus-request-article-this-buffer): Make sure the proper decoding is
13478         used if gnus-original-article-buffer happens to be unibyte.
13479
13480         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13481         default-enable-multibyte-characters.
13482
13483         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13484         default-enable-multibyte-characters.
13485
13486         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13487
13488         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13489
13490 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13491
13492         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13493         Fix last change in case the element is not even a symbol.
13494
13495 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13496
13497         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13498         (imap-message-copyuid-1): Use it.
13499         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13500         J. Williams in
13501         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13502
13503         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13504         imap-enable-exchange-bug-workaround.
13505         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13506
13507 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13508
13509         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13510         a 100 byte status-checks into a 2-3MB transfer for each group.
13511         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13512         to enable bug workaround or not.
13513         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13514
13515 2008-03-31  Glenn Morris  <rgm@gnu.org>
13516
13517         * message.el (mml2015-use): Declare for compiler.
13518         (message-info): Require mml2015 when appropriate.
13519
13520 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13523         whitespace.
13524
13525 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13526
13527         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13528         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13529         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13530         (nntp-service-to-port): New function.
13531         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13532         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13533         (nntp-open-netcat-stream): New function.
13534         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13535
13536 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13537
13538         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13539
13540 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13541
13542         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13543
13544 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13545
13546         * dns.el (dns-write): Use set-buffer-multibyte.
13547
13548 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13549
13550         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13551
13552 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * message.el (message-signature-separator): Change default.
13555         Improve custom type.
13556         (message-cite-function): Change default to
13557         message-cite-original-without-signature.
13558
13559         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13560         toggle.
13561
13562         * message.el (message-check-news-body-syntax): Fix signature check.
13563         (message-setup-1): Mark buffer as unmodified _after_ running
13564         message-setup-hook and handling message-alternative-emails.
13565         (message-shorten-references): Be more strict when building list of
13566         valid references to comply with GNKSA.
13567
13568         * gnus-group.el (gnus-read-ephemeral-bug-group)
13569         (gnus-read-ephemeral-debian-bug-group)
13570         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13571
13572         * message.el (message-info): Don't use booleanp which isn't supported
13573         in Emacs 21 and XEmacs.
13574
13575 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13578         gnus-group-gmane-group-download-format.
13579         (gnus-group-read-ephemeral-gmane-group): Rename from
13580         gnus-group-read-ephemeral-gmane-group.
13581         (gnus-read-ephemeral-gmane-group-url): Rename from
13582         gnus-group-read-ephemeral-gmane-group-url.
13583         (gnus-bug-group-download-format-alist): New variable.
13584         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13585         (gnus-read-ephemeral-emacs-bug-group): New commands.
13586
13587 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13590         (gnus-visible-headers): Improve custom type.
13591
13592 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * mml.el (mml-menu): Add workarounds for XEmacs.
13595
13596         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13597         X-Boundary header.
13598
13599         * message.el (message-simplify-recipients): Fix previous commit.
13600
13601 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13602
13603         * mm-util.el (mm-set-buffer-multibyte): New function.
13604         * mm-decode.el (mm-copy-to-buffer): Use it.
13605
13606         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13607         Prefer fboundp to functionp so it works with macros as well.
13608
13609 2008-03-19  Glenn Morris  <rgm@gnu.org>
13610
13611         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13612         Accidentally removed in the sync process with Emacs.
13613
13614 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * message.el (message-alter-recipients-discard-bogus-full-name):
13617         New function.
13618         (message-alter-recipients-function): New variable.
13619         (message-get-reply-headers): Use it.
13620         (message-replace-header): New helper function.
13621         (message-recipients-without-full-name): New variable.
13622         (message-simplify-recipients): New command.
13623
13624         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13625
13626         * message.el (message-info): Handle EasyPG manual.
13627
13628         * mml.el (mml-menu): Add entry for EasyPG.
13629
13630 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13631
13632         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13633         parameter.
13634
13635         * message.el (message-disassociate-draft): Specify drafts group name
13636         fully.
13637
13638 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13641         Eliminate unnecessary duplicates from the match list.
13642
13643 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13646
13647         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13648
13649         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13650         args of `how-many' of which the XEmacs version doesn't take; declare
13651         Info-index-next as function.
13652
13653 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * gnus-score.el (gnus-score-headers): Fix handling of
13656         gnus-inhibit-slow-scoring.
13657
13658         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13659         string.
13660         (gnus-button-url-regexp): Improve handling of parenthesis.
13661         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13662         (gnus-button-handle-info-keystrokes): Handle index entries.
13663
13664 2008-03-15  Glenn Morris  <rgm@gnu.org>
13665
13666         * parse-time.el (parse-time-string): Simplify.
13667
13668 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13671         Incoming* files.
13672
13673 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * auth-source.el (auth-sources): Rename from auth-source-choices.
13676         (auth-source-pick): Use it.
13677
13678 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13679
13680         * binhex.el (binhex-decode-region-internal):
13681         * uudecode.el (uudecode-decode-region-internal):
13682         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13683         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13684         setting default-enable-multibyte-characters.
13685
13686 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13687
13688         * auth-source.el (auth-source-protocols)
13689         (auth-source-protocols-customize, auth-source-choices): Add and
13690         modified variable customizations and defaults.
13691         (auth-source-pick, auth-source-user-or-password)
13692         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13693         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13694         (auth-source-user-or-password-sftp)
13695         (auth-source-user-or-password-smtp): Use new variables and provide an
13696         interface to netrc.el.
13697
13698 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13701         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13702         Make sure the nntp port to specify is a string.
13703
13704 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13705
13706         * nntp.el: Use with-current-buffer.
13707         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13708         dubious mm-with-unibyte-current-buffer.
13709         (nntp-with-open-group-function): New function extracted from
13710         nntp-with-open-group macro.
13711         (nntp-with-open-group): Use the function, so it's easier to debug.
13712         Add indentation and debugging info.
13713         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13714         Recommend the use of the netcat alternatives.
13715
13716         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13717         Avoid mm-string-as-multibyte as well.
13718
13719         * nnweb.el (nnweb-insert-html):
13720         Remove use of nnheader-string-as-multibyte.
13721
13722         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13723         (nnheader-string-as-multibyte): Remove.
13724
13725         * mm-view.el: Use inhibit-read-only.
13726         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13727         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13728         or unibyte-string.
13729
13730         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13731         (mm-uu-yenc-extract): Use with-current-buffer.
13732
13733         * gnus-soup.el (gnus-soup-send-packet): Don't use
13734         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13735
13736         * nnmh.el: Use with-current-buffer.
13737         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13738         mm-string-as-multibyte on the output of mm-encode-coding-string.
13739
13740         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13741         (nnimap-request-move-article): Use with-current-buffer.
13742
13743         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13744         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13745         conversion uses string-make-unibyte rather than string-as-unibyte.
13746
13747         * gnus-msg.el: Use with-current-buffer.
13748
13749         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13750
13751 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13752
13753         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13754         string for caching if it is 'PIN.
13755
13756 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * lpath.el: Consider the case without Emacs/W3.
13759
13760 2008-03-08  Glenn Morris  <rgm@gnu.org>
13761
13762         * time-date.el (date-to-time, time-subtract, time-add)
13763         (safe-date-to-time): Doc fixes.
13764
13765 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13766
13767         * mail-source.el (mail-source-delete-old-incoming-confirm):
13768         Change default to nil.
13769         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13770
13771 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * lpath.el: Rearrange.
13774
13775         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13776         (gnus-article-goto-prev-page): Work for articles having ^L's.
13777
13778         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13779
13780         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13781
13782 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13783
13784         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13785         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13786         (gnus-bookmark-jump): Adjust some variable names.
13787
13788 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * auth-source.el: New package.
13791         (auth-source-choices): Add customization entry point variable.
13792
13793         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13794         bug.
13795
13796 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13797
13798         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13799         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13800         (gnus-registry-install-shortcuts): Rename from
13801         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13802         the `gnus-registry-mark-map' keymap dynamically from
13803         `gnus-registry-marks'.  The generated functions update the summary line
13804         when a registry mark is added or deleted, and will call
13805         `gnus-registry-install-p' (see the comments in the code).
13806         (gnus-registry-user-format-function-M): Use concat intelligently.
13807
13808         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13809         the registry mark functions.
13810
13811 2008-03-05  Glenn Morris  <rgm@gnu.org>
13812
13813         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13814         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13815         gnus-art.
13816         (top-level): No need to load own source when compiling.
13817
13818 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13819
13820         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13821         Suggested by <chris.anderton@zetnet.co.uk>.
13822
13823 2008-03-04  Glenn Morris  <rgm@gnu.org>
13824
13825         * gnus-sum.el (top-level): No need to require gnus when compiling,
13826         since unconditionally required near start of file.
13827         (gnus-summary-display-while-building): Move definition before use.
13828
13829 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13830
13831         * gnus-registry.el (gnus-registry-user-format-function-M):
13832         Add formatting function.
13833
13834 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13835
13836         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13837         with plists.
13838         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13839         Use new format.
13840
13841 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13844         `where-is-internal' that returns a range of key sequences.
13845
13846 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13847
13848         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13849
13850         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13851         (gnus-summary-jump-to-group): Consider windows on other displayed
13852         frames as well.  Similar changes might be needed elsewhere, but that's
13853         the one I've bumped into during my use.
13854
13855         * nndoc.el (nndoc-oe-dbx-type-p):
13856         * gnus-msg.el (gnus-debug):
13857         * gnus-group.el (gnus-update-group-mark-positions):
13858         Use mm-string-to-multibyte.
13859
13860 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13863         doesn't handle NotDashEscaped.
13864
13865         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13866         (mml-dnd-attach-options): Fix typo in custom choice.
13867
13868         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13869         Change nndoc-article-type to mbox.
13870         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13871
13872         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13873         to nil, instead of html2text.
13874
13875         * imap.el (imap-debug): Add `imap-ping-server'.
13876
13877         * gnus-bookmark.el: Add FIXMEs.
13878
13879         * message.el (message-form-letter-separator)
13880         (message-send-form-letter-delay): New variables.
13881         (message-send-form-letter): Use them.  New command to send form
13882         letters.  Requested by Uwe Siart.
13883         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13884
13885 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * Update copyright years.
13888
13889 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13890
13891         Sync from EMACS_22_BASE.
13892
13893         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13894
13895 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13896
13897         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13898         empty author.
13899
13900 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13901
13902         * gnus-registry.el (gnus-registry-marks): Add variable for
13903         customization of marks and their appearance.
13904         (gnus-registry-read-mark): Use it.
13905         (gnus-registry-do-marks): Add utility function to loop through
13906         `gnus-registry-marks'.
13907         (gnus-registry-install-shortcuts-and-menus): Add function to install
13908         shortcuts and menus.
13909         (gnus-registry-initialize): Use it.
13910         (gnus-registry-default-mark): Clarify documentation.
13911
13912 2008-02-29  Glenn Morris  <rgm@gnu.org>
13913
13914         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13915         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13916         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13917         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13918         Change defcustom :version from 23.0 to 23.1.
13919
13920 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13921
13922         * gnus-registry.el (gnus-registry-follow-group-p)
13923         (gnus-registry-post-process-groups): Add functions to aid registry
13924         splitting and improve logging.  Clarify behavior in function
13925         documentation.
13926         (gnus-registry-split-fancy-with-parent): Use them.
13927
13928 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13929
13930         * gnus-art.el: Use with-current-buffer.
13931
13932 2008-02-27  David Engster  <dengste@eml.cc>
13933
13934         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13935         Express real group name in the response.
13936
13937 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13940         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13941         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13942         autoload gnus-registry-fetch-group when compiling.
13943         (nnmairix-request-group-with-article-number-correction):
13944         Remove unreferenced argument passed to nnmairix-call-backend.
13945
13946 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13949         (mm-uu-extract): Improve face for low color ttys.
13950         Reported by Sascha Wilde.
13951
13952 2008-02-27  Glenn Morris  <rgm@gnu.org>
13953
13954         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13955         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13956         variables to defconsts.  Convert comments to doc-strings.
13957         (nnmairix-last-server, nnmairix-current-server): Convert from free
13958         variables to defvars.  Convert comments to doc-strings.
13959         (gnus-registry-fetch-group): Autoload.
13960         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13961         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13962         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13963         caddr.
13964         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13965         nnmairix-request-group-with-article-number-correction call.
13966         (nnmairix-fast, nnmairix-group): New, less general names, for free
13967         variables passed from nnmairix-request-group to
13968         nnmairix-request-group-with-article-number-correction.  Declare.
13969         (nnmairix-request-group-with-article-number-correction):
13970         Use nnmairix-fast, nnmairix-group rather than fast, group.
13971
13972 2008-02-26  David Engster  <dengste@eml.cc>
13973
13974         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13975         version 0.5.
13976
13977 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13978
13979         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13980         instead of making an extra function call.  Don't add the current group
13981         to articles only when they have the group.  Use
13982         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13983         Reported by David <de_bb@arcor.de>.
13984
13985 2008-02-24  Miles Bader  <miles@gnu.org>
13986
13987         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13988         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13989         (mm-find-mime-charset-region):
13990         * mm-bodies.el (mm-encode-body):
13991         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13992
13993 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13996         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13997
13998 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * mail-source.el (mail-source-delete-incoming): Change default.
14001         Supplement doc string.
14002
14003         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14004
14005 2008-02-14  Glenn Morris  <rgm@gnu.org>
14006
14007         * time-date.el (format-seconds): New function.
14008
14009 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * nnmail.el (nnmail-message-id-cache-file): Derive from
14012         `gnus-home-directory'.
14013
14014 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14017         Document negative prefix.
14018
14019         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14020
14021 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14022
14023         * message.el (message-unsent-separator): Add the Exim bounce
14024         separator.
14025
14026 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14027
14028         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14029         list.
14030         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14031         recipient/signer list.
14032
14033 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * Makefile.in (datarootdir): Define.
14036         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14037         name that might contain whitespace.
14038
14039 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14042         fbound (Emacs 23 unicode), signal an error.
14043
14044 2008-02-08  Glenn Morris  <rgm@gnu.org>
14045
14046         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14047
14048 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14049
14050         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14051         ports to the calls to `netrc-machine-user-or-password' in addition to
14052         "imap" and "imaps".
14053
14054 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14055
14056         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14057
14058         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14059
14060 2008-02-01  Kenichi Handa  <handa@m17n.org>
14061
14062         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14063         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14064         (rfc2104-hash): Convert the result of concat to unibyte string.
14065
14066 2008-02-01  Dave Love  <fx@gnu.org>
14067
14068         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14069         coding-system-for-read.
14070         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14071
14072 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14075         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14076         <hanche@math.ntnu.no>.
14077
14078 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14081
14082         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14083
14084 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14085
14086         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14087         * message.el (message-beginning-of-line): Use featurep instead of bound
14088         tests in order to resolve conditionals at compile time.
14089
14090 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14091
14092         * mail-source.el (mail-sources): Add `group' choice.
14093
14094         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14095         parameter `in-group' to control into which group the articles go.
14096         Add treatment of `group' mail-source.
14097
14098 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14101
14102         * mm-decode.el (mm-dissect-buffer): Decode description.
14103
14104         * mml.el (mml-to-mime): Encode message header first.
14105
14106 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14109         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14110
14111         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14112         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14113
14114 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14117
14118 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14121         prefix keys.
14122         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14123         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14124         gnus-xmas.el.
14125
14126         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14127         (gnus-xmas-article-describe-bindings): New function.
14128         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14129         gnus-xmas-article-describe-bindings.
14130
14131         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14132
14133 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14134
14135         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14136         Add new variables for article mark management.
14137         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14138         list of extra data entries which, when present, will indicate that the
14139         article ID should not be trimmed from the registry.
14140         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14141         functions.
14142         (gnus-registry-read-mark): New function to read a mark name from the
14143         user.
14144         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14145         (gnus-registry-set-article-mark-internal): New functions to add and
14146         remove marks.
14147         (gnus-registry-get-article-marks): New function to show the marks for
14148         an article, or retrieve them for further use.
14149
14150 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14153         keys when no argument is given.
14154
14155 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * imap.el (imap-ping-server): New variable.
14158         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14159         (imap-ping-server): Minor doc string fixes.
14160
14161 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14162
14163         * imap.el (imap-ping-server): New function.
14164         (imap-opened): Call imap-ping-server.
14165
14166 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * gnus-sum.el (gnus-article-sort-by-random)
14169         (gnus-thread-sort-by-random): Fix doc strings.
14170         Reported by jidanni@jidanni.org.
14171
14172 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-art.el (gnus-article-describe-bindings): New function.
14175         (gnus-article-read-summary-keys): Use it.
14176         (gnus-article-mode-map): Bind `C-h b' to it.
14177
14178 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14181         XEmacs.
14182         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14183         Protect against non-character events.
14184
14185         * lpath.el: Fbind map-keymap for Emacs 21.
14186
14187 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14190         New command.
14191         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14192         instead of END.  Change name of the temp file.
14193         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14194         customizable.
14195
14196 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14199         bind `S W' to gnus-article-wide-reply-with-original; set default
14200         binding to gnus-article-read-summary-send-keys.
14201         (gnus-article-read-summary-keys): Fix the order of keys; display
14202         continuation keys correctly in the echo area; describe bindings
14203         correctly when keys end with `C-h'.
14204         (gnus-article-read-summary-send-keys): New function.
14205         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14206         Work for gnus-article-read-summary-send-keys; display continuation keys
14207         correctly in the echo area.
14208         (gnus-article-reply-with-original): Ignore prefix argument.
14209         (gnus-article-wide-reply-with-original): New function.
14210
14211         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14212         Emacs 21.
14213
14214 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14217         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14218
14219 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14222         (gnus-group-read-ephemeral-gmane-group): New command.
14223
14224 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14225
14226         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14227
14228 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14229
14230         * message.el (message-send-mail-function): Increase custom version.
14231
14232         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14233         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14234
14235 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14236
14237         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14238         for the cases where imap-authenticate is called with a nil buffer
14239         parameter.
14240
14241 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14244         html parts correctly; support forwarded messages.
14245         (gnus-article-browse-html-article): Remove work buffers.
14246
14247         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14248         compiling.
14249         (netrc-bound-and-true-p): New macro.
14250         (netrc-parse): Use it instead of bound-and-true-p that is not available
14251         in XEmacs 21.4.
14252
14253 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14254
14255         * gnus-registry.el (gnus-registry-mark-article)
14256         (gnus-registry-article-marks): Add functionality to mark articles
14257         through the Gnus registry.
14258
14259         * encrypt.el: Clarify documentation for the new pgg method.
14260         (encrypt-file-alist): Add PGG option.
14261         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14262         functionality.  Abstract password key and messaging to external
14263         functions.
14264         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14265         (encrypt-message-method-and-cipher): Add new convenience external
14266         functions.
14267         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14268         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14269
14270         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14271         (netrc-parse): Use encrypt-file-alist to determine if
14272         encrypt-find-model or encrypt-insert-file-contents should be used.
14273
14274         * encrypt.el: Clarify documentation.  Load password-cache or
14275         password, whichever one is found first, instead of autoloading.
14276
14277 2007-12-19  Glenn Morris  <rgm@gnu.org>
14278
14279         * mml.el (message-options-set, message-narrow-to-head)
14280         (message-in-body-p, message-mail-p, message-encode-message-body):
14281         Autoload.
14282         (message-remove-header, message-narrow-to-headers-or-head)
14283         (message-subscribed-p, message-make-mail-followup-to)
14284         (message-position-on-field, message-news-p)
14285         (message-options-set-recipient, message-generate-headers)
14286         (message-sort-headers): Declare as functions.
14287
14288 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14291         convention in doc string.
14292
14293 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14296         title to html parts.
14297         (gnus-article-browse-html-article): Pass message header to it.
14298
14299         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14300
14301 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14302
14303         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14304         or password compatible with XEmacs.
14305
14306 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14309         format document.
14310         (gnus-mime-delete-part): Don't write description line if empty.
14311         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14312
14313 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14314
14315         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14316         (gnus-summary-mark-read-and-unread-as-read)
14317         (gnus-summary-mark-current-read-and-unread-as-read)
14318         (gnus-summary-mark-unread-as-ticked): Doc fix.
14319         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14320
14321 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14324         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14325
14326 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14329         yes-or-no-p.
14330
14331 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * mm-decode.el (mm-add-meta-html-tag): New function.
14334         (mm-save-part-to-file, mm-pipe-part): Use it.
14335
14336         * gnus-art.el (gnus-article-browse-delete-temp-files):
14337         Use gnus-y-or-n-p instead of y-or-n-p.
14338         (gnus-article-browse-html-parts): Work with message/external-body; use
14339         mm-add-meta-html-tag.
14340
14341 2007-12-11  Glenn Morris  <rgm@gnu.org>
14342
14343         * gnus-cache.el: Require gnus-sum not just when compiling.
14344
14345         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14346
14347         * gnus-int.el (gnus-server-opened, gnus-status-message):
14348         Move definitions before use.
14349
14350         * mm-decode.el: Require gnus-util.
14351         (mm-remove-part): Only call delete-annotation on XEmacs.
14352
14353         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14354
14355         * nnmail.el: Require gnus-int.
14356
14357         * spam.el: Move `require's before `eval-when-compile's.
14358
14359         * gnus-ems.el (gnus-alive-p):
14360         * gnus-fun.el (message-goto-eoh):
14361         * gnus-util.el (gnus-group-name-decode):
14362         * mail-source.el (gnus-compress-sequence):
14363         * message.el (Info-goto-node, format-spec):
14364         * mm-bodies.el (message-options-get):
14365         * mm-decode.el (mm-view-pkcs7):
14366         * mm-util.el (gmm-write-region):
14367         * mml-smime.el (mml-compute-boundary)
14368         (gnus-completing-read-with-default):
14369         * mml.el (widget-button-press, gnus-make-hashtable):
14370         * mml1991.el (mm-decode-content-transfer-encoding)
14371         (mm-encode-content-transfer-encoding)
14372         (message-options-get, message-options-set):
14373         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14374         * nnfolder.el (gnus-request-group):
14375         * nnheader.el (ietf-drums-unfold-fws):
14376         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14377         * smime.el (gnus-run-mode-hooks):
14378         * spam-stat.el (gnus-message): Autoload.
14379
14380         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14381         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14382         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14383         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14384         Add declare-function compatibility definition.
14385
14386         * gnus-cache.el (nnvirtual-find-group-art):
14387         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14388         (gnus-add-image, gnus-add-wash-type):
14389         * gnus-group.el (nnkiboze-score-file):
14390         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14391         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14392         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14393         (message-tokenize-header, gnus-get-buffer-create)
14394         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14395         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14396         * gnus.el (gnus-group-decoded-name):
14397         * mail-source.el (imap-capability):
14398         * mm-bodies.el (message-options-set):
14399         * mm-decode.el (gnus-configure-windows):
14400         * mm-extern.el (message-goto-body):
14401         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14402         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14403         (epg-sub-key-validity, message-options-set):
14404         * mml.el (widget-event-point, gnus-configure-windows):
14405         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14406         * mml2015.el (epg-check-configuration, epg-configuration)
14407         (message-options-set):
14408         * nndb.el (nndb-request-article):
14409         * nnfolder.el (gnus-request-create-group):
14410         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14411         * nnmaildir.el (gnus-group-mark-article-read):
14412         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14413         * rfc1843.el (message-fetch-field):
14414         * spam.el (gnus-extract-address-components):
14415         Declare as functions.
14416
14417 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14420
14421         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14422
14423         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14424         bind show-trailing-whitespace for XEmacs.
14425
14426 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14429         new no-op macro for backward compatibility.
14430
14431         * imap.el (imap-string-to-integer): New function.
14432
14433 2007-12-09  Glenn Morris  <rgm@gnu.org>
14434
14435         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14436
14437         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14438         * message.el, mm-view.el, sieve-manage.el, smime.el:
14439         Add declare-function compatibility definition.
14440
14441         * gnus-art.el (w3-region, w3m-region, Info-menu):
14442         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14443         * gnus-sum.el (gnus-get-predicate):
14444         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14445         * message.el (mail-abbrev-in-expansion-header-p):
14446         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14447         (w3m-detect-meta-charset, w3m-region):
14448         * sieve-manage.el (password-read, password-cache-add)
14449         (password-cache-remove):
14450         * smime.el (password-read-and-add): Declare as functions.
14451
14452 2007-12-08  David Kastrup  <dak@gnu.org>
14453
14454         * gnus-sum.el (gnus-summary-simplify-subject-query):
14455         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14456         `message'.
14457
14458 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14461         it to bind idna-program, installation-directory, defined-colors, and
14462         face-attribute for XEmacs of the version that compiles defcustom forms.
14463
14464 2007-12-07  Glenn Morris  <rgm@gnu.org>
14465
14466         * gnus-art.el (article-make-date-line): Revert previous change.
14467
14468 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14471
14472 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14473
14474         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14475         Call gnus-add-to-range ranges only once with a prepared article-list.
14476
14477 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14478
14479         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14480         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14481         group names with backslashes.
14482         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14483
14484 2007-12-06  Deepak Goel  <deego3@gmail.com>
14485
14486         * gnus-art.el (article-make-date-line):
14487         * gnus-start.el (gnus-load):
14488         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14489
14490 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-art.el (gnus-use-idna):
14493         * gnus-start.el (gnus-site-init-file):
14494         * message.el (message-use-idna):
14495         * mm-uu.el (mm-uu-hide-markers):
14496         * smiley.el (smiley-style): Revert changes that suppress warnings.
14497
14498 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14501         specify charset to html source.
14502         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14503
14504 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14507         idna-program in order to suppress byte compile warning issued by XEmacs
14508         that came to byte compile the default value section of defcustom forms
14509         recently.
14510
14511         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14512         value of installation-directory.
14513
14514         * message.el (message-use-idna): Don't directly refer to the value of
14515         idna-program.
14516
14517         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14518
14519         * smiley.el (smiley-style): Don't directly call face-attribute.
14520
14521 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14524
14525         * gnus-dired.el: Reduce Gnus dependencies.
14526         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14527         Don't require.  Use autoloads instead.
14528         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14529         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14530         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14531         (gnus-dired-mode): Adjust doc string.
14532         (gnus-dired-mail-mode): New variable.
14533         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14534         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14535         (gnus-dired-mail-buffers): New function.  Return mail or message
14536         composition buffers.
14537         (gnus-dired-attach): Use it.
14538         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14539         NO-DECODE.
14540         (gnus-dired-print): Use `gnus-print-buffer' depending on
14541         `gnus-dired-mail-mode'.
14542
14543 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * rfc2047.el (rfc2047-encoded-word-regexp)
14546         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14547         explaining what regexp patterns are for.
14548
14549 2007-12-04  Glenn Morris  <rgm@gnu.org>
14550
14551         * password.el: Move to password-cache.el.
14552
14553         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14554         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14555         * mml-smime.el (password-read, password-cache-add)
14556         (password-cache-remove):
14557         No need to autoload, since mml-sec requires password.
14558
14559         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14560         * message.el (gnus-extract-address-components):
14561         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14562
14563         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14564         password.
14565
14566 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * mailcap.el: Reduce dependencies.
14569         (mail-header-parse-content-type): Autoload.
14570         (mailcap-delete-duplicates): New alias.
14571         (mailcap-mime-info): Add optional argument NO-DECODE.
14572         (mailcap-mime-types): Use mailcap-delete-duplicates.
14573
14574         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14575
14576 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14577
14578         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14579         (imap-parse-status): Upcase status-att for servers that sends them
14580         lower-case (e.g., MS Exchange 2007).
14581
14582 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583
14584         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14585         function.
14586
14587         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14588         (gnus-uu-yenc-article): New function.
14589
14590         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14591
14592         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14593
14594 2007-12-02  Glenn Morris  <rgm@gnu.org>
14595
14596         * binhex.el (binhex): New custom group.
14597         (binhex-decoder-program, binhex-decoder-switches)
14598         (binhex-use-external): Move to the binhex custom group.
14599
14600         * uudecode.el (uudecode): New custom group.
14601         (uudecode-decoder-program, uudecode-decoder-switches)
14602         (uudecode-use-external): Move to the uudecode custom group.
14603
14604         * netrc.el (top-level): Don't load `encrypt' features.
14605         (netrc-parse): Don't use encrypt.
14606         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14607
14608         * encrypt.el: Remove file.
14609
14610 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14613         matches on patches.
14614
14615         * gnus-art.el (gnus-article-browse-html-article):
14616         Mention `mm-text-html-renderer' in the doc string.
14617
14618         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14619         string.  Add comments.
14620
14621         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14622         if rhs is ASCII.
14623
14624 2007-12-01  Glenn Morris  <rgm@gnu.org>
14625
14626         * mail-source.el (top-level): Require format-spec before
14627         eval-when-compile.
14628
14629 2007-11-30  Glenn Morris  <rgm@gnu.org>
14630
14631         * encrypt.el: Require password, rather than autoloading password-read.
14632
14633 2007-11-29  Glenn Morris  <rgm@gnu.org>
14634
14635         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14636         (sasl-make-client, sasl-next-step, sasl-step-data)
14637         (sasl-step-set-data): Declare as functions.
14638
14639 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14642
14643 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14644
14645         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14646         certs should be verified and what is to be done in the event of a
14647         verification failure.
14648
14649         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14650         caller can indicate whether the cache should be disregarded for this
14651         call.  This way the result of the call is reproducible at all times and
14652         can be considered a canonical server name for the supplied method.
14653         (gnus-agent-method-p): Canonicalize server names by pushing their
14654         method through `gnus-method-to-server' using the no-cache argument.
14655
14656         * gnus-srvr.el (gnus-server-insert-server-line):
14657         Call `gnus-method-to-server' with `no-cache' argument.
14658
14659         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14660         gnus-agent-possibly-synchronize-flags as this should be called when the
14661         server is actually being opened.
14662         (gnus-agent-possibly-synchronize-flags)
14663         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14664         flags file of an agentized server to the latter function.
14665
14666         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14667         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14668         after a connection has been established successfully.
14669
14670 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-art.el (article-display-face): Force to display face if called
14673         interactively; check if gnus-article-x-face-too-ugly matches author.
14674         (article-display-x-face): Display face even if From header is missing
14675         as article-display-face does.
14676
14677 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14678
14679         * hashcash.el (message-narrow-to-headers-or-head)
14680         (message-fetch-field, message-goto-eoh)
14681         (message-narrow-to-headers): Declare as functions.
14682
14683 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * mail-source.el (mail-sources): Default to fetch from file for
14686         compatibility with default of nnmail-spool-file.
14687
14688 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14691         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14692         to look for encoded word that should be encoded again.
14693         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14694         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14695         encoding pattern.
14696         (rfc2047-decode-region): Switch strict regexp and loose one according
14697         to rfc2047-allow-irregular-q-encoded-words.
14698
14699 2007-11-25  Romain Francoise  <romain@orebokech.com>
14700
14701         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14702
14703 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * tls.el (tls-program): Provide more custom choices from
14706         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14707         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14708
14709 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14712         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14713
14714         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14715         `nnmail-spool-file'.
14716
14717         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14718         `nnmail-spool-file'.
14719
14720         * gnus-move.el (gnus-change-server): Ditto.
14721
14722         * gnus-kill.el (gnus-batch-score): Ditto.
14723
14724         * gnus-cache.el (gnus-jog-cache): Ditto.
14725
14726         * gnus-msg.el (gnus-summary-reply):
14727         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14728
14729 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14732         version.  Minor improvement to doc strings.
14733         (tls-program): Add comment.
14734
14735 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14736
14737         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14738         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14739         mismatch between the hostname provided in the certificate and the name
14740         of the host connnecting to.
14741         (open-tls-stream): Use them.  Check certificates against trusted root
14742         certificates.
14743
14744 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * gnus-cache.el (gnus-cache-generate-nov-databases):
14747         Use nnml-generate-nov-databases-directory instead of
14748         nnml-generate-nov-databases-1.
14749
14750 2007-11-24  Glenn Morris  <rgm@gnu.org>
14751
14752         * message.el (message-tool-bar-retro): Update for rename
14753         mail_send.xpm->mail-send.xpm.
14754
14755 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14756
14757         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14758         `smime-ldap-search' for Emacs 22 and up.
14759
14760 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14761
14762         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14763
14764         * message.el (message-send-mail-function): Fix error convention.
14765         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14766         (message-widen-reply, message-send-mail, message-talkative-question)
14767         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14768         (message-clone-locals, message-send-news): Use with-current-buffer.
14769         (message-insert-or-toggle-importance): Remove unused var `valid'.
14770         (message-make-references): Remove unused var `new-references'.
14771         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14772
14773 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14774
14775         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14776         (spam-split-symbolic-return-positive): Reflow docstring.
14777         (spam-backends, spam-summary-exit-behavior)
14778         (spam-mark-ham-unread-before-move-from-spam-group)
14779         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14780         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14781         (spam-clear-cache, spam-backend-check, spam-install-backend)
14782         (spam-install-statistical-backend, spam-list-of-processors)
14783         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14784         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14785         (spam-check-crm114, spam-initialize, spam-unload-hook):
14786         Fix typos in docstrings.
14787
14788 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14791         been checked if they have never been read and those group levels are
14792         higher than the one that a user specified.
14793
14794 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14797         foreign groups unless a group level is specified by a user.
14798         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14799
14800 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * message.el (message-send-mail-function): Require sendmail.
14803
14804 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * message.el (message-send-mail-function): Check for smtpmail too.
14807
14808         * utf7.el (utf7-encode, utf7-decode): Use coding system
14809         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14810
14811         * message.el (message-send-mail-function): New function.
14812         (message-send-mail-function): Set default using
14813         message-send-mail-function.  Adjust doc string.
14814         (message-send-mail-with-mailclient): New function.
14815
14816 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14817
14818         * smime.el (from):
14819         * rfc2047.el (message-posting-charset):
14820         * qp.el (mm-use-ultra-safe-encoding):
14821         * pop3.el (parse-time-months):
14822         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14823         * nnml.el (files):
14824         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14825         (jka-compr-compression-info-list, ange-ftp-path-format)
14826         (efs-path-regexp):
14827         * nndiary.el (files):
14828         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14829         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14830         (epg-digest-algorithm-alist, inhibit-redisplay)
14831         (password-cache-expiry):
14832         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14833         (pgg-output-buffer, password-cache-expiry):
14834         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14835         (efs-path-regexp):
14836         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14837         (inhibit-redisplay):
14838         * mm-uu.el (file-name, start-point, end-point, entry)
14839         (gnus-newsgroup-name, gnus-newsgroup-charset):
14840         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14841         (latin-unity-ucs-list):
14842         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14843         (mm-uu-binhex-decode-function):
14844         * message.el (gnus-message-group-art, gnus-list-identifiers)
14845         (rmail-enable-mime-composing, gnus-local-organization)
14846         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14847         (gnus-read-active-file, facemenu-add-face-function)
14848         (facemenu-remove-face-function, gnus-article-decoded-p)
14849         (tool-bar-mode):
14850         * mail-source.el (display-time-mail-function):
14851         * gnus-util.el (nnmail-pathname-coding-system)
14852         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14853         (gnus-original-article-buffer, gnus-user-agent)
14854         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14855         (xemacs-codename, sxemacs-codename, emacs-program-version):
14856         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14857         * gnus-start.el (gnus-agent-covered-methods)
14858         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14859         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14860         (gnus-newsgroup-headers, gnus-group-list-mode)
14861         (gnus-group-mark-positions, gnus-newsgroup-data)
14862         (gnus-newsgroup-unreads, nnoo-state-alist)
14863         (gnus-current-select-method, mail-sources)
14864         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14865         (nnmail-spool-file, gnus-cache-active-hashtb):
14866         * gnus-mh.el (mh-lib-progs):
14867         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14868         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14869         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14870         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14871         (gnus-group-buffer):
14872         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14873         (font-lock-set-defaults):
14874         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14875         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14876         (gnus-summary-post-menu, total-parts, type, condition, length):
14877         * gnus-agent.el (gnus-agent-read-agentview):
14878         * flow-fill.el (show-trailing-whitespace):
14879         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14880         eval-and-compile wrappers for byte compiler pacifiers.
14881
14882         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14883         (mm-display-inline-fontify): Check for featurep 'xemacs not
14884         extent-list.
14885
14886         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14887         itimer-list.
14888         (mm-create-image-xemacs): Only do something for XEmacs.
14889         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14890
14891         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14892
14893         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14894         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14895
14896 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14897
14898         * nnimap.el (nnimap-split-download-body):
14899         * gnus-demon.el (gnus-demon):
14900         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14901
14902 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14905         New macros.
14906         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14907         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14908         copy data from unibyte buffer to multibyte current buffer.
14909         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14910         to copy data from unibyte current buffer to multibyte buffer.
14911         (nntp-make-process-buffer): Make process buffer unibyte.
14912
14913         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14914
14915 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14916
14917         * pop3.el (pop3-open-server): Accept and process data more robustly at
14918         connection start to avoid spurious "POP SSL connection failed" errors.
14919
14920 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14923         read group names.
14924
14925 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14928
14929 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14932         (nnmail-save-active): Use a unibyte buffer when saving active file,
14933         which may contain non-ASCII group names.
14934
14935         * nnml.el (nnml-request-group): Decode group names in messages.
14936
14937 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14938
14939         * message.el (message-citation-line-function)
14940         (message-insert-formatted-citation-line): Fix spelling of
14941         `message-insert-formated-citation-line'.
14942
14943 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14946
14947 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14950         nnmail-pathname-coding-system.
14951
14952         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14953         that a user enters; decode group names in messages.
14954
14955         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14956
14957 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14960
14961         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14962
14963         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14964         risky local variable.
14965
14966         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14967
14968 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14969
14970         * encrypt.el: Improve documentation to fix function name typo.
14971         Reported by Daiki Ueno <ueno@unixuser.org>.
14972
14973 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14976         even if the point is not in the last page of an article.
14977         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14978         back to the previous page.
14979
14980 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14983
14984 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14987
14988 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14989
14990         * message.el (message-check-news-body-syntax):
14991         Avoid mm-string-as-multibyte.
14992         (message-hide-headers): Don't assume (point-min)==1.
14993
14994 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * message.el (message-remove-blank-cited-lines): Fix if remove is
14997         given.
14998         (message-bogus-address-regexp): New variable.
14999         (message-bogus-recipient-p): New function.
15000         (message-check-recipients): New command.
15001         (message-syntax-checks): Add `bogus-recipient'.
15002         (message-fix-before-sending): Add `bogus-recipient'.
15003
15004         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15005         (gnus-treat-body-boundary): Don't test window-system.
15006
15007 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15008
15009         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15010
15011 2007-10-28  Miles Bader  <miles@gnu.org>
15012
15013         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15014         at compile-time too.
15015
15016 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-msg.el (gnus-message-setup-hook):
15019         Add `message-remove-blank-cited-lines' to options.
15020
15021 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * message.el (message-remove-blank-cited-lines): New function.
15024         Suggested by Karl Plästerer.
15025
15026 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15029         mapc.
15030
15031         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15032         (top-level): Use mapc to set functions to be traced for debugging.
15033
15034         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15035         called for effect with while loop.
15036
15037         * message.el (message-talkative-question): Replace mapcar called for
15038         effect with mapc.
15039
15040         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15041         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15042         called for effect with dolist.
15043
15044         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15045
15046         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15047         gnus-extra-headers and nnmail-extra-headers.
15048
15049         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15050         called for effect with dolist.
15051         (top-level): Use mapc to set functions to be traced for debugging.
15052
15053         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15054         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15055         dolist.
15056
15057         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15058         Replace mapcar called for effect with mapc.
15059         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15060         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15061         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15062         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15063
15064         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15065         remove-if that's a cl function.
15066
15067         * webmail.el (webmail-debug): Replace mapcar called for effect with
15068         dolist.
15069
15070         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15071         with mapc.
15072
15073 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15076         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15077         with while loop.
15078
15079         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15080         functions from article-* functions.
15081         (gnus-multi-decode-header): Replace mapcar called for effect with
15082         dolist.
15083
15084         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15085         (gnus-bookmark-show-details): Replace mapcar called for effect with
15086         while loop.
15087
15088         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15089         called for effect with while loop.
15090
15091         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15092         with dolist.
15093
15094         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15095         Replace mapcar called for effect with dolist.
15096
15097         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15098
15099         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15100         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15101         Replace mapcar called for effect with dolist.
15102         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15103         mapc.
15104
15105         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15106         Replace mapcar called for effect with dolist.
15107         (gnus-topic-list): Replace mapcar called for effect with mapc.
15108
15109         * gnus.el: Use mapc instead of mapcar to add autoloads.
15110
15111 2007-10-23  Richard Stallman  <rms@gnu.org>
15112
15113         * gnus-group.el (gnus-group-highlight): Mark as risky.
15114
15115 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * gnus.el (gnus-server-to-method): Return method found first in
15118         gnus-newsrc-alist.
15119
15120         * gnus-art.el (gnus-article-highlight-signature)
15121         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15122         button overlay without the front stickiness.
15123
15124 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15125
15126         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15127         overview buffer needed a catch to receive its throw.
15128         (gnus-agent-flush-cache): Declare as interactive to make this function
15129         easier to use.
15130
15131 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15134         `next-line'.
15135
15136 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15139         exclude address matching message-dont-reply-to-names.
15140
15141 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * gnus-util.el (gnus-string<): New function.
15144
15145         * gnus-sum.el (gnus-article-sort-by-author)
15146         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15147
15148 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15151         the frame-focus tag is set in gnus-buffer-configuration.
15152
15153 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15156         the front stickiness.
15157
15158 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15161         url pattern; remove duplicate one.
15162         (gnus-article-extend-url-button): New function.
15163         (gnus-article-add-buttons): Use it.
15164         (gnus-button-push): Use concatenated url that it makes.
15165
15166 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15167
15168         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15169
15170 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15171
15172         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15173         Don't hardcode point-min==1.
15174
15175 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15176
15177         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15178         Fix comment about "iso8859-1".
15179
15180 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15181
15182         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15183         ones returned from the verify-function.
15184
15185         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15186         Call mml2015-extract-cleartext-signature if extraction failed.
15187
15188 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15189
15190         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15191         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15192         failed.
15193
15194 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15195
15196         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15197
15198 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15201         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15202         recommends to use EasyPG instead of PGG.
15203
15204         * pgg.el: Revert to revision 6.23.2.16.
15205
15206         * pgg-def.el: Revert to revision 6.6.2.14.
15207
15208         * pgg-gpg.el: Revert to revision 6.23.2.34.
15209
15210 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15211
15212         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15213         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15214         thread for both the null and zero (kill/expire thread) universal prefix
15215         cases.
15216         (gnus-summary-expire-thread): Add new function to expire a thread,
15217         using gnus-summary-kill-thread.
15218         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15219         shortcuts for gnus-summary-expire-thread.
15220         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15221         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15222
15223 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15226         extras value, so an extras entry can be deleted.
15227         (gnus-registry-delete-extra-entry): Use it.
15228         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15229         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15230         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15231         storage through the gnus-registry, and provide an appropriate API for
15232         it.
15233
15234 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15237         Suggested by Leo <sdl.web@gmail.com>.
15238
15239         * gnus.el: Do.
15240
15241 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15244         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15245
15246         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15247
15248         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15249         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15250
15251 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15254         newline.
15255         (nnmbox-request-accept-article): Don't change article in source buffer;
15256         narrow to header to use message-fetch-field rather than
15257         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15258         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15259         as delimiters; make sure article ends with newline.
15260         (nnmbox-delete-mail): Correct last position of article to be deleted;
15261         ignore X-Gnus-Newsgroup header in article body.
15262         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15263         positions; make sure article ends with newline.
15264
15265         * message.el (message-display-abbrev): Don't infloop when a user
15266         inserts SPC in the beginning of header.
15267
15268         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15269         coding-system-for-read and coding-system-for-write for XEmacs having no
15270         file-coding feature.
15271
15272         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15273
15274 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15275
15276         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15277         list of groups not followed by default.  Fix type to be regexp.
15278         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15279
15280 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15281
15282         * hmac-def.el (define-hmac-function): Switch from old-style to
15283         new-style backquotes.
15284
15285         * md4.el (md4-make-step): Likewise.
15286
15287 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15290         raw-text coding system when saving .newsrc file, which may contain
15291         non-ASCII group names.
15292
15293 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus-cus.el (gnus-score-extra): New widget.
15296         (gnus-score-extra-convert): New function.
15297         (gnus-score-customize): Use it for Extra.
15298
15299 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15300
15301         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15302         (mml2015-mailcrypt-clear-verify): Use it.
15303         (mml2015-gpg-clear-verify): Use it.
15304         (mml2015-pgg-clear-verify): Use it.
15305         (mml2015-epg-clear-verify): Replace the current part with the output
15306         from GnuPG; don't extract the plaintext by itself.
15307
15308         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15309         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15310         mml2015-clear-verify-function; don't touch the armor headers or
15311         dash-escaped text here.
15312
15313 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15316         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15317         parts, or application/octet-stream as a last resort.
15318         (gnus-mime-view-part-as-type): Don't toggle display.
15319         (gnus-mime-view-part-as-charset): Don't turn off display before
15320         querying charset.
15321
15322         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15323         stuff to undisplayer function in Emacs.
15324         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15325
15326         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15327         text/calendar parts.
15328
15329 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15332         decoding text/calendar parts.
15333
15334         * message.el (message-forward-make-body-mime): Always mark body as
15335         having no illegible text; remove signed-or-encrypted argument.
15336         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15337
15338         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15339         (mml-generate-mime-1): Don't encode body if it is specified to be in
15340         raw form; don't make buffer be unibyte when inserting multibyte string.
15341
15342 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15343
15344         * sha1.el: Fix up comment style.
15345         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15346         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15347
15348         * hex-util.el: Fix up comment style.
15349         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15350
15351         * gnus-salt.el: Use with-current-buffer.
15352         (gnus-pick-setup-message): Fix long-standing typo.
15353
15354 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * imap.el (imap-logout-timeout): New variable.
15357         (imap-logout, imap-logout-wait): New functions.
15358         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15359
15360         * nnimap.el (nnimap-logout-timeout): New server variable.
15361         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15362         nnimap-logout-timeout.
15363
15364         * gnus-art.el (gnus-article-summary-command-nosave)
15365         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15366
15367 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus.el (gnus-maximum-newsgroup): New variable.
15370
15371         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15372         according to gnus-maximum-newsgroup.
15373
15374         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15375         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15376         Limit the range of articles according to gnus-maximum-newsgroup.
15377
15378 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15379
15380         * gnus-art.el (gnus-sticky-article): Fix problems described in
15381         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15382         Don't perform gnus-configure-windows here; reuse existing sticky
15383         article buffer.
15384
15385         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15386         it doesn't exist in gnus-article-mode.
15387
15388 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15391         (gnus-agent-decoded-group-name): New function.
15392         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15393         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15394
15395 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15396
15397         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15398         Add binding for gnus-sticky-article.
15399         (gnus-summary-exit): Don't kill sticky article buffers.
15400
15401         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15402         article buffer.
15403         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15404         (gnus-kill-sticky-article-buffers): New commands.
15405
15406 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * nntp.el (nntp-xref-number-is-evil): New server variable.
15409         (nntp-find-group-and-number): If it is non-nil, don't trust article
15410         numbers in the Xref header.
15411
15412 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * gnus-agent.el (gnus-agent-read-group): New function.
15415         (gnus-agent-flush-group, gnus-agent-expire-group)
15416         (gnus-agent-regenerate-group): Use it.
15417         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15418         nnmail-pathname-coding-system.
15419
15420 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15423
15424         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15425         that are unread as unread, and also as selected so that information of
15426         marks having been changed by a user may be updated when exiting group.
15427
15428 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15429
15430         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15431
15432 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15435         calculated ignoring signature parts to gnus-treat-article.
15436
15437 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15440         a point here in order to keep the window start.
15441         (gnus-insert-mime-security-button): Make a button overlay without the
15442         front stickiness.
15443         (gnus-mime-display-security): Goto the end of a button.
15444
15445         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15446
15447 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15450         group-name-at-point.
15451         (gnus-group-completing-read): New function that offers decoded
15452         non-ASCII group names for completion.
15453         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15454         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15455         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15456         (gnus-group-fetch-control): Use it.
15457         (gnus-fetch-group): Use group-name-at-point for the initial value
15458         rather than the default value; use gnus-alive-p.
15459
15460         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15461         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15462         (gnus-summary-post-news): Use gnus-group-completing-read.
15463
15464         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15465         (gnus-read-move-group-name): Decode group name for completion.
15466
15467 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15468
15469         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15470         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15471         Yamaoka slightly modified the code).
15472
15473 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15476         (nnmail-split-incoming): Bind it.
15477
15478         * nnml.el (nnml-group-name-charset): New function.
15479         (nnml-decoded-group-name): Use it; don't decode group name if
15480         nnmail-group-names-not-encoded-p is non-nil.
15481         (nnml-encoded-group-name): New function.
15482         (nnml-group-pathname): Inline nnml-decoded-group-name.
15483         (nnml-request-expire-articles): Decode group name in message.
15484         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15485         nnmail-pathname-coding-system.
15486         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15487         not decoded ones according to nnmail-group-names-not-encoded-p.
15488         (nnml-generate-active-info): Use nnml-encoded-group-name.
15489
15490 2007-08-08  Glenn Morris  <rgm@gnu.org>
15491
15492         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15493         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15494         doc-strings and comments.
15495
15496 2007-07-25  Glenn Morris  <rgm@gnu.org>
15497
15498         * Relicense all FSF files to GPLv3 or later.
15499
15500 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * gnus-sum.el (gnus-summary-move-article):
15503         Make gnus-summary-respool-article work.
15504
15505 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15506
15507         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15508         string.
15509
15510 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15511
15512         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15513         that should be ignored when comparing distant RSS articles with local
15514         ones.
15515         (nnrss-make-hash-index): New function.  Create a hash index according
15516         to the ignored fields.
15517         (nnrss-check-group): Use it.
15518
15519 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15522
15523         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15524
15525         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15526         the new optional argument ENCODED is non-nil.
15527         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15528         coding system for encoding group name.
15529         (gnus-group-make-rss-group): Pass un-encoded group name to
15530         gnus-group-make-group.
15531         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15532         encoded.
15533
15534         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15535         Encode group name to which articles are moved or copied.
15536         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15537         coding system for encoding Newsgroup, Followup-To and Xref headers.
15538
15539         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15540         marks; use nnheader-file-coding-system to write a file.
15541         (nnagent-retrieve-headers): Bind file-name-coding-system to
15542         nnmail-pathname-coding-system.
15543
15544         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15545
15546         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15547         (nnml-request-article, nnml-request-create-group)
15548         (nnml-request-rename-group, nnml-find-id)
15549         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15550         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15551         (nnml-save-marks): Use nnml-group-pathname instead of
15552         nnmail-group-pathname.
15553
15554         (nnml-request-create-group, nnml-request-expire-articles)
15555         (nnml-request-move-article, nnml-request-delete-group)
15556         (nnml-deletable-article-p, nnml-possibly-create-directory)
15557         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15558         (nnml-open-marks): Bind file-name-coding-system to
15559         nnmail-pathname-coding-system.
15560
15561         (nnml-request-article): Pass server argument to nnml-find-group-number.
15562         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15563         Pass server argument to nnml-possibly-create-directory.
15564         (nnml-request-accept-article): Pass server argument to
15565         nnml-active-number and nnml-save-mail.
15566         (nnml-find-group-number): Pass server argument to nnml-find-id.
15567         (nnml-request-update-info): Pass server argument to
15568         nnml-marks-changed-p.
15569
15570         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15571         (nnml-save-mail, nnml-active-number): Add server argument.
15572
15573         (nnml-request-delete-group): Warn if group is missing.
15574         (nnml-get-nov-buffer): Decode group name.
15575         (nnml-generate-active-info): Encode group name.
15576         (nnml-open-marks): Decode group name in messages.
15577
15578 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15581         if it is not specified.
15582         (gnus-article-pipe-part, gnus-article-save-part)
15583         (gnus-article-interactively-view-part, gnus-article-copy-part)
15584         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15585         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15586         (gnus-article-replace-part, gnus-article-delete-part)
15587         (gnus-article-view-part-as-type): Pass raw prefix argument to
15588         gnus-article-part-wrapper.
15589
15590 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * gnus-agent.el (gnus-agent-save-active):
15593         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15594
15595         * gnus-cache.el (gnus-cache-save-buffers)
15596         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15597         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15598         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15599         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15600         (gnus-cache-generate-active, gnus-cache-rename-group)
15601         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15602         (gnus-cache-update-overview-total-fetched-for):
15603         Bind file-name-coding-system to nnmail-pathname-coding-system.
15604         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15605         New variables.
15606         (gnus-cache-decoded-group-name): New function.
15607         (gnus-cache-file-name): Use it.
15608         (gnus-cache-generate-active): Use non-decoded group name for active.
15609
15610         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15611         right place.
15612         (gnus-write-active-file): Don't break non-ASCII group names.
15613
15614         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15615         nnmail-pathname-coding-system.
15616
15617         * lpath.el: Bind default-file-name-coding-system,
15618         file-name-coding-system and language-info-alist for XEmacs.
15619
15620         * gnus-uu.el (gnus-uu-decode-save): Typo.
15621
15622 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15625
15626 2007-07-14  David Kastrup  <dak@gnu.org>
15627
15628         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15629         finishing actions if we did not edit the article.
15630
15631 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15634         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15635         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15636         (gnus-agent-flush-group, gnus-agent-flush-cache)
15637         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15638         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15639         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15640         (gnus-agent-regenerate-group)
15641         (gnus-agent-update-files-total-fetched-for)
15642         (gnus-agent-update-view-total-fetched-for):
15643         Bind file-name-coding-system to nnmail-pathname-coding-system.
15644         (gnus-agent-group-pathname): Don't encode file names by
15645         nnmail-pathname-coding-system.
15646         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15647         coding-system-for-write instead of buffer-file-coding-system to
15648         gnus-agent-file-coding-system.
15649
15650         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15651         Decode group name.
15652
15653         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15654
15655         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15656         (gnus-read-newsrc-el-file): Make group names unibyte.
15657
15658         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15659         nnmail-pathname-coding-system.
15660
15661         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15662         (nnrss-request-delete-group): Bind file-name-coding-system to
15663         nnmail-pathname-coding-system.
15664         (nnrss-read-server-data, nnrss-read-group-data):
15665         Bind file-name-coding-system correctly.
15666         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15667
15668         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15669         (nntp-server-to-method-cache): New variable.
15670         (nntp-group-pathname): New function that decodes non-ASCII group names.
15671         (nntp-possibly-create-directory, nntp-marks-changed-p)
15672         (nntp-save-marks, nntp-open-marks): Use it.
15673         (nntp-possibly-create-directory, nntp-open-marks):
15674         Bind file-name-coding-system to nnmail-pathname-coding-system.
15675         (nntp-open-marks): Decode group names when bootstrapping marks.
15676
15677         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15678         Newsgroups and Followup-To headers.
15679
15680 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15683         (gnus-server-closed-face, gnus-server-denied-face)
15684         (gnus-server-offline-face): Remove variable.
15685         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15686
15687         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15688         of modifying message-stack directly for XEmacs.
15689
15690         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15691         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15692         if the coding-system argument is nil for XEmacs.
15693
15694         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15695         mm-charset-override-alist.
15696
15697         * rfc2047.el: Don't require base64; require rfc2045 for the function
15698         rfc2045-encode-string.
15699         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15700         to quote the parameter value.
15701
15702 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15705         form in gnus-group-name-charset-method-alist.
15706
15707         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15708         overrides the default layout edit-form.
15709
15710         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15711
15712         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15713
15714 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15717         as unfetched articles.
15718
15719 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15720
15721         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15722
15723 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15726         original back end that keeps marks in the local system.
15727
15728 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15731         arg of pop-to-buffer for XEmacs.
15732         (gnus-article-read-summary-keys): Ditto; don't restore window
15733         configuration if summary command ends up with neither article buffer
15734         nor summary buffer; describe bindings if summary keys end with C-h.
15735
15736 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * message.el (message-fix-before-sending): Skip raw message part to be
15739         forwarded while checking illegible text.
15740         (message-forward-make-body-mime, message-forward-make-body):
15741         Mark signed or encrypted raw message as having no illegible text.
15742
15743 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15746         (gnus-message-with-timestamp-1): New macro.
15747         (gnus-message-with-timestamp): New function.
15748         (gnus-message): Use them.
15749
15750         * nnheader.el (nnheader-message): Use them.
15751
15752 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15755         .newsrc.eld file.
15756
15757 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * gnus-agent.el (gnus-agent-fetch-headers)
15760         (gnus-agent-retrieve-headers):
15761         Bind gnus-decode-encoded-address-function to identity.
15762
15763         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15764         available also when the server returns simply a dot.
15765
15766         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15767
15768 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15771
15772 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * gnus-ems.el (gnus-x-splash): Make it work.
15775
15776         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15777         from being used.
15778
15779         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15780
15781 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15784         4th and the 5th arguments.
15785
15786         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15787         the front stickiness.
15788         (gnus-article-summary-command-nosave): Correct the order of the
15789         arguments passed to pop-to-buffer.
15790         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15791         summary command ends up with the article buffer.
15792
15793         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15794         the same faces.
15795
15796 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15797
15798         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15799
15800 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15801
15802         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15803         * gnus-sum.el (gnus-summary-highlight):
15804         * pgg.el (pgg-sign-region, pgg-sign):
15805         * mail-source.el (mail-source-delete-old-incoming-confirm):
15806         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15807
15808 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * gnus-art.el (gnus-mime-view-part-externally)
15811         (gnus-mime-view-part-internally): Fix predicate function passed to
15812         completing-read.
15813
15814         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15815
15816         * gnus.el (gnus-update-message-archive-method): Add :version.
15817
15818 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * gnus.el (gnus-update-message-archive-method): New variable.
15821
15822         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15823         according to gnus-message-archive-method if
15824         gnus-update-message-archive-method is non-nil.
15825
15826 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15829         Suggested by Loic Dachary <loic@dachary.org>.
15830         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15831
15832 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * message.el (message-pop-to-buffer): Add switch-function argument.
15835         (message-mail): Pass switch-function argument to it.
15836
15837 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15840         Improve doc string.
15841
15842 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15845         (gnus-header-content):
15846         * gnus-cite.el (gnus-cite-10):
15847         * gnus-srvr.el (gnus-server-closed):
15848         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15849         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15850         (gnus-group-mail-3-empty, gnus-group-mail-low)
15851         (gnus-group-mail-low-empty, gnus-splash):
15852         * message.el (message-header-to, message-header-cc)
15853         (message-header-subject, message-header-other, message-header-name)
15854         (message-header-xheader, message-separator, message-cited-text)
15855         (message-mml): Lighten colors of faces used for dark background.
15856
15857 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15858
15859         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15860         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15861
15862 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * message.el (message-narrow-to-headers-or-head):
15865         Ignore mail-header-separator in the body.
15866
15867 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15870         same as window size.
15871
15872 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15873
15874         * message.el (message-font-lock-keywords): Use message-header-xheader
15875         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15876         ahead of the anything pattern, to get it recognized.
15877
15878 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15881         spam.el loads uses it in the compiled defadvice form.
15882
15883 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15884
15885         * gnus-sum.el (gnus-articles-to-read)
15886         (gnus-summary-insert-old-articles): Don't truncate group name for
15887         `read-string'.
15888
15889         * gnus-util.el (gnus-limit-string): Delete this function.
15890
15891         * gnus-sum.el (gnus-simplify-subject-fully):
15892         Use `truncate-string-to-width' instead.
15893
15894 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15895
15896         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15897         Tell if, on summary exit, the next group has to be selected.
15898         (gnus-summary-exit): Use it.
15899
15900 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15903         non-break space.
15904
15905 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15908         Check if group is not a directory.
15909         (nnfolder-request-expire-articles): Don't delete articles if the target
15910         group is not available.
15911
15912         * nnml.el (nnml-request-create-group): Properly check if group is not a
15913         file.
15914         (nnml-request-expire-articles): Don't delete articles if the target
15915         group is not available.
15916
15917         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15918         Don't quote characters that are within parentheses.
15919
15920 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15923         (gnus-handle-ephemeral-exit): Select article according to it.
15924
15925 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15926
15927         * message.el (message-insert-formated-citation-line): Remove newline.
15928         (message-citation-line-format): Add final \n here so that the user can
15929         avoid a blank line.
15930
15931 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15932
15933         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15934         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15935         Update lanl/arXiv support.
15936
15937 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15938
15939         * gnus.el: Bump version number.
15940
15941 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15942
15943         * gnus.el (gnus-version-number): Bump version.
15944
15945 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15946
15947         * gnus.el: No Gnus v0.6 is released.
15948
15949 2007-04-27  Didier Verna  <didier@xemacs.org>
15950
15951         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15952         * gmm-utils.el (gmm-regexp-concat): ... here.
15953         * message.el: Don't require 'gnus-util.
15954         (message-dont-reply-to-names): Handle name change above.
15955         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15956
15957 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15960         since the initial value varies according to the system.
15961
15962 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15965
15966 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15967
15968         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15969
15970 2007-04-24  Didier Verna  <didier@xemacs.org>
15971
15972         Improve the type of gnus-ignored-from-addresses.
15973         * gnus-util.el (gnus-orify-regexp): New function.
15974         * message.el (gnus-util): Require it.
15975         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15976         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15977         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15978
15979 2007-04-24  Didier Verna  <didier@xemacs.org>
15980
15981         * gnus-sum.el:
15982         * gnus-utils.el: Fix some trailing whitespaces.
15983
15984 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15987         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15988         article's Message-ID; refer parent article in summary buffer.
15989
15990         * message.el (message-bounce): Call mime-to-mml.
15991
15992         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15993         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15994         optimize and/or forms properly.
15995
15996 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15999         URL.
16000
16001 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16004
16005 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16008         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16009         displayed of multipart/alternative part if it is invoked from summary
16010         buffer.
16011
16012         * mm-view.el (mm-inline-text-html-render-with-w3m)
16013         (mm-inline-text-html-render-with-w3m-standalone)
16014         (mm-inline-render-with-function): Use mail-parse-charset by default.
16015
16016 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16017
16018         * parse-time.el (parse-time-string-chars): Check if CHAR
16019         is less than the length of parse-time-syntax.
16020
16021 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16024         from gnus-newsgroup-processable.
16025
16026 2007-04-16  Didier Verna  <didier@xemacs.org>
16027
16028         * gnus-msg.el (gnus-configure-posting-styles):
16029         Handle message-signature-directory properly with :file syntax.
16030         Reported by "Leo".
16031
16032 2007-04-11  Didier Verna  <didier@xemacs.org>
16033
16034         New user option: message-signature-directory.
16035         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16036         * message.el (message-insert-signature): Ditto.
16037         * message.el (message-signature-file): Doc update.
16038         * message.el (message-signature-directory): New.
16039
16040 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-msg.el (gnus-inews-yank-articles):
16043         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16044
16045 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * message.el (message-yank-original): Make sure cited text ends with
16048         newline; don't exchange point and mark.
16049
16050 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16051
16052         * tls.el (open-tls-stream): Properly handle case where there
16053         is no associated buffer.
16054
16055 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16056
16057         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16058         message-yank-original, make sure (< mark TEXT point).
16059
16060 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * message.el (message-fill-column): New variable.
16063         (message-mode): Use it.  Add comment on a possible new hook.
16064
16065         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16066         (nnmail-get-new-mail): Reformat.
16067
16068         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16069
16070         * gmm-utils.el: Fix Commentary.
16071         (gmm-tool-bar-from-list): Fix typo in doc string.
16072
16073 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16074
16075         * message.el (message-yank-original): Don't switch point and mark
16076         unnecessarily to put point and mark as documented.
16077
16078 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16079
16080         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16081         from the message heads.
16082
16083 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16084
16085         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16086         article buffer does not have a window.  This may not be the best
16087         solution but is certainly better than setting the start of the null,
16088         that is the current, window.
16089
16090 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16091
16092         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16093         (gnus-draft-setup): Run it.
16094
16095         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16096         gnus-score-fast-scoring.  Allow regexp.
16097         (gnus-score-headers): Use it.
16098
16099         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16100         XEmacs.
16101
16102         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16103         string.
16104         (gnus-button-alist): Also catch `<f1> k ...'.
16105         (gnus-treat-display-x-face): Fix doc string.
16106
16107 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16108
16109         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16110         evaluation of gnus-extended-version to ensure correct generation of the
16111         User-Agent header when message-generate-headers-first is used.
16112
16113 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16114
16115         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16116         hashcash-path is nil.  Don't call callback with incorrect number of
16117         parameters if val is 0.
16118
16119 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16120
16121         * message.el (message-required-news-headers):
16122         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16123
16124 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16125
16126         * tls.el (open-tls-stream): In handshake-waiting loop,
16127         don't wait more if there is output available to process.
16128
16129 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16130
16131         * tls.el (tls-program): Doc fix.
16132
16133 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * message.el (message-generate-new-buffers): Change the meaning of the
16136         nil value; add `standard' to the choices; treat t as `unique'; improve
16137         doc string.
16138         (gnus-select-frame-set-input-focus): Autoload.
16139         (message-buffer-name): Search for the existing message buffer if
16140         message-generate-new-buffers is nil or `standard'; treat the value t of
16141         message-generate-new-buffers as `unique'.
16142         (message-pop-to-buffer): Raise the frame already displaying the message
16143         buffer; clear the echo area after querying.
16144         (message-setup): Pass the `continue' argument to compose-mail.
16145         (message-mail): Prefer `switch-function' if it is given; search for the
16146         existing message buffer if the `continue' argument is non-nil; pass
16147         continue and switch-function arguments to compose-mail by way of
16148         message-setup.
16149         (message-mail-other-window): Adjust argument of message-setup.
16150         (message-mail-other-frame): Ditto.
16151
16152 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16155         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16156         to turn font-lock on when turning gnus-message-citation-mode on.
16157
16158 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16159
16160         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16161         (mml-smime-function-alist): New variable; add epg as the backend.
16162         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16163         mml-smime- functions instead.
16164         * mm-view.el: Require smime.
16165
16166 2007-03-05  Didier Verna  <didier@xemacs.org>
16167
16168         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16169         instead of just inheritance for posting styles.
16170         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16171
16172 2007-02-24  Chris Moore  <dooglus@gmail.com>
16173
16174         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16175         * pgg-pgp.el (pgg-pgp-encrypt-region):
16176         * pgg-gpg.el (pgg-gpg-encrypt-region):
16177         Check pgg-encrypt-for-me if no other recipients.
16178
16179 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16180
16181         * tls.el (tls-certtool-program): Fix custom type.
16182
16183 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16186         and point-at-eol instead of line-(beginning|end)-position.
16187
16188         * assistant.el (assistant-parse-buffer): Ditto.
16189
16190         * netrc.el (netrc-parse-services): Ditto.
16191
16192 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16193
16194         * mml2015.el (mml2015-epg-find-usable-key): New function.
16195         (mml2015-epg-sign): Use it.
16196         (mml2015-epg-encrypt): Use it.
16197
16198 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * message.el (message-make-in-reply-to): Quote name containing
16201         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16202         if there are special characters.  Reported by NAKAJI Hiroyuki
16203         <nakaji@jp.freebsd.org>.
16204
16205 2007-02-27  Didier Verna  <didier@xemacs.org>
16206
16207         Include the group parameters as well as the topic ones in the
16208         inheritance filter process.
16209         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16210         argument GROUP-PARAMS-LIST.
16211         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16212
16213 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * nntp.el (nntp-never-echoes-commands)
16216         (nntp-open-connection-functions-never-echo-commands): New variables.
16217         (nntp-send-command): Use them.
16218
16219 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16220
16221         * mml2015.el (mml2015-epg-verify): Simplify.
16222
16223 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * mml.el (mml-content-disposition-alist): New user option.
16226         (mml-content-disposition): New function.
16227         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16228         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16229
16230 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16231
16232         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16233         verification.
16234
16235 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16236
16237         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16238         articles posted in the last 24 hours.
16239
16240 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16241
16242         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16243
16244 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16245
16246         * nntp.el (nntp-send-command): Don't wait for echoes when
16247         nntp-open-ssl-stream is used.
16248
16249 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16252         (gnus-message-add-citation-keywords)
16253         (gnus-message-remove-citation-keywords): Remove.
16254         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16255         directly, make the variables in font-lock-defaults buffer-local, add
16256         gnus-message-citation-keywords to them and then update the value of
16257         font-lock-keywords.
16258
16259 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * message.el (message-cite-original-1): Don't call
16262         gnus-article-highlight-citation.
16263
16264         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16265         citations; fix line count.
16266
16267 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16270         (gnus-message-add-citation-keywords)
16271         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16272         versions of font-lock-add-keywords and font-lock-remove-keywords to
16273         work with XEmacs correctly.
16274
16275 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * gnus-cite.el (gnus-cite-face-list): Set the values of
16278         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16279         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16280         (gnus-message-cite-prefix-regexp): New variable.
16281         (gnus-message-search-citation-line): Use it; protect against long
16282         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16283         the 0th match data for Emacs.
16284         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16285         (gnus-message-add-citation-keywords): Append keywords rather than
16286         prepending; emulate font-lock-add-keywords if it is not available.
16287         (gnus-message-remove-citation-keywords):
16288         Emulate font-lock-remove-keywords if it is not available.
16289
16290         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16291
16292         * message.el (message-cite-prefix-regexp): Set the value of
16293         gnus-message-cite-prefix-regexp.
16294
16295 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16296
16297         * nnweb.el (nnweb-google-parse-1): Update parser.
16298
16299 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16300
16301         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16302
16303 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16304
16305         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16306         regexp.
16307
16308 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16311         string-to-multibyte.
16312         (uudecode-decode-region-internal): Use it.
16313
16314         * lpath.el: Fbind string-as-multibyte for XEmacs.
16315
16316 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16319         Fix custom choice.
16320
16321         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16322
16323 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16324
16325         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16326
16327         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16328         `write-region' to respect `mm-inhibit-file-name-handlers'.
16329
16330 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16331
16332         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16333         Use gnus-home-directory instead of "~/" or "$HOME".
16334
16335 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16336
16337         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16338         to mention filename.
16339         Add comments at beginning regarding usage.
16340         (encrypt-write-file-contents): Change interactive so a string is
16341         acceptable.  If the file has no associated model, show an error instead
16342         of a nonsense prompt.
16343
16344 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16345
16346         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16347         Thanks to Yoshihiko Yamada for kind notification of this typo.
16348
16349 2007-01-12  Kenichi Handa  <handa@m17n.org>
16350
16351         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16352         multibyte buffer.
16353
16354 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * gnus-score.el (gnus-score-fast-scoring): New variable.
16357         (gnus-score-headers): Use it.
16358
16359         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16360
16361         * message.el (message-cite-original-1):
16362         Call gnus-article-highlight-citation if requested.
16363         (message-make-from): Allow name and address as optional arguments.
16364
16365         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16366
16367         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16368         bugs to doc string.
16369         (gnus-button-alist): Add mid\\|message-id.
16370         (gnus-button-fetch-group): Extend for use in
16371         `browse-url-browser-function'.
16372         (gnus-button-url-regexp): Try to catch paired parentheses like in
16373         Wikipedia URLs.
16374
16375         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16376         Suggested by Simon Krahnke <overlord@gmx.li>.
16377
16378 2007-01-13  Romain Francoise  <romain@orebokech.com>
16379
16380         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16381         Update copyright.
16382
16383 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16384
16385         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16386
16387 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16388
16389         * gnus-registry.el (gnus-registry-unfollowed-groups)
16390         (gnus-registry-split-fancy-with-parent): Fix documentation.
16391
16392 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16393
16394         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16395         from nnweb groups.
16396
16397 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16398
16399         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16400         Xref urls.  Erase buffer before requesting head.
16401
16402         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16403
16404 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16407         customizable.
16408
16409 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16410
16411         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16412         no signing key is found.
16413         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16414         no encrypting and/or signing key is found.
16415
16416 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16417
16418         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16419
16420 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16421
16422         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16423         headers read from disk with the ones newly found in the current search.
16424         This should no longer cause problems, because the article numbers in
16425         Gmane's `nov.php' output are ignored since the previous change.
16426
16427 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16428
16429         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16430
16431 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16434         replace-regexp-in-string; bind url-version; fbind display-images-p and
16435         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16436         find-face and set-itimer-function for Emacs; bind itimer-list for
16437         Emacs.
16438
16439         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16440
16441 2007-01-01  Romain Francoise  <romain@orebokech.com>
16442
16443         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16444
16445 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16446
16447         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16448         `define-minor-mode' macro definition expanded properly.
16449         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16450         exclude it there.
16451
16452         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16453         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16454         `fboundp' test.
16455         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16456         This is OK to autoload in (S)XEmacs now.
16457
16458 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16459
16460         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16461         keystroke.
16462         (gnus-summary-limit-to-singletons): Fix typo.
16463
16464         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16465         else fails.
16466
16467 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16468
16469         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16470         docstring.
16471
16472         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16473         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16474         (gnus-summary-insert-dormant-articles): Fix typo in message.
16475
16476 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16477
16478         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16479         nil for XEmacs.
16480         (gnus-message-citation-mode): Don't autoload in XEmacs.
16481
16482         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16483
16484 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16485
16486         * nnimap.el (nnimap-expunge-search-string):
16487         Mention nnimap-search-uids-not-since-is-evil in docstring.
16488
16489 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * spam.el: Revert to make-obsolete-variable because
16492         define-obsolete-variable-alias is not supported in Emacs 21.
16493
16494         * spam.el (spam-ifile-path, spam-ifile-database-path)
16495         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16496         make-obsolete-variable.
16497         (spam-bsfilter-path, spam-bsfilter-program)
16498         (spam-spamassassin-path, spam-spamassassin-program)
16499         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16500         Don't use "path" inappropriately.
16501         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16502         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16503         variable names.
16504
16505 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16506
16507         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16508         summary buffer.
16509
16510         * password.el (password-cache-remove): Use clear-string to burn
16511         password, if available.
16512
16513 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16514
16515         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16516
16517         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16518
16519         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16520         (gnus-message-highlight-citation): Move defcustom here from
16521         gnus-cite.el.
16522         (gnus-message-citation-mode): Autoload.
16523
16524         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16525         checks to make it compile with XEmacs.
16526         (gnus-message-citation-mode): New minor mode.
16527         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16528         (gnus-message-highlight-citation): New variables.
16529         (gnus-message-search-citation-line)
16530         (gnus-message-add-citation-keywords)
16531         (gnus-message-remove-citation-keywords)
16532         (turn-on-gnus-message-citation-mode)
16533         (turn-off-gnus-message-citation-mode): New functions.
16534
16535 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16536
16537         * gnus-cite.el: Enable highlighting of different citation levels in
16538         message-mode.
16539
16540 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16541
16542         * message.el (message-make-fqdn): Fix comment.
16543         (message-bogus-system-names): Add ".local".
16544
16545         * spam.el (spam-ifile-path, spam-ifile-program)
16546         (spam-ifile-database-path, spam-ifile-database)
16547         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16548         Don't use "path" inappropriately.
16549         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16550         strings.
16551         (spam-check-ifile, spam-ifile-register-with-ifile)
16552         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16553         Use new variable names.
16554
16555         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16556         (gnus-treat-display-smileys): Simplify using
16557         gnus-image-type-available-p.
16558
16559         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16560         available.
16561
16562         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16563         Use `display-images-p' if available.
16564
16565 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16568         one after turning on the buffer's multibyteness instead of decoding
16569         them directly in the unibyte buffer that causes unexpected conversion
16570         in Emacs 23 (unicode).
16571
16572 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16573
16574         * message.el (message-generate-hashcash): Fix custom type.
16575
16576 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16577
16578         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16579
16580 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16583         disconnect icons.  Add help text.
16584
16585 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16588         negated to be consistent with the others we handle.
16589
16590 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16591
16592         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16593         version of gnus-summary-buffer to something, so that we can use two
16594         article buffers at the same time.
16595
16596 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16597
16598         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16599         trigger all the extra headers.
16600         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16601         sorting.
16602
16603 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16604
16605         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16606         solid groups.
16607
16608 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16609
16610         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16611
16612 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * legacy-gnus-agent.el: Add Copyright notice.
16615
16616 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16617
16618         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16619
16620 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16621
16622         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16623
16624         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16625         to make it work reliably in CVS Emacs.
16626         (gnus-summary-limit-strange-charsets-predicate)
16627         (gnus-summary-limit-to-predicate): New functions.
16628
16629 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16630
16631         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16632         specifying array size.
16633         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16634         array if it is too small.
16635         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16636         (gnus-sort-threads-loop): New function.
16637
16638 2006-12-06  Chris Moore  <dooglus@gmail.com>
16639
16640         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16641         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16642
16643 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16644
16645         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16646         options.
16647
16648 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16649
16650         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16651         DOS-ing the recipient.
16652
16653         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16654         the headers when creating the mapping to avoid mismappings.
16655         (nnweb-gmane-create-mapping): Always nix out old mapping.
16656
16657 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16660         and mm-verify-option to never.
16661
16662 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * message.el (message-signed-or-encrypted-p): New function.
16665         (message-forward-make-body): Use it.
16666
16667         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16668         Replace encode-coding-string with mm-encode-coding-string.
16669
16670 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * nneething.el (nneething-decode-file-name):
16673         Replace decode-coding-string with mm-decode-coding-string.
16674
16675         * gnus-int.el (gnus-open-server): Say failed server's name.
16676
16677 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16678
16679         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16680         strings to a single string.  Quote `errors-file-name'.
16681         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16682         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16683         Adjust calls.  Use `shell-quote-argument'.
16684
16685 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16686
16687         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16688         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16689
16690         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16691         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16692         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16693         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16694         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16695         (gnus-subscribe-newsgroup, gnus-1):
16696         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16697         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16698         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16699         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16700
16701 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16702
16703         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16704         keystroke.
16705         (gnus-summary-limit-to-bodies): Implement headersp.
16706
16707 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16708
16709         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16710
16711 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16714
16715 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16716
16717         * message.el (message-generate-hashcash): Expand range of values to
16718         include `opportunistic'.
16719         (message-send-mail): Use it.
16720
16721 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16722
16723         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16724         and comment it.
16725
16726         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16727
16728 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * gnus-util.el (gnus-extract-address-components): Improve comment.
16731
16732 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * gnus-util.el (gnus-extract-address-components): Work with address in
16735         which the name portion contains @.
16736
16737         * lpath.el: Fbind custom-autoload.
16738
16739 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * gnus.el (gnus-start): Move custom group up.
16742         (gnus-select-method): Don't autoload, but make it available for
16743         `customize-variable'.
16744         (gnus-getenv-nntpserver): Don't autoload.
16745
16746 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16747
16748         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16749
16750 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * message.el (message-sendmail-extra-arguments): New variable.
16753         (message-send-mail-with-sendmail): Use it.
16754
16755 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16758         mm-with-unibyte-current-buffer to make string unibyte.
16759
16760         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16761         mm-string-as-multibyte.
16762
16763 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16764
16765         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16766         Reported by Werner Koch <wk@gnupg.org>.
16767
16768 2006-11-14  Daiki Ueno  <ueno@p360>
16769
16770         * mml2015.el: Autoload epa-select-keys when compiling.
16771
16772 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16773
16774         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16775         message-options.
16776         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16777
16778 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16779
16780         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16781         EasyPG (< 0.0.6).
16782         (mml2015-always-trust): New user option.
16783         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16784         prompt.
16785
16786 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * nntp.el (nntp-authinfo-force): New variable.
16789         (nntp-send-authinfo): Use it.
16790
16791 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16792
16793         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16794         decode encoded words.  Improve prompt.  Add comment about forwarding.
16795         (message-replacement-char): Move up.
16796
16797 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16798
16799         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16800         instead of gnus-intersection because arguments of gnus-sorted-nunion
16801         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16802
16803 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16804
16805         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16806         (message-simplify-subject-functions):
16807         Enable message-strip-subject-encoded-words by default.
16808
16809 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * message.el (message-strip-subject-encoded-words): New function.
16812         (message-simplify-subject-functions): New variable.
16813         (message-simplify-subject): Use it.  Fix typo in doc string.
16814         Support message-strip-subject-encoded-words.
16815
16816 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16817
16818         * gnus-diary.el (gnus-diary-delay-format-function):
16819         * nndiary.el (nndiary-reminders):
16820         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16821
16822 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16823
16824         * gnus-art.el (article-hide-boring-headers): Fetch date from
16825         gnus-original-article-buffer to avoid problems with localized date
16826         strings.
16827
16828 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16831
16832 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16833
16834         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16835         New variables.
16836         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16837         (mm-charset-synonym-alist): Move some entries to
16838         mm-codepage-iso-8859-list.
16839         (mm-charset-synonym-alist, mm-charset-override-alist):
16840         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16841
16842 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16845
16846 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16849         with Emacs 21 and XEmacs.
16850
16851 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * spam.el (spam-parse-address): New function for better parsing,
16854         catching errors, etc.
16855         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16856
16857 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * mm-view.el: Add interactive arg to html2text autoload.
16860
16861 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16864
16865 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16868         New variables.
16869         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16870         (mm-charset-synonym-alist): Move some entries to
16871         mm-codepage-iso-8859-list.
16872
16873         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16874
16875 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16876
16877         * message.el (message-citation-line-format)
16878         (message-insert-formated-citation-line): Fix implementation of %E, %N
16879         and %n according to the doc string.
16880
16881 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16882
16883         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16884         Use car-safe to avoid bad parses.
16885
16886 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16889         names.
16890
16891         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16892
16893 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16896         header.
16897
16898         * message.el (message-draft-headers): Add Date.
16899         (message-headers-to-generate): Fix typo in docstring.
16900
16901         * nndraft.el (nndraft-required-headers): New variable.
16902         (nndraft-generate-headers): Use it.
16903
16904         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16905
16906 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * gnus-registry.el (gnus-registry-wash-for-keywords)
16909         (gnus-registry-find-keywords): New functions to allow easy searching of
16910         articles that are in the registry.
16911
16912 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16915         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16916         Reported by Damien Elmes <damien@repose.cx>.
16917
16918 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16919
16920         * gnus.el (gnus-mime): Remove unused custom group.
16921
16922 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16923
16924         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16925         "blank line" when searching for end of armor headers.
16926
16927 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * gmm-utils.el (gmm-write-region): Fix variable name.
16930
16931 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * gmm-utils.el (gmm-write-region): New function based on compatibility
16934         code from `mm-make-temp-file'.
16935
16936         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16937
16938         * nnmaildir.el (nnmaildir--update-nov)
16939         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16940         Use `gmm-write-region'.
16941
16942 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16943
16944         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16945         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16946
16947         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16948
16949         * message.el (message-replacement-char): New variable.
16950         (message-fix-before-sending): Use it.
16951         (message-simplify-subject): New function to remove duplicate code.
16952         (message-reply, message-followup): Use it.
16953
16954         * gnus-sum.el (gnus-summary-make-menu-bar):
16955         Clarify gnus-summary-limit-to-articles.
16956
16957 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * gnus-util.el (gnus-with-local-quit): New macro.
16960
16961         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16962
16963 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16964
16965         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16966         ignore non-string data.
16967
16968 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16969
16970         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16971         non-string data (needs to be done in the registry too).
16972
16973 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16974
16975         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16976         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16977         (gnus-registry-split-fancy-with-parent)
16978         (gnus-registry-fetch-simplified-message-subject-fast)
16979         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16980         Remove text properties on ingress into the registry and when it's saved.
16981         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16982         registry from entries with no groups.
16983
16984 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16987         function to remove string properties.
16988
16989 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * gmm-utils.el (gmm): Adjust custom version.
16992
16993         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16994         Adjust custom version.
16995
16996         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16997
16998 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * gnus-art.el (gnus-insert-prev-page-button)
17001         (gnus-insert-next-page-button): Simplify.  Reformat.
17002
17003 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17004
17005         * gnus-art.el (gnus-insert-prev-page-button)
17006         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17007
17008 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17009
17010         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17011
17012 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17013
17014         * gnus-art.el (gnus-insert-mime-button)
17015         (gnus-insert-mime-security-button):
17016         Apply gnus-article-button-face to MIME and security buttons.
17017
17018 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17019
17020         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17021         readable.
17022
17023 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17026
17027 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17028
17029         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17030         `browse-url-of-file' instead of `browse-url'.
17031
17032 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17033
17034         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17035         regexp.  Articles containing quotation were cut prematurely.
17036
17037 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * message.el (message-cite-original-1): Use nobody by default for the
17040         value of From header.
17041         (message-reply): Ditto.
17042
17043 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17044
17045         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17046         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17047         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17048
17049 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17052         mails in the doc string.  Add some URLs in comment.
17053         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17054
17055 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17058         backslashes handling and the way to find boundaries of quoted strings.
17059
17060 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17061
17062         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17063         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17064         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17065         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17066
17067 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17068
17069         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17070         doc string.
17071         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17072
17073 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * lpath.el: Fbind epg-check-configuration.
17076
17077 2006-09-06  Simon Josefsson  <jas@extundo.com>
17078
17079         * mml2015.el (mml2015-use): Doc fix, mention epg.
17080
17081 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17082
17083         * mml2015.el (mml2015-use): Default to epg, if available.
17084
17085 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17086
17087         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17088         message-sender.
17089         (mml1991-epg-encrypt): Ditto.
17090         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17091         message-sender.
17092         (mml2015-epg-encrypt): Ditto.
17093
17094 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17095
17096         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17097         several common directories.
17098
17099 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17100
17101         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17102         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17103
17104 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * gnus-art.el (article-decode-encoded-words): Make it fast.
17107
17108 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17111
17112         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17113         in quoted string into `\'.
17114
17115 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17118         Use standard-syntax-table.
17119
17120 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gnus-art.el (gnus-decode-address-function): New variable.
17123         (article-decode-encoded-words): Use it to decode headers which are
17124         assumed to contain addresses.
17125         (gnus-mime-delete-part): Remove useless `or'.
17126
17127         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17128         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17129         (gnus-nov-parse-line): Use it to decode From header.
17130         (gnus-get-newsgroup-headers): Ditto.
17131         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17132
17133         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17134         (mail-decode-encoded-address-string): New alias.
17135
17136         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17137         New function.
17138         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17139         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17140         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17141         (rfc2047-decode-string): Ditto.
17142         (rfc2047-decode-address-region): New function.
17143         (rfc2047-decode-address-string): New function.
17144
17145 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * message.el (message-caesar-buffer-body): Allow rotating headers.
17148
17149         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17150
17151         * message.el (message-insert-formated-citation-line): Fix %f.
17152         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17153
17154 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17157         (gnus-bookmark-mouse-available-p): New macro.
17158         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17159         (gnus-bookmark-bmenu-show-infos): Use it.
17160         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17161         (gnus-bookmark-bmenu-hide-infos): Ditto.
17162         (gnus-bookmark-remove-properties): New function.
17163         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17164         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17165         (gnus-bookmark-write-file): Bind coding-system-for-write.
17166         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17167         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17168         group before selecting it.
17169         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17170         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17171         quit-window if it is not available; use gnus-mouse-2 and bind it to
17172         gnus-bookmark-bmenu-select-by-mouse.
17173         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17174         (gnus-bookmark-bmenu-select-by-mouse): New function.
17175
17176 2006-08-13  Romain Francoise  <romain@orebokech.com>
17177
17178         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17179         space.
17180
17181 2006-08-10  Romain Francoise  <romain@orebokech.com>
17182
17183         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17184         (dns-mode-soa-auto-increment-serial): New user option.
17185         (dns-mode-soa-maybe-increment-serial): New function.
17186         (dns-mode): Add the latter to `write-contents-functions'.
17187
17188 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * compface.el (uncompface): Use binary rather than raw-text-unix.
17191
17192 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * compface.el (uncompface): Make sure the eol conversion doesn't take
17195         place when communicating with the external programs.
17196         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17197
17198 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17201
17202 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17203
17204         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17205         Make it more robust by parsing author and date independently.
17206
17207 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17210
17211 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17212
17213         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17214         first matching secret key.
17215         (mml2015-epg-encrypt): Ditto.
17216
17217         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17218         first matching secret key.
17219         (mml1991-epg-encrypt): Ditto.
17220
17221         * mml2015.el (mml2015-encrypt-to-self): New user option.
17222         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17223         mml2015-epg-encrypt-to-self is set.
17224
17225         * mml1991.el (mml1991-encrypt-to-self): New variable.
17226         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17227         mml1991-epg-encrypt-to-self is set.
17228
17229         * mml2015.el (mml2015-signers): New user option.
17230         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17231         (mml2015-epg-encrypt): Allow to select signing keys.
17232
17233         * mml1991.el (mml1991-signers): New variable.
17234         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17235         (mml1991-epg-encrypt): Allow to select signing keys.
17236
17237 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * nnheader.el (nnheader-insert-head): Make it work even if the file
17240         uses CRLF for the line-break code.
17241
17242 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17243
17244         * mml2015.el: Require mml-sec instead of password.
17245         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17246         (mml2015-cache-passphrase): Inherit the default value from
17247         mml-secure-cache-passphrase.
17248         (mml2015-passphrase-cache-expiry): Inherit the default value from
17249         mml-secure-passphrase-cache-expiry.
17250
17251         * mml1991.el: Require mml-sec instead of password.
17252         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17253         (mml1991-cache-passphrase): Inherit the default value from
17254         mml-secure-cache-passphrase.
17255         (mml1991-passphrase-cache-expiry): Inherit the default value from
17256         mml-secure-passphrase-cache-expiry.
17257
17258         * mml-sec.el: Require password.
17259         (mml-secure-verbose): New user option.
17260         (mml-secure-cache-passphrase): New user option.
17261         (mml-secure-passphrase-cache-expiry): New user option.
17262
17263 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17264             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17265
17266         * pgg-def.el (pgg-truncate-key-identifier):
17267         Truncate the key ID to 8 letters from the end.
17268
17269 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17270
17271         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17272         workaround for the url package included with Emacs.
17273
17274         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17275
17276 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17279         correctly.  This fixes a bug caused by the 2006-05-12 change.
17280
17281 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17282
17283         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17284         some information about the error when saying that the `bogus' mail
17285         group will be used.
17286
17287 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17290         string.
17291
17292 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17293
17294         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17295
17296 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17297
17298         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17299
17300 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17301
17302         * mml1991.el (mml1991-function-alist): Add epg.
17303         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17304         (mml1991-epg-encrypt): New functions.
17305
17306 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17307
17308         * mml2015.el (mml2015-verbose): New variable.
17309         (mml2015-cache-passphrase): Ditto.
17310         (mml2015-passphrase-cache-expiry): Ditto.
17311         (mml2015-function-alist): Add epg.
17312         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17313         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17314         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17315         New functions.
17316
17317 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17318
17319         * message.el (message-cite-original-1): Preserve region when removing
17320         quoted text due to X-No-Archive in order to avoid bogus attribution
17321         when citing multiple messages.
17322
17323 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17324
17325         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17326         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17327
17328 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17329
17330         * gnus-diary.el (gnus-user-format-function-d)
17331         (gnus-user-format-function-D): Autoload.
17332
17333         * imap.el (Commentary): Fix typo.
17334
17335         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17336         2006-04-22 contribution.
17337
17338 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17339
17340         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17341         It didn't really fix the bogosity I'm seeing with solid web groups.
17342
17343 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17344
17345         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17346         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17347         created using server names.  If we use the feature without declaring
17348         it, Gnus does not properly manage server and group state.
17349
17350         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17351         bound.
17352
17353 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17354
17355         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17356         looking up the method using GROUP's prefix before inventing a new one.
17357         It is used on killed/unknown groups in various places where returning
17358         an all-new method isn't expected by the caller.
17359
17360         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17361         and match semantics of gnus-group-real-prefix.
17362
17363 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * nnmail.el (nnmail-broken-references-mailers): New variable.
17366         (nnmail-ignore-broken-references): New function generalizing
17367         nnmail-fix-eudora-headers.
17368         (nnmail-fix-eudora-headers): Now obsolete.
17369
17370         * gnus-art.el (gnus-button-handle-custom):
17371         Support `customize-apropos*'.
17372
17373 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17374
17375         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17376
17377         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17378         articles.
17379
17380 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17381
17382         * message.el (message-cite-reply-above): New variable.
17383         (message-yank-original): Use it.
17384
17385 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17388
17389 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17392         as read.
17393
17394         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17395
17396 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17399         (gnus-bookmark-default-file): Use gnus-directory.
17400         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17401         Remove "*" in doc string.
17402         (gnus-bookmark-write-file): Simplify.
17403         (gnus-bookmark-maybe-sort-alist): Use `when'.
17404         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17405         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17406         Add FIXME about Emacs 21 and XEmacs compatibility.
17407         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17408         compatibility.
17409         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17410         compatibility.
17411         (gnus-bookmark-menu-heading): Fix version.
17412
17413 2006-06-19  Bastien Guerry  <bzg@altern.org>
17414
17415         * gnus-bookmark.el: New file.
17416
17417 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * message.el (message-syntax-checks): Doc fix.
17420
17421 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17422
17423         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17424         unsubscribed groups as if they were killed ones.  It causes duplicate
17425         entries in gnus-newsrc-alist.
17426
17427 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * message.el (message-syntax-checks): Doc fix.
17430         (message-send-mail): Add check for continuation headers.
17431         (message-check-news-header-syntax): Fix regexp used to check for
17432         continuation headers.
17433
17434 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17437
17438 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17441
17442 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17445         default-truncate-lines.
17446
17447 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17450         to fill the utf-8 entry.
17451
17452         * lpath.el: Fbind unicode-precedence-list.
17453
17454 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17455
17456         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17457
17458 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17459
17460         * gnus-agent.el (directory-files-and-attributes): Move all the way
17461         forward (the third and final move).
17462         (gnus-agent-read-agentview): Trap reconstruction errors due to
17463         nonexistent directory.  Handle by returning nil.
17464
17465 2006-05-30  Didier Verna  <didier@xemacs.org>
17466
17467         * message.el (message-dont-reply-to-names): Update the custom type.
17468         * message.el (message-dont-reply-to-names): New defsubst: potentially
17469         convert a list of regexps into a single one.
17470         * message.el (message-get-reply-headers): Use it.
17471         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17472
17473 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * gnus-agent.el (directory-files-and-attributes): Move forward.
17476
17477 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17478
17479         * gnus-ml.el (gnus-mailing-list-subscribe)
17480         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17481         (gnus-mailing-list-message): Fix doc strings.
17482
17483 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17484
17485         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17486         of doing it manually.
17487
17488 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17489
17490         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17491         comment.
17492
17493 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17494
17495         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17496         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17497         (gnus-agent-read-local): All symbols allocated in my-obarray.
17498         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17499         (gnus-agent-regenerate-group): Check numeric names to see if they are
17500         messages or groups.
17501         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17502         better way of do this...)
17503
17504         * gnus-cache.el (gnus-agent-total-fetched-for):
17505         Ignore 'dummy.group' (there should be a better way of do this...)
17506
17507 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17510         (gnus-saved-headers): Ditto.
17511         (gnus-default-article-saver): Mention functions may have properties.
17512         (gnus-article-save): Override gnus-save-all-headers and
17513         gnus-saved-headers by :headers property which saver function may have.
17514         (gnus-summary-save-in-file): Add :headers property.
17515         (gnus-summary-write-to-file): Ditto.
17516
17517         * gnus-sum.el (gnus-summary-save-article): Bind
17518         gnus-prompt-before-saving to t when saving many articles in a file;
17519         always show all headers.
17520
17521         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17522
17523 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17526         marks.
17527
17528         * message.el (message-indent-citation): Add optional arguments to allow
17529         using it outside of message buffers.
17530
17531         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17532         (gnus-article-treat-unfold-headers): Use it.
17533         (gnus-article-truncate-lines): New variable.
17534         (gnus-article-mode): Use it.
17535         (gnus-article-toggle-truncate-lines): New function.
17536
17537         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17538         Add gnus-article-toggle-truncate-lines.
17539
17540         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17541         coding system in XEmacs, use binary.
17542
17543 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17546         after-load-alist.
17547
17548         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17549         this function should save decoded articles.
17550         (gnus-summary-write-to-file): Use property to specify this function
17551         should save decoded articles and specify gnus-summary-save-in-file
17552         should be used to save articles other than the first one when saving
17553         many articles.
17554         (gnus-summary-save-body-in-file): Use property to specify this
17555         function should save decoded articles.
17556         (gnus-summary-write-body-to-file): Use property to specify this
17557         function should save decoded articles and specify
17558         gnus-summary-save-body-in-file should be used to save articles other
17559         than the first one when saving many articles.
17560
17561         * gnus-sum.el (gnus-summary-save-article): Simplify.
17562
17563 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * gnus-art.el (gnus-default-article-saver):
17566         Add gnus-summary-write-body-to-file.
17567         (gnus-article-save-coding-system): Don't use coding system object
17568         in XEmacs.
17569         (gnus-read-save-file-name): Add optional `dir-var' argument which
17570         specifies directory in which files are saved; work even if optional
17571         `variable' argument is not specified.
17572         (gnus-summary-write-to-file): Read file name.
17573         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17574         (gnus-summary-write-body-to-file): New function.
17575
17576         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17577         (gnus-summary-local-variables): Add it.
17578         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17579         (gnus-summary-save-article): Remove optional `decode' argument;
17580         determine whether to decode articles by the value of
17581         gnus-default-article-saver; when saving many files using
17582         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17583         it first and use gnus-summary-save-in-file or
17584         gnus-summary-save-body-in-file thereafter unless
17585         gnus-prompt-before-saving is always; move point to article which
17586         will be saved.
17587         (gnus-summary-save-article-file): Revert.
17588         (gnus-summary-write-article-file): Revert.
17589         (gnus-summary-save-article-body-file): Revert.
17590         (gnus-summary-write-article-body-file): New function.
17591
17592 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * gnus-art.el (gnus-default-article-saver): Doc fix.
17595         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17596         from gnus-summary-save-article-coding-system, and default to a
17597         certain coding system.
17598         (gnus-output-to-file): Add coding cookie and encode text according
17599         to gnus-article-save-coding-system; don't use mm-append-to-file.
17600
17601         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17602         gnus-art.el and rename to gnus-article-save-coding-system.
17603         (gnus-summary-save-article): Require gnus-art; don't show all
17604         headers if it decodes articles; don't add coding cookie here;
17605         don't bind mm-text-coding-system-for-write.
17606         (gnus-summary-save-article-file): Save decoded articles.
17607         (gnus-summary-write-article-file): When saving many files, use
17608         gnus-summary-write-to-file first and gnus-summary-save-in-file
17609         thereafter unless gnus-prompt-before-saving is always.
17610         (gnus-summary-save-article-body-file): Save decoded articles.
17611
17612         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17613
17614 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17615
17616         * nnrss.el (nnrss-check-group): Bind hash-index.
17617
17618 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17619
17620         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17621         its hash index.  Store this hash in `nnrss-group-data'.
17622         (nnrss-read-group-data): Update accordingly.
17623
17624 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17625
17626         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17627         entry.
17628
17629         * gnus-sum.el (gnus-summary-make-menu-bar):
17630         Add gnus-article-browse-html-article.
17631
17632 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17633
17634         * gnus-sum.el (gnus-summary-mime-map):
17635         Add gnus-article-browse-html-article.
17636
17637         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17638
17639 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17640
17641         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17642         suitable coding systems in customize.
17643
17644 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17645
17646         * mail-source.el (mail-sources): Fix custom type.
17647
17648 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17649
17650         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17651         (gnus-summary-expire-articles-now): Shorten prompt.
17652
17653         * gmm-utils.el (wid-edit): Require.
17654         (defun-gmm): Rename from `gmm-defun-compat'.
17655         (gmm-image-search-load-path): Use it.
17656         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17657
17658 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * gnus-sum.el (gnus-summary-save-article-coding-system):
17661         New variable.
17662         (gnus-summary-save-article): Add optional `decode' argument.
17663         If it is set and gnus-summary-save-article-coding-system is non-nil,
17664         save decoded article.
17665         (gnus-summary-write-article-file): Save decoded article if
17666         gnus-summary-save-article-coding-system is non-nil.
17667
17668         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17669         type.
17670
17671 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17674
17675 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17678         first to test gnus-single-article-buffer which may be buffer-local.
17679
17680         * gnus-sum.el (gnus-summary-setup-buffer):
17681         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17682         group; make gnus-article-buffer, gnus-article-current, and
17683         gnus-original-article-buffer always buffer-local.
17684         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17685         group.
17686         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17687
17688 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17689
17690         * nnml.el (nnml-request-compact-group): Compressed files might not
17691         have .gz extension.
17692
17693 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17694
17695         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17696         (mm-copy-to-buffer): Use with-current-buffer.
17697         (mm-display-part): Simplify.
17698         (mm-inlinable-p): Add optional arg `type'.
17699
17700 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17701
17702         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17703         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17704         Try harder to show the attachment internally or externally using
17705         gnus-mime-view-part-as-type.
17706
17707 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * message.el (message-from-style, message-signature-separator)
17710         (message-user-organization-file, message-send-mail-function)
17711         (message-citation-line-function, message-yank-prefix)
17712         (message-indent-citation-function, message-signature)
17713         (message-signature-file, message-signature-insert-empty-line):
17714         Remove autoloads.
17715
17716         * gnus-art.el (gnus-buttonized-mime-types):
17717         Remove "multipart/signed".  Revert 2006-04-26 change.
17718
17719 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17720
17721         * gnus.el (gnus-version-number): Bump version.
17722
17723 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17724
17725         * gnus.el: No Gnus v0.5 is released.
17726
17727 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17728
17729         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17730         fetching articles by message-id.
17731
17732 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17733
17734         * message.el (hashcash): Require hashcash as normal.
17735
17736         * ecomplete.el (ecomplete-highlight-match-line):
17737         Use point-at-eol.
17738         (ecomplete-highlight-match-line): Use `highlight', because that
17739         face exists in both Emacs and XEmacs.
17740
17741         * message.el (message-display-abbrev): Use point-at-bol.
17742
17743         * mail-source.el: Don't require timer/timer-funcs.
17744
17745         * gnus-async.el: Ditto.
17746
17747         * password.el: Ditto.
17748
17749         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17750
17751         * mm-url.el: Ditto.
17752
17753         * gnus-xmas.el: Don't require timer-funcs.
17754
17755         * mm-util.el: Require timer/timer-funcs.
17756
17757 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17758
17759         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17760         Close.
17761
17762 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17765         unibyte after clear-decrypt function runs.
17766
17767         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17768         returns as a unibyte string.
17769
17770 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * lpath.el: Revert.
17773
17774         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17775         (pgg-gpg-process-sentinel): Revert.
17776
17777         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17778         (pgg-pgp-lookup-key): Revert.
17779
17780         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17781         (pgg-pgp5-lookup-key): Revert.
17782
17783         * pgg.el (pgg-fetch-key): Revert.
17784
17785 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * lpath.el: Fbind string-as-multibyte for XEmacs.
17788
17789         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17790         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17791         (mml1991-pgg-encrypt): Ditto.
17792
17793         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17794         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17795         a multibyte buffer.
17796
17797         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17798         (pgg-pgp-lookup-key): Ditto.
17799
17800         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17801         (pgg-pgp5-lookup-key): Ditto.
17802
17803         * pgg.el (pgg-fetch-key): Ditto.
17804
17805 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * message.el (message-user-organization-file): Check several
17808         locations of the organization file.
17809
17810         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17811         Add gnus-article-view-part-as-type.
17812
17813         * gnus-art.el (gnus-article-view-part-as-type): New function.
17814
17815         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17816         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17817
17818         * mml.el: Simplify autoload.
17819         (mml-mode): defvar dnd-protocol-alist instead of using
17820         symbol-value.
17821         (mml-default-directory): New variable.
17822         (mml-minibuffer-read-file): Use it.
17823         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17824
17825         * message.el (message-citation-line-format): New variable.
17826         (message-insert-formated-citation-line): New function.
17827         (message-citation-line-function):
17828         Add `message-insert-formated-citation-line' to custom type.
17829
17830         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17831         to doc string.
17832
17833         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17834         depending on mm-verify-option.
17835
17836 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17839         binding pgg-* variables; reimplement the section which prevents
17840         MIME header from being signed.
17841         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17842         pgg-text-mode; remove a blank line at the top of body.
17843
17844         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17845         lines at the top of body; use gnus-newsgroup-charset if there's no
17846         Charset header.
17847
17848 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * message.el (message-self-insert-commands): Doc fix.
17851
17852         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17853         (mm-uu-pgp-encrypted-test): Ditto.
17854         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17855         between header and body; return application/pgp-encrypted handle
17856         if decryption failed; decode decrypted body by charset.
17857
17858         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17859         element match to application/pgp-*.
17860
17861 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17862
17863         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17864         HTML.
17865
17866 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17867
17868         * mail-source.el (mail-source-call-script): Message the error
17869         string.
17870
17871 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17872
17873         * gnus-util.el (gnus-byte-compile): Use it.
17874
17875 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17876
17877         * gnus-util.el (kill-empty-logs): New function.
17878
17879 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17880
17881         * message.el (message-mail-alias-type): Doc fix.
17882         (message-mail-alias-type-p): New function.
17883         (message-send): Use it.
17884         (message-mode): Ditto.
17885         (message-strip-forbidden-properties): Ditto.
17886
17887         * ecomplete.el (ecomplete-database-file-coding-system):
17888         New variable.
17889         (ecomplete-save): Use it.
17890         (ecomplete-setup): Use it.
17891
17892 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * message.el (message-self-insert-commands): New variable.
17895         (message-strip-forbidden-properties): Use it.
17896
17897 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17898
17899         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17900         that doesn't make XEmacs choke.
17901
17902 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * gnus-util.el (gnus-replace-in-string):
17905         Prefer replace-regexp-in-string over of replace-in-string.
17906
17907 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-util.el (gnus-select-frame-set-input-focus):
17910         Use select-frame-set-input-focus if it is available in XEmacs; use
17911         definition defined in Emacs 22 for old Emacsen.
17912
17913         * dgnushack.el: Autoload unmorse-region for XEmacs.
17914
17915         * lpath.el: Bind cursor-in-non-selected-windows and
17916         select-frame-set-input-focus for XEmacs.
17917
17918 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17921
17922 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17923
17924         * gnus-registry.el (gnus-registry-cache-save): Remove text
17925         properties when saving via the temp buffer.
17926
17927 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17928
17929         * message.el (message-generate-hashcash): Honor custom type.
17930
17931 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17932
17933         * message.el (message-generate-hashcash): Default to non-nil when
17934         hashcash is found.
17935
17936         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17937         (gnus-refer-thread-limit): Increase default to 500.
17938
17939         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17940
17941         * flow-fill.el (fill-flowed): Allow delete-space.
17942
17943 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17944
17945         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17946         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17947         Remove autoloads.
17948
17949 2006-04-18  Simon Josefsson  <jas@extundo.com>
17950
17951         * message.el (message-generate-hashcash): Default to.
17952
17953 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17954
17955         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17956         concatenating segments rather than before concatenating them.
17957
17958 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17959
17960         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17961
17962 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17963
17964         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17965
17966         * message.el (message-forward-make-body-plain):
17967         Allow message-forward-ignored-headers to be a list.
17968         (message-remove-ignored-headers): Factor out into function.
17969         (message-forward-make-body-mml): Use it.
17970
17971         * imap.el (imap-quote-specials): New function.
17972         (imap-login-auth): Quote specials.
17973
17974         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17975         (rfc2231-parse-string): Allow concatanation of parameters that
17976         aren't contiguous.  The test case is
17977           (mail-header-parse-content-type "message/external-body;
17978             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17979             access-type=LOCAL-FILE;
17980             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17981
17982 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17983
17984         * nntp.el (nntp-accept-process-output): Return the value of
17985         `nnheader-accept-process-output'.
17986
17987 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17988
17989         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17990         (gnus-button-alist): Recognize more diff formats.
17991         (gnus-button-patch): Strip directory.
17992
17993 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17996         Emacs 22 when setting focus.
17997
17998 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17999
18000         * gnus-art.el (gnus-article-treat-types): Do treatment of
18001         text/x-verbatim parts.
18002         (gnus-button-patch): New command.
18003
18004         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18005         addresses that contain invalid characters.
18006
18007 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18008
18009         * message.el (message-put-addresses-in-ecomplete):
18010         Use gnus-replace-in-string.
18011         (message-is-yours-p): Use the more correct
18012         mail-header-parse-address instead of
18013         mail-extract-address-components.
18014         (message-put-addresses-in-ecomplete): Fix typo.
18015
18016         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18017         keystroke.
18018
18019         * gnus-art.el (gnus-treatment-function-alist): Change order of
18020         newsgroups/generic header folding to avoid double-folding.
18021
18022         * message.el (message-hidden-headers): Add X-Draft-From.
18023
18024         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18025         New command.
18026         (gnus-summary-repeat-search-article-backward): New command.
18027
18028         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18029         groups in the parent topic.
18030
18031 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18032
18033         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18034         (spam-extra-header-to-number): Return the CRM114 number as a
18035         number instead of a string.
18036
18037 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18038
18039         * gnus-art.el (gnus-face-properties-alist): Move here from
18040         gnus-fun.
18041
18042         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18043
18044 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18045
18046         * message.el (message-strip-forbidden-properties): Only display on
18047         self-insert-command.
18048
18049         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18050         reindent.
18051         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18052
18053 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18054
18055         * smiley.el (smiley-style): Fix typo.
18056
18057 2006-03-23  Kenichi Handa  <handa@m17n.org>
18058
18059         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18060         instead of set-buffer-multibyte.
18061
18062 2006-03-23  Kenichi Handa  <handa@m17n.org>
18063
18064         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18065         buffer and then decode the buffer text if necessary.
18066         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18067         first, and after mm-encode-body, change the buffer to unibyte.
18068
18069 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18070
18071         * hashcash.el (hashcash-insert-payment-async-2):
18072         Use message-goto-eoh instead of doing it manually.
18073         (mail-add-payment): Use message-narrow-to-header instead of trying
18074         to do the same itself.
18075
18076         * message.el (message-hidden-headers): Add Face.
18077
18078         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18079         reparenting code.
18080         (gnus-summary-reparent-children): Refactored out code.
18081         (gnus-summary-thread-map): New keystroke.
18082         (gnus-summary-reparent-children): Make into command.
18083
18084         * smiley.el (smiley-style): Default to `medium' if using a large
18085         font.
18086
18087         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18088         does it itself.
18089
18090         * message.el (message-point-in-header-p): Simplify definition.
18091
18092 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18093
18094         * nnagent.el (nnagent-request-set-mark): Silence log file
18095         writing.
18096         (nnagent-request-set-mark): Use write-region instead of
18097         append-to-file.
18098
18099         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18100         strange select method.
18101
18102         * ecomplete.el (ecomplete-display-matches): Get highlightling
18103         right.
18104         (ecomplete-display-matches): Use literals.
18105         (ecomplete-display-matches): Disable message logging.
18106
18107         * message.el (message-display-abbrev): Small optimization.
18108
18109         * ecomplete.el (ecomplete-display-matches): Allow automatic
18110         display.
18111
18112         * message.el (message-strip-forbidden-properties):
18113         Display abbrevs.
18114         (message-display-abbrev): Get automatic display right.
18115
18116         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18117         keystrokes.
18118
18119 2006-04-13  Romain Francoise  <romain@orebokech.com>
18120
18121         TODO: Backport to v5-10!
18122
18123         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18124         Move here (and rename) from gnus-registry.el.
18125
18126         * gnus-registry.el: Require gnus-util.
18127         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18128
18129 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18130
18131         * gnus-group.el (gnus-group-catchup-current):
18132         Change if-then-else-if-then-else into cond.
18133         (gnus-group-catchup): Indent.
18134         (group-name-at-point): New function.
18135         (gnus-fetch-group): Provide default from thing at point.
18136
18137 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18138
18139         * message.el (message-display-abbrev): Fix regexp.
18140
18141         * ecomplete.el (ecomplete-highlight-match-line):
18142         Reimplement choosing.
18143         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18144         dead variables.
18145
18146         * message.el (message-newline-and-indent): Remove debugging.
18147         (message-display-abbrev): Use new implementation.
18148
18149 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18150
18151         * gnus-art.el (gnus-article-mode):
18152         Set cursor-in-non-selected-windows to nil.
18153
18154         * smiley.el: Revert previous change.
18155         (smiley-data-directory): defvar it before using it in the
18156         defcustom of `smiley-style'.
18157
18158 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18159
18160         * message.el (message-newline-and-indent): New function.
18161
18162         * ecomplete.el: Implement more bits.
18163
18164         * message.el (message-put-addresses-in-ecomplete): Clean up the
18165         string.
18166
18167         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18168
18169         * gnus-sum.el (gnus-summary-save-parts):
18170         Bind gnus-summary-save-parts-counter and use it to make unique file
18171         names.
18172
18173         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18174
18175         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18176         parameter to say whether to actually parse the individual
18177         addresses.
18178
18179         * message.el (message-put-addresses-in-ecomplete): New function.
18180         (ecomplete): Require.
18181         (message-mail-alias-type): Add ecomplete as an option.
18182
18183 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18184
18185         * flow-fill.el (fill-flowed): Remove trailing space from blank
18186         quoted lines.
18187
18188 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18189
18190         * smiley.el (smiley-style): Move definition later to avoid a
18191         compilation warning.
18192
18193 2006-04-12  Kenichi Handa  <handa@m17n.org>
18194
18195         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18196         buffer and then decode the buffer text if necessary.
18197         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18198         first, and after mm-encode-body, change the buffer to unibyte.
18199         Use mm-disable-multibyte instead of set-buffer-multibyte.
18200
18201 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18204         Content-Type header instead of Content-Disposition header.
18205         (gnus-mime-inline-part): Ditto.
18206         (gnus-mime-view-part-as-charset): Ignore charset that the part
18207         specifies.
18208
18209         * mm-decode.el (mm-display-part): Work with external parts and
18210         usual parts similarly.
18211
18212         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18213         instead of gnus-display-mime.
18214
18215         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18216         instead of with-temp-buffer.
18217
18218         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18219         tag to summarized topics part in order to encode non-ASCII text.
18220
18221 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18222
18223         * smiley.el (smiley-style): New variable.
18224         (smiley-directory): New function.
18225         (smiley-data-directory): Derive from `smiley-style' using
18226         `smiley-directory'.
18227         (smiley-regexp-alist): Add new entries.
18228
18229         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18230         (gnus-article-browse-delete-temp): Add :version.
18231
18232 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18233
18234         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18235         the sieve region.
18236
18237 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18238
18239         * gnus.el (gnus-version-number): Bump version.
18240
18241 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18242
18243         * gnus.el: No Gnus v0.4 is released.
18244
18245 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18246
18247         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18248         layout.
18249
18250         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18251         unknown charset.
18252
18253         * message.el (message-header-synonyms): Add Original-To to the
18254         default.
18255
18256         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18257         optional parameter.
18258
18259 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18260
18261         * gnus-fun.el (gnus): Require it for gnus-directory.
18262
18263 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18266
18267 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18268
18269         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18270
18271 2006-04-05  Simon Josefsson  <jas@extundo.com>
18272
18273         * password.el (password-reset): New function.
18274
18275 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18276
18277         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18278         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18279
18280 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18281
18282         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18283         Some whitespace was matched into the url, which broke browsing hits
18284         > 100 when mm-url-use-external was nil.
18285
18286 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18287
18288         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18289         Check gnus-extra-headers for 'Newsgroups.
18290
18291         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18292         bound.
18293
18294 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18295
18296         * pgg-gpg.el: Clean up process buffers every time gpg processes
18297         complete.
18298
18299 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18302         doc string.
18303
18304 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18305
18306         * pgg-gpg.el (pgg-gpg-process-filter)
18307         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18308
18309         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18310         lines, temporary fix.
18311
18312 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18313
18314         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18315
18316 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18317
18318         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18319         default-enable-multibyte-characters.  This reverts the change from
18320         revision 6.17 which is no longer necessary because the passphrase
18321         is sent separately now.  GnuPG messages are unreadable under
18322         multibyte locales with default-enable-multibyte-characters set to
18323         nil.
18324
18325 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18326
18327         * message.el (message-tool-bar-gnome): Move "spell".
18328
18329 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18330
18331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18332         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18333         instead.
18334
18335 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18336
18337         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18338         Improve newsgroups handling for NNTP overviews which don't include
18339         Newsgroups.
18340
18341 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18342
18343         * message.el (message-resend): Bind message-generate-hashcash to nil.
18344
18345 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18346
18347         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18348         when searching for already-paid recipients.
18349
18350 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18351
18352         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18353         passphrases when it is not needed.
18354         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18355         passphrase stuff from gpg, should only be necessary when you use
18356         gpg with a smartcard.
18357
18358 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * mml.el (mml-insert-mime): Ignore cached contents of
18361         message/external-body part.
18362
18363         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18364         (mm-insert-part): Ditto.
18365
18366 2006-03-23  Simon Josefsson  <jas@extundo.com>
18367
18368         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18369         Reiner.
18370         (pgg-gpg-use-agent-p): Use it again.
18371
18372 2006-03-23  Simon Josefsson  <jas@extundo.com>
18373
18374         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18375         older emacsen.
18376         (pgg-gpg-use-agent-p): Don't use it.
18377
18378 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18379
18380         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18381         if we can.
18382
18383 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18384
18385         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18386         (pgg-gpg-update-agent): New function.
18387         (pgg-gpg-use-agent-p): New function.
18388         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18389         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18390         (pgg-gpg-sign-region): Use it.
18391
18392 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18395         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18396
18397 2006-03-21  Simon Josefsson  <jas@extundo.com>
18398
18399         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18400         <wilde@sha-bang.de>.
18401         (pgg-gpg-use-agent): New variable.
18402         (pgg-gpg-process-region): Use it.
18403         (pgg-gpg-encrypt-region): Likewise.
18404         (pgg-gpg-encrypt-symmetric-region): Likewise.
18405         (pgg-gpg-decrypt-region): Likewise.
18406         (pgg-gpg-sign-region): Likewise.
18407         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18408
18409 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18412
18413         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18414         Add comment on version.
18415
18416 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18417
18418         * smiley.el: Add missing test smiley.
18419
18420 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * mm-decode.el (mm-with-part): New macro.
18423         (mm-get-part): Use it; work with message/external-body as well.
18424         (mm-save-part): Treat name and filename equally.
18425
18426         * mm-extern.el (mm-extern-cache-contents): New function.
18427         (mm-inline-external-body): Use it; force the part to be displayed;
18428         move undisplayer added to the cached handle to the parent.
18429
18430         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18431         (gnus-mime-view-part-as-type): Work with message/external-body.
18432
18433         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18434
18435 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18438         images in image-load-path.  [Sync with image.el, revision 1.60, in
18439         Emacs.]
18440
18441 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18442
18443         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18444         path rather than symbol.  Always return list of directories.
18445         Guarantee that image directory comes first.  [Sync with image.el,
18446         revision 1.59, in Emacs.]
18447
18448         * message.el (message-make-tool-bar): Adjust to new API of
18449         `gmm-image-load-path-for-library'.
18450
18451         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18452
18453         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18454
18455 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18456
18457         * gnus-art.el (gnus-article-only-boring-p):
18458         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18459         intangible text.
18460         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18461
18462 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18463
18464         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18465         Use `defun' instead of `gmm-defun-compat'.
18466
18467 2006-03-14  Simon Josefsson  <jas@extundo.com>
18468
18469         * message.el (message-unique-id): Don't use message-number-base36
18470         if (user-uid) is a float.
18471         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18472
18473 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18474
18475         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18476
18477         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18478         empty line between a part and a message part.
18479
18480 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18481
18482         * smiley.el: Add more test smileys.
18483         (smiley-data-directory, smiley-regexp-alist)
18484         (gnus-smiley-file-types): Fix doc strings.
18485         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18486         adding new elements.
18487         (smiley-mouse-map): Unused code.  Make it a comment.
18488
18489 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18492         scan latest NoCeM messages instead of old ones.
18493         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18494         delimiters that are recently used.
18495         (gnus-nocem-load-cache): Add autoload cookie.
18496
18497         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18498
18499         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18500         level which is larger than gnus-use-nocem is specified.
18501
18502         * gnus-group.el (gnus-group-get-new-news): Ditto.
18503
18504 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18505
18506         * gnus-util.el (gnus-tool-bar-update): New function.
18507
18508         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18509         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18510
18511         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18512
18513         * gnus-group.el (gnus-group-redraw-when-idle)
18514         (gnus-group-redraw-check): Remove.
18515         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18516
18517 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18518
18519         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18520         if optional last element is specified in splits (FIELD VALUE...).
18521
18522 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18523
18524         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18525         to gmm-image-load-path-for-library.  Call with no-error argument.
18526         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18527
18528         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18529
18530         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18531
18532         * gmm-utils.el (gmm-image-load-path): Remove alias.
18533
18534 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18535
18536         * gmm-utils.el (gmm-image-load-path): Add alias.
18537
18538         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18539         nnml-generate-nov-databases-1.
18540         (nnml-generate-nov-databases): Use it.
18541         (nnml-generate-nov-databases-directory): Document no-active
18542         argument.
18543
18544         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18545         directory if path is t.  Add no-error.
18546
18547         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18548         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18549
18550         * gnus-art.el (gnus-article-browse-delete-temp-files):
18551         Simplify resetting gnus-article-browse-html-temp-list.
18552
18553         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18554         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18555         Add example to docstring.  Rename local variables.  Move error
18556         checks to default case in cond and simplify.
18557
18558 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18561         handle is multipart when calling it recursively.
18562         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18563
18564 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18565
18566         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18567         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18568
18569 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18572         is loaded.
18573
18574         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18575         loaded.
18576
18577 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18578
18579         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18580         to "Emacs 23 (unicode)" in doc string.
18581
18582         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18583         "Emacs 23 (unicode)" in comment.
18584
18585 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18588
18589         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18590         characters 160 through 255 in Emacs 23.
18591
18592 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18593
18594         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18595         gnus-article-browse-html-temp.
18596         (gnus-article-browse-delete-temp): Make it customizable.
18597         Add `file'.  Adjust doc string.
18598         (gnus-article-browse-delete-temp-files): Add argument.
18599         Allow query for each file.  Adjust doc string.
18600         (gnus-article-browse-html-parts):
18601         Add `gnus-article-browse-delete-temp-files' to
18602         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18603
18604 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18605
18606         * gnus-art.el (gnus-article-browse-html-temp)
18607         (gnus-article-browse-delete-temp): New variables.
18608         (gnus-article-browse-delete-temp-files): New function.
18609         (gnus-article-browse-html-parts): Use it.
18610
18611 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18612
18613         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18614
18615         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18616         string.
18617
18618         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18619         gnus-summary-insert-new-articles when unplugged.
18620         Remove gnus-summary-search-article-forward.
18621
18622         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18623         display-visual-class instead of display-color-cells.
18624
18625 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * dgnushack.el: Autoload customize-group for XEmacs.
18628
18629         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18630         message/* containing non-ASCII text properly.
18631
18632 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * message.el: Require gmm-utils, remove autoloads.
18635         (message-tool-bar): Set default based on
18636         gmm-tool-bar-style.
18637         (message-tool-bar-gnome): Add gmm-customize-mode.
18638
18639         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18640         gmm-tool-bar-style.
18641         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18642
18643         * gnus-group.el (gnus-group-tool-bar): Set default based on
18644         gmm-tool-bar-style.
18645         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18646
18647         * gmm-utils.el (gmm-image-directory): Rename variable from
18648         gmm-image-load-path.
18649         (gmm-image-load-path): Use gmm-image-directory.
18650         (gmm-customize-mode): New function.
18651         (gmm-tool-bar-style): New variable.
18652
18653         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18654         gnus-group-redraw-line-number.
18655         (gnus-group-redraw-check): Simplify.
18656         (gnus-group-tool-bar-update): Remove redraw check.
18657         (gnus-group-make-tool-bar): Add redraw check.
18658
18659 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18660
18661         * gnus-art.el (gnus-button): Add missing parentheses.
18662
18663 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * lpath.el: Fbind line-number-at-pos.
18666
18667 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18670
18671 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18672
18673         * gnus-art.el (gnus-button): New face.
18674         (gnus-article-button-face): Use it.
18675
18676         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18677         Add gnus-summary-next-page.  Re-order.
18678
18679         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18680         next-node are now included.
18681         (gnus-group-redraw-line-number): New internal variable.
18682         (gnus-group-redraw-check): Helper function for updating the tool
18683         bar.
18684         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18685
18686         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18687
18688         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18689         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18690         Use it to match format of Spamassassin 3.0 and later.
18691         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18692         (spam-check-bogofilter)
18693         (spam-bogofilter-register-with-bogofilter): Fix args of
18694         `gnus-error' calls.
18695
18696 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18699         unnecessary interaction when sending queued mails.
18700         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18701
18702 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18703
18704         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18705         first or last are nil.
18706
18707 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18708
18709         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18710
18711 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18712
18713         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18714
18715 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18716
18717         * dns.el (query-dns): Protect more against buggy tcp output.
18718
18719 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18720
18721         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18722         nov.php.
18723
18724 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18725
18726         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18727         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18728         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18729         output on the server side.
18730         (nnweb-google-create-mapping): Update regexps and add some
18731         progress indication.
18732
18733 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18734
18735         * gnus-group.el (gnus-group-tool-bar-gnome):
18736         Fix gnus-agent-toggle-plugged.  Re-order icons.
18737         (gnus-group-tool-bar-gnome):
18738         Add gnus-group-{prev,next}-unread-group.
18739         (gnus-group-tool-bar-gnome): Re-order icons.
18740
18741         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18742         Move gnus-summary-insert-new-articles.
18743
18744         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18745         Fix comments.
18746
18747         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18748         also available in Emacs 21.3.
18749
18750         * message.el (message-fix-before-sending): Change "Emacs 22" to
18751         "Emacs 23 (unicode)" in comment.
18752
18753         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18754         "Emacs 23 (unicode)" in comment.
18755
18756         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18757         comment.
18758         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18759
18760         * mm-view.el (mm-fill-flowed): Add :version.
18761
18762 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18765         and load-path.
18766
18767 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * message.el: Autoload gmm-image-load-path.
18770         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18771         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18772         consitency.
18773
18774         * gmm-utils.el (gmm-image-load-path): Also search in
18775         "../etc/images".  Don't set gmm-image-load-path if we don't find
18776         the image.
18777
18778 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * gmm-utils.el (gmm-image-load-path): Don't make
18781         `gmm-image-load-path' include subdirectories which the second arg
18782         `image' might specify.
18783
18784         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18785         subdirectory to icon file names.
18786
18787         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18788
18789 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18790
18791         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18792         gmm-image-load-path calls.
18793
18794         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18795
18796         * message.el (message-make-tool-bar): Ditto.
18797
18798         * mml.el (mml-preview): Add comment concerning tool bar icons.
18799
18800         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18801         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18802
18803         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18804         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18805
18806         * message.el (message-tool-bar-gnome): Use new icon names.
18807         (message-make-tool-bar): Use `gmm-image-load-path'.
18808
18809         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18810         New functions from MH-E.
18811         (gmm-image-load-path): New variable from MH-E.
18812         (gmm-image-load-path): New function from MH-E.  Add arguments
18813         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18814         *-image-load-path-called-flag.
18815
18816 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18817
18818         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18819
18820 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18821
18822         * nnimap.el (nnimap-request-move-article): Change folder back to
18823         source group before deleting.
18824
18825 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18826
18827         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18828
18829         * gnus-art.el (mm-url-insert-file-contents-external):
18830         Autoload mm-url.
18831
18832         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18833
18834 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18837         coding system which mm-charset-to-coding-system returns for a
18838         given charset is valid.
18839
18840 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18841
18842         * html2text.el (html2text-remove-tag-list):
18843         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18844
18845 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18846
18847         * gnus-cus.el: Revert 2005-10-17 change.
18848
18849 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18850
18851         * gnus-art.el (article-strip-banner):
18852         Call article-really-strip-banner only when the regexp match is made.
18853
18854 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * gnus-art.el (article-strip-banner):
18857         Use gnus-extract-address-components instead of
18858         mail-header-parse-addresses to make it work with non-ASCII text;
18859         remove mail-encode-encoded-word-string.
18860
18861         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18862         values which are surrounded with \"...\"; make it never cause a
18863         Lisp error; give up parsing of parameters if it failed in
18864         extracting type.
18865
18866 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18867
18868         * smime.el (smime-cert-by-ldap-1): Fix bug where
18869         `smime-ldap-search' returns results without userCertificates.
18870
18871 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18874
18875 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18876
18877         * spam.el (spam-check-spamassassin-headers): Adapt format for
18878         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18879         <ari@mbf.ocn.ne.jp>.
18880         (spam-list-of-processors): Add spam-use-gmane.
18881
18882 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18885         make-temp-file; make it work with XEmacs as well.
18886
18887         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18888         mm-make-temp-file.
18889
18890         * mm-decode.el (mm-display-external): Use the 3rd arg of
18891         mm-make-temp-file.
18892         (mm-create-image-xemacs): Ditto.
18893
18894 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18897         with message-narrow-to-headers.
18898         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18899         (gnus-draft-check-draft-articles): New function.
18900         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18901
18902 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18903
18904         * gnus-art.el (gnus-article-browse-html-parts):
18905         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18906         Don't use suffix argument for mm-make-temp-file for Emacs 21
18907         compatibility.  Remove useless `format'.
18908
18909 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18910
18911         * nnweb.el (nnweb-google-wash-article): Update regexps.
18912         (nnweb-group-alist): Use defvoo instead of defvar.
18913
18914 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18917         re-loading nn* modules.
18918
18919 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18920
18921         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18922         for `tool-bar-mode' and don't check it's default-value.
18923
18924         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18925
18926         * message.el (message-make-tool-bar): Ditto.
18927
18928         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18929         `substring'.  Shorten tmp-file name.
18930
18931         * gnus.el: Remove bogus comment.
18932
18933 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18934
18935         * gnus-art.el (gnus-article-browse-html-parts): New function.
18936         (gnus-article-browse-html-article): New function for viewing html
18937         articles with a browser.
18938
18939 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18940
18941         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18942         in elisp.
18943         (pgg-gpg-encrypt-symmetric-region): Ditto.
18944         (pgg-gpg-sign-region): Ditto.
18945
18946         * pgg-def.el (pgg-text-mode): New variable.
18947
18948         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18949         (mml2015-pgg-encrypt): Ditto.
18950
18951         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18952         (mml1991-pgg-encrypt): Ditto.
18953
18954 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * nnfolder.el (nnfolder-insert-newsgroup-line):
18957         Use message-make-date instead of current-time-string.
18958
18959         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18960         to gnus-decoded which mm-uu might set.
18961
18962 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18963
18964         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18965         don't decode quoted parameters; remove misimported Emacs code.
18966         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18967         (rfc2231-decode-encoded-string): Don't use split-string which
18968         behaves differently according to Emacs version; use
18969         mm-decode-coding-region to convert charset to coding-system.
18970         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18971         (rfc2231-encode-string): Remove misimported Emacs code.
18972
18973 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18976         when calling mail-header-parse-content-type.
18977         (article-de-quoted-unreadable): Ditto.
18978         (article-de-base64-unreadable): Ditto.
18979         (article-wash-html): Ditto.
18980
18981         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18982         calling mail-header-parse-content-type and
18983         mail-header-parse-content-disposition.
18984         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18985         mail-header-parse-content-type.
18986
18987         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18988         insert charset and format parameters; encode description after
18989         inserting it to buffer.
18990         (mml-insert-parameter): Fold lines properly even if a parameter is
18991         segmented into two or more lines; change the max column to 76.
18992
18993         * rfc1843.el (rfc1843-decode-article-body): Don't use
18994         ignore-errors when calling mail-header-parse-content-type.
18995
18996         * rfc2231.el (rfc2231-parse-string): Return at least type if
18997         possible; don't cause an error even if it fails in parsing of
18998         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18999         (rfc2231-encode-string): Don't break lines at the beginning, leave
19000         it to mml-insert-parameter.
19001
19002         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19003         calling mail-header-parse-content-type.
19004
19005 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * spam-report.el (spam-report-gmane-use-article-number):
19008         Improve doc string.
19009         (spam-report-gmane-internal): Check if a suitable header was found
19010         in the article.
19011
19012 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19015         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19016
19017 2006-02-05  Romain Francoise  <romain@orebokech.com>
19018
19019         Update copyright notices of all files in the gnus directory.
19020
19021 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19022
19023         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19024
19025 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19026
19027         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19028         segmented lines of parameter value to cope with Thunderbird 1.5
19029         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19030         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19031         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19032
19033 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19034
19035         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19036         parts.
19037
19038 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19039
19040         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19041         there's only one active file for all servers.
19042         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19043         solid groups.  Gnus might have used a FAST request to select the group.
19044         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19045         and nnweb-search redundantly in the active file.
19046         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19047         (nnweb-request-create-group): Don't use ARGS.
19048         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19049         initializations.  Let nnoo do the work.
19050
19051 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19054         Say the part has been decoded.
19055
19056         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19057
19058 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19059
19060         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19061         mailcap-viewer-test-cache when there's no 'test clause, since that
19062         will invert the meaning of a "nil" test previously determined by
19063         mailcap-mailcap-entry-passes-test.
19064
19065 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19068         compiling.
19069
19070         * gnus-sum.el: Ditto.
19071
19072         * message.el: Don't bind tool-bar-map when compiling.
19073
19074 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19075
19076         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19077
19078 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19079
19080         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19081         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19082         current Google Groups.
19083
19084 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19085
19086         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19087         and tool-bar-mode.
19088
19089         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19090         and tool-bar-mode.
19091
19092         * message.el (message-tool-bar-update): Simplify.
19093         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19094
19095         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19096         gnus-summary-buffer.
19097         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19098         gnus-summary-reply.
19099
19100         * gmm-utils.el (gmm): Add :version.
19101
19102 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * Makefile.in (clean): New rule.
19105         (distclean): Use it.
19106
19107 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19108
19109         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19110         Don't autoload.
19111
19112 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19113
19114         * gmm-utils.el (gmm-verbose): Add :group.
19115
19116 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19117
19118         * message.el: Change some comments WRT tool-bars.
19119
19120         * gnus-sum.el (gnus-summary-tool-bar)
19121         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19122         (gnus-summary-tool-bar-zap-list): New variables.
19123         (gnus-summary-make-tool-bar): Complete rewrite using
19124         `gmm-tool-bar-from-list'.
19125
19126         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19127         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19128         New variables.
19129         (gnus-group-make-tool-bar): Complete rewrite using
19130         `gmm-tool-bar-from-list'.
19131         (gnus-group-tool-bar-update): New function.
19132
19133         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19134
19135 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19138         is dissected into a single part of which the type is the same as
19139         the given one; decode charset.
19140
19141 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19142
19143         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19144         into alists as symbol not string, since that's what
19145         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19146         look for.
19147
19148 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19149
19150         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19151         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19152
19153         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19154
19155 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19158         (gnus-xmas-mime-security-button-menu): New function.
19159
19160         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19161         (gnus-mime-security-button-menu): New definition.
19162         (gnus-mime-security-button-map): Use them.
19163         (gnus-mime-security-button-menu): New function.
19164         (gnus-insert-mime-security-button): Addition to help echo.
19165         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19166         (gnus-mime-security-pipe-part): New functions.
19167
19168         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19169         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19170
19171         * mm-decode.el (mm-handle-set-disposition): Remove.
19172         (mm-handle-set-description): Remove.
19173
19174 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19175
19176         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19177         (mm-w3m-standalone-supports-m17n-p): New function.
19178         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19179         w3m usage.
19180
19181         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19182         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19183
19184 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19185
19186         * message.el (message-tool-bar-zap-list):
19187         Use gmm-tool-bar-zap-list as custom type.
19188         (message-tool-bar-update): New function.
19189         (message-tool-bar, message-tool-bar-gnome)
19190         (message-tool-bar-retro): Add message-tool-bar-update.
19191         (message-tool-bar-gnome): Add flyspell-buffer.
19192
19193         * gnus-util.el (gnus-error): Describe `args'.
19194
19195         * gmm-utils.el (gmm-error): Describe `args'.
19196         (gmm-tool-bar-zap-list): New widget.
19197         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19198
19199 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19202         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19203         the number of recursive calls.
19204
19205         * mm-decode.el (mm-handle-set-disposition): New macro.
19206         (mm-handle-set-description): New macro.
19207
19208 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19211         encoding.
19212
19213 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19214
19215         * message.el (message-tool-bar-zap-list, message-tool-bar)
19216         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19217         (message-tool-bar-local-item-from-menu): Remove.
19218         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19219         (message-make-tool-bar): New function.
19220         (message-mode): Use `message-make-tool-bar'.
19221
19222         * gmm-utils.el: New file.
19223         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19224         (gmm-lazy): New widget copied from `nnmail.el'.
19225         (gmm-tool-bar-from-list): New function for creating customizable
19226         tool bars.
19227         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19228         output.
19229         (gmm): Add :prefix to defgroup.
19230
19231 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19232
19233         * gmm-utils.el (gmm-widget-p): New function.
19234
19235 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19236
19237         * mml.el (mml-attach-file): Describe `description' in doc string.
19238         (mml-menu): Add Emacs MIME manual and PGG manual.
19239
19240 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19241
19242         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19243
19244 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19245
19246         * nntp.el (nntp-end-of-line): Doc fix.
19247
19248 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19249
19250         * imap.el (imap-open): Handle case where buffer is a buffer
19251         object.
19252
19253 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19254
19255         * gnus-delay.el (gnus-delay): Don't autoload.
19256         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19257         to be re-loaded when customizing the `gnus-delay' group.
19258
19259 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19260
19261         * message.el (message-insert-citation-line): Use newlines.
19262
19263 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19264
19265         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19266         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19267         these routines, so the passphrase can be managed externally and
19268         passed in to the system.
19269         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19270         pgg-add-passphrase-to-cache function.
19271
19272         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19273         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19274         these routines, so the passphrase can be managed externally and
19275         passed in to the system.
19276         (pgg-pgp5-sign-region): Use new name of
19277         pgg-add-passphrase-to-cache function.
19278
19279 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19280
19281         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19282         part of the decoded armor to find the key-identifier.
19283         (pgg-gpg-lookup-key-owner): New function to return the
19284         human-readable identifier of a key owner.
19285         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19286         itself.
19287         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19288         the key value) if we have a key and can match it against a secret
19289         key.  Also, added a note pointing out fact that the prompt only
19290         indicates the first matching key.
19291
19292         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19293         pgg-decrypt-region.
19294         (pgg-add-passphrase-to-cache): Rename from
19295         `pgg-add-passphrase-cache' to reduce confusion (all callers
19296         changed).
19297         (pgg-remove-passphrase-from-cache): Rename from
19298         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19299         changed).
19300         (pgg-read-passphrase, pgg-add-passphrase-cache)
19301         (pgg-remove-passphrase-cache): Add informative docstrings.
19302         (pgg-decrypt): Convey provided passphrase in subordinate call to
19303         pgg-decrypt-region.
19304
19305 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19306
19307         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19308         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19309         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19310         'passphrase' argument, so the passphrase can be managed externally
19311         and then passed in to the system.
19312
19313         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19314         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19315         so the passphrase cache can be used reliably with identifiers
19316         besides a pgp packet's key id.
19317
19318         * pgg-gpg.el (pgg-gpg-encrypt-region)
19319         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19320         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19321         these routines, so the passphrase can be managed externally and
19322         passed in to the system.
19323
19324         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19325         'notruncate' argument, so the passphrase cache can be used
19326         reliably with identifiers besides a pgp packet's key id.
19327
19328 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19329
19330         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19331         symmetric encryption.
19332         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19333         encrypted session key.
19334         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19335         message ask for the passphrase in a proper way.
19336
19337         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19338         New user commands for symmetric encryption.
19339
19340 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19343
19344         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19345
19346 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19347
19348         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19349
19350 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * mm-decode.el (mm-inlined-types): Add application/pgp.
19353         (mm-automatic-display): Ditto.
19354
19355         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19356         part as text.
19357
19358 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * nnrss.el: Update copyright.
19361         (nnrss-opml-import): Query whether to subscribe to each entry.
19362
19363         * gnus-art.el:
19364         * gnus-sum.el:
19365         * gnus-xmas.el:
19366         * messagexmas.el:
19367         * mm-uu.el:
19368         * mm-view.el: Update copyright.
19369
19370 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19371
19372         * message.el (message-info): New function.
19373         (message-mode-menu): Add it.
19374         Update copyright.
19375
19376         * ChangeLog: Fix and update copyright.
19377
19378 2006-01-13  Romain Francoise  <romain@orebokech.com>
19379
19380         * message.el (message-forward-subject-name-subject): Prefer the
19381         address to 'nowhere' if the sender has no name.
19382         Fix typo.  Update copyright year.
19383
19384 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * gnus-art.el (article-wash-html):
19387         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19388         (gnus-article-wash-html-with-w3m-standalone): New function.
19389
19390         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19391         mm-inline-text-html-render-with-w3m-standalone.
19392         (mm-text-html-washer-alist): Map w3m-standalone to
19393         gnus-article-wash-html-with-w3m-standalone.
19394         (mm-inline-text-html-render-with-w3m-standalone): New function.
19395
19396 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19397
19398         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19399         Improve LaTeX.
19400
19401 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19404         (nnrss-request-article): Render text/plain parts as HTML.
19405
19406         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19407         the buffer.
19408
19409 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19410
19411         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19412         custom definition of `gnus-posting-styles'.
19413
19414         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19415         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19416
19417 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19418
19419         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19420         Use nntp for bug archive.
19421
19422 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19425         parts.
19426         (nnrss-normalize-date): New function converts ISO 8601 date into
19427         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19428         (nnrss-check-group): Use it.
19429
19430 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19431
19432         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19433
19434         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19435         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19436         (nnrss-insert-w3): Ditto.
19437
19438 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19441         the articles to be forwarded including the case where neither a
19442         number of articles nor a region is specified.
19443
19444 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * nnrss.el (nnrss-request-article): Fix last change; fill
19447         text/plain parts.
19448
19449 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19452         in text/plain part.
19453         (nnrss-check-group): Don't add excessive newline to dc:subject.
19454
19455 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19456
19457         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19458         article.
19459
19460 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19461
19462         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19463         (nnml-use-compressed-files, nnml-save-mail): Support other
19464         comression programs such as bzip2.
19465
19466 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19467
19468         * dns.el (query-dns): Make sure we check the buffer size before
19469         removing tcp headers.
19470
19471 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19474         remove MIME buttons associated with multipart/alternative parts.
19475         (gnus-mime-display-alternative): Tag buttons using `article-type'
19476         text property.
19477
19478         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19479         associated with multipart/alternative parts.
19480
19481         * gnus-art.el (gnus-signature-separator): Fix custom type.
19482
19483         * mm-decode.el (mm-inlined-types): Fix custom type.
19484         (mm-keep-viewer-alive-types): Ditto.
19485         (mm-automatic-display): Ditto.
19486         (mm-attachment-override-types): Ditto.
19487         (mm-inline-override-types): Ditto.
19488         (mm-automatic-external-display): Ditto.
19489
19490 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19491
19492         * spam-report.el (spam-report-user-mail-address)
19493         (spam-report-user-agent): New variables.
19494         (spam-report-url-ping-plain): Use spam-report-user-agent.
19495
19496 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19497
19498         * gnus-art.el (gnus-button-handle-custom): Do not just use
19499         `customize-apropos' for any "M-x customize-*" button but the
19500         function called for.  Accept both the function name and its
19501         argument in order to achieve this.
19502         (gnus-button-alist): Remove support for "custom:" URL's.
19503         Pass function name to `gnus-button-handle-custom' in case of "M-x
19504         customize-*" buttons.
19505
19506 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19507
19508         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19509         multipart/alternative and add xref to mm-discouraged-alternatives
19510         in doc string.
19511
19512         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19513         gnus-buttonized-mime-types in doc string.
19514
19515 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19516
19517         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19518         Suggest image/.* in the doc string.
19519
19520 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19521
19522         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19523         message-marks (Debian bug #342521).
19524
19525 2005-12-12  Simon Josefsson  <jas@extundo.com>
19526
19527         * password.el (password-read-from-cache): Add.
19528         (password-read): Use it.
19529
19530 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * rfc2047.el (rfc2047-charset-to-coding-system):
19533         Recognize us-ascii as a MIME charset.
19534
19535         * mm-bodies.el (mm-decode-content-transfer-encoding):
19536         Protect against the case where the 2nd arg TYPE is nil.
19537
19538 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19539
19540         * pop3.el (pop3-stream-type): Fix custom version.
19541
19542         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19543
19544 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19545
19546         * mm-decode.el (mm-display-external): Add missing cdr.
19547
19548 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19549
19550         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19551         RFC1524) if it is in mailcap or add a suffix according to
19552         mailcap-mime-extensions when generating a temp filename; postpone
19553         deleting a temp file for 2 seconds for some wrappers, shell
19554         scripts, and so on, which might exit right after having started a
19555         viewer command as a background job.
19556
19557 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19558
19559         * nntp.el (nntp-marks-directory): Fix custom group.
19560
19561         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19562         steps when < 10.
19563
19564         * gnus-start.el (gnus-no-server-1):
19565         Mention `gnus-level-default-subscribed' in doc string.
19566
19567 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19568
19569         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19570         parens.
19571
19572 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * gnus-xmas.el (gnus-use-toolbar): Revert.
19575         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19576         gnus-use-toolbar is default.
19577
19578         * messagexmas.el (message-use-toolbar): Revert.
19579         (message-setup-toolbar): Use global default-toolbar if
19580         message-use-toolbar is default.
19581
19582 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19583
19584         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19585         according to default-toolbar-visible-p.
19586
19587         * messagexmas.el (message-use-toolbar): Ditto.
19588
19589 2005-11-26  Dave Love  <fx@gnu.org>
19590
19591         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19592         (tls-program, tls-success): Provide openssl alternative.
19593
19594         * starttls.el: Doc fixes.
19595         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19596         SERVICE to PORT.
19597
19598         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19599         port null or service name.
19600         (starttls-negotiate): Autoload.
19601
19602 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * message.el (message-kill-to-signature): Fix interactive spec.
19605
19606 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * pop3.el (pop3-open-server): Recognize a string as a service name.
19609
19610 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19611
19612         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19613
19614 2005-11-23  Dave Love  <fx@gnu.org>
19615
19616         Add pop3s, pop3/starttls.
19617
19618         * pop3.el (pop3-authentication-scheme): Clarify doc.
19619         (open-tls-stream, starttls-open-stream): Autoload.
19620         (pop3-stream-type): New.
19621         (pop3-open-server): Use it.
19622
19623         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19624         for POP.
19625         (mail-source-keyword-map): Add :stream for POP.
19626         (mail-source-fetch-pop): Use pop3-stream-type.
19627
19628 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19629
19630         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19631         of current-time-string.
19632
19633 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19634
19635         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19636         date header.
19637
19638 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19639
19640         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19641         it can seriously impact performance as it bypasses the agent's
19642         local caches.
19643
19644 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19645
19646         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19647         must be explicitly online rather than "not explicitly offline" for
19648         its flags to be synchronized.
19649
19650         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19651         that gnus-uu-unmark-thread will function correctly.
19652
19653         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19654         1024K is instead displayed as 1M.
19655
19656 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19657
19658         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19659
19660 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19661
19662         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19663
19664 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19665
19666         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19667         error message to display actual error condition.
19668         (gnus-agent-save-local): Avoid saving symbols that are bound to
19669         nil as they simply result in a warning message in
19670         gnus-agent-read-local.
19671
19672 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19675         rather than make-variable-buffer-local for file-precious-flag.
19676
19677 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19678
19679         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19680         for duplicates which are removed.  The invalid sort check then
19681         triggers a rescan after the sort as sorting may have moved
19682         duplicate entries such that they can be cheaply detected.
19683
19684 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19687
19688 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19689
19690         * gnus-agent.el (gnus-agent-article-alist-save-format):
19691         Change internal variable to a custom variable.  Change default value
19692         from compressed(2) to uncompressed(1).
19693         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19694         support for uncompressed agentview files.  Taken together, reading
19695         the agentview file should now be 6-7 times faster.
19696
19697 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19698
19699         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19700         as a buffer-local variable.  This avoids creating truncated
19701         dribble files as a result of a hang up, eg.
19702
19703 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19704
19705         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19706         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19707         XEmacs.
19708
19709 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19710
19711         * gnus-start.el (gnus-start-draft-setup):
19712         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19713
19714         * gnus.el (gnus-splash): Change custom group.
19715         (gnus-group-get-parameter, gnus-group-parameter-value):
19716         Describe allow-list argument.
19717
19718         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19719         string.
19720
19721 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19722
19723         * gnus-art.el (gnus-default-article-saver): Add user-defined
19724         `function' to custom type.
19725
19726 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19727
19728         * imap.el (imap-open): Handle case where buffer is a buffer
19729         object.
19730
19731 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19734         long lines.
19735         (gnus-cache-delete-group): Wrap doc strings.
19736
19737         * gnus-agent.el (gnus-agent-rename-group)
19738         (gnus-agent-delete-group): Wrap doc strings.
19739
19740 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * messagexmas.el (message-use-toolbar): Change the valid values
19743         into default, top, bottom, left, and right.
19744         (message-toolbar-thickness): New variable.
19745         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19746         well.
19747         (message-setup-toolbar): Make it work.
19748
19749         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19750         (gnus-use-toolbar): Change the valid values into default, top,
19751         bottom, left, and right.
19752         (gnus-toolbar-thickness): New variable.
19753         (gnus-xmas-setup-toolbar): New function.
19754         (gnus-xmas-setup-group-toolbar): Use it.
19755         (gnus-xmas-setup-summary-toolbar): Use it.
19756
19757 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19758
19759         * gnus-start.el (gnus-1): Add "native" to
19760         gnus-predefined-server-alist.
19761
19762         * gnus.el (gnus-method-to-server): Don't add "native" to the
19763         lists here, because that leads to problems when
19764         gnus-select-method is bound.
19765
19766 2005-11-09  Simon Josefsson  <jas@extundo.com>
19767
19768         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19769         use (not sort-by-date) instead.
19770
19771 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19772
19773         * gnus-delay.el (gnus-delay-group): Don't autoload.
19774         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19775         to be re-loaded when customizing the `gnus-delay' group.
19776
19777 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19778
19779         * message.el: Revert last changes.
19780         (message-insert-citation-line): Use newlines.
19781
19782 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19783
19784         * message.el (message-courtesy-message)
19785         (message-mark-insert-begin, message-mark-insert-end)
19786         (message-elide-ellipsis, message-cancel-message)
19787         (message-add-header, message-change-subject)
19788         (message-cross-post-followup-to-header)
19789         (message-cross-post-insert-note, message-reduce-to-to-cc)
19790         (message-widen-reply, message-delete-not-region)
19791         (message-kill-to-signature, message-insert-signature)
19792         (message-insert-importance-high, message-insert-importance-low)
19793         (message-insert-or-toggle-importance)
19794         (message-insert-disposition-notification-to)
19795         (message-indent-citation, message-yank-original)
19796         (message-cite-original-without-signature, message-cite-original)
19797         (message-insert-citation-line, message-position-on-field)
19798         (message-fix-before-sending, message-send-mail-partially)
19799         (message-send-mail, message-send-mail-with-sendmail)
19800         (message-send-mail-with-qmail, message-send-news)
19801         (message-check-news-header-syntax, message-generate-headers)
19802         (message-insert-courtesy-copy, message-fill-address)
19803         (message-fill-header, message-shorten-references)
19804         (message-setup-1, message-cancel-news)
19805         (message-forward-make-body-plain, message-forward-make-body-mime)
19806         (message-forward-make-body-mml, message-encode-message-body)
19807         (message-forward-make-body-digest-plain)
19808         (message-forward-make-body-digest-mime)
19809         (message-use-alternative-email-as-from): Insert `hard-newline'
19810         instead of ordinary newlines.
19811
19812 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19813
19814         * message.el (message-generate-headers): Downcase the argument
19815         given to message-check-element.
19816
19817 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19818
19819         * nntp.el (nntp-authinfo-rejected): New error condition.
19820         (nntp-wait-for): Use new error condition to signal authentication
19821         error.
19822         (nntp-retrieve-data): Rethrow new error condition to break out of
19823         recursive call to nntp-send-authinfo.
19824
19825 2005-11-08  Romain Francoise  <romain@orebokech.com>
19826
19827         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19828         (gnus-summary-exit-map): Bind to `Z p'.
19829         (gnus-summary-make-menu-bar): Add menu item.
19830
19831 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19832
19833         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19834         (gnus-treat-*): Add `first' in all doc strings.
19835
19836         * gnus-group.el (gnus-group-compact-group): Fix typo.
19837
19838 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * gnus.el (gnus-parameters-case-fold-search): New variable.
19841         (gnus-parameters-get-parameter): Use it.
19842
19843         * gnus-score.el (gnus-home-score-file): Doc fix.
19844
19845 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19846
19847         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19848
19849 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19850
19851         * mm-util.el (mm-special-display-p): New function.
19852
19853         * mml.el (mml-preview): Use it; doc fix.
19854
19855 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19856
19857         * imap.el (imap-open): Handle case where buffer is a buffer object.
19858
19859 2005-10-29  Romain Francoise  <romain@orebokech.com>
19860
19861         * message.el (message-fix-before-sending): Fix comment.
19862
19863 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19864
19865         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19866
19867 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19868
19869         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19870         Used in gnus-score.el.
19871
19872 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19873
19874         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19875
19876 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19877
19878         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19879         whitespace removed in revision 7.8.  Use concatenated string to
19880         protect trailing whitespace.
19881
19882 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19883
19884         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19885         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19886         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19887         Courier IMAP ("some version from 2004").  Mostly based on similar
19888         code in the same function.
19889
19890 2005-10-26  Didier Verna  <didier@xemacs.org>
19891
19892         * gnus-group.el (gnus-group-compact-group): Invalidate original
19893         article buffer.
19894         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19895         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19896         NOV database and in article itself.
19897         Invalidate article backlog.
19898
19899 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19900
19901         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19902
19903 2005-10-26  Simon Josefsson  <jas@extundo.com>
19904
19905         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19906         part of 2004-07-25 change.
19907
19908 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19909
19910         * message.el (message-display-completion-list): New function.
19911         (message-expand-group): Use it; make sure the Completions buffer
19912         is modifiable.
19913 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19914
19915         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19916         user-mail-name is an empty string.
19917
19918 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19919
19920         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19921         depending on gnus-score-decay-constant.
19922
19923         * encrypt.el (encrypt-insert-file-contents)
19924         (encrypt-write-file-contents): Don't use `gnus-message'.
19925
19926         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19927         arguments.
19928         (mm-uu-type-alist): Add message-marks and insert-marks.
19929         Pass arguments to mm-uu-verbatim-marks-extract.
19930         (mm-uu-hide-markers): New variable.
19931         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19932
19933         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19934         (gnus-convert-image-to-face-command): Use "convert" by default to
19935         allow other input image formats.
19936         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19937         accordingly.
19938
19939 2005-10-23  Simon Josefsson  <jas@extundo.com>
19940
19941         * imap.el (imap-gssapi-program): Align command line parameters
19942         with latest GNU SASL.
19943         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19944
19945 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19946
19947         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19948         HTML.
19949         (nnslashdot-request-article): Ditto.
19950
19951         * lpath.el (featurep): Add nobreak-char-display.
19952
19953 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19954
19955         * mail-source.el (mail-source-fetch-pop): Require pop3.
19956         (mail-source-check-pop): Ditto.
19957
19958 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19961         errors.
19962
19963 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19964
19965         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19966         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19967
19968         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19969
19970         * mm-bodies.el (mm-decode-string):
19971         Call `mm-charset-to-coding-system' with allow-override argument.
19972
19973 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19974
19975         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19976         (rfc2047-charset-to-coding-system): New function.
19977         (rfc2047-decode-encoded-words): New function.
19978         (rfc2047-decode-region): Use them.
19979         (rfc2047-decode-cte): Remove.
19980         (rfc2047-parse-and-decode): Remove.
19981         (rfc2047-decode): Remove.
19982
19983 2005-10-15  Kenichi Handa  <handa@m17n.org>
19984
19985         * rfc2047.el (rfc2047-decode-cte): New function.
19986         (rfc2047-decode-region): Change the way to decode successive
19987         encoded-words: decode B- or Q-encoding in each encoded-word,
19988         concatenate them, and decode it as charset.
19989
19990 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * lpath.el: Fbind codepage-setup for XEmacs.
19993
19994 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19995
19996         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19997         widget-move-and-invoke.
19998         (gnus-custom-mode): Use gnus-custom-map.
19999
20000 2005-10-15  Bill Wohler  <wohler@newt.com>
20001
20002         * message.el (message-tool-bar-map): Rename image file from
20003         mail_send to mail/send.
20004
20005 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20006
20007         * message.el (message-expand-group): Pass the common
20008         prefix substring of completion to `display-completion-list'.
20009
20010 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20011
20012         * mml-sec.el (mml-secure-method): New internal variable.
20013         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20014         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20015         New functions using mml-secure-method.
20016
20017         * mml.el (mml-mode-map): Add key bindings for those functions.
20018         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20019         Harder <harder@myrealbox.com>.
20020         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20021         Goto end of message if point is the headers of the message.
20022
20023         * message.el (message-in-body-p): New function.
20024
20025         * assistant.el: Autoload gnus-util and netrc.
20026
20027         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20028         Use `mm-charset-override-alist' only when decoding.
20029
20030         * mm-bodies.el (mm-decode-body):
20031         Call `mm-charset-to-coding-system' with allow-override argument.
20032
20033         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20034         `filename' from Content-Disposition if Content-Type doesn't
20035         provide `name'.
20036         (gnus-mime-view-part-as-type): Set default instead of
20037         initial-input.
20038
20039 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20040
20041         * format-spec.el (format-spec): Propagate text properties of % spec.
20042
20043 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20044
20045         * gnus-art.el (gnus-treat-predicate): Add `first'.
20046
20047 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20048
20049         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20050         (mm-charset-override-alist): New variable.
20051         (mm-charset-to-coding-system): Use it.
20052         (mm-codepage-setup): New helper function.
20053         (mm-charset-eval-alist): New variable.
20054         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20055         Warn about unknown charsets.
20056
20057         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20058
20059 2005-10-04  David Hansen  <david.hansen@gmx.net>
20060
20061         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20062         (nnrss-check-group): Ditto.
20063
20064 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20065
20066         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20067         Rename x-gnus-verbatim to x-verbatim.
20068         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20069
20070         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20071         x-verbatim.
20072
20073         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20074
20075         * gnus-util.el (gnus-remove-duplicates): Remove.
20076
20077         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20078         instead of gnus-remove-duplicates.
20079
20080         * message.el (message-remove-duplicates): Remove.
20081         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20082         message-remove-duplicates.
20083
20084         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20085         available, else use implementation from `delete-dups'.
20086
20087         * message.el (message-insert-expires): New function.
20088         (message-mode-map): Add key binding.
20089         (message-mode-field-menu): Add menu entry.
20090         (message-mode): Document it.
20091         (message-make-expires-date): Use `message-make-date'.
20092
20093 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20094
20095         * message.el (message-make-expires-date): New function.
20096
20097 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * Makefile.in (list-installed-shadows): New entry.
20100         (install): Use it.
20101         (remove-installed-shadows): New entry.
20102
20103         * dgnushack.el (dgnushack-default-load-path): New variable.
20104         (dgnushack-find-lisp-shadows): New function.
20105         (dgnushack-remove-lisp-shadows): New function.
20106
20107 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20108
20109         * Makefile.in (install-el-elc): New entry.
20110         (install): Use it so that .el files are necessarily installed.
20111
20112 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20115
20116 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20117
20118         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20119         function rather than the diff-mode.el package.
20120         (mm-display-external): Use with-current-buffer.
20121         (mm-viewer-completion-map, mm-viewer-completion-map):
20122         Move initialization inside declaration.
20123
20124 2005-09-29  Simon Josefsson  <jas@extundo.com>
20125
20126         * spam.el: Load hashcash when compiling, to avoid warnings.
20127         Don't autoload mail-check-payment.
20128         (spam-check-hashcash): Define unconditionally, since hashcash.el
20129         is part of Gnus now.  Ignore errors from payment checking.
20130
20131 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20132
20133         * message.el (message-bold-region, message-unbold-region):
20134         Rename from `bold-region' and `unbold-region'.
20135
20136         * message.el: Remove useless autoloads.
20137
20138 2005-09-28  Simon Josefsson  <jas@extundo.com>
20139
20140         * message.el (message-use-idna): Default to t.
20141         (message-use-idna): Test whether encoding works too.  Doc fix.
20142
20143 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * nntp.el (nntp-warn-about-losing-connection): Remove.
20146
20147 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20148
20149         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20150         customizable.  Change default value.
20151         (mm-uu-diff-groups-regexp): Change default value.
20152         (mm-uu-type-alist): Add doc string.
20153         (mm-uu-configure): Add doc string.  Make it interactive.
20154         (mm-uu-tex-groups-regexp): New variable.
20155         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20156         (mm-uu-type-alist): Add LaTeX documents.
20157         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20158         of "text/verbatim".
20159         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20160
20161         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20162         instead of "text/verbatim".
20163
20164         * message.el (message-mark-inserted-region)
20165         (message-mark-insert-file): Use slrn style marks when called with
20166         prefix argument.
20167
20168 2005-09-27  Simon Josefsson  <jas@extundo.com>
20169
20170         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20171
20172 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20173
20174         * message.el (message-remove-duplicates): New function.
20175         Implementation borrowed from `gnus-remove-duplicates'.
20176         (message-idna-to-ascii-rhs): Also encode idna addresses in
20177         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20178         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20179         only ask about the same idna domain once per header and also tell
20180         in what header to replace the idna domain.
20181
20182         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20183         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20184         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20185         a header is decoded and not just the last one.
20186
20187 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20188
20189         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20190         has been decoded.
20191
20192         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20193         (mm-insert-part): Don't modify text if it has been decoded.
20194
20195         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20196         decoded.
20197
20198         * mm-view.el (mm-inline-text): Don't strip text props unless
20199         decoding enriched or richtext parts.
20200
20201 2005-09-25  Romain Francoise  <romain@orebokech.com>
20202
20203         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20204         * gnus-start.el (gnus-subscribe-interactively):
20205         * gnus-uu.el (gnus-uu-grab-articles):
20206         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20207         space.
20208
20209 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20210
20211         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20212         * mm-view.el (mm-view-pkcs7-decrypt):
20213         * gnus-sum.el (gnus-summary-limit-to-extra)
20214         (gnus-summary-respool-article, gnus-read-move-group-name):
20215         * gnus-score.el (gnus-summary-increase-score):
20216         * gnus-util.el (gnus-completing-read-with-default):
20217         * gnus-art.el (gnus-read-save-file-name)
20218         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20219         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20220         * message.el (message-check-news-header-syntax):
20221         Follow convention for reading with the minibuffer.
20222
20223 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20224
20225         * spam-report.el (spam-report-url-ping-plain):
20226         Use gnus-extended-version as User-Agent.
20227
20228         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20229         default value is nil.
20230
20231         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20232         (mm-uu-verbatim-marks-extract): New function.
20233         (mm-uu-extract): New face.
20234         (mm-uu-copy-to-buffer): Use it.
20235
20236         * spam-report.el (spam-report-gmane-ham): Rename from
20237         `spam-report-gmane-unspam'.
20238         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20239         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20240
20241         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20242         Autoload.
20243         (spam-report-gmane-unregister-routine):
20244         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20245
20246 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20247
20248         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20249         (spam-report-gmane-unregister-routine): Add support for gmane
20250         unregistration.
20251
20252         * spam-report.el (spam-report-gmane-unspam)
20253         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20254         (spam-report-gmane): Change to take a single article and do unspam
20255         registration.
20256
20257 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20258
20259         * mm-url.el (mm-url-decode-entities): Fix regexp.
20260
20261 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20262
20263         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20264         default to nil, to be able to use Gnus at all.  If the default
20265         switches to something else, then the function should be fixed not
20266         be exceedingly slow.
20267
20268 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20269
20270         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20271         fail hard.
20272
20273         * spam-report.el: Add better Keywords line.
20274
20275         * spam.el: Add Maintainer and better Keywords line.
20276
20277 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20278
20279         * gnus-art.el (gnus-article-replace-part)
20280         (gnus-mime-replace-part): New functions.
20281         (gnus-mime-action-alist, gnus-mime-button-commands)
20282         (gnus-mime-save-part-and-strip): Add file argument.
20283         (gnus-article-part-wrapper): Add interactive argument.
20284
20285         * gnus-sum.el (gnus-summary-mime-map):
20286         Add `gnus-article-replace-part'.
20287
20288 2005-09-19  Didier Verna  <didier@xemacs.org>
20289
20290         The nnml compaction feature:
20291         * nnml.el (nnml-request-compact-group): New function.
20292         * nnml.el (nnml-request-compact): New function.
20293         * gnus-int.el (gnus-request-compact-group): New function.
20294         * gnus-int.el (gnus-request-compact): New function.
20295         * gnus-group.el (gnus-group-compact-group): New function.
20296         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20297         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20298         * gnus-srvr.el (gnus-server-compact-server): New function.
20299         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20300         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20301
20302 2005-09-18  Deepak Goel  <deego@gnufans.org>
20303
20304         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20305         format spec.
20306
20307 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20308
20309         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20310
20311 2005-09-15  Romain Francoise  <romain@orebokech.com>
20312
20313         * message.el (message-fill-paragraph): Clarify docstring.
20314
20315 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20316
20317         * gnus-art.el (gnus-mime-display-part): Protect against broken
20318         MIME messages.
20319
20320 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20321
20322         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20323         before parsing header.
20324
20325 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20326
20327         * html2text.el (html2text-replace-list): Add new entities.
20328
20329 2005-09-11  Romain Francoise  <romain@orebokech.com>
20330
20331         * message.el (message-alternative-emails): Improve docstring.
20332         (message-setup-1): Call `message-use-alternative-email-as-from'
20333         after `message-setup-hook' to give it precedence over posting
20334         styles, etc.
20335         (message-use-alternative-email-as-from): Add docstring.
20336         Remove the original From header if present.
20337
20338         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20339         (nnml-save-mail): Use it.
20340
20341         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20342         articles.  Add new argument `silent'.
20343         (gnus-uu-mark-all): Report the total number of marked articles.
20344
20345 2005-09-10  Romain Francoise  <romain@orebokech.com>
20346
20347         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20348         (gnus-uu-mark-series): Likewise.
20349
20350 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20351
20352         * spam-report.el (spam-report-gmane): Fix generation of spam
20353         report URL.
20354
20355 2005-09-10  Simon Josefsson  <jas@extundo.com>
20356
20357         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20358         t, based on discussion on the ding list with Robert Epprecht
20359         <epprecht@solnet.ch>.
20360
20361 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20362
20363         * spam-report.el (spam-report-gmane): Make it work without
20364         X-Report-Spam header.  Gmane now only provides Archived-At.
20365         This is only used if `spam-report-gmane-use-article-number' is nil.
20366         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20367
20368         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20369         make `gnus-summary-sort-by-recipient' work with threading.
20370
20371         * nnweb.el (nnweb-google-wash-article): Print a message if article
20372         is not available.
20373
20374 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20375
20376         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20377         change.  Decode text/* parts content before displaying.
20378
20379 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20380
20381         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20382
20383 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20384
20385         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20386
20387         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20388         url-package-name, url-package-version,
20389         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20390         w3m-display-inline-images, and w3m-minor-mode-map.
20391
20392 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20393
20394         * message.el (message-tab-body-function): Fix mismatched custom type.
20395
20396         * gnus.el (gnus-group-change-level-function): Ditto.
20397
20398         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20399
20400         * gnus-art.el (gnus-signature-limit)
20401         (gnus-article-mime-part-function): Ditto.
20402
20403 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20404
20405         * mml.el (mml-mode): Silence the byte compiler.
20406
20407         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20408         using `(sit-for 0)' before moving the point to the specified part;
20409         skip unbuttonized parts.
20410         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20411         return to the summary window if gnus-auto-select-part is non-nil.
20412
20413 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20414
20415         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20416         New variables.
20417         (mml-dnd-attach-file, mml-mode): Use them.
20418
20419         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20420         Make fetching article by MID work again for Google Groups.
20421         Add FIXME concerning gnus-group-make-web-group.
20422
20423         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20424         Don't depend on Gnus by using mail-extract-address-components if
20425         gnus-extract-address-components is not bound.
20426
20427 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20428
20429         * gnus-art.el (gnus-mime-display-security): Don't display the
20430         signature, but only the signed part.
20431
20432 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20435
20436         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20437         list, not listp.
20438
20439 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20440
20441         * mm-encode.el (mm-encode-content-transfer-encoding):
20442         Likewise when encoding.
20443
20444         * mm-bodies.el (mm-decode-content-transfer-encoding):
20445         De-canonicalize CRLF for all text content types, not just
20446         text/plain.
20447
20448 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20449
20450         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20451         valid article; point arrow and cursor at the MIME button.
20452
20453 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20454
20455         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20456         Suggested by Dan Christensen <jdc@uwo.ca>.
20457
20458         * mm-decode.el (mm-save-part): Enable change of prompt.
20459
20460 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20461
20462         * gnus-msg.el (gnus-inews-add-send-actions):
20463         Make `message-post-method' lambda parameter ARG `&optional'.
20464
20465 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20466
20467         * gnus-sum.el (gnus-summary-mime-map):
20468         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20469         gnus-article-jump-to-part.
20470
20471         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20472         (gnus-article-edit-part): Use it.
20473         (gnus-article-part-wrapper): Add no-handle argument.
20474         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20475         New functions.
20476
20477 2005-08-29  Romain Francoise  <romain@orebokech.com>
20478
20479         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20480         docstring.
20481         (gnus-face-from-file): Likewise.
20482
20483 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20484
20485         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20486         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20487         non-nil.
20488         (gnus-auto-select-part): New variable.
20489         (gnus-article-jump-to-part): New function.
20490         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20491         (gnus-mime-delete-part): Allow selecting specified part after
20492         deleting or stripping parts.
20493         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20494         part if argument is bogus.
20495
20496 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20497
20498         * gnus-art.el (w3m-minor-mode-map):
20499         * gnus-spec.el (gnus-newsrc-file-version):
20500         * gnus-util.el (nnmail-active-file-coding-system)
20501         (gnus-original-article-buffer, gnus-user-agent):
20502         * gnus.el (gnus-ham-process-destinations)
20503         (gnus-parameter-ham-marks-alist)
20504         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20505         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20506         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20507         * mm-decode.el (gnus-current-window-configuration):
20508         * mm-extern.el (gnus-article-mime-handles):
20509         * mm-url.el (url-current-object, url-package-name)
20510         (url-package-version):
20511         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20512         (smime-keys, w3m-cid-retrieve-function-alist)
20513         (w3m-current-buffer, w3m-display-inline-images)
20514         (w3m-minor-mode-map):
20515         * mml-smime.el (gnus-extract-address-components):
20516         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20517         (gnus-newsrc-hashtb, message-default-charset)
20518         (message-deletable-headers, message-options)
20519         (message-posting-charset, message-required-mail-headers)
20520         (message-required-news-headers):
20521         * mml1991.el (mc-pgp-always-sign):
20522         * mml2015.el (mc-pgp-always-sign):
20523         * nnheader.el (nnmail-extra-headers):
20524         * rfc1843.el (gnus-decode-encoded-word-function)
20525         (gnus-decode-header-function, gnus-newsgroup-name):
20526         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20527
20528 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20529
20530         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20531         the end of the date treatments.
20532
20533 2005-08-15  Simon Josefsson  <jas@extundo.com>
20534
20535         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20536         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20537         Capello and Romain Francoise.
20538         (pgg-fetch-key-function): Remove, not used?
20539         (pgg-insert-url-with-w3): Require url, to get
20540         url-insert-file-contents regardless of where it is defined.
20541
20542 2005-08-13  Romain Francoise  <romain@orebokech.com>
20543
20544         * message.el (message-cite-original-1): New function.
20545         (message-cite-original): Use it.
20546         (message-cite-original-without-signature): Ditto.
20547
20548 2005-08-08  Romain Francoise  <romain@orebokech.com>
20549
20550         * message.el (message-yank-empty-prefix): New variable.
20551         (message-indent-citation): Use it.
20552         (message-cite-original-without-signature): Respect X-No-Archive.
20553
20554 2005-08-08  Simon Josefsson  <jas@extundo.com>
20555
20556         * pgg.el: Autoload url-insert-file-contents instead of loading
20557         w3/url.
20558         (pgg-insert-url-with-w3): Don't load url here.
20559
20560 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20561
20562         * message.el (message-kill-to-signature): Don't insert newline at
20563         bol.
20564         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20565
20566 2005-08-06  Romain Francoise  <romain@orebokech.com>
20567
20568         * message.el (message-user-fqdn): Fix typo in docstring.
20569
20570 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20571
20572         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20573
20574         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20575
20576 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20577
20578         * mm-bodies.el (mm-encode-body): Use coding system rather than
20579         charset to encode text.
20580
20581         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20582         number of charsets if utf-8 is available (XEmacs).
20583
20584 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20585
20586         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20587         taken from `gnus-button-mid-or-mail-regexp'.
20588         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20589         (gnus-button-alist): Improve regexp for domain part of the MIDs
20590         for news:localpart@domain buttons.
20591         (gnus-button-ctan-directory-regexp): Update.
20592
20593 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * sieve-manage.el (sieve-manage-interactive-login):
20596         Use make-local-variable rather than make-variable-buffer-local.
20597         (sieve-manage-open): Ditto.
20598         (sieve-manage-authenticate): Ditto.
20599
20600         * mml.el (mml-generate-mime-1): Make the content type default to
20601         text/plain if the filename is not specified.
20602
20603 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20606         instead of insert-buffer.
20607
20608         * message.el (message-yank-original): Ditto; set the mark at the
20609         end of the yanked message.
20610
20611 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20612
20613         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20614         lines to scroll rather than to stop it.
20615
20616         * mml.el (mml-generate-default-type): Add doc string.
20617         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20618         default to application/octet-stream when determining the content
20619         type if it is not specified for the part or the mml contents; add
20620         a comment about mml-generate-default-type.
20621
20622 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20623
20624         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20625         make it default to application/octet-stream when determining the
20626         content type if it is not specified for the external contents.
20627
20628 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20631         segmented parameter but also other parameters might be there.
20632
20633 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * mm-decode.el (mm-display-external): Delete temp file, directory
20636         and buffer immediately if the external process is exited.
20637
20638 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20641         fewer lines than that of scroll-margin.
20642         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20643
20644 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20645
20646         * gnus-art.el (gnus-article-next-page): Revert.
20647         (gnus-article-beginning-of-window): New macro.
20648         (gnus-article-next-page-1): Use it.
20649         (gnus-article-prev-page): Ditto.
20650         (gnus-article-edit-part): Use insert-buffer-substring instead of
20651         insert-buffer.
20652         (gnus-article-edit-exit): Ditto.
20653
20654         * gnus-util.el (gnus-beginning-of-window): Remove.
20655         (gnus-end-of-window): Remove.
20656
20657         * lpath.el: Don't bind header-line-format and scroll-margin.
20658
20659 2005-07-25  Simon Josefsson  <jas@extundo.com>
20660
20661         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20662         to have the url package without w3.  Reported by Daiki Ueno
20663         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20664
20665 2005-07-20  Didier Verna  <didier@xemacs.org>
20666
20667         * gnus-diary.el: Remove the description comment (nndiary is now
20668         properly documented in the Gnus manual).
20669         Fix the spelling of "Back End".
20670         * nndiary.el: Ditto.
20671         Fix the copyright notice.
20672
20673 2005-07-18  Romain Francoise  <romain@orebokech.com>
20674
20675         * gnus-sum.el (gnus-summary-to-prefix)
20676         (gnus-summary-newsgroup-prefix): New variables.
20677         (gnus-summary-from-or-to-or-newsgroups): Use them.
20678
20679 2005-07-17  Romain Francoise  <romain@orebokech.com>
20680
20681         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20682         space as it's generally not especially interesting to the user.
20683
20684 2005-07-16  Romain Francoise  <romain@orebokech.com>
20685
20686         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20687         nil to avoid prompting and file modification if one of the
20688         messages at the top of the nnfolder file contains a copyright
20689         notice.
20690         Update copyright notice.
20691
20692         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20693         instead of `current-time-string' as the latter creates a time
20694         string that is not RFC 2822 compliant (it lacks the zone).
20695         Update copyright notice.
20696
20697 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20698
20699         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20700         for text/rtf.  Display default in prompt.  Pass default for M-n.
20701
20702         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20703
20704 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20705
20706         * gnus-msg.el (gnus-button-mailto):
20707         Remove save-selected-window-window hackery because it relies on
20708         save-selected-window internals.
20709
20710 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20711
20712         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20713         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20714         (gnus-article-prev-page): Ditto.
20715
20716         * gnus-util.el (gnus-beginning-of-window): New function.
20717         (gnus-end-of-window): New function.
20718
20719         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20720
20721 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20722
20723         * gnus-score.el (gnus-score-edit-all-score):
20724         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20725         gnus-message.
20726
20727 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20728
20729         * gnus-msg.el (gnus-button-mailto):
20730         Remove save-selected-window-window hackery because it relies on
20731         save-selected-window internals.
20732
20733 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20734
20735         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20736         add-minor-mode.
20737         (gnus-binary-mode): Ditto.
20738
20739         * gnus-topic.el (gnus-topic-mode): Ditto.
20740
20741 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20742
20743         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20744         (gnus-article-prev-page): Take scroll-margin into consideration.
20745
20746 2005-07-04  Lute Kamstra  <lute@gnu.org>
20747
20748         Update FSF's address in GPL notices.
20749
20750 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20751
20752         * gnus.el (gnus-exit):
20753         * gnus-group.el (gnus-group-icons):
20754         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20755
20756         * gnus-nocem.el (gnus-nocem):
20757         * message.el (message-various, message-buffers, message-sending)
20758         (message-interface, message-forwarding, message-insertion)
20759         (message-headers, message-news, message-mail):
20760         * pgg-gpg.el (pgg-gpg):
20761         * pgg-parse.el (pgg-parse):
20762         * pgg-pgp.el (pgg-pgp):
20763         * pgg-pgp5.el (pgg-pgp5):
20764         * pop3.el (pop3): Finish `defgroup' description with period.
20765
20766 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20767
20768         * gnus-art.el (article-display-face): Improve the efficiency.
20769         (article-display-x-face): Ditto; remove gray x-face stuff.
20770
20771 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20772
20773         * gnus-art.el (article-display-face): Correct the position in
20774         which Faces are inserted.
20775
20776 2005-06-29  Didier Verna  <didier@xemacs.org>
20777
20778         * gnus-art.el (article-display-face): Display faces in correct
20779         order.
20780
20781 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20782
20783         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20784         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20785         (gnus-nocem-check-article): Fetch the Type header.
20786         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20787         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20788         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20789         make sure gnus-nocem-hashtb is initialized.
20790         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20791         (gnus-nocem-unwanted-article-p): Ditto.
20792
20793         * pgg.el (pgg-verify): Return the verification result.
20794
20795 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20796
20797         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20798         is ascii.
20799
20800 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20801
20802         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20803         `show-nonbreak-escape'.
20804
20805 2005-06-23  Lute Kamstra  <lute@gnu.org>
20806
20807         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20808
20809         * dig.el (dig-mode):
20810         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20811
20812 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20813
20814         * nnimap.el (nnimap-split-download-body): Fix spellings.
20815
20816 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20817
20818         * gnus-art.el (gnus-article-encrypt-body):
20819         * gnus-cus.el (gnus-score-customize):
20820         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20821         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20822
20823 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20824
20825         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20826         header by looking for magic "MII" at the beginning.
20827
20828 2005-06-16  Miles Bader  <miles@gnu.org>
20829
20830         * gnus-xmas.el (gnus-xmas-group-startup-message):
20831         Use renamed gnus-splash face.
20832
20833         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20834         (assistant-field-face): New backward-compatibility alias for renamed
20835         face.
20836         (assistant-render-text): Use renamed assistant-field face.
20837
20838         * spam.el (spam): Remove "-face" suffix from face name.
20839         (spam-face): New backward-compatibility alias for renamed face.
20840         (spam-face, spam-initialize): Use renamed spam face.
20841
20842         * message.el (message-header-to, message-header-cc)
20843         (message-header-subject, message-header-newsgroups)
20844         (message-header-other, message-header-name)
20845         (message-header-xheader, message-separator, message-cited-text)
20846         (message-mml): Remove "-face" suffix from face names.
20847         (message-header-to-face, message-header-cc-face)
20848         (message-header-subject-face, message-header-newsgroups-face)
20849         (message-header-other-face, message-header-name-face)
20850         (message-header-xheader-face, message-separator-face)
20851         (message-cited-text-face, message-mml-face):
20852         New backward-compatibility aliases for renamed faces.
20853         (message-font-lock-keywords): Use renamed message faces.
20854
20855         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20856         (sieve-test-commands, sieve-tagged-arguments):
20857         Remove "-face" suffix from face names.
20858         (sieve-control-commands-face, sieve-action-commands-face)
20859         (sieve-test-commands-face, sieve-tagged-arguments-face):
20860         New backward-compatibility aliases for renamed faces.
20861         (sieve-control-commands-face, sieve-action-commands-face)
20862         (sieve-test-commands-face, sieve-tagged-arguments-face):
20863         Use renamed sieve faces.
20864
20865         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20866         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20867         (gnus-group-news-3-empty, gnus-group-news-4)
20868         (gnus-group-news-4-empty, gnus-group-news-5)
20869         (gnus-group-news-5-empty, gnus-group-news-6)
20870         (gnus-group-news-6-empty, gnus-group-news-low)
20871         (gnus-group-news-low-empty, gnus-group-mail-1)
20872         (gnus-group-mail-1-empty, gnus-group-mail-2)
20873         (gnus-group-mail-2-empty, gnus-group-mail-3)
20874         (gnus-group-mail-3-empty, gnus-group-mail-low)
20875         (gnus-group-mail-low-empty, gnus-summary-selected)
20876         (gnus-summary-cancelled, gnus-summary-high-ticked)
20877         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20878         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20879         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20880         (gnus-summary-low-undownloaded)
20881         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20882         (gnus-summary-low-unread, gnus-summary-normal-unread)
20883         (gnus-summary-high-read, gnus-summary-low-read)
20884         (gnus-summary-normal-read, gnus-splash):
20885         Remove "-face" suffix from face names.
20886         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20887         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20888         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20889         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20890         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20891         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20892         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20893         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20894         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20895         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20896         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20897         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20898         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20899         (gnus-summary-normal-ticked-face)
20900         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20901         (gnus-summary-normal-ancient-face)
20902         (gnus-summary-high-undownloaded-face)
20903         (gnus-summary-low-undownloaded-face)
20904         (gnus-summary-normal-undownloaded-face)
20905         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20906         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20907         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20908         (gnus-splash-face):
20909         New backward-compatibility aliases for renamed faces.
20910         (gnus-group-startup-message): Use renamed gnus faces.
20911
20912         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20913         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20914         (gnus-server-agent): Remove "-face" suffix from face names.
20915         (gnus-server-agent-face, gnus-server-opened-face)
20916         (gnus-server-closed-face, gnus-server-denied-face)
20917         (gnus-server-offline-face):
20918         New backward-compatibility aliases for renamed faces.
20919         (gnus-server-agent-face, gnus-server-opened-face)
20920         (gnus-server-closed-face, gnus-server-denied-face)
20921         (gnus-server-offline-face): Use renamed gnus faces.
20922
20923         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20924         Remove "-face" suffix from face names.
20925         (gnus-picon-xbm-face, gnus-picon-face):
20926         New backward-compatibility aliases for renamed faces.
20927
20928         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20929         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20930         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20931         (gnus-cite-11): Remove "-face" suffix from face names.
20932         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20933         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20934         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20935         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20936         New backward-compatibility aliases for renamed faces.
20937         (gnus-cite-attribution-face, gnus-cite-face-list)
20938         (gnus-article-boring-faces): Use renamed gnus faces.
20939
20940         * gnus-art.el (gnus-signature, gnus-header-from)
20941         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20942         (gnus-header-content): Remove "-face" suffix from face names.
20943         (gnus-signature-face, gnus-header-from-face)
20944         (gnus-header-subject-face, gnus-header-newsgroups-face)
20945         (gnus-header-name-face, gnus-header-content-face):
20946         New backward-compatibility aliases for renamed faces.
20947         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20948
20949         * gnus-sum.el (gnus-summary-selected-face)
20950         (gnus-summary-highlight): Use renamed gnus faces.
20951         * gnus-group.el (gnus-group-highlight): Likewise.
20952
20953 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20954
20955         * gnus-sieve.el (gnus-sieve-article-add-rule):
20956         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20957         * spam-stat.el (spam-stat-buffer-change-to-spam)
20958         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20959
20960         * message.el (message-is-yours-p):
20961         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20962
20963 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20964
20965         * mm-view.el (mm-inline-text): Withdraw the last change.
20966
20967 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20968
20969         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20970         executing enriched-decode.
20971
20972 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20973
20974         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20975         charset of tar files.
20976
20977 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20978
20979         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20980
20981 2005-06-04  Lute Kamstra  <lute@gnu.org>
20982
20983         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20984         information is never recorded.
20985
20986 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20987
20988         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20989
20990 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * pop3.el (pop3-apop): Run md5 in the binary mode.
20993
20994         * starttls.el (starttls-set-process-query-on-exit-flag):
20995         Use eval-and-compile.
20996
20997 2005-05-31  Simon Josefsson  <jas@extundo.com>
20998
20999         * smime.el (smime-replace-in-string): Define.
21000         (smime-cert-by-ldap-1): Use it.
21001
21002 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21003
21004         * gnus-art.el (article-display-x-face): Replace
21005         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21006
21007         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21008         set-process-query-on-exit-flag or process-kill-without-query.
21009
21010         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21011         loop instead of replace-regexp.
21012
21013         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21014         instead of process-kill-without-query if it is available.
21015
21016         * lpath.el: Fbind ldap-search-entries.
21017
21018         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21019         instead of find-file-hooks if it is available.
21020
21021         * mml1991.el: Bind pgg-default-user-id when compiling.
21022
21023         * mml2015.el: Bind pgg-default-user-id when compiling.
21024
21025         * nndraft.el (nndraft-request-associate-buffer):
21026         Use write-contents-functions instead of write-contents-hooks if it is
21027         available.
21028
21029         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21030         instead of find-file-hooks if it is available.
21031
21032         * nntp.el (nntp-open-connection): Replace
21033         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21034         (nntp-open-ssl-stream): Ditto.
21035         (nntp-open-tls-stream): Ditto.
21036
21037         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21038         set-process-query-on-exit-flag or process-kill-without-query.
21039         (starttls-open-stream-gnutls): Use it instead of
21040         process-kill-without-query.
21041         (starttls-open-stream): Ditto.
21042
21043 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21044
21045         * smime.el (smime-cert-by-ldap-1): Don't use
21046         replace-regexp-in-string.
21047
21048 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21049
21050         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21051
21052         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21053         in PEM format.  Adjust to the XEmacs compatibility.
21054
21055 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21056
21057         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21058         by `string-to-number'.
21059         * gnus-agent.el (gnus-agent-regenerate-group)
21060         (gnus-agent-fetch-articles): Ditto.
21061         * gnus-art.el (gnus-button-fetch-group): Ditto.
21062         * gnus-cache.el (gnus-cache-generate-active)
21063         (gnus-cache-articles-in-group): Ditto.
21064         * gnus-group.el (gnus-group-set-current-level)
21065         (gnus-group-insert-group-line): Ditto.
21066         * gnus-score.el (gnus-score-set-expunge-below)
21067         (gnus-score-set-mark-below, gnus-summary-score-effect)
21068         (gnus-summary-score-entry): Ditto.
21069         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21070         (gnus-soup-pack): Ditto.
21071         * gnus-spec.el (gnus-xmas-format): Ditto.
21072         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21073         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21074         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21075         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21076         * nndb.el (nndb-get-remote-expire-response): Ditto.
21077         * nndiary.el (nndiary-parse-schedule-value)
21078         (nndiary-string-to-number, nndiary-request-replace-article)
21079         (nndiary-request-article): Ditto.
21080         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21081         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21082         * nneething.el (nneething-make-head): Ditto.
21083         * nnfolder.el (nnfolder-request-article)
21084         (nnfolder-retrieve-headers): Ditto.
21085         * nnheader.el (nnheader-file-to-number): Ditto.
21086         * nnkiboze.el (nnkiboze-request-article): Ditto.
21087         * nnmail.el (nnmail-process-unix-mail-format)
21088         (nnmail-process-babyl-mail-format): Ditto.
21089         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21090         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21091         (nnmh-request-create-group, nnmh-request-list-1)
21092         (nnmh-request-group, nnmh-request-article): Ditto.
21093         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21094         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21095         * nnsoup.el (nnsoup-make-active): Ditto.
21096         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21097         * nntp.el (nntp-find-group-and-number)
21098         (nntp-retrieve-headers-with-xover): Ditto.
21099         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21100         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21101         (pgg-format-key-identifier): Ditto.
21102         * pop3.el (pop3-last, pop3-stat): Ditto.
21103         * qp.el (quoted-printable-decode-region): Ditto.
21104
21105         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21106         of concat.
21107
21108 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21109
21110         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21111
21112         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21113
21114         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21115
21116         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21117
21118         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21119
21120         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21121
21122         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21123         (gnus-carpal-mode): Ditto.
21124
21125         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21126         (gnus-browse-mode): Ditto.
21127
21128         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21129
21130         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21131
21132 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21133
21134         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21135
21136 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21137
21138         * gnus-util.el (gnus-run-mode-hooks): New function.
21139
21140         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21141
21142         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21143         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21144
21145 2005-05-27  Lute Kamstra  <lute@gnu.org>
21146
21147         * dns-mode.el (dns-mode): Specify customization group.
21148
21149 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21150
21151         * gnus-agent.el (gnus-agent-make-mode-line-string):
21152         Use mode-line-highlight as mouse-face.
21153
21154 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * canlock.el (canlock): Change the parent group to news.
21157
21158         * deuglify.el (gnus-outlook-deuglify): Add :group.
21159
21160         * dig.el (dig): Add :group.
21161
21162         * dns-mode.el (dns-mode): Add :group.
21163
21164         * encrypt.el (encrypt): Add :group.
21165
21166         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21167         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21168         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21169         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21170         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21171
21172         * gnus-diary.el (gnus-diary): Add :group.
21173
21174         * gnus.el (gnus-group-news-1-face): Add :group.
21175         (gnus-group-news-1-empty-face): Ditto.
21176         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21177         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21178         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21179         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21180         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21181         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21182         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21183         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21184         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21185         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21186         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21187         (gnus-summary-high-ticked-face): Ditto.
21188         (gnus-summary-low-ticked-face): Ditto.
21189         (gnus-summary-normal-ticked-face): Ditto.
21190         (gnus-summary-high-ancient-face): Ditto.
21191         (gnus-summary-low-ancient-face): Ditto.
21192         (gnus-summary-normal-ancient-face): Ditto.
21193         (gnus-summary-high-undownloaded-face): Ditto.
21194         (gnus-summary-low-undownloaded-face): Ditto.
21195         (gnus-summary-normal-undownloaded-face): Ditto.
21196         (gnus-summary-high-unread-face): Ditto.
21197         (gnus-summary-low-unread-face): Ditto.
21198         (gnus-summary-normal-unread-face): Ditto.
21199         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21200         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21201
21202         * hashcash.el (hashcash): New custom group.
21203         (hashcash-default-payment): Add :group.
21204         (hashcash-payment-alist): Ditto.
21205         (hashcash-default-accept-payment): Ditto.
21206         (hashcash-accept-resources): Ditto.
21207         (hashcash-path): Ditto.
21208         (hashcash-extra-generate-parameters): Ditto.
21209         (hashcash-double-spend-database): Ditto.
21210         (hashcash-in-news): Ditto.
21211
21212         * message.el (message-minibuffer-local-map): Add :group.
21213
21214         * netrc.el (netrc): Add :group.
21215
21216         * sieve-manage.el (sieve-manage-log): Add :group.
21217         (sieve-manage-default-user): Diito.
21218         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21219         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21220         (sieve-manage-authenticators): Ditto.
21221         (sieve-manage-authenticator-alist): Ditto.
21222         (sieve-manage-default-port): Ditto.
21223
21224         * sieve-mode.el (sieve-control-commands-face): Add :group.
21225         (sieve-action-commands-face): Ditto.
21226         (sieve-test-commands-face): Ditto.
21227         (sieve-tagged-arguments-face): Ditto.
21228
21229         * smime.el (smime): Add :group.
21230
21231         * spam-report.el (spam-report): Add :group.
21232
21233         * spam.el (spam, spam-face): Add :group.
21234
21235 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21236
21237         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21238         return \n.\n.\n at the end of articles.  Protect against that.
21239         (nntp-with-open-group): Allow debugging.
21240
21241         * nnheader.el (mail-header-set-extra): Make into a function
21242         because I just could't understand how to quote the list properly.
21243
21244         * dns.el (query-dns-cached): New function.
21245
21246 2005-05-26  Lute Kamstra  <lute@gnu.org>
21247
21248         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21249
21250 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21251
21252         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21253
21254         * gnus-art.el: Don't autoload mail-extract-address-components.
21255
21256         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21257         eval-and-compile to evaluate it.
21258
21259         * hashcash.el: Don't autoload executable-find.
21260
21261         * nndb.el: Don't declare the nndb back end two or more times; don't
21262         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21263
21264         * nntp.el: Autoload format-spec instead of format; use
21265         eval-and-compile to evaluate autoload forms.
21266
21267 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21268
21269         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21270
21271 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21272
21273         * gnus.el (gnus-version-number): Bump version.
21274
21275 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21276
21277         * gnus.el: No Gnus v0.3 is released.
21278
21279 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21280
21281         * lpath.el (featurep): Bind show-nonbreak-escape.
21282
21283 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21284
21285         * gnus-art.el (gnus-article-edit-part): Disable undo.
21286
21287 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21288
21289         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21290         gnus-article-date-lapsed-new-header is t if date timer is active;
21291         skip headers in which the original date value is empty.
21292         (gnus-article-save-original-date): Redefine it as a macro.
21293         (gnus-display-mime): Use it.
21294
21295 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * gnus-art.el (article-date-ut): Support converting date in
21298         forwarded parts as well.
21299         (gnus-article-save-original-date): New function.
21300         (gnus-display-mime): Use it.
21301
21302 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21303
21304         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21305         enclosure element of <item>.
21306
21307 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21308
21309         * message.el (message-kill-buffer-query): Rename from
21310         `message-kill-buffer-query-if-modified'.  Add :version.
21311
21312 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21315         window layout.
21316
21317 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21318
21319         * mml.el: Autoload dnd when compiling.
21320
21321 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21322
21323         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21324         x-dnd-*.
21325
21326 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21327
21328         * qp.el (quoted-printable-encode-region): Save excursion.
21329
21330 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21331
21332         * message.el (message-kill-buffer-query-if-modified): Add new variable
21333         so the user can kill a modified message buffer quickly.
21334         (message-kill-buffer): Use it.
21335
21336 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21337
21338         * lpath.el: Fbind display-time-event-handler; don't fbind
21339         string-to-multibyte.
21340
21341         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21342
21343 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21344
21345         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21346         contained in text because xml.el decodes entities) with LFs.
21347
21348 2005-04-11  Lute Kamstra  <lute@gnu.org>
21349
21350         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21351         differently.
21352
21353 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21354
21355         * mm-util.el (mm-detect-coding-region): Typo.
21356
21357 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21358
21359         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21360
21361 2005-04-06  Deepak Goel  <deego@gnufans.org>
21362
21363         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21364         user-function allow user modifications of the scores.
21365         (spam-stat-score-buffer-user): New function, to allow
21366         user-computed modifications to the score.
21367         (spam-stat-score-buffer-user-functions): List of additional
21368         scoring functions.
21369         (spam-stat-error-holder): Global temporary error holder.
21370         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21371         variable.
21372
21373 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21374
21375         * gnus-registry.el (gnus-registry-clean-empty-function)
21376         (gnus-registry-trim, gnus-registry-fetch-groups)
21377         (gnus-registry-delete-group): Groups that match
21378         `gnus-registry-ignored-groups' are removed from the registry
21379         entries, not just ignored for splitting.  This helps clean up the
21380         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21381         to get all the groups a message ID is in.
21382
21383         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21384         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21385         (spam-stat-score-buffer-user-functions): Add :number custom type.
21386
21387 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21388
21389         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21390         argument in XEmacs.
21391
21392         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21393         (nnrss-request-group): Decode group name first.
21394         (nnrss-request-article): Make a text/plain article if mml-to-mime
21395         failed.
21396         (nnrss-get-encoding): Return a compatible encoding according to
21397         nnrss-compatible-encoding-alist.
21398         (nnrss-find-el): Use consp instead of listp.
21399         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21400
21401 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21402
21403         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21404         which Emacs 20 doesn't support.
21405         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21406
21407 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21408
21409         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21410         silence the byte compiler inside the defun.
21411
21412         * gnus-demon.el (parse-time-string): Add autoload.
21413
21414         * gnus-delay.el (parse-time-string): Add autoload.
21415
21416         * gnus-art.el (parse-time-string): Add autoload.
21417
21418         * nnultimate.el (parse-time): Require for `parse-time-string'.
21419
21420 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21421
21422         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21423
21424         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21425
21426         * smime.el (smime-ldap-host-list): Add :version.
21427
21428 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21429
21430         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21431         pass it to `gnus-browse-read-group'.
21432         (gnus-browse-read-group): Add NUMBER argument and pass it to
21433         `gnus-group-read-ephemeral-group'.
21434
21435         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21436         argument and pass it to `gnus-group-read-group'.
21437
21438 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21439
21440         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21441         mm-xemacs-find-mime-charset-1 if we have the mule feature
21442         available at runtime.
21443
21444 2005-03-25  Werner Lemberg  <wl@gnu.org>
21445
21446         * nnmaildir.el: Replace `illegal' with `invalid'.
21447
21448 2005-03-23  Lute Kamstra  <lute@gnu.org>
21449
21450         * time-date.el: Add comment on time value formats.
21451         Don't require parse-time.
21452         (with-decoded-time-value): New macro.
21453         (encode-time-value): New function.
21454         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21455         (days-to-time): Return a valid time value when arg is huge.
21456         (time-since): Use time-subtract.
21457         (time-to-number-of-days): Use time-to-seconds.
21458
21459 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21460
21461         * gnus-start.el (gnus-display-time-event-handler):
21462         Check display-time-timer at runtime rather than only at load time
21463         in case display-time-mode is turned off in the mean time.
21464
21465 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21466
21467         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21468         used.
21469
21470         * nneething.el (nneething-map-file-directory): Derive from
21471         `gnus-directory'.
21472
21473         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21474         the To/Cc button.
21475
21476 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21477
21478         * nnmaildir.el (nnmaildir-request-accept-article):
21479         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21480
21481 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21482
21483         * gnus-async.el: Require timer-funcs at compile time when in
21484         XEmacs for `run-with-idle-timer'.
21485
21486 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21487
21488         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21489         autoloaded function.
21490
21491 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21492
21493         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21494
21495 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21496
21497         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21498
21499 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21500
21501         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21502         Add gnus-expert-user to default.
21503
21504 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21505
21506         * nnimap.el (nnimap-open-server): Ditto.
21507
21508         * imap.el (imap-authenticate): Fix typo.
21509
21510 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21511
21512         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21513         buffer (since IMAP server might return FETCH response out of
21514         order, and the nntp buffer must be sorted).
21515
21516 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21517
21518         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21519         comparison on string.
21520
21521         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21522         (gnus-agent-score): Rename category keywords to match gnus-cus.
21523         (gnus-agent-summary-fetch-series): Modify to protect against
21524         gnus-agent-summary-fetch-group clearing processable flags.
21525         (gnus-agent-synchronize-group-flags): Update live group buffer as
21526         synchronization may occur due to the user toggle the plugged
21527         status.
21528         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21529         successfully downloaded.
21530         (gnus-agent-expire-group-1): Avoid using markers when the overview
21531         is in ascending order; greatly improves performance.
21532         (gnus-agent-regenerate-group):
21533         Use gnus-agent-synchronize-group-flags to reset read status in both
21534         gnus and server.
21535         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21536
21537 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21538
21539         * message.el: Don't autoload former message-utils variables.
21540         (message-strip-subject-trailing-was): Change doc string.
21541
21542         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21543         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21544         (nnweb-google-search): Add "hl=en" here.
21545         (nnweb-google-parse-1, nnweb-google-create-mapping):
21546         Don't hardcode URL.
21547
21548 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21549
21550         * message.el (message-get-reply-headers, message-followup):
21551         Mention related variables `message-use-followup-to' and
21552         `message-use-mail-followup-to', in the information buffer.
21553
21554         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21555         of broken groups(-beta).google.com.
21556
21557 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21558
21559         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21560         parameter to invoked gnus-request-move-article; remove the
21561         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21562         all at once instead of once per article.
21563         (gnus-summary-remove-process-mark): Accept a list of articles as
21564         well as a single article for processing.
21565
21566         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21567         parameter.
21568
21569         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21570
21571         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21572
21573         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21574         parameter.
21575
21576         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21577         parameter.
21578
21579         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21580         parameter and remove the gnus-sum-hint-move-is-internal variable.
21581
21582         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21583         parameter.
21584
21585         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21586         parameter.
21587
21588         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21589         parameter.
21590
21591         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21592
21593         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21594         parameter.
21595
21596         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21597         parameter.
21598
21599 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21600
21601         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21602         a more conservative way.
21603
21604 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21605
21606         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21607         buffer, so it moves the window's cursor.
21608
21609 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21610
21611         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21612         `mm-dissect-multipart' and receive the from field as an (optional)
21613         argument from `mm-dissect-multipart'.
21614         (mm-dissect-multipart): Receive the from field as an argument and
21615         pass it on when we call `mm-dissect-buffer' on MIME parts.
21616         Fixes verification/decryption of signed/encrypted MIME parts.
21617
21618 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21619
21620         * gnus-sum.el (gnus-summary-move-article):
21621         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21622         whatever it calls (right now, only nnimap-request-move article
21623         respects it).
21624
21625         * nnimap.el (nnimap-request-move-article):
21626         When gnus-sum-hint-move-is-internal is set, don't do the extra
21627         nnimap-request-article.
21628
21629 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21630
21631         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21632
21633         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21634         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21635
21636         * gnus-sum.el (gnus-summary-caesar-message):
21637         Apply `gnus-treat-article' after rotation.
21638
21639         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21640         doc string.
21641
21642 2005-02-22  Simon Josefsson  <jas@extundo.com>
21643
21644         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21645         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21646         <arne@arnested.dk>.
21647         (encrypt): Add password-cache and password-cache-expiry as group
21648         members.
21649
21650 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21651
21652         * smime.el (smime-ldap-host-list): Doc fix.
21653         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21654         cache) password.
21655         (smime-sign-region): Use it.
21656         (smime-decrypt-region): Use it.
21657         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21658         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21659         fails.
21660         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21661         certificate from DER to PEM format rather than calling openssl.
21662
21663         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21664
21665         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21666         for signing/encryption.
21667
21668         * mml.el (mml-parse-1): Use them.
21669
21670 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21671
21672         * nnrss.el (nnrss-verbose): Remove.
21673         (nnrss-request-group): Use `nnheader-message' instead.
21674
21675 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21676
21677         * nnrss.el (nnrss-verbose): New variable.
21678         (nnrss-request-group): Make it say nnrss is requesting a group.
21679
21680 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21681
21682         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21683         Handle news URL with given port correctly.
21684
21685 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21686
21687         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21688         containing special characters.
21689
21690         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21691
21692         * mml.el (mime-to-mml): Ditto.
21693
21694         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21695         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21696         (rfc2047-decode-region): Quote decoded words containing special
21697         characters when rfc2047-quote-decoded-words-containing-tspecials
21698         is non-nil.
21699
21700 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21701
21702         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21703
21704         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21705
21706 2005-02-15  Simon Josefsson  <jas@extundo.com>
21707
21708         * nnimap.el (nnimap-debug): Doc fix.
21709
21710         * imap.el (imap-debug): Doc fix.
21711
21712 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21713
21714         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21715
21716 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21717
21718         * gnus.el (spam-contents): Improve docs for spam-contents
21719         parameter in its variable incarnation.
21720
21721 2005-02-14  Simon Josefsson  <jas@extundo.com>
21722
21723         * smime-ldap.el: Use require instead of load-library for ldap.
21724         (smime-ldap-search): Indent.
21725         (smime-ldap-search-internal): Shorten line.
21726
21727         * smime.el (smime-cert-by-dns): Add doc-string.
21728         (smime-cert-by-ldap-1): Indent.
21729
21730         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21731         mml-smime-get-dns-ldap.
21732         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21733
21734 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21735
21736         * smime.el: Require smime-ldap.
21737         (smime-ldap-host-list): New variable.
21738         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21739
21740         * mml-smime.el (mml-smime-encrypt-query): New function.
21741         (mml-smime-encrypt-query): Use it.
21742
21743         * smime-ldap.el: New file.
21744
21745 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21746
21747         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21748
21749 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21750
21751         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21752         argument in doc string.  Make query for type more clear.
21753
21754 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21755
21756         * gnus.el (gnus-group-startup-message): Search for gnus images in
21757         etc/images/gnus.
21758         * mm-util.el (mm-image-load-path): Likewise.
21759         * smiley.el (smiley-data-directory): Search for smilies in
21760         etc/images/smilies.
21761
21762 2005-02-09  Kim F. Storm  <storm@cua.dk>
21763
21764         Change Emacs release version from 21.4 to 22.1 throughout.
21765         Change Emacs development version from 21.3.50 to 22.0.50.
21766
21767 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21768
21769         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21770
21771         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21772         non-Mule XEmacs as well.
21773         (mm-decompress-buffer): Signal an error intentionally if it does
21774         not decompress compressed data because auto-compression-mode is
21775         disabled.
21776
21777 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21778
21779         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21780         an ID in the registry even if it has no groups.
21781
21782 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21783
21784         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21785         merge it into mm-decompress-buffer.
21786         (gnus-mime-copy-part): Use the MIME part charset, the value which
21787         a user specified or gnus-newsgroup-charset for decoding, like
21788         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21789         save-buffer what was used.  Suggested by Kevin Ryde
21790         <user42@zip.com.au>.
21791         (gnus-mime-inline-part): Allow the name parameter as well as the
21792         filename parameter; force decompressing of compressed data; always
21793         display contents being not decoded as unibyte.
21794
21795         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21796         as well as the filename parameter.
21797
21798         * mm-util.el (mm-decompress-buffer):
21799         Merge gnus-mime-jka-compr-maybe-uncompress.
21800         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21801         of compressed data.
21802
21803 2005-02-08  Simon Josefsson  <jas@extundo.com>
21804
21805         * imap.el (imap-log): Doc fix.
21806
21807 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21808
21809         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21810         the coding cookies; decompress compressed parts.
21811
21812         * mml.el (mml-generate-mime-1): Add the charset parameter according
21813         to the value which a user specified manually or the coding cookie.
21814
21815         * mm-util.el (mm-string-to-multibyte): New function.
21816         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21817         (mm-coding-system-to-mime-charset): New function.
21818         (mm-decompress-buffer): New function.
21819         (mm-find-buffer-file-coding-system): New function.
21820
21821         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21822         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21823         parts.
21824
21825 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21826
21827         * mm-view.el (mm-display-inline-fontify): Decode a part according
21828         to the charset parameter.
21829
21830 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21831
21832         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21833         prefix arg is neither nil nor a number, as info specifies.
21834
21835 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21836
21837         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21838         timestamps.
21839
21840 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21841
21842         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21843         groups error checking and notify user.
21844
21845 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21846
21847         * message.el (message-send-mail-function): Check existence of
21848         sendmail-program first before using default value
21849         `message-send-mail-with-sendmail'.  Otherwise use more generic
21850         `smtpmail-send-it'.
21851
21852 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21853
21854         * nntp.el (nntp-request-update-info): Always return nil.
21855
21856 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21857
21858         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21859
21860 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21861
21862         * message.el (message-beginning-of-line): Change the behavior when
21863         invoked between BOL and : so that it first moves backward.
21864
21865 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21866
21867         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21868         article buffer when editing of the article is discarded.
21869         (gnus-article-prepare): Revert.
21870
21871 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21872
21873         * gnus-art.el (gnus-article-prepare):
21874         Remove message-strip-forbidden-properties from the local hook.
21875
21876 2005-01-27  Simon Josefsson  <jas@extundo.com>
21877
21878         * password.el (password-cache-add): Only start one timer per key.
21879         Reported by Derek Atkins <warlord@MIT.EDU>.
21880
21881 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21882
21883         * run-at-time.el: Remove.  It is no longer needed as
21884         timer-funcs.el in the xemacs-base package has a working version of
21885         `run-at-time'.
21886
21887         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21888
21889         * password.el: Require timer-funcs instead of run-at-time in
21890         XEmacs.
21891         Remove `password-run-at-time' macro.
21892         (password-cache-add): Use `run-at-time' instead of
21893         `password-run-at-time'.
21894
21895         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21896         Remove `nnheader-cancel-function-timers' alias,
21897         `cancel-function-timers' exists in XEmacs in timer-funcs.
21898
21899         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21900         for `run-with-idle-timer'.
21901
21902         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21903         for `run-at-time'.
21904
21905         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21906         for `with-timeout'.
21907
21908         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21909         the same as for XEmacs 21.4.
21910         No need to ignore `run-with-idle-timer', this function exists in
21911         XEmacs now in timer-funcs.el in the xemacs-base package.
21912         (dgnushack-compile): No need to delete
21913         run-at-time.el from the list of files to compile because it
21914         doesn't exist anymore.
21915
21916 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21917
21918         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21919         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21920
21921 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21922
21923         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21924         sensitively.
21925
21926 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21927
21928         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21929
21930 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21931
21932         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21933         which will be inserted according to the multibyteness of a buffer
21934         rather than the type of contents.  Suggested by ARISAWA Akihiro
21935         <ari@mbf.ocn.ne.jp>.
21936
21937         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21938         of string which old xml.el may return rather than a string.
21939
21940 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21941
21942         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21943
21944 2005-01-16  Simon Josefsson  <jas@extundo.com>
21945
21946         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21947         idn/idna.el isn't available.
21948         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21949         <michael@waxrat.com>.
21950
21951         * hashcash.el: Remove non-FSF copyright header.
21952
21953         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21954         (hashcash-generate-payment): Use it.
21955         (hashcash-generate-payment-async): Use it.
21956
21957 2005-01-15  Simon Josefsson  <jas@extundo.com>
21958
21959         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21960         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21961
21962         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21963         gnus-summary-idna-message.
21964         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21965         (gnus-summary-idna-message): New function.
21966
21967 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21968
21969         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21970         gnus-novice-user.
21971
21972 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21973
21974         * nnrss.el (nnrss-request-delete-group): Delete entries in
21975         nnrss-group-alist as well.
21976         (nnrss-save-server-data): Insert newline.
21977
21978 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21979
21980         * gnus.el (gnus-user-agent): Use list of symbols instead of
21981         symbols.  Display full version number for (S)XEmacs.
21982         Optionally display (S)XEmacs codename.
21983
21984         * gnus-util.el (gnus-emacs-version): Update for new
21985         `gnus-user-agent'.
21986
21987         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21988         Gnus version.
21989
21990 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21991
21992         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21993         which is unreadable in some setups.
21994
21995 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * gnus-spec.el (gnus-update-format-specifications): Flush the
21998         group format spec cache if it doesn't support decoded group names.
21999
22000 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22001
22002         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22003         Allow to apply decay on score files matching a regexp.
22004
22005 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22006
22007         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22008         compatibility in %g and %c.
22009
22010 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22011
22012         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22013         name for only %g and %c.
22014         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22015         of gnus-tmp-group to decoded group name.
22016         (gnus-group-make-rss-group): Exclude `/'s from group names.
22017
22018 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22019
22020         * nnrss.el (nnrss-get-encoding): Fix regexp.
22021
22022 2004-12-27  Simon Josefsson  <jas@extundo.com>
22023
22024         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22025         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22026         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22027
22028 2004-12-17  Kim F. Storm  <storm@cua.dk>
22029
22030         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22031
22032         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22033
22034 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22035
22036         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22037
22038 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * nnrss.el: Require rfc2047 and mml.
22041         (nnrss-file-coding-system): New variable.
22042         (nnrss-format-string): Redefine it as an inline function.
22043         (nnrss-decode-group-name): New function.
22044         (nnrss-string-as-multibyte): Remove.
22045         (nnrss-retrieve-headers): Decode group name; don't use
22046         nnrss-format-string.
22047         (nnrss-request-group): Decode group name.
22048         (nnrss-request-article): Decode group name; allow a Message-ID as
22049         well as an article number; don't use nnrss-format-string; encode a
22050         Message-ID string which may contain non-ASCII characters; use
22051         mml-to-mime to compose a MIME article.
22052         (nnrss-request-expire-articles): Decode group name.
22053         (nnrss-request-delete-group): Decode group name.
22054         (nnrss-fetch): Clarify error message.
22055         (nnrss-read-server-data): Use insert-file-contents instead of load;
22056         bind file-name-coding-system; use multibyte buffer.
22057         (nnrss-save-server-data): Bind coding-system-for-write to the
22058         value of nnrss-file-coding-system; bind file-name-coding-system;
22059         add coding cookie.
22060         (nnrss-read-group-data): Use insert-file-contents instead of load;
22061         bind file-name-coding-system; use multibyte buffer.
22062         (nnrss-save-group-data): Bind coding-system-for-write to the
22063         value of nnrss-file-coding-system; bind file-name-coding-system.
22064         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22065         make it work with non-ASCII text.
22066         (nnrss-find-el): Make it work with old xml.el as well.
22067
22068 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22069
22070         * nnrss.el (nnrss-get-encoding): New function.
22071         (nnrss-fetch): Use unibyte buffer initially; bind
22072         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22073         decode contents according to the encoding attribute.
22074         (nnrss-save-group-data): Add coding cookie.
22075         (nnrss-mime-encode-string): New function.
22076         (nnrss-check-group): Use it to encode subject and author.
22077
22078 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22079
22080         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22081         imaginary variable.
22082
22083 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22084
22085         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22086         correctly even if there are wide characters.
22087
22088 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22089
22090         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22091         downcased symbol names; make a new cache instead of reusing
22092         bbdb-hashtable.
22093
22094 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22095
22096         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22097         concatenating segments rather than before concatenating them.
22098         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22099
22100         * message.el (message-get-reply-headers): Bind `extra'.
22101
22102 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22103
22104         * message.el (message-extra-wide-headers): New variable.
22105         (message-get-reply-headers): Use it.
22106
22107 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22108
22109         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22110         (gnus-agent-group-pathname): Ditto.
22111
22112         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22113
22114         * gnus-group.el (gnus-group-make-group): Decode group name.
22115         (gnus-group-make-rss-group): Register the group data after opening
22116         the nnrss group.
22117
22118 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22119
22120         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22121         by expiry now get marked as read.
22122
22123 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22124
22125         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22126
22127 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22128
22129         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22130         unify Latin characters in XEmacs.
22131         (mm-find-mime-charset-region): Use it.
22132
22133 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22134
22135         * gnus-util.el (gnus-delete-directory): New function.
22136
22137         * gnus-agent.el (gnus-agent-delete-group): Use it.
22138
22139         * gnus-cache.el (gnus-cache-delete-group): Use it.
22140
22141 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22142
22143         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22144         names.
22145
22146 2004-12-16  Simon Josefsson  <jas@extundo.com>
22147
22148         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22149
22150 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22151
22152         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22153
22154         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22155         (gnus-group-set-current-level): Decode group name.
22156
22157 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22158
22159         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22160         failed.
22161
22162 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22163
22164         * gnus-group.el (gnus-group-delete-group): Decode group name.
22165         (gnus-group-make-rss-group): Encode group name.
22166         (gnus-group-catchup-current): Decode group name.
22167         (gnus-group-kill-group): Decode group name.
22168
22169 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22170
22171         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22172
22173 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * gnus-group.el (gnus-group-make-rss-group):
22176         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22177
22178         * gnus-start.el (gnus-setup-news): Honor user's setting to
22179         gnus-message-archive-method.  Suggested by Lute Kamstra
22180         <lute@gnu.org>.
22181
22182 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22183
22184         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22185         global counterparts of the buffer-local variables.
22186
22187 2004-11-16  Romain Francoise  <romain@orebokech.com>
22188
22189         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22190         counterparts of the buffer-local variables.
22191
22192 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22193
22194         * message.el (message-forbidden-properties): Fix typo in doc
22195         string.
22196
22197 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22198
22199         * gnus-util.el (gnus-replace-in-string): Add doc string.
22200
22201         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22202         to avoid problems when splitting mails with many recipients.
22203
22204 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22205
22206         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22207         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22208
22209 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22210
22211         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22212         if there is no hashtable in memory or file modification time is
22213         newer than cached timestamp.
22214
22215 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22216
22217         * gnus-sum.el (gnus-summary-limit-to-recipient):
22218         Implement not-matching option.
22219
22220 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22221
22222         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22223         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22224         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22225         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22226         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22227         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22228
22229 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22230
22231         * message.el (message-forward-make-body-mml): Remove headers
22232         according to message-forward-ignored-headers if a message is decoded.
22233
22234 2004-12-02  Romain Francoise  <romain@orebokech.com>
22235
22236         * message.el (message-forward-make-body-plain): Always remove
22237         headers according to message-forward-ignored-headers.
22238
22239 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22240
22241         * spam.el (spam-summary-prepare-exit): Remove the
22242         gnus-summary-limit pop for now, it has problems with ham marks for
22243         me.
22244
22245 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22246
22247         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22248         correctly.
22249
22250 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22251
22252         * format-spec.el (format-spec): Message the char.
22253
22254 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22255
22256         * gnus-art.el (gnus-split-methods): Reformat comments.
22257
22258         * spam.el (spam-summary-prepare-exit): Remove article limits
22259         before exiting the summary buffer.
22260
22261 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22262
22263         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22264         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22265
22266         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22267         order to silence the byte compiler.
22268
22269         * spam.el: Fix the way to silence the byte compiler, which
22270         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22271         bbdb-search-simple, spam-BBDB-register-routine,
22272         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22273         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22274         spam-stat-buffer-is-spam, spam-stat-load,
22275         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22276         spam-stat-save and spam-stat-split-fancy.
22277
22278 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22279
22280         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22281         which may confuse users.
22282         (canlock-password-for-verify): Ditto.
22283
22284         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22285
22286         * gnus-art.el (gnus-emphasis-alist): Ditto.
22287
22288         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22289
22290         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22291
22292         * gnus-start.el (gnus-save-killed-list): Ditto.
22293
22294         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22295         (gnus-sum-thread-tree-root): Ditto.
22296         (gnus-sum-thread-tree-false-root): Ditto.
22297         (gnus-sum-thread-tree-single-indent): Ditto.
22298
22299         * message.el (message-courtesy-message): Ditto.
22300         (message-archive-note): Ditto.
22301         (message-subscribed-address-file): Ditto.
22302         (message-user-fqdn): Ditto.
22303
22304         * spam-report.el (spam-report-gmane-regex): Ditto.
22305
22306         * spam.el (spam-blackhole-good-server-regex): Ditto.
22307
22308 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22309
22310         * mml.el (mml-preview): Widen the message buffer before copying
22311         the contents to the preview buffer; sort headers before previewing.
22312
22313         * message.el (message-hidden-headers): Fix the way to avoid a bug
22314         in the `repeat' widget in Emacs 21.3 or earlier.
22315
22316 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22317
22318         * message.el (message-hidden-headers): Default to "^References:".
22319         Improve customization type.  Suggested by Reiner Steib
22320         <Reiner.Steib@gmx.de>.
22321
22322 2004-11-25  Romain Francoise  <romain@orebokech.com>
22323
22324         * message.el (message-strip-forbidden-properties): Remove check for
22325         obsolete `message-hidden' text property, hidden headers are not
22326         accessible in the buffer anymore.
22327
22328 2004-11-22  Romain Francoise  <romain@orebokech.com>
22329
22330         * message.el (message-header-format-alist): Add `From' in list
22331         so that it can be sorted.
22332         (message-fix-before-sending): Widen and sort headers before
22333         sending.
22334         (message-hide-headers): Use narrowing to hide headers by moving
22335         them to the top of the buffer and narrowing to the region
22336         underneath.
22337
22338 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22339
22340         * message.el (message-strip-forbidden-properties):
22341         Bind buffer-read-only (etc) to nil.
22342
22343 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22346         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22347
22348 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22349
22350         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22351
22352 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22353
22354         * dns.el (query-dns): Use sit-for to time instead of
22355         accept-process-output, since that doesn't seem to work on udp
22356         sockets.
22357
22358 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22359
22360         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22361
22362 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22363
22364         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22365         doc string.  Improve doc string.
22366
22367 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22368
22369         * nntp.el (nntp-request-update-info): Return nil if
22370         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22371         may not call gnus-activate-group which uselessly issues the GROUP
22372         commands for all nntp groups and wastes time.  Reported by Romain
22373         Francoise <romain@orebokech.com>.
22374
22375         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22376
22377 2004-11-15  Simon Josefsson  <jas@extundo.com>
22378
22379         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22380         headers separately.
22381         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22382         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22383
22384 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22385
22386         * gnus-start.el (gnus-convert-old-newsrc):
22387         Assign legacy-gnus-agent to 5.10.7.
22388
22389 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22390
22391         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22392         start of the lines.
22393
22394 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22395
22396         * hashcash.el (hashcash-default-payment): Change default to 20.
22397         (hashcash-default-accept-payment): Change default to 20.
22398         (hashcash-process-alist): New variable.
22399         (hashcash-generate-payment-async): Add.
22400         (hashcash-already-paid-p): Add.
22401         (hashcash-insert-payment): Don't generate payments twice.
22402         (hashcash-insert-payment-async): Add.
22403         (hashcash-insert-payment-async-2): Add.
22404         (hashcash-cancel-async): Add.
22405         (hashcash-wait-async): Add.
22406         (hashcash-processes-running-p): Add.
22407         (hashcash-wait-or-cancel): Add.
22408         (mail-add-payment): New optional argument.  Conditionally start
22409         asynchronous calculation.
22410         (mail-add-payment-async): Add.
22411
22412         * message.el (message-send-mail): Wait for asynchronous hashcash
22413         results.  Don't clobber existing X-Hashcash headers.
22414         (message-setup-1): Call mail-add-payment-async when
22415         message-generate-hashcash is non-nil.
22416
22417 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22418
22419         * message.el (message-use-alternative-email-as-from): Examine the
22420         From header as well; use message-make-from in order to include a
22421         user's full name.
22422
22423 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22424
22425         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22426         default; improve customization type.
22427         (gnus-emphasis-custom-with-format): New macro.
22428         (gnus-emphasis-custom-value-to-external): New function.
22429         (gnus-emphasis-custom-value-to-internal): New function.
22430
22431 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22432
22433         * dns.el (query-dns): Resolve reverse addresses.
22434
22435 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22436
22437         * gnus-group.el (gnus-group-get-new-news): Use it.
22438
22439         * gnus-start.el (gnus-check-reasonable-setup): New function.
22440
22441 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22442
22443         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22444         "Args out of range" error.  Reported by Arnaud Giersch
22445         <arnaud.giersch@free.fr>.
22446
22447 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22448
22449         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22450
22451 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22452
22453         * spam.el (spam group): Add :version.
22454
22455         * pgg-def.el (pgg group): Add :version.
22456
22457 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22458
22459         * gnus-art.el (gnus-article-edit-article): Don't associate the
22460         article buffer with a draft file.  This is a temporary measure
22461         against the 2004-08-22 change to gnus-article-edit-mode.
22462
22463 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22464
22465         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22466         (html2text-format-tags): Remove unused variable `attr'.
22467
22468 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22469
22470         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22471
22472         * tls.el (tls-process-connection-type, tls-success)
22473         (tls-certtool-program): Add :version.
22474
22475         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22476         (starttls-extra-arguments, starttls-process-connection-type)
22477         (starttls-connect, starttls-failure, starttls-success): Add :version.
22478
22479         * spam-stat.el (spam-stat): Add :version.
22480
22481         * sieve.el (sieve): Add :version.
22482
22483         * sha1.el (sha1): Add :version.
22484         (sha1-use-external): Remove redundant version.
22485
22486         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22487         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22488         (nnmail-split-fancy-match-partial-words)
22489         (nnmail-split-lowercase-expanded): Add :version.
22490
22491         * nndiary.el (nndiary): Add :version.
22492
22493         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22494
22495         * mml-sec.el (mml-default-sign-method)
22496         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22497         Add :version.
22498
22499         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22500
22501         * mm-url.el (mm-url-use-external, mm-url-program)
22502         (mm-url-arguments): Add :version.
22503
22504         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22505         (mm-attachment-file-modes, mm-decrypt-option)
22506         (mm-w3m-safe-url-regexp): Add :version.
22507
22508         * message.el (message-cite-prefix-regexp)
22509         (message-sendmail-envelope-from, message-minibuffer-local-map)
22510         (message-user-fqdn, message-completion-alist): Add :version.
22511
22512         * gnus-win.el (gnus-configure-windows-hook)
22513         (gnus-use-frames-on-any-display): Add :version.
22514
22515         * gnus-art.el (gnus-article-address-banner-alist)
22516         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22517         (gnus-treat-from-picon, gnus-treat-mail-picon)
22518         (gnus-treat-x-pgp-sig): Add :version.
22519
22520         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22521         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22522         (gnus-summary-article-delete-hook)
22523         (gnus-summary-display-while-building): Add :version.
22524
22525         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22526         (gnus-get-top-new-news-hook): Add :version.
22527
22528         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22529         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22530
22531         * gnus-registry.el (gnus-registry): Add :version.
22532
22533         * gnus-spec.el (gnus-use-correct-string-widths)
22534         (gnus-make-format-preserve-properties): Add :version.
22535
22536         * gnus.el (gnus-group-charter-alist)
22537         (gnus-group-fetch-control-use-browse-url)
22538         (gnus-install-group-spam-parameters): Add :version.
22539
22540         * gnus-diary.el (gnus-diary): Add :version.
22541
22542         * gnus-delay.el (gnus-delay): Add :version.
22543
22544         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22545         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22546         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22547         Add :version.
22548
22549         * gnus-agent.el (gnus-agent-max-fetch-size)
22550         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22551         (gnus-agent-prompt-send-queue): Add :version.
22552
22553         * deuglify.el (gnus-outlook-deuglify): Add :version.
22554
22555         * html2text.el: Beautify code.  Improve doc strings.
22556         Some checkdoc cleanup.
22557         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22558
22559 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22560
22561         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22562
22563 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22564
22565         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22566         when package is loaded.
22567
22568         * spam.el (spam-summary-score-preferred-header): Add global preference
22569         for people who want to override the default SpamAssassin over
22570         Bogofilter preference (when both are set).
22571         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22572         (spam-user-format-function-S):
22573         Check spam-summary-score-preferred-header.
22574         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22575         (spam-user-format-function-S): Format the score correctly.
22576
22577 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22578
22579         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22580         signature file.  Suggested by Manoj Srivastava
22581         <srivasta@golden-gryphon.com>.
22582
22583         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22584         iso-2022-jp even in the Japanese language environment.
22585         Suggested by Jason Rumney <jasonr@gnu.org>.
22586
22587 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22588
22589         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22590         use the same characters as the dummy marks; make it free from
22591         getting affected by the language environment.
22592         (gnus-summary-read-group-1): Update mark positions only when the
22593         format spec is updated.
22594
22595         * gnus-spec.el (gnus-update-format-specifications): Return a list
22596         of updated types.
22597
22598 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22599
22600         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22601         of boundp to check if display-warning is available.
22602
22603 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22604
22605         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22606
22607 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22608
22609         * nnspool.el (nnspool-spool-directory): Use news-path if the
22610         news-directory variable is not bound.
22611
22612         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22613         function instead of display-warning if it is not available.
22614
22615 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22616
22617         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22618         v5-10: Use `point-at-bol'.
22619
22620 2004-10-26  Simon Josefsson  <jas@extundo.com>
22621
22622         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22623         <chenggao@gmail.com>.
22624
22625 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22626
22627         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22628         instead.
22629
22630 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22631
22632         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22633         to remove a server from the nnimap-server-buffer-alist.
22634         (nnimap-open-connection, nnimap-close-server): Use it.
22635
22636         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22637
22638 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22639
22640         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22641         running the major-mode function.
22642
22643 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22644
22645         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22646         dummy marks in the right way.
22647
22648 2004-10-18  David Edmondson  <dme@dme.org>
22649
22650         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22651         excessively.
22652
22653 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22654
22655         * gnus-util.el (gnus-split-references): Accept a nil references
22656         string and go on blissfully.
22657
22658         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22659         cases where the references string is non-nil but has no references.
22660
22661         * encrypt.el: Add autoload tags.
22662
22663         * spam.el (spam-resolve-registrations-routine): Remove article
22664         from unregistration list too.  Reported by David Hanak
22665         <dhanak@isis.vanderbilt.edu>
22666
22667 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22668
22669         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22670         nil.  Change custom type.
22671
22672 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22673
22674         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22675
22676         * gnus-sum.el (gnus-summary-move-article): Use it.
22677
22678 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22679
22680         * encrypt.el: Add autoload cookies.
22681
22682         * spam.el (spam-backend-article-list-property)
22683         (spam-backend-get-article-todo-list)
22684         (spam-backend-put-article-todo-list)
22685         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22686         Resolve registrations separately.
22687         (spam-register-routine): Format comments.
22688         (spam-unregister-routine, spam-register-routine): Always call with
22689         specific-articles, no default list.
22690         (spam-summary-prepare-exit): Use the spam-classifications function.
22691
22692         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22693         gnus-encrypt.el.
22694
22695         * encrypt.el: Copied from gnus-encrypt.el.
22696
22697         * gnus-encrypt.el: Commented that it's obsolete.
22698
22699 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22700
22701         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22702         (gnus-score-save): Use it.
22703
22704         * message.el (message-bury): Use `window-dedicated-p'.
22705
22706 2004-10-15  Simon Josefsson  <jas@extundo.com>
22707
22708         * pop3.el (top-level): Don't require nnheader.
22709         (pop3-read-timeout): Add.
22710         (pop3-accept-process-output): Add.
22711         (pop3-read-response, pop3-retr): Use it.
22712
22713 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22714
22715         * spam.el (spam-register-routine): Move comment.
22716         (spam-verify-bogofilter): Use 'unknown for the initial
22717         spam-bogofilter-valid state, not 'never.
22718
22719         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22720         for netrc-machine.
22721
22722         * nnimap.el (nnimap-open-connection):
22723         Use netrc-machine-user-or-password.
22724
22725 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22726
22727         * gnus-registry.el (gnus-registry-unload-hook):
22728         Set as a variable with add-hook.
22729
22730         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22731         of news-path.
22732
22733         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22734
22735         * spam.el: Delete duplicate `provide'.
22736         (spam-unload-hook): Set as a variable with add-hook.
22737
22738 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22739
22740         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22741         in the doc string.
22742
22743         * message.el (message-ignored-news-headers)
22744         (message-ignored-supersedes-headers)
22745         (message-ignored-resent-headers)
22746         (message-forward-ignored-headers): Improve custom type.
22747
22748 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22749
22750         * message.el (message-tokenize-header): Fix 2004-09-06 change
22751         which used point-min in the wrong place.
22752
22753 2004-10-12  Simon Josefsson  <jas@extundo.com>
22754
22755         * tls.el (tls-certtool-program): New variable.
22756         (tls-certificate-information): New function, based on
22757         ssl-certificate-information.
22758
22759 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22760
22761         * compface.el: Move the version of ELisp-based uncompface program
22762         to the contrib directory because of the copyright problem.
22763
22764 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22765
22766         * message.el (message-kill-buffer): Raise the current frame.
22767
22768 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22769
22770         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22771
22772         * gnus.el (message-y-or-n-p): Autoload.
22773
22774         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22775         (pop3-password-required, pop3-authentication-scheme)
22776         (pop3-leave-mail-on-server): Make customizable.
22777         (pop3): New custom group.
22778         (pop3-retr): Remove `sleep-for' statements.
22779         Suggested by Dave Love <fx@gnu.org>.
22780
22781         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22782         Windows/DOS.
22783
22784         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22785         (imap-parse-body): Fix incorrect use of `assert'.
22786         Suggested by Dave Love <fx@gnu.org>.
22787
22788         * mml.el (mml-minibuffer-read-disposition): Require match.
22789         Suggested by Dave Love <fx@gnu.org>.
22790
22791 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22792
22793         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22794         doc string.
22795
22796 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22797
22798         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22799
22800 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22801
22802         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22803         instead of calling `mm-insert-inline', to decode text/* parts
22804         before displaying them.
22805
22806 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22807
22808         * mm-uu.el (mm-uu-text-plain-type): New variable.
22809         (mm-uu-pgp-signed-extract-1): Use it.
22810         (mm-uu-pgp-encrypted-extract-1): Use it.
22811         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22812         bind mm-uu-text-plain-type with that value.
22813         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22814         mm-uu-dissect.
22815
22816 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22817
22818         * gnus-group.el (gnus-update-group-mark-positions):
22819         * gnus-sum.el (gnus-update-summary-mark-positions):
22820         * message.el (message-check-news-body-syntax):
22821         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22822         of string-as-multibyte.
22823
22824 2004-10-05  Juri Linkov  <juri@jurta.org>
22825
22826         * gnus-group.el (gnus-update-group-mark-positions):
22827         * gnus-sum.el (gnus-update-summary-mark-positions):
22828         * message.el (message-check-news-body-syntax):
22829         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22830         8-bit unibyte values to a multibyte string for search functions.
22831
22832 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22833
22834         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22835         (mm-uu-dissect-text-parts): New function.
22836
22837         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22838         dissect text parts.
22839
22840         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22841         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22842
22843         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22844
22845         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22846         Use gnus-current-topics instead of gnus-current-topic.
22847
22848 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22849
22850         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22851
22852 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22853
22854         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22855         where appropriate.
22856
22857         * nnml.el (nnml-generate-active-info): do.
22858
22859         * nndiary.el (nndiary-generate-active-info): do.
22860
22861         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22862         (gnus-topic-move): do.
22863
22864         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22865         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22866
22867         * gnus-srvr.el (gnus-server-prepare)
22868         (gnus-server-open-all-servers): do.
22869
22870         * gnus-msg.el (gnus-summary-cancel-article)
22871         (gnus-summary-resend-message)
22872         (gnus-summary-mail-crosspost-complaint): do.
22873
22874         * gnus-move.el (gnus-change-server): do.
22875
22876         * gnus-group.el (gnus-group-unmark-all-groups)
22877         (gnus-group-set-current-level): do.
22878
22879 2004-10-04  Simon Josefsson  <jas@extundo.com>
22880
22881         * message.el (message-generate-hashcash): Doc fix.
22882
22883 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22884
22885         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22886         avoid infinite recursion via gnus-get-function.
22887
22888 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22889
22890         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22891
22892         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22893
22894         * nnmail.el (nnmail-split-history): do.
22895
22896         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22897         (nnml-request-delete-group): do.
22898
22899         * nnslashdot.el (nnslashdot-read-groups): do.
22900
22901         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22902         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22903
22904         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22905         (nnspool-sift-nov-with-sed): Use last.
22906         (nnspool-retrieve-headers-with-nov): Use mapc.
22907         (nnspool-request-newgroups): Use dolist.
22908         (nnspool-request-group): Use last.
22909
22910         * nntp.el (nntp-read-server-type): Use dolist.
22911
22912         * nnvirtual.el (nnvirtual-create-mapping)
22913         (nnvirtual-update-read-and-marked): Use dolist.
22914         (nnvirtual-convert-headers): Simplify.
22915
22916 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22917
22918         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22919         Add support for sync'ing tick marks.
22920
22921 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22922
22923         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22924         there's no visible header.
22925
22926 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22927
22928         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22929         When necessary, pass full group name to gnus-request-set-marks.
22930
22931 2004-10-01  Simon Josefsson  <jas@extundo.com>
22932
22933         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22934         acroread.
22935
22936 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22937
22938         * spam-report.el (spam-report-gmane): Fix interactive.
22939
22940         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22941
22942         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22943         when writing file.
22944         (gnus-agent-synchronize-flags): Don't default to being
22945         interactive.
22946
22947 2004-09-30  Simon Josefsson  <jas@extundo.com>
22948
22949         * message.el (message-generate-hashcash): Add.
22950         (message-send-mail): Use it, call mail-add-payment.
22951
22952 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22953
22954         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22955
22956 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22957
22958         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22959         gnus-requst-update-info with explicit code to sync the in-memory
22960         info read flags with the marks being sync'd to the backend.
22961
22962         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22963
22964 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22965
22966         * spam.el (spam-verify-bogofilter): Add new function.
22967         (spam-check-bogofilter)
22968         (spam-bogofilter-register-with-bogofilter): Use it.
22969         (spam-verify-bogofilter): Add small fixes.
22970
22971 2004-09-28  Simon Josefsson  <jas@extundo.com>
22972
22973         * hashcash.el (hashcash-generate-payment): Revert.
22974
22975 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22976
22977         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22978         Use gnus-extract-references instead of gnus-split-references.
22979
22980         * gnus-util.el (gnus-extract-references): Add new function, analogous
22981         to gnus-split-references but extracts only the message-ID without
22982         anything extra.
22983
22984         * hashcash.el (hashcash-generate-payment)
22985         (hashcash-check-payment): Do the right thing if hashcash-path is
22986         nil (because the hashcash program could not be found).
22987
22988         * spam.el (spam-use-hashcash): Remove comment.
22989
22990 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22991
22992         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22993         (gnus-cache-enter-article, gnus-cache-remove-article)
22994         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22995
22996         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22997
22998         * gnus-art.el (article-hide-boring-headers)
22999         (article-translate-strings, article-display-face)
23000         (gnus-article-mime-match-handle-first)
23001         (gnus-article-highlight-headers)
23002         (gnus-article-add-buttons-to-head): do.
23003
23004 2004-09-27  Simon Josefsson  <jas@extundo.com>
23005
23006         * hashcash.el: New version, from
23007         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23008         ../contrib/.
23009
23010 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23011
23012         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23013
23014 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23015
23016         * gnus-dup.el (gnus-dup-open): Use mapc.
23017         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23018
23019         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23020         Reported by Stefan Wiens <s.wi@gmx.net>.
23021
23022         * gnus.el (gnus-shutdown): Use dolist.
23023
23024         * gnus-undo.el (gnus-undo): Use mapc.
23025
23026         * nnrss.el (nnrss-generate-active): do.
23027
23028         * message.el (message-cite-original-without-signature)
23029         (message-cite-original): Use mapc.
23030         (message-do-actions, message-make-forward-subject): Use dolist.
23031
23032 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23033
23034         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23035         deletion to remove entire duplicate line.  Fixes merged article
23036         number bug.
23037
23038 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23039
23040         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23041         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23042         first ask if you want to open a server and then, even when you
23043         responded with no, asking if you want to synchronize the server's
23044         flags.
23045         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23046         multi-line expressions.
23047         (gnus-agent-synchronize-group-flags): New internal function.
23048         Updates marks in memory (in the info structure) AND in the
23049         backend.
23050
23051         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23052
23053         * nnagent.el (nnagent-request-set-mark):
23054         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23055         method, to ensure that synchronization updates marks in the
23056         backend and in the info (in memory) structure.
23057
23058 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23059
23060         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23061         convention fully; don't miss the root article of a thread; make
23062         the X-Draft-From header with correct article numbers.
23063
23064 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23065
23066         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23067         unless plugged.  Disable the agent so that an open failure causes
23068         an error.
23069
23070         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23071         Revert 2004-09-21 change.  The backend must be opened while
23072         synchronizing flags even when the backend stores the flags
23073         locally.
23074
23075 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23076
23077         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23078         in `header' match.  Reported by Svend Tollak Munkejord.
23079
23080         * message.el (message-cite-original): Fix use of
23081         `message-cite-articles-with-x-no-archive'.
23082
23083 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23084
23085         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23086         (gnus-window-to-buffer): Ditto.
23087
23088         * mml.el (mml-preview-buffer): New variable.
23089         (mml-preview): Manage window layout with gnus-buffer-configuration.
23090
23091         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23092         X-Draft-From header even if those articles aren't quoted.
23093
23094 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23095
23096         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23097         (gnus-request-set-mark, gnus-request-update-mark): Use new
23098         g-s-t-u-l-m to decide to use backend even when unplugged.
23099
23100 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23101
23102         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23103         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23104
23105 2004-09-20  Simon Josefsson  <jas@extundo.com>
23106
23107         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23108         "utf-16-le".
23109
23110 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23111
23112         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23113
23114 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23115
23116         * uudecode.el (uudecode-use-external): Add :version.
23117
23118         * smime.el (smime-CA-file, smime-encrypt-cipher)
23119         (smime-dns-server): Add :version.
23120
23121         * smiley.el (gnus-smiley-file-types): Add :version.
23122
23123         * sha1.el (sha1-use-external): Add :version.
23124
23125         * pgg-def.el (pgg-query-keyserver): Add :version.
23126
23127         * nnmail.el (nnmail-fancy-expiry-targets)
23128         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23129         Add :version.
23130
23131         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23132         (nnimap-retrieve-groups-asynchronous): Add :version.
23133         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23134
23135         * mml.el (mml-content-disposition-parameters)
23136         (mml-insert-mime-headers-always): Add :version.
23137
23138         * mm-util.el (mm-coding-system-priorities): Add :version.
23139
23140         * mm-decode.el (mm-inline-text-html-with-images)
23141         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23142         (mm-verify-option): Add :version.
23143         (mm-text-html-renderer): Change :version.
23144
23145         * message.el (message-fcc-externalize-attachments)
23146         (message-required-headers, message-draft-headers)
23147         (message-subject-trailing-was-query)
23148         (message-subject-trailing-was-ask-regexp)
23149         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23150         (message-mark-insert-end, message-archive-header)
23151         (message-archive-note, message-cross-post-default)
23152         (message-cross-post-note, message-followup-to-note)
23153         (message-cross-post-note-function, message-use-mail-followup-to)
23154         (message-subscribed-address-functions)
23155         (message-subscribed-address-file, message-subscribed-addresses)
23156         (message-subscribed-regexps, message-allow-no-recipients)
23157         (message-yank-cited-prefix, message-signature-insert-empty-line)
23158         (message-hidden-headers, message-hierarchical-addresses)
23159         (message-mail-user-agent, message-use-idna)
23160         (message-valid-fqdn-regexp)
23161         (message-strip-special-text-properties, message-header-synonyms)
23162         (message-beginning-of-line, message-tab-body-function): Add :version.
23163         (message-insert-canlock, message-wide-reply-confirm-recipients):
23164         Change :version.
23165
23166         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23167         and :version.
23168         (mail-source-delete-old-incoming-confirm)
23169         (mail-source-movemail-program): Add :version.
23170
23171         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23172         (gnus-agent-cache, gnus-agent): Change :version.
23173
23174         * gnus-util.el (gnus-use-byte-compile): Change :version.
23175
23176         * gnus-sum.el (gnus-summary-make-false-root-always)
23177         (gnus-summary-default-high-score)
23178         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23179         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23180         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23181         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23182         (gnus-sum-thread-tree-single-indent)
23183         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23184         (gnus-sum-thread-tree-leaf-with-other)
23185         (gnus-sum-thread-tree-single-leaf): Add :version.
23186         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23187         (gnus-article-loose-mime): Change :version.
23188
23189         * gnus-start.el (gnus-backup-startup-file)
23190         (gnus-save-startup-file-via-temp-buffer): Add :version.
23191
23192         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23193         (gnus-server-offline-face): Add :version.
23194
23195         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23196
23197         * gnus-msg.el (gnus-gcc-externalize-attachments)
23198         (gnus-debug-files, gnus-debug-exclude-variables)
23199         (gnus-discouraged-post-methods): Change :version.
23200         (gnus-confirm-mail-reply-to-news)
23201         (gnus-confirm-treat-mail-like-news): Add :version.
23202
23203         * gnus-int.el (gnus-server-unopen-status): Add :version.
23204
23205         * gnus-group.el (gnus-group-jump-to-group-prompt)
23206         (gnus-large-ephemeral-newsgroup)
23207         (gnus-fetch-old-ephemeral-headers): Add :version.
23208
23209         * gnus-fun.el (gnus-x-face-directory)
23210         (gnus-convert-pbm-to-x-face-command)
23211         (gnus-convert-image-to-x-face-command)
23212         (gnus-convert-image-to-face-command): Add :version.
23213
23214         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23215
23216         * gnus-cite.el (gnus-cite-blank-line-after-header)
23217         (gnus-article-boring-faces): Add :version.
23218
23219         * gnus-art.el (gnus-buttonized-mime-types)
23220         (gnus-inhibit-mime-unbuttonizing)
23221         (gnus-treat-display-face)
23222         (gnus-treat-body-boundary): Change :version.
23223         (gnus-body-boundary-delimiter, gnus-picon-databases)
23224         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23225         (gnus-treat-date-english, gnus-treat-fold-headers)
23226         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23227         (gnus-treat-mail-picon, gnus-treat-wash-html)
23228         (gnus-article-encrypt-protocol)
23229         (gnus-use-idna, gnus-article-over-scroll)
23230         (gnus-mime-display-multipart-alternative-as-mixed)
23231         (gnus-mime-display-multipart-related-as-mixed)
23232         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23233         (gnus-ctan-url, gnus-button-ctan-handler)
23234         (gnus-button-handle-ctan-bogus-regexp)
23235         (gnus-button-ctan-directory-regexp)
23236         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23237         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23238         (gnus-button-man-level, gnus-button-emacs-level)
23239         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23240
23241         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23242         (gnus-agent-go-online): Change :version.
23243         (gnus-agent-expire-unagentized-dirs)
23244         (gnus-agent-auto-agentize-methods): Add :version.
23245
23246         * flow-fill.el (fill-flowed-display-column)
23247         (fill-flowed-encode-column): Add :version.
23248
23249         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23250         (gnus-outlook-deuglify-unwrap-max)
23251         (gnus-outlook-deuglify-cite-marks)
23252         (gnus-outlook-deuglify-unwrap-stop-chars)
23253         (gnus-outlook-deuglify-no-wrap-chars)
23254         (gnus-outlook-deuglify-attrib-cut-regexp)
23255         (gnus-outlook-deuglify-attrib-verb-regexp)
23256         (gnus-outlook-deuglify-attrib-end-regexp)
23257         (gnus-outlook-display-hook): Add :version.
23258
23259         * binhex.el (binhex-use-external): Add :version.
23260
23261 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23262
23263         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23264         and `invisible'.
23265
23266 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23267
23268         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23269         in gnus-registry-trim.
23270
23271 2004-09-13  Simon Josefsson  <jas@extundo.com>
23272
23273         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23274
23275         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23276
23277         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23278         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23279         <yamaoka@jpl.org>.
23280         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23281         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23282         <yamaoka@jpl.org>.
23283
23284         * sieve.el (sieve-manage-mode): Ditto.
23285
23286 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23287
23288         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23289
23290 2004-09-11  Simon Josefsson  <jas@extundo.com>
23291
23292         * dns-mode.el: Add.
23293
23294         * mm-view.el (mm-display-dns-inline): Add.
23295
23296         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23297         (mm-automatic-display): Ditto.
23298
23299         * mailcap.el (mailcap-mime-data): Add text/dns.
23300         (mailcap-mime-extensions): Map .soa to text/dns.
23301
23302 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23303
23304         * gnus-art.el (article-decode-mime-words, article-babel)
23305         (gnus-article-highlight-signature, gnus-article-add-buttons)
23306         (gnus-signature-toggle): Remove unnecessary bindings of
23307         `inhibit-read-only' inherited from v5.10 merge.
23308
23309 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23310
23311         * nntp.el (nntp): New customization group.
23312         (nntp-authinfo-file): Add customization group.
23313
23314         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23315
23316         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23317
23318         * gnus.el (to-address, to-list, subscribed)
23319         (large-newsgroup-initial): Ditto.
23320
23321         * flow-fill.el (fill-flowed-display-column)
23322         (fill-flowed-encode-column): Ditto.
23323
23324 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23325
23326         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23327         Use point-min rather than 1.
23328         (message-send-mail): Use buffer-size rather than point-max.
23329
23330         * gnus-sum.el (gnus-summary-search-article-forward):
23331         Signal a specific `search-failed' rather than a generic `error'.
23332
23333         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23334         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23335         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23336
23337 2004-09-10  Simon Josefsson  <jas@extundo.com>
23338
23339         * nndb.el (require): Remove tcp and duplicate cl.
23340
23341 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23342
23343         * gnus-agent.el (directory-files-and-attributes): Move forward.
23344
23345 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23346
23347         * gnus-agent.el (directory-files-and-attributes):
23348         Optionally defined to support XEmacs.
23349
23350 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23351
23352         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23353         to avoid run-time CL dependencies.
23354         (gnus-agent-unfetch-articles): New function.
23355         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23356         article numbers even when local .overview file is missing.
23357         (gnus-agent-read-article-number): New function.  Only accepts
23358         27-bit article numbers.
23359         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23360         Use gnus-agent-read-article-number.
23361         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23362         from backend while recognizing that article numbers in .overview
23363         must be valid.
23364         (gnus-agent-update-files-total-fetched-for):
23365         Use directory-files-and-attributes to improve performance.
23366         * gnus-int.el (gnus-request-move-article):
23367         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23368         improve performance.
23369
23370         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23371         some users confused by references to .newsrc when they only have a
23372         .newsrc.eld file.
23373         (gnus-convert-mark-converter-prompt)
23374         (gnus-convert-converter-needs-prompt): Fix use of property list.
23375         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23376         New function.  Used internally to only display 'gnus converting
23377         files' message when actually necessary.
23378
23379         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23380         methods now autoloaded.
23381
23382 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23385         identifiers.
23386
23387 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23388
23389         * gnus-picon.el: Fix indentation and closing parenthesis.
23390
23391 2004-09-01  Simon Josefsson  <jas@extundo.com>
23392
23393         * message.el (message-canlock-generate): Require sha1, not
23394         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23395         to require within a function.  Sadly, if sha1.el isn't loaded, the
23396         let binding in m-c-g will hide the defcustom definition, which is
23397         bad.)
23398
23399         * canlock.el: Require sha1, not sha1-el.
23400
23401         * message.el: Don't autoload sha1 (there is a autoload cookie in
23402         sha1.el).
23403
23404         * sha1-el.el: Rename to sha1.el.
23405
23406 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23407
23408         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23409
23410 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23411
23412         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23413
23414 2004-08-30  Kim F. Storm  <storm@cua.dk>
23415
23416         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23417
23418         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23419         Add :group 'nnimap.
23420
23421 2004-08-30  Andreas Schwab  <schwab@suse.de>
23422
23423         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23424         ?* and ?\;.
23425
23426         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23427         and ?\' to symbol instead of whitespace.
23428
23429 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23430
23431         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23432
23433         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23434         instead of re-search-forward.
23435
23436         * gnus-uu.el (gnus-uu-save-article): Ditto.
23437         (gnus-uu-post-encode-uuencode): Ditto.
23438
23439         * html2text.el (html2text-clean-list-items): Ditto.
23440         (html2text-clean-dtdd): Ditto.
23441         (html2text-format-tags): Ditto.
23442
23443         * message.el (message-send-mail-with-sendmail): Fix regexp.
23444         (message-fill-field-general): Use search-forward instead of
23445         re-search-forward.
23446         (unbold-region): Ditto.
23447
23448         * nnrss.el (nnrss-request-article): Ditto.
23449
23450         * nnslashdot.el (nnslashdot-request-article): Ditto.
23451
23452         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23453
23454         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23455         "Unrecognized menu descriptor" error in XEmacs.
23456
23457 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23458
23459         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23460         parent article of a sparse article in the thread hashtb.
23461
23462 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23463
23464         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23465         (nnmail-expand-newtext): Lowercase expanded entries if
23466         nnmail-split-lowercase-expanded is non-nil.
23467
23468 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23469
23470         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23471
23472         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23473         of gnus-tmp-news-method into string under XEmacs.  It will be
23474         passed to gnus-correct-length which takes only a string argument.
23475
23476 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23477
23478         * gnus-util.el (gnus-bind-print-variables): New macro.
23479         (gnus-prin1): Use it.
23480         (gnus-prin1-to-string): Use it.
23481         (gnus-pp): New function.
23482         (gnus-pp-to-string): New function.
23483
23484         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23485         Replace pp-to-string with gnus-pp-to-string.
23486         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23487         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23488         * gnus-msg.el (gnus-debug): Ditto.
23489         * gnus-score.el (gnus-score-save): Ditto.
23490         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23491         gnus-pp-to-string.
23492         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23493         with gnus-pp.
23494         * score-mode.el (gnus-score-pretty-print): Ditto.
23495         * webmail.el (webmail-debug): Ditto.
23496
23497 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23498
23499         * gnus-art.el (article-display-face, article-display-x-face):
23500         Use buffer-read-only.
23501
23502 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23503
23504         * gnus-art.el (article-hide-list-identifiers):
23505         Bind inhibit-read-only as t.
23506
23507 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23508
23509         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23510
23511 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23512
23513         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23514         (gnus-narrow-to-page): Don't assume point-min == 1.
23515         (gnus-article-edit-mode): Derive from message-mode.
23516
23517         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23518         point-min == 1.
23519
23520         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23521         Disable incorrect use of `assert'.
23522
23523         * message.el (message-mode): Set comment-start-skip.
23524
23525
23526 2004-08-22  Sam Steingold  <sds@gnu.org>
23527
23528         * pop3.el (pop3-leave-mail-on-server): New user variable.
23529         (pop3-movemail): Delete mail only when it is nil.
23530
23531 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23532
23533         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23534
23535         * mml.el (mml-preview): Use `pop-to-buffer'.
23536
23537         * message.el (message-goto-mail-followup-to): Insert after "To".
23538         (message-carefully-insert-headers): Add comment.
23539
23540         * gnus.el: Remove unused variable `gnus-article-check-size'.
23541
23542         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23543
23544         * gnus-art.el (gnus-button-alist):
23545         Improve `gnus-button-handle-library' entry.
23546
23547 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23548
23549         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23550         Use downcase, since XEmacs capitalizes error messages differently.
23551
23552 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23553
23554         * nntp.el: Add (require 'gnus) due to reference to
23555         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23556
23557 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23558
23559         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23560         Bind `mm-fill-flowed'.
23561
23562         * mm-decode.el (mm-dissect-singlepart): Check it.
23563
23564 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23565
23566         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23567         'imap' for netrc parsing.
23568
23569 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23570
23571         * mailcap.el (mailcap-mime-data): Mark as risky.
23572
23573 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23574
23575         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23576         may be included in the encoded word.
23577         (rfc2047-encode): Don't append a space if the encoded word
23578         includes close parenthesis.
23579
23580 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23583         of text within parentheses.
23584
23585 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23586
23587         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23588         (gnus-encrypt-write-file-contents): Make the password key the file
23589         name PLUS the cipher, not just the cipher.  Also remove failed
23590         passwords from the cache.
23591
23592 2004-08-06  Simon Josefsson  <jas@extundo.com>
23593
23594         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23595         Doc fix.
23596
23597 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23598
23599         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23600         LWSP.
23601
23602 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23603
23604         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23605         Try to append in-reply-to: data to the references: header.
23606
23607         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23608         (netrc-parse): Use gnus-encrypt.el functions.
23609
23610         * gnus-encrypt.el: Add new file for encryption support; currently
23611         does only a few GPG ciphers and an internal XOR cipher.
23612
23613         * password.el: Add comments on using password-read-and-add.
23614         (password-read-and-add): Add function to read and add the
23615         password to the cache at once.
23616
23617 2004-07-28  Simon Josefsson  <jas@extundo.com>
23618
23619         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23620         parameter (but don't use it, for now).
23621
23622         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23623         instead of hard coding to nil.
23624
23625 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23626
23627         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23628         as mm-inline-image-xemacs does.
23629
23630 2004-07-26  Simon Josefsson  <jas@extundo.com>
23631
23632         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23633         Revert part of 2004-07-17 change below.
23634
23635 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23636
23637         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23638         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23639
23640 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23641
23642         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23643         quotes that actually start with ">" at the beginning of the
23644         lines.
23645
23646 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23647
23648         * rfc2047.el (rfc2047-encode-region): Fix last change.
23649         (rfc2047-encode-parameter): Remove useless concat.
23650
23651 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23652
23653         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23654         encode special characters; fix some kind of misconfigured headers;
23655         signal a real error if debug-on-quit or debug-on-error is non-nil.
23656         (rfc2047-encode-max-chars): New variable.
23657         (rfc2047-encode-1): Use it.
23658         (rfc2047-encode-parameter): New function.
23659
23660         * mml.el (mml-insert-parameter): Remove an excessive space.
23661
23662 2004-07-17  Simon Josefsson  <jas@extundo.com>
23663
23664         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23665         Kai Grossjohann <kai@emptydomain.de>.
23666         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23667         (gnus-group-make-menu-bar): Ditto.
23668
23669         * gnus-util.el (gnus-group-server): Add.
23670
23671 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23672
23673         * message.el (message-clone-locals): Clone sendmail and smtp
23674         variables.
23675
23676 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23677
23678         * rfc2047.el (rfc2047-encode-region): Fix last change.
23679
23680 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23681
23682         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23683         characters as non-special.
23684
23685 2004-07-09  Simon Josefsson  <jas@extundo.com>
23686
23687         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23688         Users will lose all flag changes made while unplugged with
23689         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23690         good default.  See numerous reports on ding mailing list.
23691
23692 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23693
23694         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23695         add generate-head-function and generate-article-function to the
23696         rfc822-forward entry.
23697         (nndoc-rfc822-forward-generate-article): New function.
23698         (nndoc-rfc822-forward-generate-head): New function.
23699
23700         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23701
23702 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23703
23704         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23705         respect display group parameter and gnus-summary-expunge-below.
23706         (gnus-articles-to-read): Remove unused reference to display group
23707         parameter.
23708
23709 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23710
23711         * nnheader.el (nnheader-uniquify-message-id): New experimental
23712         variable.
23713         (nnheader-nov-read-message-id): Use it.
23714
23715         * spam-report.el (spam-report-gmane): Add interactive.
23716
23717 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * mm-encode.el (mm-content-transfer-encoding-defaults):
23720         Use qp-or-base64 for the application/* types.
23721
23722 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23723
23724         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23725
23726 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23727
23728         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23729         trim value.
23730
23731 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23732
23733         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23734         New macro and function.
23735         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23736
23737 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23738
23739         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23740         after-load-alist.
23741
23742 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23743
23744         * gnus-group.el (gnus-group-get-new-news-this-group):
23745         Don't update info that isn't there.
23746
23747 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23748
23749         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23750         entry.
23751
23752 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * mm-view.el (mm-inline-render-with-function): Use multibyte
23755         buffer; decode html source by charset.
23756
23757         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23758
23759         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23760         Mule-UCS is loaded under XEmacs.
23761         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23762
23763 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23764
23765         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23766
23767 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23768
23769         * mm-util.el (mm-coding-system-p): Return a coding-system.
23770         (mm-mime-mule-charset-alist): Use shift_jis instead of
23771         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23772         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23773         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23774         instead of japanese-shift-jis and iso-latin-1 respectively in
23775         order to share the default value with both Emacs and XEmacs-mule.
23776         (mm-mule-charset-to-mime-charset):
23777         Make mm-coding-system-priorities effective.
23778         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23779         while predicating of candidates upon the priorities.
23780
23781 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23782
23783         * gnus-sum.el (gnus-summary-make-menu-bar):
23784         Add gnus-uu-invert-processable.
23785
23786         * gnus.el: Autoload gnus-uu-invert-processable.
23787
23788 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23789
23790         * mm-util.el (mm-with-multibyte-buffer): New macro.
23791
23792         * rfc2047.el (rfc2047-encode-string): Use it.
23793         (rfc2047-encode-region): Move point to the end of the region after
23794         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23795
23796 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23797
23798         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23799         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23800
23801 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23802
23803         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23804         (gnus-cite-parse): Ignore quoted envelope From_.
23805         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23806
23807 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23808
23809         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23810         invalid addresses.
23811
23812 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23813
23814         * spam.el: Change section markers, revise TODO list.
23815         (spam-backends): Make new master list of all installed backends.
23816         (spam-summary-exit-behavior): Add new variable to determine how
23817         messages moves are done at summary exit.
23818         (spam-move-spam-nonspam-groups-only)
23819         (spam-process-ham-in-nonham-groups)
23820         (spam-process-ham-in-spam-groups): Remove variables, the
23821         spam-summary-exit-behavior variable should be used to manage this
23822         behavior.
23823         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23824         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23825         and spam-old-spam-articles.
23826         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23827         Add empty variables, placeholders for the backends they represent.
23828         (spam-set-difference): Move, unchanged.
23829         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23830         unless the user has a processor variable.
23831         (spam-classifications, spam-classification-valid-p)
23832         (spam-backend-properties, spam-backend-property-valid-p)
23833         (spam-backend-function-type-valid-p)
23834         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23835         (spam-report-articles-gmane, spam-report-articles-resend):
23836         Remove functions, they are not needed.
23837         (spam-install-backend-super, spam-backend-list)
23838         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23839         (spam-backend-function, spam-backend-ham-registration-function)
23840         (spam-backend-spam-registration-function)
23841         (spam-backend-ham-unregistration-function)
23842         (spam-backend-spam-unregistration-function)
23843         (spam-backend-statistical-p, spam-backend-mover-p)
23844         (spam-install-backend-alias, spam-install-checkonly-backend)
23845         (spam-install-mover-backend, spam-install-nocheck-backend)
23846         (spam-install-backend, spam-install-statistical-backend)
23847         (spam-install-statistical-checkonly-backend): Add backend installation
23848         support.
23849         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23850         (spam-group-processor-p): Use the new backend code and respect the
23851         summary exit behavior.
23852         (spam-mark-spam-as-expired-and-move-routine): Remove.
23853         (spam-summary-prepare): Change to use the new spam-old-articles
23854         variable.
23855         (spam-copy-or-move-routine, spam-copy-spam-routine)
23856         (spam-move-spam-routine, spam-copy-ham-routine)
23857         (spam-move-ham-routine): Add code to copy/move ham or spam.
23858         (spam-fetch-field-fast): Improve doc and code, plus allow the
23859         'number request.
23860         (spam-list-of-checks, spam-list-of-statistical-checks):
23861         Remove variables.
23862         (spam-split, spam-find-spam): Use the new backend code.
23863         (spam-registration-functions): Remove variable.
23864         (spam-unregister-routine): Add convenience wrapper.
23865         (spam-log-undo-registration, spam-register-routine)
23866         (spam-log-processing-to-registry)
23867         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23868         where possible.
23869         (spam-check-gmane-xref, spam-check-regex-headers)
23870         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23871         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23872         (spam-check-bogofilter-headers, spam-check-spamoracle)
23873         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23874         (spam-check-crm114-headers): Use the spam-split-group that
23875         spam-split prepares, no need to determine it every time.
23876
23877         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23878         to the nnheader-parse-naked-head call.
23879
23880         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23881
23882         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23883         the nnheader-nov-read-message-id call.
23884
23885 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23886
23887         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23888         gnus-activate-group twice.  Suggested by Markus Peter
23889         <warp@spin.de>.
23890
23891 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23892
23893         * gnus-art.el (gnus-article-time-format): Exchange the order of
23894         day and month in the default value; fix customization type.
23895         (article-date-ut): Use add-text-properties.
23896         (article-make-date-line): Use message-make-date instead of
23897         current-time-string.
23898
23899         * message.el (message-fetch-field): Don't use set-text-properties.
23900         (message-make-date): Simplify.
23901
23902         * messagexmas.el (message-xmas-make-date): New function.
23903         (message-xmas-redefine): Defalias message-make-date to it.
23904
23905 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23906
23907         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23908         (rfc2047-encode-region): Treat text within parentheses as special;
23909         show the original text when error has occurred.
23910
23911         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23912         already-computed method to gnus-activate-group.
23913
23914         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23915         same select-methods identical Lisp objects.
23916
23917         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23918         object when modifying the info.
23919
23920 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23921
23922         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23923         gnus-opened-servers since it has never been opened with the new
23924         configuration yet.
23925
23926 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23927
23928         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23929         arg to nnheader-generate-fake-message-id.
23930
23931 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23932
23933         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23934         number and build a fake message ID localized to a group and
23935         article number (so it's repeatable from that point on).
23936         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23937         ID format.
23938
23939         * gnus-sum.el (gnus-get-newsgroup-headers):
23940         Call nnheader-generate-fake-message-id with the article number.
23941
23942 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23943
23944         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23945         end-of-buffer.
23946
23947 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23948
23949         * message.el (message-ignored-supersedes-headers): Add Approved.
23950
23951 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23952
23953         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23954         goto-char.
23955         (rfc2047-encode): Fold the line before encoding.
23956
23957 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23958
23959         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23960         folding -- not all headers can be folded, and this should be done
23961         by the message composition mode.  Probably.  I think.
23962
23963 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23964
23965         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23966         fast.
23967
23968         * gnus-ems.el (gnus-remove-image): Don't use
23969         message-text-with-property; remove only the image found first.
23970
23971         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23972         found first.
23973
23974 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23975
23976         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23977
23978 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23979
23980         * message.el (message-text-with-property): Make it fast and accept
23981         optional arguments.
23982         (message-strip-forbidden-properties): Use it.
23983         (message-fix-before-sending): Follow the m-t-w-p change.
23984
23985         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23986
23987 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23988
23989         * gnus-art.el (article-hide-headers): Don't change the buffer
23990         mistakenly when performing mml-preview even if
23991         gnus-single-article-buffer is nil.
23992
23993 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23994
23995         * message.el (message-expand-name-databases): New user option.
23996         (message-expand-name): Use it.
23997
23998 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23999
24000         * spam.el (spam-report-articles-resend)
24001         (spam-report-resend-register-routine): Allow ham reporting.
24002         (spam-report-resend-register-ham-routine): Add wrapper.
24003         (spam-registration-functions): Add ham resending functions.
24004         (spam-list-of-processors): Add ham resend processor.
24005
24006         * gnus.el (ham-resend-to): Add new group parameter.
24007         (spam-process): Add ham resend option.
24008
24009         * spam-report.el (spam-report-resend): Allow reporting ham.
24010         (spam-report-resend-ham): Add wrapper.
24011
24012 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24013
24014         * message.el (message-cite-articles-with-x-no-archive):
24015         New variable.
24016         (message-cite-original): Use it.
24017
24018 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24019
24020         * message.el (message-cite-original): Respect X-No-Archive.
24021
24022 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24023
24024         * gnus-art.el (article-hide-headers): Refer to the values for
24025         gnus-ignored-headers and gnus-visible-headers in the summary
24026         buffer since a user may have set them as group parameters.
24027
24028 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24029
24030         * assistant.el (assistant-node-name): Add convenience function.
24031         (assistant-render-text, assistant-render-node): Add error handling,
24032         plus handle multiple next nodes.
24033         (assistant-find-next-node): Comment out for now.
24034         (assistant-find-next-nodes): Add function, returns list of next
24035         nodes.
24036
24037 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24038
24039         * mail-source.el (mail-source-directory): Fix doc-string.
24040
24041 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24042
24043         * assistant.el (assistant-render-text, assistant-eval): Add :set
24044         widget type, which is different because it takes and returns a
24045         list.  Much hilarity ensues.
24046
24047 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24048
24049         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24050
24051         * gnus-group.el (gnus-group-get-new-news-this-group):
24052         Add doc-string.
24053
24054         * gnus-start.el (gnus-activate-group): Add doc-string.
24055
24056 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24057
24058         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24059
24060 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24061
24062         * assistant.el (assistant-render-text): Try to add a :set
24063         widget, more to come.
24064
24065         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24066         strings.
24067         (spam-report-articles-resend)
24068         (spam-register-routine): Do registration iff any articles warrant
24069         it.
24070         (spam-summary-prepare-exit): Change log message for nil group
24071         destinations.
24072
24073 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24074
24075         * spam.el (spam-report-resend-register-routine):
24076         Allow spam-report-resend-to to be a group parameter or a global value.
24077
24078 2004-05-26  Simon Josefsson  <jas@extundo.com>
24079
24080         * starttls.el: Merge with my GNUTLS based starttls.el.
24081         (starttls-gnutls-program, starttls-use-gnutls)
24082         (starttls-extra-arguments, starttls-process-connection-type)
24083         (starttls-connect, starttls-failure, starttls-success):
24084         New variables.
24085         (starttls-program, starttls-extra-args): Doc fix.
24086         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24087         New functions.
24088         (starttls-negotiate, starttls-open-stream):
24089         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24090         function if it is set.
24091
24092 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24093
24094         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24095         structured fields.
24096
24097 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24098
24099         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24100
24101 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24102
24103         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24104         Add variable.
24105         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24106         assigning the spam-mark to new messages.
24107
24108 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24109
24110         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24111
24112 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24113
24114         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24115
24116         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24117         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24118         default.
24119
24120 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24121
24122         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24123         correct data.
24124
24125 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24126
24127         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24128         (spam-group-processor-p): Fix function.
24129         (spam-group-processor-multiple-p)
24130         (spam-group-spam-processor-report-gmane-p)
24131         (spam-group-spam-processor-report-resend-p)
24132         (spam-group-spam-processor-bogofilter-p)
24133         (spam-group-spam-processor-blacklist-p)
24134         (spam-group-spam-processor-ifile-p)
24135         (spam-group-ham-processor-ifile-p)
24136         (spam-group-spam-processor-spamoracle-p)
24137         (spam-group-spam-processor-crm114-p)
24138         (spam-group-ham-processor-bogofilter-p)
24139         (spam-group-spam-processor-stat-p)
24140         (spam-group-ham-processor-stat-p)
24141         (spam-group-ham-processor-whitelist-p)
24142         (spam-group-ham-processor-BBDB-p)
24143         (spam-group-ham-processor-spamoracle-p)
24144         (spam-group-ham-processor-copy-p): Remove functions with some
24145         prejudice against unneeded code.
24146         (spam-report-articles-resend)
24147         (spam-report-resend-register-routine): Allow the group/topic
24148         spam-resend-to value to override spam-report-resend-to.
24149         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24150         properly now.
24151
24152         * gnus.el (spam-resend-to): Add group/topic parameter.
24153         (spam-process): Move the OBSOLETE processors to the end of the
24154         choices.
24155
24156 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24157
24158         * spam-report.el (spam-report-resend-to, spam-report-resend):
24159         Start with resend-to set to nil, and then ask the user if necessary.
24160         (spam-report-resend): spam-report-resend takes a list of articles, not
24161         separate article numbers.
24162
24163 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24164
24165         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24166         addition to emacs-w3m.
24167
24168 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24169
24170         * assistant.el (assistant-authinfo-data): New function.
24171         (assistant-eval): Eval for entire assistant.
24172
24173         * netrc.el (netrc-services-file): New variable.
24174         (netrc-parse-services): New function.
24175         (netrc-find-service-name): New function.
24176         (netrc-find-service-number): New function.
24177         (netrc-port-equal): New function.
24178         (netrc-machine): Use it.
24179
24180         * nnimap.el (nnimap-open-connection): Use netrc.
24181
24182         * gnus-util.el (gnus-netrc-get): Remove aliases.
24183
24184         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24185
24186         * assistant.el (wid-edit): Fix compilation.
24187
24188         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24189
24190 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24191
24192         * gnus-util.el (gnus-set-file-modes): New function.  (small
24193         patch).
24194
24195 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24196
24197         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24198
24199         * assistant.el (assistant-render-node): Fix up rendering and
24200         read-only text.
24201         (assistant-render-node): Reset.
24202         (assistant-make-read-only): Not sticky.
24203
24204 2004-05-20  Danny Siu  <dsiu@adobe.com>
24205
24206         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24207         centered even when gnus-auto-center-summary is t.
24208
24209 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24210
24211         * dns.el (dns-get-txt-answer): New function.
24212         (dns-read-txt): Ditto.
24213         (query-dns): Use it.
24214
24215 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24216
24217         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24218         active for foreign groups even if the group level is higher than
24219         the specified value.
24220
24221 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24222
24223         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24224         non-active groups.
24225
24226         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24227
24228 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24229
24230         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24231
24232 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24233
24234         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24235         (spam-crm114-header, spam-crm114-spam-switch)
24236         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24237         (spam-crm114-positive-spam-header)
24238         (spam-crm114-database-directory, spam-list-of-processors)
24239         (spam-group-spam-processor-crm114-p)
24240         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24241         (spam-generic-score, spam-list-of-checks)
24242         (spam-list-of-statistical-checks, spam-registration-functions)
24243         (spam-check-crm114-headers, spam-crm114-score)
24244         (spam-check-crm114, spam-crm114-register-with-crm114)
24245         (spam-crm114-register-spam-routine)
24246         (spam-crm114-unregister-spam-routine)
24247         (spam-crm114-register-ham-routine)
24248         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24249
24250 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24251
24252         * gnus.el: Add spam-use-crm114.
24253
24254         * spam.el (spam-list-of-processors, spam-registration-functions):
24255         Add spam-use-resend.
24256         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24257         (spam-report-articles-gmane): Add doc fix.
24258         (spam-report-articles-resend, spam-report-resend-register-routine):
24259         Add wrappers around spam-report-resend-to.
24260
24261         * spam-report.el (spam-report-resend-to, spam-report-resend):
24262         Add support for resending spam.
24263         (spam-report-gmane): Fix line length >80.
24264
24265         * gnus.el (spam-process): Add spam-use-resend.
24266
24267 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24268
24269         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24270         number of processed spam messages.
24271         (spam-ham-copy-or-move-routine): Return the number of processed
24272         ham messages.
24273         (spam-summary-prepare-exit): Use the above values to decide
24274         whether status messages shouled be displayed.
24275
24276 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24277
24278         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24279         `rfc2047-encoding-function-alist' in order to avoid conflicting
24280         with the old version.
24281         (rfc2047-encode-region): Concatenate words containing non-ASCII
24282         characters in structured fields; don't encode space-delimited
24283         ASCII words even in unstructured fields; don't break words at
24284         char-category boundaries.
24285         (rfc2047-encode-1): New function.
24286         (rfc2047-encode): Use it; encode text so that it occupies the
24287         maximum width within 76-column; work correctly on Q encoding for
24288         iso-2022-* charsets.
24289         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24290         sure not to break a line just after the header name.
24291         (rfc2047-b-encode-region): Remove.
24292         (rfc2047-b-encode-string): New function.
24293         (rfc2047-q-encode-region): Remove.
24294         (rfc2047-q-encode-string): New function.
24295
24296         * mm-util.el (mm-replace-in-string): New function.
24297
24298 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24299
24300         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24301         Really get it right.
24302         (gnus-inews-make-draft): Really.
24303
24304 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24305
24306         * nnmh.el (nnmh-request-list-1): Don't check the link count
24307         before descending.  (small patch)
24308
24309 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24310
24311         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24312         stuff.
24313
24314         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24315         Match on real group name.
24316
24317         * gnus-art.el (gnus-signature-limit): Doc fix.
24318
24319         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24320
24321         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24322
24323 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24324
24325         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24326         isn't a string.
24327
24328 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24329
24330         * gnus-draft.el (gnus-draft-send):
24331         Bind rfc2047-encode-encoded-words.
24332
24333         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24334         (rfc2047-encodable-p): Say that =? needs encoding.
24335         (rfc2047-encode-encoded-words): New variable.
24336
24337         * gnus-group.el (gnus-group-select-group): Doc fix.
24338
24339         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24340
24341         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24342         to nil.
24343
24344         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24345
24346         * nnheader.el (nnheader-get-lines-and-char): New function.
24347
24348 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24349
24350         * gnus-msg.el (gnus-summary-followup-with-original):
24351         Document yanking of region when active.
24352
24353 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24354
24355         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24356         groups if the group level is higher than the specified value.
24357
24358 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24359
24360         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24361         (gnus-group-jump-to-group): Add prefix argument using
24362         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24363         non-active group.
24364
24365         * compface.el (uncompface): Be verbose when changing
24366         `uncompface-use-external'.
24367
24368         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24369         handle manual section.
24370
24371 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24372
24373         * gnus-art.el (gnus-button-alist): Revert previous change.
24374
24375 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24376
24377         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24378
24379 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24380
24381         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24382         whether backend can accept message.
24383
24384         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24385
24386 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24387
24388         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24389         Avoid creating directory when nntp-marks-is-evil is true.
24390         Reported by Reiner Steib.
24391
24392 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24393
24394         * gnus-picon.el (gnus-picon-insert-glyph):
24395         Add optional `nostring' argument.
24396
24397 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24398
24399         * gnus-picon.el (gnus-picon-style): New variable.
24400         (gnus-picon-transform-address): Support `gnus-picon-style'.
24401
24402 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24403
24404         * message.el (message-fill-field): Return point.
24405         (message-generate-headers): Go to end of field.
24406
24407         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24408         stuff for non-living groups.
24409
24410 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24411
24412         * gnus-art.el (gnus-article-followup-with-original)
24413         (gnus-article-reply-with-original): gnus-mark-active-p ->
24414         gnus-region-active-p.
24415
24416 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24417
24418         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24419         only when there is spam or ham to be processed.
24420
24421 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24422
24423         * mail-source.el (mail-source-delete-crash-box): Refactor.
24424         (mail-source-fetch): Use it.
24425         (mail-source-fetch-file): Ditto.
24426         (mail-source-fetch-directory): Run postscript in loop.
24427         (mail-source-fetch-pop): Delete.
24428         (mail-source-fetch-maildir): Ditto.
24429         (mail-source-fetch-imap): Ditto.
24430
24431         * imap.el (imap-authenticators): Comment out sasl.
24432
24433         * message.el (message-skip-to-next-address): New function.
24434         (message-fill-header-address): Refactor.
24435         (message-fill-address): Use it.
24436         (message-delete-address): Use it.
24437         (message-fill-header-general): Refactor.
24438         (message-fill-field-address): Rename.
24439         (message-narrow-to-field): Find the start of the header.
24440         (message-header-format-alist): Don't pre-fill.
24441         (message-fill-header): Remove.
24442         (message-insert-header): New function.
24443         (message-shorten-references): Use it.
24444
24445         * rfc2047.el (rfc2047-field-value): Strip props.
24446
24447         * mail-parse.el (mail-header-make-address): New alias.
24448
24449         * ietf-drums.el (ietf-drums-make-address): New function.
24450
24451         * imap.el: Add compiler directives.
24452
24453         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24454
24455         * gnus-art.el (article-decode-idna-rhs): Don't use
24456         message-idna-inside-rhs-p.
24457
24458 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24459
24460         * message.el (message-idna-inside-rhs-p): Remove.
24461         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24462
24463         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24464         false positives.
24465
24466 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24467
24468         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24469
24470 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24471
24472         * nneething.el (nneething-file-name): Don't create spurious
24473         files.
24474
24475         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24476         (gnus-inews-do-gcc): Remove sleep.
24477
24478         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24479         part under point.
24480
24481         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24482         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24483
24484 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24485
24486         * spam.el (spam-summary-prepare-exit): Fix (length).
24487
24488 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24489
24490         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24491         as expired without moving it" message when there are spam
24492         messages left.
24493
24494 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24495
24496         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24497         header is not nil.
24498
24499 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24500
24501         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24502         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24503         (nntp-marks-changed-p): New arg SERVER.
24504         (nntp-request-update-info): Adjust caller.
24505
24506 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24507
24508         * nntp.el (nntp-save-marks): Pass missing arg.
24509
24510 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24511
24512         * nntp.el: Support marks.
24513         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24514         (nntp-marks-modtime, nntp-marks-directory): New variables.
24515         (nntp-request-set-mark, nntp-request-update-info)
24516         (nntp-possibly-create-directory, nntp-marks-changed-p)
24517         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24518         New functions.
24519
24520 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24521
24522         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24523         (gnus-xmas-redefine): Rename.
24524
24525         * gnus-score.el (gnus-score-insert-help):
24526         Use gnus-select-lowest-window.
24527
24528         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24529         appt-select-lowest-window and rename to gnus-select-lowest-window.
24530
24531         * gnus.el: do.
24532
24533 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24534
24535         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24536         encodings of MIME-encoded words, in order to improve
24537         interoperability with several broken MUAs.
24538
24539 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24540
24541         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24542         tags, only when charsets are not specified in headers.
24543         (mm-inline-text-html-render-with-w3m): Ditto.
24544
24545         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24546         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24547
24548 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24549
24550         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24551         instead of MIME-decoded from fields when checking
24552         `gnus-article-address-banner-alist'.
24553
24554 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24555
24556         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24557         description rather than subject.
24558
24559 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24560
24561         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24562
24563 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24564
24565         * gnus.el (gnus-version-number): Bump.
24566
24567 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24568
24569         * gnus.el: No Gnus v0.2 is released.
24570
24571 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24572
24573         * gnus-agent.el (gnus-agent-read-agentview):
24574         Inline gnus-uncompress-range.
24575
24576 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24577
24578         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24579         `exec-installed-p'.
24580
24581 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24582
24583         * gnus.el (spam-process, spam-autodetect-methods):
24584         Add bsfilter and bsfilter-headers.
24585
24586         * spam.el (spam-bsfilter): New customize group.
24587         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24588         (spam-bsfilter-header, spam-bsfilter-probability-header)
24589         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24590         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24591         (spam-bsfilter-database-directory): New options.
24592         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24593         (spam-list-of-statistical-checks, spam-registration-functions):
24594         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24595         (spam-bsfilter-score): New command.
24596         (spam-check-bsfilter-headers, spam-check-bsfilter)
24597         (spam-bsfilter-register-with-bsfilter)
24598         (spam-bsfilter-register-spam-routine)
24599         (spam-bsfilter-unregister-spam-routine)
24600         (spam-bsfilter-register-ham-routine)
24601         (spam-bsfilter-unregister-ham-routine): New functions.
24602         (spam-generic-score): Support bsfilter; Accept an optional argument
24603         to recalcurate spam score even if scoring header has already been
24604         added.
24605         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24606         optional argument to recalcurate spam score even if scoring header
24607         has already been added.
24608
24609 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24610
24611         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24612         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24613         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24614         link is missing.
24615
24616 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24617
24618         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24619         (html2text-get-attr): Rewrite.
24620
24621         * message.el (message-setup-1): Remove redundant put-text-property
24622         on mail-header-separator.
24623
24624 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24625
24626         * gnus-registry.el (gnus-registry-cache-whitespace)
24627         (gnus-registry-action, gnus-registry-spool-action)
24628         (gnus-registry-split-fancy-with-parent): Change message levels
24629         from 5 to 3 or 7, as needed.
24630
24631         * spam.el (spam-summary-prepare-exit)
24632         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24633         (spam-split, spam-find-spam, spam-log-undo-registration)
24634         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24635         level from 5 to 6.
24636
24637 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24638
24639         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24640         2004-03-04 change).
24641
24642 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24643
24644         * sieve-manage.el (sieve-manage-open):
24645         * nnweb.el (nnweb-insert-html):
24646         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24647         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24648         * nnspool.el (nnspool-request-group):
24649         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24650         * nnml.el (nnml-request-update-info):
24651         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24652         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24653         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24654         (nnimap-request-set-mark):
24655         * nnfolder.el (nnfolder-request-update-info):
24656         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24657         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24658         * gnus-uu.el (gnus-uu-find-articles-matching):
24659         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24660         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24661         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24662         * gnus-nocem.el (gnus-nocem-scan-groups):
24663         * gnus-int.el (gnus-start-news-server):
24664         * gnus-group.el (gnus-group-make-kiboze-group)
24665         (gnus-group-browse-foreign-server):
24666         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24667         Use mapc when appropriate.
24668
24669 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24670             Adam Sjøgren  <asjo@koldfront.dk>
24671             Wes Hardaker  <wes@hardakers.net>
24672             Michael Shields  <shields@msrl.com>
24673
24674         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24675         may need for spam sorting and scoring.
24676         (spam-user-format-function-S): Add user format function suitable for
24677         general use.
24678         (spam-article-sort-by-spam-status): Add sorting function for summary
24679         sorting.
24680         (spam-extra-header-to-number): Add function to get a score from a
24681         header.
24682         (spam-summary-score): Add function to get a numeric score from the
24683         headers.
24684         (spam-generic-score): Fix function doc, was in wrong place.
24685         (spam-initialize): Take symbols when it's run, and install the
24686         extra headers that spam-necessary-extra-headers thinks we need.
24687
24688 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24689
24690         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24691         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24692
24693 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24694
24695         * gnus-sum.el (gnus-set-global-variables)
24696         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24697         (gnus-article-get-xrefs, gnus-summary-best-group)
24698         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24699         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24700         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24701         Use with-current-buffer.
24702
24703 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24704
24705         * spam.el (spam-summary-prepare-exit): Simplify logic.
24706         (spam-fetch-article-header): Read the article header if it's not
24707         available.
24708         (spam-list-articles): Simplify logic.
24709         (spam-filelist-register-routine): Fix bug with unregister-list.
24710
24711         * gnus-registry.el: Fix comments at beginning.
24712
24713 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24714
24715         * message.el (message-cater-to-broken-inn): Remove.
24716         (message-shorten-references): Make sure the total folded length of
24717         References is shorter than 998 characters to cater to a bug in INN
24718         2.3.  Also, don't pretend that references aren't folded -- this
24719         hasn't worked for a while.
24720
24721 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24722
24723         * gnus-agent.el (gnus-agentize):
24724         gnus-agent-send-mail-real-function no longer set to current value
24725         of message-send-mail-function but rather a lambda that calls
24726         message-send-mail-function.  The change makes the agent real-time
24727         responsive to user changes to message-send-mail-function.
24728
24729 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24730
24731         * legacy-gnus-agent.el
24732         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24733         help from Florian Weimer <fw@deneb.enyo.de>
24734
24735 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24736
24737         * nnmail.el (nnmail-cache-insert): Revert last change.
24738
24739 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24740
24741         * nnmail.el (nnmail-cache-insert): Always check whether
24742         nnmail-cache-ignore-groups matches a group name.
24743
24744 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24745
24746         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24747         (spam-find-spam, spam-log-processing-to-registry)
24748         (spam-log-registered-p, spam-log-unregistration-needed-p)
24749         (spam-log-undo-registration): Use gnus-message instead of
24750         gnus-error, none of these errors are fatal.
24751
24752         * gnus-registry.el (gnus-registry-clean-empty-function)
24753         (gnus-registry-clean-empty): Remove only empty entries without
24754         extra data.
24755
24756 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24757
24758         * spam-stat.el (spam-stat-buffer-change-to-spam)
24759         (spam-stat-buffer-change-to-non-spam): Change (error) to
24760         (gnus-message 8) invocation.
24761
24762 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24763
24764         * nntp.el (nntp-via-netcat-command): New variable.
24765         (nntp-via-netcat-switches): New variable.
24766         (nntp-open-via-rlogin-and-netcat): New function.
24767         (nntp-open-connection-function): Doc fix.
24768         (nntp-telnet-command): Doc fix.
24769         (nntp-end-of-line): Doc fix.
24770         (nntp-via-rlogin-command): Doc fix.
24771         (nntp-via-user-name): Doc fix.
24772         (nntp-via-address): Doc fix.
24773
24774 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24775
24776         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24777         error in Emacs 21.1.
24778
24779 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24780
24781         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24782
24783 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24784
24785         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24786         (gnus-agent-with-refreshed-group): New macro.
24787         (gnus-agent-rename-group): New function.
24788         (gnus-agent-delete-group): New function.
24789         (gnus-agent-save-group-info): Use gnus-command-method when
24790         `method' parameter is nil.  Don't write nil entries into the
24791         active file.
24792         (gnus-agent-get-group-info): New function.
24793         (gnus-agent-fetch-articles):
24794         Use gnus-agent-update-files-total-fetched-for to increment disk space
24795         used.
24796         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24797         Use gnus-agent-update-view-total-fetched-for to increment disk space
24798         used.
24799         (gnus-agent-get-local): Add optional parameters to avoid calling
24800         gnus-group-real-name and gnus-find-method-for-group.
24801         (gnus-agent-set-local): Delete stored entry if either min, or max,
24802         are nil.
24803         (gnus-agent-fetch-session): Reworded error/quit messages.
24804         On quit, use gnus-agent-regenerate-group to record existance of any
24805         articles fetched to disk before the quit occurred.
24806         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24807         gnus-agent-update-view-total-fetched-for, and
24808         gnus-agent-update-files-total-fetched-for to decrement disk space
24809         used.
24810         (gnus-agent-retrieve-headers):
24811         Use gnus-agent-update-view-total-fetched-for to increment disk space
24812         used.
24813         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24814         with gnus-agent-update-files-total-fetched-for to decrement disk
24815         space and fresh group buffer.
24816         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24817         (gnus-agent-need-update-total-fetched-for): New variable.
24818         (gnus-agent-update-files-total-fetched-for): New function.
24819         (gnus-agent-update-view-total-fetched-for): New function.
24820         (gnus-agent-total-fetched-for): New function.
24821
24822         * gnus-cache.el (gnus-cache-save-buffers):
24823         Use gnus-cache-update-overview-total-fetched-for to change disk space
24824         used by this group.
24825         (gnus-cache-possibly-enter-article):
24826         Use gnus-cache-update-file-total-fetched-for to increment disk space
24827         used by this group.
24828         (gnus-cache-possibly-remove-article):
24829         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24830         used by this group.
24831         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24832         (gnus-cache-rename-group): New function.
24833         (gnus-cache-delete-group): New function.
24834         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24835         (gnus-cache-need-update-total-fetched-for): New variable.
24836         (gnus-cache-with-refreshed-group): New macro.
24837         (gnus-cache-update-file-total-fetched-for): New function.
24838         (gnus-cache-update-overview-total-fetched-for): New function.
24839         (gnus-cache-rename-group-total-fetched-for): New function.
24840         (gnus-cache-delete-group-total-fetched-for): New function.
24841         (gnus-cache-total-fetched-for): New function.
24842
24843         * gnus-group.el: Require gnus-sum and autoload functions to
24844         resolve warnings when gnus-group.el compiled alone.
24845         (gnus-group-line-format): Documented new %F.
24846         (size of Fetched data) group line format; identifies disk space
24847         used by agent and cache.
24848         (gnus-group-line-format-alist): Defined new F format.
24849         (gnus-total-fetched-for): New function.
24850         (gnus-group-delete-group): No longer update
24851         gnus-cache-active-altered as gnus-request-delete-group now keeps
24852         the cache in sync.
24853         (gnus-group-list-active): Let the agent store a server's active
24854         list if currently plugged.
24855
24856         * gnus-int.el (gnus-request-delete-group):
24857         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24858         local disk in sync with the server.
24859         (gnus-request-rename-group):
24860         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24861         local disk in sync with the server.
24862
24863         * gnus-start.el (gnus-get-unread-articles):
24864         Cosmetic simplification to logic.
24865
24866         * gnus-util.el (gnus-rename-file): New function.
24867
24868 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24869
24870         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24871
24872 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24873
24874         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24875         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24876
24877 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24878
24879         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24880         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24881
24882 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24883
24884         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24885
24886 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24887
24888         * spam.el (spam-set-difference): Add function to replace
24889         gnus-set-difference in spam.el.
24890         (spam-summary-prepare-exit): Use spam-set-difference.
24891
24892 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24893
24894         * gnus-registry.el (gnus-registry-cache-file): Update to use
24895         gnus-dribble-directory OR gnus-home-directory OR ~.
24896         (gnus-registry-split-fancy-with-parent): Fix doc.
24897
24898 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24899
24900         * message.el (message-exchange-point-and-mark):
24901         Use message-mark-active-p.  Suggested by Jesper Harder
24902         <harder@ifa.au.dk>.
24903
24904 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24905
24906         * message.el (message-exchange-point-and-mark): Don't activate
24907         region if it was inactive.  Suggested by Hiroshi Fujishima
24908         <pooh@nature.tsukuba.ac.jp>.
24909
24910 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24911
24912         * gnus-art.el (article-display-face): Display Faces in the same
24913         order as X-Faces.
24914
24915 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24916
24917         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24918
24919 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24920
24921         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24922         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24923         (gnus-article-mime-hierarchy): Remove.
24924         (gnus-article-mime-hierarchy-next): Remove.
24925         (gnus-article-mode): Revert 2004-03-19 change.
24926         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24927         (gnus-insert-mime-button): Revert 2004-03-19 change.
24928         (gnus-mime-accumulate-hierarchy): Remove.
24929         (gnus-mime-enter-multipart): Remove.
24930         (gnus-mime-leave-multipart): Remove.
24931         (gnus-mime-display-part): Revert 2004-03-19 change.
24932         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24933
24934         * mml.el (mml-preview): Revert 2004-03-19 change.
24935
24936 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24937
24938         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24939
24940 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24941
24942         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24943         t while entering a file name using the mm-with-multibyte macro.
24944         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24945
24946         * mm-util.el (mm-with-multibyte): New macro.
24947
24948 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24949
24950         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24951         New user option.
24952         (gnus-mime-multipart-functions): Doc and customization fix.
24953         (gnus-article-mime-hierarchy): New variable.
24954         (gnus-article-mime-hierarchy-next): New variable.
24955         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24956         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24957         gnus-article-mime-hierarchy-next to nil.
24958         (gnus-insert-mime-button): Show hierarchy numbers.
24959         (gnus-mime-accumulate-hierarchy): New function.
24960         (gnus-mime-enter-multipart): New function.
24961         (gnus-mime-leave-multipart): New function.
24962         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24963         (gnus-mime-display-alternative): Show hierarchy numbers.
24964
24965         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24966         gnus-article-mime-hierarchy-next to nil.
24967
24968 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24969
24970         * dns.el: Don't require gnus-xmas.
24971
24972 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24973
24974         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24975         inline PGP.
24976         (mml-menu): Disable mml-quote-region if mark is inactive.
24977
24978 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24979
24980         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24981         when the group's active is not available.
24982
24983 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24984
24985         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24986         error.
24987
24988 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24989
24990         * imap.el (imap-store-password): New variable.
24991         (imap-interactive-login): Use it.
24992         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24993
24994 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24995
24996         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24997         window-start and hscroll to summary window.
24998
24999 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25000
25001         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25002         conversion message to newsrc-dribble when an actual conversion is
25003         performed.
25004
25005 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25006
25007         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25008
25009 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25010
25011         * mm-decode.el (mm-complicated-handles): New function reviving
25012         former definition of mm-multiple-handles.
25013
25014         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25015         (gnus-mime-delete-part): Use it.
25016
25017 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25018
25019         * gnus-agent.el (gnus-agent-read-local):
25020         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25021         avoid the implicit assumption that they will always be equal.
25022         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25023         coding-system-for-write, as the with-temp-file macro first prints
25024         to a buffer then saves the buffer.
25025
25026 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25027
25028         * gnus-art.el (gnus-article-edit-part): New function.
25029         (gnus-mime-save-part-and-strip): Use it; do query instead of
25030         signaling an error; don't use mm-multiple-handles.
25031         (gnus-mime-delete-part): Ditto.
25032
25033 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25034
25035         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25036         old file versions.
25037         (gnus-group-prepare-hook): Remove function that converted list
25038         form of gnus-agent-expire-days to group properties.
25039
25040         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25041         (gnus-request-accept-article): Re-indented.
25042
25043         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25044         converters to handle old agent file formats.  Add logic for a
25045         "backup before upgrading warning".
25046         (gnus-convert-mark-converter-prompt): Developers can mark
25047         functions as needing (default), or not needing,
25048         gnus-convert-old-newsrc's "backup before upgrading warning".
25049         (gnus-convert-converter-needs-prompt): Tests whether the user
25050         should be protected from potentially irreversable changes by the
25051         function.
25052
25053         * legacy-gnus-agent.el: New.  Provides converters that are only
25054         loaded when gnus-convert-old-newsrc needs to call them.
25055
25056 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25057
25058         * mail-source.el (mail-source-touch-pop): Doc fix.
25059
25060         * message.el (message-smtpmail-send-it): Doc fix.
25061
25062 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25063
25064         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25065
25066         * nnmail.el (nnmail-split-fancy): do.
25067
25068         * gnus-kill.el (gnus-kill, gnus-execute): do.
25069
25070 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25071
25072         * gnus-sum.el (gnus-widget-reversible-match)
25073         (gnus-widget-reversible-to-internal)
25074         (gnus-widget-reversible-to-external): New functions.
25075         (gnus-widget-reversible): New widget.
25076         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25077
25078 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25079
25080         * gnus-sum.el (gnus-thread-sort-functions)
25081         (gnus-article-sort-functions): Document `(not F)' items.
25082
25083 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25084
25085         * spam.el (spam-use-gmane-xref): Add new backend.
25086         (spam-gmane-xref-spam-group): Add variable to control the name of the
25087         Gmane spam group.
25088         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25089         (spam-regex-headers-spam, spam-regex-headers-ham)
25090         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25091         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25092         backends and checks.
25093         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25094
25095         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25096         an autodetect method.
25097
25098 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25099
25100         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25101         articles are being added to a group.
25102         (gnus-request-replace-article): Inform the agent that articles
25103         need to be uncached as the cached contents are no longer valid.
25104
25105 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25106
25107         * binhex.el: Don't autoload executable-find.
25108
25109         * canlock.el: Don't autoload mail-fetch-field.
25110
25111         * dgnushack.el: Autoload c-mode for XEmacs.
25112
25113         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25114
25115         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25116         rmail-dont-reply-to and rmail-output.
25117
25118         * gnus-score.el: Don't autoload ffap-string-at-point.
25119
25120         * gnus-setup.el: Don't autoload sc-cite-original.
25121
25122         * imap.el: Don't autoload base64-decode-string,
25123         base64-encode-string and md5.
25124
25125         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25126         and rmail-msg-restore-non-pruned-header.
25127
25128         * mm-decode.el: Don't autoload executable-find.
25129
25130         * mm-url.el: Don't autoload executable-find.
25131
25132         * mm-view.el: Don't autoload diff-mode.
25133
25134         * nndb.el: Don't autoload news-reply-mode, news-setup,
25135         cancel-timer and telnet.
25136
25137         * password.el: Don't autoload run-at-time for Emacs.
25138
25139         * sha1-el.el: Don't autoload executable-find.
25140
25141         * sieve-mode.el: Don't autoload c-mode.
25142
25143         * uudecode.el: Don't autoload executable-find.
25144
25145 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25146
25147         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25148         (gnus-agent-possibly-alter-active): Avoid null in numeric
25149         comparison.
25150         (gnus-agent-set-local): Refuse to save null in local object table.
25151         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25152         list of articles that will be marked as unread.
25153
25154 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25155
25156         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25157
25158 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25159
25160         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25161         language tags.
25162
25163 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25164
25165         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25166         Don't bind "obarray".
25167
25168         * gnus-sum.el (gnus-thread-sort-functions):
25169         Add `gnus-thread-sort-by-most-recent-number' and
25170         `gnus-thread-sort-by-most-recent-date'.
25171         Reported by Kai Grossjohann <kai@emptydomain.de>.
25172
25173 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25174
25175         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25176
25177 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25178
25179         * gnus-cus.el (gnus-agent-customize-category):
25180         Remove ignore-errors macro reference that required cl to be loaded at
25181         run-time.
25182
25183         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25184         single-interval range of the form (min . max).  Previously the
25185         range had to look like ((min . max)).  Likewise, return
25186         (min . max) rather than ((min . max)).
25187         (gnus-range-map): Use gnus-range-normalize to accept
25188         single-interval range.
25189
25190         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25191         the cache, but not the agent, now appear with their usual face.
25192
25193         * dgnushack.el (loaddir): New variable that is bound to the
25194         directory containing the dgnushack.el file. Use loaddir, rather
25195         than srcdir, to update load-path. Change lets dgnushack compile
25196         code in directories other than GNUS/lisp.
25197
25198 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25199
25200         * lpath.el: Don't bind w3m-safe-url-regexp.
25201
25202         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25203         w3m-safe-url-regexp variable buffer-local.
25204
25205         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25206
25207 2004-02-27  Simon Josefsson  <jas@extundo.com>
25208
25209         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25210         gnus-group-real-prefix.
25211         (gnus-summary-move-article): Use it, instead of
25212         gnus-group-real-prefix.
25213
25214 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25215
25216         * lpath.el: Bind w3m-safe-url-regexp.
25217
25218         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25219         w3m-safe-url-regexp variable buffer-local and set it as the value
25220         of mm-w3m-safe-url-regexp.
25221
25222         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25223
25224         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25225         parsing gnus-posting-styles when the message is not for replying.
25226
25227         * dgnushack.el: Autoload sgml-mode for XEmacs.
25228
25229         * nnrss.el (nnrss-opml-export):
25230         Use mm-set-buffer-file-coding-system instead of
25231         set-buffer-file-coding-system.
25232
25233 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25234
25235         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25236         of checkdoc.el).
25237         * nnrss.el: do.
25238         * gnus-mlspl.el: do.
25239         * gnus-ml.el: do.
25240         * gnus-srvr.el: do.
25241
25242         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25243
25244 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25245
25246         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25247         Corrections to custom-manual links.
25248
25249         * gnus-art.el (gnus-article): Ditto.
25250
25251         * mm-decode.el (mime-display, mime-security): Ditto.
25252
25253 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25254
25255         * flow-fill.el: Typo.
25256
25257 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25258
25259         * spam-wash.el: New file.
25260
25261 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25262
25263         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25264
25265 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25266
25267         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25268         to be run with new-articles as LIST1, not LIST2.
25269         (spam-registration-functions): Add spam-use-ham-copy as a nil
25270         registration backend.
25271
25272 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25273
25274         * spam-stat.el (spam-stat-washing-hook): New option.
25275         (spam-stat-buffer-words): Use it.
25276         (spam-stat-process-directory, spam-stat-test-directory):
25277         Use insert-file-contents-literally.
25278         (spam-stat-coding-system): New variable.
25279         (spam-stat-load, spam-stat-save): Use it.
25280
25281 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25282
25283         * spam-report.el (spam-report-plug-agent):
25284         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25285
25286 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25287
25288         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25289         Allow / in mailto URLs.
25290
25291 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25292
25293         * spam-report.el (spam-report-process-queue): Fix interactive use.
25294         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25295         (spam-report-unplug-agent): Doc fixes.
25296         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25297         (spam-report-agentize, spam-report-deagentize): Autoload.
25298
25299 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25300
25301         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25302
25303         * message.el (message-setup-fill-variables): Add mml tags to
25304         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25305         <ajk@iu.edu>.
25306         (message-mode): Don't modify paragraph-separate there.
25307
25308 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25309
25310         * compface.el (uncompface-use-external): Default to undecided.
25311         (uncompface-use-external-threshold): New variable.
25312         (uncompface-float-time): New macro.
25313         (uncompface): Determine whether to use the external decoder if
25314         uncompface-use-external is undecided.
25315
25316 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25317
25318         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25319         after images.
25320
25321         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25322
25323 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25324
25325         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25326
25327         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25328
25329         * gnus-sum.el (gnus-summary-limit-to-age)
25330         (gnus-summary-limit-children): do.
25331
25332         * gnus-int.el (gnus-request-scan): do.
25333
25334         * gnus-group.el (gnus-group-suspend): do.
25335
25336         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25337
25338         * gnus-cite.el (gnus-cite-parse-attributions): do.
25339
25340         * gnus-agent.el (gnus-summary-set-agent-mark)
25341         (gnus-agent-regenerate-group): do.
25342
25343         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25344
25345         * binhex.el (binhex-decode-region-internal): do.
25346
25347 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25348
25349         * gnus-fun.el (gnus-face-properties-alist): New user option.
25350         (gnus-display-x-face-in-from): Use it.
25351
25352         * gnus-art.el (article-display-face): Ditto.
25353
25354         * compface.el (uncompface-use-external): Default to nil.
25355
25356 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25357
25358         * nntp.el (nntp-erase-buffer): New function.
25359         (nntp-retrieve-data, nntp-send-command)
25360         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25361         (nntp-possibly-change-group): Use it.
25362
25363         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25364         Use with-current-buffer.
25365
25366 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25367
25368         * compface.el: Merge the ELisp-based uncompface program.
25369         (compface): New customization group.
25370         (uncompface-use-external): New user option.
25371         (uncompface): Call uncompface-internal if uncompface-use-external
25372         is nil.
25373         (uncompface-internal): New function.  Note that there are also
25374         some other functions and variables added for this function.
25375
25376 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25377
25378         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25379         if necessary.
25380
25381 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25382
25383         * spam-report.el (spam-report-unplug-agent)
25384         (spam-report-plug-agent, spam-report-deagentize)
25385         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25386         Add support for the Agent in spam-report: when unplugged, report to a
25387         file; when plugged, submit all the requests.
25388
25389         * spam.el (spam-register-routine): Fix message about
25390         registration.
25391
25392 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25393
25394         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25395         dependencies.
25396         (rfc2047-encode): Use it.
25397
25398         * gnus-art.el (gnus-button-marker-list): Move before first
25399         reference.
25400
25401         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25402         (imap-parse-body): Fix format string mismatch.
25403
25404         * gnus-score.el (gnus-summary-increase-score): do.
25405
25406         * nnrss.el (nnrss-close): New function.
25407
25408 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25409
25410         * nnrss.el (nnrss-make-filename): New function.
25411         (nnrss-request-delete-group, nnrss-read-server-data)
25412         (nnrss-save-server-data, nnrss-read-group-data)
25413         (nnrss-save-group-data): Use it.
25414         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25415         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25416         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25417
25418 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25419
25420         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25421
25422 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25423
25424         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25425         files.
25426
25427         * message.el (message-generate-headers-first): Don't quote nil
25428         and t in docstrings.
25429
25430         * imap.el (imap-id): do.
25431
25432         * gnus-agent.el (gnus-agent-consider-all-articles)
25433         (gnus-agent-queue-mail): do.
25434
25435 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25436
25437         * spam-report.el (spam-report-process-queue): New function.
25438         Process requests from `spam-report-requests-file'.
25439         (spam-report-process-queue): Doc fix.
25440
25441 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25442
25443         * spam.el (spam-register-routine)
25444         (spam-log-processing-to-registry, spam-log-registered-p)
25445         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25446         Change "check" to "spam-check" for semi-clarity.
25447
25448 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25449
25450         * pop3.el: Require nnheader.
25451
25452         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25453
25454         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25455
25456         * gnus-picon.el: Require cl.
25457
25458         * gnus-fun.el: Require gnus-ems and gnus-util.
25459
25460         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25461
25462         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25463
25464         * gnus-art.el (gnus-article-edit-mode): Define before first
25465         reference.
25466
25467 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25468
25469         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25470         (gnus-uu-post-encoded): Use point-at-bol.
25471
25472         * gnus-topic.el (gnus-group-active-topic-p): do.
25473
25474         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25475
25476         * gnus-group.el (gnus-group-kill-region): do.
25477
25478         * gnus-art.el (article-date-ut): do.
25479
25480         * message.el (message-fetch-field): Remove redundant
25481         case-fold-search binding.
25482         (message-narrow-to-field): Simplify.
25483
25484 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25485
25486         * spam.el (spam-directory): Derive from `gnus-directory'.
25487
25488         * spam-report.el (spam-report-url-to-file)
25489         (spam-report-requests-file): New function and variable for offline
25490         reporting.
25491         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25492         and user defined function.
25493         (spam-report-url-ping-mm-url): Remove doubled slash.
25494
25495 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25496
25497         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25498
25499 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25500
25501         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25502         Fix format string mismatch.
25503
25504         * sieve.el (sieve-deactivate-all): do.
25505
25506         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25507
25508         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25509
25510         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25511
25512         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25513
25514 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25515
25516         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25517         the list of checks.
25518
25519 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25520
25521         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25522         padding.
25523
25524 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25525
25526         * mm-view.el (mm-fill-flowed): New variable.
25527         (mm-inline-text): Use it.
25528
25529 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25530
25531         * spam.el (spam-spamassassin-register-ham-routine)
25532         (spam-spamassassin-register-spam-routine): Fix function names.
25533
25534 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25535
25536         * gnus.el (gnus-tmp-grouplens): Remove.
25537         (gnus-summary-line-format): Remove grouplens.
25538
25539         * gnus-group.el (gnus-group-line-format): Ditto.
25540
25541         * gnus-spec.el (gnus-format-specs): Ditto.
25542         (gnus-update-format-specifications): Flush the group format spec
25543         cache if there's the grouplens stuff.
25544         (gnus-parse-simple-format): Replace %l with the empty string.
25545
25546 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25547
25548         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25549         omission.
25550
25551 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25552
25553         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25554         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25555
25556 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25557
25558         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25559         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25560         New macros and functions.
25561         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25562         Handle > NLINK_MAX messages.
25563         * nnmaildir.el (nnmaildir-request-set-mark):
25564         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25565
25566 2004-01-25  Alex Schroeder  <alex@gnu.org>
25567
25568         * spam-stat.el (spam-stat-process-directory-age): New option.
25569         (spam-stat-process-directory): Use it.
25570
25571 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25572
25573         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25574         (spam-stat-save): Accept prefix argument.
25575
25576 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25577
25578         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25579         links" error.
25580
25581 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25582
25583         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25584         the rest of the and/or forms.
25585
25586 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25587
25588         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25589         compatibility with old .newsrc.eld files.
25590
25591         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25592
25593         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25594
25595         * gnus-start.el (gnus-1): do.
25596
25597         * gnus-group.el (gnus-group-line-format-alist): do.
25598
25599         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25600
25601         * gnus-gl.el: Remove.
25602
25603 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25604
25605         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25606         marks consisting of a single range {for example, (3 . 5)} rather
25607         than a list of a single range { ((3 . 5)) }.
25608
25609 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25610
25611         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25612         Use with-current-buffer.
25613         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25614         avoid consing a string.
25615
25616         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25617         Remove obsolete entries for big5 and gb2312.
25618
25619 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25620
25621         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25622         uncompressed list.
25623
25624 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25625
25626         * spam-stat.el (spam-stat-strip-xref): New function.
25627         (spam-stat-process-directory): Use it.
25628
25629         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25630         here -- it's done in message-fetch-field.
25631
25632 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25633
25634         * gnus-agent.el (gnus-agent-queue-mail)
25635         (gnus-agent-prompt-send-queue): New variables.
25636         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25637         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25638         "nndraft:queue" along to gnus-draft-send.
25639         Use gnus-agent-prompt-send-queue.
25640         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25641         is "nndraft:queue".  Suggested by Gaute Strokkenes
25642         <gs234@srcf.ucam.org>
25643
25644         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25645         (agent-enable-undownloaded-faces): Add.
25646         (gnus-agent-cat-groups): Use eval-and-compile, not
25647         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25648         method of gnus-agent-cat-groups even when the buffer has been
25649         evaled.
25650         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25651         delete gnus-agent-save-active-1.
25652         (gnus-agent-save-groups): Delete.  Identical to
25653         gnus-agent-save-active.
25654         (gnus-agent-write-active): No longer adjust agent's copy of active
25655         file as agent's adjustments are now stored in their own
25656         file.  Remove optional parameter.
25657         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25658         servers.  Add use of min/max range limits from server's local
25659         file.
25660         (gnus-agent-save-alist): Remove unused optional argument.
25661         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25662         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25663         (gnus-agent-set-local): A per-server file that keeps min/max range
25664         limits for articles known to the agent.  Provides a fast mechanism
25665         for altering many active ranges.
25666         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25667         active file (local makes it unnecessary).
25668         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25669
25670         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25671         (agent-enable-undownloaded-faces): Add.
25672
25673         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25674         disable it when sending to "nndraft:queue".
25675         (gnus-group-send-queue): Add safety check to avoid sending queue
25676         when unplugged.
25677
25678         * gnus-group.el (gnus-group-catchup): Use new
25679         gnus-sequence-of-unread-articles, not
25680         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25681         numbers of articles.  Use gnus-range-map to avoid having to
25682         uncompress the unread list.
25683         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25684         Fix invalid ange-ftp reference.
25685
25686         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25687         (gnus-sorted-range-intersection): Intersection of two ranges
25688         without requiring that they first be uncompressed.
25689
25690         * gnus-start.el (gnus-activate-group): Unless blocked by the
25691         caller, possibly expand the active range to include both cached
25692         and agentized articles.
25693         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25694         multiple version-dependent converters.
25695         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25696         gnus-agent-save-active.
25697         (gnus-save-newsrc-file): Save dirty agent range limits.
25698
25699         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25700         gnus-agent-possibly-alter-active.
25701         (gnus-adjust-marked-articles): Faster handling of simple lists.
25702
25703 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25704
25705         * spam-stat.el (spam-stat-test-directory): New optional argument
25706         displays a list of files detected.  Suggested by Andrew Cohen
25707         <cohen@andy.bu.edu>.
25708         (spam-stat-buffer-words-with-scores): Don't narrow and change
25709         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25710
25711 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25712
25713         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25714         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25715         (spam-spamassassin-arguments)
25716         (spam-spamassassin-spam-flag-header)
25717         (spam-spamassassin-positive-spam-flag-header)
25718         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25719         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25720         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25721         (spam-list-of-processors, spam-list-of-checks)
25722         (spam-list-of-statistical-checks, spam-registration-functions)
25723         (spam-check-spamassassin-headers, spam-check-spamassassin)
25724         (spam-spamassassin-score)
25725         (spam-spamassassin-register-with-sa-learn)
25726         (spam-spamassassin-register-spam-routine)
25727         (spam-spamassassin-register-ham-routine)
25728         (spam-assassin-register-spam-routine)
25729         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25730         (spam-bogofilter-score): Fix to show article before scoring.
25731
25732 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25733
25734         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25735         default scoring function.
25736         (spam-generic-score): Call spam-spamassassin-score if
25737         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25738         spam-bogofilter-score otherwise.
25739
25740         * gnus.el (spam-process, spam-autodetect-methods):
25741         Add spamassassin and spamassassin-headers.
25742
25743 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25744
25745         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25746         Suppress unnecessary messages.
25747
25748 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25749
25750         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25751         make-hash-table.
25752
25753 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25754
25755         * canlock.el (base64-encode-string): Don't autoload it.
25756
25757 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25758
25759         * run-at-time.el: Remove useless (require 'itimer),
25760         eval-and-compile and (featurep 'xemacs).
25761
25762 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25763
25764         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25765         GROUP is a virtual group.
25766
25767 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25768
25769         * gnus.el: Autoload `message-y-or-n-p'.
25770
25771 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25772
25773         * pgg-parse.el: Remove unnecessary (require 'custom).
25774
25775         * pgg-def.el: do.
25776
25777         * nnmail.el: do.
25778
25779         * gnus-undo.el: do.
25780
25781         * gnus-picon.el: do.
25782
25783         * gnus-util.el: do.
25784
25785 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25786
25787         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25788
25789 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25790
25791         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25792         handle, as well as a list.
25793
25794         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25795         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25796         (mm-w3m-cid-retrieve): Simplify.
25797
25798 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25799
25800         * message.el (message-kill-to-signature): Allow prefix arg to
25801         specify number of lines to keep before signature.
25802
25803 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25804
25805         * message.el (message-kill-to-signature): Change docstring.
25806
25807 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25808
25809         * canlock.el: Always require sha1-el.
25810         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25811
25812         * message.el: Autoload sha1 only when compiling.
25813
25814         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25815         eudc-expand-inline for XEmacs.
25816
25817 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25818
25819         * message.el (message-canlock-generate): Require sha1-el.
25820
25821 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25822
25823         * message.el (message-expand-name): Silence the byte compiler.
25824
25825         * lpath.el: Add detect-coding-system.
25826
25827         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25828         cus-edit.
25829
25830 2004-01-13  Simon Josefsson  <jas@extundo.com>
25831
25832         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25833         Invoke gnus-score-mode.
25834         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25835
25836         * gnus-range.el (gnus-compress-sequence): Doc fix.
25837         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25838
25839 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25840
25841         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25842
25843 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25844
25845         * spam.el (spam-get-article-as-string): Update to use
25846         gnus-request-article-this-buffer, much simpler.
25847         (spam-get-article-as-buffer): Remove.
25848
25849 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25850
25851         * message.el (message-expand-name): Use EUDC if the user uses that.
25852
25853 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25854
25855         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25856         character for the encoding to avoid consing a string.
25857
25858         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25859         unnecessarily.
25860
25861         * mm-util.el (mm-replace-chars-in-string): Remove.
25862
25863         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25864         of mm-replace-chars-in-string.
25865
25866 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25867
25868         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25869
25870         * mm-util.el (mm-subst-char-in-string): Support inplace.
25871
25872         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25873         a new string in every iteration.  Use shy groups.
25874
25875 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25876
25877         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25878         * gnus-soup.el (gnus-soup-group-brew):
25879         * gnus-msg.el (gnus-put-message):
25880         * gnus-move.el (gnus-group-move-group-to-server):
25881         * gnus-kill.el (gnus-batch-score):
25882         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25883         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25884         (gnus-group-update-group, gnus-group-read-group)
25885         (gnus-group-make-group, gnus-group-make-help-group)
25886         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25887         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25888         (gnus-group-sort-by-unread, gnus-group-catchup)
25889         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25890         (gnus-group-yank-group, gnus-group-set-info)
25891         (gnus-group-list-groups):
25892         * gnus.el (gnus-generate-new-group-name):
25893         * gnus-delay.el (gnus-delay-send-queue):
25894         * nnvirtual.el (nnvirtual-catchup-group):
25895         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25896         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25897         (gnus-group-prepare-topics, gnus-topic-check-topology):
25898         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25899         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25900         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25901         (gnus-group-make-articles-read):
25902         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25903         (gnus-group-change-level, gnus-kill-newsgroup)
25904         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25905         (gnus-get-unread-articles, gnus-make-articles-unread)
25906         (gnus-make-ascending-articles-unread): Use accessor
25907         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25908         to get group information for improved readability.
25909
25910
25911 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25912
25913         * gnus-art.el (article-decode-mime-words, article-babel)
25914         (gnus-article-highlight-signature, gnus-article-add-buttons)
25915         (gnus-signature-toggle): Use gnus-with-article-buffer.
25916
25917         * gnus-art.el (gnus-article-highlight-headers)
25918         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25919
25920         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25921         (gnus-article-set-globals, gnus-request-article-this-buffer)
25922         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25923         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25924         (gnus-mime-display-alternative): Use with-current-buffer.
25925
25926 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25927
25928         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25929         also under 80 char limit, and call gnus-error if needed.
25930         (spam-fetch-article-header): Fix - it was a
25931         buffer-local variable (gnus-newsgroup-data).
25932         (spam-find-spam): Use spam-generate-fake-headers, forget about
25933         spam-insert-fake-headers.
25934         (spam-insert-fake-headers): Remove.
25935
25936 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25937
25938         * deuglify.el (gnus-article-outlook-unwrap-lines)
25939         (gnus-outlook-rearrange-article)
25940         (gnus-outlook-repair-attribution-outlook)
25941         (gnus-outlook-repair-attribution-block)
25942         (gnus-outlook-repair-attribution-other): Remove redundant
25943         save-excursion.
25944
25945 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25946
25947         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25948         (spam-fetch-field-subject-fast)
25949         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25950         (spam-fetch-article-header): Add functions to deal with Gnus
25951         internals for fast retrieval of article header data.
25952         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25953
25954 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25955
25956         * pop3.el (pop3-md5): Remove.
25957         (pop3-apop): Replace pop3-md5 with md5.
25958
25959         * mm-bodies.el: base64 is always built-in.
25960
25961         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25962         Use with-current-buffer.
25963
25964 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25965
25966         * canlock.el (canlock-insert-header): Remove excessive grouping in
25967         regexp.
25968
25969         * gnus-sum.el (gnus-summary-read-document): Ditto.
25970
25971         * gnus-uu.el (gnus-uu-part-number): Ditto.
25972
25973         * html2text.el (html2text-remove-tags): Ditto.
25974         (html2text-format-tags): Ditto.
25975         (html2text-format-single-elements): Ditto.
25976
25977         * mml.el (mml-parse-1): Ditto.
25978
25979 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25980
25981         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25982
25983         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25984
25985         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25986
25987         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25988
25989 2003-11-15  Simon Josefsson  <jas@extundo.com>
25990
25991         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25992         (pgg-gpg-lookup-key): Use regexp match instead of
25993         split-string (split-string is different between emacs 21.2 and
25994         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25995
25996 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25997
25998         * gnus-art.el (gnus-mime-view-all-parts)
25999         (gnus-article-part-wrapper, gnus-article-view-part):
26000         Use with-current-buffer.
26001
26002 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26003
26004         * spam.el (spam-disable-spam-split-during-ham-respool)
26005         (spam-spamoracle-database, spam-cache-lookups)
26006         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26007         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26008         (spam-group-ham-marks, spam-group-spam-marks)
26009         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26010         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26011         also add spam-use-blackholes to the statistical checks.
26012         (spam-fetch-field-fast): Add interface to fetching fields, may
26013         become a macro.
26014         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26015         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26016         (spam-insert-fake-headers): Fake an article when needed.
26017         (spam-find-spam): Fake article when possible.
26018         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26019         (spam-check-bogofilter-headers): Use message-fetch-field instead
26020         of nnmail-fetch-field.
26021
26022 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26023
26024         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26025
26026 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26027
26028         * spam.el (spam-split): Do not require spam-use-CHECK to be
26029         enabled if that check is passed to spam-split explicitly; also
26030         fix so 'spam doesn't get converted to spam-split-group when
26031         spam-split-symbolic-return is t.
26032         (spam-find-spam): Find registrations of the article and use those
26033         instead of re-running spam-split to find the spam/ham
26034         classification of the article.
26035         (spam-log-processing-to-registry, spam-log-registered-p)
26036         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26037         Use gnus-error instead of gnus-message.
26038         (spam-log-registration-type): Add function to determine the
26039         classification of a message based on registry entries; will
26040         return nil if both 'spam and 'ham are found.
26041         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26042         a reasonably fast local cache without the loading errors.
26043         (spam-cache-lookups): Set to t by default.
26044         (spam-find-spam): Don't try to guess spam-cache-lookups.
26045         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26046         spam-caches entry.
26047         (spam-filelist-build-cache, spam-filelist-check-cache):
26048         Fix caching of whitelist/blacklist entries.
26049         (spam-check-whitelist, spam-check-blacklist):
26050         Invoke spam-from-listed-p with a type, not a cache variable.
26051         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26052
26053 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26054
26055         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26056
26057         * nnmail.el (nnmail-split-fancy): do.
26058
26059         * mml.el (mml-parse): do.
26060
26061         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26062         (gnus-score-adaptive): do.
26063
26064 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26065
26066         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26067         (gnus-mime-button-map): Don't set keymap parent.
26068         (gnus-button-ctan-directory-regexp): Use shy grouping.
26069         (gnus-prev-page-map): Don't set keymap parent.
26070         (gnus-prev-page-map): Remove duplicated one.
26071         (gnus-next-page-map): Don't set keymap parent.
26072         (gnus-mime-security-button-map): Ditto.
26073
26074         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26075         version number.
26076
26077         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26078
26079 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26080
26081         * canlock.el (canlock-sha1-function): Remove.
26082         (canlock-sha1-function-for-verify): Remove.
26083         (canlock-openssl-program): Remove.
26084         (canlock-openssl-args): Remove.
26085         (canlock-ignore-errors): Remove.
26086         (canlock-sha1-with-openssl): Remove.
26087         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26088         (canlock-verify): Don't use canlock-ignore-errors.
26089
26090         * sha1-el.el (sha1-string-external): Make it can return a string
26091         in binary form.
26092         (sha1-region-external): Ditto.
26093         (sha1-string-internal): Ditto.
26094         (sha1-region-internal): Ditto.
26095         (sha1-region): Ditto.
26096         (sha1-string): Ditto.
26097         (sha1): Ditto.
26098
26099 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26100
26101         * spam.el (spam-report-articles-gmane): New command.
26102
26103 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26104
26105         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26106
26107         * run-at-time.el (run-at-time-saved): Remove.
26108         (run-at-time): Doc fix.
26109
26110 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26111
26112         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26113         (gnus-summary-limit-map): Add it.
26114         (gnus-summary-make-menu-bar): do.
26115
26116 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26117
26118         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26119         Make attempt at some caching support (done for BBDB only now).
26120         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26121         addresses to be checked.
26122         (spam-clear-cache-BBDB): Add function, to be invoked by
26123         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26124         (spam-check-BBDB): Check and use the caches, if
26125         spam-cache-lookups is on, remove superfluous (provide).
26126
26127 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26128
26129         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26130
26131 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26132
26133         * run-at-time.el (run-at-time-saved): Move to after the definition
26134         of `run-at-time'.
26135
26136         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26137
26138 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26139
26140         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26141         mm-w3m-local-map-property.
26142
26143         * mm-view.el (mm-w3m-mode-map): Remove.
26144         (mm-w3m-local-map-property): Remove.
26145         (mm-inline-text-html-render-with-w3m): Don't use
26146         mm-w3m-local-map-property.
26147
26148 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26149
26150         * run-at-time.el: New file.
26151
26152         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26153         under Emacs.
26154
26155         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26156         of gnus-set-text-properties.
26157
26158         * gnus-uu.el (gnus-uu-save-article): Ditto.
26159
26160         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26161
26162         * gnus-cite.el (gnus-cite-parse): Ditto.
26163
26164         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26165         of gnus-.
26166
26167         * gnus-xmas.el (run-at-time): Require run-at-time.
26168
26169         * gnus.el: Change calls to nnheader-run-at-time and
26170         password-run-at-time throughout to use run-at-time directly.
26171
26172         * password.el: Remove definition of run-at-time.
26173
26174         * nnheaderxm.el: Remove definition of run-at-time.
26175
26176 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26177
26178         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26179         in prompt.
26180
26181 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26182
26183         * messagexmas.el (message-xmas-redefine): Alias
26184         `message-make-caesar-translation-table' to
26185         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26186         version.
26187
26188         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26189         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26190         `gnus-xmas-set-text-properties'.
26191         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26192         `gnus-xmas-completing-read'.
26193         (gnus-xmas-completing-read): Removed.
26194         (gnus-xmas-open-network-stream): Removed.
26195
26196         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26197         XEmacs version.
26198
26199         * dns.el (dns-make-network-process): Use `open-network-stream'
26200         instead of `gnus-xmas-open-network-stream'.
26201
26202         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26203
26204         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26205
26206 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26207
26208         * gnus-art.el (gnus-mime-display-alternative)
26209         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26210         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26211         Don't use gnus-local-map-property.
26212
26213         * gnus-util.el (gnus-local-map-property): Remove.
26214
26215         * mm-view.el (mm-view-pkcs7-decrypt):
26216         Replace gnus-completing-read-maybe-default with completing-read.
26217
26218         * gnus-util.el (gnus-completing-read): do.
26219         (gnus-completing-read-maybe-default): Remove.
26220
26221 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26222
26223         * password.el: Only autoload `run-at-time' if not XEmacs.
26224         Only autoload the itimer functions if XEmacs.
26225
26226 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26227
26228         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26229         XEmacsen.
26230
26231         * dgnushack.el: Autoload executable-find for XEmacs.
26232
26233 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26234
26235         * gnus-art.el (gnus-read-string): Remove.
26236         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26237         read-string.
26238
26239 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26240
26241         * netrc.el: Autoload password-read.
26242         (netrc): Add configuration group.
26243         (netrc-encoding-method, netrc-openssl-path):
26244         Add variables for encoding and decoding of files with symmetric
26245         ciphers.
26246         (netrc-encode): Add assistant function to encode a file with
26247         netrc-encoding-method.
26248         (netrc-parse): Add interactive parameter, added optional
26249         decoding if netrc-encoding-method is non-nil but otherwise
26250         behavior is standard.
26251         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26252         Do s/encode/encrypt/ everywhere.
26253
26254         * spam.el: Remove executable-find autoload.
26255
26256 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26257
26258         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26259
26260         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26261
26262 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26263
26264         * gnus-art.el (gnus-treat-ansi-sequences)
26265         (article-treat-ansi-sequences): New variable and function.
26266         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26267
26268         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26269         Use it.
26270
26271 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26272
26273         * mm-util.el (mm-quote-arg): Remove.
26274
26275         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26276         shell-quote-argument.
26277
26278         * gnus-uu.el (gnus-uu-command): do.
26279
26280         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26281
26282         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26283         with make-char.
26284
26285         * mm-util.el (mm-make-char): Remove.
26286
26287         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26288         add-minor-mode.
26289
26290         * gnus-undo.el (gnus-undo-mode): do.
26291
26292         * gnus-topic.el (gnus-topic-mode): do.
26293
26294         * gnus-sum.el (gnus-dead-summary-mode): do.
26295
26296         * gnus-start.el (gnus-slave-mode): do.
26297
26298         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26299
26300         * gnus-ml.el (gnus-mailing-list-mode): do.
26301
26302         * gnus-gl.el (gnus-grouplens-mode): do.
26303
26304         * gnus-draft.el (gnus-draft-mode): do.
26305
26306         * gnus-dired.el (gnus-dired-mode): do.
26307
26308         * gnus-ems.el (gnus-add-minor-mode): Remove.
26309
26310         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26311         Replace gnus-char-width with char-width.
26312
26313         * gnus-ems.el (gnus-char-width): Remove.
26314
26315         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26316         Replace gnus-char-width with char-width.
26317
26318         * gnus-ems.el (gnus-char-width): Remove.
26319
26320         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26321         definition.
26322         Remove Emacs 20 hash table compatibility code.
26323
26324         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26325         20 compatibility code.
26326
26327         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26328
26329         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26330
26331         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26332         Replace with point-at-{eol,bol}.
26333
26334         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26335
26336         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26337
26338         * flow-fill.el (fill-flowed-point-at-bol)
26339         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26340
26341         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26342         Replace with point-at-{eol,bol} throughout all files.
26343
26344 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26345
26346         * ntlm.el (ntlm-string-as-unibyte): New macro.
26347         (ntlm-build-auth-response): Use it.
26348
26349         Remove Emacs 20 stuff:
26350         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26351         (butlast, mapc, remove): Remove the compiler macros.
26352         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26353         of delq and copy-sequence.
26354         * gnus-art.el (popup-menu): Remove the compiler macro.
26355         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26356         Emacs 20.
26357
26358 2004-01-05  Simon Josefsson  <jas@extundo.com>
26359
26360         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26361         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26362         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26363         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26364         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26365         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26366         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26367         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26368         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26369         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26370         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26371         string-xor into ntlm-string-xor.
26372         Suggested by Jesper Harder <harder@myrealbox.com>.
26373
26374         * ntlm.el: Don't include poem.
26375
26376         * md4.el (print-int32, print-string-hexa): Remove.
26377         Suggested by Jesper Harder <harder@myrealbox.com>.
26378
26379         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26380
26381         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26382         probably breaks emacs with DL patch, but do we care? Is anyone
26383         still using the DL stuff?)
26384
26385         * sieve-manage.el: Use the password package.
26386         (sieve-manage-read-passwd): Remove.
26387         (sieve-manage-interactive-login): Use password.  Re-add
26388         condition-case around loop.
26389
26390         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26391         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26392         Use the password package.
26393
26394 2003-02-19  Simon Josefsson  <jas@extundo.com>
26395
26396         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26397         token.
26398
26399 2002-08-07  Simon Josefsson  <jas@extundo.com>
26400
26401         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26402         (sieve-manage-authenticators):
26403         (sieve-manage-authenticator-alist): Add some SASL mechs.
26404         (sieve-sasl-auth): New function.
26405         (sieve-manage-cram-md5-auth):
26406         (sieve-manage-plain-auth): Rewrite using SASL library.
26407         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26408         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26409         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26410         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26411
26412 2004-01-05  Simon Josefsson  <jas@extundo.com>
26413
26414         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26415         New files.
26416
26417 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26418
26419         * gnus-group.el (gnus-no-groups-message): Update.
26420
26421         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26422
26423 2003-11-09  Simon Josefsson  <jas@extundo.com>
26424
26425         * imap.el: Support for ID IMAP extension (RFC 2971).
26426         (imap-local-variables): Add imap-id.
26427         (imap-id): New variable.
26428         (imap-id): New function.
26429         (imap-parse-response): Parse untagged ID response.
26430         * nnimap.el (nnimap-id): New variable.
26431         (nnimap-open-connection): Use it.
26432
26433 2003-12-28  Simon Josefsson  <jas@extundo.com>
26434
26435         * gnus-score.el (gnus-score-edit-all-score): New.
26436         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26437
26438 2004-01-04  Simon Josefsson  <jas@extundo.com>
26439
26440         * password.el: Add.
26441
26442 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26443
26444         * dns.el (dns-query-types): Fix typo.
26445         (dns-query-types): New function.
26446         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26447         PTR and SOA replies, see RFC 1035.
26448
26449 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26450
26451         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26452
26453         * Move to Changelog.2.
26454
26455 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26456
26457         * gnus.el (gnus-version-number): Bump version.
26458
26459 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26460
26461         * gnus.el: No Gnus v0.1 is released.
26462
26463 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26464
26465         * gnus.el: No Gnus v0.0 is released.
26466
26467 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26468
26469         * gnus.el (gnus-version-number): Bump.
26470         (gnus-version): No.
26471
26472 See ChangeLog.2 for earlier changes.
26473
26474   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26475
26476   This file is part of GNU Emacs.
26477
26478   GNU Emacs is free software: you can redistribute it and/or modify
26479   it under the terms of the GNU General Public License as published by
26480   the Free Software Foundation, either version 3 of the License, or
26481   (at your option) any later version.
26482
26483   GNU Emacs is distributed in the hope that it will be useful,
26484   but WITHOUT ANY WARRANTY; without even the implied warranty of
26485   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26486   GNU General Public License for more details.
26487
26488   You should have received a copy of the GNU General Public License
26489   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26490
26491 ;; Local Variables:
26492 ;; coding: utf-8
26493 ;; fill-column: 79
26494 ;; add-log-time-zone-rule: t
26495 ;; End: