Exclude iso-2022-jp-2 and shift_jis from the default value set to mm-coding-system...
[gnus] / lisp / ChangeLog
1 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
4         shift_jis from the default value set for Japanese users.
5
6 2013-08-13  Glenn Morris  <rgm@gnu.org>
7
8         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
9
10         * gnus.el (gnus-valid-select-methods): Fix type.
11
12         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
13
14 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * mm-decode.el (mm-display-external): Run a timer for the temp files
17         deletion after a viewer exits; add a deletion timer for the needsterm
18         case, too.
19
20         * mm-decode.el (mm-display-external): Try to delete temporary files by
21         using a 1-min. timer.
22
23 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
26         New internal variables.
27         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
28         (mm-display-external): Use it to delete temporary files instead of
29         using timers.
30
31 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
34
35 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
36
37         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
38         with cond for backwards compatability.
39
40 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * mm-decode.el (mm-display-external): Bind process-connection-type to
43         nil; don't delete a temp file immediately even if a viewer finishes,
44         since it may be a shell script, like xdg-open, that launches a real
45         viewer program belatedly.
46
47 2013-08-05  Dave Abrahams  <dave@boostpro.com>
48
49         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
50         that we can create nndoc groups that excerpt other groups.
51
52 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * gnus-delay.el (gnus-delay-article): Fix typo.
55
56         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
57         articles.
58
59         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
60         we can get spell-checking etc.
61
62 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
65         a single one used for encoding the whole text in a header.
66
67 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
70         doesn't work properly on XEmacs.
71
72 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
75         before sending.
76
77         * dgnushack.el (dgnushack-compile): Add a temporary check for
78         gnus-icalendar.
79
80         * mm-decode.el (mm-command-output): New face.
81         (mm-display-external): Use it.
82
83 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
84
85         * nnmbox.el (nnmbox-request-article): Don't change point.
86
87 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
90         Include `handle' parameter.
91
92 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
93
94         * gnus-icalendar.el: New file.
95
96 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
99
100         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
101         dummy roots, too.
102
103 2013-08-01  David Edmondson  <dme@dme.org>
104
105         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
106         out on ttys.
107
108 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
111         not empty.
112
113         * nnrss.el (nnrss-discover-feed): Indent.
114
115 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
118
119 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
122         dirty to ensure nnimap data being saved.
123
124 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
125
126         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
127         menu entry.
128
129         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
130         the current thread's total score instead of the current article's
131         score.
132
133         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
134         (gnus-sort-threads-recursively): Delete defcustom.
135         (gnus-sort-threads-recursive): Adapt accordingly.
136
137 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
138
139         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
140         (gnus-sort-threads-recursive): Use it.
141         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
142         again.  Now that determines how to sort subthreads.
143
144 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
145
146         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
147         (gnus-sort-threads): Use it.
148
149 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
150
151         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
152         punctuation characters follow parentheses (bug#14950).
153
154 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * gnus.el (gnus-continuum-version):
157         * gnus-msg.el (gnus-extended-version): Simplify.
158
159         * gnus.el (gnus-continuum-version-1): Remove.
160         * gnus-msg.el (gnus-bug): Revert.
161
162         Calculate gnus-version correctly on Cygwin.
163
164         * gnus.el (gnus-continuum-version): Do main calculations in integers.
165         (gnus-continuum-version-1): New function, return a string.
166
167         * gnus-msg.el (gnus-extended-version, gnus-bug):
168         Use gnus-continuum-version-1 instead of gnus-continuum-version.
169
170 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
171
172         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
173         (bug#13384).
174
175 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
178         that were only relevant in a development version a long time ago.
179
180 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
183         that the old Emacs 24s bundle.
184
185 2013-07-10  David Engster  <deng@randomsample.de>
186
187         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
188         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
189         fixes a bug in Emacs trunk where the 'unexist' marks were always
190         removed at startup because "Gnus v5.13" was considered smaller than "Ma
191         Gnus v0.03".
192
193 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
194
195         * gnus.el (gnus-summary-line-format): Reference
196         `gnus-user-date-format-alist' for the &user-date; format, not
197         `gnus-summary-user-date-format-alist'.
198
199 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
202         delete files (bug#13481).
203
204 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
205
206         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
207
208 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
209
210         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
211         display images.
212
213         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
214
215         * message.el (message-cancel-news): According to
216         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
217         preferred over "cmsg cancel" in the Subject.
218
219         * nnir.el (nnir-engines): Note that the group specs are regexps
220         (bug#13238).
221
222         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
223         gotten read-only text properties, ensure that those aren't heeded when
224         copying stuff over (bug#13434).
225
226         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
227         (bug#13762).
228
229 2013-07-05  David Kastrup  <dak@gnu.org>
230
231         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
232         authinfo file again (important for blank passwords).  This had been
233         broken with 2013-06-15 change.
234
235 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
238         Revert 2013-01-14 change.
239
240 2013-07-02  Daiki Ueno  <ueno@gnu.org>
241
242         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
243         of 'create-image' for XEmacs compatibility; check errors when decoding
244         image.  Reported by Uwe Brauer.
245
246 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
249         gnus-button-push revised at 2011-01-19.
250
251 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
254         now live in the lisp/net Emacs 24 repository.
255
256 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * eww.el (eww-update-header-line-format): Quote % characters.
259
260 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * eww.el (eww-process-text-input): Display passwords as asterisks.
263
264         * shr.el (shr-make-table-1): Protect against invalid column-spans.
265
266 2013-06-19  Tom Tromey  <tromey@redhat.com>
267
268         * eww.el (eww-top-url): Remove.
269         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
270         (eww-render): Set new variables.  Don't set eww-top-url.
271         (eww-handle-link): Handle "prev", "home", and "contents".
272         Downcase the rel text.
273         (eww-top-url): Choose best top URL.
274
275 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * eww.el: Rewrite to implement form elements "by hand" instead of
278         relying in widget.el.  Using widget.el leads to too many
279         user interface inconsistencies.
280         (eww-self-insert): Implement entering commands in text fields.
281         (eww-process-text-input): New function to make text input field editing
282         work.
283         (eww-submit): Rewrite to use the new-style form methods.
284         (eww-select-display): Display the correct selected item.
285         (eww-change-select): Implement changing the select value.
286         (eww-toggle-checkbox): Implement radio/checkboxes.
287         (eww-update-field): Fix compilation error.
288         (eww-tag-textarea): Implement <textarea>.
289
290         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
291         don't shadow mode-specific bindings.
292
293         * eww.el (eww-browse-url): Don't push stuff onto history if there's
294         nothing to push.
295
296         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
297
298 2013-06-19  Glenn Morris  <rgm@gnu.org>
299
300         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
301
302 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
303
304         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
305
306 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * shr.el (shr-make-table-1): Implement <td rowspan>.
309         (shr-table-horizontal-line): Allow nil as a value, and change the
310         default.
311         (shr-insert-table-ruler): Respect the nil value.
312
313 2013-06-18  Tom Tromey  <tromey@barimba>
314
315         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
316         New defvars.
317         (eww-open-file): New defun.
318         (eww-render): Initialize new variables.
319         (eww-display-html): Handle "link" and "a".
320         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
321         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
322         (eww-back-url): Rename from eww-previous-url.
323         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
324         defuns.
325
326 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * shr.el (shr-tag-table): Insert the images after the table, so that
329         they're not covered by the table colourisation, which often looked
330         awkward.
331         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
332         <dd>.
333         (shr-make-table-1): Implement <td colspan=> support.
334         (shr-insert-document): Use one less than window width if `shr-width' is
335         nil, since otherwise things may get one character too wide.
336
337 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * eww.el (eww-detect-charset): Improve regexp; move backward.
340
341 2013-06-18  Glenn Morris  <rgm@gnu.org>
342
343         * mm-decode.el (widget-convert-button): Autoload.
344
345         * sieve-manage.el (mm-enable-multibyte): Autoload.
346
347         * shr.el (libxml-parse-html-region): Declare.
348         (shr-render-buffer): Explicit error if no libxml2 support.
349
350 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
351
352         * auth-source.el (auth-source-current-line): New function.
353         (auth-source-netrc-parse-entries): When a data token is "machine",
354         assume we're in the wrong place and abort parsing the current line.
355
356 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
359         (eww-convert-widgets): Don't bug out if the first widget starts at the
360         beginning of the buffer.
361         (eww-convert-widgets): Fix last patch.
362         (eww-tag-input): Support <input type=image>.
363
364         * shr.el (shr-insert-table): Respect border-collapse: collapse.
365         (shr-tag-base): Protect against base specs that are degenerate.
366         (shr-ensure-paragraph): Don't delete empty lines that have text
367         properties, because these may be input fields.
368
369         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
370         we can navigate to them.
371
372         * shr.el (shr-colorize-region): Put the colours over the entire region.
373         (shr-inhibit-decoration): New variable.
374         (shr-add-font): Use it to inhibit text property decorations while doing
375         preliminary table renderings.  This speeds up typical Wikipedia page
376         renderings by 15%.
377         (shr-tag-span): Don't respect the <title>, because that overwrites the
378         help-echo from links inside the spans.
379         (shr-next-link): Use `help-echo' for navigation, so that we can
380         navigate to form elements, too.
381
382         * eww.el (eww-button): New face.
383         (eww-convert-widgets): Use it to make submit buttons more button-like.
384
385         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
386         that Gnus commands work.
387
388         * shr.el (shr-render-td): Support horizontal alignment.
389
390         * eww.el (eww-put-color): Removed.
391         (eww-colorize-region): Use `add-face-text-property'.
392
393         * shr.el (shr-add-font): Append face data, so that we get the correct
394         precedence: The innermost value (which is applied first) wins.
395         (shr-make-overlay): Obsolete function.
396
397         * mm-decode.el (mm-convert-shr-links): New function to convert
398         new-style shr URL links into widgets.
399         (mm-shr): Use it.
400
401         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
402         widget commands, since we're no longer using widgets for links.
403
404         * shr.el (shr-next-link): New command.
405         (shr-previous-link): New command.
406         (shr-urlify): Don't use `widget-convert', because that's slow.
407         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
408         because collecting the overlays and reapplying them when generating
409         tables is slow.
410         (shr-insert-table): Ditto.
411
412 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
413
414         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
415         * shr.el (browse-url): Require `url'.
416         * eww.el (url): Require format-spec.
417
418 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * eww.el (eww-display-html): Default to using the entire window width.
421         (eww-browse-url): Don't add a User-Agent header (twice), because that
422         makes Bing refuse connection.
423
424         * shr.el (shr-make-table): Cache the table rendering at the table
425         level, and not the <td> level.  This is a bit faster.
426
427         * eww.el (eww-render): Go to the correct ID when given URLs ending with
428         #id.
429
430         * shr.el (shr-tag-li): Don't require a new paragraph, since other
431         browsers don't.
432         (shr-expand-url): Respect #anchor links.
433         (shr-parse-base): Chop off the anchor before using.
434         (shr-descend): Respect display: none.
435         (shr-descend): Allow marking elements that have certain IDs.
436
437         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
438
439         * shr.el (shr-expand-url): Don't bug out on zero-length links.
440
441         * eww.el (eww-tag-textarea): Support <textarea>.
442
443 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
444
445         * shr.el (shr-dom-to-xml): Fixed function call.
446
447         * eww.el (eww): New group.
448         (eww-header-line-format): New custom variable.
449         (eww-current-title): New variable.
450         (eww-display-html): Update header and handle title tag.
451         (eww-update-header-line-format): New function.
452         (eww-tag-title): New function.
453
454         * shr.el (shr-dom-to-xml): New function.
455         (shr-tag-svg): Add support for the SVG tag.
456         (shr-bullet): New custom variable.
457         (shr-tag-li): Support custom bullet in unordered lists.
458
459 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * shr.el (shr-expand-url): Respect // URLs.
462
463         * eww.el (eww-tag-body): Override the shr body rendering so that we can
464         put a background colour onto the entire buffer.
465         (eww-render): When being redirected, use the redirect URL as the new
466         base URL.
467
468         * shr.el (shr-parse-base): Fix parsing error.
469
470         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
471
472         * shr.el (shr-parse-base): New function.
473         (shr-expand-url): Use it to expand relative URLs reliably.
474
475 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
476
477         * auth-source.el (auth-source-search-collection): Fix docstring.
478         (auth-source-netrc-parse): Refactor and improve netrc parser to support
479         single-quoted strings and multiline entries.
480         (auth-source-netrc-parse-next-interesting)
481         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
482         functions to support parser.
483
484 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * eww.el (eww-submit): Get submit button logic right when hitting RET
487         on non-submit buttons.
488
489         * shr.el: Remove shr-preliminary-table-render, since that can't really
490         be used for anything in practice.
491
492 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
493
494         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
495         (sieve-manage-quit).
496
497 2013-06-14  Glenn Morris  <rgm@gnu.org>
498
499         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
500
501 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
502
503         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
504         control the maximum size of photo ID image.
505         (mml2015-epg-key-image-to-string): Respect it.
506
507 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
510         instead of the final one so that we can more easily distinguish them.
511
512         * eww.el (eww-submit): Compute the submission URL correctly.
513
514 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
515
516         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
517         Use plist-get rather than CL's getf.
518         (sieve-manage-parse-capability): Avoid CL's remove-if.
519
520 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
521
522         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
523         (sieve-manage-quit).
524
525 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * shr.el (shr-expand-url): Expansion should chop off the bits after the
528         last slash.
529
530         * eww.el (eww-tag-select): Use the first value as the default value.
531
532 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
533
534         * eww.el (eww): Prepend urls with http:// if scheme is missing.
535         (eww-mode): Use `define-derived-mode'.
536         (eww-parse-headers): Parse headers from beginning of buffer so that
537         file:// links work.
538
539 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
542
543 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
546         to handle them at all.
547
548 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
551         work, too.
552         (eww-tag-select): Implement <select>.
553
554 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
555
556         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
557         stream managing functions by using open-protocol-stream to do most of
558         the work.  Has the nice benefit of enabling STARTTLS.
559         Wait for capabilities after STARTTLS: following RFC5804, the server
560         sends new capabilities after successfully establishing a TLS connection
561         with the client. The client should update the cached list of
562         capabilities, but we just ignore the answer for now.
563         (sieve-manage-network-p, sieve-manage-network-open)
564         (sieve-manage-starttls-p, sieve-manage-starttls-open)
565         (sieve-manage-forward, sieve-manage-streams)
566         (sieve-manage-stream-alist): Remove unneeded functions neither in the
567         API, nor called by any other function.
568         Enable Multibyte for SieveManage buffers: The parser won't properly
569         handle umlauts and line endings unless multibyte is turned on in the
570         process buffer.
571
572 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * eww.el (eww-tag-input): Support password fields.
575         (eww-submit): Support POST.
576
577 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * eww.el (eww-tag-form): Protect against degenerate forms.
580
581         * shr.el (shr-expand-url): Expand URLs that start with a slash
582         correctly.
583
584         * eww.el (eww-submit): Get submit button logic right.
585
586         * shr.el (shr-final-table-render): New variable to signal when we're
587         doing the final table rendering so that we can collect more data at
588         that point.
589
590         * eww.el (eww-submit): Make form submission work.
591         (eww-tag-input): Implement submit buttons.
592         (eww-click-radio): Implement radio and checkboxes.
593         (eww-submit): Handle hidden elements.
594
595         * shr.el (shr-descend): Allow other packages to override (or provide)
596         rendering of elements.
597         (shr-expand-url): Strip query strings from URLs before expanding them.
598
599         * eww.el: Don't require cl-lib.
600         (eww-tag-form): Start form support.
601
602         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
603
604         * eww.el: Start writing a new, tiny web browser.
605         (eww-previous-url): New command.
606         (eww-quit): New command.
607
608 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
609
610         * sieve.el: Put point at beginning of buffer when viewing a script.
611         (sieve-open-server): Respect the PORT parameter.  Show the correct port
612         number in sieve-buffer's header.  Fixed code to also work with a string
613         as port specifier. Properly close the connection on pressing 'q'.  Make
614         sieve-manage-quit close the connection and process buffer.  Also, remove
615         duplicate keybinding for 'q'.
616
617 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
618
619         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
620         make it easier to read.
621         (mm-pkcs7-enveloped-magic): Ditto.
622
623 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
626         before `image-type-available-p' to avoid loading the image libraries
627         needlessly.
628
629 2013-06-05  David Engster  <deng@randomsample.de>
630
631         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
632         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
633         to see whether the group was synced before.
634
635 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
636
637         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
638         when opening the connection.
639         Suggested by João Távora <joaotavora@gmail.com> in
640         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
641
642 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
645         assume Date header begins with "Date", that may be customized into
646         something like "X-Sent" using gnus-article-time-format.
647         (article-transform-date): Allow multi-line Date header.
648
649 2013-06-02  David Engster  <deng@randomsample.de>
650
651         * registry.el (initialize-instance, registry-lookup)
652         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
653         (registry-lookup-secondary-value, registry-search, registry-delete)
654         (registry-insert, registry-reindex, registry-size, registry-prune): Do
655         not wrap methods in `eval-and-compile'.  This breaks due to latest
656         changes in EIEIO (introduction of eieio-core.el).
657
658 2013-05-30  Glenn Morris  <rgm@gnu.org>
659
660         * nnmail.el (nnmail-fancy-expiry-target):
661         Also bind mail-dont-reply-to-names.
662
663         * spam-stat.el (spam-stat-save):
664         No need to tweak font-lock in temp buffers.
665
666         * shr.el (shr-put-image): Silence compiler.
667
668 2013-05-29  Glenn Morris  <rgm@gnu.org>
669
670         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
671
672         * gnus-group.el (gnus-sequence-of-unread-articles)
673         (gnus-summary-add-mark, gnus-mark-article-as-read)
674         (gnus-group-make-articles-read): Declare.
675
676         * gnus-sum.el (gnus-parameter-list-identifier)
677         (gnus-article-stop-animations, gnus-stop-downloads)
678         (gnus-article-only-boring-p, article-goto-body)
679         (gnus-flush-original-article-buffer, article-narrow-to-head)
680         (gnus-article-hidden-text-p, gnus-delete-wash-type)
681         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
682
683         * gnus.el: No need to eval-and-compile autoloads.
684
685         * gravatar.el (help-function-arglist): Autoload.
686
687         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
688
689         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
690
691         * spam.el: No need to load spam-report when compiling.
692         No need to eval-and-compile autoloads.
693         (spam-report-resend-to): Declare.
694         (spam-report-resend-register-routine): Require 'spam-report.
695
696 2013-05-24  Julien Danjou  <julien@danjou.info>
697
698         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
699         setup.
700
701 2013-05-23  Glenn Morris  <rgm@gnu.org>
702
703         * gnus-util.el (rmail-swap-buffers-maybe)
704         (rmail-maybe-set-message-counters, rmail-count-new-messages)
705         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
706         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
707
708         * mm-decode.el: No need to load term when compiling.
709         (term-mode, term-char-mode): Declare.
710
711         * mm-util.el: No need to load jka-compr when compiling.
712         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
713
714         * nnmaildir.el: Require is automatically eval-and-compile.
715         (nnmail): Require at run-time too.
716
717         * registry.el (registry-size): Move definition before use.
718
719 2013-05-22  Daiki Ueno  <ueno@gnu.org>
720
721         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
722         signed data to conform the standard.  (Bug#14232)
723
724 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
725
726         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
727         double angle quotation mark.
728
729 2013-05-20  Glenn Morris  <rgm@gnu.org>
730
731         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
732
733 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
734
735         * message.el (message-insert-formatted-citation-line): handle finding
736         first/lastname when more than 2 names appear.
737
738 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
739
740         * shr.el (shr-tag-span): New function.
741
742 2013-05-18  Glenn Morris  <rgm@gnu.org>
743
744         * message.el (message-mode): Use message-mode-abbrev-table,
745         with text-mode-abbrev-table as parent.  (Bug#14413)
746
747 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * message.el (message-expand-group): Decode group names.
750
751 2013-05-16  Julien Danjou  <julien@danjou.info>
752
753         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
754         app-icon.
755
756 2013-05-15  Glenn Morris  <rgm@gnu.org>
757
758         * shr-color.el (shr-color-visible-luminance-min)
759         (shr-color-visible-distance-min): Use shr-color group.
760
761 2013-05-11  Glenn Morris  <rgm@gnu.org>
762
763         * gnus-vm.el: Make it loadable without VM.
764         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
765         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
766
767 2013-05-09  Glenn Morris  <rgm@gnu.org>
768
769         * mml1991.el: Make it loadable.  (Bug#13456)
770
771         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
772         * gnus-async.el (gnus-async-post-fetch-function):
773         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
774         * gnus-html.el (gnus-html-image-cache-ttl):
775         * gnus-notifications.el (gnus-notifications-timeout):
776         * gnus-picon.el (gnus-picon-properties):
777         * gnus-util.el (gnus-completion-styles):
778         * gnus.el (gnus-other-frame-resume-function):
779         * message.el (message-user-organization-file)
780         (message-cite-reply-position):
781         * nnir.el (nnir-summary-line-format)
782         (nnir-retrieve-headers-override-function):
783         * shr-color.el (shr-color-visible-luminance-min):
784         * shr.el (shr-blocked-images):
785         * spam-report.el (spam-report-resend-to):
786         * spam.el (spam-summary-exit-behavior): Fix custom types.
787
788         * gnus-salt.el (gnus-selected-tree-face): Fix default.
789
790 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
793         because of let-binding help-xref-following.  (Bug#14356)
794
795 2013-05-06  Glenn Morris  <rgm@gnu.org>
796
797         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
798
799 2013-05-04  Andrew Cohen  <cohen@bu.edu>
800
801         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
802         entering into the registry.
803
804 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
805
806         * gnus.el: Ma Gnus v0.7 is released.
807
808 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
811         (Bug#14304)
812
813 2013-04-27  Glenn Morris  <rgm@gnu.org>
814
815         * gnus.el (gnus-list-debbugs):
816         Use require rather than autoload.  (Bug#14262)
817
818 2013-04-27  Julien Danjou  <julien@danjou.info>
819
820         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
821         port to "sieve" now that it has an official IANA port assigned.
822
823 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
826         Don't set the MAILHOST environment variable permanently (Bug#14271).
827
828 2013-04-26  Glenn Morris  <rgm@gnu.org>
829
830         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
831
832 2013-04-25  Andrew Cohen  <cohen@bu.edu>
833
834         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
835         string values of 'gcc-self. Thanks to Saroj Thirumalai.
836
837 2013-04-24  Andrew Cohen  <cohen@bu.edu>
838
839         * nnir.el (nnir-close-group): Make sure we are in the right group.
840
841         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
842         dependency table from all newly retrieved headers.
843
844 2013-04-16  David Edmondson  <dme@dme.org>
845
846         Support <img src="data:...">.
847
848         * shr.el (shr-image-from-data): New function.
849         (shr-tag-img): Use it.
850
851 2013-04-14  Andrew Cohen  <cohen@bu.edu>
852
853         * nnir.el (nnir-request-set-mark): Make sure we are in the right
854         group.
855
856 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
859         corresponding to any existing group (Bug#14166).
860
861 2013-04-10  Andrew Cohen  <cohen@bu.edu>
862
863         * nnir.el (number-sequence): No longer used.
864         (nnir-request-set-mark): New function.
865         (nnir-request-update-info): Improve marks updating.
866         (nnir-request-scan): Don't duplicate marks updating.
867         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
868         Use 'assq rather than 'assoc.  Quote anonymous function.
869         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
870         Use 'gnus-group-prefixed-p.
871         (gnus-summary-create-nnir-group): Make sure server for method is open.
872
873 2013-04-04  Andrew Cohen  <cohen@bu.edu>
874
875         * nnir.el (gnus-nnir-group-p): New function.
876         (nnir-possibly-change-group): Use it.
877
878         * gnus-msg.el (gnus-setup-message): Use it.
879
880 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * mml.el (mml-minibuffer-read-description): Use `default' insted of
883         `initial-input' for the argument name.
884         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
885
886 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
887
888         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
889         (used by MH-E).
890
891 2013-04-01  Andrew Cohen  <cohen@bu.edu>
892
893         * nnir.el (nnir-request-update-mark): Improve mark updating in original
894         group.
895
896         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
897         fix compilation.
898
899 2013-03-31  Andrew Cohen  <cohen@bu.edu>
900
901         * nnir.el (nnir-method-default-engines): And another typo.
902
903 2013-03-30  Andrew Cohen  <cohen@bu.edu>
904
905         * nnir.el (nnir-method-default-engines): Fix typo.
906
907 2013-03-29  Andrew Cohen  <cohen@bu.edu>
908
909         * nnir.el: Define 'number-sequence for xemacs.
910         (gnus-summary-create-nnir-group): New function to create an nnir group
911         from an nnir summary buffer based on the current query.
912         (nnir-request-create-group): Update to allow nnir group creation based
913         on the current query.
914
915 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * nndraft.el (nndraft-request-expire-articles):
918         Make expiry target always `delete'.
919
920 2013-03-27  Andrew Cohen  <cohen@bu.edu>
921
922         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
923         buffer use the posting-style and gcc of the original article group.
924         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
925
926         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
927         after other deffoos.
928
929 2013-03-25  Andrew Cohen  <cohen@bu.edu>
930
931         * nnir.el: Major rewrite.  Cleaner separation between searches and group
932         management.  Marks are now shown in nnir summary buffers.  Rudimentary
933         support for real (i.e. not ephemeral) nnir groups.
934         (gnus-summary-make-nnir-group): New function for initiating searches
935         from a summary buffer.
936
937 2013-03-18  Sam Steingold  <sds@gnu.org>
938
939         * message.el (message-bury): Minor cleanup.
940
941 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
942
943         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
944
945 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * nndir.el (nndir-request-list): Remove 2nd argument passed to
948         nnml-request-list.  (Bug#13873)
949         (nndir-request-newsgroups): Remove, unused.
950
951         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
952
953 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
954
955         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
956         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
957         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
958
959 2013-03-03  Ted Phelps  <phelps@gnusto.com>
960
961         * shr.el: Make all the overlays set the `evaporate' property so that
962         they're removed properly.
963
964 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
965
966         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
967         shell-quote-argument.
968
969 2013-02-22  David Engster  <deng@randomsample.de>
970
971         * gnus-registry.el (gnus-registry-save): Provide class name when
972         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
973         `condition-case' to stay compatible with older EIEIO versions which
974         only accept one argument.
975
976 2013-02-17  Daiki Ueno  <ueno@gnu.org>
977
978         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
979         (epg-user-id-validity): Autoload.
980         (mml2015-epg-check-user-id): New function.
981         (mml2015-epg-check-sub-key): New function split from
982         mml2015-epg-find-usable-key.
983         (mml2015-epg-find-usable-key): Accept context, name, usage, and
984         optional name-is-key-id, to handle the case when user-id is unusable.
985         Reported by Łukasz Stelmach <stlman@poczta.fm>.
986
987 2013-02-17  Glenn Morris  <rgm@gnu.org>
988
989         * shr.el (shr-put-image): Use image-multi-frame-p if available.
990
991 2013-02-16  Glenn Morris  <rgm@gnu.org>
992
993         * shr.el (shr-put-image): Only animate images that specify a delay.
994         This is consistent with the old image-animated-p behavior.
995
996 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
999         for XEmacs.
1000
1001 2013-02-13  Juri Linkov  <juri@jurta.org>
1002
1003         * gnus-art.el (gnus-article-mode-map):
1004         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1005         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1006
1007 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1008
1009         * auth-source.el (auth-source-format-prompt): Don't get confused by
1010         any "\" in replacement text.  (Bug#13637)
1011
1012 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1013
1014         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1015         (gnus-backend-trace): Honour gnus-backend-trace.
1016
1017         * mml.el (mml-insert-part): Insert closing tag.
1018
1019         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1020
1021 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1024         able to find the article, which can happen in debbugs groups,
1025         apparently.
1026
1027 2013-01-16  Glenn Morris  <rgm@gnu.org>
1028
1029         * smiley.el (smiley-style): Make the file loadable in batch mode.
1030
1031 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1032
1033         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1034         imap process running.
1035
1036 2013-01-14  Julien Danjou  <julien@danjou.info>
1037
1038         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1039         Compare addresses against addresses, not against the full From field.
1040
1041 2013-01-13  Richard Stallman  <rms@gnu.org>
1042
1043         * message.el (message-forward-make-body-mime): New args BEG, END
1044         specify what part of FORWARD-BUFFER to use.  Do the work directly
1045         instead of calling `mml-insert-buffer'.
1046
1047 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1048
1049         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1050         cross-reference(s).
1051
1052         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1053         cross-reference(s).
1054
1055 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1056
1057         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1058         and point-max-marker.
1059         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1060
1061 2013-01-11  Julien Danjou  <julien@danjou.info>
1062
1063         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1064         max are almost equal. Also return the correct value for V which is
1065         already between 0 and 1.
1066
1067 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1068
1069         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1070         to mml2015-encrypt-to-self.
1071         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1072
1073 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1074
1075         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1076         mml-smime-epg-find-usable-secret-key.
1077
1078 2013-01-08  Glenn Morris  <rgm@gnu.org>
1079
1080         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1081
1082 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1083
1084         * mml-smime.el: Support signing by sender.
1085         Requested by Uwe Brauer.
1086         (mml-smime-sign-with-sender): New user option analogous
1087         to mml2015-sign-with-sender.
1088         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1089         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1090         mml2015.el.
1091
1092 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1095         isn't running, because Gnus will probably not know how to handle the
1096         Gcc header (bug#11941).
1097
1098         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1099         articles.
1100
1101 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1104         (nnfolder-generate-active-file): Make this function work with recursive
1105         folder names.
1106
1107 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1108
1109         * nntp.el (nntp-open-connection): Use HELP as the capability command
1110         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1111         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1112
1113 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1114
1115         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1116         place holder since this gives `Invalid face reference: nil' messages.
1117         Use the `default' face instead.  It has the same effect here, even
1118         though it is not no-op.
1119
1120         * gnus-util.el
1121         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1122
1123 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1124
1125         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1126         non-string posting styles (bug#13285).
1127
1128 2012-12-27  Glenn Morris  <rgm@gnu.org>
1129
1130         * plstore.el (plstore-passphrase-callback-function):
1131         Use plstore-get-file.
1132
1133 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1134
1135         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1136         stderr.
1137
1138 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1141
1142         * gnus-compat.el (set-buffer-multibyte): Remove.
1143
1144 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1145
1146         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1147         temporary file to get PGP key image.  Pass no-show-photos when
1148         extracting image to avoid having it pop up twice.
1149
1150 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1151
1152         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1153         eligible for treatment.
1154
1155         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1156         lines.  This makes summary commands with hidden threads work more
1157         reliably.
1158
1159         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1160         button to mark the hidden citations (bug#9395).
1161
1162 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1163
1164         * mml2015.el (mml2015-epg-signature-to-string): New function.
1165         (mml2015-epg-verify-result-to-string): New function.
1166         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1167         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1168         instead of epg-verify-result-to-string.
1169         (epg-signature-key-id, epg-signature-to-string): Autoload.
1170         (epg-verify-result-to-string): Remove autoload.
1171
1172 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1173
1174         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1175         ID image from GPG public key.
1176         (mml2015-epg-key-image-to-string): New function.
1177
1178 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1179
1180         * plstore.el (plstore-passphrase-callback-function): Fix error when
1181         error when plstore-cache-passphrase-for-symmetric-encryption is set
1182         (bug#13264).
1183
1184 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1185
1186         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1187         buffer to the article buffer here, because that clobbers multiple
1188         article buffers.
1189
1190         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1191         buffer always points to the right summary buffer.
1192
1193 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1194
1195         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1196         the password (bug#12097).
1197
1198 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1199
1200         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1201         (bug#13263).
1202
1203         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1204         buffer exists before using it (bug#12475).
1205
1206         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1207         offline groups (bug#11937).
1208
1209         * message.el (message-yank-original): When using customize to set the
1210         value of `message-cite-style', the variable it set to a symbol that's
1211         the name of the variable, which must then be dereferenced (bug#12616).
1212
1213 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1214
1215         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1216         the `face' property with a list whose car is the face specified in the
1217         format string and whose cdr is (nil).
1218         * lisp/gnus-util.el
1219         (gnus-put-text-property-excluding-characters-with-faces):
1220         Change accordingly.
1221         (gnus-get-text-property-excluding-characters-with-faces): New function.
1222         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1223         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1224         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1225
1226 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1227
1228         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1229         login methods.
1230         (nnimap-login): Respect the `nnimap-authenticator' variable.
1231
1232         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1233         mark state when moving articles.  Otherwise unticked articles will get
1234         their ticks back after moving.
1235
1236 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1237
1238         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1239
1240         * message.el (message-ignored-news-headers): Always remove
1241         X-Message-SMTP-Method to avoid information leakage if the user
1242         mistakenly inserts the header into news messages.
1243
1244         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1245
1246         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1247         right than four characters, this command would move point to
1248         `point-max'.  Don't do that.
1249
1250         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1251         to nil to allow re-selecting groups that gain articles.
1252         (gnus-bug-group-download-format-alist): Update the URL.
1253
1254 2012-12-23  Andreas Schwab  <schwab@suse.de>
1255
1256         * shr.el (shr-tag-em): Render em as italic, not bold.
1257
1258 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1261         for reuse.
1262         (gnus-open-server): Use it to add more tracing.
1263         (gnus-finish-retrieve-group-infos): Add backend tracing.
1264         (gnus-backend-trace): Also note the elapsed seconds.
1265
1266 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1267
1268         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1269         Set epa-file-encrypt-to from variable to avoid querying.
1270
1271 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1272
1273         * sieve-mode.el (sieve-font-lock-keywords):
1274         Keywords should be word delimited.  (Bug#13173)
1275
1276 2012-12-13  Andreas Schwab  <schwab@suse.de>
1277
1278         * tls.el (tls-program): Update customize type.
1279
1280 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1283         instead of <pre> to align message header.
1284
1285 2012-12-12  Sam Steingold  <sds@gnu.org>
1286
1287         * gnus.el (gnus-other-frame-resume-function): Add user option.
1288         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1289
1290 2012-12-06  Sam Steingold  <sds@gnu.org>
1291
1292         * gnus-start.el (gnus-before-resume-hook): Add.
1293         (gnus-1): Run it when Gnus is alive.
1294
1295 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1298         * gnus-art.el (article-unsplit-urls)
1299         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1300         * gnus-registry.el (gnus-registry-get-article-marks)
1301         * message.el (message-goto-body): Use it.
1302         (message-called-interactively-p): Remove.
1303
1304         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1305         (spam-stat-score-buffer): Use it.
1306
1307         * spam.el: Silence the warnings against BBDB functions when compiling.
1308
1309         * gnus-score.el (gnus-score-decode-text-parts):
1310         Use append+mapcar instead of the cl function mapcan.
1311
1312 2012-12-05  Sam Steingold  <sds@gnu.org>
1313
1314         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1315         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1316         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1317
1318 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gmm-utils.el (gmm-called-interactively-p): Revert.
1321         This seems to cause Emacs to get stuck!
1322         * gnus-art.el (article-unsplit-urls)
1323         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1324         * gnus-registry.el (gnus-registry-get-article-marks)
1325         * message.el (message-goto-body)
1326         (message-called-interactively-p): Revert.
1327
1328         * gmm-utils.el (gmm-called-interactively-p): New function.
1329         * gnus-art.el (article-unsplit-urls)
1330         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1331         * gnus-registry.el (gnus-registry-get-article-marks)
1332         * message.el (message-goto-body): Use it.
1333         (message-called-interactively-p): Remove.
1334
1335         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1336         * gnus-sync.el (gnus-sync-lesync-call)
1337         * message.el (message-read-from-minibuffer): Use it.
1338
1339 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * gmm-utils.el (gmm-flet): Remove.
1342         * gnus-sync.el (gnus-sync-lesync-call)
1343         * message.el (message-read-from-minibuffer): Don't use it.
1344
1345 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1348
1349 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1352
1353         * gnus-sync.el (gnus-sync-lesync-call)
1354         * message.el (message-read-from-minibuffer): Use gmm-flet.
1355
1356         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1357
1358         * gnus-util.el (gnus-macroexpand-all): Remove.
1359
1360 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1361
1362         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1363         to TAB, not [tab].
1364         (gnus-summary-article-map): Likewise.
1365
1366         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1367         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1368
1369 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1370
1371         * time-date.el: Commentary fix.
1372
1373 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1374
1375         * color.el: Don't require cl.
1376         (color-complement): `caddr' -> `nth 2'.
1377
1378         * time-date.el (time-to-seconds): De-obsolete.
1379
1380 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * message.el (message-get-reply-headers):
1383         Make sure the reply goes to the author if it is a wide reply.
1384
1385 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1386
1387         * gnus-score.el (gnus-score-body):
1388         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1389         scoring by body.
1390
1391 2012-11-16  Glenn Morris  <rgm@gnu.org>
1392
1393         * gnus-diary.el (nndiary-request-create-group-functions)
1394         (nndiary-request-update-info-functions)
1395         (gnus-subscribe-newsgroup-functions)
1396         (nndiary-request-accept-article-functions):
1397         Use new names for hooks rather than obsolete aliases.
1398
1399 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1402
1403 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1406         in meta tag with the one the part specifies in its header.
1407
1408 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1409
1410         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1411         by default.
1412
1413 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1416         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1417
1418 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1421         and a runtime function for it, of which the XEmacs version takes only
1422         two arguments.
1423
1424 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1425
1426         * nndiary.el (nndiary-request-create-group-functions)
1427         (nndiary-request-update-info-functions)
1428         (nndiary-request-accept-article-functions):
1429         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1430         "-hooks" suffix.
1431
1432 2012-10-19  Julien Danjou  <julien@danjou.info>
1433
1434         * gnus-art.el: Require gnus-util because it uses
1435         `gnus-timer--function'.
1436
1437 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1438
1439         * starttls.el (starttls-extra-arguments): Doc fix.
1440
1441 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1444         it.
1445
1446 2012-10-06  Glenn Morris  <rgm@gnu.org>
1447
1448         * gnus-notifications.el (gnus-notifications):
1449         Add missing group :version tag.
1450         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1451         (gnus-gcc-post-body-encode-hook):
1452         * gnus-sync.el (gnus-sync-lesync-name)
1453         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1454
1455 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1456
1457         * color.el (color-hsl-to-rgb): Fix incorrect results for
1458         small and large hue values.  (Bug#12559)
1459
1460 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         New UIDL implementation.
1463
1464         * mail-source.el (mail-sources, mail-source-keyword-map):
1465         Add :leave as a pop3 keyword.
1466         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1467
1468         * pop3.el (pop3-leave-mail-on-server): Allow number.
1469         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1470         (pop3-movemail): Add UIDL support.
1471         (pop3-send-streaming-command): Take a list of mail numbers instead of
1472         the number of mails.
1473         (pop3-write-to-file): Add X-UIDL header.
1474         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1475         (pop3-uidl-add-xheader): New functions.
1476
1477         * message.el (message-ignored-resent-headers):
1478         Add X-Content-Length and X-UIDL headers.
1479
1480 2012-10-05  Glenn Morris  <rgm@gnu.org>
1481
1482         * color.el (color-name-to-rgb, color-rgb-to-hex)
1483         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1484         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1485         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1486         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1487
1488 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1491         a user about whether to delete temp files if once a user answered as n.
1492
1493 2012-09-25  Chong Yidong  <cyd@gnu.org>
1494
1495         * password-cache.el (password-read-and-add): Use a declare form to mark
1496         this function obsolete.
1497
1498 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * lpath.el: Bind mail-encode-mml for old Emacsen.
1501
1502 2012-09-17  Richard Stallman  <rms@gnu.org>
1503
1504         * message.el (message-in-body-p): Don't set mark or modify buffer.
1505
1506         * mml.el (mml-attach-file): Doc fix.
1507         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1508         Set mail-encode-mml when in Mail mode.
1509         Simplify code to set HEAD and move back to HEAD.
1510         (mml-insert-multipart, mml-insert-part):
1511         Set mail-encode-mml when in Mail mode.
1512
1513 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * gnus-util.el (gnus-timer--function): New function.
1516
1517         * gnus-art.el (gnus-article-stop-animations): Use it.
1518
1519 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1520
1521         Fix glitches caused by addition of psec to timers.
1522         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1523         rather than raw access to timer vector.
1524
1525 2012-09-11  Julien Danjou  <julien@danjou.info>
1526
1527         * gnus-notifications.el (gnus-notifications): Check for nil values in
1528         ignored addresses check.
1529
1530 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1531
1532         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1533
1534 2012-09-07  Chong Yidong  <cyd@gnu.org>
1535
1536         * gnus-util.el
1537         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1538
1539         * gnus-salt.el (gnus-tree-highlight-node):
1540         * gnus-sum.el (gnus-summary-highlight-line):
1541         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1542
1543 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1544
1545         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1546
1547 2012-09-06  Juri Linkov  <juri@jurta.org>
1548
1549         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1550         scheme for buffer names to be more consistent with other group and
1551         article buffer names in Gnus.
1552
1553 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus-util.el
1556         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1557
1558         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1559         Jenkner.
1560
1561         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1562
1563         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1564
1565         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1566
1567 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1570         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1571
1572         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1573         string-prefix-p in Emacs >=23.2.
1574
1575         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1576         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1577         instead of string-match-p.
1578         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1579
1580 2012-09-06  Kenichi Handa  <handa@gnu.org>
1581
1582         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1583         lowercase a..f.
1584
1585 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1586
1587         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1588
1589 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1590
1591         * nnimap.el (nnimap-request-move-article): Decode the group name when
1592         doing internal moves to avoid charset issues.
1593
1594         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1595         TIME is set.
1596
1597 2012-09-05  Juri Linkov  <juri@jurta.org>
1598
1599         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1600         than one group at a time (bug#11961).
1601
1602 2012-09-05  Julien Danjou  <julien@danjou.info>
1603
1604         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1605         this hide the real reason with a message giving absolutely no hint.
1606
1607 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1610         to the backend (bug#11804).
1611
1612         * message.el (message-insert-newsgroups): Don't insert newsgroup
1613         duplicates (bug#12275).
1614
1615 2012-09-05  John Wiegley  <johnw@newartisans.com>
1616
1617         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1618         sieve rules.
1619
1620 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1621
1622         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1623         function.
1624
1625         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1626
1627         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1628
1629 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1630
1631         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1632         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1633         This should make nnmaildir more usable with offlineimap.
1634
1635 2012-09-05  Julien Danjou  <julien@danjou.info>
1636
1637         * nnimap.el (nnimap-request-list): Revert change that made listing
1638         synchronous.
1639         (nnimap-get-responses): Restore.
1640
1641 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1642
1643         * dgnushack.el: XEmacs 21.5 compilation fix.
1644
1645         * gnus-notifications.el (gnus-notifications-notify): Use it.
1646
1647         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1648         warnings on XEmacs.
1649
1650 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1651
1652         Better seeds for (random).
1653         * gnus-sync.el (gnus-sync-lesync-setup):
1654         * message.el (message-canlock-generate, message-unique-id):
1655         Change (random t) to (random), now that the latter is more random.
1656
1657 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1658
1659         * nnimap.el (nnimap-change-group): Document result value
1660
1661         * auth-source.el (auth-sources): Fix macos keychain access.
1662
1663         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1664         allow the backend `request-head' function to determine the group
1665         name on its own.
1666         (gnus-request-expire-articles): Filter out negative article numbers
1667         during expiry (Bug#11980).
1668
1669         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1670         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1671
1672         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1673         you've found the article when you haven't.
1674
1675         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1676         that nnimap-change-group can return t.
1677
1678 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1679
1680         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1681
1682 2012-08-30  Julien Danjou  <julien@danjou.info>
1683
1684         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1685         `gnus-notifications-timeout'.
1686         (gnus-notifications-timeout): Add.
1687         (gnus-notifications-action): New function.
1688         (gnus-notifications-notify): Add :action using
1689         `gnus-notifications-action'.
1690         (gnus-notifications-id-to-msg): New variable.
1691         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1692         notifications id to messages.
1693
1694 2012-08-30  Kenichi Handa  <handa@gnu.org>
1695
1696         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1697         once.
1698
1699 2012-08-29  Julien Danjou  <julien@danjou.info>
1700
1701         * gnus-notifications.el: New file.
1702         (gnus-notifications-notify): New function.
1703         (gnus-notifications): Use `gnus-notifications-notify'.
1704
1705 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1708         transfer encoding first; bind gnus-newsgroup-charset to the charset
1709         that the article specifies (Bug#12209).
1710
1711 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1714         (gnus-group-customize-done): Encode values posting-style holds.
1715
1716         * gnus-msg.el (gnus-summary-resend-message)
1717         (gnus-configure-posting-styles): Decode values posting-style group
1718         parameter holds.
1719
1720 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1723         `name' and `address' in Resent-From header.
1724
1725 2012-08-14  Chong Yidong  <cyd@gnu.org>
1726
1727         * gnus-art.el (article-display-face): Handle failure in
1728         gnus-create-image (Bug#11802).
1729
1730 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1731
1732         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1733         Use defsetf.
1734
1735 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1736
1737         * auth-source.el (auth-source-plstore-search)
1738         (auth-source-secrets-search): Ignore :require and :type in search spec.
1739
1740 2012-08-06  Julien Danjou  <julien@danjou.info>
1741
1742         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1743         `nnimap-request-move-article'.
1744
1745         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1746         Remove autoload, already handled by gnus.el.
1747
1748         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1749
1750         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1751         supported by nnimap actually. Reverts previous change.
1752
1753         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1754         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1755         to-buffer argument that is already supported.
1756
1757 2012-08-05  Julien Danjou  <julien@danjou.info>
1758
1759         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1760         Add autoload.
1761
1762 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus.el (gnus-valid-select-methods): Fix custom type.
1765
1766 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1767
1768         * auth-source.el (auth-sources, auth-source-backend-parse)
1769         (auth-source-macos-keychain-search)
1770         (auth-source-macos-keychain-search-items)
1771         (auth-source-macos-keychain-result-append)
1772         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1773         auth-source.el through the /usr/bin/security utility.
1774         (auth-sources): Fix syntax error.
1775         (auth-source-macos-keychain-result-append): Fix variable name.
1776         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1777
1778 2012-07-27  Julien Danjou  <julien@danjou.info>
1779
1780         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1781         Emacs < 24.1
1782
1783 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * message.el (message-kill-address): Don't kill last newline.
1786         (message-skip-to-next-address): Don't move to the next header.
1787         (message-fill-field-address): Work properly.
1788
1789 2012-07-25  Julien Danjou  <julien@danjou.info>
1790
1791         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1792
1793 2012-07-24  Julien Danjou  <julien@danjou.info>
1794
1795         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1796
1797         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1798         (nntp-async-timer-handler): Remove, unused.
1799
1800         * nnimap.el (nnimap-get-responses): Remove, unused.
1801
1802         * nnheader.el (mail-header-set-extra): Remove, unused.
1803
1804         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1805         unused.
1806
1807         * mm-view.el (mm-view-sound-file): Remove, unused.
1808
1809         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1810         (mm-url-encode-multipart-form-data): Remove, unused.
1811
1812         * message.el (message-remove-signature, message-make-host-name)
1813         (message-fill-address): Remove, unused.
1814
1815         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1816         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1817         unused.
1818
1819         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1820         (gnus-xmas-call-region): Remove, unused.
1821
1822         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1823
1824         * gnus-util.el (gnus-extract-address-component-name)
1825         (gnus-extract-address-component-email, gnus-sortable-date)
1826         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1827         (gnus-process-live-p): Remove, unused.
1828
1829         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1830
1831         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1832         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1833         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1834         function.
1835
1836         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1837
1838         * gnus-score.el (gnus-summary-score-crossposting)
1839         (gnus-score-regexp-bad-p): Remove, unused.
1840
1841         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1842
1843         * gnus-range.el (gnus-sublist-p): Remove, unused.
1844
1845         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1846         unused.
1847
1848         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1849
1850         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1851         (gnus-request-associate-buffer): Remove, unused.
1852
1853         * gnus-group.el (gnus-group-set-method-info)
1854         (gnus-group-set-params-info): Remove, unused.
1855
1856         * gnus-fun.el (gnus-shell-command-to-string)
1857         (gnus-shell-command-on-region): Remove, unused.
1858
1859         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1860
1861         * gnus-art.el (gnus-article-text-type-exists-p)
1862         (article-translate-characters, gnus-article-hide-text-of-type)
1863         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1864         Remove, unused.
1865
1866 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1867
1868         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1869
1870 2012-07-21  Julien Danjou  <julien@danjou.info>
1871
1872         * message.el (message-dont-reply-to-names): Replace deprecated
1873         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1874         (message-get-reply-headers): Ditto.
1875
1876 2012-07-18  Julien Danjou  <julien@danjou.info>
1877
1878         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1879         `sieve-upload-and-kill'.
1880
1881         * sieve.el (sieve-bury-buffer): Remove function.
1882         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1883         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1884
1885 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1886
1887         * shr.el (shr-expand-url): Handle URL starting with `//'.
1888
1889 2012-07-13  Chong Yidong  <cyd@gnu.org>
1890
1891         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1892         instead of calling toggle-read-only with a (bogus) argument.
1893
1894 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1895
1896         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1897         of initial input when reading the author to restrict the summary to.
1898
1899 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * mm-decode.el (mm-shr):
1902         Allow overriding charset by mm-charset-override-alist.
1903
1904 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-art.el (gnus-article-view-part):
1907         Toggle subparts of multipart/alternative part.
1908
1909 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1910
1911         * shr.el (shr-render-buffer): New command.
1912         (shr-visit-file): Use it.
1913
1914 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1917         Set no-byte-compile and no-update-autoloads.
1918
1919 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1922
1923 2012-06-25  Julien Danjou  <julien@danjou.info>
1924
1925         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1926         `nnimap-request-move-articles-find-limit' since we do not use it only
1927         for move operations.
1928         (nnimap-request-accept-article): Use
1929         `nnimap-request-articles-find-limit' to limit search by message-id.
1930
1931 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         Support higher-resolution time stamps (Bug#9000).
1934
1935         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1936         VARLIST.  It's optional, for backward compatibility.
1937         (encode-time-value): New optional arg PICO.  New type 3.
1938         (time-to-seconds) [!float-time]: Support the new picoseconds
1939         component if it's used.
1940         (seconds-to-time, time-subtract, time-add):
1941         Support ps-resolution time stamps as well.
1942
1943 2012-06-19  Julien Danjou  <julien@danjou.info>
1944
1945         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1946
1947         * nnimap.el (nnimap-log-buffer): Check that
1948         `window-point-insertion-type' is boundp, since it's not available in
1949         XEmacs.
1950
1951 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1952
1953         * nnimap.el (nnimap-log-buffer): Add this, setting
1954         `window-point-insertion-type' in the buffer to t.
1955         (nnimap-log-command): Use nnimap-log-buffer.
1956
1957 2012-06-19  Julien Danjou  <julien@danjou.info>
1958
1959         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1960         argument to be able to limit the search.
1961         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1962         (nnimap-request-move-articles-find-limit): Add this to limit the search
1963         by Message-Id after a message move.
1964         (nnimap): Add defgroup.
1965
1966 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1967
1968         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1969
1970 2012-06-15  Julien Danjou  <julien@danjou.info>
1971
1972         * nnimap.el (nnimap-find-article-by-message-id): Use
1973         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1974         (nnimap-possibly-change-group): Add read-only argument.
1975         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1976         issuing EXAMINE manually.
1977         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1978         with read-only argument.
1979         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1980         cannot possibly change because we need to be sure that it's either
1981         read-write or read-only.
1982
1983 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1986         being bound to a lambda form.
1987
1988 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1989
1990         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1991         articles when fetch-old is non-nil (bug#11370).
1992
1993 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1994
1995         * gnus-picon.el (gnus-picon-properties): New defcustom.
1996         (gnus-picon-create-glyph): Use it.
1997
1998 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-group.el (gnus-group-get-new-news): Respect
2001         `gnus-group-use-permanent-levels', as documented (bug#11638).
2002
2003 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2004
2005         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2006         groups (bug#11641).
2007
2008 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2009
2010         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2011         is an integer to avoid later problems.
2012
2013 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2016         locales.
2017
2018         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2019         on a handle.
2020
2021         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2022         address as the default.
2023         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2024
2025         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2026         makes no sense to query the user about internal files.
2027
2028         * gnus-spec.el: Remove all the byte-compilation stuff, since
2029         benchmarking shows that it doesn't help when entering large summary
2030         buffers.
2031
2032         * gnus-xmas.el (gnus-xmas-define): Remove.
2033
2034         * gnus-util.el (gnus-byte-code): Remove.
2035
2036         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2037         grouplens stuff.
2038
2039 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2042         (bug#11514).
2043
2044 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2045
2046         * message.el (message-buffers): Return all buffers derived from Message
2047         to make `gnus-dired-attach' work with mu4e.
2048
2049 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2050
2051         * nntp.el: Stop the `letf' madness.
2052         (nntp--report-1): New var.
2053         (nntp-report): Merge nntp-report-1 into it.
2054         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2055         the nntp-report function.
2056
2057         * auth-source.el: Fix comment-style to follow the convention.
2058
2059 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2060
2061         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2062         (mm-dissect-singlepart): Don't guess the MIME type of
2063         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2064         set.
2065         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2066         toplevel MIME type is multipart/encrypted.
2067
2068 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2071         a string so that Gcc works (bug#11514).
2072
2073 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2074
2075         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2076         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2077
2078 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2079
2080         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2081         jumping to *Server* from a dedicated *Group* window.
2082         (gnus-configure-frame): CSE.
2083
2084         * gnus-registry.el: Minor style cleanup.
2085         (gnus-registry--set/remove-mark): New function, extracted from
2086         gnus-registry-install-shortcuts.
2087         (gnus-registry-install-shortcuts): Use it.
2088
2089 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * nnspool.el (news-path): Use eval-and-compile.
2092
2093 2012-05-24  Glenn Morris  <rgm@gnu.org>
2094
2095         * nnspool.el (news-directory, news-path, news-inews-program):
2096         Move here from paths.el.  Don't see a need for these to be autoloaded.
2097
2098         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2099         Merge in doc from paths.el version.  Don't see any need for this to be
2100         autoloaded, or for the warning about users not setting it.
2101
2102 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2103
2104         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2105         format.  In particular, add an optional argument and a docstring.
2106
2107         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2108
2109         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2110         current before calling `gnus-groups-to-gnus-format'.
2111         Note that this was already the case for `gnus-active-to-gnus-format'.
2112
2113 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2114
2115         Fix minor Y10k bug.
2116         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2117
2118 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2119
2120         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2121         message once it's actually open.
2122
2123 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2124
2125         * gnus.el: Ma Gnus v0.5 is released.
2126
2127 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2128
2129         * auth-source.el (auth-source--aput-1, auth-source--aput)
2130         (auth-source--aget): New functions and macros.
2131         Use them instead of aput/aget.
2132
2133 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2134
2135         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2136
2137 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2138
2139         * plstore.el (plstore-called-interactively-p): New compat macro copied
2140         from message.el.
2141         (plstore-mode): Use it.
2142
2143 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2144
2145         * plstore.el: Revive the editing feature.
2146         (plstore-mode): New mode to edit plstore file.
2147         (plstore-mode-toggle-display, plstore-mode-original)
2148         (plstore-mode-decoded): New command.
2149         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2150         (plstore--insert-buffer, plstore--make): New function.
2151         (plstore-open, plstore-save): Simplify by using them.
2152
2153 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2156
2157 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2158
2159         * tls.el (open-tls-stream): Remove unused binding.
2160
2161 2012-04-16  Glenn Morris  <rgm@gnu.org>
2162
2163         * nndraft.el (nndraft-request-list): Fix declaration.
2164
2165 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * mm-decode.el (mm-dissect-buffer): Doc fix.
2168
2169         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2170         don't have a current group.
2171
2172         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2173         buffer if it doesn't exist.
2174
2175         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2176         given, mark the group as ephemeral with the current window conf.
2177
2178         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2179         buffer exists, which it doesn't if we haven't started Gnus.
2180         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2181
2182 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2185         type is.
2186
2187         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2188         `unexists' entries.
2189         (gnus-clean-old-newsrc): Fix last checkin.
2190
2191         * nnimap.el (nnimap-update-info): None of the articles below the active
2192         low-water mark exist.
2193
2194         * dgnushack.el: Get rid of XEmacs compilation warning.
2195
2196         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2197         would have gotten if we posted to the group, and use that to compare
2198         against the message we want to cancel (bug#10808).
2199
2200         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2201         on XEmacs.
2202
2203 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2204
2205         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2206         `scroll-margin'.
2207
2208 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2209
2210         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2211         citation prefix within a block of cited text should be considered part
2212         of that block *only* if it is a blank line.
2213
2214 2012-04-09  Chong Yidong  <cyd@gnu.org>
2215
2216         * binhex.el, hashcash.el, uudecode.el:
2217         Remove * characters from the front of variable docstrings.
2218
2219 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2222         before kinsoku-bol characters nor within kinsoku-eol characters.
2223
2224 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2227         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2228         (gnus-sync-read): Use mapc instead of mapcar.
2229
2230         * mm-archive.el: Require mm-decode for some macros.
2231         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2232         the byte compiler.
2233         (mm-archive-decoders): New function that returns the value of
2234         the mm-archive-decoders variable.
2235
2236         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2237         instead.
2238         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2239
2240         * nnimap.el (gnus-refer-thread-use-nnir):
2241         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2242
2243 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2246
2247 2012-03-12  Peter Münster  <pmrb@free.fr>
2248
2249         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2250         (gnus-demon-cancel): Ditto.
2251         (gnus-demon-run-callback): When function cannot be called due to low
2252         idleness, call it when idleness reaches the expected value, instead of
2253         waiting another timer period.
2254         (gnus-demon-init): Add `time' to arguments of call-back.
2255
2256 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2259
2260         * gnus.el: Register gnus-registry functions.
2261
2262         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2263         indent.
2264
2265         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2266         enabled before warping.
2267
2268 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2269
2270         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2271         registry about each article retrieved.
2272
2273         * gnus-int.el (gnus-select-group-with-message-id): New function.
2274         (gnus-try-warping-via-registry): Ditto.
2275         (gnus-warp-to-article): Fall back on the registry.
2276
2277 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2278
2279         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2280         inboxes.
2281
2282 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2285
2286 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2289         gnus-gcc-self-resent-messages may be a group parameter.
2290         (gnus-summary-resend-message): Don't encode encoded words in header
2291         when Gcc'ing resent message.
2292
2293 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * shr.el (shr-insert): Treat non-breaking space just like normal
2296         space.  This seems to produce more pleasing results.
2297         (shr-insert): Only insert a blank line if we're starting from an image.
2298         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2299         (shr-ensure-paragraph): Consider lines with white space to be blank.
2300
2301 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2302
2303         * Makefile.in: Respect DESTDIR.
2304
2305 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2306
2307         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2308         and gnus-gcc-post-body-encode-hook.
2309
2310 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2313         messages that don't exist.
2314
2315         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2316
2317 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2320         Remove.
2321
2322         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2323
2324         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2325
2326 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2329         have a group name.
2330
2331         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2332         a multibyte buffer (bug#7410).
2333         (article-wash-html): Parse the original article buffer to get the
2334         unencoded data (bug#7410).
2335
2336         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2337         .newsrc.el files.
2338
2339 2012-04-05  Bastien Guerry  <bzg@altern.org>
2340
2341         * color.el (color-lighten-name): Fix typo.
2342
2343 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2346         "#" to avoid having them interpreted as comments.
2347
2348 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * shr.el (shr-insert): Update the text state properly to avoid
2351         inserting spurious paragraph starts.
2352
2353 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * shr.el (shr-table-widths): Divide the extra width more fairly over
2356         the TDs (bug#10973).
2357         (shr-render-td): Don't delete too much padding.
2358         (shr-natural-width): Compute the natural width more correctly.
2359         (shr-insert): Allow the natural width to be computed for tables again.
2360         (shr-tag-table-1): Rework how the natural widths are computed by
2361         rendering the table a third time.
2362         (shr-natural-width): Removed.
2363         (shr-buffer-width): New function.
2364         (shr-expand-newlines): Use it.
2365
2366         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2367         using a `gnus-use-full-window' setup (bug#11013).
2368
2369 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2372         24.1 release.
2373
2374 2012-03-10  David Edmondson  <dme@dme.org>
2375
2376         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2377         'Forwarded Message' header and the start of the message.
2378
2379 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2380
2381         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2382         isn't running (bug#10897).
2383
2384 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2387         This is inconsistent with all the other stream functions, which leave
2388         the setting up to the higher levels (if so wanted) (bug#10931).
2389
2390 2012-02-28  Glenn Morris  <rgm@gnu.org>
2391
2392         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2393         mm-decode.el: Standardize possessive apostrophe usage.
2394
2395 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2398
2399 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2400
2401         * parse-time.el (parse-time-string): Allow extractor to return nil.
2402
2403 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2406
2407 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2410
2411 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2412
2413         * mm-decode.el (mm-shr): Remove "soft hyphens".
2414
2415         * nnimap.el (nnimap-request-list): Return the group names encoded as
2416         utf8.  Otherwise non-European group names don't work.
2417         (nnimap-request-newgroups): Ditto.
2418
2419         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2420         the default in `read-string' (bug#10757).
2421
2422         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2423         topics (bug#10843).
2424
2425         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2426         buffer.  Suggested by Herbert Valerio Riedel.
2427         (nnimap-request-move-article): Delete the message from the correct IMAP
2428         server.
2429
2430 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2431
2432         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2433         Reported by Peter Münster.
2434
2435 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2436
2437         * shr.el (shr-image-fetched): Make sure we really kill the right
2438         buffer.
2439
2440 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2441
2442         * gnus-start.el (gnus-1): Avoid duplicate entries.
2443
2444 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2445
2446         * imap.el: Remove.
2447
2448         * nntp.el (nntp-coding-system-for-read): Remove.
2449         (nntp-coding-system-for-write): Ditto.
2450         (nntp-open-connection): Just use `binary' directly.
2451
2452         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2453         Gnus 0.3.
2454
2455 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2456
2457         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2458         application/octet-stream parts really is.
2459
2460         * gnus-sum.el (gnus-propagate-marks): Remove.
2461
2462 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2463
2464         * shr.el (shr-rescale-image): Undo previous change; see
2465         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2466
2467 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2468
2469         * gnus.el: Ma Gnus v0.3 is released.
2470
2471 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-sum.el (gnus-summary-local-variables): Make
2474         `gnus-newsgroup-unexist' into a local variable.
2475
2476 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * registry.el (registry-usage-test, registry-persistence-test): Move to
2479         tests/gnustest-registry.el.
2480         (registry-make-testable-db, registry-match-test)
2481         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2482
2483         * gnus-registry.el (gnus-registry-misc-test)
2484         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2485
2486         * tests/gnustest-registry.el: New file with the registry and
2487         gnus-registry ERT tests.
2488
2489 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * gnus-msg.el (gnus-summary-resend-message): Make
2492         gnus-summary-resend-message-insert-gcc be last item in
2493         message-header-setup-hook.
2494
2495 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2496
2497         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2498         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2499         Remove.
2500         (nnfolder-open-server): Don't use marks.
2501         (nnfolder-request-delete-group): Ditto.
2502         (nnfolder-request-rename-group): Ditto.
2503         (nnfolder-request-set-mark, nnfolder-request-marks)
2504         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2505         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2506
2507         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2508         (nnml-marks-modtime): Remove.
2509         (nnml-request-delete-group): Don't use marks.
2510         (nnml-request-rename-group): Ditto.
2511         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2512         (nnml-save-marks, nnml-open-marks): Remove.
2513
2514         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2515         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2516         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2517         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2518         (nntp-server-to-method-cache): Remove.
2519
2520         * shr.el (shr-rescale-image): Fix wrong merge.
2521
2522 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2523
2524         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2525         too-wide lines.
2526
2527 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2528
2529         * nnimap.el (nnimap-record-commands): New variable.
2530         (nnimap-log-command): Use it.
2531         (nnimap-make-process-buffer): Add a space to the process buffer.
2532         (nnimap-transform-headers): Don't bug out on header lines containing
2533         stuff that look like IMAP length encodings.
2534
2535         * shr.el (shr-rescale-image): Allow viewing large images.
2536
2537 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2538
2539         * nnml.el (nnml-request-compact-group): Delete the marks file after
2540         compaction (bug#10800).
2541
2542         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2543         group exit.
2544
2545         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2546         QRESYNC/FETCH output.
2547
2548 2012-02-11  Glenn Morris  <rgm@gnu.org>
2549
2550         * sieve-manage.el (sieve-manage-default-stream):
2551         * shr.el (shr):
2552         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2553         (nnir-retrieve-headers-override-function)
2554         (nnir-imap-default-search-key, nnir-notmuch-program)
2555         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2556         (nnir-method-default-engines):
2557         * message.el (message-cite-reply-position):
2558         * gssapi.el (gssapi-program):
2559         * gravatar.el (gravatar):
2560         * gnus-sum.el (gnus-refer-thread-use-nnir):
2561         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2562         (gnus-registry-max-pruned-entries):
2563         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2564         * gnus-int.el (gnus-after-set-mark-hook)
2565         (gnus-before-update-mark-hook):
2566         * gnus-async.el (gnus-async-post-fetch-function):
2567         * auth-source.el (auth-source-cache-expiry):
2568         Add missing :version tags to new defcustoms and defgroups.
2569
2570 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2573         `gnus-newsgroup-unexist'.
2574
2575         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2576         marks.
2577         (gnus-article-special-mark-lists): Put the `unexist' in the special
2578         marks list instead.
2579
2580         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2581         articles in the list of articles to be selected.
2582
2583         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2584         articles.
2585         (nnimap-update-info): Keep track of unexisting articles.
2586         (nnimap-update-qresync-info): Ditto.
2587
2588 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2589
2590         * message.el (message-default-send-mail-function): Made into own
2591         function for reuse by emacsbug.el.
2592
2593 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2594
2595         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2596         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2597
2598 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2599
2600         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2601         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2602
2603         * gnus-compat.el: Define `timer-set-function'.
2604
2605         * mm-decode.el (mm-display-external): Output the text from the command
2606         in the buffer after the command finished.  This makes text-based
2607         commands behave better.
2608
2609 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2612
2613 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2616         23.1.
2617
2618 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2621
2622 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2623
2624         * message.el (smtpmail-smtp-user): Silence compiler warning.
2625
2626 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2627
2628         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2629         SMTP user name.
2630
2631 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * gnus-sum.el (gnus-summary-show-thread):
2634         next-single-char-property-change may return nil in XEmacs.
2635         (gnus-summary-article-map): Fix typo.
2636
2637 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2638
2639         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2640         running.
2641
2642         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2643
2644         * gnus.el (gnus-server-extend-method): Don't add an -address component
2645         if the method already has one (bug#9676).
2646
2647 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2648
2649         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2650         of an initial-input for consistency (bug#10757).
2651
2652         * dgnushack.el: Fix XEmacs compilation warning.
2653
2654         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2655
2656         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2657
2658 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2659
2660         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2661         lines that are narrower than the window width.  Otherwise background
2662         "blocks" will look less readable.
2663
2664 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2665
2666         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2667         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2668         have newlines within the strings, and where the UID comes after the
2669         BODYSTRUCTURE element (bug#10537).
2670
2671         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2672         (bug#10732).
2673
2674         * shr.el (shr-insert-document): Add doc string.
2675         (shr-visit-file): Ditto.
2676         (shr-remove-trailing-whitespace): New function.
2677         (shr-insert-document): Use it to clean up trailing whitespace as the
2678         final step (bug#10714).
2679
2680 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2681
2682         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2683         buffer if `gnus-kill-summary-on-exit' is nil.
2684
2685 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2686
2687         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2688         when just reading a single group from "without" Gnus.
2689
2690 2012-02-06  Chong Yidong  <cyd@gnu.org>
2691
2692         * gnus-sum.el (gnus-summary-show-thread):
2693         next-single-char-property-change never returns nil (Bug#8657).
2694
2695 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2696
2697         * message.el (message-multi-smtp-send-mail): New function.
2698         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2699         header to implement multi-SMTP functionality.
2700
2701         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2702         (gnus-agentize): Don't set it.
2703         (gnus-agent-send-mail): Don't use it.
2704
2705         * gnus-sum.el (gnus-summary-widget-backward): New function and
2706         keystroke.
2707
2708         * gnus-compat.el: More the compat functions more compatible.
2709
2710         * shr.el (shr-put-image): Remove underlines from sliced images.
2711         (shr-zoom-image): Compute the region to be replaced more correctly.
2712
2713 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2716         (gnus-summary-resend-message-insert-gcc): New function.
2717         (gnus-summary-resend-message): Modify message-header-setup-hook and
2718         message-sent-hook to make it work for Gcc.
2719         (gnus-inews-do-gcc): Update the number of unread articles of groups
2720         that messages are Gcc'd to.
2721
2722         * message.el (message-resend): Run message-sent-hook to do Gcc.
2723
2724 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2725
2726         * lpath.el: Fix an XEmacs compilation warning.
2727
2728         * gnus-compat.el: Require `help-fns' to fix compilation error.
2729
2730         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2731         a higher level to silence compilation.
2732
2733         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2734         parameter to allow controlling the scaling.
2735
2736         * shr.el (shr-zoom-image): New command and keystroke.
2737         (shr-put-image): Take a `size' flag to say how to scale the image.
2738
2739         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2740         deletion unless already defined.
2741
2742         * gnus.el (gnus-compat): Require it.
2743
2744         * gnus-compat.el: New file.
2745
2746         * gnus-start.el (gnus-clean-old-newsrc): New function.
2747         (gnus-read-newsrc-file): Use it.
2748
2749         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2750         Use recursive deletion.
2751         (mm-dissect-archive): Add support for zip files.
2752
2753         * gnus-util.el (gnus-recursive-directory-files): New function.
2754
2755         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2756         (mm-archive-decoders): Add tgz support.
2757
2758         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2759         Otherwise inserting text into the Gnus buffer can look odd.
2760
2761         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2762
2763         * mm-archive.el (mm-archive-decoders): Add support for tar.
2764
2765         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2766
2767         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2768
2769 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2770
2771         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2772
2773         * mm-archive.el: New file.
2774
2775         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2776
2777         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2778
2779         * message.el (message-goto-*): Make all the `message-goto-*' commands
2780         push the mark before moving point.  This makes it easier to go back to
2781         where you came from after editing whatever you jumped to.
2782
2783 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2784
2785         * gnus.el: Ma Gnus v0.1 is released.
2786
2787 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2788
2789         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2790         without reconnecting.
2791         (nnimap-possibly-change-group): Ditto.
2792         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2793         connection has died before being called.
2794
2795 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2796
2797         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2798         an initial sync unless we're really doing one.
2799
2800         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2801         address parameter if one already exists (bug#9676).
2802
2803         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2804         not the prefix, as documented (bug#10689).
2805
2806 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2807
2808         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2809         the "server".
2810
2811         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2812         the real error message with the useless "previously known to be down".
2813         Which isn't even correct.
2814
2815         * nntp.el (nntp-open-connection): Report the error message if the nntp
2816         server can't be reached.
2817
2818         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2819         groups we do a total scan for.
2820         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2821         doing that.
2822
2823 2012-01-31  Jim Meyering  <jim@meyering.net>
2824
2825         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2826         Correct a comment (insert "not") and hide nominally-doubled "to".
2827
2828 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2829
2830         * gnus.el (gnus-version): Change name to "Ma Gnus".
2831
2832 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2833
2834         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2835         section in the manual.
2836
2837 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2838
2839         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2840         words.
2841         (rfc2047-encode-string): Ditto.
2842         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2843         understand folded filename="..." parameters, for instance.
2844
2845         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2846         the message for greater debuggability.
2847
2848 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2849
2850         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2851         instead of setting it locally, since the latter doesn't seem to have
2852         any effect (most of the time).
2853
2854 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2855
2856         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2857         function call.
2858
2859 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2860
2861         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2862         seconds, and make the repeat clause with HH:MM specs work as
2863         documented.
2864
2865 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2866
2867         * proto-stream.el (proto-stream-capability-open): Fall back on
2868         :end-of-command if :end-of-capability doesn't exist.
2869
2870 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2873         bound globally in old Emacsen and XEmacsen.
2874
2875 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2876
2877         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2878         so that previous errors don't prohibit getting new news.
2879
2880         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2881
2882         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2883
2884 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2885
2886         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2887         buffer, not of the string which is its name.
2888
2889 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2890
2891         * proto-stream.el (proto-stream-capability-open): Wait for
2892         :end-of-capability, not :end-of-command.
2893
2894         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2895         non-server-marks groups.
2896         (gnus-group-make-articles-read): Ditto.
2897
2898         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2899         methods (bug#9676).
2900
2901         * gnus.el (gnus-method-ephemeral-p): New function.
2902
2903 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2906         left-to-right.
2907
2908 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2909
2910         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2911         warning.
2912
2913 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2916         macroexpand the nnir things, since they haven't been defined yet, and
2917         nnir requires gnus-sum.
2918
2919 2012-01-24  Julien Danjou  <julien@danjou.info>
2920
2921         * color.el (color-rgb-to-hsl): Fix value computing.
2922         (color-hue-to-rgb): New function.
2923         (color-hsl-to-rgb): New function.
2924         (color-clamp, color-saturate-hsl, color-saturate-name)
2925         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2926         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2927
2928 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929
2930         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2931
2932 2012-01-19  Julien Danjou  <julien@danjou.info>
2933
2934         * color.el (color-name-to-rgb): Use the white color to find the max
2935         color component value and return correctly computed values.
2936         (color-name-to-rgb): Add missing float conversion for max value.
2937
2938 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2939
2940         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2941         logical server name in addition to the actual machine address.
2942
2943         * auth-source.el (auth-source-user-and-password): Add convenience
2944         wrapper to search by just host and optionally user.
2945
2946 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2949         after rendering.
2950
2951 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2952
2953         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2954         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2955         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2956
2957 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2960         (bug#9693).
2961         (gnus-summary-setup-buffer): Document return value (bug#9697).
2962
2963         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2964         since ido doesn't work on symbols (bug#9632).
2965
2966         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2967         when getting a single value as when getting all the values.  This means
2968         that atoms like `gcc-self' work cumulatively, like variable settings,
2969         instead of getting the value from the last matching clause.
2970         (gnus-group-find-parameter): Protect against the group buffer not
2971         existing (bug#9585).
2972
2973 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974
2975         * gnus-start.el (gnus-activate-group): Document more parameters
2976         (bug#9694).
2977
2978         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2979         (bug#9692).
2980
2981         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2982         article was fetched, so that it can be expired later (bug#9958).
2983         (gnus-agent-summary-fetch-series): Add doc string.
2984         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2985         (bug#9517).
2986
2987         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2988         retrieval is happening.
2989
2990         * gnus.el (gnus-parameters): Doc fix.
2991
2992 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2993
2994         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2995         show the thread after expansion.
2996
2997 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-art.el (article-narrow-to-head): If the head is completely
3000         empty, narrow to the empty region (bug#9764).
3001
3002         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3003         read, and then mark them as unread only when the unread mark is used.
3004         This makes `C-- T k' actually work, even though it's confusing.
3005
3006         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3007         alive before we try to find its window.
3008
3009 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3010
3011         * mm-decode.el (mm-display-external): Use a longer timeout for the
3012         deletion to allow slow programs to display the file.
3013
3014 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3017         prompt to be less confusing.
3018
3019         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3020         argument to `message-reply'.  This broke `special-display-*' frame
3021         pop-uping (bug#10238).
3022
3023 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3026         systems, since these allegedly don't work there.
3027
3028 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3029
3030         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3031         live buffer.
3032
3033 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * nnir.el (nnir-retrieve-headers): Protect against the article not
3036         existing on the server (bug#10335).
3037
3038 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3039
3040         * gnus-agent.el (gnus-agent-load-local): Recompute
3041         gnus-agent-article-local on changing method.
3042
3043 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * gnus.el (gnus-parameters): Note precedence.
3046
3047 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3048
3049         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3050         in the group buffer.
3051
3052 2012-01-04  Julien Danjou  <julien@danjou.info>
3053
3054         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3055         change.
3056
3057 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3060         too.
3061
3062         * nntp.el (nntp-retrieve-group-data-early): Use it.
3063
3064 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * nntp.el (nntp-retrieval-in-progress): New variable.
3067         (nntp-make-process-buffer): Make it buffer-local.
3068
3069         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3070         2010.
3071         (gnus-demon-init): Use it to compute the time if time is on the form
3072         "04:23".
3073
3074         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3075
3076         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3077         status in the correct buffer.
3078
3079 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3080
3081         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3082         when opening topics (bug#10407).
3083
3084 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3085
3086         * gnus-cus.el (gnus-score-customize):
3087         * gnus-sum.el (gnus-sort-gathered-threads):
3088         * message.el (message-shorten-references):
3089         * nnmairix.el (nnmairix-request-group):
3090         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3091
3092 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3093
3094         * gnus-agent.el (gnus-agent-regenerate-group):
3095         * gnus-int.el (gnus-retrieve-group-data-early):
3096         * mm-util.el (mm-codepage-ibm-list):
3097         * nndiary.el (Commentary, nndiary-get-new-mail):
3098         * nnir.el (nnir):
3099         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3100
3101 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * mm-view.el (mm-display-inline-fontify): Add comment.
3104
3105 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3106
3107         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3108         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3109
3110 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3111
3112         * gnus-art.el (gnus-split-methods):
3113         * gnus-msg.el (gnus-configure-posting-styles):
3114         * gnus-spec.el (gnus-parse-simple-format):
3115         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3116         * message.el (message-do-actions): Spelling fix.
3117
3118 2011-12-15  Juri Linkov  <juri@jurta.org>
3119
3120         * mm-decode.el (mm-inline-media-tests): Add missing
3121         `mm-handle-media-subtype'.
3122
3123 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3124
3125         * gnus-group.el (gnus-group-tool-bar):
3126         * gnus-sum.el (gnus-summary-tool-bar):
3127         * message.el (message-tool-bar):
3128         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3129
3130 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3131
3132         * plstore.el (plstore--insert-buffer): Spelling fix.
3133
3134 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3135
3136         * message.el (message-valid-fqdn-regexp): Update with newly approved
3137         top-level domain names ".tel" and ".asia".
3138
3139 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3142         unconditionally.
3143
3144 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3147         pop-to-buffer-same-window for old Emacsen.
3148
3149 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3150
3151         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3152
3153 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3154
3155         * netrc.el (netrc-credentials): Spelling fix.
3156
3157 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3158
3159         * gnus-fun.el (gnus-fun-ppm-change-string):
3160         * gnus-msg.el (gnus-inews-do-gcc):
3161         * gnus-sum.el (gnus-summary-find-for-reselect):
3162         * gnus.el (gnus-summary-cancelled):
3163         * message.el (message-cancel-hook, message-send-news):
3164         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3165         * nnir.el (nnir-run-hyrex):
3166         * nntp.el (nntp-with-open-group-function):
3167         * pgg.el (pgg-pending-timers): Spelling fix.
3168
3169 2011-12-04  Chong Yidong  <cyd@gnu.org>
3170
3171         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3172         change (Bug#10200).
3173
3174 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * compface.el (uncompface):
3177         * gnus-art.el (gnus-article-x-face-command): Update the header format
3178         of icon data for the most recent icontopbm program.
3179
3180 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * gnus-msg.el (gnus-inews-do-gcc):
3183         * message.el (message-send-mail):
3184         * mml.el (mml-generate-mime): Share the value of the buffer-local
3185         `message-options' variable between a draft buffer and temprary working
3186         buffers.
3187
3188 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3189
3190         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3191
3192 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3195         for Cygwin.
3196
3197 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3198
3199         * gnus-group.el (gnus-group-prepare-flat):
3200         * mm-bodies.el (mm-encode-body):
3201         * mml.el (mml-preview):
3202         * nnml.el (nnml-request-compact-group):
3203         * pop3.el (pop3-stream-type): Spelling fix.
3204
3205 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3206
3207         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3208
3209 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3210
3211         * color.el (color-rgb-to-hsl):
3212         * gmm-utils.el (gmm-tool-bar-style):
3213         * gnus-group.el (gnus-group-prepare-flat):
3214         * gnus-topic.el (gnus-topic-prepare-topic):
3215         * mm-decode.el (mm-discouraged-alternatives):
3216         * rfc2047.el (rfc2047-encode-1):
3217         * starttls.el: Spelling fix.
3218
3219 2011-11-24  Glenn Morris  <rgm@gnu.org>
3220
3221         * binhex.el (binhex-begin-line): Give it basic doc-string.
3222
3223         * starttls.el, tls.el: Fix case of "GnuTLS".
3224
3225 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3226
3227         * gnus-group.el (gnus-group-highlight): Fix typo.
3228
3229 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3230
3231         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3232         value of `delete-file', that returns nil for a local file but returns t
3233         for a remote file using ssh.
3234
3235 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3236
3237         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3238
3239 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3242         avoid later breakage.
3243
3244 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3247         article buffers' name.
3248
3249 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3252         by Paul Eggert's spellfixes two days ago.
3253
3254 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3257         doesn't have it.
3258
3259         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3260         buffer-local instead of binding them to avoid warnings.  Also demote
3261         errors (bug#10063).
3262         (font-lock-mode-hook): Shut up byte compiler.
3263
3264 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3265
3266         * mm-util.el (mm-charset-after):
3267         * nnir.el (nnir-run-hyrex):
3268         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3269         (ntlm-get-password-hashes, ntlm-md4hash):
3270         * smime.el: Fix typo.
3271
3272 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3273
3274         * gnus-agent.el (gnus-agent-expire-group-1):
3275         * nndiary.el (nndiary-last-occurence):
3276         * nnimap.el (nnimap-request-set-mark):
3277         * nnmairix.el (nnmairix-only-use-registry):
3278         * gnus-group.el (gnus-group-prepare-flat):
3279         * gnus-sum.el (gnus-decode-encoded-word-methods):
3280         * message.el (message-wash-subject):
3281         * nntp.el (nntp-retrieve-headers-with-xover):
3282         * smime.el (smime-certificate-directory): Spelling fix.
3283
3284 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3285
3286         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3287
3288         * color.el:
3289         * gnus-agent.el (gnus-agent-possibly-alter-active):
3290         * gnus-dired.el (gnus-dired-print):
3291         * mail-parse.el:
3292         * nnmairix.el (nnmairix-request-group):
3293         * shr.el (shr-image-displayer):
3294         * sieve-manage.el:
3295         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3296
3297 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3298
3299         * gnus-sum.el (gnus-auto-select-subject):
3300         * spam-report.el (spam-report-resend): Spelling fix.
3301
3302 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3303
3304         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3305         * gnus-art.el (gnus-default-article-saver):
3306         * gnus-srvr.el (gnus-server-copy-server):
3307         * gnus.el (gnus-sloppily-equal-method-parameters):
3308         * html2text.el (html2text-format-tag-list):
3309         * message.el (message-narrow-to-head):
3310         * nndiary.el:
3311         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3312         * sieve.el: Spelling fix.
3313
3314 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3315
3316         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3317         * gnus-sum.el (gnus-summary-make-menu-bar):
3318         * gnus-uu.el (gnus-uu-decode-postscript)
3319         (gnus-uu-decode-postscript-and-save):
3320         * mailcap.el (mailcap-print-command):
3321         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3322         Fix typos.
3323
3324 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3325
3326         * gnus-art.el (gnus-article-part-wrapper):
3327         * html2text.el (html2text-fix-paragraphs):
3328         * mm-decode.el (mm-image-fit-p):
3329         * rfc2047.el (rfc2047-encode-message-header):
3330         * shr-color.el (shr-color-visible-distance-min)
3331         (shr-color-relative-to-absolute, set-minimum-interval)
3332         (shr-color-visible): Fix typos.
3333
3334 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3335
3336         * gmm-utils.el (gmm-tool-bar-item):
3337         * gnus-art.el (gnus-treat-body-boundary):
3338         * gnus-diary.el (gnus-user-format-function-d):
3339         * gnus-start.el (gnus-get-unread-articles):
3340         * pgg-gpg.el (pgg-gpg-update-agent):
3341         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3342
3343 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3344
3345         * gnus-topic.el (gnus-group-prepare-topics):
3346         * gnus-uu.el (gnus-extract-view):
3347         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3348
3349 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * spam.el: Move BBDB autoloads.
3352         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3353         BBDB 2 and 3.
3354         (spam-check-BBDB): Use it.
3355         (spam-enter-ham-BBDB): Use it.
3356
3357 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3358
3359         * smime.el (smime-draw-buffer): Spelling fix.
3360
3361 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3362
3363         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3364         for scanning exactly one level.
3365         * gnus-start.el (gnus-get-unread-articles): Ditto.
3366
3367 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3370         slightly clearer.
3371
3372 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3373
3374         * gnus-sync.el: More commentary about setup.
3375
3376 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * message.el (message-send-and-exit): Document `arg'.
3379
3380 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3381
3382         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3383
3384 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3387
3388         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3389         we don't use `bound-and-true-p'.
3390
3391 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * gnus-util.el (gnus-bound-and-true-p): Remove.
3394         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3395         * nnir.el: Use it.
3396         * nnmairix.el: Use it.
3397
3398 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * gnus-sync.el: Improve docs about CouchDB admins.
3401
3402         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3403         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3404         for reasons unknown.
3405         * nnir.el: Use it.
3406         * nnmairix.el: Use it.
3407
3408         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3409         * nnir.el: Ditto.
3410         * nnmairix.el: Ditto.
3411
3412         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3413
3414 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3415
3416         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3417         not needed.  Provide xmlplistread list function to produce XML plist
3418         output for non-Gnus LeSync clients.
3419
3420 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3421
3422         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3423
3424         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3425         and save against it.  Group subscriptions, read marks, other marks,
3426         subscription levels, topic names, and topic offsets (the group's
3427         position within the topic) are saved.  This is an experimental backend
3428         and may change significantly.  Load json.el from the gnus-fallback-lib
3429         if it's not available otherwise.
3430         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3431
3432 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3433
3434         * message.el (message-completion-function): Make sure
3435         message-tab-body-function is not attempted if one of
3436         message-completion-alist fails to find a completion (bug#9158).
3437
3438 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3439
3440         * mml.el (mml-quote-region): Quote <#secure> tag.
3441         (mml-generate-mime-1): Unquote <#secure> tag.
3442
3443 2011-10-20  Chong Yidong  <cyd@gnu.org>
3444
3445         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3446         calling a minor mode from Lisp with nil arg enables it, so we have to
3447         make the wording a bit ambiguous here).
3448
3449 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3450
3451         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3452         * nnir.el (nnir-mode): Use it.
3453         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3454         Use it.
3455
3456         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3457         * nnmairix.el (gnus-registry-enabled): Ditto.
3458
3459 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3460
3461         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3462         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3463         only while we need to find out if it should be t or nil.
3464         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3465         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3466         the registry is installed.  Set it to nil when it's unloaded.
3467         (gnus-registry-install-p): Provide user guidance for the initial value
3468         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3469         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3470         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3471         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3472         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3473         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3474         `gnus-registry-install'.
3475
3476 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3477
3478         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3479         previous change.
3480         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3481         primary key is marked as disabled.
3482
3483 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3484
3485         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3486         primary key is marked as disabled.
3487
3488 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3489
3490         * html2text.el (html2text-clean-anchor): Check for quotes around
3491         `href' value.
3492
3493 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3496         searching.  Drop `bbdb-cache'.
3497
3498 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * message.el (message-signed-or-encrypted-p): Exclude header when
3501         checking if there is signed or encrypted body in text/plain message.
3502
3503 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3504
3505         * html2text.el (html2text-get-attr): Correctly handle attribute values
3506         containing "=".
3507
3508 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3509
3510         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3511         handle bindings.
3512
3513 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * gnus-win.el (gnus-configure-windows): Protect against reading
3516         ephemeral groups outside of Gnus.
3517
3518 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * shr.el (shr-tag-img): Don't get images displayed in tables.
3521
3522 2011-10-03  Glenn Morris  <rgm@gnu.org>
3523
3524         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3525         the "maintainer" version of debbugs.gnu.org reports.
3526
3527 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3530         make asynchronous adjacent image insertion work better.
3531
3532 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3533
3534         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3535         documentation.
3536
3537 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3540         `gnus-asynchronous' isn't shadowed.
3541
3542 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3545
3546         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3547         (nnimap-insert-partial-structure): The charset parameter isn't
3548         case-sensitive.
3549
3550         * nnheader.el (nnheader-message-maybe): New function.
3551
3552         * shr.el (shr-tag-table): Render totally broken tables better.
3553
3554         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3555         computing the boundary.
3556
3557 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * pop3.el (pop3-number-of-responses): Remove.
3560         (pop3-wait-for-messages): Rewrite to take linear time instead of
3561         exponential time.
3562
3563 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3566         re-fetch images.
3567
3568         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3569         re-fetch images when hitting `g' in Gnus.
3570
3571 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3574         (mml-compute-boundary): Don't check collision if it is non-nil.
3575         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3576         before checking collision.
3577
3578 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * message.el (message-indent-citation): Really make sure there's a
3581         newline at the end.
3582
3583         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3584         Fix suggested by John Wiegley.
3585
3586         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3587
3588         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3589
3590         * message.el (message-default-send-rename-function): Break out into its
3591         own function.
3592
3593         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3594         doesn't work under XEmacs.
3595
3596         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3597         of "imaps" to word around Windows problems.
3598         (nnimap-open-connection-1): Use it.
3599
3600         * message.el (message-indent-citation): Revert last change which made
3601         `F' not work.
3602
3603 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3604
3605         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3606         terminal as well.
3607
3608 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3611         because it displays images using overlays that aren't easy to copy to
3612         the article buffer.
3613
3614 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3615
3616         * message.el (message-indent-citation): Fix empty line removal at the
3617         end of the citation.
3618
3619 2011-09-20  Julien Danjou  <julien@danjou.info>
3620
3621         * auth-source.el (auth-source-netrc-create): Use default value for
3622         password if specified.  Evaluate default.
3623         (auth-source-plstore-create): Ditto.
3624         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3625         value evaluation.
3626         (auth-source-netrc-create): Typo fix.
3627         (auth-source-plstore-create): Ditto.
3628
3629         * password-cache.el (password-cache-remove): Remove entries even if the
3630         value is nil, so that password with a nil value (negative caching) is
3631         possible to invalidate.
3632
3633         * auth-source.el (auth-source-format-cache-entry): New function.
3634
3635 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3638
3639 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3642
3643 2011-09-19  Julien Danjou  <julien@danjou.info>
3644
3645         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3646         which work with things that are not ASCII.
3647
3648 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3651
3652 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3655         message level.
3656
3657 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3660
3661 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3664
3665 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3666
3667         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3668         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3669
3670 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3671
3672         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3673         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3674         articles.
3675
3676 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3677
3678         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3679         (message-mail-other-window, message-mail-other-frame)
3680         (message-news-other-window, message-news-other-frame):
3681         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3682         instead of setting buffer display varibles.
3683
3684 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3687
3688         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3689
3690 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3693         duplicates" to a higher level.
3694
3695         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3696         most egregious messages.
3697
3698 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3701
3702 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3703
3704         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3705         up the file (bug#9351).
3706
3707 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3710         it does with all other backends, but decode the names immediately after
3711         getting them.
3712
3713         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3714         decoding nnimap groups.
3715
3716         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3717         newsrc file.  It doesn't seem like an important optimization any more.
3718
3719 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3720
3721         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3722         overflows.
3723
3724 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3727         (gnus-interactive-exit): Extend to `quiet'.
3728
3729         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3730
3731         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3732         string.
3733
3734         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3735         renaming function arguments from `this'.
3736
3737         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3738
3739         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3740         has been renamed.
3741         (gnus-lrm-string-p): Include RLM and PDF, too.
3742
3743         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3744         (bug#9225).
3745
3746 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3747
3748         Add autoload cookies for functions used by sendmail.el.
3749         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3750
3751         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3752
3753 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * gnus-art.el (article-date-ut): Work properly even when there are
3756         things like Date header in the body; work for forwarded parts.
3757
3758 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3759
3760         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3761         original-article-buffer.
3762
3763 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3764
3765         * nnir.el (nnir-compose-result): Fix matching of server type.
3766         (nnir-run-swish++): Ditto.
3767         (nnir-run-namazu): Ditto.
3768         (nnir-run-notmuch): Ditto.
3769
3770 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3773         (bug#9405).
3774
3775         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3776         (bug#9421).
3777
3778         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3779         (bug#9425).
3780
3781         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3782         thing (bug#9426).
3783
3784 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3787         the error message.
3788
3789 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3790
3791         * message.el (message-setup-1): Return t (Bug#9392).
3792
3793 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3794
3795         * gnus-sum.el: When adding article headers to a summary buffer also
3796         update gnus-newsgroup-articles (bug#9386).
3797
3798 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * auth-source.el: Autoload help-mode.
3801
3802 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3805         names.
3806
3807 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3808
3809         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3810         mm-replace-in-string for compatibility issues.
3811         * mml2015.el (mml2015-epg-verify): Ditto.
3812
3813 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3816
3817         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3818
3819 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3822         continue on and do the clean-up phase (bug#9188).
3823
3824         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3825         just ignore groups that can't be opened instead of erroring out
3826         (bug#9225).
3827
3828         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3829         nil since some many people are fuddy-duddies.
3830
3831         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3832         images.
3833
3834         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3835         instead.
3836
3837         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3838
3839         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3840
3841         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3842         processing.
3843
3844         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3845         buffer to avoid warnings.
3846
3847 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3848
3849         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3850         specified to reduce precision.
3851
3852 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3855         bodystructures (bug#9314).
3856
3857 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3860         Make button keymap non-sticky after buttons.
3861
3862 2011-08-18  David Engster  <dengste@eml.cc>
3863
3864         * nnmairix.el (nnmairix-request-set-mark)
3865         (nnmairix-goto-original-article): Remove adding of article to registry,
3866         since `gnus-registry-add-group' isn't available anymore.
3867         (nnmairix-determine-original-group-from-registry):
3868         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3869         available anymore.
3870
3871 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3872
3873         * starttls.el (starttls-any-program-available): Define as obsolete
3874         function.
3875
3876 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3879         versions which Gnus use when appropriate.
3880
3881         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3882         a pretty destructive command.
3883
3884         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3885
3886 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * message.el (message-fix-before-sending): Make a different warning
3889         about NUL characters (bug#9270).
3890
3891         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3892         from custom (bug#9260).
3893
3894         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3895         things work in Emacs 22 and XEmacs, too.
3896
3897         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3898         default From.
3899
3900         * gnus-spec.el (gnus-lrm-string-p): New macro.
3901         (gnus-lrm-string): New constant.
3902         (gnus-summary-line-format-spec): LRM-ify the from.
3903         (gnus-tilde-max-form): LRM-ify string chopping.
3904
3905         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3906
3907         * message.el (message-is-yours-p): Allow disabling canlock checking
3908         (bug#9295).
3909         (message-shoot-gnksa-feet): Add `canlock-verify'.
3910         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3911         message directory isn't writable (bug#9304).
3912
3913         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3914         non-world-readable.
3915
3916 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3919         articles.
3920
3921 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3922
3923         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3924         copy-list.
3925
3926 2011-08-12  Sam Steingold  <sds@gnu.org>
3927
3928         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3929         in the reverse order to avoid modifying the cache with `nreverse'.
3930         (gnus-all-score-files): Do not modify the value returned by
3931         `gnus-score-find-alist' because it lives in a cache variable.
3932         (gnus-current-home-score-file): No need to `nreverse' the return value
3933         of `gnus-score-find-alist', it is already in the correct order.
3934
3935 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3936
3937         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3938         type MESSAGE and subtype RFC822 is slightly different from those of
3939         type TEXT.
3940
3941 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3942
3943         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3944         This allows article-referral to work from an nnir group.
3945
3946 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3947
3948         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3949
3950 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3951
3952         * mml1991.el (mml1991-epg-find-usable-key)
3953         (mml1991-epg-find-usable-secret-key): New function.
3954         (mml1991-epg-sign): Check if signing key is usable.
3955         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3956
3957 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3958
3959         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3960         server-variables only.  This should fix a bug introduced with commit
3961         e1889675b7f4adf057833c5513c9374134c4e053.
3962         (nnir-run-query): 'nnir-search-engine should not be set from the global
3963         environment.
3964
3965 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3966
3967         * nnir.el (nnir-search-thread): Position point on referring article
3968         line.
3969         (nnir-warp-to-article): Clean up summary buffers.
3970
3971         * nnimap.el (nnimap-request-thread): Whitespace fix.
3972
3973 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3974
3975         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3976
3977 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * starttls.el (starttls-available-p): Rename from
3980         `starttls-any-program-available' and changed return convention.
3981
3982 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3983
3984         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3985         `unix-sync' unless it's defined.
3986
3987 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3988
3989         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3990         `aref' for XEmacs compatibiltiy.
3991
3992 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3995
3996 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3997
3998         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3999         closures, quote the form properly (bug#9194).
4000
4001 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4004         (gnus-summary-insert-new-articles): Protect against servers that are
4005         down.
4006
4007 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4008
4009         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4010         in mm handle if none is specified.
4011
4012 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4013
4014         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4015
4016 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4017
4018         * nnir.el (nnir-search-thread): New function to make an nnir group
4019         based on a thread query.
4020
4021         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4022         of nnir in thread referral.
4023         (gnus-summary-refer-thread): Use it.
4024
4025         * nnimap.el (nnimap-request-thread): Use it.
4026
4027 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * shr.el (shr-tag-comment): Ignore HTML comments.
4030
4031 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4032
4033         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4034         argument.
4035         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4036         Use `nnir-address' to handle server info rather than passing an arg.
4037
4038         * nnimap.el (nnimap-make-thread-query): New utility function to format
4039         an imap thread search query.
4040         (nnimap-request-thread): Use it.
4041
4042         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4043         right select-method if we are not going back to the group buffer.
4044
4045 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4048         enter invalid buffer configurations into the quit form (bug#9107).
4049         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4050         unplugged/plugged.
4051
4052         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4053         keep track of which ones are unread (bug#9061).
4054
4055         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4056         (bug#9055).
4057
4058         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4059         (bug#9041).
4060
4061         * gnus-html.el (mm-util): Require (bug#9073).
4062
4063         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4064         (gnus-summary-refer-thread): Use it to remove duplicates in the
4065         un-threaded view (bug#9053).
4066         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4067
4068 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4069
4070         * nnir.el (nnir-read-server-parm): Use default value from global
4071         variable.  Without this the default search engine parameters aren't
4072         used at all.
4073
4074 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075
4076         * message.el (message-unique-id): Don't use the undocumented return
4077         value from (random t) (bug#9118).
4078
4079 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4080
4081         * message.el (message-auto-save-directory): If the ~/Mail directory
4082         doesn't exist, use ~ as the auto-save directory (bug#4432).
4083
4084         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4085         hasn't already been started.
4086
4087 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4090
4091         * message.el (message-reply): Work around mysterious bug where
4092         `message-mode' seems to overwrite the locally bound `subject' variable.
4093
4094 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4095
4096         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4097         correct group.
4098
4099         * gnus-int.el (gnus-request-thread): Add group argument.
4100
4101         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4102
4103 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4106
4107         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4108         renamed to `debbugs-gnu-*'.
4109
4110 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4111
4112         * plstore.el: Revert the editing feature since it is not urgent.
4113         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4114         (plstore-mode-decoded): Remove.
4115
4116 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4119         isn't very interesting any more, and it leaks potentially secret data.
4120         (gnus-debug): Remove.
4121
4122         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4123         use of :custom-show.
4124
4125 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4126
4127         * plstore.el: Add documentation.
4128         (plstore-mode): New mode to edit plstore file.
4129         (plstore-mode-toggle-display, plstore-mode-original)
4130         (plstore-mode-decoded): New command.
4131         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4132         (plstore--insert-buffer, plstore--make): New function.
4133         (plstore-open, plstore-save): Simplify by using them.
4134
4135 2011-07-06  Glenn Morris  <rgm@gnu.org>
4136
4137         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4138
4139 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4142         no longer is much used.
4143         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4144         Articles".
4145
4146 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4147
4148         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4149         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4150         `notmuch' backend.
4151
4152 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153
4154         * mm-decode.el (mm-text-html-renderer): Doc fix.
4155
4156         * gnus-msg.el (gnus-bug): Fix the MML tag.
4157
4158         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4159
4160 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4161
4162         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4163         secondary methods if started with `gnus-no-server'.
4164
4165 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4166
4167         * message.el (message-return-action): Fix typo in docstring.
4168
4169 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4172         bug reports at once.
4173
4174         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4175
4176 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * nndraft.el: Require gnus-group.
4179         (nndraft-request-list): Declare.
4180
4181         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4182         no unread article unless it matches gnus-permanently-visible-groups.
4183
4184         * nndraft.el (nndraft-update-unread-articles): New function.
4185         (nndraft-request-associate-buffer): Use it to update the number of
4186         unread articles for the nndraft groups in the group buffer when saving
4187         or killing a draft message.
4188
4189 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4192         systems to binary before writing and reading the mbox files.
4193
4194         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4195         instead of trying to list them all (bug#8978).
4196
4197 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4198
4199         * pop3.el (pop3-open-server): Use :end-of-capability.
4200
4201 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4204         the id is always a number.
4205
4206         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4207
4208         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4209         debbugs mode, if possible.
4210
4211 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4212
4213         * auth-source.el (auth-source-token-passphrase-callback-function):
4214         Reindent.
4215         (epg-context-operation): Remove unnecessary autoload.
4216
4217 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4218
4219         * gnus.el (gnus-list-debbugs): New command.
4220
4221         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4222         mboxstat instead of the maintbox, since the stat seems to be fuller.
4223
4224         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4225         summary buffers.
4226
4227         * message.el (message-get-reply-headers): Delete all duplicates,
4228         instead of the first.
4229         (message-get-reply-headers): Ensure that we have progress while
4230         deleting duplicates.
4231
4232         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4233         gnus-posting-style value from the summary buffer to make it easier to
4234         make that a per-buffer conf.
4235
4236 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4237
4238         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4239         found by setting `shortcut' in 'query.
4240         (nnir-request-article): Use `shortcut' setting when requesting article
4241         by Message-ID.
4242
4243 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4246         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4247         Bring the pseudo-headers back too.
4248
4249 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4250
4251         * auth-source.el (auth-source-token-passphrase-callback-function):
4252         Simplify and remove EPA dependency.
4253
4254 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4255
4256         * nnir.el (nnir-request-article): Fix error message text.
4257
4258 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4259
4260         * auth-source.el (plstore-delete): Autoload.
4261         (auth-source-plstore-search): Support delete operation.
4262         * plstore.el (plstore-delete): New function.
4263
4264 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4267         mark actually existing articles as unread rather than the ones that
4268         active asserts.
4269
4270 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4271
4272         * nntp.el (nntp-record-command):
4273         * gnus-util.el (gnus-message-with-timestamp-1):
4274         Use format-time-string rather than decoding time stamps by hand.
4275         This is simpler and insulates the code from potential changes to
4276         current-time format.
4277
4278 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4281
4282 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4283
4284         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4285         (plstore-save): Support public key encryption.
4286         (plstore--init-from-buffer): New function.
4287         (plstore-open): Use it; fix error when opening a non-existent file.
4288         (plstore-revert): Use plstore--init-from-buffer.
4289
4290 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4291
4292         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4293
4294 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4297         for old Emacsen.
4298
4299 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4300
4301         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4302         is not fully working.
4303
4304 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * dgnushack.el: Autoload sha1 on XEmacs.
4307
4308         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4309         quit window configuration.
4310
4311         * auth-source.el (epg-context-set-passphrase-callback):
4312         Remove duplicate autoload.
4313
4314 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4315
4316         * nnir.el (nnir-request-article): Allow requesting articles by
4317         Message-ID with nnimap.
4318
4319         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4320         current server.
4321
4322 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4323
4324         * auth-source.el: Autoload EPA/EPG functions.
4325         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4326         changed when EPA/EPG is not available.
4327         (auth-source-backend): Rename "arg" member to "data".
4328         (auth-source-backend-parse, auth-source-plstore-search)
4329         (auth-source-plstore-create): Use it.
4330
4331 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4332
4333         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4334         `gnus-refer-article-methods'.
4335
4336 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * auth-source.el: Require EPA and EPG.
4339         (auth-source-passphrase-alist): New variable.
4340         (auth-source-passphrase-callback-function)
4341         (auth-source-token-passphrase-callback-function): Callbacks for the
4342         netrc field encryption (GPG tokens).
4343         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4344         Symmetric encryption and decryption of the netrc GPG tokens.
4345         (auth-source-netrc-normalize): Use them, simplifying the closure.
4346
4347 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4350         is available.
4351
4352 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4355         non-nil, and `nnimap-split-methods' is nil, use the former.
4356
4357 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4358
4359         * plstore.el (plstore-revert): New function.
4360         (plstore-open): Use it; hide the buffer from user.
4361
4362 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4363
4364         * auth-source.el (auth-source-backend): New member "arg".
4365         (auth-source-backend-parse): Handle new backend 'plstore.
4366         * plstore.el: New file.
4367
4368 2011-06-30  Glenn Morris  <rgm@gnu.org>
4369
4370         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4371
4372 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4375         expiring articles to.
4376
4377         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4378         variations as ASCII (bug#5458).
4379
4380 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4383
4384 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385
4386         * message.el (message-point-in-header-p): Tweak the function to default
4387         to saying that we're not in the headers if there is no separator at
4388         all.  This makes it possible to use the Message version of `M-q' in
4389         buffers with no headers (bug#7987).
4390         (message-point-in-header-p): Fix last checkin to work with an empty
4391         mail-header-separator, too.
4392
4393         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4394         again, save the choice via customize.
4395
4396 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397
4398         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4399
4400         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4401         ended the connection, bail out before waiting infinitely on a new
4402         connection.
4403
4404 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4405
4406         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4407         reports.
4408
4409         * gnus.el (gnus-bug-package): Use "gnus."
4410         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4411
4412 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413
4414         * dgnushack.el: Make the timer warning go away on XEmacs.
4415
4416         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4417         animations going on at article exit time.
4418
4419         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4420         since removing it breaks people upgrading.
4421
4422         * shr.el (shr-put-image): Use the new interface for animating images.
4423         (shr-put-image): Animate for 60 seconds.
4424
4425         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4426         avoid compiler warnings.
4427
4428         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4429         error with `find-file-hooks' on Emacs 22.
4430         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4431         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4432         on all architectures.
4433
4434         * spam.el (spam-stat): Require in a normal fashion without binding
4435         `spam-stat-install-hooks' to avoid compilation warnings.
4436
4437         * spam-stat.el (spam-stat-install-hooks): Remove.
4438         (spam-stat-install-hooks): Don't run automatically.
4439
4440 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4441
4442         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4443         and keystroke.
4444
4445 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * auth-source.el (auth-source-netrc-cache): Move forward.
4448
4449 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * proto-stream.el (proto-stream-open-starttls): Use
4452         `gnutls-available-p' to see whether we have built-in support.
4453
4454         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4455         we already know.
4456         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4457         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4458
4459 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4462         %S format, since that looks odd.
4463         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4464         file, especially when saving.
4465
4466 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4467
4468         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4469         article found.
4470
4471 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4472
4473         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4474         `auth-source-save-secrets' with a more sensitive alist that can be
4475         configured per file.  Experimental, so defaults to 'never.
4476         (auth-source-netrc-create): Use it.  Still experimental code.
4477         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4478         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4479
4480 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4481
4482         * auth-source.el (auth-source-save-secrets): New variable to control if
4483         secret tokens should be saved encrypted.
4484         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4485         to `auth-source-netrc-normalize'.
4486         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4487         on the EPA variables being defined.
4488         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4489         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4490         the lexical-let closure.
4491         (auth-source-netrc-create): Create "gpg:" tokens according to
4492         `auth-source-save-secrets'.
4493
4494 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-group.el (gnus-group-update-group): Add new argument
4497         `info-unchanged' that stops updating dribble buffer.
4498
4499         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4500         deletes lines matching to it in dribble buffer.
4501
4502         * gnus-agent.el (gnus-agent-fetch-group-1):
4503         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4504         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4505         * gnus-start.el (gnus-group-change-level):
4506         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4507
4508         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4509         if newsgroup info is not changed.
4510
4511         * gnus-group.el (gnus-group-get-new-news-this-group):
4512         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4513         Don't update dribble buffer.
4514
4515 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4516
4517         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4518         remove entries with groups we ignore.
4519
4520 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4523         the underline comes at the bottom.
4524
4525 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4526
4527         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4528         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4529         (gnus-registry-article-marks-to-names): Rename from
4530         `gnus-registry-user-format-function-M2'.
4531
4532 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4535         ephemeral group.
4536
4537 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * shr.el (shr-browse-image): Copy the URL if called interactively.
4540
4541 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4544         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4545         done, then unselected articles may be marked as read.
4546
4547         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4548         since not doing this seems to lead to a race condition in pop3-logon.
4549
4550         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4551         so that the call chain it correct when we call "upwards".
4552
4553         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4554         in read-only groups.
4555
4556         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4557
4558         * message.el (message-cite-reply-position): Doc string fix.
4559
4560         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4561         avoid regexp overflow.
4562         (nnimap-transform-split-mail): Ditto.
4563
4564         * pop3.el (pop3-retr): Error out if the server closes the connection.
4565
4566 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4567
4568         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4569         mm-with-unibyte-current-buffer.  The buffer should not contain any
4570         multibyte chars anyway at this stage.
4571
4572 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4575         at the end of lines.
4576
4577 2011-05-29  Julien Danjou  <julien@danjou.info>
4578
4579         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4580
4581 2011-05-27  Glenn Morris  <rgm@gnu.org>
4582
4583         * gnus-group.el (gnus-bug-group-download-format-alist):
4584         Use the "maintainer" version of debian reports as well.
4585
4586 2011-05-26  Glenn Morris  <rgm@gnu.org>
4587
4588         * gnus-group.el (gnus-bug-group-download-format-alist):
4589         Use the "maintainer" version of debbugs.gnu.org reports.
4590
4591 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4594
4595 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4596
4597         * gnus-cus.el (gnus-agent-customize-category):
4598         * gnus-delay.el (gnus-delay-send-queue):
4599         * gnus.el (gnus-other-frame):
4600         Don't quote lambda expressions with `quote'.
4601
4602 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4605         the thread moves us backwards and so we loop forever.
4606
4607 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4610         whitespace in base64 data lines.
4611
4612 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         * gnus-registry.el (gnus-registry-user-format-function-M):
4615         Use `mapconcat'.
4616         (gnus-registry-user-format-function-M2): Use to see the full text of
4617         the marks.  Make "," the mark text separator.
4618
4619         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4620         authentication with auth-source.
4621
4622 2011-05-17  Glenn Morris  <rgm@gnu.org>
4623
4624         * gnus-group.el (gnus-import-other-newsrc-file):
4625         Use insert-file-contents.
4626
4627 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4628
4629         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4630         1000 iterations.
4631
4632 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * nntp.el (nntp-open-connection): Check if process-type is available.
4635
4636 2011-05-16  Julien Danjou  <julien@danjou.info>
4637
4638         * shr.el (shr-tag-del): Add support for del tag.
4639
4640 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-html.el (gnus-html-put-image): Register a displayer.
4643
4644         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4645
4646 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4647
4648         * registry.el (prune-factor): New initialization parameter defaulting
4649         to 0.1.
4650         (registry-prune-hard): Use it.
4651
4652         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4653         0.1 expicitly.
4654
4655 2011-05-13  Glenn Morris  <rgm@gnu.org>
4656
4657         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4658         is bound, since this function requires sendmail.
4659
4660 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4661
4662         * registry.el (registry-usage-test): Disable pruning test.
4663
4664 2011-05-11  David Engster  <dengste@eml.cc>
4665
4666         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4667         Bind set-network-process-option for XEmacs.
4668
4669 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * registry.el (registry-prune-hard-candidates)
4672         (registry-prune-soft-candidates): Helper methods for registry pruning.
4673         (registry-prune): Use them.  Make the sort function optional.
4674
4675 2011-05-10  Jim Meyering  <meyering@redhat.com>
4676
4677         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4678
4679 2011-05-10  Julien Danjou  <julien@danjou.info>
4680
4681         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4682         symbol and not a list.
4683
4684 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus-art.el (gnus-article-mode): Move binding of
4687         shr-put-image-function here from gnus-article-prepare-display.
4688
4689         * shr.el (shr-put-image-function): New variable.
4690         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4691         (shr-put-image): Return scaled image.
4692
4693         * gnus-art.el (gnus-shr-put-image): New function.
4694         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4695
4696         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4697         original ones, as deletable.
4698
4699 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4700
4701         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4702
4703 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * registry.el (registry-full): Add convenience method.  Fix logic.
4706         (registry-insert): Use it.  Fix logic here too.
4707
4708         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4709         `registry-prune' if `registry-full' returns t.
4710         (gnus-registry-handle-action)
4711         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4712         (gnus-registry-usage-test): Use it.
4713
4714 2011-05-07  Julien Danjou  <julien@danjou.info>
4715
4716         * shr.el (shr-link): Make shr-link inherit from link by default.
4717
4718 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4721
4722 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4723
4724         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4725         error out because the face is not a list.
4726
4727 2011-05-05  Glenn Morris  <rgm@gnu.org>
4728
4729         * proto-stream.el (gnutls-negotiate): Fix declarations.
4730
4731         * gnus-start.el (gnus-propagate-marks): Declare.
4732
4733 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4734
4735         * registry.el (registry-reindex): Fix percentage message.
4736
4737         * proto-stream.el (network-stream-open-starttls): Adjust to call
4738         `gnutls-negotiate' with :process and :hostname arguments.
4739
4740 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4741
4742         * shr.el: Add shr-link face for links.
4743         (shr-urlify): Use it.
4744
4745         * registry.el (registry-insert): Make error message more helpful.
4746
4747 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-html.el (gnus-html-schedule-image-fetching):
4750         Use url-queue-retrieve, if it exists.
4751
4752         * shr.el (shr-tag-img): Ditto.
4753
4754         * gnus.el: Autoload more gnus-agent functions.
4755
4756         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4757         agent if we haven't already (bug#8502).
4758
4759         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4760         into the Agent, too.
4761
4762         * gnus-agent.el (gnus-agent-store-article): New function.
4763
4764         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4765         and moved from that file for reuse.
4766
4767         * pop3.el (pop3-open-server): Error messages are "-ERR".
4768
4769 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4772         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4773
4774 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4775
4776         * gnus.el: No Gnus v0.17 is released.
4777
4778 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4779
4780         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4781         buffer has moved to a different frame.
4782
4783 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4786         to get the conversion from unibyte to multibyte buffers to work on
4787         Emacs 22.
4788
4789         * nntp.el (nntp-request-article): Slight clean-up.
4790
4791 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * shr.el (shr-strike-through): New face.
4794         (shr-tag-s): Use it to provide <s> support.
4795         (shr-tag-s): Remove duplicate definition.
4796
4797 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4800         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4801
4802 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4803
4804         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4805         `gnutls-negotiate'.
4806         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4807
4808 2011-04-23  Glenn Morris  <rgm@gnu.org>
4809
4810         * gnus-sum.el (gnus-extra-headers): Bump :version.
4811
4812 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * shr.el (shr-tag-sup): New function.
4815         (shr-tag-sub): Ditto.
4816
4817 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4818
4819         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4820         for the case where `gnus-registry-ignored-groups' is a list of lists,
4821         and don't call `gnus-parameter-registry-ignore' otherwise.
4822
4823 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * nnimap.el (nnimap-user): New backend variable.
4826         (nnimap-open-connection-1): Use it.
4827         (nnimap-credentials): Accept user parameter so it's explicit what user
4828         name is desired.
4829
4830         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4831         default.
4832
4833         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4834         not gnus-registry.el.
4835
4836         * gnus-registry.el: Mention in comments how to modify
4837         `gnus-extra-headers' for proper recipient tracking and that it may
4838         already have To and Cc recently, which it does as of this commit.
4839         (gnus-registry-ignored-groups): Remove defcustom.
4840         Explain why in comments.
4841         (gnus-registry-action): Fix data-header reference to use the extra
4842         headers.  Explain in package commentary how to add To and Cc headers to
4843         the gnus-extra-headers.
4844         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4845         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4846         parameter list or a string list in `gnus-registry-ignored-groups'.
4847         Fix logic error.
4848
4849 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * shr.el (shr-expand-url): Protect against null urls.
4852
4853 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * shr.el (shr-base): New binding.
4856         (shr-tag-base): Keep track of <base>.
4857         (shr-expand-url): New function used throughout.
4858
4859 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4860
4861         * gnus-registry.el
4862         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4863         (gnus-registry-ignored-groups): New variable.
4864         (gnus-registry-ignore-group-p): Use it.
4865         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4866         set the destination group to nil (same as delete) if it's ignored.
4867
4868 2011-04-20  David Engster  <dengste@eml.cc>
4869
4870         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4871
4872         * Makefile.in (test-nntp): New rule.
4873         (check): Add it.
4874         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4875
4876 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-registry.el (gnus-registry-action)
4879         (gnus-registry-fetch-header-fast):
4880         Don't use mail-header that looks an internal function of mailheader.el.
4881
4882 2011-04-19  Glenn Morris  <rgm@gnu.org>
4883
4884         * time-date.el (time-to-days): Remove unused local variables.
4885
4886 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-registry.el: Eliminate cl functions.
4889         (gnus-registry-sort-addresses): New function that replaces mapcan.
4890         (gnus-registry-action, gnus-registry-spool-action)
4891         (gnus-registry-split-fancy-with-parent)
4892         (gnus-registry-fetch-recipients-fast): Use it.
4893         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4894
4895         * registry.el (initialize-instance, registry-lookup)
4896         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4897         (registry-lookup-secondary-value, registry-search, registry-delete)
4898         (registry-insert, registry-reindex, registry-size, registry-prune):
4899         Use eval-and-compile.
4900
4901 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4902
4903         * registry.el (registry-reindex): New method to recreate the secondary
4904         registry indices.
4905
4906         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4907         tracked field changes.
4908         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4909         (gnus-registry-action, gnus-registry-spool-action)
4910         (gnus-registry-handle-action)
4911         (gnus-registry--split-fancy-with-parent-internal)
4912         (gnus-registry-split-fancy-with-parent)
4913         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4914         move, and delete actions, and for fancy splitting with parent.
4915         (gnus-registry-extract-addresses)
4916         (gnus-registry-fetch-recipients-fast)
4917         (gnus-registry-fetch-header-fast): Convenience functions.
4918         (gnus-registry-misc-test): ERT test of
4919         `gnus-registry-extract-addresses'.
4920
4921 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4922
4923         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4924         Track by subject first, then sender.
4925
4926 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4927
4928         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4929
4930         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4931         Lisp.
4932
4933         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4934         (gnus-draft-send): Use it to avoid popping
4935         up frames from gnus-group-send-queue.
4936
4937 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4938
4939         * gnus-registry.el: Updated gnus-registry docs.
4940
4941 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4944         Fix logic bug.
4945         (gnus-registry-post-process-groups): Fix logging of no results and
4946         quote sender and subject.
4947
4948 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4949
4950         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4951         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4952         gnutls-cli are too slow to be done opportunistically.
4953
4954         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4955         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4956         we had no early-data returned.
4957         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4958         two async commands to the same server at the same time.
4959
4960 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4961
4962         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4963
4964 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4967         "warning" level.
4968
4969         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4970         (mm-url-insert-file-contents): Don't set the package names.
4971
4972 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4973
4974         * gnus-registry.el (gnus-registry-action): Remove properties and
4975         simplify subject in `gnus-registry-handle-action'.
4976         (gnus-registry-spool-action): Get subject and sender from message if
4977         they are not passed in.
4978         (gnus-registry-handle-action): Remove properties and simplify subject
4979         consistently.
4980
4981 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4982
4983         * registry.el: Require CL before using defmacro*.
4984
4985 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (article-treat-date): Assume that
4988         gnus-article-date-headers may be a group parameter.
4989
4990 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4991
4992         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4993
4994         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4995         interactively so the newsrc file can contain foreign groups too.
4996         Useful for debugging but not much for users.
4997
4998 2011-04-07  David Engster  <dengste@eml.cc>
4999
5000         * registry.el (registry-usage-test): Only do
5001         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5002         lexical binding.
5003
5004 2011-04-07  David Engster  <dengste@eml.cc>
5005
5006         * Makefile.in (check, test-registry): New rules for test-suite.
5007
5008 2011-04-06  David Engster  <dengste@eml.cc>
5009
5010         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5011         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5012
5013 2011-04-06  David Engster  <dengste@eml.cc>
5014
5015         * registry.el (initialize-instance): Change :after to :AFTER to be
5016         compatible with old EIEIO version in XEmacs.
5017
5018 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5019
5020         * gnus-registry.el (gnus-registry-post-process-groups)
5021         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5022         and provide better messaging.
5023
5024 2011-04-06  David Engster  <dengste@eml.cc>
5025
5026         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5027         errors.
5028
5029         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5030         dgnushack-compile with error-on-warn enabled, and to signal an error if
5031         clean compilation failed.
5032         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5033         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5034
5035 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5036
5037         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5038         unconditionally anyway, discarding errors.
5039         (gnus-registry-delete-entries): New convenience function.
5040         (gnus-registry-import-eld): Import from old .eld registry.
5041
5042         * registry.el: Don't use ERT if it's not available.  Load it
5043         unconditionally anyway, discarding errors.
5044
5045         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5046         version from the Claudio Bley GnuTLS patch (extra optional parameters
5047         and host name).
5048
5049 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5050
5051         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5052         fixup the parameters that can be customized by the user between
5053         save/read cycles.
5054         (gnus-registry-read): Use it.
5055         (gnus-registry-make-db): Use it.
5056         (gnus-registry-spool-action, gnus-registry-handle-action):
5057         Fix messaging.
5058         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5059         Map references to actual group names with sender and subject tracking.
5060         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5061         (gnus-registry-usage-test): Add subject lookup test.
5062
5063         * registry.el (registry-db, initialize-instance): Set up constructor
5064         instead of :initform arguments for the sake of older Emacsen.
5065         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5066         pre-lexbind merge bug.
5067         (registry-usage-test): Use it.
5068         (initialize-instance, registry-db): Move the non-function initforms
5069         back to the class definition.
5070
5071 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5072
5073         * registry.el: New library to manage gnus-registry-style data.
5074
5075         * gnus-registry.el: Use it (major rewrite).
5076
5077         * nnregistry.el: Use it.
5078
5079         * spam.el: Use it.
5080
5081 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5084         marks on non-selected articles.
5085
5086 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5087
5088         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5089         parameter to open-protocol-stream.
5090
5091 2011-04-01  Julien Danjou  <julien@danjou.info>
5092
5093         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5094         fundamental-mode.
5095
5096 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5099         servers.
5100
5101 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5104         made marks not propagate, again.
5105
5106 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5107
5108         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5109         Make this the default type.
5110         (proto-stream-open-plain): Rename from proto-stream-open-default.
5111         (open-protocol-stream, proto-stream-open-starttls)
5112         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5113         with `plain'.
5114
5115         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5116         value.
5117
5118         * nntp.el (nntp-open-connection-function): Document the fact that some
5119         values are not functions but are instead handled specially.
5120         Recognize nntp-open-plain-stream value.
5121         (nntp-open-connection): Recognize that value.
5122
5123 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5126         where it seems to be needed.
5127
5128 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5131         stuff.
5132
5133         * gnus-score.el (gnus-score-string): Fix calling convention of
5134         `gnus-simplify-buffer-fuzzy' after last patches.
5135
5136         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5137         server for articles we didn't get any headers for.  This is a sanity
5138         check.
5139
5140 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5141
5142         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5143         new CAPABILITY, use it.
5144
5145 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5148         downloading anything.
5149
5150         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5151
5152 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5153
5154         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5155         colors.
5156         (gnus-splash-svg-color-symbols): New function.
5157
5158 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5161         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5162         (gnus-simplify-subject-fuzzy): Use the local
5163         gnus-simplify-subject-fuzzy-regex instead of the global one.
5164         This makes using this variable in group parameters work.
5165
5166 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * gnus-registry.el (gnus-registry-unfollowed-groups):
5169         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5170         archive:sent-YYYY-MM-DD groups).
5171         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5172         tracking if there are more than `gnus-registry-max-track-groups'
5173         matches.
5174
5175 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5176
5177         * message.el (message--yank-original-internal): New function to do the
5178         insertion cleanly inside eval in `message-yank-original'.
5179         (message-yank-original): Use it.
5180
5181 2011-03-29  Julien Danjou  <julien@danjou.info>
5182
5183         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5184         local variables disabled rather than `normal-mode'.
5185
5186 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5187
5188         * imap.el (imap-shell-open, imap-process-connection-type):
5189         Use imap-process-connection-type for 'shell' streams as well as
5190         Kerberos, SSL, other subprocesses.
5191
5192 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5193
5194         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5195         with open-network-stream.
5196         (proto-stream-always-use-starttls): Option removed.
5197         (open-protocol-stream): Return a process object by default.  Provide a
5198         new parameter :return-list specifying a list-type return value, which
5199         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5200         :type `network' to `try-starttls', and `network-only' to `default'.
5201         Make `default' the default, for compatibility with open-network-stream.
5202         Handle the no-parameter case exactly as open-network-stream, with no
5203         additional stream processing.  Search plists using plist-get.
5204         Explicitly add :end-of-commend parameter if it is missing.
5205         (proto-stream-open-default): Rename from
5206         proto-stream-open-network-only.  Return 'default as the type.
5207         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5208         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5209         failed.  Always return a list with a (possibly dead) process as the
5210         first element, for compatibility with open-network-stream.
5211         (proto-stream-open-tls): Use plist-get.  Always return a list.
5212         (proto-stream-open-shell): Return `default' as connection type.
5213         (proto-stream-capability-open): Use plist-get.
5214         (proto-stream-eoc): Function deleted.
5215
5216         * nnimap.el (nnimap-stream, nnimap-open-connection)
5217         (nnimap-open-connection-1): Handle renaming of :type parameter for
5218         open-protocol-stream.
5219         (nnimap-open-connection-1): Pass a :return-list parameter
5220         open-protocol-stream to obtain a list return value.  Parse this list
5221         using plist-get.
5222
5223         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5224         for open-protocol-stream.  Accept open-protocol-stream return value
5225         that is a subprocess object instead of a list.  Handle the case of a
5226         dead returned process.
5227
5228 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5229
5230         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5231
5232         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5233
5234 2011-03-21  Julien Danjou  <julien@danjou.info>
5235
5236         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5237         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5238         query.
5239         (mm-inline-text): Render normal text with fontification whenever
5240         possible.
5241
5242         * gnus-sum.el (gnus-summary-save-parts-1):
5243         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5244         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5245         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5246         Use `mm-handle-filename'.
5247
5248         * mm-util.el (mm-handle-filename): New function, return the filename of
5249         an handle.
5250
5251 2011-03-18  Julien Danjou  <julien@danjou.info>
5252
5253         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5254         (gnus-buffer-live-p): Check that buffer is not nil.
5255
5256 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5257
5258         * gnus.el: No Gnus v0.15 is released.
5259
5260 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5263         avoid warning on XEmacs.
5264
5265         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5266         on XEmacs.
5267
5268         * gnus-art.el: Require mouse, which the build bot seems to say is
5269         needed.
5270
5271         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5272
5273         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5274         XEmacs, since it doesn't have url-retrieve-synchronously.
5275
5276         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5277         since assoc-string doesn't exist in XEmacs.
5278
5279 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5280
5281         * gnus-group.el (gnus-group-list-ticked): New function.
5282         (gnus-group-make-menu-bar): Provide a menu entry for it.
5283         (gnus-group-list-map): Provide a binding for it.
5284
5285 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * shr.el (shr-visit-file): New command.
5288
5289         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5290
5291 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5292
5293         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5294         servers.
5295
5296 2011-03-16  Julien Danjou  <julien@danjou.info>
5297
5298         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5299         inline.
5300
5301         * gnus-art.el (article-hide-list-identifiers):
5302         Use gnus-group-get-list-identifiers.
5303
5304         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5305         (gnus-summary-remove-list-identifiers):
5306         Use gnus-group-get-list-identifiers to get regexp.
5307         (gnus-select-newsgroup, gnus-summary-insert-subject)
5308         (gnus-summary-insert-articles):
5309         Call gnus-summary-remove-list-identifiers unconditionally.
5310
5311 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5314         we're selecting a group with unread articles.
5315
5316         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5317
5318         * gssapi.el: New file separated out from imap.el to provide a general
5319         Kerberos 5 connection facility for Emacs.
5320
5321         * message.el (message-elide-ellipsis): Document the format spec
5322         ellipsis.
5323
5324 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * message.el (message-elide-region): Allow the ellipsis to say how many
5327         lines were removed.
5328
5329 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5332         window configurations containing buffers that are now dead.
5333
5334         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5335         parsing to avoid integer overflows.
5336         (nnimap-parse-flags): Simplify the last change.
5337         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5338         too large for 32-bit Emacsen.
5339
5340 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5341
5342         * auth-source.el (auth-source-netrc-create):
5343         * message.el (message-yank-original): Fix use of `case'.
5344
5345 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5346
5347         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5348         XEmacs, which was one character too wide.
5349
5350 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5351
5352         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5353         default number of articles to display.
5354         (gnus-articles-to-read): Use pretty names for prompt.
5355
5356 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * gnus-int.el (gnus-open-server): Ditto.
5359
5360         * gnus-start.el (gnus-activate-group): Give a backtrace if
5361         debug-on-quit is set and the user hits `C-g'.
5362         (gnus-read-active-file): Ditto.
5363
5364         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5365
5366 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * message.el (message-yank-original): Use cond instead of CL case.
5369
5370 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5371
5372         * auth-source.el (auth-source-netrc-create): Use usual format for the
5373         default in prompts.
5374
5375 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * lpath.el: Fbind read-char-choice for XEmacs.
5378
5379 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * auth-source.el (auth-source-netrc-create): Show the default in the
5382         prompt when prompting for token creation.
5383
5384 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5385
5386         * auth-source.el (auth-source-format-prompt): Always convert the value
5387         to a string to avoid evaluating non-string arguments.
5388         (auth-source-netrc-create): Offer default properly, not as initial
5389         content in `read-string'.
5390         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5391         of line to determine if we've been run before.  If so, don't run again,
5392         but print a trivial message to indicate the cache was hit instead.
5393
5394 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5397         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5398         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5399         Gnus.
5400
5401 2011-03-11  Julien Danjou  <julien@danjou.info>
5402
5403         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5404         modified file".
5405
5406 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5407
5408         * auth-source.el (auth-source-read-char-choice): New function to read a
5409         character choice using `dropdown-list', `read-char-choice', or
5410         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5411         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5412         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5413         (auth-source-netrc-saver): Use it.
5414         (auth-source-pick-first-password): New convenience function.
5415
5416 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5417
5418         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5419         parameter in the credentials.
5420         (nnimap-open-connection-1): Use it after a successful login.
5421         (nnimap-credentials): Add IMAP-specific user and password prompt.
5422
5423         * auth-source.el (auth-source-search): Add :require parameter, taking a
5424         list.  Document it and the :save-function return token.  Pass :require
5425         down.  Change the CREATED message from a warning to a debug statement.
5426         (auth-source-search-backends): Pass :require down.
5427         (auth-source-netrc-search): Pass :require down.
5428         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5429         Change save prompt to indicate all modifications saved here are
5430         deletions.
5431         (auth-source-netrc-create): Take user login name as default in user
5432         prompt.  Move all the save functionality to a lexically bound function
5433         under the :save-function token in the returned list.  Set up clearer
5434         default prompts for user, host, port, and secret.
5435         (auth-source-netrc-saver): New function, intended to be wrapped for
5436         :save-function.
5437
5438 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5441         lines to be spaces instead.
5442
5443 2011-03-07  Julien Danjou  <julien@danjou.info>
5444
5445         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5446         (sieve-sasl-auth): Check that auth-source-search did return something,
5447         or just return an empty string.
5448
5449 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5450
5451         * gnus.el (gnus-interactive): Use read-directory-name.
5452
5453         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5454         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5455         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5456         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5457         Likewise.
5458
5459         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5460
5461 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462
5463         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5464         onto the list of killed groups, too.  This makes killed nnimap groups,
5465         for instance, more reliably not reappear.
5466
5467         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5468         the parent.
5469
5470         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5471
5472         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5473         really have server-side marks.
5474
5475         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5476         since most backends do not usefully have server-side marks.
5477         (gnus-update-read-articles): Propagate marks to all backends that
5478         really have server-side marks.
5479
5480 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5481
5482         * message.el (message-cite-reply-position, message-cite-style):
5483         New variables.
5484         (message-yank-original): Use the new citation styles.
5485
5486 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5487
5488         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5489         buffer-local issue); don't mark it buffer-local when running under
5490         XEmacs.
5491
5492 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5493
5494         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5495         numbers too big to be `read'.
5496
5497 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * password-cache.el (password-in-cache-p): Add autoload.
5500
5501         * message.el (message-options): Make buffer-local two ways to attempt
5502         to fix a XEmacs bug.
5503
5504 2011-03-02  Julien Danjou  <julien@danjou.info>
5505
5506         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5507
5508 2011-03-01  Julien Danjou  <julien@danjou.info>
5509
5510         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5511         group.
5512         (article-hide-list-identifiers): Use list-identifier group parameter.
5513
5514 2011-02-28  Julien Danjou  <julien@danjou.info>
5515
5516         * sieve.el (sieve-buffer-script-name): New local variable to store
5517         sieve script name.
5518         (sieve-edit-script): Store sieve script name.
5519         (sieve-upload): Use sieve script name when uploading.
5520         (sieve-upload): Use substitute-command-keys.
5521         (sieve-edit-script): Use substitute-command-keys.
5522         (sieve-refresh-scriptlist): Use substitute-command-keys.
5523         (sieve-manage-mode-map): Define keymap properly.
5524         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5525         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5526         Remove commented code about cvs.
5527         (sieve-manage-quit): New function.
5528         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5529
5530 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5533
5534 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * auth-source.el (auth-source-search): Cache empty result sets.
5537
5538         * password-cache.el (password-in-cache-p): Convenience function to
5539         check if a key is in the cache, even if the value is nil.
5540
5541         * auth-source.el (auth-source-save-behavior): New variable to replace
5542         `auth-source-never-create'.
5543         (auth-source-netrc-create): Use it.
5544         (auth-source-never-save): Remove.
5545
5546 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5547
5548         * nnimap.el (nnimap-stream): Doc fix.
5549         (nnimap-open-connection-1): Reverse the order of the ports to that the
5550         prompted-for port is first.
5551
5552         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5553         retrieval by the no-group selection.
5554
5555         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5556         numerical parameters.
5557
5558 2011-02-25  Julien Danjou  <julien@danjou.info>
5559
5560         * gnus-gravatar.el: Use gnus-with-article-buffer.
5561
5562         * gnus-art.el (gnus-with-article-buffer): Check that the
5563         gnus-article-buffer is alive.
5564
5565 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5566
5567         * auth-source.el (auth-source-creation-prompts): New variable to manage
5568         creation-time prompts.
5569         (auth-source-search): Document it.
5570         (auth-source-format-prompt): Add utility function.
5571         (auth-source-netrc-create): Don't default the user name to
5572         user-login-name.  Use `auth-source-creation-prompts' and some default
5573         prompts for user, host, port, and password (the default generic prompt
5574         remains ugly).
5575         (auth-source-never-save): Add customizable option to never save info.
5576         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5577         mode excursion.
5578
5579 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5582         argument that XEmacs doesn't support.
5583
5584         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5585         compiled for Emacsen having no `libxml-parse-html-region' support.
5586
5587         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5588
5589         * lpath.el: Bind buffer-save-without-query for XEmacs.
5590
5591 2011-02-23  Julien Danjou  <julien@danjou.info>
5592
5593         * gnus-art.el (article-make-date-line): Ignore errors if time is
5594         invalid and not convertible.
5595         (article-make-date-line): Only add lapsed time if time is not nil.
5596
5597 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5598
5599         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5600         `read-char-choice' for backwards compatibility.
5601         (auth-source-netrc-element-or-first): New function to DTRT for
5602         parameter extraction.
5603         (auth-source-netrc-create): Use it and fix multiple parameter print
5604         bug.  Use the default passed from above (given-default) or the
5605         built-in (user-login-name for :user).
5606
5607 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5608
5609         * gnus-start.el (gnus-dribble-read-file):
5610         Set buffer-save-without-query, since we always want to save the dribble
5611         file, probably.
5612
5613         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5614         nnimap.
5615
5616         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5617         -summary- since it's a user-visible variable.
5618
5619         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5620         first time you use the new Gnus.
5621
5622 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5623
5624         * auth-source.el: Don't load netrc.el.
5625         (auth-sources): Search ~/.netrc as well by default.
5626         (auth-source-debug): Add 'trivia option for extra output.
5627         (auth-source-do-trivia): Use it.
5628         (auth-source-search): Simplify logic to use
5629         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5630         appropriate.  Don't keep a running count at this level.  Layer :create
5631         and :delete options appropriately on the first and second passes.
5632         Don't track the backend with the search results.
5633         (auth-source-search-backends): New function to search a list of
5634         backends for a processed spec.
5635         (auth-source-netrc-parse): Cache all netrc files, making
5636         auth-source-netrc-cache an alist keyed by the file name and using the
5637         file mtime as the caching criterion.  Keep the obfuscated data secret
5638         with a lexical bind.
5639         (auth-source-netrc-search): Don't calculate the length of the results
5640         unnecessarily.
5641         (auth-source-search-backends): Fix bug.
5642         (auth-source-netrc-create): Rework prompts.
5643
5644 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5645
5646         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5647         Lower case names of search constraints.
5648         (nnir-run-query): Cache and reuse search constraints for all imap
5649         servers.
5650
5651 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5652
5653         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5654         after exit.
5655         (gnus-setup-message): Define missing variable from last checkin.
5656
5657         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5658         value, show the raw article.
5659
5660 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5661
5662         * gnus.el: No Gnus v0.13 is released.
5663
5664 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5665
5666         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5667         auth-source now accepts numbers.
5668
5669         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5670         spec, too.
5671         (auth-source-ensure-strings): New function.
5672
5673         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5674         (gnus-article-setup-buffer): Always restart the date timer so that user
5675         changes to the frequency is respected.
5676
5677         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5678         port numbers, so make sure it gets that if nnimap-server-port is
5679         explicit.
5680
5681 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5682
5683         * nnimap.el (nnimap-inbox): Doc fix.
5684
5685 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5686
5687         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5688         Autoload.  Add optional arg FRAME, and pass it to color-values.
5689         (color-complement): Caller changed.  Doc fix.
5690         (color-gradient): Rewrite for better clarity and efficiency.
5691
5692 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5693
5694         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5695         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5696         color-lab-to-srgb.
5697
5698 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5699
5700         * color.el: First part of merge from hexrgb.el.
5701         (color-rgb-to-hex): Rename from color-rgb->hex.
5702         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5703         saturation to zero if the value is too small.
5704         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5705         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5706         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5707         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5708         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5709         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5710         (color-cie-de2000): Doc fix.
5711
5712 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5713
5714         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5715         given method as in the group name if we're using an extended method.
5716         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5717         command, if we're using that, instead of waiting for the beginning.
5718
5719         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5720         we're sure to get unique server names, and we don't output two async
5721         commands in the same buffer.  This fixes an NNTP hang for some users.
5722
5723 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5724
5725         * gnus.el: No Gnus v0.11 is released.
5726
5727 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5728
5729         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5730         summary buffer before reading going to the next buffer.  This avoids
5731         putting the point in the group buffer if you `C-g' the command.
5732
5733         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5734         cache (for now) to make ~/.authinfo.gpg files usable.
5735
5736         * nnfolder.el (copyright-update): Define for the compiler.
5737
5738         * auth-source.el (auth-source-search): Fix unbound variable.
5739
5740 2011-02-19  Glenn Morris  <rgm@gnu.org>
5741
5742         * gnus.el (gnus-meta): Doc fix.
5743
5744 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5745
5746         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5747         in case it's not yet loaded.
5748
5749 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5750
5751         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5752         line we're waiting for.
5753
5754 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5755
5756         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5757         face with line-width greater than zero will cause RET in gnus summary
5758         buffer to scroll down article page-wise because auto vscroll happens,
5759         it should be temporally disabled when doing a scroll-up.
5760
5761 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5762
5763         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5764         outputs from the server.
5765
5766 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5767
5768         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5769         later so that bbdb can hook in easier.
5770
5771 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5772
5773         * auth-source.el (auth-source-search): Don't try to create credentials
5774         if the caller doesn't want that.
5775         (auth-source-search): If we don't find a match, don't bug out on
5776         non-bound variables.
5777         (auth-source-search): Only ask a single backend to create the
5778         credentials.
5779
5780         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5781         logging.
5782         (nnimap-credentials): Protect against auth-source-search returning nil.
5783         (nnimap-request-list): Protect against not being able to open the
5784         server.
5785
5786 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5787
5788         * auth-source.el (auth-source-search): Do a two-phase search, one with
5789         no :create to get the responses from all backends.
5790
5791         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5792         when getting credentials.
5793
5794         * gnus-util.el (gnus-delete-duplicates): New function.
5795
5796 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5797
5798         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5799         a creation default, pass the whole port list down.  It will be
5800         completed.
5801
5802         * auth-source.el (auth-source-search): Updated docs to talk about
5803         multiple creation choices.
5804         (auth-source-netrc-create): Accept a list as a value (from the search
5805         parameters) and do completion on that list.  Keep a separate netrc line
5806         with the password obscured for showing the user.
5807
5808         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5809         first choice to `auth-source-search' so it will be used for entry
5810         creation instead of the server's Gnus-specific name.
5811         (nnimap-credentials): Rely on the auth-source library to select which
5812         port is actually wanted in the new netrc entry, so don't override
5813         `auth-source-creation-defaults'.
5814
5815         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5816         :protocol and accept a missing user, host, or port as a wildcard match.
5817         (auth-source-debug): Default to off.
5818
5819         (auth-source-netrc-search, auth-source-netrc-create)
5820         (auth-source-secrets-search, auth-source-secrets-create)
5821         (auth-source-user-or-password, auth-source-backend, auth-sources)
5822         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5823         instead of :protocol.
5824
5825         * nnimap.el (nnimap-credentials): Pass a port default to
5826         `auth-source-search' in case an entry needs to be created.
5827         (nnimap-open-connection-1): Use :port instead of :protocol.
5828
5829 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * auth-source.el: Bind load-path when loading EIEIO from
5832         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5833         21.4 doesn't support, to `require'.
5834         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5835         delete-dups that is not available in XEmacs 21.4.
5836
5837 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5838
5839         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5840         as EIEIO must also be loaded when auth-source.el is being
5841         byte-compiled.
5842
5843 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5844
5845         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5846
5847         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5848
5849         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5850
5851         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5852
5853         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5854
5855         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5856
5857         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5858
5859         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5860         necessary.
5861
5862 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5863
5864         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5865         nil means that nnimap doesn't get updated.
5866
5867 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5870         result when the user doesn't want to write to the file.
5871         (auth-source-netrc-search): Expect a synthetic result and proceed
5872         accordingly.
5873         (auth-source-cache-expiry): New variable to override
5874         `password-cache-expiry'.
5875         (auth-source-remember): Use it.
5876
5877         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5878         parameter.  Create entry if necessary by using :create t.
5879         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5880
5881 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * auth-source.el (auth-source-debug): Enable by default and don't
5884         mention the obsolete `auth-source-hide-passwords'.
5885         (auth-source-do-warn): New function to debug unconditionally.
5886         (auth-source-do-debug): Use it.
5887         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5888         and for Secrets API entries when the secrets.el library is not
5889         available.
5890
5891 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5892
5893         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5894         (gnus-summary-exit): Kill the correct article buffer on exit from a
5895         `C-d' group.
5896
5897         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5898         gnus-propagate-marks.
5899
5900         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5901         before killing the buffers so that a non-full window conf gets handled
5902         correctly.
5903         (gnus-summary-exit): Ditto.
5904         (gnus-summary-read-group-1): Ditto.
5905
5906         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5907         async code again so that we can debug it properly.
5908
5909         * message.el (message-reply): Take an optional switch-buffer parameter
5910         so that Gnus window confs are respected better.
5911
5912 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5913
5914         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5915         `plist-get' to accept non-list parameters (XEmacs issue).
5916         Fix docstring.
5917         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5918         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5919         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5920         Login collection is "Login" and not "login".
5921
5922 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5923
5924         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5925         multiple headers.
5926
5927         * nnimap.el (nnimap-inhibit-logging): New variable.
5928         (nnimap-log-command): Don't log login commands.
5929
5930         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5931         to have more parameters.
5932
5933         * nnimap.el (nnimap-send-command): Mark the command time for each
5934         command, so that we don't get NOOPs stepping on our toes.
5935
5936         * gnus-art.el (article-date-ut): Get the date from the Date header on
5937         `t'.
5938
5939 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * auth-source.el (auth-source-search): Use copy-sequence instead of
5942         the cl.el copy-list.
5943
5944 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5945
5946         * imap.el: Bring it back (revert
5947         84d800cd31de3064f0ed39617d725709a2f8f42f).
5948
5949 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5950
5951         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5952         Improve prompt.
5953
5954 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5957         washing status from the default format.  It isn't very informative.
5958
5959 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5960
5961         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5962         Fix Gcc processing on imap.
5963
5964 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5965
5966         * imap.el: Remove file.  All the functionality is in nnimap.el.
5967
5968 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5969
5970         * message.el (message-bury): Don't pop up a new window when selected
5971         window is dedicated.
5972
5973 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5974
5975         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5976
5977 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * sieve-manage.el: Autoload `auth-source-search'.
5980         (sieve-sasl-auth): Use it.
5981
5982 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * nnimap.el: Autoload `auth-source-forget+'.
5985         (nnimap-open-connection-1): Use it if the connection fails.
5986
5987         * auth-source.el: Require `password-cache'.
5988         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5989         obsolete.
5990         (auth-source-magic): Marker for `password-cache' keys.
5991         (auth-source-do-cache): Update docstring.
5992         (auth-source-search): Use and check cache.
5993         (auth-source-forget-all-cached, auth-source-remember)
5994         (auth-source-recall, auth-source-forget, auth-source-forget+)
5995         (auth-source-specmatchp): Caching support functions.
5996         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5997         Remove and obsolete.
5998         (auth-source-user-or-password): Remove caching to further discourage
5999         using it.  Always hide passwords.
6000
6001         * password-cache.el (password-cache-remove): Accept secrets that are
6002         not strings.
6003
6004 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6005
6006         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6007         code for now, since it doesn't work for all users.
6008
6009 2011-02-09  Julien Danjou  <julien@danjou.info>
6010
6011         * message.el (message-options): Make message-options really buffer
6012         local.
6013
6014 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * mail-source.el: Autoload `auth-source-search'.
6017         (mail-source-keyword-map): Note order matters.
6018         (mail-source-set-1): Get all the mail-source source values and
6019         defaults and search auth-source on those if needed.  This can all
6020         probably be simplified.
6021
6022         * nnimap.el: Autoload `auth-source-search'.
6023         (nnimap-credentials): Use it.
6024         (nnimap-open-connection-1): Ask for the virtual server and physical
6025         address in one shot.
6026
6027         * nntp.el: Autoload `auth-source-search'.
6028         (nntp-send-authinfo): Use it.  Note TODO.
6029
6030 2011-02-08  Julien Danjou  <julien@danjou.info>
6031
6032         * shr.el (shr-tag-body): Add support for text attribute in body
6033         markups.
6034
6035         * message.el (message-options): Make message-options a local variable.
6036
6037 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * auth-source.el (auth-source-secrets-search)
6040         (auth-source-user-or-password): Use `append' instead of `nconc'.
6041         (auth-source-user-or-password): Build return list better and protect
6042         against nil :secret.
6043
6044 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6045
6046         * nnimap.el (nnimap-update-info): Refactor slightly.
6047         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6048         (nnimap-update-info): Clean up slightly.
6049         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6050         characters.
6051         (nnimap-process-quirk): Rename function to avoid collision.
6052         (nnimap-update-info): Fix macrology bug-out.
6053         (nnimap-update-info): Simplify split history test.
6054
6055 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6056
6057         * auth-source.el (top): Require 'eieio unconditionally.
6058         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6059         (auth-source-secrets-search): Limit search when `max' is greater than
6060         number of results.
6061
6062 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6063
6064         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6065         part not returning any data.
6066
6067         * proto-stream.el (open-protocol-stream): Document the return value.
6068
6069 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * auth-source.el (auth-source-secrets-search): Add examples.
6072
6073 2011-02-06  Julien Danjou  <julien@danjou.info>
6074
6075         * message.el (message-setup-1): Handle message-generate-headers-first
6076         set to t.
6077
6078 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6079
6080         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6081         API with a string "secrets:collection-name" and with 'default.
6082         (auth-source-backend-parse): Parse "secrets:collection-name" and
6083         'default.  Recurse on parses instead of repeating code.  Use the
6084         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6085         message when ignoring a source.
6086         (auth-source-search): List ignored search keys at the top level.
6087         (auth-source-netrc-create): Use `case' instead of `cond'.
6088         (auth-source-secrets-search): Created with TODOs.
6089         (auth-source-secrets-create): Created with TODOs.
6090         (auth-source-retrieve, auth-source-create, auth-source-delete)
6091         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6092         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6093         (auth-source-user-or-password-sftp)
6094         (auth-source-user-or-password-smtp): Remove.
6095         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6096         around `auth-source-search'.  Not tested thoroughly.
6097
6098 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * auth-source.el: Bring in assoc and eioeio libraries.
6101         (secrets-enabled): New variable to track the status of the Secrets API.
6102         (auth-source-backend): New EIOEIO class to represent a backend.
6103         (auth-source-creation-defaults): New variable to set prompt defaults
6104         during token creation (see the `auth-source-search' docstring for
6105         details).
6106         (auth-sources): Simplify to allow a simple string as a netrc backend
6107         spec.
6108         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6109         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6110         (auth-source-search): Main auth-source API entry point.
6111         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6112         (auth-source-search-collection): Helper function for searching.
6113         (auth-source-netrc-parse, auth-source-netrc-normalize)
6114         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6115         Supports search, create, and delete.
6116         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6117         backend stubs.
6118         (auth-source-user-or-password): Call `auth-source-search' but it's not
6119         ready yet.
6120
6121 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6122
6123         * message.el (message-setup-1): Remove the read-only stuff, since it
6124         doesn't work under XEmacs, for some reason.
6125
6126         * gnus-sum.el (gnus-user-date): Rename back from
6127         gnus-summary-user-date since user code refers to it.
6128
6129         * shr.el (shr-render-td): Store the actual background color used.
6130
6131         * message.el (message-setup-1): Don't bind the constant
6132         -forbidden-properties.
6133         (message-setup-1): Revert previous change, since it needs to bind the
6134         props to insert them.
6135         (message-resend): Allow removing the read-only separator line.
6136
6137 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6138
6139         * nnimap.el (nnimap-request-accept-article): Give an error message if
6140         the APPEND wasn't successful.
6141
6142 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6143
6144         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6145         that have no groups.
6146
6147 2011-02-03  Julien Danjou  <julien@danjou.info>
6148
6149         * gnus-draft.el: Remove progn around gnus-draft-setup.
6150
6151 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6152
6153         * gnus-start.el (gnus-read-active-for-groups): This function is never
6154         called with a nil `infos', so clean that up.
6155         (gnus-get-unread-articles): Request active files from primary/secondary
6156         methods that have no groups (yet).
6157
6158 2011-02-03  Julien Danjou  <julien@danjou.info>
6159
6160         * message.el (message-setup-1): Always generate References first.
6161         (message-mail): Return the return value of message-setup, not always t.
6162         (message-setup-1): Insert mail-header-separator with read-only and
6163         intangible properties set.
6164
6165         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6166         user-date in docstring.
6167
6168         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6169
6170         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6171         docstring.
6172
6173         * gnus.el (gnus-user-date-format-alist): Change default value.
6174         Use defcustom, with type and group. Move from gnus-util.el.
6175         Rename to gnus-summary-user-date-format-alist.
6176
6177 2011-02-03  Glenn Morris  <rgm@gnu.org>
6178
6179         * nnimap.el (gnus-fetch-headers): Declare.
6180
6181         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6182
6183 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6184
6185         * message.el (message-forward-make-body-digest-plain)
6186         (message-followup, message-reply): Clean up things noted by Stefan.
6187
6188         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6189         gnus-article-update-date-headers is nil.
6190         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6191         it didn't really work with defcustom.
6192         (article-update-date-lapsed): Make sure the window start doesn't move,
6193         either.
6194
6195 2011-02-01  Julien Danjou  <julien@danjou.info>
6196
6197         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6198         format.
6199
6200         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6201         standard in Emacs nowadays.
6202
6203         * color.el (color-gradient): Add a color-gradient function.
6204
6205 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6206
6207         * message.el (message-expand-name): Don't trust the return value of
6208         bbdb-complete-name.
6209         (message-check-news-header-syntax): Remove unused var `start'.
6210         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6211         (message-inhibit-body-encoding): Move to before first use.
6212         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6213         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6214         (Organization, Message-ID, Date, mh-previous-window-config):
6215         Defvar the vars using dynamic scoping.
6216
6217 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6218
6219         * shr.el (shr-render-td): Only do colors at the final rendering.
6220         Should be slightly faster.
6221         (shr-insert-table): Fix up TD background colors when doing the
6222         vertical padding.
6223
6224         * gnus-art.el (article-date-ut): Protect against articles with no Date
6225         header.
6226         (article-update-date-lapsed): Don't use current-column to find the
6227         horizontal position.  It's fragile in the presence of \003 characters.
6228
6229         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6230
6231 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6232
6233         * gnus-art.el (article-transform-date): Rewrite to still work when
6234         there are several rfc2822 parts.
6235         (article-transform-date): Fix infinite recursion.
6236         (article-date-ut): Replace infinitely many Date headers with a single
6237         one when called interactively.
6238
6239         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6240         secure manner.
6241
6242         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6243         move around by not using save-window-excursion.  It seems to work...
6244
6245 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-art.el (article-make-date-line): Work for user-defined format.
6248
6249 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6250
6251         * nntp.el (nntp-retrieve-group-data-early)
6252         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6253         fetching functions.
6254
6255         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6256         thoroughly for all backends that have no known groups.  This should
6257         allow new nnml methods to retrieve mail.
6258
6259         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6260         that Gnus doesn't know exists again.
6261
6262         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6263         (gnus-treat-date-ut): Ditto.
6264         (gnus-article-update-date-header): Rename.
6265         (gnus-treat-date-local): Remove.
6266         (gnus-treat-date-english): Remove.
6267         (gnus-treat-date-lapsed): Remove.
6268         (gnus-treat-date-combined-lapsed): Remove.
6269         (gnus-treat-date-original): Remove.
6270         (gnus-treat-date-iso8601): Remove.
6271         (gnus-treat-date-user-defined): Remove.
6272         (gnus-article-date-headers): New variable to control all the date
6273         header options.
6274         (article-date-ut): Rewrite to allow using the new way to format date
6275         headers(s).
6276
6277 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6278
6279         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6280         method.
6281         (nnmail-article-group): A better test for fanciness.
6282
6283         * nnimap.el (nnimap-request-head): Protect against not finding the
6284         article by Message-ID.
6285
6286 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6287
6288         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6289         keep point at the "same place".
6290
6291 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6292
6293         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6294         data if the group is inactive.
6295
6296 2011-01-28  Julien Danjou  <julien@danjou.info>
6297
6298         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6299         (gnus-all-windows-visible-p): Remove old compatibility code.
6300         (gnus-window-top-edge): Add docstring.
6301
6302         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6303
6304 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6305
6306         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6307         older request-update-info.
6308
6309         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6310
6311 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6312
6313         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6314         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6315
6316 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6317
6318         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6319         groups.  This makes the nndraft:queue group pop up if it's not already
6320         there.
6321
6322         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6323         messages" logic, which was reversed.
6324
6325         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6326         the "same place" even if point is on the line being replaced.
6327         (article-update-date-lapsed): Allow updating both the combined lapsed
6328         and the lapsed headers.
6329         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6330         (article-make-date-line): Limit the number of segments dynamically to
6331         avoid too-long lines.
6332
6333 2011-01-27  Julien Danjou  <julien@danjou.info>
6334
6335         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6336         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6337
6338 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6341         Use plist-get instead of the cl function getf.
6342
6343 2011-01-27  Glenn Morris  <rgm@gnu.org>
6344
6345         * gnus-util.el (float-time): Get rid of compiler warning, again.
6346
6347 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6348
6349         * shr.el (shr-put-color): Special-case background colors: Do put them
6350         at the blank parts at the front of the lines.
6351
6352         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6353         exit hook to nix out all data on readedness on group exit.
6354
6355         * gnus-util.el (float-time): If float-time is bound, always use it on
6356         all Emacsen.  It's unclear why the subrp check was there.
6357         (time-date): Require to make some autoload issues on XEmacs go away.
6358
6359         * shr.el (shr-put-color): Don't do the box padding in tables, since
6360         they're already padded.
6361
6362 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6363
6364         * gnus-art.el (gnus-article-next-page): When the last line of the
6365         article is displayed, scroll down once more instead of going to the
6366         next article at once.
6367         (article-lapsed-string): Refactor out and allow specifying how many
6368         segments you want.
6369         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6370         (gnus-article-update-lapsed-header): New variable.
6371
6372         * shr.el: Revert change that made headings use different-sized faces.
6373         The Emacs display engine isn't advanced enough that, for instance,
6374         tables can comfortably use differently-sized faces.
6375
6376 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6377
6378         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6379         used.
6380         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6381         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6382         we're using an encrypted connection.
6383
6384         * proto-stream.el: Alter the interface functions to also return the
6385         actual stream type used: network or tls.
6386
6387 2011-01-25  Julien Danjou  <julien@danjou.info>
6388
6389         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6390         (mm-display-javascript-inline): New function.
6391
6392         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6393         viewing function.
6394
6395 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * shr.el (shr-expand-newlines): Fix variable name.
6398
6399 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6400
6401         * shr.el (shr-expand-newlines): Make nested boxes work.
6402
6403 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6404
6405         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6406         backgrounds.
6407         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6408         in a more sensible manner.
6409
6410 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6411
6412         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6413         if EPG is loaded.
6414
6415 2011-01-24  Julien Danjou  <julien@danjou.info>
6416
6417         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6418         tags.
6419
6420 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6421
6422         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6423         commands.
6424
6425         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6426         in the article buffer.
6427         (gnus-gravatar-insert): Use blank space from the current buffer to
6428         avoid breaking text properties.  This makes X-Sent updating work again.
6429
6430         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6431
6432 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6433
6434         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6435         fix the bug in url-http.el instead.
6436
6437         * shr.el (shr-image-fetched): Ditto.
6438
6439         * shr.el (shr-image-fetched): Avoid having point move in the article
6440         buffer.
6441
6442         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6443         buffer after being called.  It's apparently being killed by url.el, and
6444         killing it made point move to end-of-buffer in a random buffer.
6445
6446         * shr.el (shr-image-fetched): Ditto.
6447
6448 2011-01-23  Julien Danjou  <julien@danjou.info>
6449
6450         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6451
6452         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6453         text/x-org.
6454
6455 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6456
6457         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6458         (i.e., nnimap) returning nil as the article number.
6459
6460 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6461
6462         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6463         "DelSp" parameter in RFC3676.
6464
6465 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6466
6467         * message.el (message-check-recipients): Display the encoded version of
6468         the bogus address if they differ.
6469
6470         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6471         after sending.
6472
6473         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6474
6475         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6476
6477         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6478         group buffer after sending the queue.
6479
6480         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6481
6482 2011-01-22  Julien Danjou  <julien@danjou.info>
6483
6484         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6485
6486 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6487
6488         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6489         nested related parts.
6490
6491         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6492         unexpired articles.  This fixes the regression that led expiry marks to
6493         disappear from nnfolder groups.
6494
6495 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6496
6497         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6498         Don't confuse the "ret" of "retrograde" with RET.
6499
6500 2011-01-21  Julien Danjou  <julien@danjou.info>
6501
6502         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6503         than mm-insert-inline.
6504
6505 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6508         Widen article buffer.
6509
6510 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6511
6512         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6513         the temp buffer.
6514         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6515
6516 2011-01-20  Julien Danjou  <julien@danjou.info>
6517
6518         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6519
6520         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6521         than mm-insert-inline to insert inline part: this respect
6522         mm-inline-media-tests displayers.
6523
6524         * mm-view.el (mm-display-shell-script-inline): New function.
6525
6526         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6527
6528         * mm-uu.el (mm-uu-type-alist): Add org block.
6529         (mm-uu-org-src-code-block-extract): New function.
6530
6531         * mm-view.el (mm-display-org-inline): New function.
6532
6533         * mm-decode.el (mm-automatic-display): Add text/org.
6534
6535         * mailcap.el (mailcap-mime-extensions): Add .org.
6536
6537 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6540         gnus-article-add-buttons.
6541
6542 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6543
6544         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6545         From header with a date and "nobody" as the sender.
6546
6547 2011-01-19  Julien Danjou  <julien@danjou.info>
6548
6549         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6550         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6551         if you have the same regexp several times.
6552         (gnus-button-push): Fix matching when regexp is symbol.
6553
6554 2011-01-15  Glenn Morris  <rgm@gnu.org>
6555
6556         * message.el (message-mail): A compose-mail function should
6557         accept headers as strings.
6558
6559 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6560
6561         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6562         Add :vert-only tags.
6563         (message-mail): New arg RETURN-ACTION.
6564         (message-return-action): New var.
6565         (message-bury): Use it.
6566         (message-mode): Make it buffer-local.
6567         (message-send-and-exit): Always call message-bury.
6568
6569         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6570         message-mail.
6571
6572 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * nnimap.el (nnimap-convert-partial-article): Protect against
6575         zero-length body parts.
6576
6577         * mm-decode.el (mm-preferred-alternative-precedence):
6578         Discourage showing empty parts.
6579
6580         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6581         and stuff if the backend didn't return the article number.  This fixes
6582         an Exchange-related nnimap bug.
6583
6584         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6585         group window, because it does the wrong thing when a separate frame
6586         displays the group buffer.
6587
6588         * proto-stream.el (open-protocol-stream): Protect against the low-level
6589         transport functions returning nil.
6590
6591 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6592
6593         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6594         (mml2015-epg-find-usable-secret-key): New function.
6595         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6596         mml2015-epg-find-usable-key (Bug#7797).
6597         (mml2015-epg-encrypt): Ditto.
6598
6599 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * dgnushack.el (rot13-string): Fix the way to get the argument.
6602
6603 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604
6605         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6606
6607 2011-01-03  Glenn Morris  <rgm@gnu.org>
6608
6609         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6610
6611         * sieve.el (sieve-open-server): Give a more explicit error if
6612         sieve-manage-open returns nil.  (Bug#7720)
6613
6614 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6615
6616         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6617
6618 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619
6620         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6621         This avoids sending passwords in plain text over non-encrypted
6622         channels.
6623
6624         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6625
6626         * nnimap.el (nnimap-login): Refactored out into own function, and
6627         implement CRAM-MD5.
6628         (nnimap-wait-for-line): Refactored out.
6629
6630         * mm-view.el (mml-smime): Require.
6631
6632 2010-12-20  David Engster  <deng@eml.cc>
6633
6634         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6635         use EPG to decrypt S/MIME messages instead of openssl.
6636
6637 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6640
6641         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6642         status is the group clearly is unreachable.
6643
6644         * auth-source.el (auth-source-create): Add the optional second
6645         parameter to `local-variable-p' to be compatible with XEmacs.
6646
6647 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6648
6649         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6650         work when using a compressed nnml folder.
6651
6652 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6653
6654         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6655         backends after sanitising on entry, because this never makes sense:
6656         If the articles have gone missing, then the data no longer exists on
6657         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6658         overwrite anything anyway.
6659
6660         * shr.el (shr-insert-document): Bind shr-width dynamically to
6661         window-width if it's nil.
6662
6663 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6664
6665         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6666         with the meaning of using the full emacs window width for rendering.
6667
6668 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6669
6670         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6671         case when sender is not given.
6672
6673 2010-12-23  Julien Danjou  <julien@danjou.info>
6674
6675         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6676         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6677         the addresses, otherwise we might misplaced the gravatar.
6678
6679 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6680
6681         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6682         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6683         obsolete in Emacs.
6684
6685 2010-12-20  Julien Danjou  <julien@danjou.info>
6686
6687         * gnus-util.el (gnus-rescale-image): Revert last change.
6688
6689 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6690
6691         * binhex.el: Improve commentary (Bug#7482).
6692
6693 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6694
6695         * gnus-group.el (gnus-group-delete-articles): New command.
6696
6697 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6698
6699         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6700
6701 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6704         here, since it's up to the backends to do CRLF removal if their
6705         protocol has it.
6706
6707         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6708
6709 2010-12-17  Julien Danjou  <julien@danjou.info>
6710
6711         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6712         they are from file.  Can also scale up.
6713
6714 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6715
6716         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6717         Restore gnus-use-agent.
6718         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6719
6720         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6721
6722 2010-12-17  Julien Danjou  <julien@danjou.info>
6723
6724         * gravatar.el (gravatar-retrieve-synchronously): New function.
6725         (gravatar-get-data): Make more robust.
6726
6727 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6730
6731 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6734         to really consider the last line.
6735
6736 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6737
6738         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6739         list of recipient keys, or use symmetric encryption if not a list.
6740         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6741         EPA override, replacing the call to `netrc-store-data'.
6742
6743 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6744
6745         * gnus-srvr.el: Avoid passing nil regexp argument to
6746         delete-matching-lines.
6747
6748 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6749
6750         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6751         fetching stops when Gnus exits.
6752
6753         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6754         function.
6755         (nnfolder-request-expire-articles): Save all the buffers after doing
6756         expiry.
6757
6758         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6759         the last article", since that led to serious performance regressions
6760         when expiring nnml groups.
6761
6762 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6763
6764         * nnir.el: Improve customizations.
6765
6766 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6769
6770         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6771         group has been killed.
6772         (gnus-group-yank-group): Ditto.
6773
6774         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6775
6776         * nnimap.el (nnimap-request-update-group-status): New function.
6777
6778         * gnus-int.el (gnus-request-update-group-status): New interface
6779         function.
6780
6781         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6782         copying read-ness to the backends.
6783
6784         * nnimap.el (nnimap-quirk): New function.
6785         (nnimap-retrieve-group-data-early): Use it.
6786         (nnimap-quirks): New alist.
6787
6788 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6791         don't delete it within indentation.
6792
6793 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6796         previous line.
6797
6798 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6799
6800         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6801         QRESYNC command by deleting a superfluous space which broke Cyrus
6802         servers.  This change will break other servers that are buggy the other
6803         way around.
6804
6805 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6806
6807         * spam.el: Reindent and fix long lines.
6808         (spam-copy-or-move-routine): Exclude invalid move destinations.
6809
6810 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6811
6812         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6813         installed the registry.
6814
6815 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6818
6819 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6820
6821         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6822         groupname doesn't contain "gmane".
6823
6824 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6827         and netrc-bound-and-true-p bindings.
6828         (netrc-parse): Cache the netrc contents.
6829
6830         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6831         (gnus-1): Don't create the nndrafts group twice.
6832         (gnus-setup-news): There's no need to read the active file here, since
6833         that's done again later on a per-backend basis.
6834         (gnus-start-draft-setup): Make sure that the new group is started out
6835         empty.
6836
6837         * gnus-agent.el (gnus-agentize): Don't create the queue group
6838         automatically on startup.  It'll be created later, if needed.
6839
6840         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6841         of automatically subscribed groups.
6842         (gnus-auto-subscribed-categories): New variable.
6843         (gnus-matches-options-n): Use it.
6844         (gnus-default-subscribed-newsgroups): Remove unused variable.
6845         (gnus-start-draft-setup): Message a bit less.
6846
6847 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6848
6849         * nnir.el (nnir-run-imap): Return article list in order of increasing
6850         UID.
6851
6852 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * gnus-sum.el (gnus-summary-enter-digest-group):
6855         Mention gnus-auto-select-on-ephemeral-exit.
6856
6857         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6858         convention of the network-only option.
6859
6860 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * proto-stream.el (proto-stream-open-network-only): New function to
6863         have a way to specify non-STARTTLS upgrade connections.
6864
6865 2010-12-10  Julien Danjou  <julien@danjou.info>
6866
6867         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6868         email address is nil.
6869
6870         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6871
6872 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6873
6874         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6875         deletion.
6876         (nnir-run-imap): Only need to parse list once.
6877
6878 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6879
6880         * shr.el (shr-tag-script): Ignore <script>.
6881         (shr-tag-label): Add <label> support.
6882
6883 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6886
6887         * shr.el (shr-image-displayer): Work for images lined side by side.
6888
6889 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6890
6891         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6892         parameter, since XEmacs doesn't accept t as a parameter.
6893
6894 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6895
6896         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6897         ids.
6898         (nnir-run-gmane): Simplify groupspec formatting.
6899         (nnir-request-expire-articles): New function.
6900
6901 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6904         overflow, possibly.
6905
6906         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6907         (shr-render-td): Handle td style="" better.
6908         (shr-tag-table): Use the color from the style sheet.
6909         (shr-render-td): Make sure we copy over all the overlays, too.
6910
6911 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6912
6913         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6914         (nnir-request-article): Improve article retrieval.
6915
6916 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * mm-util.el (mm-extra-numeric-entities): New variable.
6919
6920         * mm-url.el (mm-url-decode-entities):
6921         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6922
6923         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6924
6925 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6926
6927         * message.el: Use completion-at-point.
6928         (message-completion-function): New fun, extracted from message-tab.
6929         (message-mode): Use it for completion-at-point-functions.
6930         (message-tab): Use it and completion-at-point.
6931
6932 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6935         character if a non-breakable character follows.
6936
6937 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6940         any stream.
6941
6942         * shr.el (shr-tag-font): Colorize the region.
6943         (shr-tag-body): Ditto.
6944         (shr-tag-font): Actually let the styles be inherited instead of
6945         overwriting them.
6946         (shr-tag-font): Get the background color right.
6947         (shr-tag-style): Ignore all <style> tags for the moment.
6948
6949         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6950         a Message-ID to avoid having nnimap depend on gnus-sum.
6951
6952         * shr.el (shr-descend): Only colorize something if we have a node that
6953         sets colors.
6954
6955 2010-12-06  Julien Danjou  <julien@danjou.info>
6956
6957         * shr.el (shr-render-td): Render td content with shr-descend, so style
6958         will be applied to <td> too.
6959         (shr-colorize-region): Colorize region even if we only have a background.
6960         (shr-tag-body): Fix color and background color inheritance.
6961         Do not recolorize after shr-generic.
6962         (shr-tag-font): Let shr-generic colorize via inheritance.
6963
6964 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6967
6968 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6969
6970         * nnir.el (nnir-request-move-article): Remove obsolete code.
6971
6972 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6975
6976 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * gnus-sum.el (gnus-summary-respool-article): The completion function
6979         expects a list instead of an alist.
6980
6981         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6982         string as the parameter.
6983
6984         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6985
6986         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6987         styles.
6988         (shr-colorize-region): New function.
6989         (shr-insert-background-overlay): Remove.
6990         (shr-render-td): Background setting should be taken care of on a higher
6991         level.
6992         (shr-tag-body): Use post-hoc colorizations.
6993         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6994         (shr-put-color-1): Don't overwrite old colors.
6995         (shr-colorize-region): When the background color isn't explicit, use
6996         a fixed background.
6997
6998         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6999         nnmail variables.
7000
7001 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7002
7003         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7004         unless necessary.
7005
7006 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7007
7008         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7009         server.
7010
7011 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7014         so that TAB works.
7015
7016         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7017         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7018
7019         * shr.el (shr-urlify): Show the URL before the title to avoid
7020         misleading URLs.
7021
7022 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7023
7024         * shr.el (shr-urlify): Display the title in <a> tags.
7025
7026 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7027
7028         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7029
7030 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7031
7032         * nnir.el: Rearrange code to allow macros to be autoloaded by
7033         gnus-sum.el.
7034         (nnir-retrieve-headers-override-function): Make this variable
7035         customizable.
7036         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7037
7038         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7039         from nnir.el.
7040
7041 2010-12-03  Julien Danjou  <julien@danjou.info>
7042
7043         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7044
7045 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7048         allow optional argument `environment'.
7049
7050 2010-12-03  Glenn Morris  <rgm@gnu.org>
7051
7052         * mm-extern.el (message-goto-body): Update declaration.
7053
7054 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-util.el (gnus-macroexpand-all): New function.
7057
7058         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7059         instead of macroexpand-all that is unavailable in XEmacs.
7060
7061 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7062
7063         * nnir.el (nnir-summary-line-format): New variable.
7064         (nnir-mode): Use it.
7065         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7066         (nnir-article-ids): Reimplement as defsubst.
7067         (nnir-retrieve-headers): Don't mangle the subject header.
7068         (nnir-run-imap): Use 100 as RSV score.
7069         (nnir-run-find-grep): Fix for full server searching.
7070         (nnir-run-gmane): Better restriction to gmane groups.
7071
7072         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7073         summary buffers.
7074
7075 2010-12-02  Julien Danjou  <julien@danjou.info>
7076
7077         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7078
7079         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7080
7081         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7082         support.
7083
7084 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7085
7086         * nnir.el: Update to handle the registry better.
7087         (autoload): Silence byte-compiler.
7088         (nnir-open-server): Add a hook for nnir groups.
7089         (nnir-request-move-article): Don't mangle the header.  Better to use
7090         formatting variables (which will be added in the future).
7091         (nnir-registry-action): Update the registry using the original article
7092         group name.
7093         (nnir-mode): Install nnir-specific hooks for updating the registry.
7094
7095         * gnus-sum.el
7096         (gnus-article-original-subject,gnus-newsgroup-original-name):
7097         Remove obsolete variables.
7098         (gnus-summary-move-article): Remove use of obsolete variables.
7099         (gnus-summary-local-variables): Make move and delete hooks local to
7100         summary buffers.
7101
7102 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * rtree.el: New file.
7105
7106 2010-12-01  Julien Danjou  <julien@danjou.info>
7107
7108         * message.el (message-user-organization): Do not use
7109         gnus-local-organization.
7110
7111         * gnus.el: Remove gnus-local-organization.
7112
7113         * gnus-msg.el: Remove nastygram thing.
7114
7115 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7118         funcall.
7119
7120 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7123         names.
7124
7125         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7126         characters.
7127
7128         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7129         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7130         Suggested by Štěpán Němec <stepnem@gmail.com>.
7131         (gnus-gravatar-transform-address): Use mail-extract-address-components
7132         that supports non-ASCII names rather than mail-header-parse-addresses.
7133
7134 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7135
7136         * proto-stream.el (open-protocol-stream): All starttls connections are
7137         handled by the network handler.
7138
7139 2010-11-30  Julien Danjou  <julien@danjou.info>
7140
7141         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7142         (nnimap-open-connection-1): Fix PREAUTH.
7143
7144         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7145
7146 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7149         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7150         (shr-insert): Use them.
7151         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7152
7153 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7154
7155         * nnir.el (nnir-request-move-article): Bail out if original group
7156         doesn't support article moves.
7157         (nnir-get-active): Improve active list retrieval.
7158
7159 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7162
7163 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7164
7165         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7166         seem to accept strings-with-numbers as port numbers.
7167
7168 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7169
7170         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7171         change the registry.
7172
7173 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7176         delete-dups that is not available in XEmacs 21.4.
7177
7178         * mm-util.el (mm-delete-duplicates): Add comment.
7179
7180 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7181
7182         * nnir.el (nnir-ignored-newsgroups): New variable.
7183         (nnir-get-active): Use it.
7184
7185 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * proto-stream.el (proto-stream-open-network): Add some comments.
7188
7189         * nntp.el (nntp-open-connection): Provide a :success condition.
7190
7191         * nnimap.el (nnimap-open-connection-1): Ditto.
7192
7193         * proto-stream.el (proto-stream-open-network): See what the response to
7194         the STARTTLS command is.
7195
7196         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7197         backwards compatibility).
7198         (nnimap-open-connection-1): Really respect nnimap-server-port.
7199
7200         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7201         TLS upgrades we don't really care about the identity of the peer.
7202         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7203         that what we've checked for.
7204         (proto-stream-always-use-starttls): Only default to t if
7205         open-gnutls-stream exists.
7206         (proto-stream-open-network): If STARTTLS failed, then just open a
7207         normal connection.
7208         (proto-stream-open-network): Wait until the greeting before doing
7209         STARTTLS.
7210
7211         * nntp.el (nntp-open-connection): Report what the connection error is.
7212
7213         * proto-stream.el (open-protocol-stream): Rename from
7214         open-proto-stream.
7215
7216 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217
7218         * nnimap.el (nnimap-stream): Change default to `undecided'.
7219         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7220         first, and then network.
7221         (nnimap-open-connection-1): Respect nnimap-server-port.
7222         (nnimap-open-connection): Be more backwards-compatible.
7223
7224         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7225         (proto-stream-open-starttls): De-duplicate the starttls code.
7226         (proto-stream-open-starttls): Folded back into the main function.
7227         (proto-stream-open-network): Fix typo in the gnutls path.
7228         (proto-stream-command): Refactor out.
7229
7230         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7231
7232         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7233         starttls.el STARTTLS.
7234
7235         * color.el (color-lab->srgb): Fix function call name.
7236
7237         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7238         if we're using tls.el.
7239         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7240         built in, then don't try to establish a STARTTLS connection.
7241
7242         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7243         servers.
7244
7245         * proto-stream.el (open-proto-stream): Use network, not stream.
7246         (open-proto-stream): Add a way to specify what the end of a command is.
7247
7248         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7249         connections types.
7250         (nntp-open-network-stream): Remove.
7251         (nntp-open-ssl-stream): Remove.
7252         (nntp-open-tls-stream): Remove.
7253         (nntp-ssl-program): Remove.
7254
7255         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7256
7257 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7258
7259         * nnir.el: Fix typos.
7260         (nnir-retrieve-headers-override-function): Rename variable to reflect
7261         new semantics.
7262         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7263         macros.
7264         (nnir-request-article, nnir-request-move-article): Use them.
7265         (nnir-categorize): New function.
7266         (nnir-run-query): Use it.
7267         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7268         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7269         sorted.
7270         (nnir-group-full-name): Use gnus-group-full-name instead.
7271         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7272         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7273
7274 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275
7276         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7277
7278         * proto-stream.el: New library to provide protocol-specific
7279         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7280         protocols.
7281         (open-proto-stream): Complete the documentation.
7282         (proto-stream-open-network): Fix some typos.
7283
7284         * nnimap.el (nnimap-open-connection): Use it.
7285
7286 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7287
7288         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7289         negotiation.
7290
7291 2010-11-26  Julien Danjou  <julien@danjou.info>
7292
7293         * color.el: Rename various rgb functions to srgb.
7294
7295 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7298         names.
7299
7300 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * shr.el (shr-insert): Revert last change.
7303         (shr-find-fill-point): Never leave point being at bol;
7304         relax the kinsoku limitation when rendering tables.
7305
7306 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307
7308         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7309         results from -accept-article.
7310
7311         * shr-color.el: Require cl when compiling.
7312
7313         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7314         checkin.
7315
7316         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7317
7318         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7319
7320         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7321         'add and 'delete to set backend marks.
7322
7323         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7324
7325         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7326
7327         * nntp.el (nntp-request-set-mark): Use it.
7328
7329         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7330
7331         * nnml.el (nnml-request-set-mark): Ditto.
7332
7333         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7334         introduces regressions in article selection.
7335         (nnimap-find-uid-response): New function.
7336         (nnimap-request-accept-article): Use the UID returned, if any.
7337         (nnimap-request-move-article): Use the UID returned, if any.
7338         (nnimap-get-groups): Reimplement to work with folded lines.
7339         (nnimap-find-uid-response): The UID is the last element in the list.
7340         (nnimap-request-set-mark): Extend syntax with 'set.
7341
7342         * nnml.el (nnml-request-set-mark): Ditto.
7343
7344         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7345
7346         * nntp.el (nntp-request-set-mark): Ditto.
7347
7348 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * message.el (message-called-interactively-p): A temporary macro.
7351         (message-goto-body): Use it temporarily.
7352
7353 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7354
7355         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7356         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7357         (nnimap-last-response-string): Fix last unfolding fix.
7358
7359 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * shr.el (shr-insert): Fix the way to fold lines.
7362
7363 2010-11-25  Julien Danjou  <julien@danjou.info>
7364
7365         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7366
7367         * color.el: Rename from color-lab.el
7368         (color-rgb->hex): Add.
7369         (color-complement): Add.
7370         (color-complement-hex): Add.
7371
7372         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7373
7374 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * shr-color.el (shr-color-visible): Don't bug out if the color names
7377         don't exist.
7378
7379 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7382         assuming that article displaying or another mml-preview may be
7383         interrupted for an error or for the like.
7384
7385         * shr.el (shr-get-background): Fix argument name.
7386
7387 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7390
7391         * gnus-sum.el (gnus-summary-include-articles): New function.
7392
7393         * message.el (message-goto-body): called-interactively-p needs a
7394         parameter, so use `any'.
7395
7396         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7397         clear marks before moving, since they're synced from the Gnus side
7398         first.
7399
7400         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7401         (gnus-summary-move-article): Copy over all marks before moving, so that
7402         IMAP doesn't think a new article has arrived.
7403
7404 2010-11-24  Julien Danjou  <julien@danjou.info>
7405
7406         * shr.el (shr-insert-background-overlay): Fix typo.
7407         (shr-render-td): Copy the background before rendering.
7408
7409         * shr-color.el (shr-color-visible): Fix docstring.
7410
7411         * shr.el (shr-tag-table): Add bgcolor support.
7412         (shr-render-td): Add bgcolor support.
7413         (shr-get-background): Add.
7414         (shr-insert-foreground-overlay): Use shr-get-background.
7415
7416         * message.el (message-goto-body): Use called-interactively-p.
7417         (message-in-body-p): message-goto-body returns point.
7418
7419 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7422         Fixes something or other in Emacs 23, and is backwards compatible.
7423
7424         * message.el (message-goto-body): Remove the <#secure special-casing,
7425         which is too special.
7426
7427         * shr.el (shr-parse-style): Drop !important from styles.
7428
7429 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7430
7431         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7432         this function to return incorrect results when calling it with an
7433         explicit article argument different from
7434         (gnus-summary-article-number).
7435
7436 2010-11-24  Julien Danjou  <julien@danjou.info>
7437
7438         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7439         (shr-tag-body): Add background support.
7440         (shr-descend): Add background support.
7441         (shr-tag-title): Add.
7442
7443         * shr-color.el (shr-color-visible): Really return original background
7444         if fixed.
7445
7446 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7447
7448         * shr.el (shr-color-check): Protect against non-existent color names.
7449
7450 2010-11-24  Julien Danjou  <julien@danjou.info>
7451
7452         * color-lab.el: Require 'cl when compiling.
7453
7454         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7455
7456         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7457         matched part.
7458
7459         * color-lab.el: Fix all expt calls to use float type.
7460
7461 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7464         expression to shr-color-check as is.
7465
7466         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7467
7468         * color-lab.el: Add coding cookie.
7469         (float-pi): Use eval-and-compile.
7470
7471         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7472         compiled for Emacsen having no `libxml-parse-html-region' support.
7473
7474 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7475
7476         * shr.el (shr-insert-color-overlay): Split stuff like
7477         "#444444 !important" to find the real color.
7478         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7479         parse <font color="red"> entries.
7480
7481 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7482
7483         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7484         point when parsing headers.
7485
7486         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7487         is positioned properly when parsing headers.
7488
7489 2010-11-23  Julien Danjou  <julien@danjou.info>
7490
7491         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7492
7493         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7494
7495         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7496
7497         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7498         Use shr-color-hue-to-rgb.
7499         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7500
7501 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * shr.el (shr-color->hexadecimal): Autoload.
7504         (shr-descend): Add color to all tags.
7505
7506 2010-11-22  Julien Danjou  <julien@danjou.info>
7507
7508         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7509         shr-color->hexadecimal.
7510
7511         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7512         RGB() or HSL() color representation.
7513
7514         * shr.el (shr-tag-font): Add.
7515         (shr-tag-color-check): New function to get better colors.
7516         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7517         tag-span.
7518
7519         * shr-color.el: New file.
7520
7521         * color-lab.el: New file.
7522
7523         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7524
7525 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7526
7527         * nnir.el: Fix typo in comments.
7528         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7529         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7530
7531 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7534
7535         * nnimap.el (nnimap-get-capabilities): Refactor out.
7536         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7537
7538 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7539
7540         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7541         appearing when `mm-uu-hide-markers' is nil.
7542
7543 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * nnimap.el (nnimap-unselect-group): Make into its own function.
7546         (nnimap-request-rename-group): Unselect group before renaming.
7547         This had gotten lost somewhere.
7548         (nnimap-request-accept-article): Keep track of examined groups, and
7549         unselect the group before APPENDing to read-only groups.
7550         (nnimap-request-move-article): Clear flags before moving so that they
7551         can be re-set later.
7552
7553 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7556         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7557
7558 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-art.el (gnus-mime-display-single):
7561         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7562         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7563         parameter.
7564
7565 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7568         (shr-table-vertical-line): New variable.
7569         (shr-insert-table): Use it.
7570
7571 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-html.el (gnus-html-wash-images): Don't display images if
7574         gnus-inhibit-images is non-nil; register displayer for cid images.
7575         (gnus-html-display-image): Work for cid image.
7576         (gnus-html-insert-image): Allow arguments.
7577         (gnus-html-put-image): Inhibit read-only.
7578         (gnus-html-prefetch-images): Don't prefetch images if
7579         gnus-inhibit-images is non-nil.
7580
7581 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * shr.el (shr-put-image): Break lines when inserting big pictures.
7584
7585 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7586
7587         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7588         sender, thanks Katsumi Yamaoka.
7589
7590 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7591
7592         * nnir.el (nnir-run-imap): Reverse the article list for each group
7593         rather than the whole list.
7594
7595 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * shr.el (shr-image-displayer): Protect function against non-existent
7598         image source.
7599
7600         * gnus-art.el (gnus-inhibit-images): New user option.
7601         (gnus-mime-display-single): Don't display image if it is non-nil.
7602
7603         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7604         gnus-inhibit-images.
7605
7606         * shr.el (shr-image-displayer): New function.
7607         (shr-tag-img): Use it.
7608
7609 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7610
7611         * mml2015.el (mml2015-epg-sign): Use From header.
7612
7613 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7614
7615         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7616
7617         * gnus-util.el (gnus-find-text-property-region): Return markers.
7618
7619         * shr.el (shr-tag-img): Put a displayer in the text property.
7620
7621         * gnus-util.el (gnus-find-text-property-region): New utility function.
7622
7623         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7624         (gnus-html-show-images): Remove.
7625
7626         * gnus-art.el (gnus-article-show-images): New, more general function.
7627
7628         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7629         image url text properties.
7630
7631         * shr.el: Ditto.
7632
7633         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7634         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7635
7636 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7639         work for two or more articles.
7640
7641 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7644         divide an image that's in an html article to two or more when washing
7645         non-ASCII characters in alt text of it.
7646
7647 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7650         smime-decrypt-region using function argument.
7651         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7652
7653         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7654
7655         * smime.el (smime-decrypt-region): Catch it.
7656
7657 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7658
7659         * smime.el (smime-mode-map): Move initialization into declaration.
7660         (gnus-run-mode-hooks): Don't autoload.
7661         (smime-mode): Use define-derived-mode.
7662
7663 2010-11-11  Glenn Morris  <rgm@gnu.org>
7664
7665         * smime.el (from): Restrict declaration to XEmacs.
7666
7667         * nnir.el (gnus-group-topic-name): Autoload.
7668
7669 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * shr.el (shr-insert): Don't break long line if it is because of
7672         kinsoku-bol characters in the line end.
7673
7674 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7675
7676         * nnir.el (nnir-request-move-article): Fix to provide original group
7677         and subject.
7678         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7679         been retrieved.
7680
7681         * gnus-sum.el (gnus-summary-move-article): Use original group and
7682         subject for virtual articles such as those in an nnir summary buffer.
7683
7684 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7687         least 21.5).
7688
7689         * smime.el (from): Declare it again for XEmacs.
7690
7691 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692
7693         * message.el (message-resend): Don't disable encoding unless it's
7694         already encoded.
7695
7696         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7697         low-numbered articles.
7698
7699 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * rfc2047.el (rfc2047-syntax-table): Simplify.
7702
7703         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7704
7705         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7706         set-char-table-range for XEmacs.
7707
7708 2010-11-10  Glenn Morris  <rgm@gnu.org>
7709
7710         * time-date.el (time-to-seconds): Always an alias on Emacs,
7711         never a real function.
7712         (with-no-warnings): Remove compat stub, now unused.
7713         (time-less-p): Doc fix.
7714         (time-to-number-of-days): Simplify.
7715
7716         * smime.el (from): Remove unused declaration.
7717
7718         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7719         (gnus-float-time): On Emacs, always an alias.
7720
7721         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7722         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7723
7724 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * dgnushack.el: Don't use ignore-errors in the top level form since it
7727         is unavailable in XEmacs even if cl is loaded.
7728
7729         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7730
7731 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * shr.el (browse-url-mailto): Autoload.
7734
7735         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7736
7737         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7738         regexp doesn't need quoting.
7739
7740 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7741
7742         * message.el (message-subject-trailing-was-ask-regexp)
7743         (message-subject-trailing-was-regexp): Match was: in addition to was.
7744
7745 2010-11-09  Glenn Morris  <rgm@gnu.org>
7746
7747         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7748         (nnbabyl-check-mbox): Use point-at-bol.
7749
7750 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7753
7754         * message.el (message-mailto): New function.
7755         (message-mailto): Should accept other parameters.
7756         (message-mailto): Remove since it duplicates browse-url-mailto
7757         functionality.
7758
7759 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7760
7761         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7762         methods.
7763         (gnus-read-active-file): Ditto.
7764
7765         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7766         ": " from the prompt.
7767         (gnus-group-make-group): Ditto.
7768
7769 2010-11-07  Glenn Morris  <rgm@gnu.org>
7770
7771         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7772         (gnus-bookmark-kill-line): Use point-at-eol.
7773
7774 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7777         asterisks in From header.
7778
7779 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780
7781         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7782         string to avoid making the From headers syntactically invalid.
7783
7784         * message.el (message-send-mail): Don't insert courtesy messages if the
7785         message already has List-Post and List-ID messages.
7786
7787 2010-11-06  Glenn Morris  <rgm@gnu.org>
7788
7789         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7790         `condition', `type', `length' a prefix.
7791         (gnus-treat-predicate): Update for above name changes.
7792
7793 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7794
7795         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7796         binding.  Handled by `gnus-summary-refer-thread' instead.
7797         (nnir-warp-to-article): New backend function.
7798
7799         * nnimap.el (nnimap-request-thread): Force dependency updating.
7800
7801         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7802         (gnus-summary-refer-thread): Rework to improve thread-referral.
7803
7804         * gnus-int.el (gnus-warp-to-article): New function.
7805
7806         * gnus-sum.el (gnus-summary-article-map): Bind it.
7807
7808 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7809
7810         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7811         gnus-summary-refer-thread.
7812
7813         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7814         headers.
7815         (gnus-summary-limit-include-thread): Prevent articles in thread from
7816         being cut in gnus-cut-threads.
7817         (gnus-summary-refer-thread): Limit retrieved headers to those in
7818         thread.
7819
7820 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821
7822         * message.el (message-send-mail): Use the value of
7823         message-courtesy-message from the message buffer.
7824
7825         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7826
7827         * shr.el (shr-browse-url): Implement mailto: URLs.
7828
7829         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7830         "raw".
7831
7832         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7833         if it's already selected.
7834
7835         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7836
7837 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7840         to measure the length and truncate alt text.
7841
7842 2010-11-03  Glenn Morris  <rgm@gnu.org>
7843
7844         * nndiary.el (nndiary-generate-nov-databases-1)
7845         (nndiary-generate-active-info): Rename dynamic variable `files' to
7846         something less generic.
7847
7848 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7849
7850         * nnir.el (nnir-request-move-article): Call the underlying backend to
7851         move articles from nnir.
7852
7853 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7856
7857 2010-11-02  Julien Danjou  <julien@danjou.info>
7858
7859         * nnir.el: Remove wais support.
7860
7861 2010-11-02  Glenn Morris  <rgm@gnu.org>
7862
7863         * gnus-html.el: Reorder requirements to quieten compiler.
7864
7865 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7868         properly for XEmacs as well.
7869         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7870         (gnus-article-natural-long-line-p): Use window-width rather than
7871         frame-width.
7872
7873 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7874
7875         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7876         (nnir-read-parms): Don't modify query.
7877         (nnir-run-query): Add ability to search topic on current line.
7878         (nnir-get-active): Clean up.
7879
7880 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7883         degenerate articles.
7884
7885         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7886         (gnus-print-buffer): Just print the buffer as is, without any copying
7887         to a buffer and then re-highlighting.
7888
7889         * nnimap.el (nnimap-request-group): Store the new updated info.
7890         (nnimap-request-group): Select the group when we don't know whether it
7891         exists or not.
7892
7893         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7894         groups.
7895
7896         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7897         groups.
7898
7899         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7900         groups.
7901
7902         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7903         long-lines case by only filling the long lines.
7904
7905         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7906         (bug #7311).
7907
7908 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * shr.el: No need to declare `declare-function' since shr.el is for
7911         only Emacsen that provide `libxml-parse-html-region'.
7912
7913         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7914         effective only in a file it is referred to.
7915
7916 2010-11-01  Glenn Morris  <rgm@gnu.org>
7917
7918         * mm-util.el (gnus-completing-read): Autoload.
7919         (mm-read-coding-system): Simplify Emacs definition.
7920
7921         * nnmail.el (gnus-activate-group):
7922         * nnimap.el (gnutls-negotiate):
7923         * nntp.el (netrc-parse): Fix declarations.
7924
7925 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7928         string-match-p in Emacs >=23.
7929
7930         * gnus-msg.el (gnus-configure-posting-styles):
7931         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7932
7933 2010-11-01  Glenn Morris  <rgm@gnu.org>
7934
7935         * nnir.el (declare-function): Add compat stub.
7936         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7937         (nnir-run-gmane): Require 'mm-url.
7938
7939         * mm-util.el (mm-string-to-multibyte): Simplify.
7940
7941         * shr.el (declare-function): Add compat stub.
7942         (url-cache-create-filename): Declare.
7943         (mm-disable-multibyte, widget-convert-button): Autoload.
7944
7945         * smime.el (ldap-search): Declare.
7946         (smime-cert-by-ldap-1): Require ldap on Emacs.
7947
7948         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7949         (nnimap-keepalive): Use gnus-float-time.
7950
7951         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7952         (mail-source-delete-crash-box): Use gnus-float-time.
7953
7954         * gnus-dired.el (gnus-completing-read): Autoload.
7955
7956         * mm-view.el (gnus-rescale-image): Autoload.
7957
7958         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7959
7960         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7961
7962         * sieve-manage.el: Require 'cl when compiling.
7963
7964         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7965         (gnus-iswitchb-completing-read): Require iswitchb.
7966         (gnus-select-frame-set-input-focus): Silence compiler.
7967
7968 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7969
7970         * message.el (message-subject-trailing-was-query): Change default to t,
7971         since I think that's what most people want.
7972
7973         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7974         appending for easier debugging.
7975         (nnimap-wait-for-connection): Take a regexp.
7976         (nnimap-request-accept-article): Wait for the continuation line before
7977         sending anything unless we're streaming.
7978
7979         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7980         leave the header washing to take place.
7981
7982 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7983
7984         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7985         regular expression match and replace in posting styles.
7986
7987 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7988
7989         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7990         an entire server.
7991         (nnir-get-active): New function.
7992         (nnir-run-imap): Use it.
7993         (nnir-run-gmane): Who knew, gmane search returns an article score!
7994
7995         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7996         server on the current line with nnir.
7997
7998 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8001         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8002         left edge.
8003         (gnus-article-foldable-buffer): Skip past the prefix when determining
8004         raggedness.
8005
8006         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8007         the raw article, and change `C-u g' to show the article without doing
8008         treatments.
8009
8010         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8011         on to `gnus-treat-article'.
8012         (gnus-inhibit-article-treatments): New variable.
8013
8014         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8015
8016         * gnus-art.el (gnus-treatment-function-alist): Have
8017         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8018         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8019         sections.
8020
8021         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8022         parameter.
8023         (gnus-article-fill-cited-long-lines): New function.
8024         (gnus-article-fill-cited-article): Allow filling only long sections.
8025
8026         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8027         and non-punctuation (like after the apostrophe in "'We").
8028
8029         * gnus-sum.el (gnus-summary-select-article): Make sure
8030         gnus-original-article-buffer is alive.
8031
8032         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8033         reflect the order they're in in the digest.
8034
8035         * gnus.el (gnus-group-startup-message): Move point to the start of the
8036         buffer.
8037
8038         * nnimap.el (nnimap-capability): New function.
8039         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8040         is set.
8041
8042 2010-10-31  David Engster  <dengste@eml.cc>
8043
8044         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8045         conform with changes to gnus-completing-read.
8046
8047 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8050
8051 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8052
8053         * nnir.el: Move defvar, defcustom around to keep file organized
8054         and keep byte-compiler quiet.
8055         (nnir-read-parms): Accept search-engine as arg.
8056         (nnir-run-query): Pass search-engine as arg.
8057         (nnir-search-engine): Remove.
8058
8059 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060
8061         * shr.el (shr-generic): The text nodes should be text, not :text.
8062
8063         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8064         later in the file.
8065
8066 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8067
8068         * nnir.el: General clean up.  Allow searching with multiple engines.
8069         Allow separate extra-parameters for each engine.
8070         Batch queries when possible.
8071         (nnir-imap-default-search-key,nnir-method-default-engines):
8072         Add customize interface.
8073         (nnir-run-gmane): New engine.
8074         (nnir-engines): Use it.  Qualify all prompts with engine name.
8075         (nnir-search-engine): Remove global variable.
8076         (nnir-run-hyrex): Restore for now.
8077         (nnir-extra-parms,nnir-search-history): New variables.
8078         (gnus-group-make-nnir-group): Use them.
8079         (nnir-group-server): Remove in favor of gnus-group-server.
8080         (nnir-request-group): Avoid searching twice.
8081         (nnir-sort-groups-by-server): New function.
8082
8083 2010-10-30  Julien Danjou  <julien@danjou.info>
8084
8085         * gnus-group.el: Remove gnus-group-fetch-control.
8086
8087         * gnus-start.el (gnus-find-new-newsgroups):
8088         Remove gnus-check-first-time-used.
8089
8090         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8091
8092 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8093
8094         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8095         set on groups that don't have \* permanentflags.
8096
8097 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8100         control the background color.
8101         (shr-tag-img): Ignore very small web bug type images.
8102         (shr-put-image): Add help-echo alt texts to the images.
8103         (shr-tag-video): Show the video poster image.
8104
8105 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * shr.el (shr-table-depth): New variable.
8108         (shr-tag-table-1): Only insert the images after the top-level table.
8109
8110         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8111
8112         * gnus-util.el (gnus-list-memq-of-list): New function.
8113
8114         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8115         selected.
8116         (nnimap-unsplittable-articles): New slot.
8117         (nnimap-new-articles): Use it.
8118
8119 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8120
8121         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8122         move to the previous line on `M-g'.
8123
8124 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8127         *-request-group, which seems unnecessary.
8128
8129         * nnimap.el (nnimap-quote-specials): Function copied over from
8130         imap.el.
8131         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8132         they support that.  Suggested by Tom Regner.
8133
8134 2010-10-29  Julien Danjou  <julien@danjou.info>
8135
8136         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8137         defalias.
8138         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8139
8140         * gnus.el: Remove `gnus-nntp-service' variable.
8141         (gnus-secondary-servers): Make obsolete.
8142         (gnus-nntp-server): Make obsolete.
8143
8144         * gnus-start.el (gnus-1): Remove x-splash calls.
8145
8146         * gnus-ems.el (gnus-x-splash): Remove.
8147
8148         * gnus.el (gnus-group-startup-message): Simplify/update code.
8149
8150         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8151         definition.
8152
8153         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8154         capability before doing anything.
8155         (gnus-group-insert-group-line): Remove useless
8156         gnus-group-remove-excess-properties.
8157
8158 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8161
8162 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163
8164         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8165         config after reselecting.
8166
8167 2010-10-28  Julien Danjou  <julien@danjou.info>
8168
8169         * shr.el (shr-put-image): Use point even if only inserting text.
8170         (shr-put-image): Save excursion when inserting alt text on non-graphic
8171         display, so the behavior is the same when we are on a graphic display.
8172
8173         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8174
8175 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8178         (gnus-mime-copy-part): Check coding system, not charset.
8179         (gnus-mime-view-part-externally): Never remove part.
8180         (gnus-mime-view-part-internally): Don't remove part here.
8181         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8182         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8183         multipart/alternative.
8184
8185         * mm-decode.el (mm-display-part): Take optional arg `force'.
8186
8187 2010-10-26  Julien Danjou  <julien@danjou.info>
8188
8189         * gnus-group.el (gnus-group-default-list-level): Add this function to
8190         compute the default list level.
8191         (gnus-group-default-list-level): Add possibility to use a function.
8192
8193 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8196
8197         * gnus-group.el (gnus-group-completing-read)
8198         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8199         gnus-replace-in-string.
8200
8201 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * shr.el (shr-tag-div): Add.
8204
8205         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8206
8207 2010-10-25  Julien Danjou  <julien@danjou.info>
8208
8209         * gnus-util.el: Remove `gnus-with-local-quit'.
8210
8211         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8212
8213 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8216         the original article buffer.
8217
8218 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8219
8220         * nnimap.el (nnimap-request-head): New function.
8221         (nnimap-request-move-article): Try to be slightly faster by not
8222         requesting the entire message when moving.
8223         (nnimap-transform-headers): Don't bug out on bodiless articles.
8224         (nnimap-send-command): Have no outstanding messages if the IMAP server
8225         doesn't support streaming.
8226         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8227
8228 2010-10-24  Julien Danjou  <julien@danjou.info>
8229
8230         * message.el (message-default-headers): Fix type.
8231
8232 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8235         prefetching images.
8236
8237         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8238         backend for unknown groups.  This is mainly useful for nnimap groups.
8239
8240         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8241         group isn't covered by the agent.
8242
8243 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8244
8245         * nnir.el (nnir-method-default-engines): New variable.
8246         (nnir-run-query): Use it.
8247         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8248         (gnus-summary-nnir-goto-thread): Change group if needed.
8249
8250         * gnus-group.el (gnus-group-group-map): Add key binding for
8251         gnus-group-make-nnir-group.
8252
8253 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8254
8255         * shr.el (shr-tag-object): Add.
8256
8257         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8258         original article buffer live.
8259         (gnus-summary-select-article-buffer):
8260         Mention gnus-widen-article-buffer.
8261
8262 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * shr.el (shr-tag-strong): Add.
8265
8266 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8269         group names.  They mess up the group buffer badly.
8270
8271         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8272
8273         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8274         instead of the summary one.
8275
8276 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * mml.el (mml-preview): Work properly when editing article.
8279
8280         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8281         gnus-have-read-active-file if it's already been in.
8282
8283 2010-10-22  Tom Tromey  <tromey@redhat.com>
8284
8285         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8286         gnus-group-completing-read.
8287
8288 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * message.el (message-mode-map): Don't bind M-; to comment region, to
8291         allow the global comment-dwim to work.
8292
8293 2010-10-21  Julien Danjou  <julien@danjou.info>
8294
8295         * message.el (message-setup-1): Allow message-default-headers to be a
8296         function.
8297
8298 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * shr.el (shr-tag-table): Simplify.
8301
8302 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8305         to avoid trying to snarf invalid stuff.
8306
8307         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8308
8309         * gnus.el (gnus-message-archive-group): Quote value.
8310         (gnus-message-archive-group): Mark as changed.
8311
8312         * shr.el (shr-add-font): Don't put the font properties on the newline
8313         or the indentation.
8314
8315         * message.el (message-fix-before-sending): Change options when sending
8316         non-printable characters.
8317
8318         * gnus.el (gnus-message-archive-method): Change the default to
8319         monthly outgoing groups.
8320
8321         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8322         that have gotten new numbers.
8323
8324         * nnimap.el (nnimap-request-replace-article): New function.
8325
8326 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8329         (nnrss-request-article): Don't use special html washing code.
8330
8331 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * shr.el (shr-tag-table): Remove useless nconc.
8334
8335 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * gnus-art.el (article-wash-html): Simplify and remove the charset
8338         stuff.  Use the normal html rendering code instead of the special html
8339         washing code.
8340
8341         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8342         `gnus-w3m' symbols.
8343         (mm-text-html-washer-alist): Remove.
8344
8345         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8346         (mm-inline-media-tests): Remove use.
8347         (mm-text-html-renderer): Change default to the `shr' symbol.
8348
8349         * mm-view.el (mm-inline-text-html): Remove use.
8350
8351         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8352         `gnus-blocked-images' to be a function.
8353         (gnus-article-wash-function): Remove.
8354
8355 2010-10-20  Julien Danjou  <julien@danjou.info>
8356
8357         * spam.el (spam-list-of-processors): Mark as obsolete.
8358
8359         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8360         (nnimap-insert-partial-structure): Fix boundary detection.
8361
8362 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8363
8364         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8365         run file-truename on remote files.  This can be expensive and even
8366         prevent one from editing drafts if some unrelated buffer has a stale
8367         connection.
8368
8369 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8372         kinsoku-eol regardless of shr-kinsoku-shorten.
8373         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8374         (shr-tag-table): Support caption, thead, and tfoot.
8375
8376 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8379         lines.
8380         (shr-save-contents): New command and keystroke.
8381
8382         * nndoc.el (nndoc-type-alist): Add git support.
8383         (nndoc-git-type-p): New function.
8384         (nndoc-transform-git-article): Ditto.
8385         (nndoc-transform-git-headers): Ditto.
8386         (nndoc-transform-git-headers): Generate Subject headers.
8387
8388         * shr.el (shr-parse-style): New function.
8389         (shr-tag-span): Ditto.
8390
8391         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8392         to `G G' to avoid collisions.
8393
8394 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * shr.el: Load kinsoku if necessary.
8397         (shr-kinsoku-shorten): New internal variable.
8398         (shr-find-fill-point): Make kinsoku shorten text line if
8399         shr-kinsoku-shorten is bound to non-nil.
8400         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8401         shr-indentation too when testing if table is wider than frame width.
8402         (shr-insert-table): Use `string-width' instead of `length' to measure
8403         text width.
8404         (shr-insert-table-ruler): Make sure indentation is done at bol.
8405
8406 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8407
8408         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8409         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8410         undecoded network data.
8411
8412 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8415         name in the mode line spec so that the mode line menu works
8416         (bug #2431).
8417
8418         * message.el (message-get-reply-headers): If we're fed `to-address',
8419         then always use that.
8420
8421         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8422         aren't so wide as to need to switch off the edit menu.
8423
8424         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8425         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8426
8427         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8428         `M-g'.
8429         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8430         the permanent marks.
8431
8432 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8433
8434         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8435         Splitting according to references/in-reply-to obeys the ignore-groups
8436         variable, while splitting by sender and subject do not.
8437
8438 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8441         alist, so that we can look for non-Unicode chars.
8442         (article-translate-strings): Allow both character and string maps.
8443
8444 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * shr.el (shr-insert): Don't insert space behind a wide character
8447         categorized as kinsoku-bol, or between characters both categorized as
8448         nospace.
8449
8450 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8451
8452         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8453         headers to gnus-newsgroup-headers.
8454
8455 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8456
8457         * shr.el (shr-tag-img): Don't align images -- since we're not
8458         rescaling, this often leads to ugly displays.
8459
8460 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8461
8462         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8463         duplicates.
8464
8465 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8466
8467         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8468         call.
8469
8470 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8471
8472         * gnus.el: Autoload gnus-html-show-images.
8473
8474         * nnimap.el: Use nnheader-message throughout.
8475
8476         * shr.el (shr-tag-img): Ignore images with no data.
8477
8478 2010-10-15  Julien Danjou  <julien@danjou.info>
8479
8480         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8481         a possibility to disable format=flow encoding when using hard newlines.
8482
8483 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * shr.el (shr-insert): Remove space inserted before or after a
8486         breakable character or at the beginning or the end of a line.
8487         (shr-find-fill-point): Do kinsoku; find the second best point or give
8488         it up if there's no breakable point.
8489
8490 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * nnimap.el (nnimap-open-connection): Message when opening connection
8493         for debugging purposes.
8494
8495         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8496         on every setup buffer call to allow this to change from article to
8497         article.
8498
8499         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8500         buffers where we have a wide table.
8501
8502 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8503
8504         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8505         uses *-request-thread.
8506
8507 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8510         incantation, which is no longer valid.
8511
8512 2010-10-14  Julien Danjou  <julien@danjou.info>
8513
8514         * shr.el: Fix defcustom type (char -> character).
8515
8516 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8519         programs.
8520
8521 2010-10-14  Julien Danjou  <julien@danjou.info>
8522
8523         * shr.el (shr-tag-a): Use url-link as widget type.
8524
8525         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8526         `gnus-group-get-icon'.
8527
8528 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529
8530         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8531         This should make server editing work better.
8532
8533         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8534
8535         * tls.el (tls-program): Remove spurious %s from openssl.
8536
8537         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8538         (nnimap-parse-flags): Fix regexp.
8539
8540         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8541         probably work for CJVK text, too.
8542
8543         * nnimap.el (nnimap-extend-tls-programs): Remove.
8544         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8545
8546         * tls.el (tls-starttls-switches): Remove starttls hack.
8547         (open-tls-stream): Ditto.
8548         (tls-find-starttls-argument): Ditto.
8549
8550 2010-10-13  Julien Danjou  <julien@danjou.info>
8551
8552         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8553         responses.
8554
8555 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8558
8559         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8560         anything in Emacs.
8561
8562         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8563
8564 2010-10-13  Julien Danjou  <julien@danjou.info>
8565
8566         * shr.el (shr-width): Make shr-width a defcustom with default to
8567         fill-column.
8568         (shr-tag-img): Use shr-width rather than fill-column.
8569
8570 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * dgnushack.el (byte-optimize-apply):
8573         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8574
8575         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8576         position when (X-)Faces exist.
8577         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8578         avatars when called interactively.
8579
8580 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8583         gnus-article-x-face-too-ugly is bound.
8584
8585 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8586
8587         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8588
8589         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8590         mailbox that doesn't exist.
8591
8592 2010-10-12  Julien Danjou  <julien@danjou.info>
8593
8594         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8595         (shr-get-image-data): Encode URL properly when fetching from cache.
8596         (shr-tag-img): Use aligned-to spaces to align correctly images.
8597
8598         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8599         before inserting the Gravatar.
8600
8601         * shr.el (shr-tag-img): Add align attribute support for <img>.
8602
8603 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * gnus-gravatar.el (gnus-art): Require.
8606
8607         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8608         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8609         Remove long obsoleted functions.
8610
8611 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8614
8615         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8616
8617         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8618         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8619         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8620         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8621         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8622         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8623         * sieve-manage.el, smime.el, spam.el:
8624         Fix comment for declare-function.
8625
8626 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8627
8628         * nnimap.el (nnimap-request-rename-group): Select group read-only
8629         before renaming it.
8630
8631         * shr.el (shr-insert): Fix up the white space only regexp.
8632
8633         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8634         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8635
8636         * shr.el (shr-current-column): New function.
8637         (shr-find-fill-point): New function.
8638
8639 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8640
8641         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8642         numbers.
8643
8644 2010-10-11  Julien Danjou  <julien@danjou.info>
8645
8646         * shr.el (shr-hr-line): Add.
8647         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8648         display hr lines.
8649         (shr-max-columns): Do not change state to nil if we just inserting
8650         spaces.
8651
8652 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8653
8654         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8655         select the last group.
8656
8657 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8658
8659         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8660
8661 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8662
8663         * dig.el (dig-mode-map): Declare and define in one step.
8664
8665 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8666
8667         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8668         for Gnus.
8669         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8670         (nnimap-update-qresync-info): Mark \Seen articles as read.
8671
8672         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8673         non-variable, too.
8674
8675         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8676         available.
8677         (nnimap-update-info): Rely more on the current active than the param
8678         active to avoid marking articles as read too much.
8679
8680         * auth-source.el (auth-source-create): Use (user-login-name) for the
8681         user name default.
8682
8683         * nnimap.el (nnimap-update-info): If the server doesn't return any
8684         useful info, just use the previous info.
8685         (nnimap-update-info): Prefer old info over start-article.
8686         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8687
8688 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8689
8690         * nnir.el (autoload): Clean up autoloads.
8691         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8692         Use key rather than value.
8693         (nnir-imap-search-other): New variable.
8694         (nnir-read-parm): Use it.
8695         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8696         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8697
8698 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8699
8700         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8701         the process, too.
8702
8703 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704
8705         * spam.el (gnus-summary-mode-map): Bind to "$".
8706         Suggested by Russ Allbery.
8707
8708         * shr.el: Rework the way things are indented by <li> slightly.
8709
8710         * gnus.el (gnus-group-set-parameter): Fix typo.
8711
8712         * nnimap.el: Start implementing QRESYNC support.
8713
8714 2010-10-09  Julien Danjou  <julien@danjou.info>
8715
8716         * nnir.el (nnir-engines): Fix too many arguments.
8717
8718 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8721         group is the "last", so that the backends like nnfolder actually save
8722         their folders.
8723
8724         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8725         try to use that for the tls stream.
8726         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8727         UIDVALIDITY and find out which groups are read-only and not.
8728         (nnimap-get-flags): Use the same marks parsing code as the rest of
8729         nnimap.
8730
8731 2010-10-09  Julien Danjou  <julien@danjou.info>
8732
8733         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8734
8735         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8736         retrieving gravatars.
8737
8738         * shr.el (shr-table-corner): Add.
8739         (shr-table-line): Add.
8740         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8741
8742 2010-10-08  Julien Danjou  <julien@danjou.info>
8743
8744         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8745
8746 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8747
8748         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8749
8750         * gnus-sum.el (gnus-mark-article-as-unread)
8751         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8752         (gnus-summary-set-bookmark): Use it.
8753
8754         * gnus-msg.el (gnus-setup-message): Use it.
8755
8756         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8757
8758         * gnus.el (gnus-group-remove-parameter): Use it.
8759
8760         * gnus-group.el (gnus-group-make-web-group): Use it.
8761
8762         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8763
8764         * nnregistry.el: Update docs to mention manual.
8765
8766         * gnus-registry.el: Update docs to mention nnregistry.el.
8767         (gnus-registry-initialize): Don't install nnregistry refer method
8768         automatically.
8769         (gnus-registry-install-nnregistry): Remove it.
8770
8771 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8772
8773         * shr.el (shr-insert): Don't insert double spaces.
8774
8775 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * gnus-gravatar.el (gnus-treat-from-gravatar)
8778         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8779         called interactively.
8780
8781         * gnus-art.el (gnus-mime-view-part-externally)
8782         (gnus-mime-view-part-internally): Make predicate function passed to
8783         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8784         of a mime type.
8785
8786         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8787
8788 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * shr.el (require): Require cl when compiling.
8791         (shr-tag-hr): New function.
8792
8793         * nnimap.el (nnimap-update-info): Remove double setting of high.
8794         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8795         This makes nnimap work properly on Courier again.
8796
8797         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8798         the variable for backwards compatibility.
8799
8800         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8801         the file name before using to avoid setting mm-default-directory to
8802         nil.
8803
8804         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8805         bidning gnus-agent variables.
8806
8807         * shr.el (shr-render-td): Use a cache for the table rendering function
8808         to avoid getting an exponential rendering behavior in nested tables.
8809         (shr-insert): Rework the line-breaking algorithm.
8810         (shr-insert): Don't leave trailing spaces.
8811         (shr-insert-table): Also insert empty TDs.
8812         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8813
8814 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8815
8816         * gnus-sum.el (gnus-number): Rename from `number'.
8817         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8818         (gnus-summary-limit-children): Update uses correspondingly.
8819
8820 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8823         (gnus-gravatar-transform-address): Don't show avatars of people of
8824         which mail addresses match gnus-gravatar-too-ugly.
8825
8826 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * shr.el (shr-table-widths): Expand TD elements to fill available
8829         space.
8830
8831 2010-10-07  Julien Danjou  <julien@danjou.info>
8832
8833         * nnimap.el (nnimap-request-rename-group): Add this method.
8834
8835 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8838         name from XEmacs' function-arglist.
8839
8840         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8841         gravatar under XEmacs.
8842
8843 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8844
8845         * auth-source.el: Update docs with TODO items.
8846
8847         * gnus-sync.el: Update docs to explain state and plans.
8848
8849         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8850         Hooks for mark updates.
8851         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8852
8853         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8854         hooks with arguments, which is needed for mark update hooks.
8855
8856 2010-10-06  Julien Danjou  <julien@danjou.info>
8857
8858         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8859         was matched.
8860
8861         * sieve-manage.el: Update example in `Commentary'.
8862
8863         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8864
8865         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8866         not 2000.
8867         (sieve-manage-authenticate): Re-add function.
8868
8869 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * shr.el (shr-insert): Get 'space transition right.
8872         (shr-render-td): Only delete space at the end of the TD.
8873
8874         * nnimap.el (nnimap-open-connection): Prepare to support
8875         open-gnutls-stream.
8876
8877         * shr.el: Rearrange function order to be more logical.
8878
8879 2010-10-06  Julien Danjou  <julien@danjou.info>
8880
8881         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8882         (nnrss-discover-feed): Remove 404 URL in docstring.
8883
8884         * nnir.el: Fix Swish-E URL.
8885         Fix Namazu URL.
8886
8887         * message.el (message-change-subject): Remove 404 URL in a comment.
8888
8889 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8892         called interactively.
8893
8894         * gnus-util.el (gnus-remove-if): Allow hash table.
8895         (gnus-remove-if-not): New function.
8896
8897         * gnus-art.el (gnus-mime-view-part-as-type):
8898         * gnus-score.el (gnus-summary-score-effect):
8899         * gnus-sum.el (gnus-read-move-group-name):
8900         Replace remove-if-not with gnus-remove-if-not.
8901
8902         * gnus-group.el (gnus-group-completing-read):
8903         Regard collection as a hash table if it is not a list.
8904
8905 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8908
8909         * shr.el: Document the table-rendering algorithm.
8910
8911 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8914         for Emacsen having no `libxml-parse-html-region' support.
8915
8916 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917
8918         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8919         invalid URLs.
8920
8921         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8922         line-broken.
8923         (shr-tag-img): Ignore image fetching errors.
8924         (shr-overlays-in-region): Compute overlay positions correctly.
8925
8926         * mm-decode.el (mm-shr): Require shr.
8927
8928         * gnus-art.el (gnus-blocked-images): Move variable here.
8929
8930         * shr.el (shr-insert-table): Bind free variable.
8931
8932         * mm-decode.el (mm-shr): Bind shr-content-function.
8933
8934         * shr.el (shr-content-function): New variable.
8935
8936         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8937         added for symmetry.
8938
8939         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8940
8941         * gnus-group.el (gnus-group-make-group): Doc fix.
8942
8943         * nnimap.el (nnimap-request-newgroups): Return success.
8944
8945         * shr.el (shr-find-elements): New function.
8946         (shr-tag-table): Put all the images after the table.
8947         (shr-tag-table): Really inhibit images inside the table.
8948         (shr-collect-overlays): Copy over overlays from the TD elements to the
8949         main document.
8950
8951         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8952         gnus-blocked-images.
8953
8954 2010-10-05  Julien Danjou  <julien@danjou.info>
8955
8956         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8957
8958         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8959         (gnus-html-maximum-image-size): Add this function.
8960         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8961
8962         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8963         server-value of the capability is nil.
8964
8965 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8966
8967         * shr.el (shr-tag-em): Add <EM> tag.
8968
8969 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8970
8971         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8972         customizable.
8973
8974         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8975         handing broken links to browse-url.
8976
8977 2010-10-05  Julien Danjou  <julien@danjou.info>
8978
8979         * gnus-util.el (gnus-emacs-completing-read)
8980         (gnus-iswitchb-completing-read): Use autoload rather than require.
8981
8982 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8985         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8986         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8987         iswitchb-temp-buflist for XEmacs.
8988
8989         * gnus-util.el (gnus-completing-read-function): Exclude
8990         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8991         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8992         XEmacs.
8993
8994         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8995         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8996
8997         * gnus-html.el: Don't require help-fns under XEmacs.
8998         (gnus-html-schedule-image-fetching): Work for XEmacs.
8999
9000         * mm-decode.el (mm-shr): Decode contents by charset.
9001
9002 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003
9004         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9005         unknown.
9006
9007         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9008         (shr-get-image-data): Ensure against the cache file missing.
9009
9010         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9011         for data.
9012
9013         * spam-report.el (spam-report-url-ping-plain): Don't query about
9014         killing the process.
9015
9016         * shr.el (shr-render-td): Protect against too-wide text.
9017
9018 2010-10-04  Julien Danjou  <julien@danjou.info>
9019
9020         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9021         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9022
9023         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9024         retrieved.
9025
9026 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027
9028         * shr.el (browse-url): Require.
9029         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9030         lines.
9031         (shr-show-alt-text, shr-browse-image): New commands.
9032         (shr-browse-url, shr-copy-url): New commands.
9033
9034         * gnus-sum.el (gnus-widen-article-window): New variable.
9035         (gnus-summary-select-article-buffer): Use it.
9036
9037         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9038         without @ signs.
9039
9040 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9041
9042         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9043
9044 2010-10-04  Julien Danjou  <julien@danjou.info>
9045
9046         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9047         for XEmacs.
9048
9049 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050
9051         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9052
9053         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9054         (nnimap-close-server): Implement.
9055
9056         * dgnushack.el (iswitchb): Require to shut up the compiler.
9057
9058         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9059         (shr-insert): Tweak line breaking.
9060         (shr-insert): Handle <pre> better.
9061         (shr-tag-li): Get <li> indentation right.
9062         (shr-tag-li): Get <li> indentation even righter.
9063         (shr-tag-blockquote): Ensure paragraph start.
9064         (shr-make-table): Tweak table generation.
9065         (shr-make-table): Fix typo.
9066
9067         * shr.el: Implement table rendering.
9068
9069 2010-10-04  Julien Danjou  <julien@danjou.info>
9070
9071         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9072
9073 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9074
9075         * shr.el (shr-insert): Use string anchors instead of line anchors.
9076
9077 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * shr.el: Add headings.
9080         (shr-ensure-paragraph): Actually work.
9081         (shr-tag-li): Make <ul> prettier.
9082         (shr-insert): Get white space at the beginning/end of elements right.
9083         (shr-tag-p): Collapse subsequent <p>s.
9084         (shr-ensure-paragraph): Don't insert double line feeds after blank
9085         lines.
9086         (shr-insert): \t is also space.
9087         (shr-tag-s): Fix "s" tag name function.
9088         (shr-tag-s): Fix face prop name.
9089
9090 2010-10-03  Julien Danjou  <julien@danjou.info>
9091
9092         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9093
9094         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9095         gnus-window-inside-pixel-edges.
9096
9097         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9098         gnus-ems.
9099
9100         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9101
9102         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9103         function.
9104
9105         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9106         resize choice.
9107
9108 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9111         beginning of the buffer.
9112
9113         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9114         article buffer again.
9115
9116         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9117
9118         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9119         when it's at the start of the buffer.
9120
9121         * shr.el (shr-tag-blockquote): Convert name.
9122         (shr-rescale-image): Use the right image-size variant.
9123
9124         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9125         buffer isn't shown, then select the current article first instead of
9126         bugging out.
9127         (gnus-summary-select-article-buffer): Show both the article and summary
9128         buffers again.
9129
9130         * shr.el (shr-fontize-cont): Protect against regions with no text.
9131         Rename tag functions to shr-tag-* for enhanced security.
9132         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9133
9134 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9135
9136         * shr.el (shr-insert):
9137         * pop3.el (pop3-movemail):
9138         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9139         loaded.
9140
9141 2010-10-03  Glenn Morris  <rgm@gnu.org>
9142
9143         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9144
9145         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9146
9147         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9148
9149         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9150
9151         * gnus-util.el (gnus-make-local-hook): Simplify.
9152
9153 2010-10-02  Julien Danjou  <julien@danjou.info>
9154
9155         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9156         (gnus-ido-completing-read): New function.
9157         (gnus-emacs-completing-read): New function.
9158         (gnus-completing-read): Use gnus-completing-read-function.
9159         Add gnus-completing-read-function.
9160
9161 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162
9163         * shr.el (shr-insert-document): Autoload.
9164         (shr-img): Be silent.
9165         (shr-insert): Add a newline after every picture before text.
9166         (shr-add-font): Use overlays for combining faces.
9167         (shr-insert): Pass upwards the text start point.
9168
9169         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9170         possible.
9171         (mm-shr): New function.
9172
9173 2010-10-02  Julien Danjou  <julien@danjou.info>
9174
9175         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9176         should go backward.
9177
9178 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9179
9180         * shr.el (shr): Fix typo in provide call.
9181
9182 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9183
9184         * shr.el: New file.
9185
9186         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9187
9188         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9189         completing read.
9190
9191 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9194         we're being queried about.  Suggested by Dan Jacobson.
9195
9196         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9197         Suggested by Jason Eisner.
9198
9199         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9200         table, too.  Suggested by Stefan Wiens.
9201         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9202         the table unnecessary.  Suggested by Stefan Wiens.
9203
9204         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9205         longer needed, and probably doesn't work either, as pointed out by
9206         Stefan Wiens.
9207         (gnus-summary-exit): Remove call to the clearing function.
9208         (gnus-summary-exit-no-update): Ditto.
9209
9210         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9211         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9212         Reported by Stefan Monnier.
9213         (gnus-summary-save-in-rmail): Ditto.
9214
9215         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9216         article buffer, instead of both the article buffer and the summary
9217         buffer.  Sort of suggested by Dan Jacobson.
9218
9219         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9220
9221         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9222         Suggested by Dan Jacobson.
9223
9224         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9225         documentation clearer.
9226
9227         * message.el (message-shorten-references): Comment on the number "21".
9228         Suggested by Stefan Monnier.
9229
9230         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9231         Suggested by Dan Jacobson.
9232
9233         * gnus.el (gnus-large-newsgroup):
9234         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9235
9236         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9237         externalize attachments.  Bug reported by Steve Wen.
9238
9239         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9240         really message anything to the user.
9241
9242         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9243         directly.
9244
9245         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9246         messages in empty groups.
9247
9248 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9249
9250         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9251         non-UIDNEXT group.
9252
9253 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9256         not the value from the collection.
9257
9258         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9259         values.  This sometimes happens on some groups that have no info.
9260         (nnimap-request-newgroups): New function.
9261
9262 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9263
9264         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9265         check into `gnus-registry-initialize'.
9266         (gnus-registry-initialize): Ditto.
9267         Fix and extend header docs.
9268
9269 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9272         regexp backtrace overflows.
9273
9274         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9275         for starttls that tls.el implements; i.e. openssl.
9276
9277         * tls.el (tls-starttls-switches): Give up on using starttls with
9278         gnutls-cli.
9279         (tls-program): Add --insecure to be consistent with the defaults from
9280         openssl s_client.  Now all three commands are insecure.
9281
9282 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * lpath.el: Bind completion-styles-alist for XEmacs.
9285
9286         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9287         (gravatar-create-image): New function that's an alias to
9288         gnus-xmas-create-image, gnus-create-image, or create-image.
9289         (gravatar-data->image): Use it.
9290
9291 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9292
9293         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9294         install the nnregistry refer method.
9295         (gnus-registry-install-hooks): Use it.
9296         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9297         unfollowed groups.
9298
9299 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9300
9301         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9302         expanding threads.
9303
9304 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * nnir.el: Use the server names without suffixes (bug #7009).
9307
9308         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9309         unencrypted to STARTTLS, if possible.
9310
9311 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9312
9313         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9314         headers before superseding.
9315
9316 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * nnrss.el (nnrss-use-local): Add documentation.
9319
9320         * nnimap.el (nnimap-extend-tls-programs): New function.
9321         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9322         (nnimap-wait-for-connection): Accept the greeting from the stupid
9323         output from openssl s_client -starttls, too.
9324
9325         * tls.el (tls-starttls-switches): New variable.
9326         (tls-find-starttls-argument): Use it.
9327         (open-tls-stream): Ditto.
9328
9329         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9330         (netrc-machine): Ditto.
9331
9332         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9333         article number.
9334         (nnimap-split-fancy): New variable.
9335         (nnimap-split-incoming-mail): Use it.
9336
9337         * nntp.el (nntp-server-list-active-group): Document.
9338
9339         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9340         SELECT to get the message-id.
9341
9342         * mail-source.el (mail-sources): Remove webmail support.
9343         (defvar): Ditto.
9344         (mail-source-fetcher-alist): Ditto.
9345         (mail-source-fetch-webmail): Remove.
9346
9347         * webmail.el: Remove -- doesn't seem relevant any more.
9348
9349         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9350
9351         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9352         the \r.
9353
9354 2010-09-30  Julien Danjou  <julien@danjou.info>
9355
9356         * gnus-agent.el (gnus-agent-add-group): Fix call to
9357         gnus-completing-read.
9358
9359 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * nndoc.el (nndoc-retrieve-groups): New function.
9362
9363         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9364         `default', use nnmail-split-methods.
9365         (nnimap-request-article): Downcase the NILs so that they are nil.
9366
9367         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9368         symbol.
9369
9370         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9371         code, since if the user has requested network, that's what they ought
9372         to get.
9373         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9374         (nnimap-split-rule): Mark as obsolete.
9375
9376         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9377         New variable.
9378
9379         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9380         correct slot, too.
9381
9382 2010-09-29  Julien Danjou  <julien@danjou.info>
9383
9384         * gnus.el (gnus-local-domain): Declare variable obsolete.
9385
9386         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9387         Fix history computing.
9388         (gnus-ido-completing-read): Require ido.
9389
9390 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9391
9392         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9393         build Gnus.
9394
9395         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9396         when interpreting the structures.
9397         (nnimap-request-accept-article): Add \r\n to the lines to make this
9398         work with Cyrus.
9399
9400         * nndraft.el (nndraft-request-expire-articles): Use the group name
9401         instead if "nndraft".  Fix found by Nils Ackermann.
9402
9403 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9404
9405         * nnregistry.el: Add.
9406
9407 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9408
9409         * nnmail.el (group, group-art-list, group-art):
9410         Remove unneeded directives.
9411
9412 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9415         (mm-mime-charset):
9416         * rfc2047.el (rfc2047-syntax-table):
9417         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9418
9419         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9420         rather than `insert-file-contents' and `eval-region'.
9421
9422         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9423         construction.
9424
9425         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9426
9427         * time-date.el: No need to require cl for Emacs 21.
9428
9429 2010-09-29  Julien Danjou  <julien@danjou.info>
9430
9431         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9432         replacement of `gnus-gravatar-relief' to mimic
9433         `gnus-faces-properties-alist'.
9434         Add :version property.
9435
9436 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * mail-source.el (mail-source-report-new-mail):
9439         * message.el (message-default-mail-headers):
9440         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9441
9442         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9443
9444 2010-09-28  Julien Danjou  <julien@danjou.info>
9445
9446         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9447         mail-address contains the same string as real-name.
9448
9449         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9450         non-blank in header, otherwise it'll get stripped.
9451
9452         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9453         real-name, and then for mail address rather than doing : or , search.
9454
9455 2010-09-27  Julien Danjou  <julien@danjou.info>
9456
9457         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9458         right completing-read function.
9459         (gnus-use-ido): New variable
9460         (gnus-completing-read-with-default): Remove.
9461         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9462         (gnus-agent-add-group):
9463         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9464         * mm-view.el (mm-view-pkcs7-decrypt):
9465         * mm-util.el (mm-codepage-setup):
9466         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9467         * mml-smime.el (mml-smime-openssl-sign-query):
9468         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9469         (mml-insert-multipart):
9470         * gnus-msg.el (gnus-summary-yank-message):
9471         * gnus-int.el (gnus-start-news-server):
9472         * mm-decode.el (mm-interactively-view-part):
9473         * gnus-dired.el (gnus-dired-attach):
9474         * gnus.el (gnus-read-method):
9475         * gnus-bookmark.el (gnus-bookmark-jump):
9476         * gnus-art.el (gnus-mime-view-part-as-type)
9477         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9478         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9479         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9480         * nnmairix.el (nnmairix-create-server-and-default-group)
9481         (nnmairix-update-groups, nnmairix-get-server)
9482         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9483         (nnmairix-get-group-from-file-path):
9484         * nnrss.el (nnrss-find-rss-via-syndic8):
9485         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9486         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9487         (gnus-group-browse-foreign-server):
9488         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9489         (gnus-summary-execute-command, gnus-summary-respool-article)
9490         (gnus-read-move-group-name):
9491         * gnus-score.el (gnus-summary-increase-score)
9492         (gnus-summary-score-effect):
9493         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9494
9495 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9498         x-focus-frame.
9499
9500         * nnimap.el (auth-source-forget-user-or-password)
9501         (auth-source-user-or-password): Autoload.
9502
9503         * message.el (message-from-style, message-interactive)
9504         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9505         (message-yank-prefix, message-indentation-spaces, message-signature)
9506         (message-signature-file): Add comment.
9507
9508 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509
9510         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9511         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9512         new articles.
9513
9514         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9515         parts.
9516         (nnimap-request-article): Work with the t setting, too.
9517
9518         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9519         that you don't get flashes of other buffers.
9520         (gnus-summary-show-complete-article): Intern before setting.
9521
9522 2010-09-27  David Engster  <dengste@eml.cc>
9523
9524         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9525         well as HEADERS.
9526         (nnmairix-retrieve-headers): Provide new argument for the above.
9527
9528 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * gnus-sum.el (gnus-summary-move-article): Don't alter
9531         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9532         group.
9533
9534         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9535
9536         * message.el (message-cite-prefix-regexp): Revert my last edit.
9537
9538         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9539         variable instead of the Gnus variable.
9540
9541         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9542
9543         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9544
9545         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9546         since some servers don't like it.
9547         (nnimap-open-connection): Forget credentials if the server says the
9548         password was wrong.
9549         (nnimap-parse-line): Protect against invalid data.
9550
9551         * gnus-sum.el (gnus-summary-move-article): Add comment.
9552         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9553         nothing alters it while scanning for new messages.
9554
9555         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9556         which may or may not help.
9557         (nnimap-open-connection): If we're doing a stream connection, and then
9558         discover we're on a STARTTLS-capable server, then open a STARTTLS
9559         connection instead.
9560
9561 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * nnimap.el (utf7): Require.
9564
9565         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9566         prefix.
9567
9568 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9569
9570         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9571
9572 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * nnimap.el (nnimap-request-accept-article): Message the error on
9575         error.
9576
9577 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9580
9581 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * nndoc.el (nndoc-request-list): Return success always.
9584
9585         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9586         `fetch-old' -- we only want to fetch the articles we've requested.
9587         The rest are in the agent, probably.
9588         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9589         disappeared server" to something low.  It's not important.
9590
9591         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9592         arrived before the FETCH data.
9593
9594         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9595         target here, because we don't know the Gnus name of the group.
9596
9597         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9598         for the correct group.
9599
9600         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9601
9602         * gnus.el (gnus): Give a final warning after startup.
9603
9604         * gnus-util.el (gnus-action-message-log): New variable.
9605         (gnus-message): Use it.
9606         (gnus-final-warning): New function.
9607
9608         * nnimap.el (nnimap-open-connection): Record the greeting.
9609         (nnimap): Add greeting.
9610
9611 2010-09-26  Julien Danjou  <julien@danjou.info>
9612
9613         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9614         arguments.
9615         (gnus-html-wash-images): Fix spec computing to include start/end.
9616
9617         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9618
9619 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9622         deletion.
9623         (nnimap-retrieve-headers): Don't select the group, because that's
9624         already done by nnimap-possibly-change-group.
9625
9626         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9627         (gnus-picon-transform-address): Use it.
9628
9629         * mail-source.el (mail-source-value): Revert previous patch.
9630
9631         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9632         on failure.
9633         (nnimap-open-connection): Look up both virtual and physical server name
9634         credentials.
9635
9636         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9637
9638 2009-02-07  Dave Love  <fx@gnu.org>
9639
9640         * tls.el (open-tls-stream): Don't query killing process.
9641
9642 2009-02-08  Dave Love  <fx@gnu.org>
9643
9644         * gnus-win.el (gnus-window-to-buffer-helper)
9645         (gnus-all-windows-visible-p): Function needn't be a symbol.
9646
9647         * mail-source.el (mail-source-value): Function needn't be a symbol.
9648
9649 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * message.el (message-cite-prefix-regexp): Remove } from the cite
9652         prefix.
9653
9654         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9655         highlight again, so that the highlight is correct.
9656
9657         * gnus-picon.el (gnus-picon): Remove again.
9658         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9659
9660         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9661         doing the header highlightling, so that the background color of the
9662         picon is correct.
9663
9664         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9665         (gnus-picon): Ditto.
9666         (gnus-picon): Reinstate.  The background color for picons is white.
9667         (gnus-picon-insert-glyph): Make the background white.
9668
9669         * nnml.el (nnml-open-nov): Don't return dead buffers.
9670
9671         * auth-source.el (auth-source-create): Query the user for whether to
9672         store the credentials.
9673
9674         * netrc.el (netrc-store-data): New function.
9675
9676         * auth-source.el (auth-source-user-or-password): Use the existing auth
9677         sources, if any, for creation.
9678
9679         * gnus.el (gnus-group-fast-parameter): Return the last matching
9680         parameter instead of the first matching parameter.
9681
9682 2010-09-26  Julien Danjou  <julien@danjou.info>
9683
9684         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9685
9686 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9687
9688         * mml2015.el (mml2015-use): Remove gpg support.
9689
9690         * mml1991.el (mml1991-function-alist): Remove gpg function.
9691         (mml1991-gpg-sign): Remove.
9692
9693 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9694
9695         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9696         (gnus-browse-unsubscribe-current-group): Document it.
9697         (gnus-browse-unsubscribe-group): Use it.
9698
9699 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9700
9701         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9702         address to the To list for easier response.
9703
9704         * gnus.el (gnus-play-startup-jingle): Remove.
9705         (gnus-splash): Don't play jingle.
9706         (gnus): Silence gnus-load message.
9707
9708         * gnus-art.el (gnus-treat-play-sounds): Remove.
9709
9710         * gnus.el (gnus-play-jingle): Remove audio support.
9711
9712         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9713
9714         * earcon.el: Remove -- no users.
9715
9716         * gnus-audio.el: Remove -- no users of this package.
9717
9718         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9719
9720         * gnus-start.el (gnus-setup-news): Remove nocem support.
9721
9722         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9723
9724         * gnus.el (gnus-use-nocem): Remove.
9725
9726         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9727         Remove.
9728
9729         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9730         uses NoCeM any more.
9731
9732         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9733         (gnus-button-ctan-handler): Ditto.
9734         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9735         (gnus-button-ctan-directory-regexp): Ditto.
9736         (gnus-button-handle-ctan): Ditto.
9737         (gnus-button-tex-level): Ditto.
9738         (gnus-button-alist): Remove CTAN stuff.
9739
9740 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9743         nnimap-streaming test.
9744
9745         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9746         servers twice.
9747
9748         * nnimap.el (nnimap-open-connection): Add more error reporting when
9749         nnimap fails early.
9750
9751         * nnheader.el (nnheader-get-report-string): New function.
9752         (nnheader-get-report): Use it.
9753
9754         * gnus-int.el (gnus-check-server): Say what the error was when opening
9755         failed.
9756
9757         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9758         using streaming.
9759
9760 2010-09-25  Julien Danjou  <julien@danjou.info>
9761
9762         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9763         gnus-window-inside-pixel-edges.
9764
9765 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9768
9769         * mm-decode.el (mm-save-part): Allow saving to other directories the
9770         normal Emacs way.
9771
9772         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9773         Suggested by Jay Berkenbilt.
9774
9775         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9776         there isn't a single byte.
9777
9778         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9779         just do it.  It doesn't really seem to matter what the user responds
9780         here, I think, so it's just a confusing question.
9781
9782         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9783         non-streaming case.
9784
9785         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9786         (gnus-article-encrypt-body): Use it.
9787
9788         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9789         keystroke.
9790
9791         * nnimap.el (nnimap-find-wanted-parts-1):
9792         Use gnus-fetch-partial-articles.
9793
9794         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9795
9796         * nnimap.el (nnimap-insert-partial-structure): New function.
9797         (nnimap-get-partial-article): New function.
9798         (nnimap-request-article): Use it.
9799         (nnimap-wait-for-response): Return whether the wait was successful.
9800         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9801         retrieval wasn't successful.
9802         (nnimap-retrieve-group-data-early): Allow throttling servers.
9803         (nnimap-streaming): New variable.
9804         (nnimap-fetch-partial-articles): Remove.
9805
9806         * mm-decode.el (mm-with-part): Protect against killed buffers.
9807
9808         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9809         for prettier summary display.
9810
9811 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9812
9813         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9814
9815 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9818         apparently third-party libraries depend on it.
9819
9820         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9821         before starting negotiation.
9822
9823         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9824         privacy reasons.
9825         (gnus-treat-mail-gravatar): Ditto.
9826
9827         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9828         buffer when inserting images.  Inserting text into the headers, for
9829         instance, can make them invalid.
9830
9831 2010-09-25  Julien Danjou  <julien@danjou.info>
9832
9833         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9834         variables.
9835
9836         * nnheader.el: Remove useless variables news-reply-yank-from and
9837         news-reply-yank-message-id.
9838
9839         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9840         variables.
9841
9842         * mml1991.el: Remove useless mml1991-verbose.
9843
9844         * gnus.el: Remove useless variable gnus-use-generic-from.
9845         Remove obsolete variable gnus-topic-indentation.
9846
9847         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9848
9849         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9850
9851         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9852
9853         * gnus-group.el: Remove useless gnus-group-icon-cache.
9854         Remove useless gnus-ephemeral-group-server.
9855
9856         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9857
9858         * mml2015.el: Remove useless mml2015-verbose.
9859
9860         * mml-smime.el: Remove useless mml-smime-verbose.
9861
9862         * gnus.el: Remove useless gnus-local-domain.
9863
9864         * gnus-gravatar.el (gnus-gravatar-transform-address):
9865         Use gnus-gravatar-size.
9866
9867         * gnus-art.el: Remove useless gnus-treat-translate.
9868
9869 2010-09-24  Julien Danjou  <julien@danjou.info>
9870
9871         * gnus-sum.el: Add support for Gravatars.
9872
9873         * gnus-art.el: Add support for Gravatars.
9874
9875         * gnus-gravatar.el: Add this file.
9876
9877         * gravatar.el: Add this file.
9878
9879 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880
9881         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9882
9883         * gnus-group.el (gnus-group-fetch-faq): Remove.
9884
9885         * gnus.el (gnus-group-faq-directory): Remove.
9886
9887         * gnus-group.el (gnus-group-fetch-charter): Remove.
9888
9889         * gnus.el (gnus-group-charter-alist): Remove.
9890
9891         * gnus-group.el (gnus-group-archive-directory): Remove.
9892         (gnus-group-recent-archive-directory): Ditto.
9893         (gnus-group-make-archive-group): Remove.
9894
9895         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9896
9897         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9898         use the same article number for all the cached articles.
9899
9900         * nnimap.el (nnimap-command): Register the last command time so
9901         that we can use it for idling NOOPs.
9902         (nnimap-open-connection): Start the keeplive timer.
9903         (nnimap-make-process-buffer): Store all the process buffers.
9904         (nnimap-keepalive): New function.
9905
9906         * starttls.el (starttls-open-stream): Add autoload cookie.
9907
9908 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9909
9910         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9911         handling.
9912
9913 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914
9915         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9916         its data structures.
9917
9918         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9919         instead of the cl.el copy-list.
9920         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9921         equalp.
9922
9923 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9926         and tool-bar-local-item-from-menu.
9927
9928         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9929         mode-line-highlight face for Emacs.
9930
9931         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9932         loading gnus-sum.elc; fix comment for canlock-verify.
9933         (gnus-article-jump-to-part): Use read-number.
9934         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9935         Remove Emacs pre-21 compatible code for help-echo.
9936         (gnus-article-next-page-1): No need to adjust the number of lines.
9937         (gnus-article-describe-bindings): Always use help-buffer.
9938
9939         * gnus-audio.el (gnus-audio-inline-sound):
9940         * gnus-cus.el (gnus-custom-mode):
9941         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9942
9943         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9944
9945         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9946         compatible code.
9947
9948 2010-09-24  Glenn Morris  <rgm@gnu.org>
9949
9950         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9951         visiting the fcc file in rmail-mode.
9952
9953         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9954
9955 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * nnir.el: Silence the byte compiler.
9958
9959         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9960         alias to browse-url-url-encode-chars if any.
9961         (gnus-html-encode-url): Use it.
9962
9963 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * gnus-start.el (gnus-use-backend-marks): New variable.
9966         (gnus-get-unread-articles-in-group): Use it.
9967
9968         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9969         makeover.
9970
9971 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9972
9973         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9974
9975 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9978         Remove.
9979         (gnus-setup-news-hook):
9980         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9981
9982         * gnus-int.el (gnus-request-update-info): Protect against backends not
9983         having the function.
9984
9985         * nnimap.el (nnimap-stream): Mention starttls.
9986         (nnimap-open-connection): Add starttls support.
9987
9988 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9989
9990         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9991
9992 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9993
9994         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9995         BODYSTRUCTUREs.
9996         (nnimap-transform-headers): Unfold quoted {42} headers.
9997
9998         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9999         the info.
10000         (gnus-get-unread-articles): Only call updatep on backends that support
10001         it.
10002
10003         * nnweb.el (nnweb-request-update-info): NOOP.
10004
10005         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10006
10007         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10008         since it only deals with marks.
10009
10010         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10011         gnus-request-marks, and make a new gnus-request-update-info.
10012
10013         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10014         the active instead of the high number, which is usually too low.
10015
10016 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10017
10018         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10019         * encrypt.el: Remove.
10020
10021 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10022
10023         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10024         server in symbolic form.
10025
10026         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10027
10028 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10031         (nnimap-update-info): Fix up code slightly.
10032
10033         * gnus-int.el (gnus-open-server): Add tracing for performance
10034         debugging.
10035
10036         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10037         (gnus-group-insert-group-line): Pass the real group name so that it
10038         gets the right data.
10039
10040         * gnus-start.el (gnus-get-unread-articles): Don't have
10041         `gnus-get-unread-articles-in-group' update info, since that can be
10042         really slow and doesn't seem to be needed?
10043
10044 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10045
10046         * time-date.el (date-to-time): Try using parse-time-string first before
10047         using the slower timezone-make-date-arpa-standard.
10048
10049 2010-09-22  Julien Danjou  <julien@danjou.info>
10050
10051         * gnus-group.el (gnus-group-insert-group-line):
10052         Call gnus-group-highlight-line.
10053         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10054         default hook list.
10055         (gnus-group-update-eval-form): Add new function.
10056         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10057         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10058
10059 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10062         immediate, then expire all articles.
10063         (nnimap-update-info): Fix off-by-one errors.
10064         (nnimap-flags-to-marks): Would return no marks lists for group with no
10065         flags.  Instead return the other data.
10066
10067 2010-09-22  Julien Danjou  <julien@danjou.info>
10068
10069         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10070         Only return an icon.
10071         (gnus-group-insert-group-line): Compute icon to return.
10072
10073         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10074         (gnus-html-image-fetched): Only cache if
10075         gnus-html-image-automatic-caching is set.
10076         (gnus-html-image-fetched): Check for errors.
10077
10078 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10081         once per method on `g'.  This ensures that backends like nnfolder don't
10082         open all their folders.
10083
10084         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10085         (nnimap-request-list): Nix out group in the correct buffer.
10086         (nnimap-parse-flags): Implement by using `read' instead of
10087         hand-parsing.
10088         (nnimap-flags-to-marks): Pass on permanent-flags.
10089         (nnimap-make-process-buffer): Record the server name.
10090         (nnimap-parse-flags): Fix typo.
10091         (nnimap-request-scan): Run split on the server in general, not just a
10092         single group.
10093
10094         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10095         parameter, and propagate this downwards.
10096
10097         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10098         since EXAMINE changes it on the server.
10099
10100         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10101         this command might take a while.
10102
10103 2010-09-22  Julien Danjou  <julien@danjou.info>
10104
10105         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10106         harmful if you have 2 images side-by-side, they can't be properly
10107         update on text deletion.  Using text-property is safer here.
10108         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10109         data.
10110
10111 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * nnimap.el (nnimap-expunge-inbox): Remove.
10114         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10115         (nnimap-expunge): Flip default to t.
10116
10117         * gnus.el (gnus-method-to-server): Don't push things to the cache
10118         unless it's unique.
10119         (gnus-server-to-method): Ditto.
10120
10121 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10122
10123         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10124
10125 2010-09-22  Julien Danjou  <julien@danjou.info>
10126
10127         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10128         get the start of data.
10129         (gnus-html-encode-url): Add this function to encode special chars in
10130         URL.
10131         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10132         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10133
10134         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10135         default.
10136         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10137
10138         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10139         images alt-text.
10140         (gnus-html-put-image): Put alt-text as help-echo.
10141
10142 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10145         * mm-util.el (mm-decompress-buffer):
10146         * nnir.el (nnir-run-find-grep):
10147         * pop3.el (pop3-list): Use 3rd arg of split-string.
10148
10149         * time-date.el (format-seconds): Comment fix.
10150
10151         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10152         and byte-optimize-form-code-walker.
10153         (dgnushack-make-auto-load): Don't advise make-autoload.
10154
10155         * lpath.el: Remove Emacs 21 stuff.
10156
10157 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10158
10159         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10160         outside the active range.  Suggested by Dan Christensen.
10161
10162         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10163         slightly later to avoid double-getting it.
10164
10165         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10166         previous patch.
10167
10168         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10169
10170 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10171
10172         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10173
10174 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10175
10176         * gnus-int.el (gnus-open-server): Give a better error message in the
10177         "go offline" case.
10178
10179         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10180         marks for nnimap, which is seldom the right thing to do.
10181
10182         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10183         (gnus-same-method-different-name): New function.
10184
10185         * nnimap.el (parse-time): Require.
10186
10187         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10188         method in the presence of many similar methods.
10189
10190         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10191
10192         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10193         nnml-inhibit-expiry.
10194
10195         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10196         find out whether methods are equal.
10197
10198         * nnimap.el (nnimap-find-expired-articles): New function.
10199         (nnimap-process-expiry-targets): New function.
10200         (nnimap-request-move-article): Request the article before looking at
10201         what the Message-ID is.  Fix found by Andrew Cohen.
10202         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10203
10204         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10205         for oldness in addition to being a predicate.
10206
10207         * nnimap.el (nnimap-request-group): When we have zero articles, return
10208         the right data to Gnus.
10209         (nnimap-request-expire-articles): Only delete articles immediately if
10210         the target is 'delete.
10211
10212         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10213         method, this would bug out.
10214
10215         * gnus-group.el (gnus-group-expunge-group): Rename from
10216         gnus-group-nnimap-expunge, and implemented as a normal interface
10217         function.
10218
10219         * gnus-int.el (gnus-request-expunge-group): New function.
10220
10221         * nnimap.el (nnimap-request-create-group): Implement.
10222         (nnimap-request-expunge-group): New function.
10223
10224 2010-09-21  Julien Danjou  <julien@danjou.info>
10225
10226         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10227         (gnus-html-cache-expired): Add new function.
10228         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10229         wethever we should display image for fetch it.
10230         Compute alt-text earlier to pass it to the fetching function too.
10231         (gnus-html-schedule-image-fetching): Change function argument to only
10232         get one image at a time, not a list.
10233         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10234         cache.
10235         (gnus-html-get-image-data): New function to retrieve image data from
10236         cache.
10237         (gnus-html-put-image): Change buffer argument to use image data rather
10238         than file, and place image above region rather than inserting a new
10239         one.  Do not take alt-text as argument, since it's useless now: we place
10240         the image above alt-text.
10241         (gnus-html-prune-cache): Remove.
10242         (gnus-html-show-images): Start to fetch image when we find one, do not
10243         push into a temporary list.
10244         (gnus-html-prefetch-images): Only fetch image if they have expired.
10245         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10246         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10247
10248 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10251
10252 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10255         spec inser "*" if the group isn't active instead of 0.
10256
10257         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10258         opening the server.
10259         (nnimap-request-delete-group): Implement group deletion.
10260         (nnimap-transform-headers): Return the size of the entire message in
10261         the Bytes header, not just the size of the first part.
10262         (nnimap-request-move-article): When moving an article from nnimap,
10263         request the article first so the accepting form has an article to
10264         accept.  Reported by Dan Christensen.
10265         (nnimap-command): Make sure that the error message doesn't error out.
10266
10267 2010-09-20  David Edmondson  <dme@dme.org>
10268
10269         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10270         we haven't requested anything.
10271
10272 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273
10274         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10275         "".  Fix found by Andrew Cohen.
10276
10277         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10278         instead of -encode-string.
10279
10280 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10283
10284         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10285         by mm-subst-char-in-string.
10286
10287 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10288
10289         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10290         waiting for the connection string.
10291
10292         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10293         arriving.
10294
10295         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10296         bogus characters.  This allows selecting certain Gmail groups.
10297
10298         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10299         (nnimap-fetch-partial-articles): New variable.
10300         (nnimap-open-connection): When looking for credentials, also use the
10301         nnimap-server-port.
10302         (nnimap-request-article): Return the group/article number, so that Gnus
10303         `^' works as expected.
10304         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10305
10306         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10307         comments.
10308         (gnus-methods-sloppily-equal): New function.
10309         (gnus): When using the development version of Gnus, load the gnus-load
10310         file.
10311
10312         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10313         `gnus-open-server' on each method before trying to scan them etc.
10314         This ensures that all the backend parameters are set correctly.
10315
10316         * nnimap.el (nnimap-authenticator): New variable.
10317         (nnimap-open-connection): Allow anonymous login.
10318         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10319         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10320
10321         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10322         patch, found by Knut Anders Hatlen.
10323
10324 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10325
10326         * gnus-agent.el (gnus-agent-batch-confirmation)
10327         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10328         to gnus-message.
10329         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10330         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10331         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10332         * gnus-int.el (gnus-open-server): Likewise.
10333         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10334         (gnus-score-check-syntax): Likewise.
10335         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10336         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10337         Likewise.
10338         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10339
10340 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10341
10342         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10343         calling conventions so that prefetch doesn't bug out.
10344
10345 2010-09-19  Julien Danjou  <julien@danjou.info>
10346
10347         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10348         rather than `subst-char-in-region' in order to be able to replace ASCII
10349         char by UTF-8 ones.
10350
10351         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10352         than curl.
10353         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10354         the right URL and ALT text on images.
10355         (gnus-html-wash-tags): Fix tag case.
10356         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10357         (gnus-article-html): Add -o display_ins_del=2 option.
10358         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10359
10360 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10363         the extra mail headers, which sometimes seem to happen for unknown
10364         reasons.
10365
10366         * mail-parse.el (mail-header-encode-parameter): Define as
10367         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10368         (or most, perhaps?) mail readers don't understand the latter, but do
10369         understand the former.
10370
10371         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10372         to nil, so that no methods are automatically agentized.  I think this
10373         is probably what most users want.
10374
10375         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10376         from url-retrieve, for instance about invalid URLs.
10377
10378         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10379         groups that have no articles.
10380         (nnimap-request-article): Check that we really got an article when we
10381         requested one.
10382
10383         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10384         doesn't exist.
10385
10386         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10387         nntp buffer so the agent can save it.
10388         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10389         that CRLF doesn't get translated to \n.
10390         (nnimap-open-connection): Don't make 'shell commands only send \n.
10391
10392 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10393
10394         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10395         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10396         Update var name.
10397         (nnml-generate-nov-file): Use dolist.
10398         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10399         Use with-current-buffer.
10400
10401 2010-09-18  Julien Danjou  <julien@danjou.info>
10402
10403         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10404         parallel.
10405
10406 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10409         the range update right.
10410         (nnimap-request-group): Don't make `M-g' bug out on group with no
10411         marks.
10412         (nnoo): Require, so that other packages can require nnimap.
10413         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10414         command we're looking for.  This helps when the server sends more
10415         responses after we've gotten everything we expected.
10416         (nnimap): Add a `newlinep' field to keep track of end-of-line
10417         conventions.
10418         Don't send CRLF to things that don't want it.
10419         (nnimap-request-accept-article): Ditto.
10420
10421 2010-09-18  Julien Danjou  <julien@danjou.info>
10422
10423         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10424         than curl to retrieve images.
10425
10426 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10427
10428         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10429         the marks.
10430         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10431         (nnimap-wait-for-connection): New function.
10432         (nnimap-open-connection): If we have PREAUTH, don't query for login
10433         credentials.
10434         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10435         when doing a partial update.
10436
10437 2010-09-18  Julien Danjou  <julien@danjou.info>
10438
10439         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10440         tags.
10441
10442 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10443
10444         * nnimap.el (nnimap-credentials): New function.
10445         (nnimap-open-connection): Use the new function to look for credentials
10446         also on the numeric equivalents of "imap" and "imaps".
10447
10448         * gnus-start.el (gnus-activate-group): Send the info to
10449         gnus-request-group.
10450
10451         * nnimap.el (nnimap-request-group): Have the "check" version of the
10452         function parse flags and update the info, so that a `M-g' get a total
10453         resync of all flags from the group.
10454
10455         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10456         to allow backends to alter the info on group selection.  Also alter all
10457         the backend -request-group functions to take the parameter.
10458
10459         * nnimap.el (nnimap-store-info): New function.
10460         (nnimap-update-info): Store the info for later usage.
10461         (nnimap-request-group): Use the stored info for the dont-check case, so
10462         that we don't retrieve all marks when we enter a group.
10463
10464         * nnimap.el: Use deffoo instead of defun for interface functions.
10465
10466         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10467         update the group info.  This makes the nndraft groups, for instance, go
10468         back to their old behavior.
10469
10470         * gnus-sum.el (gnus-select-newsgroup): Indent.
10471
10472         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10473         in.
10474         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10475         nothing.
10476
10477         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10478         from methods that are denied.
10479
10480         * gnus-int.el (gnus-method-denied-p): New function.
10481
10482         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10483         store the password instead of netrc.
10484         (nnimap-open-connection): Don't error out when we can't make a
10485         connections.
10486
10487         * auth-source.el (auth-source-create): In the password prompt, say what
10488         we're querying for.  Also prompt for user name if that hasn't been
10489         given.
10490
10491         * nnimap.el (nnimap-with-process-buffer): Remove.
10492
10493 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10496         method when we're reading from the agent.
10497
10498         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10499
10500         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10501         that's probably most useful for users.
10502
10503         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10504         "failed" all the time.
10505
10506         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10507         ...)) with (with-current-buffer ... ).
10508
10509         * nntp.el (nntp-open-server): Return whether the open was successful or
10510         not.
10511
10512         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10513         select an unread unseen article first.
10514
10515         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10516         /etc/services, supply some sensible port defaults.
10517
10518         * dgnushack.el: Define netrc-credentials.
10519
10520 2010-09-17  Julien Danjou  <julien@danjou.info>
10521
10522         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10523
10524 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10525
10526         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10527         doesn't have any parameters.
10528
10529 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10530
10531         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10532         only upcased checks.
10533
10534         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10535
10536         * nnimap.el (nnimap-open-shell-stream): New function.
10537         (nnimap-open-connection): Use it.
10538         (nnimap-transform-headers): Get the number of lines in each message.
10539         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10540         number of lines.
10541         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10542         problem.
10543
10544         * utf7.el (utf7-encode): Autoload.
10545
10546         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10547         to allow the mail splitting to not return a default group.  This is
10548         useful for nnimap, which will leave unmatched mail in the inbox.
10549
10550         * nnimap.el: Rewritten.
10551
10552         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10553         nnimap usage.
10554
10555         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10556         if the move is internal, so that nnimap can do fast internal moves.
10557
10558         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10559         data.
10560         (gnus-read-active-for-groups): Support finishing the early retrieval of
10561         data.
10562
10563         * gnus-range.el (gnus-range-nconcat): New function.
10564
10565         * gnus-int.el (gnus-finish-retrieve-group-infos)
10566         (gnus-retrieve-group-data-early): New functions.
10567
10568 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10569
10570         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10571         (nnrss-retrieve-groups):
10572         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10573         (pop3-quit): Use with-current-buffer.
10574
10575 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10578         instead of nnheader-accept-process-output.
10579
10580         * dgnushack.el (dgnushack-compile): Add comment.
10581
10582         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10583
10584         * gnus-html.el (gnus-html-schedule-image-fetching)
10585         (gnus-html-prefetch-images): Replace process-kill-without-query by
10586         gnus-set-process-query-on-exit-flag.
10587
10588 2010-09-16  Romain Francoise  <romain@orebokech.com>
10589
10590         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10591
10592 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10593
10594         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10595         parameter to unintern is mandatory-ish in Emacs 24.
10596
10597         * gnus-html.el (gnus-html-schedule-image-fetching)
10598         (gnus-html-prefetch-images): Check for curl before using it.
10599
10600         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10601         depend on curl, which isn't essential.
10602
10603         * imap.el: Revert back to version
10604         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10605         seem problematic.
10606
10607 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10608
10609         * gnus-registry.el (gnus-registry-install-shortcuts):
10610         Explicitly pass `obarray' to `unintern' to avoid a warning.
10611
10612 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613
10614         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10615         change.
10616
10617         * nnrss.el (nnrss-request-list): Remove this function and related
10618         functions, including the moreover stuff.
10619
10620 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10621
10622         * nnrss.el (nnrss-retrieve-groups): New function.
10623
10624 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10625
10626         * .dir-locals.el: Add no-byte-compile cookie.
10627
10628 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * time-date.el (format-seconds): Comment fix.
10631
10632         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10633         for back end that doesn't support request-scan.
10634
10635 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10638         then do request scans from the backends.
10639
10640         * netrc.el (netrc-credentials): New conveniency function.
10641
10642         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10643         avoid running a hook per line, since this takes a lot of time,
10644         profiling shows.
10645         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10646         directly if gnus-visual-p is true.
10647
10648 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10651         groups; replace mapcar with dolist which is a bit faster; pass groups
10652         info to gnus-read-active-file-1.
10653         (gnus-read-active-file-1): Scan only specified groups if the new
10654         optional arg `infos' is given.
10655
10656 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10657
10658         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10659
10660         * pop3.el (pop3-movemail): Remove.
10661         (pop3-streaming-movemail): Rename to pop3-movemail.
10662
10663         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10664         don't restrict end-tag searches to the end of the line.
10665
10666 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10669         articles of every unchecked group to t, which means unknown since the
10670         server has never been opened.
10671
10672 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673
10674         * gnus-html.el (gnus-html-show-alt-text): New command.
10675         (gnus-html-browse-image): Ditto.
10676         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10677         to browse the image directly.
10678         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10679         better.
10680
10681         * gnus-async.el (gnus-async-article-callback):
10682         Call `gnus-html-prefetch-images' unconditionally.
10683
10684         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10685         before feeding URLs to curl.
10686
10687 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10690         internal images as deletable by `W D D'.
10691
10692         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10693         (gnus-async-article-callback): Fix typo.
10694
10695 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10698         current line to work around bugs in the output from w3m.
10699
10700         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10701         for groups that want that.
10702
10703         * nntp.el (nntp-wait-for-string): Supply a timeout for
10704         accept-process-output to ensure progress.
10705
10706         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10707         level to get unread articles from, then use that for foreign groups,
10708         too.
10709
10710         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10711         confuses the rest of the function.
10712
10713         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10714         for the methods that support -retrieve-groups, too.
10715
10716         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10717
10718 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10721         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10722
10723         * pop3.el: Require cl when compiling.
10724         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10725
10726 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10729         that aren't going to be activated.
10730         (gnus-get-unread-articles): Fix up the last commit.
10731
10732         * gnus-html.el (gnus-article-html): Allow calling without specifying
10733         the handle.  In that case, dissect the buffer first.
10734
10735         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10736
10737         * nnimap.el (nnimap-open-connection): Revert the change that would look
10738         into authinfo for imaps instead of imap.
10739
10740         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10741         say that you don't want to call gnus-request-group with don-check, but
10742         do check the reponse.  This is for virtual groups only.
10743         (gnus-get-unread-articles): Count the archive groups as secondary, so
10744         that they're activated the same way as before.
10745
10746         * imap.el (imap-message-map): Removed optional buffer parameter, since
10747         no callers use it.
10748         (imap-message-get): Ditto.
10749         (imap-message-put): Ditto.
10750         (imap-mailbox-map): Ditto.
10751         (imap-mailbox-put): Ditto.
10752         (imap-mailbox-get): Ditto.
10753         (imap-mailbox-get): Revert last change for this function.
10754
10755         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10756         case-insensitively.
10757         (nnimap-debug): Remove.
10758
10759         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10760         callers to use `imap-fetch' instead.  According to the comments, this
10761         should be safe, since all other IMAP clients use the 1:* syntax.
10762         (imap-enable-exchange-bug-workaround): Remove.
10763         (imap-debug): Remove -- doesn't seem very useful.
10764
10765         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10766         mail from a file, and the file doesn't exist.
10767
10768         * imap.el (imap-log): New convenience function used throughout instead
10769         of repeating the same code all over the place.
10770
10771         * pop3.el (pop3-streaming-movemail): Return t for success.
10772
10773         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10774         .authinfo if we're using ssl connection.
10775
10776         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10777         already have if we're in a main Gnus `g' run.
10778
10779         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10780
10781 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10784
10785         * nnmh.el (nnmh-request-list-1): Bind `file'.
10786
10787         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10788         alias to set-process-query-on-exit-flag or process-kill-without-query.
10789         (pop3-open-server): Use it.
10790
10791 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10794         box to the Incoming file.  Fixes mistake in previous checkin.
10795
10796         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10797         request loop (for debugging purposes) removed.
10798
10799         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10800         culprit is more visible.
10801         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10802         (nnml-add-incremental-nov): New functions to do "incremental" nov
10803         updates, where we just append to the end of the existing nov files
10804         without reading/writing them in full.
10805
10806         * mail-source.el (mail-source-delete-crash-box): Really only check the
10807         incoming files once in a while.
10808
10809         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10810
10811         * mail-source.el (mail-source-delete-crash-box): Only check the
10812         incoming files for deletion once per day to save a lot of file
10813         accesses.
10814
10815         * pop3.el (pop3-logon): Fix up unbound variable typo.
10816
10817         * mail-source.el (pop3-streaming-movemail): Autoload.
10818
10819         * pop3.el (pop3-streaming-movemail):
10820         Respect pop3-leave-mail-on-server.
10821
10822         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10823         retrieval.
10824
10825         * pop3.el (pop3-process-filter): Remove unused function.
10826         (pop3-streaming-movemail, pop3-send-streaming-command)
10827         (pop3-wait-for-messages, pop3-write-to-file)
10828         (pop3-number-of-responses): New functions for streaming pop3
10829         retrieval.
10830
10831         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10832         come from no known methods.
10833         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10834         list.
10835
10836         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10837         message sizes.
10838         (pop3-movemail): Use erase-buffer instead of looping and deleting
10839         regions, which seems rather odd.
10840
10841         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10842         file once per `g' run.
10843
10844         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10845         directories.  This makes the draft queue directory work.
10846
10847         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10848         data from the backends, so that we only request the list of groups from
10849         each method once.  This should speed things up considerably.
10850
10851         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10852         detect that it's not implemented.
10853
10854         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10855         we actually do recurse down into the tree, but don't stat all leaf
10856         nodes.
10857
10858         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10859         then say so instead of bugging out.
10860
10861         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10862         files exist before trying to read them.
10863
10864         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10865         around <pre_int>.
10866
10867         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10868
10869         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10870
10871 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10872
10873         * mm-util.el (mm-image-load-path): Just return the image directories,
10874         not all directories in the path in addition to the image directories.
10875         (mm-image-load-path): Maintain a cache of the image directories so that
10876         the `g' command in Gnus doesn't have to stat dozens of directories each
10877         time.
10878
10879         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10880         (gnus-html-wash-tags): Add a new `i' command to insert images.
10881         (gnus-html-insert-image): New command and keystroke.
10882         (gnus-html-redisplay-with-images): New command and keystroke.
10883         (gnus-html-show-images): Rename command.
10884         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10885         spacers.
10886         (gnus-html-wash-tags): Decode entities at the end, so that entities
10887         inside the tags don't mess up the rest of the "parsing".
10888
10889         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10890         so that nnimap methods aren't agentized by default.  There's apparently
10891         many problems related to agent/imap behavior.
10892
10893         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10894
10895         * gnus-html.el: Doc fix.
10896
10897 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10900         specifier-spec-list for Emacs 21.
10901
10902         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10903         glyph-width and glyph-height instead of display-graphic-p and
10904         image-size; make avoidance of displaying small images work for XEmacs.
10905
10906         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10907         for XEmacs.
10908
10909         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10910         of symbol that holds plist data.
10911         (gnus-process-plist): Remove plist of process after getting it.
10912
10913 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * message.el (message-generate-hashcash): Change default to
10916         'opportunistic if hashcash is installed.
10917
10918         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10919         (gnus-html-put-image): Only call image-size once, since it's somewhat
10920         time-consuming on remote X servers.
10921
10922 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10925         type on data, not a file name.
10926
10927         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10928         window-pixel-edges for Emacs 21.
10929
10930         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10931         decoded contents.
10932         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10933
10934 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10937         group line format, since it isn't very interesting.
10938
10939         * gnus-agent.el (gnus-agent-short-article),
10940         (gnus-agent-long-article): Increase values for these two variables,
10941         since most people are likely to have more network connection and
10942         storage than before.
10943
10944         * gnus.el (gnus-refer-article-method): Change default to 'current.
10945         When referring an article, the common behavior is to refer it from the
10946         current select method, not the native select method.  The chances of
10947         the native select method having the message in question is rather slim
10948         these days.
10949
10950         * gnus-sum.el (gnus-auto-select-subject): Change default to
10951         `unseen-or-unread'.  I think it's likely that most people want to
10952         select an unseen article over a previously seen, but unread one.
10953
10954         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10955         means that in the article buffer none of the minor mode elements will
10956         be shown, usually, and this is not desirable in most cases.
10957
10958         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10959         that commands like `d' (and the like) go to the next line in the
10960         buffer, instead of the next unread article.  I think this is the
10961         behavior that is most natural for most users.
10962         (gnus-single-article-buffer): Change default to nil, so that people can
10963         have as many article buffers open as they have summary buffer.  I think
10964         this is the most natural way for the groups to behave.
10965
10966         * message.el (message-generate-new-buffers): Change default to
10967         `unsent', so that all new message buffers start their names with the
10968         string "*unsent", and it's easier to find the buffers if you move from
10969         them.
10970
10971 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10972
10973         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10974         small.  They're probably tracking images.
10975         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10976         (gnus-html-rescale-image): Yet another try at getting the image sizing
10977         right.
10978
10979         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10980         nntp-marks-file-name is nil.
10981
10982 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10983
10984         * gnus-html.el (gnus-html-wash-tags)
10985         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10986         Better logging.
10987
10988 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10991
10992         * gnus-html.el (gnus-html-wash-tags): Check the value of
10993         gnus-blocked-images in the summary buffer.
10994
10995 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10996
10997         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10998
10999 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11000
11001         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11002         like "a", it seems like.
11003         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11004         since it needs to be picked from the correct buffer.
11005
11006         * nnwfm.el: Remove.
11007
11008         * nnlistserv.el: Remove.
11009
11010 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11011
11012         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11013         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11014
11015 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * nnkiboze.el: Remove.
11018
11019         * nndb.el: Remove.
11020
11021         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11022         alt text.
11023         (gnus-html-rescale-image): Try to get the rescaling logic right for
11024         images that are just wide and not tall.
11025
11026         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11027         overshadow variable bindings.
11028
11029 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11030
11031         * gnus-html.el (gnus-html-wash-tags)
11032         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11033         Add extra logging.
11034
11035 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11038         (gnus-max-image-proportion): New variable.
11039         (gnus-html-rescale-image): New function.
11040         (gnus-html-put-image): Rescale images.
11041
11042 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11043
11044         Fix up some byte-compiler warnings.
11045         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11046         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11047         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11048         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11049         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11050         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11051         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11052
11053 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-html.el (gnus-article-html): Decode contents by charset.
11056
11057 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11060         (gnus-html-frame-width, gnus-blocked-images):
11061         * message.el (message-prune-recipient-rules): Add custom version.
11062         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11063
11064         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11065         functions.
11066
11067         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11068         gnus-process-get.
11069
11070 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11071
11072         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11073         instead of lsub directly.
11074
11075 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * nnwarchive.el: Remove.
11078
11079         * gnus-soup.el: Remove.
11080
11081         * nnsoup.el: Remove.
11082
11083         * nnultimate.el: Remove.
11084
11085         * gnus-html.el (gnus-blocked-images): New variable.
11086
11087         * message.el (message-prune-recipients): New function.
11088         (message-prune-recipient-rules): New variable.
11089
11090         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11091         guess whether a long line is natural text or not.
11092
11093         * gnus-html.el (gnus-html-schedule-image-fetching):
11094         Use gnus-process-plist and friends for compatibility.
11095
11096 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11097
11098         * gnus-html.el: Require packages that define macros used in this file.
11099         (gnus-article-mouse-face): Declare to silence byte-compiler.
11100         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11101         process-get.
11102         (gnus-html-put-image): Use plist-get to avoid getf.
11103         (gnus-html-prefetch-images): Use with-current-buffer.
11104
11105 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * gnus-ems.el: Provide compatibility functions for
11108         gnus-set-process-plist.
11109
11110         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11111         header-line-format for XEmacs 21.4.
11112
11113         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11114         * gnus.el (gnus-valid-select-methods):
11115         * message.el (message-send-mail-partially-limit):
11116         * mm-decode.el (mm-text-html-renderer):
11117         * mml.el (mml-insert-mime-headers-always):
11118         * smiley.el (smiley-regexp-alist): Bump custom version.
11119
11120 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * gnus-html.el: Require mm-url.
11123         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11124         with the url to `url'.
11125         (gnus-html-wash-tags): Support cid: URLs/images.
11126
11127 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11130         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11131         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11132
11133         * gnus-move.el: Remove file, since it doesn't really work.
11134
11135         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11136         UTF-8.  This seems to fix problems with some German web feeds.
11137
11138         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11139         at the top so that the proper colors are applied.
11140
11141         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11142         don't have dots in their names.
11143
11144         * gnus-art.el (gnus-article-view-part): Doc fix.
11145
11146         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11147         XEmacs-compatible.
11148         (gnus-html-put-image): Don't do images on non-graphic displays.
11149
11150         * nnslashdot.el: Remove this unused backend.
11151
11152         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11153         actions.
11154         (gnus-undo-register-1): Revert last change.
11155
11156         * gnus-group.el (gnus-group-completing-read): Protect against not
11157         having completion-styles bound.
11158
11159         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11160         make broken recipients happier.
11161
11162         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11163
11164         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11165         point parameter.
11166
11167         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11168
11169         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11170         completion-styles for group selection.
11171
11172 2009-02-04  Andreas Schwab  <schwab@suse.de>
11173
11174         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11175         headers and regexp-quote the match if necessary.
11176
11177 2009-03-24  Miles Bader  <miles@gnu.org>
11178
11179         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11180         the blinking smiley.
11181
11182 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11183
11184         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11185         blink smiley.
11186
11187 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11190         where the dribbel file lives exists.
11191
11192         * message.el (message-send-mail-partially-limit): Change the default to
11193         nil, since most people don't want this.
11194
11195         * mm-url.el (mm-url-decode-entities): Also decode entities like
11196         &#x3212.
11197
11198 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11199
11200         * gnus-sum.el (gnus-summary-idna-message):
11201         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11202         Hyperlink urls in docstrings with URL `...'.
11203
11204 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11205
11206         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11207         functions.
11208
11209 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11212         say what the mouseover text should be.
11213
11214         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11215         version of the mm-w3m-safe-url-regexp variable to only download images
11216         in the groups where we want that to happen.
11217
11218         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11219
11220         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11221         easier debugging.
11222         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11223         big pictures in the article buffer.
11224
11225         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11226         gnus-article-html.
11227         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11228         w3m.
11229
11230         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11231
11232 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11233
11234         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11235         which doesn't exist.
11236
11237         * message.el (message-inhibit-ecomplete): New variable to allow some
11238         function to inhibit ecomplete address storage.
11239         (message-resend): Disable ecomplete message storage when resending
11240         messages.
11241
11242         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11243
11244 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11247         Save excursion while copying, moving, and deleting articles in order to
11248         prevent the cursor from jumping to unforeseen place.
11249
11250 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * lpath.el: No need to bind bookmark-current-buffer,
11253         bookmark-yank-point and bookmark-make-record-function.
11254
11255 2010-08-17  Glenn Morris  <rgm@gnu.org>
11256
11257         * gnus-sync.el: Require gnus components whose functions are used.
11258
11259         * gnus-art.el (bookmark-make-record-function):
11260         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11261         Declare for compiler.
11262
11263         * mm-url.el (mml-compute-boundary): Autoload.
11264
11265 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11268
11269 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11270
11271         Typo fix "hoo4a" -> "hook".
11272
11273         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11274
11275 2010-08-14  Glenn Morris  <rgm@gnu.org>
11276
11277         * gnus-sync.el (gnus-sync): Fix defgroup version.
11278
11279 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11280
11281         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11282
11283         * gnus-sync.el: Fix docs.
11284         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11285         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11286
11287 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11288
11289         Optimizations for gnus-sync.el.
11290
11291         * gnus-sync.el: Add docs about gnus-sync-backend
11292         possibilities.
11293         (gnus-sync-save): Remove unnecessary message.
11294         (gnus-sync-read): Optimize and show what groups were skipped.
11295
11296 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11297
11298         Minor bug fixes for gnus-sync.el.
11299
11300         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11301         Don't read the sync on get-new-news.
11302
11303         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11304         quiet.
11305
11306         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11307         (fix typo).
11308
11309 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11310
11311         Make saving and restoring of hidden threads work with overlays.
11312         Patch applied by Ted Zlatanov.
11313
11314         * gnus-sum.el (gnus-hidden-threads-configuration)
11315         (gnus-restore-hidden-threads-configuration): Update to deal with text
11316         properties, rather than searching for a magic character.
11317
11318 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11319
11320         New gnus-sync.el library for synchronization of marks.
11321
11322         * gnus-sync.el: New library for synchronization of marks.
11323
11324         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11325         renamed from `gnus-registry-grep-in-list'.
11326
11327         * gnus-registry.el (gnus-registry-follow-group-p):
11328         Use `gnus-grep-in-list'.
11329
11330         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11331
11332 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11335         determining charset of text fails.
11336
11337 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * nnmail.el (nnmail-get-new-mail-1): Revert.
11340
11341         * nnml.el (nnml-active-number): Make sure names of newly created groups
11342         in nnml-group-alist are encoded.
11343
11344 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11347         containing non-ASCII characters in active file for nnml back end.
11348
11349 2010-07-24  David Engster  <dengste@eml.cc>
11350
11351         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11352         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11353
11354 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11355
11356         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11357         tag (Bug#6654).
11358
11359 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11362         the article buffer, not the summary buffer.
11363
11364 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11367         Emacs 23 as well.
11368
11369 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11372         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11373
11374 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11375
11376         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11377         Patch applied by Karl Fogel.
11378
11379         * gnus-sum.el (gnus-summary-bookmark-make-record):
11380         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11381
11382 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11383
11384         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11385         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11386         C-w still not working correctly from Article buffers; Thierry's
11387         patch to fix that will be applied after this.
11388
11389         * gnus-art.el (bookmark-make-record-function): New local variable.
11390
11391         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11392         article buffer.
11393         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11394
11395 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11396
11397         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11398         on changes in bookmark.el.
11399
11400 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11403         `no-log' instead of message not to log prompt string.
11404
11405 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11406
11407         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11408         the *other* type of HTML form submission.
11409
11410 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11411
11412         * auth-source.el (auth-source-pick): If choice does not contain a
11413         questioned keyword, set the check to t.
11414
11415 2010-06-12  Romain Francoise  <romain@orebokech.com>
11416
11417         * gnus-util.el (gnus-date-get-time): Move up before first use.
11418
11419 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11422         (gnus-article-edit-part): Bind it to make last part that is substituted
11423         or deleted visible.
11424         (gnus-mime-display-single): Buttonize part of which id equals to
11425         gnus-mime-buttonized-part-id.
11426
11427 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11428
11429         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11430         (gnus-dd-mmm): Use gnus-date-get-time.
11431         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11432         simplify logic.
11433         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11434         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11435
11436 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11437
11438         * auth-source.el (top): Autoload `secrets-list-collections',
11439         `secrets-create-item', `secrets-delete-item'.
11440         (auth-sources): Fix tag string.
11441         (auth-get-source, auth-source-retrieve, auth-source-create)
11442         (auth-source-delete): New defuns.
11443         (auth-source-pick): Rewrite in order to avoid 2 passes.
11444         (auth-source-forget-user-or-password): New parameter USERNAME.
11445         (auth-source-user-or-password): New parameters CREATE-MISSING and
11446         DELETE-EXISTING.  Retrieve password interactively, if needed.
11447
11448 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11449
11450         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11451         deleting unused directories when gnus-expert-user is t.
11452
11453 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11456         for each temp file when gnus-article-browse-delete-temp is ask.
11457
11458 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11459
11460         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11461         Replace Lisp calls to delete-backward-char by calls to delete-char.
11462
11463 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11464
11465         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11466
11467 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11468
11469         * password-cache.el (password-cache-remove): Fix docstring.
11470
11471 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11474         article unless decoding article to be saved.
11475
11476 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11479         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11480         generated within the mm-with-unibyte-current-buffer macro.
11481
11482 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11485         to nil when we're in a mml-preview buffer and no group is selected.
11486
11487 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11488
11489         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11490         when catching the `C-g'.  Reported by "Leo".
11491
11492 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * message.el (message-forward-make-body-plain)
11495         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11496         multibyte-string-p.
11497
11498         * lpath.el: Revert.
11499
11500 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * message.el (message-forward-make-body-mml): Assume original message
11503         is multibyte string; error on unibyte.
11504         (message-forward-make-body-plain): Ditto; don't add excessive newline
11505         in body end.
11506
11507         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11508
11509 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11510
11511         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11512         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11513
11514 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-extern.el (mm-extern-url): Don't use
11517         mm-with-unibyte-current-buffer.
11518         (mm-extern-cache-contents): Use with-current-buffer instead of
11519         save-excursion + set-buffer.
11520
11521 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * mm-util.el (mm-emacs-mule): Remove.
11524
11525 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11526
11527         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11528         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11529         change.
11530
11531 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11534         bind the default value of enable-multibyte-characters to nil.
11535
11536 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * message.el (message-forward-make-body-plain)
11539         (message-forward-make-body-mml):
11540         Don't use mm-with-unibyte-current-buffer.
11541
11542 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11543
11544         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11545
11546 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11547
11548         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11549         (Bug#5592).
11550
11551 2010-05-07  Julien Danjou  <julien@danjou.info>
11552
11553         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11554         it to mm-pipe-part.
11555
11556         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11557         it is given.
11558
11559 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * binhex.el (binhex-decode-region-internal):
11562         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11563         (dns-query):
11564         * nnweb.el (nnweb-gmane-search):
11565         * pgg-parse.el (pgg-parse-armor):
11566         * pgg.el (pgg-verify-region):
11567         * sha1.el (sha1-string-external):
11568         * uudecode.el (uudecode-decode-region-internal):
11569         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11570         XEmacs.
11571
11572         * gnus-art.el (gnus-article-browse-html-parts):
11573         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11574         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11575         make-temp-file.
11576
11577         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11578         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11579         compiling.
11580
11581         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11582         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11583         XEmacs when compiling.
11584
11585         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11586         gnus-pick-mode-off-hook for XEmacs when compiling.
11587         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11588         gnus-binary-mode-off-hook for XEmacs when compiling.
11589
11590         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11591         Return nil if char-charset is not available.
11592
11593         * imap.el (imap-disable-multibyte)
11594         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11595         macros.
11596
11597         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11598         instead of encode-coding-string.
11599
11600         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11601         'xemacs) instead of mm-emacs-mule to switch function definitions.
11602         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11603
11604         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11605         bind temporary-file-directory for XEmacs;
11606         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11607         timer-set-function for XEmacs 21.4 and SXEmacs;
11608         bind timer-list for XEmacs 21.4 and SXEmacs;
11609         fbind char-charset and find-charset-region for non-Mule XEmacs;
11610         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11611         encode-coding-region and encode-coding-string for XEmacs having no
11612         file-coding feature.
11613
11614 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11615
11616         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11617
11618 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11621         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11622
11623 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11624
11625         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11626         alias `jka-compr-delete-temp-file' no longer exists.
11627
11628 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11629
11630         Use define-minor-mode in Gnus where applicable.
11631         * mml.el (mml-mode): Use define-minor-mode.
11632         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11633         (gnus-undo-mode): Use define-minor-mode.
11634         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11635         (gnus-dead-summary-mode): Use define-minor-mode.
11636         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11637         Initialize in declaration.
11638         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11639         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11640         (gnus-mailing-list-mode): Use define-minor-mode.
11641         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11642         (gnus-draft-mode): Use define-minor-mode.
11643         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11644         (gnus-dired-mode): Use define-minor-mode.
11645
11646 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11647
11648         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11649         handles on recursive mml-to-mime translation and check them for
11650         boundary delimiter collisions.  Reported by Greg Troxel.
11651
11652 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11655
11656 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11657
11658         * mm-util.el (mm-find-buffer-file-coding-system):
11659         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11660
11661 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11662
11663         * message.el (message-generate-headers): Record insertion of optional
11664         headers as well.  Otherwise the check to prevent repeated insertion of
11665         optional headers is a no-op.
11666
11667 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11668
11669         * smime.el: Don't mention CVS.
11670
11671         * nnrss.el (nnrss-fetch): Don't mention CVS.
11672
11673         * nnir.el: Don't mention CVS.
11674
11675 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11676
11677         * gnus-sum.el (gnus-summary-bookmark-make-record):
11678         Add `location' field.
11679
11680 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * lpath.el: Fbind bookmark-default-handler,
11683         bookmark-get-bookmark-record, bookmark-make-record-default,
11684         bookmark-prop-get for Emacs <23 and XEmacs.
11685
11686 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11687
11688         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11689         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11690         Use with-current-buffer to silence the byte-compiler.
11691         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11692         bother to require `gnus'.
11693         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11694
11695 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11696
11697         * gnus-sum.el (gnus-summary-bookmark-make-record)
11698         (gnus-summary-bookmark-jump): New functions.
11699         (gnus-summary-mode): Setup bookmark support.
11700
11701 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11702
11703         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11704         if set.
11705
11706 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11709         gnus-article-browse-html-save-cid-image; make it work recursively for
11710         forwarded messages as well.
11711         (gnus-article-browse-html-parts): Work when prefix arg is given.
11712         (gnus-article-browse-html-article): Doc fix.
11713
11714 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11715
11716         * message.el (message-default-mail-headers):
11717         (message-default-headers): Carry the value mail-default-headers over
11718         into message-default-mail-headers, rather than message-default-headers.
11719
11720 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11721
11722         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11723         charset.
11724
11725         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11726         charset into the <meta> tag when the article is encoded to utf-8.
11727
11728 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * gnus-art.el (gnus-article-browse-delete-temp-files):
11731         Delete directories as well.
11732         (gnus-article-browse-html-parts): Work for images that do not specify
11733         file names; delete temp directory when quitting; insert header at the
11734         right place; use file: scheme for image files.
11735
11736 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11737
11738         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11739         (gnus-article-browse-html-parts): Use it to make temporary cid image
11740         files in addition to html file so that browser may display them.
11741
11742 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11745
11746 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11747
11748         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11749
11750 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11751
11752         * auth-source.el (auth-sources): Change default to be simpler.
11753         Explain about Secret Service API sources.  Improve Customize options.
11754         (auth-source-pick): Change to accept any number of search parameters.
11755         Implement fallbacks iteratively, not recursively.  Add scoring on the
11756         second pass and sort by score.  Call Secret Service API when needed.
11757         (auth-source-user-or-password): Use it.  Call Secret Service API
11758         directly when needed to get the user name and the password.
11759
11760 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11761
11762         * message.el (message-interactive): Doc fix.
11763         (message-qmail-inject-args): Reflow.
11764         (message-kill-to-signature): Fix typo in docstring.
11765
11766         * smiley.el (smiley-buffer): Fix typo in docstring.
11767
11768 2010-03-24  Glenn Morris  <rgm@gnu.org>
11769
11770         * mail-source.el (gnus-message): Declare.
11771         (mail-source-delete-old-incoming): Require gnus-util.
11772
11773 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11776
11777         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11778
11779         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11780         password-cache's default if it is not bound.
11781         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11782         password-cache-expiry's default if it is not bound.
11783
11784         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11785         available in Emacs 21.
11786
11787         * lpath.el: Suppress compiler warnings for:
11788         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11789         XEmacs;
11790         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11791         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11792         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11793
11794 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11795
11796         * auth-source.el (auth-sources): Fix up definition so extra parameters
11797         are always inline.
11798
11799 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11800
11801         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11802         wasn't updated after mismatch.  Clear cached mailbox info correctly
11803         when uidvalidity changes.
11804         (nnimap-group-prefixed-name): New function to avoid some code
11805         duplication.
11806         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11807         (nnimap-request-group): Use it.
11808         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11809         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11810         with many imap folders.  This is done by caching the group status from
11811         the imap server persistently in a group parameter `imap-status'.  (This
11812         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11813         but not persistently, so every Gnus startup was still very slow.)
11814
11815 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11818         delete the extra newline.  Otherwise editing of :string and :number
11819         types don't work.
11820
11821 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11822
11823         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11824         secrets.el dependency.
11825         (auth-sources): Add optional user name.  Add secrets.el configuration
11826         choice (unused right now).
11827
11828 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11829
11830         * gnus-sum.el (gnus-summary-make-menu-bar):
11831         Let `gnus-registry-install-shortcuts' fill in the functions.
11832
11833         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11834         warnings.
11835         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11836         (gnus-registry-install-shortcuts): Populate and use it in a
11837         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11838
11839 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11840
11841         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11842         In-place substitutions for the group name encoding/decoding.
11843         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11844         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11845         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11846         (nnimap-update-unseen, nnimap-request-list)
11847         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11848         (nnimap-request-set-mark, nnimap-split-to-groups)
11849         (nnimap-split-articles, nnimap-request-newgroups)
11850         (nnimap-request-create-group, nnimap-request-accept-article)
11851         (nnimap-request-delete-group, nnimap-request-rename-group)
11852         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11853         `encoded-mbx' for consistency.
11854         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11855         variable `imap-current-mailbox'.
11856
11857         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11858         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11859
11860 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11861
11862         * pop3.el (pop3-display-message-size-flag): Display message size byte
11863         counts during POP3 download.
11864         (pop3-movemail): Use it.
11865         (pop3-list): Implement listing of available messages.
11866
11867 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11868
11869         * nnir.el (nnir-get-article-nov-override-function): New function to
11870         override the normal NOV retrieval.
11871         (nnir-retrieve-headers): Use it.
11872
11873 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11874
11875         * auth-source.el (netrc-machine-user-or-password): Autoload.
11876
11877 2010-03-19  Glenn Morris  <rgm@gnu.org>
11878
11879         Stop message.el from loading about 40 libraries it doesn't always need.
11880         The general approach is to autoload rather than require, and to
11881         require in the specific functions rather than the file.  (Bug#5642)
11882
11883         * gmm-utils.el: Don't require wid-edit.
11884         (widget-create-child-value, widget-convert, widget-default-get):
11885         Autoload.
11886
11887         * gnus-util.el: Don't require time-date, netrc.
11888         (message-fetch-field, gnus-group-name-decode): Declare rather than
11889         autoloading.
11890         (gnus-fetch-field): Require message.
11891         (gnus-decode-newsgroups): Require gnus-group.
11892
11893         * ietf-drums.el: Don't require time-date.
11894
11895         * message.el: Don't require hashcash, canlock, ecomplete.
11896         Do require mail-utils.  Require nnheader only when compiling.
11897         (smtpmail-default-smtp-server): Remove declaration.
11898         (message-send-mail-function): Check smtpmail-default-smtp-server
11899         is bound rather than requiring smtpmail.
11900         (message-auto-save-directory, message-insert-signature):
11901         Use expand-file-name rather than nnheader-concat.
11902         (nnheader-insert-file-contents): Autoload.
11903         (hashcash-wait-async): Declare.
11904         (message-send-mail): Only call gnus-setup-posting-charset if
11905         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11906         (message-send-mail-with-sendmail): Require sendmail.
11907         (canlock-password, canlock-password-for-verify): Declare.
11908         (message-canlock-password): Require canlock.
11909         (nnheader-get-report): Autoload.
11910         (gnus-setup-posting-charset): Declare.
11911         (message-send-news): Require gnus-msg.
11912         (message-make-references, message-make-in-reply-to): Use mail-header-id
11913         rather than the alias mail-header-message-id.
11914         (ecomplete-add-item, ecomplete-save): Declare.
11915         (message-put-addresses-in-ecomplete): Require ecomplete.
11916         (ecomplete-display-matches): Autoload.
11917
11918         * mm-decode.el: Don't require mailcap, gnus-util.
11919         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11920         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11921         Autoload.
11922         (mailcap-mime-extensions): Declare.
11923
11924         * mm-encode.el: Don't require mailcap.
11925         (mailcap-extension-to-mime): Autoload.
11926
11927         * mml-sec.el: Don't require password-cache.
11928
11929         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11930         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11931         (mml-minibuffer-read-type): Require mailcap.
11932         (mml-preview): Require gnus-msg.
11933
11934         * mml1991.el: Require password-cache.
11935         (password-cache-expiry): Remove declaration.
11936
11937         * mml2015.el: Require password-cache.
11938         (password-cache-expiry): Remove declaration.
11939
11940         * nneething.el (mailcap): Require mailcap.
11941
11942         * nnheader.el (declare-function): Add compatibility stub.
11943         (message-remove-header): Declare rather than autoload.
11944         (nnheader-replace-header): Require message.
11945
11946         * nnimap.el (declare-function): Add compatibility stub.
11947         (netrc-parse, netrc-machine-user-or-password): Declare.
11948         (nnimap-open-connection): Require netrc.
11949
11950         * nntp.el (declare-function): Add compatibility stub.
11951         (netrc-parse, netrc-machine, netrc-get): Declare.
11952         (nntp-send-authinfo): Require netrc.
11953
11954         * rfc2047.el: Don't require qp.
11955         (quoted-printable-encode-region, quoted-printable-decode-string):
11956         Autoload.
11957
11958         * sieve-mode.el: Don't require easymenu.
11959         (easy-menu-add-item): Autoload it.
11960
11961         * spam-stat.el (time-to-number-of-days): Autoload it.
11962
11963 2010-03-19  Glenn Morris  <rgm@gnu.org>
11964
11965         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11966
11967 2010-03-18  Glenn Morris  <rgm@gnu.org>
11968
11969         * hashcash.el (declare-function): Remove duplicate definition.
11970
11971 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11972
11973         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11974         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11975         value if any backslash escapes).
11976
11977 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11980         if it is available.  (bug#5647)
11981
11982         * lpath.el: Suppress compiler warning for coding-system-from-name for
11983         Emacs 21 and XEmacs.
11984
11985 2010-03-14  Juri Linkov  <juri@jurta.org>
11986
11987         * hmac-def.el:
11988         * hmac-md5.el:
11989         * netrc.el: Fix keywords.
11990
11991 2010-02-26  Glenn Morris  <rgm@gnu.org>
11992
11993         * message.el (message-send-mail-function): Change the default, so that
11994         it inherits from a customized send-mail-function.  (Bug#5643)
11995
11996 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11997
11998         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11999         shell-command-to-string signals an error (bug#5299).
12000
12001 2010-02-24  Glenn Morris  <rgm@gnu.org>
12002
12003         * message.el (message-smtpmail-send-it)
12004         (message-send-mail-with-mailclient): Doc fixes.
12005
12006 2010-02-16  Glenn Morris  <rgm@gnu.org>
12007
12008         * message.el (message-default-mail-headers): Change the default value
12009         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12010
12011 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12014         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12015
12016 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12017
12018         * time-date.el (date-to-time): Doc fix (Bug#5408).
12019
12020 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12021
12022         * message.el (message-mail): Just pass yank-action on to message-setup.
12023         (message-setup): Handle (FUN . ARGS) form of yank-action.
12024         (message-with-reply-buffer, message-widen-reply)
12025         (message-yank-original): Handle non-buffer values of
12026         message-reply-buffer (Bug#4080).
12027         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12028
12029 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12030
12031         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12032         Fix typo in docstring.
12033
12034 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12035
12036         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12037         response.
12038
12039 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12042
12043         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12044
12045         * message.el (message-check-news-header-syntax): Protect against a
12046         string that `rfc822-addresses' returns when parsing fails.
12047
12048 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12051         (gnus-previous-char-property-change): New functions.
12052
12053         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12054
12055 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12056
12057         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12058         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12059
12060 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12061
12062         * message.el (message-exchange-point-and-mark): Rework last change to
12063         avoid using optional arg of exchange-point-and-mark, for backward
12064         compatibility.
12065
12066 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12067
12068         * message.el (message-exchange-point-and-mark):
12069         Call exchange-point-and-mark with an argument rather than setting
12070         mark-active by hand (Bug#5175).
12071
12072 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * nntp.el (nntp-service-to-port): Work for service expressed with
12075         numeric string; replace [:digit:] with [0-9] for XEmacs.
12076
12077 2009-12-17  Glenn Morris  <rgm@gnu.org>
12078
12079         * gnus-group.el (gnus-bug-group-download-format-alist):
12080         Change emacs entry to debbugs.gnu.org.  Bump :version.
12081
12082 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12085
12086 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * message.el (message-info): Explain why we use `Info-goto-node'.
12089
12090 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12093
12094 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12095
12096         * message.el (message-completion-in-region): New compatibility function.
12097         (message-expand-group): Use it.
12098
12099 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12102         with no unread article should be listed if the 2nd arg `predicate' is
12103         given.
12104
12105 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12108
12109 2009-11-29  Juri Linkov  <juri@jurta.org>
12110
12111         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12112         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12113         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12114
12115 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12116
12117         * sha1.el (sha1-string-external): default-directory "/" in case
12118         otherwise non-existent.  process-connection-type pipe for touch of
12119         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12120
12121 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12122
12123         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12124         it's comms related and sgml-mode.el has "comm" on that basis too.
12125
12126 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12129         containing tspecial characters if they have been already quoted.
12130
12131 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12132
12133         * dns-mode.el (auto-mode-alist): Purecopy string.
12134
12135 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12136
12137         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12138
12139 2009-10-24  Glenn Morris  <rgm@gnu.org>
12140
12141         * gnus-art.el (help-xref-stack-item): Define for compiler.
12142
12143 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12144
12145         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12146
12147 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12150
12151 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12154         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12155
12156 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12159         (gnus-overlays-in): New alias to overlays-in.
12160
12161         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12162         gnus-overlay-get, and gnus-delete-overlay.
12163         (gnus-summary-show-thread): Make it work as well for systems in which
12164         next-single-char-property-change is not available.
12165         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12166
12167         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12168         (gnus-overlay-get): New alias to extent-property.
12169         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12170
12171         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12172         SXEmacs.
12173
12174         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12175         SXEmacs.
12176
12177 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12180
12181 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12182
12183         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12184         and XEmacs that don't have `remove-overlays'.
12185
12186 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12187
12188         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12189         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12190         selective display.  Use overlays instead.
12191
12192 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12193
12194         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12195
12196 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12197
12198         * spam-stat.el (spam-stat-load): Fix typo in message.
12199
12200 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12201
12202         * dig.el (dig-invoke): Fix typo in docstring.
12203         (query-dig): Reflow docstring.
12204
12205 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12206
12207         * gnus-art.el (gnus-article-encrypt-body):
12208         * message.el (message-check-recipients):
12209         * mm-util.el (mm-codepage-setup):
12210         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12211         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12212
12213 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12214
12215         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12216         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12217         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12218         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12219         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12220
12221 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12222
12223         * dig.el: Add "Keywords: comm", as per net-utils.el.
12224
12225 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12226
12227         * dig.el (dig-mode): Use define-derived-mode.
12228
12229 2009-09-19  Glenn Morris  <rgm@gnu.org>
12230
12231         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12232
12233 2009-09-18  Glenn Morris  <rgm@gnu.org>
12234
12235         * gnus-diary.el (gnus-diary-check-message):
12236         * message.el (message-insert-formatted-citation-line):
12237         * nnbabyl.el (top-level):
12238         * nndiary.el (nndiary-schedule):
12239         Fix typos in condition-case handlers.
12240
12241 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12244         configuration that provides the sole article window in a frame;
12245         position point correctly after deleting a part.
12246
12247 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12248
12249         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12250         (spam-resolve-registrations-routine): Use it to unregister articles
12251         that change status.
12252
12253 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12256         with XEmacs.
12257         (parse-time-string-chars): Use it.
12258
12259 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12260
12261         * imap.el (imap-interactive-login): Better messages.
12262         (imap-open): Fix bug with renamed buffer on reconnect.
12263         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12264         for easier debugging and cleaner code.  On successful (guessed based on
12265         server capabilities) secondary authentication, set imap-state
12266         correctly.
12267         (imap-last-authenticator): Define imap-last-authenticator as a variable
12268         to avoid warnings.
12269
12270 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * nnrss.el (nnrss-request-article): Remove binding of
12273         default-enable-multibyte-characters that has gotten needless by
12274         the 2007-07-13 change in rfc2047-encode-message-header.
12275
12276         * mml.el (mml-insert-multipart): Error on the message header.
12277         (mml-insert-part): Error on the message header; position point at
12278         the end of a MIME tag.
12279
12280 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * time-date.el (autoload): Expand define-obsolete-function-alias into
12283         defalias and make-obsolete for old Emacsen that Gnus supports.
12284         (with-no-warnings): Define it for old Emacsen.
12285         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12286         is available.
12287         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12288         float-time is available; suppress compile warning for time-to-seconds.
12289
12290         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12291         (gnus-float-time): Alias to float-time if it exists.
12292
12293         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12294         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12295         float-time is available; suppress compile warning for time-to-seconds.
12296
12297         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12298         XEmacs.
12299
12300 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12301
12302         * imap.el (imap-message-map): Docstring fix.
12303
12304 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12307         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12308         Add the optional argument `encoding' that overrides the default.
12309
12310         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12311         mm-encode-buffer.
12312
12313 2009-09-04  Glenn Morris  <rgm@gnu.org>
12314
12315         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12316         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12317         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12318         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12319         * mm-util.el (mm-with-unibyte-current-buffer)
12320         (mm-find-buffer-file-coding-system):
12321         * yenc.el (yenc-decode-region): Use default-value rather than
12322         default-enable-multibyte-characters.
12323
12324 2009-09-03  Glenn Morris  <rgm@gnu.org>
12325
12326         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12327         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12328         than default-enable-multibyte-characters.
12329
12330 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12331
12332         * gnus-art.el (gnus-article-read-summary-keys):
12333         Fix gnus-buffer-configuration's value temporarily used.
12334
12335 2009-09-02  Glenn Morris  <rgm@gnu.org>
12336
12337         * gnus-util.el (gnus-float-time): New function.
12338         * gnus-delay.el (gnus-delay-article):
12339         * gnus-sum.el (gnus-thread-latest-date):
12340         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12341         * nnspool.el (nnspool-request-newgroups):
12342         Use gnus-float-time rather than time-to-seconds.
12343         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12344
12345         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12346         (gnus-header-subject-face, gnus-header-newsgroups-face)
12347         (gnus-header-name-face, gnus-header-content-face):
12348         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12349         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12350         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12351         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12352         (gnus-cite-face-11):
12353         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12354         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12355         (gnus-server-closed-face, gnus-server-denied-face)
12356         (gnus-server-offline-face):
12357         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12358         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12359         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12360         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12361         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12362         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12363         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12364         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12365         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12366         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12367         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12368         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12369         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12370         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12371         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12372         (gnus-summary-high-undownloaded-face)
12373         (gnus-summary-low-undownloaded-face)
12374         (gnus-summary-normal-undownloaded-face)
12375         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12376         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12377         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12378         (gnus-splash-face):
12379         * message.el (message-header-to-face, message-header-cc-face)
12380         (message-header-subject-face, message-header-newsgroups-face)
12381         (message-header-other-face, message-header-name-face)
12382         (message-header-xheader-face, message-separator-face)
12383         (message-cited-text-face, message-mml-face):
12384         * sieve-mode.el (sieve-control-commands-face)
12385         (sieve-action-commands-face, sieve-test-commands-face)
12386         (sieve-tagged-arguments-face):
12387         * spam.el (spam-face):
12388         Mark face aliases with "-face" in the name as obsolete.
12389
12390 2009-09-01  Glenn Morris  <rgm@gnu.org>
12391
12392         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12393         than goto-line.
12394
12395 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12398         Don't move point if the command is invoked inside the message header.
12399
12400 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12401
12402         * imap.el (imap-send-command): Simplify.
12403         (imap-wait-for-tag): point-max -> buffer-size.
12404
12405 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12406
12407         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12408         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12409         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12410         * nnir.el (nnir-swish-e-index-file):
12411         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12412         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12413         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12414         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12415         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12416         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12417
12418 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12421         Don't save excursion.
12422
12423 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12424
12425         * nnheader.el (nnheader-find-file-noselect):
12426         * mm-util.el (mm-insert-file-contents):
12427         Use (default-value 'major-mode) instead of default-major-mode.
12428
12429 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12430
12431         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12432
12433 2009-08-26  Glenn Morris  <rgm@gnu.org>
12434
12435         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12436         than placing in files.el.
12437
12438 2009-08-25  Glenn Morris  <rgm@gnu.org>
12439
12440         * nnir.el (top-level): Don't require cl at run-time.
12441         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12442         Replace cl-function substitute with gnus-replace-in-string.
12443         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12444         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12445         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12446         simplified expansions.
12447
12448 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12449
12450         * dig.el (dig): Add autoload cookie.
12451
12452 2009-08-22  Glenn Morris  <rgm@gnu.org>
12453
12454         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12455         goto-line.
12456
12457 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12458
12459         * parse-time.el (parse-time-string-chars): Save match data.
12460
12461 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12462
12463         * parse-time.el (parse-time-string-chars): Compute using character
12464         classes, to handle non-ascii characters (Bug#3190).
12465
12466 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12469
12470         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12471         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12472         (gnus-mm-display-part, gnus-mime-display-single)
12473         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12474         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12475
12476         * gnus-sum.el
12477         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12478         (gnus-summary-move-article): Add expirable mark to articles copied or
12479         moved to group that has auto-expire turned on if the option is non-nil.
12480
12481 2009-07-24  Glenn Morris  <rgm@gnu.org>
12482
12483         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12484         Fix typo.  (Bug#3903)
12485
12486 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12489         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12490         that should not be used for draft articles.
12491         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12492         that has no concern in minor mode keys.
12493         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12494         Abolish.
12495
12496 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12499         article without making inquiry to a user for unknown encoding.
12500
12501         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12502         (nnmaildir--scan): Assume i-node and device number that file-attributes
12503         returns might be cons-cell.
12504
12505         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12506
12507         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12508
12509 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12510
12511         * auth-source.el: Remove docs now in auth.texi.  Don't use
12512         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12513         `auth-source-hide-passwords' and use them.
12514
12515 2009-07-15  Glenn Morris  <rgm@gnu.org>
12516
12517         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12518
12519 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12522         excessive whitespace from the default values of title and description.
12523
12524 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12527         mail-fetch-field to fetch Content-Description header in order to
12528         exclude newlines.
12529
12530 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12531
12532         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12533         format used by GnuPG 2.0.11.
12534
12535 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12538         to deleted part.
12539
12540 2009-05-30  David Engster  <dengste@eml.cc>
12541
12542         * nnmairix.el: Remove old documentation in the commentary block.
12543         (nnmairix-request-group): Do not update active file for nnml back ends.
12544         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12545         end so that overview files are ignored.
12546         (nnmairix-update-groups): Make updating the groups more robust by using
12547         marks.
12548         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12549         with dollar characters in message-id.
12550
12551 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12554         2008-12-25 in dns.el.
12555
12556 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12557
12558         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12559         could happen if the text is only composed of spaces and/or tabs.
12560
12561 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12562
12563         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12564         when sending a queued message to avoid extra mml tags.
12565
12566 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12569
12570 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12573         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12574         rmail-toggle-header for XEmacs;
12575         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12576
12577 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * gnus-dired.el: Remove autoload for gnus-setup-message.
12580         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12581         displaying Gnus logo; always use compose-mail.
12582
12583 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12586
12587 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12590         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12591         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12592         available.
12593         (gnus-nocem-epg-verify): New function.
12594
12595 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12598
12599 2009-02-15  Glenn Morris  <rgm@gnu.org>
12600
12601         * gnus-util.el (rmail-insert-rmail-file-header)
12602         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12603         autoloads.
12604         (rmail-default-rmail-file): Remove unnecessary declaration.
12605         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12606
12607 2009-02-14  Glenn Morris  <rgm@gnu.org>
12608
12609         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12610         variable (only used in gnus-util, which declares it anyway).
12611         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12612         which was only needed by gnus-art (changed to not use it any more).
12613         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12614         only used in gnus-util, which autoloads it itself.
12615         (rmail-update-summary): Fix autoload.
12616
12617         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12618         rather than rmail-output-to-rmail-file.
12619
12620 2009-02-07  Glenn Morris  <rgm@gnu.org>
12621
12622         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12623         autoload of function that no longer exists.
12624         (rmail-toggle-header): Declare.
12625         (message-forward-rmail-make-body): Handle mbox Rmail.
12626
12627 2009-01-31  Glenn Morris  <rgm@gnu.org>
12628
12629         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12630         2009-01-09 change.
12631
12632 2009-01-31  Dave Love  <fx@gnu.org>
12633
12634         * imap.el (imap-fetch-safe): Bind debug-on-error.
12635         (imap-debug): Add imap-fetch-safe.
12636
12637 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12638
12639         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12640         (auth-source-forget-all-cached): New convenience function.
12641         (auth-source-user-or-password): Accept list of modes or a single mode.
12642
12643         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12644         auth-source modes.
12645
12646         * netrc.el (netrc-machine-user-or-password): Use list of
12647         auth-source modes.
12648
12649         * nnimap.el (nnimap-open-connection): Use list of
12650         auth-source modes.
12651
12652         * nntp.el (nntp-send-authinfo): Use list of
12653         auth-source modes.
12654
12655 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12656
12657         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12658         now.
12659
12660 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12663         coding system in XEmacs; add a workaround for XEmacs.
12664
12665         * lpath.el: Fbind coding-system-aliasee.
12666
12667 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12670         of current-language-environment.
12671
12672 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12675         available at runtime.
12676
12677 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12680
12681 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12682
12683         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12684         the greatest positive fixnum value doesn't work under an XEmacs with
12685         bignum support; use the most-positive-fixnum constant instead,
12686         available since Emacs 21.1 with cl and XEmacs 21.1.
12687
12688 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12691         XEmacs gets not to work.
12692
12693 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * mm-util.el (mm-coding-system-priorities): Allow the value like
12696         "Japanese (UTF-8)" of current-language-environment.
12697
12698 2009-01-09  Glenn Morris  <rgm@gnu.org>
12699
12700         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12701         with last-command-event.
12702
12703 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12706         in the doc string.
12707
12708         * message.el (message-fix-before-sending): Amend comment.
12709
12710 2009-01-08  Dave Love  <fx@gnu.org>
12711
12712         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12713
12714 2009-01-07  David Engster  <dengste@eml.cc>
12715
12716         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12717         simplified server definitions by converting it via
12718         gnus-server-to-method.
12719
12720 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12723         parameter's operands.
12724
12725 2009-01-06  David Engster  <dengste@eml.cc>
12726
12727         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12728         primary select method (for gnus-group-mark-article-as-read).
12729
12730 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12731
12732         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12733         `(gnus)Face', not `(gnus)X-Face'.
12734
12735 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * mm-util.el (mm-ucs-to-char): New function.
12738
12739         * mm-url.el (mm-url-decode-entities): Use it.
12740
12741         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12742         unicode-to-char.
12743
12744 2009-01-05  Dave Love  <fx@gnu.org>
12745
12746         * time-date.el: Require cl for `declare'.
12747
12748 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12751         Dave Love.
12752
12753 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * message.el (message-fix-before-sending): Add `eight-bit' to
12756         illegible-text check.
12757
12758 2009-01-03  Michael Olson  <mwolson@gnu.org>
12759
12760         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12761         `headers' is nil.  This can occur if the IMAP server does not have
12762         permissions to read messages from a folder, but can write new messages
12763         to the folder.
12764         (nnimap-request-article-part): Do not insert `data' if it is nil.
12765
12766         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12767         characters which will confuse `read', so skip past them.
12768
12769 2009-01-01  Dave Love  <fx@gnu.org>
12770
12771         * imap.el (imap-string-to-integer): Fix typo.
12772         (imap-fetch-safe): New function.
12773         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12774
12775         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12776
12777         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12778         (imap-parse-greeting): Fix doc strings.
12779         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12780         (imap-parse-flag-list): Make messages unique.
12781         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12782
12783         * nnimap.el: Fix author email.
12784         (nnimap-split-rule): Add FIXME comment.
12785         (nnimap-debug): Fix doc string.
12786
12787 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12788
12789         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12790
12791 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12794         nslookup if resolv.conf isn't available.
12795         (dns-query): Rename from query-dns.
12796         (dns-query-cached): Rename from query-dns-cached.
12797
12798 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12799
12800         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12801         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12802         to check if those variables exist (first appeared in Emacs 18.50).
12803
12804 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * mm-util.el (mm-line-number-at-pos): New function.
12807
12808         * spam-report.el (spam-report-process-queue): Use it.
12809
12810 2008-12-24  David Engster  <dengste@eml.cc>
12811
12812         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12813         parameters that haven't existed as variables as buffer-local variables.
12814
12815 2008-12-23  Dave Love  <fx@gnu.org>
12816
12817         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12818         cadar.
12819
12820         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12821         imap-starttls-p.
12822         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12823
12824 2008-12-22  Dave Love  <fx@gnu.org>
12825
12826         * imap.el: Fix author email.  Doc fixes.
12827         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12828         reply.
12829
12830 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * spam-report.el (spam-report-gmane-max-requests): New constant.
12833         (spam-report-gmane-wait): New variable.
12834         (spam-report-gmane-ham, spam-report-gmane-spam)
12835         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12836         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12837         the server.
12838
12839         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12840         Add explanations.
12841
12842         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12843         nnheader-accept-process-output and nnheader-read-timeout if available.
12844         (pop3-movemail): Use it.
12845
12846         * message.el (message-check-news-body-syntax): Fix signature check if
12847         there's an attachment.
12848
12849 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * mm-util.el: Add comments to the mm- emulating functions.
12852
12853 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12856         Reported by Stephen Berman <stephen.berman@gmx.net>.
12857
12858 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * mm-util.el (mm-substring-no-properties): New function.
12861         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12862         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12863         (mm-string-to-multibyte): Doc fix.
12864
12865         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12866
12867 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * mml.el (mml-attach-file): Strip text properties from file name.
12870         (Bug#1574)
12871
12872 2008-12-16  Glenn Morris  <rgm@gnu.org>
12873
12874         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12875
12876 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12879         knows since the charset specified might be a bogus alias that
12880         mm-charset-synonym-alist provides.
12881
12882 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12885         "ISO_8859-1".
12886
12887         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12888
12889 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * mm-util.el (mm-charset-eval-alist):
12892         Define it before mm-charset-to-coding-system.
12893         (mm-charset-to-coding-system): Add optional argument `silent';
12894         define it before mm-charset-override-alist.
12895         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12896         default value if it can be used in Emacs currently running;
12897         silence mm-charset-to-coding-system.
12898
12899 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12902         `allow-override' which says whether to use `mm-charset-override-alist'.
12903         (rfc2047-decode-encoded-words): Use it.
12904
12905         * mm-util.el (mm-charset-override-alist): Fix custom type;
12906         add `(gb2312 . gbk)' to choices.
12907
12908 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12911         fast.
12912
12913         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12914
12915         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12916
12917 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12918
12919         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12920         on links.
12921
12922         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12923
12924 2008-12-03  Lute Kamstra  <lute@gnu.org>
12925
12926         * sha1.el: Remove leading * from docstrings of defcustoms,
12927         deffaces, defconsts and defuns.
12928
12929 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12932         users' addresses that don't have domain parts.
12933         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12934         rather than message-narrow-to-head since there will be the message
12935         header separator.
12936
12937 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12938
12939         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12940         since the result is inserted in a unibyte buffer anyway.
12941         (nnimap-demule-use-string-to-multibyte): Remove.
12942         (nnimap-demule): Alias it to mm-string-to-multibyte.
12943
12944 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12947         variable for debugging bug#464 and bug#1174.
12948         (nnimap-demule): Use it.
12949
12950 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12953         score calculation correctly.
12954
12955 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12956
12957         * message.el (message-send-mail): Just set the buffer to unibyte
12958         rather than use mm-with-unibyte-current-buffer which does a lot more.
12959         (message-send-mail-partially): Don't bother with
12960         mm-with-unibyte-current-buffer since it's already been made unibyte by
12961         message-send-mail.
12962
12963 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12964
12965         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12966
12967 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12968
12969         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12970
12971 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12974         require itself and to remove `with-no-warnings'.
12975
12976 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12977
12978         * starttls.el (starttls-any-program-available): Get the name of the
12979         available TLS layer program.
12980         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12981         well as the host name in the "opening" message.
12982
12983         * auth-source.el (auth-source-cache, auth-source-do-cache)
12984         (auth-source-user-or-password): Cache passwords and logins by default,
12985         allow override with `auth-source-do-cache'.
12986         (auth-source-forget-user-or-password): Allow users to remove cache
12987         entries if needed.
12988
12989 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12990
12991         * md4.el (md4-buffer): Fix typo in docstring.
12992         (md4, md4-64): Doc fixes.
12993         (md4-pack-int32): Reflow docstring.
12994
12995 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12996
12997         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12998         condition-case to only the forward-sexp call.
12999
13000 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13001
13002         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13003         quotes contained.  Make it more robust regardless by an extra
13004         condition-case wrapper.
13005
13006 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13009
13010 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * nnml.el (nnml-request-expire-articles): Check if the function set to
13013         `nnmail-expiry-target' returns the symbol `delete'.
13014
13015         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13016
13017         * nnmail.el (nnmail-expiry-target): Fix custom type.
13018
13019 2008-10-02  Glenn Morris  <rgm@gnu.org>
13020
13021         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13022         Silence compiler warning.
13023
13024 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13025
13026         * tls.el (open-tls-stream): Show the actual command being
13027         executed, instead of the format string.
13028
13029 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * lpath.el: Fbind codepage-setup for Emacs 23.
13032
13033 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13034
13035         * mml.el (mml-menu): Don't assume mml2015 is bound.
13036
13037 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13040         exists.
13041
13042 2008-09-27  Glenn Morris  <rgm@gnu.org>
13043
13044         * gnus-util.el (mail-header-remove-comments): Autoload it.
13045
13046 2008-09-27  Andreas Schwab  <schwab@suse.de>
13047
13048         * gnus-util.el (gnus-split-references): Strip comments.
13049         (gnus-parent-id): Likewise.
13050
13051 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * message.el (message-confirm-send): Fix version.
13054
13055 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * message.el (message-idna-to-ascii-rhs-1): Use
13058         mail-extract-address-components rather than mail-header-parse-addresses
13059         that is an alias by default to ietf-drums-parse-addresses that does not
13060         support non-ASCII names in headers' contents.
13061
13062 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13063
13064         * message.el (message-confirm-send): Fix variable documentation to
13065         avoid the "y/n" wording.
13066
13067 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13068
13069         * message.el (message-set-auto-save-file-name): Save to a different
13070         filename so multiple messages (especially drafts) can be recovered.
13071
13072 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13073
13074         * message.el (message-confirm-send): Add appropriate version.
13075
13076 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13077
13078         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13079         defvar.
13080
13081 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13082
13083         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13084         (mm-pkcs7-enveloped-magic): Ditto.
13085
13086 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13087
13088         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13089         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13090
13091 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13094         default, it's better.
13095
13096 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13097
13098         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13099         summary line gnus-number property and ignore them (with a warning
13100         message).
13101
13102 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13105         macro caddr in the interactive form since it won't be expanded.
13106
13107 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13110         `charset'; fix name of function called recursively.
13111         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13112
13113 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13116         (gnus-mime-set-charset-parameters): New function.
13117         (gnus-mime-view-part-as-charset): Use it to correctly display part
13118         specifying wrong charset.
13119
13120 2008-09-08  David Engster  <dengste@eml.cc>
13121
13122         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13123         in completing-read for back end server.
13124
13125 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13126
13127         * message.el (message-confirm-send): New variable to confirm sending a
13128         message.
13129         (message-send): Use it.
13130
13131 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13132
13133         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13134
13135 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13138
13139 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13140
13141         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13142         prevent tracking too many groups.
13143         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13144         Use it.
13145
13146 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13147
13148         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13149         moving point to the bottom of the window in order to avoid recentering.
13150
13151 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13154
13155         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13156         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13157         (gnus-article-beginning-of-window): Fix calculation.
13158
13159 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * gnus-msg.el (gnus-summary-supersede-article)
13162         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13163         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13164         message header.
13165
13166 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13167
13168         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13169         pending output coming after the status change.
13170
13171 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13172
13173         * message.el:
13174         * gnus-start.el:
13175         * gnus-registry.el: Remove VMS support.
13176
13177 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13180         macro.
13181         (rfc2104-hash): Use it.
13182
13183 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13186         (gnus-summary-sort-by-most-recent-date): New commands.
13187         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13188         and menu entries.
13189
13190 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13193         don't redisplay article for raw contents; remove plural articles stuff.
13194
13195         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13196         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13197         on gnus-summary-save-article; display results properly.
13198
13199 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * lpath.el: No need to fbind ns-focus-frame.
13202
13203 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13206
13207 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * gnus-art.el (gnus-summary-save-in-pipe):
13210         Consider gnus-save-all-headers.
13211
13212 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13213
13214         * gnus-util.el (ns-focus-frame): Remove declaration.
13215         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13216         like x.
13217
13218 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13219
13220         * rfc2104.el (rfc2104-zero): Delete defconst.
13221         (rfc2104-hex-alist): Likewise.
13222         (rfc2104-hex-to-int): Delete func.
13223         (rfc2104-hexstring-to-bitstring): Likewise.
13224         (rfc2104-nybbles): New defconst.
13225         (rfc2104-hash): Rewrite for speed.
13226
13227 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * tls.el (open-tls-stream): Make it work with the 2nd argument
13230         BUFFER that is a string but does not exist as a buffer object, as
13231         mentioned in the doc-string.
13232
13233 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13236         SXEmacs.
13237
13238 2008-07-16  Glenn Morris  <rgm@gnu.org>
13239
13240         * gnus-util.el (ns-focus-frame): Declare for compiler.
13241
13242 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13245         set as a group parameter.
13246         (gnus-summary-save-in-pipe): Work when it is called independently.
13247         (gnus-summary-pipe-to-muttprint): Don't modify
13248         gnus-summary-pipe-output-default-command.
13249
13250 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13251
13252         * message.el (message-send-mail-with-sendmail):
13253         Display the error message.
13254
13255 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-art.el (gnus-default-article-saver):
13258         Add gnus-summary-save-in-pipe to choices.
13259         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13260         gnus-summary-pipe-output-default-command as the default command.
13261         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13262         instead of gnus-last-shell-command.
13263
13264         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13265         New user option.
13266         (gnus-summary-muttprint-program): Mention the value will be changed.
13267         (gnus-summary-save-article): Force showing of all headers.
13268         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13269
13270 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13271
13272         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13273
13274 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13275
13276         * nnimap.el (nnimap-id):
13277         * sieve-manage.el (sieve-manage-open): Doc fixes.
13278
13279 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13280
13281         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13282         if available.
13283
13284 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13285
13286         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13287
13288         * nnkiboze.el (nnkiboze-generate-group):
13289         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13290
13291         * nnmairix.el: Require CL.
13292
13293 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * dgnushack.el: Autoload get-display-table and put-display-table for
13296         XEmacs 21.5.
13297
13298         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13299         21.4 and SXEmacs.
13300
13301 2008-06-15  David Engster  <dengste@eml.cc>
13302
13303         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13304
13305 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13306
13307         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13308         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13309         runtime choice under XEmacs.
13310
13311         * gnus-sum.el (gnus-summary-set-display-table):
13312         Use `gnus-put-display-table', `gnus-get-display-table',
13313         `gnus-set-display-table' for the display table, instead of `aset'.
13314
13315         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13316         Use `gnus-put-display-table', `gnus-get-display-table',
13317         `gnus-set-display-table' for the display table.
13318
13319 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * nnmairix.el: Add autoloads.
13322
13323 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * nnmairix.el (nnmairix-delete-recreate-group)
13326         (nnmairix-update-and-clear-marks): Fix error messages.
13327
13328 2008-06-14  David Engster  <dengste@eml.cc>
13329
13330         * nnmairix.el: Upgrade to version 0.6.
13331         (nnmairix-group-toggle-propmarks-this-group)
13332         (nnmairix-group-toggle-readmarks-this-group)
13333         (nnmairix-group-delete-recreate-this-group)
13334         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13335         (nnmairix-remove-tick-mark-original-article): New commands.
13336         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13337         (nnmairix-propagate-marks-to-nnmairix-groups)
13338         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13339         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13340         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13341         functions needed for marks propagation and manipulation of read marks.
13342         (nnmairix-update-groups): New function.
13343         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13344         (nnmairix-determine-original-group-from-registry)
13345         (nnmairix-determine-original-group-from-path)
13346         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13347         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13348         New helper functions.
13349         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13350         keystrokes for new commands.
13351         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13352         (nnmairix-request-group): Check allow-fast group parameter.
13353         (nnmairix-request-create-group): Set allow-fast group parameter if
13354         nnmairix-allowfast-default is set.
13355         (nnmairix-close-group): Propagate marks upon closing if needed.
13356         (nnmairix-group-toggle-threads-this-group): Use new.
13357         nnmairix-group-toggle-parameter helper function.
13358         (nnmairix-search): Better check for empty search result.
13359         (nnmairix-goto-original-article): Use new helper functions for
13360         determining original article.
13361         (nnmairix-show-original-article): Make sure message-id is in brackets.
13362         (nnmairix-call-mairix-binary): Change variable name.
13363         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13364         helper function.
13365         (nnmairix-widget-toggle-activate): Fix doc string.
13366
13367 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * nnir.el: Require edmacro when compiling with XEmacs.
13370         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13371         available in Emacs 21.
13372
13373 2008-06-11  Glenn Morris  <rgm@gnu.org>
13374
13375         * gnus-util.el (x-focus-frame):
13376         * gnus.el (image-size):
13377         * mm-decode.el (image-size): Declare.
13378
13379         * gnus-picon.el (declare-function): Add compat definition.
13380         (image-size): Declare.
13381
13382         * gnus-group.el (tool-bar-map):
13383         * gnus-sum.el (tool-bar-map): Define for compiler.
13384
13385         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13386
13387         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13388
13389         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13390         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13391         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13392         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13393         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13394         * sieve-manage.el, spam-report.el, spam.el:
13395         Remove unnecessary eval-and-compile of autoloads.
13396
13397 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13398
13399         * auth-source.el: Precise Tramp doc.
13400
13401 2008-06-07  Glenn Morris  <rgm@gnu.org>
13402
13403         * nnmairix.el: Remove unnecessary eval-when-compile.
13404
13405 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * lpath.el: Fbind propertize for XEmacs 21.4.
13408
13409 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * nnir.el: Move here from ../contrib.
13412
13413 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13414
13415         * gnus-util.el (gnus-read-shell-command): New function.
13416         * mm-decode.el (mm-pipe-part):
13417         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13418
13419 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13422
13423 2008-06-03  Glenn Morris  <rgm@gnu.org>
13424
13425         * pop3.el (nnheader-accept-process-output): Autoload it.
13426
13427 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13430         are not 2-digit hexadecimal characters that follow `%'s.
13431
13432 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * message.el (message-bogus-recipient-p): Fix type in doc string.
13435         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13436         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13437         Improve custom options.
13438         (message-bogus-recipient-p): Adjust accordingly.
13439
13440 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13441
13442         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13443         long-form month and day names.
13444
13445 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * dgnushack.el: Autoload debug, eudc-expand-inline and
13448         pgg-snarf-keys-region for XEmacs.
13449
13450         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13451
13452         * nnmairix.el: Require edmacro when compiling with XEmacs.
13453
13454 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13457         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13458
13459 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13460
13461         * auth-source.el: Add more docs.
13462
13463         * netrc.el (netrc-machine): Always match if the port is not given.
13464
13465 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13466
13467         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13468         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13469         retrieval faster in some cases, but might make CPU usage larger.
13470         If this has any bad side effects, we might revert this change.
13471
13472         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13473         seems to make mail retrieval much, much faster.
13474         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13475         unconditionally.
13476
13477         * gnus-draft.el (gnus-group-send-queue):
13478         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13479
13480 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13483
13484         * message.el (message-bogus-address-regexp): Fix and improve custom
13485         type.
13486         (message-setup-hook): Add message-check-recipients as custom option.
13487
13488 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * message.el (message-cite-function): Remove bogus autoload which crept
13491         in during merge from v5-10.
13492
13493 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13494
13495         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13496
13497         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13498
13499         * auth-source.el: Preliminary Tramp docs.
13500         (auth-sources): Change the default auth-sources to use
13501         EPA .gpg files.
13502
13503 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13504
13505         * nntp.el: Autoload `auth-source-user-or-password'.
13506         (nntp-send-authinfo): Use it.
13507
13508         * nnimap.el: Autoload `auth-source-user-or-password'.
13509         (nnimap-open-connection): Use it.
13510
13511         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13512         for the gnus-message function.
13513         (auth-source-user-or-password): Use it.
13514
13515 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13516
13517         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13518         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13519         (rfc2104-hash): Use it.
13520
13521 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13522
13523         * gnus-art.el (gnus-article-toggle-truncate-lines):
13524         Don't use `iff' in docstring.
13525
13526 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13527
13528         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13529
13530         * gnus-util.el (gnus-extract-address-component-name)
13531         (gnus-extract-address-component-email): Convenience functions around
13532         `gnus-extract-address-components'.
13533
13534         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13535         Use `gnus-extract-address-component-email' to fix bug of comparing full
13536         sender name to `user-mail-address'.
13537
13538 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13539
13540         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13541         catch/throw to optimize.
13542         (gnus-registry-find-keywords): Just use member to find a keyword.
13543
13544 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13545
13546         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13547         is current before calling gnus-server-prepare.
13548         (gnus-server-setup-buffer, gnus-server-update-server)
13549         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13550
13551 2008-05-04  Juri Linkov  <juri@jurta.org>
13552
13553         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13554         (mailcap-file-default-commands): Use mailcap-replace-in-string
13555         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13556         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13557
13558 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13559
13560         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13561
13562 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13563
13564         * gnus.el: Bump version to 0.11.
13565
13566 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13567
13568         * gnus.el: No Gnus v0.10 is released.
13569
13570 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13571
13572         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13573         hooks.
13574         (gnus-update-read-articles): Speed up non-marks-using users.
13575         (gnus-use-marks): Define gnus-use-marks.
13576         (gnus-propagate-marks): Rename variable to something more sensible.
13577
13578 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13579
13580         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13581         (gmm-image-load-path-for-library): Fix typos in docstrings.
13582         (gmm-message): Reflow docstring.
13583
13584 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13585
13586         * mail-source.el (mail-source-set-1, mail-source-bind):
13587         Move auth-source code out of the macro to clean it up and fix bugs.
13588
13589 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13590
13591         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13592         by sender if it's equal to user-mail-address, it's likely to be
13593         useless.
13594
13595         * mail-source.el (mail-source-bind): Don't use user or password if they
13596         are not bound.  Unintern them if they are nil.  Don't use server unless
13597         it's bound, and default it to empty string otherwise.
13598
13599 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13600
13601         * mail-source.el: Load auth-source.el.
13602         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13603         get user name or password, if auth-sources is set up.
13604
13605         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13606         strategy of splitting with parent.
13607         (gnus-registry-split-fancy-with-parent)
13608         (gnus-registry-post-process-groups): Use it and fix prior
13609         bug (returning a list as the split result).
13610
13611         * auth-source.el (auth-sources): Remove server parameter.
13612         (auth-source-pick, auth-source-user-or-password)
13613         (auth-source-user-or-password-imap)
13614         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13615         (auth-source-user-or-password-sftp)
13616         (auth-source-user-or-password-smtp): Remove server parameter.
13617
13618 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13619
13620         * smime.el (smime-sign-region, smime-encrypt-region)
13621         (smime-decrypt-region):
13622         Remove redundant calls to `generate-new-buffer-name'.
13623
13624 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13625
13626         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13627         Don't use QP for message/rfc822.
13628         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13629
13630 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13631
13632         * sieve-manage.el (sieve-string-bytes): Remove.
13633         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13634         correct byte-length only if the process's coding-system is the same as
13635         the one used internally by Emacs to represent strings.
13636
13637 2008-04-22  Juri Linkov  <juri@jurta.org>
13638
13639         * mailcap.el (mailcap-file-default-commands): New function.
13640
13641 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * message.el (message-signature-separator, message-cite-function):
13644         Change custom version.
13645
13646 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13647
13648         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13649         commands.
13650         (tls-checktrust): Ditto.
13651
13652 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * mm-decode.el (mm-display-external): Make temp file read-only.
13655
13656 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13659         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13660         `C-c C-f d'.
13661
13662 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13663
13664         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13665
13666 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * gnus.el: Bump version to 0.9.
13669
13670 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * gnus.el: No Gnus v0.8 is released.
13673
13674 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * mail-source.el (mail-source-value):
13677         Prefer fboundp to functionp so it works with macros as well.
13678
13679 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13680
13681         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13682         Fix last change in case the element is not even a symbol.
13683
13684 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13685
13686         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13687         Prefer fboundp to functionp so it works with macros as well.
13688
13689 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13690
13691         * auth-source.el: Add docs.
13692         (auth-sources): Modify format to support server.
13693         (auth-source-pick, auth-source-user-or-password)
13694         (auth-source-user-or-password-imap)
13695         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13696         (auth-source-user-or-password-sftp)
13697         (auth-source-user-or-password-smtp): Add server parameter.
13698
13699 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13700
13701         * gnus-registry.el: Initialize the registry when gnus-registry-install
13702         is t.
13703
13704 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * compface.el (uncompface): Make buffer unibyte.
13707
13708 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13709
13710         * mail-source.el (mail-source-value):
13711         Prefer fboundp to functionp so it works with macros as well.
13712
13713 2008-04-05  Glenn Morris  <rgm@gnu.org>
13714
13715         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13716
13717 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13718
13719         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13720         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13721
13722         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13723         multibyteness after rather than before erasing it.
13724
13725         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13726         mm-with-multibyte.
13727         (gnus-request-article-this-buffer): Make sure the proper decoding is
13728         used if gnus-original-article-buffer happens to be unibyte.
13729
13730         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13731         default-enable-multibyte-characters.
13732
13733         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13734         default-enable-multibyte-characters.
13735
13736         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13737
13738         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13739
13740 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13741
13742         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13743         Fix last change in case the element is not even a symbol.
13744
13745 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13746
13747         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13748         (imap-message-copyuid-1): Use it.
13749         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13750         J. Williams in
13751         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13752
13753         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13754         imap-enable-exchange-bug-workaround.
13755         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13756
13757 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13758
13759         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13760         a 100 byte status-checks into a 2-3MB transfer for each group.
13761         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13762         to enable bug workaround or not.
13763         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13764
13765 2008-03-31  Glenn Morris  <rgm@gnu.org>
13766
13767         * message.el (mml2015-use): Declare for compiler.
13768         (message-info): Require mml2015 when appropriate.
13769
13770 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13773         whitespace.
13774
13775 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13776
13777         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13778         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13779         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13780         (nntp-service-to-port): New function.
13781         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13782         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13783         (nntp-open-netcat-stream): New function.
13784         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13785
13786 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13787
13788         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13789
13790 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13791
13792         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13793
13794 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13795
13796         * dns.el (dns-write): Use set-buffer-multibyte.
13797
13798 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13799
13800         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13801
13802 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * message.el (message-signature-separator): Change default.
13805         Improve custom type.
13806         (message-cite-function): Change default to
13807         message-cite-original-without-signature.
13808
13809         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13810         toggle.
13811
13812         * message.el (message-check-news-body-syntax): Fix signature check.
13813         (message-setup-1): Mark buffer as unmodified _after_ running
13814         message-setup-hook and handling message-alternative-emails.
13815         (message-shorten-references): Be more strict when building list of
13816         valid references to comply with GNKSA.
13817
13818         * gnus-group.el (gnus-read-ephemeral-bug-group)
13819         (gnus-read-ephemeral-debian-bug-group)
13820         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13821
13822         * message.el (message-info): Don't use booleanp which isn't supported
13823         in Emacs 21 and XEmacs.
13824
13825 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13828         gnus-group-gmane-group-download-format.
13829         (gnus-group-read-ephemeral-gmane-group): Rename from
13830         gnus-group-read-ephemeral-gmane-group.
13831         (gnus-read-ephemeral-gmane-group-url): Rename from
13832         gnus-group-read-ephemeral-gmane-group-url.
13833         (gnus-bug-group-download-format-alist): New variable.
13834         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13835         (gnus-read-ephemeral-emacs-bug-group): New commands.
13836
13837 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13840         (gnus-visible-headers): Improve custom type.
13841
13842 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * mml.el (mml-menu): Add workarounds for XEmacs.
13845
13846         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13847         X-Boundary header.
13848
13849         * message.el (message-simplify-recipients): Fix previous commit.
13850
13851 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13852
13853         * mm-util.el (mm-set-buffer-multibyte): New function.
13854         * mm-decode.el (mm-copy-to-buffer): Use it.
13855
13856         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13857         Prefer fboundp to functionp so it works with macros as well.
13858
13859 2008-03-19  Glenn Morris  <rgm@gnu.org>
13860
13861         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13862         Accidentally removed in the sync process with Emacs.
13863
13864 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * message.el (message-alter-recipients-discard-bogus-full-name):
13867         New function.
13868         (message-alter-recipients-function): New variable.
13869         (message-get-reply-headers): Use it.
13870         (message-replace-header): New helper function.
13871         (message-recipients-without-full-name): New variable.
13872         (message-simplify-recipients): New command.
13873
13874         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13875
13876         * message.el (message-info): Handle EasyPG manual.
13877
13878         * mml.el (mml-menu): Add entry for EasyPG.
13879
13880 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13881
13882         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13883         parameter.
13884
13885         * message.el (message-disassociate-draft): Specify drafts group name
13886         fully.
13887
13888 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13889
13890         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13891         Eliminate unnecessary duplicates from the match list.
13892
13893 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13896
13897         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13898
13899         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13900         args of `how-many' of which the XEmacs version doesn't take; declare
13901         Info-index-next as function.
13902
13903 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * gnus-score.el (gnus-score-headers): Fix handling of
13906         gnus-inhibit-slow-scoring.
13907
13908         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13909         string.
13910         (gnus-button-url-regexp): Improve handling of parenthesis.
13911         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13912         (gnus-button-handle-info-keystrokes): Handle index entries.
13913
13914 2008-03-15  Glenn Morris  <rgm@gnu.org>
13915
13916         * parse-time.el (parse-time-string): Simplify.
13917
13918 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13921         Incoming* files.
13922
13923 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13924
13925         * auth-source.el (auth-sources): Rename from auth-source-choices.
13926         (auth-source-pick): Use it.
13927
13928 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13929
13930         * binhex.el (binhex-decode-region-internal):
13931         * uudecode.el (uudecode-decode-region-internal):
13932         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13933         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13934         setting default-enable-multibyte-characters.
13935
13936 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * auth-source.el (auth-source-protocols)
13939         (auth-source-protocols-customize, auth-source-choices): Add and
13940         modified variable customizations and defaults.
13941         (auth-source-pick, auth-source-user-or-password)
13942         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13943         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13944         (auth-source-user-or-password-sftp)
13945         (auth-source-user-or-password-smtp): Use new variables and provide an
13946         interface to netrc.el.
13947
13948 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13951         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13952         Make sure the nntp port to specify is a string.
13953
13954 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13955
13956         * nntp.el: Use with-current-buffer.
13957         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13958         dubious mm-with-unibyte-current-buffer.
13959         (nntp-with-open-group-function): New function extracted from
13960         nntp-with-open-group macro.
13961         (nntp-with-open-group): Use the function, so it's easier to debug.
13962         Add indentation and debugging info.
13963         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13964         Recommend the use of the netcat alternatives.
13965
13966         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13967         Avoid mm-string-as-multibyte as well.
13968
13969         * nnweb.el (nnweb-insert-html):
13970         Remove use of nnheader-string-as-multibyte.
13971
13972         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13973         (nnheader-string-as-multibyte): Remove.
13974
13975         * mm-view.el: Use inhibit-read-only.
13976         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13977         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13978         or unibyte-string.
13979
13980         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13981         (mm-uu-yenc-extract): Use with-current-buffer.
13982
13983         * gnus-soup.el (gnus-soup-send-packet): Don't use
13984         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13985
13986         * nnmh.el: Use with-current-buffer.
13987         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13988         mm-string-as-multibyte on the output of mm-encode-coding-string.
13989
13990         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13991         (nnimap-request-move-article): Use with-current-buffer.
13992
13993         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13994         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13995         conversion uses string-make-unibyte rather than string-as-unibyte.
13996
13997         * gnus-msg.el: Use with-current-buffer.
13998
13999         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14000
14001 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14002
14003         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14004         string for caching if it is 'PIN.
14005
14006 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * lpath.el: Consider the case without Emacs/W3.
14009
14010 2008-03-08  Glenn Morris  <rgm@gnu.org>
14011
14012         * time-date.el (date-to-time, time-subtract, time-add)
14013         (safe-date-to-time): Doc fixes.
14014
14015 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * mail-source.el (mail-source-delete-old-incoming-confirm):
14018         Change default to nil.
14019         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14020
14021 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * lpath.el: Rearrange.
14024
14025         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14026         (gnus-article-goto-prev-page): Work for articles having ^L's.
14027
14028         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14029
14030         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14031
14032 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14033
14034         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14035         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14036         (gnus-bookmark-jump): Adjust some variable names.
14037
14038 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14039
14040         * auth-source.el: New package.
14041         (auth-source-choices): Add customization entry point variable.
14042
14043         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14044         bug.
14045
14046 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14047
14048         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14049         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14050         (gnus-registry-install-shortcuts): Rename from
14051         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14052         the `gnus-registry-mark-map' keymap dynamically from
14053         `gnus-registry-marks'.  The generated functions update the summary line
14054         when a registry mark is added or deleted, and will call
14055         `gnus-registry-install-p' (see the comments in the code).
14056         (gnus-registry-user-format-function-M): Use concat intelligently.
14057
14058         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14059         the registry mark functions.
14060
14061 2008-03-05  Glenn Morris  <rgm@gnu.org>
14062
14063         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14064         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14065         gnus-art.
14066         (top-level): No need to load own source when compiling.
14067
14068 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14071         Suggested by <chris.anderton@zetnet.co.uk>.
14072
14073 2008-03-04  Glenn Morris  <rgm@gnu.org>
14074
14075         * gnus-sum.el (top-level): No need to require gnus when compiling,
14076         since unconditionally required near start of file.
14077         (gnus-summary-display-while-building): Move definition before use.
14078
14079 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14080
14081         * gnus-registry.el (gnus-registry-user-format-function-M):
14082         Add formatting function.
14083
14084 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14085
14086         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14087         with plists.
14088         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14089         Use new format.
14090
14091 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14094         `where-is-internal' that returns a range of key sequences.
14095
14096 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14097
14098         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14099
14100         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14101         (gnus-summary-jump-to-group): Consider windows on other displayed
14102         frames as well.  Similar changes might be needed elsewhere, but that's
14103         the one I've bumped into during my use.
14104
14105         * nndoc.el (nndoc-oe-dbx-type-p):
14106         * gnus-msg.el (gnus-debug):
14107         * gnus-group.el (gnus-update-group-mark-positions):
14108         Use mm-string-to-multibyte.
14109
14110 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14113         doesn't handle NotDashEscaped.
14114
14115         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14116         (mml-dnd-attach-options): Fix typo in custom choice.
14117
14118         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14119         Change nndoc-article-type to mbox.
14120         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14121
14122         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14123         to nil, instead of html2text.
14124
14125         * imap.el (imap-debug): Add `imap-ping-server'.
14126
14127         * gnus-bookmark.el: Add FIXMEs.
14128
14129         * message.el (message-form-letter-separator)
14130         (message-send-form-letter-delay): New variables.
14131         (message-send-form-letter): Use them.  New command to send form
14132         letters.  Requested by Uwe Siart.
14133         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14134
14135 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * Update copyright years.
14138
14139 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14140
14141         Sync from EMACS_22_BASE.
14142
14143         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14144
14145 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14146
14147         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14148         empty author.
14149
14150 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14151
14152         * gnus-registry.el (gnus-registry-marks): Add variable for
14153         customization of marks and their appearance.
14154         (gnus-registry-read-mark): Use it.
14155         (gnus-registry-do-marks): Add utility function to loop through
14156         `gnus-registry-marks'.
14157         (gnus-registry-install-shortcuts-and-menus): Add function to install
14158         shortcuts and menus.
14159         (gnus-registry-initialize): Use it.
14160         (gnus-registry-default-mark): Clarify documentation.
14161
14162 2008-02-29  Glenn Morris  <rgm@gnu.org>
14163
14164         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14165         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14166         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14167         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14168         Change defcustom :version from 23.0 to 23.1.
14169
14170 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14171
14172         * gnus-registry.el (gnus-registry-follow-group-p)
14173         (gnus-registry-post-process-groups): Add functions to aid registry
14174         splitting and improve logging.  Clarify behavior in function
14175         documentation.
14176         (gnus-registry-split-fancy-with-parent): Use them.
14177
14178 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14179
14180         * gnus-art.el: Use with-current-buffer.
14181
14182 2008-02-27  David Engster  <dengste@eml.cc>
14183
14184         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14185         Express real group name in the response.
14186
14187 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14190         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14191         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14192         autoload gnus-registry-fetch-group when compiling.
14193         (nnmairix-request-group-with-article-number-correction):
14194         Remove unreferenced argument passed to nnmairix-call-backend.
14195
14196 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14199         (mm-uu-extract): Improve face for low color ttys.
14200         Reported by Sascha Wilde.
14201
14202 2008-02-27  Glenn Morris  <rgm@gnu.org>
14203
14204         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14205         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14206         variables to defconsts.  Convert comments to doc-strings.
14207         (nnmairix-last-server, nnmairix-current-server): Convert from free
14208         variables to defvars.  Convert comments to doc-strings.
14209         (gnus-registry-fetch-group): Autoload.
14210         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14211         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14212         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14213         caddr.
14214         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14215         nnmairix-request-group-with-article-number-correction call.
14216         (nnmairix-fast, nnmairix-group): New, less general names, for free
14217         variables passed from nnmairix-request-group to
14218         nnmairix-request-group-with-article-number-correction.  Declare.
14219         (nnmairix-request-group-with-article-number-correction):
14220         Use nnmairix-fast, nnmairix-group rather than fast, group.
14221
14222 2008-02-26  David Engster  <dengste@eml.cc>
14223
14224         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14225         version 0.5.
14226
14227 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14230         instead of making an extra function call.  Don't add the current group
14231         to articles only when they have the group.  Use
14232         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14233         Reported by David <de_bb@arcor.de>.
14234
14235 2008-02-24  Miles Bader  <miles@gnu.org>
14236
14237         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14238         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14239         (mm-find-mime-charset-region):
14240         * mm-bodies.el (mm-encode-body):
14241         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14242
14243 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14246         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14247
14248 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * mail-source.el (mail-source-delete-incoming): Change default.
14251         Supplement doc string.
14252
14253         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14254
14255 2008-02-14  Glenn Morris  <rgm@gnu.org>
14256
14257         * time-date.el (format-seconds): New function.
14258
14259 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * nnmail.el (nnmail-message-id-cache-file): Derive from
14262         `gnus-home-directory'.
14263
14264 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14267         Document negative prefix.
14268
14269         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14270
14271 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14272
14273         * message.el (message-unsent-separator): Add the Exim bounce
14274         separator.
14275
14276 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14277
14278         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14279         list.
14280         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14281         recipient/signer list.
14282
14283 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * Makefile.in (datarootdir): Define.
14286         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14287         name that might contain whitespace.
14288
14289 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14290
14291         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14292         fbound (Emacs 23 unicode), signal an error.
14293
14294 2008-02-08  Glenn Morris  <rgm@gnu.org>
14295
14296         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14297
14298 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14299
14300         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14301         ports to the calls to `netrc-machine-user-or-password' in addition to
14302         "imap" and "imaps".
14303
14304 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14305
14306         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14307
14308         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14309
14310 2008-02-01  Kenichi Handa  <handa@m17n.org>
14311
14312         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14313         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14314         (rfc2104-hash): Convert the result of concat to unibyte string.
14315
14316 2008-02-01  Dave Love  <fx@gnu.org>
14317
14318         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14319         coding-system-for-read.
14320         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14321
14322 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14323
14324         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14325         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14326         <hanche@math.ntnu.no>.
14327
14328 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14331
14332         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14333
14334 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14335
14336         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14337         * message.el (message-beginning-of-line): Use featurep instead of bound
14338         tests in order to resolve conditionals at compile time.
14339
14340 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14341
14342         * mail-source.el (mail-sources): Add `group' choice.
14343
14344         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14345         parameter `in-group' to control into which group the articles go.
14346         Add treatment of `group' mail-source.
14347
14348 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14351
14352         * mm-decode.el (mm-dissect-buffer): Decode description.
14353
14354         * mml.el (mml-to-mime): Encode message header first.
14355
14356 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14359         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14360
14361         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14362         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14363
14364 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14365
14366         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14367
14368 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14371         prefix keys.
14372         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14373         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14374         gnus-xmas.el.
14375
14376         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14377         (gnus-xmas-article-describe-bindings): New function.
14378         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14379         gnus-xmas-article-describe-bindings.
14380
14381         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14382
14383 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14384
14385         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14386         Add new variables for article mark management.
14387         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14388         list of extra data entries which, when present, will indicate that the
14389         article ID should not be trimmed from the registry.
14390         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14391         functions.
14392         (gnus-registry-read-mark): New function to read a mark name from the
14393         user.
14394         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14395         (gnus-registry-set-article-mark-internal): New functions to add and
14396         remove marks.
14397         (gnus-registry-get-article-marks): New function to show the marks for
14398         an article, or retrieve them for further use.
14399
14400 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14403         keys when no argument is given.
14404
14405 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * imap.el (imap-ping-server): New variable.
14408         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14409         (imap-ping-server): Minor doc string fixes.
14410
14411 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14412
14413         * imap.el (imap-ping-server): New function.
14414         (imap-opened): Call imap-ping-server.
14415
14416 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * gnus-sum.el (gnus-article-sort-by-random)
14419         (gnus-thread-sort-by-random): Fix doc strings.
14420         Reported by jidanni@jidanni.org.
14421
14422 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-art.el (gnus-article-describe-bindings): New function.
14425         (gnus-article-read-summary-keys): Use it.
14426         (gnus-article-mode-map): Bind `C-h b' to it.
14427
14428 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14431         XEmacs.
14432         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14433         Protect against non-character events.
14434
14435         * lpath.el: Fbind map-keymap for Emacs 21.
14436
14437 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14438
14439         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14440         New command.
14441         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14442         instead of END.  Change name of the temp file.
14443         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14444         customizable.
14445
14446 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14449         bind `S W' to gnus-article-wide-reply-with-original; set default
14450         binding to gnus-article-read-summary-send-keys.
14451         (gnus-article-read-summary-keys): Fix the order of keys; display
14452         continuation keys correctly in the echo area; describe bindings
14453         correctly when keys end with `C-h'.
14454         (gnus-article-read-summary-send-keys): New function.
14455         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14456         Work for gnus-article-read-summary-send-keys; display continuation keys
14457         correctly in the echo area.
14458         (gnus-article-reply-with-original): Ignore prefix argument.
14459         (gnus-article-wide-reply-with-original): New function.
14460
14461         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14462         Emacs 21.
14463
14464 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14467         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14468
14469 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14472         (gnus-group-read-ephemeral-gmane-group): New command.
14473
14474 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14475
14476         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14477
14478 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * message.el (message-send-mail-function): Increase custom version.
14481
14482         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14483         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14484
14485 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14486
14487         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14488         for the cases where imap-authenticate is called with a nil buffer
14489         parameter.
14490
14491 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14494         html parts correctly; support forwarded messages.
14495         (gnus-article-browse-html-article): Remove work buffers.
14496
14497         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14498         compiling.
14499         (netrc-bound-and-true-p): New macro.
14500         (netrc-parse): Use it instead of bound-and-true-p that is not available
14501         in XEmacs 21.4.
14502
14503 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14504
14505         * gnus-registry.el (gnus-registry-mark-article)
14506         (gnus-registry-article-marks): Add functionality to mark articles
14507         through the Gnus registry.
14508
14509         * encrypt.el: Clarify documentation for the new pgg method.
14510         (encrypt-file-alist): Add PGG option.
14511         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14512         functionality.  Abstract password key and messaging to external
14513         functions.
14514         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14515         (encrypt-message-method-and-cipher): Add new convenience external
14516         functions.
14517         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14518         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14519
14520         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14521         (netrc-parse): Use encrypt-file-alist to determine if
14522         encrypt-find-model or encrypt-insert-file-contents should be used.
14523
14524         * encrypt.el: Clarify documentation.  Load password-cache or
14525         password, whichever one is found first, instead of autoloading.
14526
14527 2007-12-19  Glenn Morris  <rgm@gnu.org>
14528
14529         * mml.el (message-options-set, message-narrow-to-head)
14530         (message-in-body-p, message-mail-p, message-encode-message-body):
14531         Autoload.
14532         (message-remove-header, message-narrow-to-headers-or-head)
14533         (message-subscribed-p, message-make-mail-followup-to)
14534         (message-position-on-field, message-news-p)
14535         (message-options-set-recipient, message-generate-headers)
14536         (message-sort-headers): Declare as functions.
14537
14538 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14541         convention in doc string.
14542
14543 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14546         title to html parts.
14547         (gnus-article-browse-html-article): Pass message header to it.
14548
14549         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14550
14551 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14554         or password compatible with XEmacs.
14555
14556 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14559         format document.
14560         (gnus-mime-delete-part): Don't write description line if empty.
14561         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14562
14563 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14564
14565         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14566         (gnus-summary-mark-read-and-unread-as-read)
14567         (gnus-summary-mark-current-read-and-unread-as-read)
14568         (gnus-summary-mark-unread-as-ticked): Doc fix.
14569         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14570
14571 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14574         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14575
14576 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14579         yes-or-no-p.
14580
14581 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * mm-decode.el (mm-add-meta-html-tag): New function.
14584         (mm-save-part-to-file, mm-pipe-part): Use it.
14585
14586         * gnus-art.el (gnus-article-browse-delete-temp-files):
14587         Use gnus-y-or-n-p instead of y-or-n-p.
14588         (gnus-article-browse-html-parts): Work with message/external-body; use
14589         mm-add-meta-html-tag.
14590
14591 2007-12-11  Glenn Morris  <rgm@gnu.org>
14592
14593         * gnus-cache.el: Require gnus-sum not just when compiling.
14594
14595         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14596
14597         * gnus-int.el (gnus-server-opened, gnus-status-message):
14598         Move definitions before use.
14599
14600         * mm-decode.el: Require gnus-util.
14601         (mm-remove-part): Only call delete-annotation on XEmacs.
14602
14603         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14604
14605         * nnmail.el: Require gnus-int.
14606
14607         * spam.el: Move `require's before `eval-when-compile's.
14608
14609         * gnus-ems.el (gnus-alive-p):
14610         * gnus-fun.el (message-goto-eoh):
14611         * gnus-util.el (gnus-group-name-decode):
14612         * mail-source.el (gnus-compress-sequence):
14613         * message.el (Info-goto-node, format-spec):
14614         * mm-bodies.el (message-options-get):
14615         * mm-decode.el (mm-view-pkcs7):
14616         * mm-util.el (gmm-write-region):
14617         * mml-smime.el (mml-compute-boundary)
14618         (gnus-completing-read-with-default):
14619         * mml.el (widget-button-press, gnus-make-hashtable):
14620         * mml1991.el (mm-decode-content-transfer-encoding)
14621         (mm-encode-content-transfer-encoding)
14622         (message-options-get, message-options-set):
14623         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14624         * nnfolder.el (gnus-request-group):
14625         * nnheader.el (ietf-drums-unfold-fws):
14626         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14627         * smime.el (gnus-run-mode-hooks):
14628         * spam-stat.el (gnus-message): Autoload.
14629
14630         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14631         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14632         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14633         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14634         Add declare-function compatibility definition.
14635
14636         * gnus-cache.el (nnvirtual-find-group-art):
14637         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14638         (gnus-add-image, gnus-add-wash-type):
14639         * gnus-group.el (nnkiboze-score-file):
14640         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14641         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14642         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14643         (message-tokenize-header, gnus-get-buffer-create)
14644         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14645         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14646         * gnus.el (gnus-group-decoded-name):
14647         * mail-source.el (imap-capability):
14648         * mm-bodies.el (message-options-set):
14649         * mm-decode.el (gnus-configure-windows):
14650         * mm-extern.el (message-goto-body):
14651         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14652         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14653         (epg-sub-key-validity, message-options-set):
14654         * mml.el (widget-event-point, gnus-configure-windows):
14655         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14656         * mml2015.el (epg-check-configuration, epg-configuration)
14657         (message-options-set):
14658         * nndb.el (nndb-request-article):
14659         * nnfolder.el (gnus-request-create-group):
14660         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14661         * nnmaildir.el (gnus-group-mark-article-read):
14662         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14663         * rfc1843.el (message-fetch-field):
14664         * spam.el (gnus-extract-address-components):
14665         Declare as functions.
14666
14667 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14670
14671         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14672
14673         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14674         bind show-trailing-whitespace for XEmacs.
14675
14676 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14679         new no-op macro for backward compatibility.
14680
14681         * imap.el (imap-string-to-integer): New function.
14682
14683 2007-12-09  Glenn Morris  <rgm@gnu.org>
14684
14685         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14686
14687         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14688         * message.el, mm-view.el, sieve-manage.el, smime.el:
14689         Add declare-function compatibility definition.
14690
14691         * gnus-art.el (w3-region, w3m-region, Info-menu):
14692         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14693         * gnus-sum.el (gnus-get-predicate):
14694         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14695         * message.el (mail-abbrev-in-expansion-header-p):
14696         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14697         (w3m-detect-meta-charset, w3m-region):
14698         * sieve-manage.el (password-read, password-cache-add)
14699         (password-cache-remove):
14700         * smime.el (password-read-and-add): Declare as functions.
14701
14702 2007-12-08  David Kastrup  <dak@gnu.org>
14703
14704         * gnus-sum.el (gnus-summary-simplify-subject-query):
14705         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14706         `message'.
14707
14708 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14711         it to bind idna-program, installation-directory, defined-colors, and
14712         face-attribute for XEmacs of the version that compiles defcustom forms.
14713
14714 2007-12-07  Glenn Morris  <rgm@gnu.org>
14715
14716         * gnus-art.el (article-make-date-line): Revert previous change.
14717
14718 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14719
14720         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14721
14722 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14723
14724         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14725         Call gnus-add-to-range ranges only once with a prepared article-list.
14726
14727 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14728
14729         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14730         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14731         group names with backslashes.
14732         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14733
14734 2007-12-06  Deepak Goel  <deego3@gmail.com>
14735
14736         * gnus-art.el (article-make-date-line):
14737         * gnus-start.el (gnus-load):
14738         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14739
14740 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-art.el (gnus-use-idna):
14743         * gnus-start.el (gnus-site-init-file):
14744         * message.el (message-use-idna):
14745         * mm-uu.el (mm-uu-hide-markers):
14746         * smiley.el (smiley-style): Revert changes that suppress warnings.
14747
14748 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14751         specify charset to html source.
14752         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14753
14754 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14757         idna-program in order to suppress byte compile warning issued by XEmacs
14758         that came to byte compile the default value section of defcustom forms
14759         recently.
14760
14761         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14762         value of installation-directory.
14763
14764         * message.el (message-use-idna): Don't directly refer to the value of
14765         idna-program.
14766
14767         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14768
14769         * smiley.el (smiley-style): Don't directly call face-attribute.
14770
14771 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14774
14775         * gnus-dired.el: Reduce Gnus dependencies.
14776         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14777         Don't require.  Use autoloads instead.
14778         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14779         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14780         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14781         (gnus-dired-mode): Adjust doc string.
14782         (gnus-dired-mail-mode): New variable.
14783         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14784         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14785         (gnus-dired-mail-buffers): New function.  Return mail or message
14786         composition buffers.
14787         (gnus-dired-attach): Use it.
14788         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14789         NO-DECODE.
14790         (gnus-dired-print): Use `gnus-print-buffer' depending on
14791         `gnus-dired-mail-mode'.
14792
14793 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * rfc2047.el (rfc2047-encoded-word-regexp)
14796         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14797         explaining what regexp patterns are for.
14798
14799 2007-12-04  Glenn Morris  <rgm@gnu.org>
14800
14801         * password.el: Move to password-cache.el.
14802
14803         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14804         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14805         * mml-smime.el (password-read, password-cache-add)
14806         (password-cache-remove):
14807         No need to autoload, since mml-sec requires password.
14808
14809         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14810         * message.el (gnus-extract-address-components):
14811         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14812
14813         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14814         password.
14815
14816 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14817
14818         * mailcap.el: Reduce dependencies.
14819         (mail-header-parse-content-type): Autoload.
14820         (mailcap-delete-duplicates): New alias.
14821         (mailcap-mime-info): Add optional argument NO-DECODE.
14822         (mailcap-mime-types): Use mailcap-delete-duplicates.
14823
14824         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14825
14826 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14827
14828         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14829         (imap-parse-status): Upcase status-att for servers that sends them
14830         lower-case (e.g., MS Exchange 2007).
14831
14832 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14833
14834         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14835         function.
14836
14837         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14838         (gnus-uu-yenc-article): New function.
14839
14840         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14841
14842         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14843
14844 2007-12-02  Glenn Morris  <rgm@gnu.org>
14845
14846         * binhex.el (binhex): New custom group.
14847         (binhex-decoder-program, binhex-decoder-switches)
14848         (binhex-use-external): Move to the binhex custom group.
14849
14850         * uudecode.el (uudecode): New custom group.
14851         (uudecode-decoder-program, uudecode-decoder-switches)
14852         (uudecode-use-external): Move to the uudecode custom group.
14853
14854         * netrc.el (top-level): Don't load `encrypt' features.
14855         (netrc-parse): Don't use encrypt.
14856         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14857
14858         * encrypt.el: Remove file.
14859
14860 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14863         matches on patches.
14864
14865         * gnus-art.el (gnus-article-browse-html-article):
14866         Mention `mm-text-html-renderer' in the doc string.
14867
14868         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14869         string.  Add comments.
14870
14871         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14872         if rhs is ASCII.
14873
14874 2007-12-01  Glenn Morris  <rgm@gnu.org>
14875
14876         * mail-source.el (top-level): Require format-spec before
14877         eval-when-compile.
14878
14879 2007-11-30  Glenn Morris  <rgm@gnu.org>
14880
14881         * encrypt.el: Require password, rather than autoloading password-read.
14882
14883 2007-11-29  Glenn Morris  <rgm@gnu.org>
14884
14885         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14886         (sasl-make-client, sasl-next-step, sasl-step-data)
14887         (sasl-step-set-data): Declare as functions.
14888
14889 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14892
14893 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14894
14895         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14896         certs should be verified and what is to be done in the event of a
14897         verification failure.
14898
14899         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14900         caller can indicate whether the cache should be disregarded for this
14901         call.  This way the result of the call is reproducible at all times and
14902         can be considered a canonical server name for the supplied method.
14903         (gnus-agent-method-p): Canonicalize server names by pushing their
14904         method through `gnus-method-to-server' using the no-cache argument.
14905
14906         * gnus-srvr.el (gnus-server-insert-server-line):
14907         Call `gnus-method-to-server' with `no-cache' argument.
14908
14909         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14910         gnus-agent-possibly-synchronize-flags as this should be called when the
14911         server is actually being opened.
14912         (gnus-agent-possibly-synchronize-flags)
14913         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14914         flags file of an agentized server to the latter function.
14915
14916         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14917         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14918         after a connection has been established successfully.
14919
14920 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-art.el (article-display-face): Force to display face if called
14923         interactively; check if gnus-article-x-face-too-ugly matches author.
14924         (article-display-x-face): Display face even if From header is missing
14925         as article-display-face does.
14926
14927 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14928
14929         * hashcash.el (message-narrow-to-headers-or-head)
14930         (message-fetch-field, message-goto-eoh)
14931         (message-narrow-to-headers): Declare as functions.
14932
14933 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * mail-source.el (mail-sources): Default to fetch from file for
14936         compatibility with default of nnmail-spool-file.
14937
14938 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14941         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14942         to look for encoded word that should be encoded again.
14943         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14944         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14945         encoding pattern.
14946         (rfc2047-decode-region): Switch strict regexp and loose one according
14947         to rfc2047-allow-irregular-q-encoded-words.
14948
14949 2007-11-25  Romain Francoise  <romain@orebokech.com>
14950
14951         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14952
14953 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14954
14955         * tls.el (tls-program): Provide more custom choices from
14956         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14957         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14958
14959 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14962         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14963
14964         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14965         `nnmail-spool-file'.
14966
14967         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14968         `nnmail-spool-file'.
14969
14970         * gnus-move.el (gnus-change-server): Ditto.
14971
14972         * gnus-kill.el (gnus-batch-score): Ditto.
14973
14974         * gnus-cache.el (gnus-jog-cache): Ditto.
14975
14976         * gnus-msg.el (gnus-summary-reply):
14977         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14978
14979 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14982         version.  Minor improvement to doc strings.
14983         (tls-program): Add comment.
14984
14985 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14986
14987         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14988         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14989         mismatch between the hostname provided in the certificate and the name
14990         of the host connnecting to.
14991         (open-tls-stream): Use them.  Check certificates against trusted root
14992         certificates.
14993
14994 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14995
14996         * gnus-cache.el (gnus-cache-generate-nov-databases):
14997         Use nnml-generate-nov-databases-directory instead of
14998         nnml-generate-nov-databases-1.
14999
15000 2007-11-24  Glenn Morris  <rgm@gnu.org>
15001
15002         * message.el (message-tool-bar-retro): Update for rename
15003         mail_send.xpm->mail-send.xpm.
15004
15005 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15008         `smime-ldap-search' for Emacs 22 and up.
15009
15010 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15011
15012         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15013
15014         * message.el (message-send-mail-function): Fix error convention.
15015         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15016         (message-widen-reply, message-send-mail, message-talkative-question)
15017         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15018         (message-clone-locals, message-send-news): Use with-current-buffer.
15019         (message-insert-or-toggle-importance): Remove unused var `valid'.
15020         (message-make-references): Remove unused var `new-references'.
15021         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15022
15023 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15024
15025         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15026         (spam-split-symbolic-return-positive): Reflow docstring.
15027         (spam-backends, spam-summary-exit-behavior)
15028         (spam-mark-ham-unread-before-move-from-spam-group)
15029         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15030         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15031         (spam-clear-cache, spam-backend-check, spam-install-backend)
15032         (spam-install-statistical-backend, spam-list-of-processors)
15033         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15034         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15035         (spam-check-crm114, spam-initialize, spam-unload-hook):
15036         Fix typos in docstrings.
15037
15038 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15041         been checked if they have never been read and those group levels are
15042         higher than the one that a user specified.
15043
15044 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15045
15046         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15047         foreign groups unless a group level is specified by a user.
15048         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15049
15050 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15051
15052         * message.el (message-send-mail-function): Require sendmail.
15053
15054 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15055
15056         * message.el (message-send-mail-function): Check for smtpmail too.
15057
15058         * utf7.el (utf7-encode, utf7-decode): Use coding system
15059         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15060
15061         * message.el (message-send-mail-function): New function.
15062         (message-send-mail-function): Set default using
15063         message-send-mail-function.  Adjust doc string.
15064         (message-send-mail-with-mailclient): New function.
15065
15066 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15067
15068         * smime.el (from):
15069         * rfc2047.el (message-posting-charset):
15070         * qp.el (mm-use-ultra-safe-encoding):
15071         * pop3.el (parse-time-months):
15072         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15073         * nnml.el (files):
15074         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15075         (jka-compr-compression-info-list, ange-ftp-path-format)
15076         (efs-path-regexp):
15077         * nndiary.el (files):
15078         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15079         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15080         (epg-digest-algorithm-alist, inhibit-redisplay)
15081         (password-cache-expiry):
15082         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15083         (pgg-output-buffer, password-cache-expiry):
15084         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15085         (efs-path-regexp):
15086         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15087         (inhibit-redisplay):
15088         * mm-uu.el (file-name, start-point, end-point, entry)
15089         (gnus-newsgroup-name, gnus-newsgroup-charset):
15090         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15091         (latin-unity-ucs-list):
15092         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15093         (mm-uu-binhex-decode-function):
15094         * message.el (gnus-message-group-art, gnus-list-identifiers)
15095         (rmail-enable-mime-composing, gnus-local-organization)
15096         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15097         (gnus-read-active-file, facemenu-add-face-function)
15098         (facemenu-remove-face-function, gnus-article-decoded-p)
15099         (tool-bar-mode):
15100         * mail-source.el (display-time-mail-function):
15101         * gnus-util.el (nnmail-pathname-coding-system)
15102         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15103         (gnus-original-article-buffer, gnus-user-agent)
15104         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15105         (xemacs-codename, sxemacs-codename, emacs-program-version):
15106         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15107         * gnus-start.el (gnus-agent-covered-methods)
15108         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15109         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15110         (gnus-newsgroup-headers, gnus-group-list-mode)
15111         (gnus-group-mark-positions, gnus-newsgroup-data)
15112         (gnus-newsgroup-unreads, nnoo-state-alist)
15113         (gnus-current-select-method, mail-sources)
15114         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15115         (nnmail-spool-file, gnus-cache-active-hashtb):
15116         * gnus-mh.el (mh-lib-progs):
15117         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15118         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15119         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15120         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15121         (gnus-group-buffer):
15122         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15123         (font-lock-set-defaults):
15124         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15125         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15126         (gnus-summary-post-menu, total-parts, type, condition, length):
15127         * gnus-agent.el (gnus-agent-read-agentview):
15128         * flow-fill.el (show-trailing-whitespace):
15129         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15130         eval-and-compile wrappers for byte compiler pacifiers.
15131
15132         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15133         (mm-display-inline-fontify): Check for featurep 'xemacs not
15134         extent-list.
15135
15136         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15137         itimer-list.
15138         (mm-create-image-xemacs): Only do something for XEmacs.
15139         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15140
15141         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15142
15143         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15144         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15145
15146 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15147
15148         * nnimap.el (nnimap-split-download-body):
15149         * gnus-demon.el (gnus-demon):
15150         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15151
15152 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15155         New macros.
15156         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15157         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15158         copy data from unibyte buffer to multibyte current buffer.
15159         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15160         to copy data from unibyte current buffer to multibyte buffer.
15161         (nntp-make-process-buffer): Make process buffer unibyte.
15162
15163         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15164
15165 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15166
15167         * pop3.el (pop3-open-server): Accept and process data more robustly at
15168         connection start to avoid spurious "POP SSL connection failed" errors.
15169
15170 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15173         read group names.
15174
15175 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15176
15177         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15178
15179 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15182         (nnmail-save-active): Use a unibyte buffer when saving active file,
15183         which may contain non-ASCII group names.
15184
15185         * nnml.el (nnml-request-group): Decode group names in messages.
15186
15187 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * message.el (message-citation-line-function)
15190         (message-insert-formatted-citation-line): Fix spelling of
15191         `message-insert-formated-citation-line'.
15192
15193 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15194
15195         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15196
15197 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15200         nnmail-pathname-coding-system.
15201
15202         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15203         that a user enters; decode group names in messages.
15204
15205         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15206
15207 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15210
15211         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15212
15213         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15214         risky local variable.
15215
15216         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15217
15218 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15219
15220         * encrypt.el: Improve documentation to fix function name typo.
15221         Reported by Daiki Ueno <ueno@unixuser.org>.
15222
15223 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15226         even if the point is not in the last page of an article.
15227         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15228         back to the previous page.
15229
15230 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15231
15232         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15233
15234 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15237
15238 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15239
15240         * message.el (message-check-news-body-syntax):
15241         Avoid mm-string-as-multibyte.
15242         (message-hide-headers): Don't assume (point-min)==1.
15243
15244 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * message.el (message-remove-blank-cited-lines): Fix if remove is
15247         given.
15248         (message-bogus-address-regexp): New variable.
15249         (message-bogus-recipient-p): New function.
15250         (message-check-recipients): New command.
15251         (message-syntax-checks): Add `bogus-recipient'.
15252         (message-fix-before-sending): Add `bogus-recipient'.
15253
15254         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15255         (gnus-treat-body-boundary): Don't test window-system.
15256
15257 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15258
15259         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15260
15261 2007-10-28  Miles Bader  <miles@gnu.org>
15262
15263         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15264         at compile-time too.
15265
15266 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15267
15268         * gnus-msg.el (gnus-message-setup-hook):
15269         Add `message-remove-blank-cited-lines' to options.
15270
15271 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * message.el (message-remove-blank-cited-lines): New function.
15274         Suggested by Karl Plästerer.
15275
15276 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15279         mapc.
15280
15281         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15282         (top-level): Use mapc to set functions to be traced for debugging.
15283
15284         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15285         called for effect with while loop.
15286
15287         * message.el (message-talkative-question): Replace mapcar called for
15288         effect with mapc.
15289
15290         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15291         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15292         called for effect with dolist.
15293
15294         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15295
15296         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15297         gnus-extra-headers and nnmail-extra-headers.
15298
15299         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15300         called for effect with dolist.
15301         (top-level): Use mapc to set functions to be traced for debugging.
15302
15303         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15304         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15305         dolist.
15306
15307         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15308         Replace mapcar called for effect with mapc.
15309         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15310         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15311         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15312         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15313
15314         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15315         remove-if that's a cl function.
15316
15317         * webmail.el (webmail-debug): Replace mapcar called for effect with
15318         dolist.
15319
15320         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15321         with mapc.
15322
15323 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15326         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15327         with while loop.
15328
15329         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15330         functions from article-* functions.
15331         (gnus-multi-decode-header): Replace mapcar called for effect with
15332         dolist.
15333
15334         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15335         (gnus-bookmark-show-details): Replace mapcar called for effect with
15336         while loop.
15337
15338         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15339         called for effect with while loop.
15340
15341         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15342         with dolist.
15343
15344         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15345         Replace mapcar called for effect with dolist.
15346
15347         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15348
15349         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15350         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15351         Replace mapcar called for effect with dolist.
15352         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15353         mapc.
15354
15355         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15356         Replace mapcar called for effect with dolist.
15357         (gnus-topic-list): Replace mapcar called for effect with mapc.
15358
15359         * gnus.el: Use mapc instead of mapcar to add autoloads.
15360
15361 2007-10-23  Richard Stallman  <rms@gnu.org>
15362
15363         * gnus-group.el (gnus-group-highlight): Mark as risky.
15364
15365 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * gnus.el (gnus-server-to-method): Return method found first in
15368         gnus-newsrc-alist.
15369
15370         * gnus-art.el (gnus-article-highlight-signature)
15371         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15372         button overlay without the front stickiness.
15373
15374 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15375
15376         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15377         overview buffer needed a catch to receive its throw.
15378         (gnus-agent-flush-cache): Declare as interactive to make this function
15379         easier to use.
15380
15381 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15382
15383         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15384         `next-line'.
15385
15386 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15389         exclude address matching message-dont-reply-to-names.
15390
15391 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-util.el (gnus-string<): New function.
15394
15395         * gnus-sum.el (gnus-article-sort-by-author)
15396         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15397
15398 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15401         the frame-focus tag is set in gnus-buffer-configuration.
15402
15403 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15406         the front stickiness.
15407
15408 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15411         url pattern; remove duplicate one.
15412         (gnus-article-extend-url-button): New function.
15413         (gnus-article-add-buttons): Use it.
15414         (gnus-button-push): Use concatenated url that it makes.
15415
15416 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15417
15418         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15419
15420 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15421
15422         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15423         Don't hardcode point-min==1.
15424
15425 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15428         Fix comment about "iso8859-1".
15429
15430 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15431
15432         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15433         ones returned from the verify-function.
15434
15435         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15436         Call mml2015-extract-cleartext-signature if extraction failed.
15437
15438 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15439
15440         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15441         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15442         failed.
15443
15444 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15447
15448 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15449
15450         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15451         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15452         recommends to use EasyPG instead of PGG.
15453
15454         * pgg.el: Revert to revision 6.23.2.16.
15455
15456         * pgg-def.el: Revert to revision 6.6.2.14.
15457
15458         * pgg-gpg.el: Revert to revision 6.23.2.34.
15459
15460 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15461
15462         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15463         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15464         thread for both the null and zero (kill/expire thread) universal prefix
15465         cases.
15466         (gnus-summary-expire-thread): Add new function to expire a thread,
15467         using gnus-summary-kill-thread.
15468         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15469         shortcuts for gnus-summary-expire-thread.
15470         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15471         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15472
15473 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15474
15475         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15476         extras value, so an extras entry can be deleted.
15477         (gnus-registry-delete-extra-entry): Use it.
15478         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15479         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15480         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15481         storage through the gnus-registry, and provide an appropriate API for
15482         it.
15483
15484 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15487         Suggested by Leo <sdl.web@gmail.com>.
15488
15489         * gnus.el: Do.
15490
15491 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15494         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15495
15496         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15497
15498         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15499         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15500
15501 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15504         newline.
15505         (nnmbox-request-accept-article): Don't change article in source buffer;
15506         narrow to header to use message-fetch-field rather than
15507         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15508         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15509         as delimiters; make sure article ends with newline.
15510         (nnmbox-delete-mail): Correct last position of article to be deleted;
15511         ignore X-Gnus-Newsgroup header in article body.
15512         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15513         positions; make sure article ends with newline.
15514
15515         * message.el (message-display-abbrev): Don't infloop when a user
15516         inserts SPC in the beginning of header.
15517
15518         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15519         coding-system-for-read and coding-system-for-write for XEmacs having no
15520         file-coding feature.
15521
15522         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15523
15524 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15525
15526         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15527         list of groups not followed by default.  Fix type to be regexp.
15528         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15529
15530 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15531
15532         * hmac-def.el (define-hmac-function): Switch from old-style to
15533         new-style backquotes.
15534
15535         * md4.el (md4-make-step): Likewise.
15536
15537 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15540         raw-text coding system when saving .newsrc file, which may contain
15541         non-ASCII group names.
15542
15543 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * gnus-cus.el (gnus-score-extra): New widget.
15546         (gnus-score-extra-convert): New function.
15547         (gnus-score-customize): Use it for Extra.
15548
15549 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15550
15551         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15552         (mml2015-mailcrypt-clear-verify): Use it.
15553         (mml2015-gpg-clear-verify): Use it.
15554         (mml2015-pgg-clear-verify): Use it.
15555         (mml2015-epg-clear-verify): Replace the current part with the output
15556         from GnuPG; don't extract the plaintext by itself.
15557
15558         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15559         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15560         mml2015-clear-verify-function; don't touch the armor headers or
15561         dash-escaped text here.
15562
15563 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15566         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15567         parts, or application/octet-stream as a last resort.
15568         (gnus-mime-view-part-as-type): Don't toggle display.
15569         (gnus-mime-view-part-as-charset): Don't turn off display before
15570         querying charset.
15571
15572         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15573         stuff to undisplayer function in Emacs.
15574         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15575
15576         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15577         text/calendar parts.
15578
15579 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15582         decoding text/calendar parts.
15583
15584         * message.el (message-forward-make-body-mime): Always mark body as
15585         having no illegible text; remove signed-or-encrypted argument.
15586         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15587
15588         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15589         (mml-generate-mime-1): Don't encode body if it is specified to be in
15590         raw form; don't make buffer be unibyte when inserting multibyte string.
15591
15592 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15593
15594         * sha1.el: Fix up comment style.
15595         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15596         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15597
15598         * hex-util.el: Fix up comment style.
15599         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15600
15601         * gnus-salt.el: Use with-current-buffer.
15602         (gnus-pick-setup-message): Fix long-standing typo.
15603
15604 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * imap.el (imap-logout-timeout): New variable.
15607         (imap-logout, imap-logout-wait): New functions.
15608         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15609
15610         * nnimap.el (nnimap-logout-timeout): New server variable.
15611         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15612         nnimap-logout-timeout.
15613
15614         * gnus-art.el (gnus-article-summary-command-nosave)
15615         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15616
15617 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * gnus.el (gnus-maximum-newsgroup): New variable.
15620
15621         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15622         according to gnus-maximum-newsgroup.
15623
15624         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15625         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15626         Limit the range of articles according to gnus-maximum-newsgroup.
15627
15628 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15629
15630         * gnus-art.el (gnus-sticky-article): Fix problems described in
15631         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15632         Don't perform gnus-configure-windows here; reuse existing sticky
15633         article buffer.
15634
15635         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15636         it doesn't exist in gnus-article-mode.
15637
15638 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15641         (gnus-agent-decoded-group-name): New function.
15642         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15643         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15644
15645 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15646
15647         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15648         Add binding for gnus-sticky-article.
15649         (gnus-summary-exit): Don't kill sticky article buffers.
15650
15651         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15652         article buffer.
15653         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15654         (gnus-kill-sticky-article-buffers): New commands.
15655
15656 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * nntp.el (nntp-xref-number-is-evil): New server variable.
15659         (nntp-find-group-and-number): If it is non-nil, don't trust article
15660         numbers in the Xref header.
15661
15662 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * gnus-agent.el (gnus-agent-read-group): New function.
15665         (gnus-agent-flush-group, gnus-agent-expire-group)
15666         (gnus-agent-regenerate-group): Use it.
15667         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15668         nnmail-pathname-coding-system.
15669
15670 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15671
15672         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15673
15674         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15675         that are unread as unread, and also as selected so that information of
15676         marks having been changed by a user may be updated when exiting group.
15677
15678 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15679
15680         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15681
15682 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15685         calculated ignoring signature parts to gnus-treat-article.
15686
15687 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15690         a point here in order to keep the window start.
15691         (gnus-insert-mime-security-button): Make a button overlay without the
15692         front stickiness.
15693         (gnus-mime-display-security): Goto the end of a button.
15694
15695         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15696
15697 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15700         group-name-at-point.
15701         (gnus-group-completing-read): New function that offers decoded
15702         non-ASCII group names for completion.
15703         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15704         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15705         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15706         (gnus-group-fetch-control): Use it.
15707         (gnus-fetch-group): Use group-name-at-point for the initial value
15708         rather than the default value; use gnus-alive-p.
15709
15710         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15711         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15712         (gnus-summary-post-news): Use gnus-group-completing-read.
15713
15714         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15715         (gnus-read-move-group-name): Decode group name for completion.
15716
15717 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15718
15719         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15720         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15721         Yamaoka slightly modified the code).
15722
15723 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15724
15725         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15726         (nnmail-split-incoming): Bind it.
15727
15728         * nnml.el (nnml-group-name-charset): New function.
15729         (nnml-decoded-group-name): Use it; don't decode group name if
15730         nnmail-group-names-not-encoded-p is non-nil.
15731         (nnml-encoded-group-name): New function.
15732         (nnml-group-pathname): Inline nnml-decoded-group-name.
15733         (nnml-request-expire-articles): Decode group name in message.
15734         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15735         nnmail-pathname-coding-system.
15736         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15737         not decoded ones according to nnmail-group-names-not-encoded-p.
15738         (nnml-generate-active-info): Use nnml-encoded-group-name.
15739
15740 2007-08-08  Glenn Morris  <rgm@gnu.org>
15741
15742         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15743         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15744         doc-strings and comments.
15745
15746 2007-07-25  Glenn Morris  <rgm@gnu.org>
15747
15748         * Relicense all FSF files to GPLv3 or later.
15749
15750 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * gnus-sum.el (gnus-summary-move-article):
15753         Make gnus-summary-respool-article work.
15754
15755 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15756
15757         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15758         string.
15759
15760 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15761
15762         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15763         that should be ignored when comparing distant RSS articles with local
15764         ones.
15765         (nnrss-make-hash-index): New function.  Create a hash index according
15766         to the ignored fields.
15767         (nnrss-check-group): Use it.
15768
15769 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15772
15773         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15774
15775         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15776         the new optional argument ENCODED is non-nil.
15777         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15778         coding system for encoding group name.
15779         (gnus-group-make-rss-group): Pass un-encoded group name to
15780         gnus-group-make-group.
15781         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15782         encoded.
15783
15784         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15785         Encode group name to which articles are moved or copied.
15786         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15787         coding system for encoding Newsgroup, Followup-To and Xref headers.
15788
15789         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15790         marks; use nnheader-file-coding-system to write a file.
15791         (nnagent-retrieve-headers): Bind file-name-coding-system to
15792         nnmail-pathname-coding-system.
15793
15794         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15795
15796         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15797         (nnml-request-article, nnml-request-create-group)
15798         (nnml-request-rename-group, nnml-find-id)
15799         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15800         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15801         (nnml-save-marks): Use nnml-group-pathname instead of
15802         nnmail-group-pathname.
15803
15804         (nnml-request-create-group, nnml-request-expire-articles)
15805         (nnml-request-move-article, nnml-request-delete-group)
15806         (nnml-deletable-article-p, nnml-possibly-create-directory)
15807         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15808         (nnml-open-marks): Bind file-name-coding-system to
15809         nnmail-pathname-coding-system.
15810
15811         (nnml-request-article): Pass server argument to nnml-find-group-number.
15812         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15813         Pass server argument to nnml-possibly-create-directory.
15814         (nnml-request-accept-article): Pass server argument to
15815         nnml-active-number and nnml-save-mail.
15816         (nnml-find-group-number): Pass server argument to nnml-find-id.
15817         (nnml-request-update-info): Pass server argument to
15818         nnml-marks-changed-p.
15819
15820         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15821         (nnml-save-mail, nnml-active-number): Add server argument.
15822
15823         (nnml-request-delete-group): Warn if group is missing.
15824         (nnml-get-nov-buffer): Decode group name.
15825         (nnml-generate-active-info): Encode group name.
15826         (nnml-open-marks): Decode group name in messages.
15827
15828 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15831         if it is not specified.
15832         (gnus-article-pipe-part, gnus-article-save-part)
15833         (gnus-article-interactively-view-part, gnus-article-copy-part)
15834         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15835         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15836         (gnus-article-replace-part, gnus-article-delete-part)
15837         (gnus-article-view-part-as-type): Pass raw prefix argument to
15838         gnus-article-part-wrapper.
15839
15840 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15841
15842         * gnus-agent.el (gnus-agent-save-active):
15843         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15844
15845         * gnus-cache.el (gnus-cache-save-buffers)
15846         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15847         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15848         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15849         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15850         (gnus-cache-generate-active, gnus-cache-rename-group)
15851         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15852         (gnus-cache-update-overview-total-fetched-for):
15853         Bind file-name-coding-system to nnmail-pathname-coding-system.
15854         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15855         New variables.
15856         (gnus-cache-decoded-group-name): New function.
15857         (gnus-cache-file-name): Use it.
15858         (gnus-cache-generate-active): Use non-decoded group name for active.
15859
15860         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15861         right place.
15862         (gnus-write-active-file): Don't break non-ASCII group names.
15863
15864         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15865         nnmail-pathname-coding-system.
15866
15867         * lpath.el: Bind default-file-name-coding-system,
15868         file-name-coding-system and language-info-alist for XEmacs.
15869
15870         * gnus-uu.el (gnus-uu-decode-save): Typo.
15871
15872 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15875
15876 2007-07-14  David Kastrup  <dak@gnu.org>
15877
15878         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15879         finishing actions if we did not edit the article.
15880
15881 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15884         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15885         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15886         (gnus-agent-flush-group, gnus-agent-flush-cache)
15887         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15888         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15889         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15890         (gnus-agent-regenerate-group)
15891         (gnus-agent-update-files-total-fetched-for)
15892         (gnus-agent-update-view-total-fetched-for):
15893         Bind file-name-coding-system to nnmail-pathname-coding-system.
15894         (gnus-agent-group-pathname): Don't encode file names by
15895         nnmail-pathname-coding-system.
15896         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15897         coding-system-for-write instead of buffer-file-coding-system to
15898         gnus-agent-file-coding-system.
15899
15900         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15901         Decode group name.
15902
15903         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15904
15905         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15906         (gnus-read-newsrc-el-file): Make group names unibyte.
15907
15908         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15909         nnmail-pathname-coding-system.
15910
15911         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15912         (nnrss-request-delete-group): Bind file-name-coding-system to
15913         nnmail-pathname-coding-system.
15914         (nnrss-read-server-data, nnrss-read-group-data):
15915         Bind file-name-coding-system correctly.
15916         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15917
15918         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15919         (nntp-server-to-method-cache): New variable.
15920         (nntp-group-pathname): New function that decodes non-ASCII group names.
15921         (nntp-possibly-create-directory, nntp-marks-changed-p)
15922         (nntp-save-marks, nntp-open-marks): Use it.
15923         (nntp-possibly-create-directory, nntp-open-marks):
15924         Bind file-name-coding-system to nnmail-pathname-coding-system.
15925         (nntp-open-marks): Decode group names when bootstrapping marks.
15926
15927         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15928         Newsgroups and Followup-To headers.
15929
15930 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15933         (gnus-server-closed-face, gnus-server-denied-face)
15934         (gnus-server-offline-face): Remove variable.
15935         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15936
15937         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15938         of modifying message-stack directly for XEmacs.
15939
15940         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15941         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15942         if the coding-system argument is nil for XEmacs.
15943
15944         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15945         mm-charset-override-alist.
15946
15947         * rfc2047.el: Don't require base64; require rfc2045 for the function
15948         rfc2045-encode-string.
15949         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15950         to quote the parameter value.
15951
15952 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15955         form in gnus-group-name-charset-method-alist.
15956
15957         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15958         overrides the default layout edit-form.
15959
15960         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15961
15962         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15963
15964 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15967         as unfetched articles.
15968
15969 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15972
15973 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15976         original back end that keeps marks in the local system.
15977
15978 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15979
15980         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15981         arg of pop-to-buffer for XEmacs.
15982         (gnus-article-read-summary-keys): Ditto; don't restore window
15983         configuration if summary command ends up with neither article buffer
15984         nor summary buffer; describe bindings if summary keys end with C-h.
15985
15986 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * message.el (message-fix-before-sending): Skip raw message part to be
15989         forwarded while checking illegible text.
15990         (message-forward-make-body-mime, message-forward-make-body):
15991         Mark signed or encrypted raw message as having no illegible text.
15992
15993 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15996         (gnus-message-with-timestamp-1): New macro.
15997         (gnus-message-with-timestamp): New function.
15998         (gnus-message): Use them.
15999
16000         * nnheader.el (nnheader-message): Use them.
16001
16002 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16005         .newsrc.eld file.
16006
16007 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus-agent.el (gnus-agent-fetch-headers)
16010         (gnus-agent-retrieve-headers):
16011         Bind gnus-decode-encoded-address-function to identity.
16012
16013         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16014         available also when the server returns simply a dot.
16015
16016         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16017
16018 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16021
16022 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-ems.el (gnus-x-splash): Make it work.
16025
16026         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16027         from being used.
16028
16029         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16030
16031 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16034         4th and the 5th arguments.
16035
16036         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16037         the front stickiness.
16038         (gnus-article-summary-command-nosave): Correct the order of the
16039         arguments passed to pop-to-buffer.
16040         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16041         summary command ends up with the article buffer.
16042
16043         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16044         the same faces.
16045
16046 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16047
16048         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16049
16050 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16051
16052         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16053         * gnus-sum.el (gnus-summary-highlight):
16054         * pgg.el (pgg-sign-region, pgg-sign):
16055         * mail-source.el (mail-source-delete-old-incoming-confirm):
16056         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16057
16058 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-art.el (gnus-mime-view-part-externally)
16061         (gnus-mime-view-part-internally): Fix predicate function passed to
16062         completing-read.
16063
16064         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16065
16066         * gnus.el (gnus-update-message-archive-method): Add :version.
16067
16068 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16069
16070         * gnus.el (gnus-update-message-archive-method): New variable.
16071
16072         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16073         according to gnus-message-archive-method if
16074         gnus-update-message-archive-method is non-nil.
16075
16076 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16079         Suggested by Loic Dachary <loic@dachary.org>.
16080         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16081
16082 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * message.el (message-pop-to-buffer): Add switch-function argument.
16085         (message-mail): Pass switch-function argument to it.
16086
16087 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16090         Improve doc string.
16091
16092 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16095         (gnus-header-content):
16096         * gnus-cite.el (gnus-cite-10):
16097         * gnus-srvr.el (gnus-server-closed):
16098         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16099         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16100         (gnus-group-mail-3-empty, gnus-group-mail-low)
16101         (gnus-group-mail-low-empty, gnus-splash):
16102         * message.el (message-header-to, message-header-cc)
16103         (message-header-subject, message-header-other, message-header-name)
16104         (message-header-xheader, message-separator, message-cited-text)
16105         (message-mml): Lighten colors of faces used for dark background.
16106
16107 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16108
16109         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16110         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16111
16112 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * message.el (message-narrow-to-headers-or-head):
16115         Ignore mail-header-separator in the body.
16116
16117 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16120         same as window size.
16121
16122 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16123
16124         * message.el (message-font-lock-keywords): Use message-header-xheader
16125         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16126         ahead of the anything pattern, to get it recognized.
16127
16128 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16131         spam.el loads uses it in the compiled defadvice form.
16132
16133 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16134
16135         * gnus-sum.el (gnus-articles-to-read)
16136         (gnus-summary-insert-old-articles): Don't truncate group name for
16137         `read-string'.
16138
16139         * gnus-util.el (gnus-limit-string): Delete this function.
16140
16141         * gnus-sum.el (gnus-simplify-subject-fully):
16142         Use `truncate-string-to-width' instead.
16143
16144 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16145
16146         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16147         Tell if, on summary exit, the next group has to be selected.
16148         (gnus-summary-exit): Use it.
16149
16150 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16151
16152         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16153         non-break space.
16154
16155 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16158         Check if group is not a directory.
16159         (nnfolder-request-expire-articles): Don't delete articles if the target
16160         group is not available.
16161
16162         * nnml.el (nnml-request-create-group): Properly check if group is not a
16163         file.
16164         (nnml-request-expire-articles): Don't delete articles if the target
16165         group is not available.
16166
16167         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16168         Don't quote characters that are within parentheses.
16169
16170 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16173         (gnus-handle-ephemeral-exit): Select article according to it.
16174
16175 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * message.el (message-insert-formated-citation-line): Remove newline.
16178         (message-citation-line-format): Add final \n here so that the user can
16179         avoid a blank line.
16180
16181 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16182
16183         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16184         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16185         Update lanl/arXiv support.
16186
16187 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * gnus.el: Bump version number.
16190
16191 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16192
16193         * gnus.el (gnus-version-number): Bump version.
16194
16195 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16196
16197         * gnus.el: No Gnus v0.6 is released.
16198
16199 2007-04-27  Didier Verna  <didier@xemacs.org>
16200
16201         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16202         * gmm-utils.el (gmm-regexp-concat): ... here.
16203         * message.el: Don't require 'gnus-util.
16204         (message-dont-reply-to-names): Handle name change above.
16205         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16206
16207 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16210         since the initial value varies according to the system.
16211
16212 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16215
16216 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16217
16218         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16219
16220 2007-04-24  Didier Verna  <didier@xemacs.org>
16221
16222         Improve the type of gnus-ignored-from-addresses.
16223         * gnus-util.el (gnus-orify-regexp): New function.
16224         * message.el (gnus-util): Require it.
16225         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16226         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16227         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16228
16229 2007-04-24  Didier Verna  <didier@xemacs.org>
16230
16231         * gnus-sum.el:
16232         * gnus-utils.el: Fix some trailing whitespaces.
16233
16234 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16237         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16238         article's Message-ID; refer parent article in summary buffer.
16239
16240         * message.el (message-bounce): Call mime-to-mml.
16241
16242         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16243         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16244         optimize and/or forms properly.
16245
16246 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16249         URL.
16250
16251 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16254
16255 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16258         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16259         displayed of multipart/alternative part if it is invoked from summary
16260         buffer.
16261
16262         * mm-view.el (mm-inline-text-html-render-with-w3m)
16263         (mm-inline-text-html-render-with-w3m-standalone)
16264         (mm-inline-render-with-function): Use mail-parse-charset by default.
16265
16266 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16267
16268         * parse-time.el (parse-time-string-chars): Check if CHAR
16269         is less than the length of parse-time-syntax.
16270
16271 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16274         from gnus-newsgroup-processable.
16275
16276 2007-04-16  Didier Verna  <didier@xemacs.org>
16277
16278         * gnus-msg.el (gnus-configure-posting-styles):
16279         Handle message-signature-directory properly with :file syntax.
16280         Reported by "Leo".
16281
16282 2007-04-11  Didier Verna  <didier@xemacs.org>
16283
16284         New user option: message-signature-directory.
16285         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16286         * message.el (message-insert-signature): Ditto.
16287         * message.el (message-signature-file): Doc update.
16288         * message.el (message-signature-directory): New.
16289
16290 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-msg.el (gnus-inews-yank-articles):
16293         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16294
16295 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * message.el (message-yank-original): Make sure cited text ends with
16298         newline; don't exchange point and mark.
16299
16300 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16301
16302         * tls.el (open-tls-stream): Properly handle case where there
16303         is no associated buffer.
16304
16305 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16306
16307         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16308         message-yank-original, make sure (< mark TEXT point).
16309
16310 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * message.el (message-fill-column): New variable.
16313         (message-mode): Use it.  Add comment on a possible new hook.
16314
16315         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16316         (nnmail-get-new-mail): Reformat.
16317
16318         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16319
16320         * gmm-utils.el: Fix Commentary.
16321         (gmm-tool-bar-from-list): Fix typo in doc string.
16322
16323 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16324
16325         * message.el (message-yank-original): Don't switch point and mark
16326         unnecessarily to put point and mark as documented.
16327
16328 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16329
16330         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16331         from the message heads.
16332
16333 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16334
16335         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16336         article buffer does not have a window.  This may not be the best
16337         solution but is certainly better than setting the start of the null,
16338         that is the current, window.
16339
16340 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16343         (gnus-draft-setup): Run it.
16344
16345         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16346         gnus-score-fast-scoring.  Allow regexp.
16347         (gnus-score-headers): Use it.
16348
16349         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16350         XEmacs.
16351
16352         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16353         string.
16354         (gnus-button-alist): Also catch `<f1> k ...'.
16355         (gnus-treat-display-x-face): Fix doc string.
16356
16357 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16358
16359         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16360         evaluation of gnus-extended-version to ensure correct generation of the
16361         User-Agent header when message-generate-headers-first is used.
16362
16363 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16364
16365         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16366         hashcash-path is nil.  Don't call callback with incorrect number of
16367         parameters if val is 0.
16368
16369 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16370
16371         * message.el (message-required-news-headers):
16372         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16373
16374 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16375
16376         * tls.el (open-tls-stream): In handshake-waiting loop,
16377         don't wait more if there is output available to process.
16378
16379 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16380
16381         * tls.el (tls-program): Doc fix.
16382
16383 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * message.el (message-generate-new-buffers): Change the meaning of the
16386         nil value; add `standard' to the choices; treat t as `unique'; improve
16387         doc string.
16388         (gnus-select-frame-set-input-focus): Autoload.
16389         (message-buffer-name): Search for the existing message buffer if
16390         message-generate-new-buffers is nil or `standard'; treat the value t of
16391         message-generate-new-buffers as `unique'.
16392         (message-pop-to-buffer): Raise the frame already displaying the message
16393         buffer; clear the echo area after querying.
16394         (message-setup): Pass the `continue' argument to compose-mail.
16395         (message-mail): Prefer `switch-function' if it is given; search for the
16396         existing message buffer if the `continue' argument is non-nil; pass
16397         continue and switch-function arguments to compose-mail by way of
16398         message-setup.
16399         (message-mail-other-window): Adjust argument of message-setup.
16400         (message-mail-other-frame): Ditto.
16401
16402 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16405         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16406         to turn font-lock on when turning gnus-message-citation-mode on.
16407
16408 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16409
16410         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16411         (mml-smime-function-alist): New variable; add epg as the backend.
16412         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16413         mml-smime- functions instead.
16414         * mm-view.el: Require smime.
16415
16416 2007-03-05  Didier Verna  <didier@xemacs.org>
16417
16418         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16419         instead of just inheritance for posting styles.
16420         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16421
16422 2007-02-24  Chris Moore  <dooglus@gmail.com>
16423
16424         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16425         * pgg-pgp.el (pgg-pgp-encrypt-region):
16426         * pgg-gpg.el (pgg-gpg-encrypt-region):
16427         Check pgg-encrypt-for-me if no other recipients.
16428
16429 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16430
16431         * tls.el (tls-certtool-program): Fix custom type.
16432
16433 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16436         and point-at-eol instead of line-(beginning|end)-position.
16437
16438         * assistant.el (assistant-parse-buffer): Ditto.
16439
16440         * netrc.el (netrc-parse-services): Ditto.
16441
16442 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16443
16444         * mml2015.el (mml2015-epg-find-usable-key): New function.
16445         (mml2015-epg-sign): Use it.
16446         (mml2015-epg-encrypt): Use it.
16447
16448 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * message.el (message-make-in-reply-to): Quote name containing
16451         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16452         if there are special characters.  Reported by NAKAJI Hiroyuki
16453         <nakaji@jp.freebsd.org>.
16454
16455 2007-02-27  Didier Verna  <didier@xemacs.org>
16456
16457         Include the group parameters as well as the topic ones in the
16458         inheritance filter process.
16459         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16460         argument GROUP-PARAMS-LIST.
16461         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16462
16463 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * nntp.el (nntp-never-echoes-commands)
16466         (nntp-open-connection-functions-never-echo-commands): New variables.
16467         (nntp-send-command): Use them.
16468
16469 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16470
16471         * mml2015.el (mml2015-epg-verify): Simplify.
16472
16473 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * mml.el (mml-content-disposition-alist): New user option.
16476         (mml-content-disposition): New function.
16477         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16478         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16479
16480 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16481
16482         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16483         verification.
16484
16485 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16486
16487         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16488         articles posted in the last 24 hours.
16489
16490 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16491
16492         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16493
16494 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16495
16496         * nntp.el (nntp-send-command): Don't wait for echoes when
16497         nntp-open-ssl-stream is used.
16498
16499 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16502         (gnus-message-add-citation-keywords)
16503         (gnus-message-remove-citation-keywords): Remove.
16504         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16505         directly, make the variables in font-lock-defaults buffer-local, add
16506         gnus-message-citation-keywords to them and then update the value of
16507         font-lock-keywords.
16508
16509 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * message.el (message-cite-original-1): Don't call
16512         gnus-article-highlight-citation.
16513
16514         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16515         citations; fix line count.
16516
16517 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16520         (gnus-message-add-citation-keywords)
16521         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16522         versions of font-lock-add-keywords and font-lock-remove-keywords to
16523         work with XEmacs correctly.
16524
16525 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-cite.el (gnus-cite-face-list): Set the values of
16528         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16529         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16530         (gnus-message-cite-prefix-regexp): New variable.
16531         (gnus-message-search-citation-line): Use it; protect against long
16532         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16533         the 0th match data for Emacs.
16534         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16535         (gnus-message-add-citation-keywords): Append keywords rather than
16536         prepending; emulate font-lock-add-keywords if it is not available.
16537         (gnus-message-remove-citation-keywords):
16538         Emulate font-lock-remove-keywords if it is not available.
16539
16540         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16541
16542         * message.el (message-cite-prefix-regexp): Set the value of
16543         gnus-message-cite-prefix-regexp.
16544
16545 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16546
16547         * nnweb.el (nnweb-google-parse-1): Update parser.
16548
16549 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16550
16551         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16552
16553 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16554
16555         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16556         regexp.
16557
16558 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16561         string-to-multibyte.
16562         (uudecode-decode-region-internal): Use it.
16563
16564         * lpath.el: Fbind string-as-multibyte for XEmacs.
16565
16566 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16569         Fix custom choice.
16570
16571         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16572
16573 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16574
16575         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16576
16577         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16578         `write-region' to respect `mm-inhibit-file-name-handlers'.
16579
16580 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16583         Use gnus-home-directory instead of "~/" or "$HOME".
16584
16585 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16588         to mention filename.
16589         Add comments at beginning regarding usage.
16590         (encrypt-write-file-contents): Change interactive so a string is
16591         acceptable.  If the file has no associated model, show an error instead
16592         of a nonsense prompt.
16593
16594 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16595
16596         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16597         Thanks to Yoshihiko Yamada for kind notification of this typo.
16598
16599 2007-01-12  Kenichi Handa  <handa@m17n.org>
16600
16601         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16602         multibyte buffer.
16603
16604 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus-score.el (gnus-score-fast-scoring): New variable.
16607         (gnus-score-headers): Use it.
16608
16609         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16610
16611         * message.el (message-cite-original-1):
16612         Call gnus-article-highlight-citation if requested.
16613         (message-make-from): Allow name and address as optional arguments.
16614
16615         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16616
16617         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16618         bugs to doc string.
16619         (gnus-button-alist): Add mid\\|message-id.
16620         (gnus-button-fetch-group): Extend for use in
16621         `browse-url-browser-function'.
16622         (gnus-button-url-regexp): Try to catch paired parentheses like in
16623         Wikipedia URLs.
16624
16625         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16626         Suggested by Simon Krahnke <overlord@gmx.li>.
16627
16628 2007-01-13  Romain Francoise  <romain@orebokech.com>
16629
16630         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16631         Update copyright.
16632
16633 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16634
16635         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16636
16637 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16638
16639         * gnus-registry.el (gnus-registry-unfollowed-groups)
16640         (gnus-registry-split-fancy-with-parent): Fix documentation.
16641
16642 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16643
16644         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16645         from nnweb groups.
16646
16647 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16648
16649         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16650         Xref urls.  Erase buffer before requesting head.
16651
16652         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16653
16654 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16655
16656         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16657         customizable.
16658
16659 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16660
16661         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16662         no signing key is found.
16663         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16664         no encrypting and/or signing key is found.
16665
16666 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16667
16668         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16669
16670 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16671
16672         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16673         headers read from disk with the ones newly found in the current search.
16674         This should no longer cause problems, because the article numbers in
16675         Gmane's `nov.php' output are ignored since the previous change.
16676
16677 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16678
16679         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16680
16681 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16684         replace-regexp-in-string; bind url-version; fbind display-images-p and
16685         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16686         find-face and set-itimer-function for Emacs; bind itimer-list for
16687         Emacs.
16688
16689         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16690
16691 2007-01-01  Romain Francoise  <romain@orebokech.com>
16692
16693         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16694
16695 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16696
16697         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16698         `define-minor-mode' macro definition expanded properly.
16699         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16700         exclude it there.
16701
16702         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16703         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16704         `fboundp' test.
16705         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16706         This is OK to autoload in (S)XEmacs now.
16707
16708 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16709
16710         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16711         keystroke.
16712         (gnus-summary-limit-to-singletons): Fix typo.
16713
16714         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16715         else fails.
16716
16717 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16718
16719         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16720         docstring.
16721
16722         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16723         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16724         (gnus-summary-insert-dormant-articles): Fix typo in message.
16725
16726 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16727
16728         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16729         nil for XEmacs.
16730         (gnus-message-citation-mode): Don't autoload in XEmacs.
16731
16732         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16733
16734 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16735
16736         * nnimap.el (nnimap-expunge-search-string):
16737         Mention nnimap-search-uids-not-since-is-evil in docstring.
16738
16739 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * spam.el: Revert to make-obsolete-variable because
16742         define-obsolete-variable-alias is not supported in Emacs 21.
16743
16744         * spam.el (spam-ifile-path, spam-ifile-database-path)
16745         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16746         make-obsolete-variable.
16747         (spam-bsfilter-path, spam-bsfilter-program)
16748         (spam-spamassassin-path, spam-spamassassin-program)
16749         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16750         Don't use "path" inappropriately.
16751         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16752         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16753         variable names.
16754
16755 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16756
16757         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16758         summary buffer.
16759
16760         * password.el (password-cache-remove): Use clear-string to burn
16761         password, if available.
16762
16763 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16764
16765         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16766
16767         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16768
16769         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16770         (gnus-message-highlight-citation): Move defcustom here from
16771         gnus-cite.el.
16772         (gnus-message-citation-mode): Autoload.
16773
16774         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16775         checks to make it compile with XEmacs.
16776         (gnus-message-citation-mode): New minor mode.
16777         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16778         (gnus-message-highlight-citation): New variables.
16779         (gnus-message-search-citation-line)
16780         (gnus-message-add-citation-keywords)
16781         (gnus-message-remove-citation-keywords)
16782         (turn-on-gnus-message-citation-mode)
16783         (turn-off-gnus-message-citation-mode): New functions.
16784
16785 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16786
16787         * gnus-cite.el: Enable highlighting of different citation levels in
16788         message-mode.
16789
16790 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * message.el (message-make-fqdn): Fix comment.
16793         (message-bogus-system-names): Add ".local".
16794
16795         * spam.el (spam-ifile-path, spam-ifile-program)
16796         (spam-ifile-database-path, spam-ifile-database)
16797         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16798         Don't use "path" inappropriately.
16799         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16800         strings.
16801         (spam-check-ifile, spam-ifile-register-with-ifile)
16802         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16803         Use new variable names.
16804
16805         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16806         (gnus-treat-display-smileys): Simplify using
16807         gnus-image-type-available-p.
16808
16809         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16810         available.
16811
16812         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16813         Use `display-images-p' if available.
16814
16815 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16818         one after turning on the buffer's multibyteness instead of decoding
16819         them directly in the unibyte buffer that causes unexpected conversion
16820         in Emacs 23 (unicode).
16821
16822 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16823
16824         * message.el (message-generate-hashcash): Fix custom type.
16825
16826 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16829
16830 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16831
16832         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16833         disconnect icons.  Add help text.
16834
16835 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16836
16837         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16838         negated to be consistent with the others we handle.
16839
16840 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16841
16842         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16843         version of gnus-summary-buffer to something, so that we can use two
16844         article buffers at the same time.
16845
16846 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16847
16848         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16849         trigger all the extra headers.
16850         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16851         sorting.
16852
16853 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16854
16855         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16856         solid groups.
16857
16858 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16859
16860         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16861
16862 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16863
16864         * legacy-gnus-agent.el: Add Copyright notice.
16865
16866 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16867
16868         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16869
16870 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16871
16872         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16873
16874         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16875         to make it work reliably in CVS Emacs.
16876         (gnus-summary-limit-strange-charsets-predicate)
16877         (gnus-summary-limit-to-predicate): New functions.
16878
16879 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16880
16881         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16882         specifying array size.
16883         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16884         array if it is too small.
16885         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16886         (gnus-sort-threads-loop): New function.
16887
16888 2006-12-06  Chris Moore  <dooglus@gmail.com>
16889
16890         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16891         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16892
16893 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16894
16895         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16896         options.
16897
16898 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16899
16900         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16901         DOS-ing the recipient.
16902
16903         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16904         the headers when creating the mapping to avoid mismappings.
16905         (nnweb-gmane-create-mapping): Always nix out old mapping.
16906
16907 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16910         and mm-verify-option to never.
16911
16912 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * message.el (message-signed-or-encrypted-p): New function.
16915         (message-forward-make-body): Use it.
16916
16917         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16918         Replace encode-coding-string with mm-encode-coding-string.
16919
16920 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * nneething.el (nneething-decode-file-name):
16923         Replace decode-coding-string with mm-decode-coding-string.
16924
16925         * gnus-int.el (gnus-open-server): Say failed server's name.
16926
16927 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16928
16929         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16930         strings to a single string.  Quote `errors-file-name'.
16931         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16932         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16933         Adjust calls.  Use `shell-quote-argument'.
16934
16935 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16936
16937         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16938         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16939
16940         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16941         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16942         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16943         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16944         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16945         (gnus-subscribe-newsgroup, gnus-1):
16946         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16947         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16948         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16949         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16950
16951 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16952
16953         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16954         keystroke.
16955         (gnus-summary-limit-to-bodies): Implement headersp.
16956
16957 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16958
16959         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16960
16961 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16964
16965 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16966
16967         * message.el (message-generate-hashcash): Expand range of values to
16968         include `opportunistic'.
16969         (message-send-mail): Use it.
16970
16971 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16972
16973         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16974         and comment it.
16975
16976         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16977
16978 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16979
16980         * gnus-util.el (gnus-extract-address-components): Improve comment.
16981
16982 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-util.el (gnus-extract-address-components): Work with address in
16985         which the name portion contains @.
16986
16987         * lpath.el: Fbind custom-autoload.
16988
16989 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * gnus.el (gnus-start): Move custom group up.
16992         (gnus-select-method): Don't autoload, but make it available for
16993         `customize-variable'.
16994         (gnus-getenv-nntpserver): Don't autoload.
16995
16996 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16997
16998         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16999
17000 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * message.el (message-sendmail-extra-arguments): New variable.
17003         (message-send-mail-with-sendmail): Use it.
17004
17005 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17008         mm-with-unibyte-current-buffer to make string unibyte.
17009
17010         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17011         mm-string-as-multibyte.
17012
17013 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17014
17015         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17016         Reported by Werner Koch <wk@gnupg.org>.
17017
17018 2006-11-14  Daiki Ueno  <ueno@p360>
17019
17020         * mml2015.el: Autoload epa-select-keys when compiling.
17021
17022 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17023
17024         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17025         message-options.
17026         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17027
17028 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17029
17030         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17031         EasyPG (< 0.0.6).
17032         (mml2015-always-trust): New user option.
17033         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17034         prompt.
17035
17036 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * nntp.el (nntp-authinfo-force): New variable.
17039         (nntp-send-authinfo): Use it.
17040
17041 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17044         decode encoded words.  Improve prompt.  Add comment about forwarding.
17045         (message-replacement-char): Move up.
17046
17047 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17048
17049         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17050         instead of gnus-intersection because arguments of gnus-sorted-nunion
17051         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17052
17053 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17054
17055         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17056         (message-simplify-subject-functions):
17057         Enable message-strip-subject-encoded-words by default.
17058
17059 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * message.el (message-strip-subject-encoded-words): New function.
17062         (message-simplify-subject-functions): New variable.
17063         (message-simplify-subject): Use it.  Fix typo in doc string.
17064         Support message-strip-subject-encoded-words.
17065
17066 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17067
17068         * gnus-diary.el (gnus-diary-delay-format-function):
17069         * nndiary.el (nndiary-reminders):
17070         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17071
17072 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17073
17074         * gnus-art.el (article-hide-boring-headers): Fetch date from
17075         gnus-original-article-buffer to avoid problems with localized date
17076         strings.
17077
17078 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17081
17082 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17085         New variables.
17086         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17087         (mm-charset-synonym-alist): Move some entries to
17088         mm-codepage-iso-8859-list.
17089         (mm-charset-synonym-alist, mm-charset-override-alist):
17090         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17091
17092 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17095
17096 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17097
17098         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17099         with Emacs 21 and XEmacs.
17100
17101 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17102
17103         * spam.el (spam-parse-address): New function for better parsing,
17104         catching errors, etc.
17105         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17106
17107 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17108
17109         * mm-view.el: Add interactive arg to html2text autoload.
17110
17111 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17114
17115 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17116
17117         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17118         New variables.
17119         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17120         (mm-charset-synonym-alist): Move some entries to
17121         mm-codepage-iso-8859-list.
17122
17123         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17124
17125 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17126
17127         * message.el (message-citation-line-format)
17128         (message-insert-formated-citation-line): Fix implementation of %E, %N
17129         and %n according to the doc string.
17130
17131 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17132
17133         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17134         Use car-safe to avoid bad parses.
17135
17136 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17139         names.
17140
17141         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17142
17143 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17146         header.
17147
17148         * message.el (message-draft-headers): Add Date.
17149         (message-headers-to-generate): Fix typo in docstring.
17150
17151         * nndraft.el (nndraft-required-headers): New variable.
17152         (nndraft-generate-headers): Use it.
17153
17154         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17155
17156 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17157
17158         * gnus-registry.el (gnus-registry-wash-for-keywords)
17159         (gnus-registry-find-keywords): New functions to allow easy searching of
17160         articles that are in the registry.
17161
17162 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17163
17164         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17165         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17166         Reported by Damien Elmes <damien@repose.cx>.
17167
17168 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17169
17170         * gnus.el (gnus-mime): Remove unused custom group.
17171
17172 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17173
17174         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17175         "blank line" when searching for end of armor headers.
17176
17177 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gmm-utils.el (gmm-write-region): Fix variable name.
17180
17181 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17182
17183         * gmm-utils.el (gmm-write-region): New function based on compatibility
17184         code from `mm-make-temp-file'.
17185
17186         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17187
17188         * nnmaildir.el (nnmaildir--update-nov)
17189         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17190         Use `gmm-write-region'.
17191
17192 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17195         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17196
17197         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17198
17199         * message.el (message-replacement-char): New variable.
17200         (message-fix-before-sending): Use it.
17201         (message-simplify-subject): New function to remove duplicate code.
17202         (message-reply, message-followup): Use it.
17203
17204         * gnus-sum.el (gnus-summary-make-menu-bar):
17205         Clarify gnus-summary-limit-to-articles.
17206
17207 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-util.el (gnus-with-local-quit): New macro.
17210
17211         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17212
17213 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17214
17215         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17216         ignore non-string data.
17217
17218 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17219
17220         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17221         non-string data (needs to be done in the registry too).
17222
17223 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17224
17225         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17226         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17227         (gnus-registry-split-fancy-with-parent)
17228         (gnus-registry-fetch-simplified-message-subject-fast)
17229         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17230         Remove text properties on ingress into the registry and when it's saved.
17231         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17232         registry from entries with no groups.
17233
17234 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17235
17236         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17237         function to remove string properties.
17238
17239 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * gmm-utils.el (gmm): Adjust custom version.
17242
17243         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17244         Adjust custom version.
17245
17246         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17247
17248 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17249
17250         * gnus-art.el (gnus-insert-prev-page-button)
17251         (gnus-insert-next-page-button): Simplify.  Reformat.
17252
17253 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17254
17255         * gnus-art.el (gnus-insert-prev-page-button)
17256         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17257
17258 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17259
17260         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17261
17262 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17263
17264         * gnus-art.el (gnus-insert-mime-button)
17265         (gnus-insert-mime-security-button):
17266         Apply gnus-article-button-face to MIME and security buttons.
17267
17268 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17269
17270         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17271         readable.
17272
17273 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17276
17277 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17278
17279         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17280         `browse-url-of-file' instead of `browse-url'.
17281
17282 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17283
17284         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17285         regexp.  Articles containing quotation were cut prematurely.
17286
17287 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * message.el (message-cite-original-1): Use nobody by default for the
17290         value of From header.
17291         (message-reply): Ditto.
17292
17293 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17294
17295         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17296         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17297         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17298
17299 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17302         mails in the doc string.  Add some URLs in comment.
17303         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17304
17305 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17308         backslashes handling and the way to find boundaries of quoted strings.
17309
17310 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17311
17312         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17313         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17314         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17315         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17316
17317 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17318
17319         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17320         doc string.
17321         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17322
17323 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * lpath.el: Fbind epg-check-configuration.
17326
17327 2006-09-06  Simon Josefsson  <jas@extundo.com>
17328
17329         * mml2015.el (mml2015-use): Doc fix, mention epg.
17330
17331 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17332
17333         * mml2015.el (mml2015-use): Default to epg, if available.
17334
17335 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17336
17337         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17338         message-sender.
17339         (mml1991-epg-encrypt): Ditto.
17340         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17341         message-sender.
17342         (mml2015-epg-encrypt): Ditto.
17343
17344 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17345
17346         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17347         several common directories.
17348
17349 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17350
17351         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17352         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17353
17354 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * gnus-art.el (article-decode-encoded-words): Make it fast.
17357
17358 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17361
17362         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17363         in quoted string into `\'.
17364
17365 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17368         Use standard-syntax-table.
17369
17370 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * gnus-art.el (gnus-decode-address-function): New variable.
17373         (article-decode-encoded-words): Use it to decode headers which are
17374         assumed to contain addresses.
17375         (gnus-mime-delete-part): Remove useless `or'.
17376
17377         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17378         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17379         (gnus-nov-parse-line): Use it to decode From header.
17380         (gnus-get-newsgroup-headers): Ditto.
17381         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17382
17383         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17384         (mail-decode-encoded-address-string): New alias.
17385
17386         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17387         New function.
17388         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17389         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17390         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17391         (rfc2047-decode-string): Ditto.
17392         (rfc2047-decode-address-region): New function.
17393         (rfc2047-decode-address-string): New function.
17394
17395 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * message.el (message-caesar-buffer-body): Allow rotating headers.
17398
17399         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17400
17401         * message.el (message-insert-formated-citation-line): Fix %f.
17402         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17403
17404 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17407         (gnus-bookmark-mouse-available-p): New macro.
17408         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17409         (gnus-bookmark-bmenu-show-infos): Use it.
17410         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17411         (gnus-bookmark-bmenu-hide-infos): Ditto.
17412         (gnus-bookmark-remove-properties): New function.
17413         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17414         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17415         (gnus-bookmark-write-file): Bind coding-system-for-write.
17416         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17417         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17418         group before selecting it.
17419         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17420         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17421         quit-window if it is not available; use gnus-mouse-2 and bind it to
17422         gnus-bookmark-bmenu-select-by-mouse.
17423         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17424         (gnus-bookmark-bmenu-select-by-mouse): New function.
17425
17426 2006-08-13  Romain Francoise  <romain@orebokech.com>
17427
17428         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17429         space.
17430
17431 2006-08-10  Romain Francoise  <romain@orebokech.com>
17432
17433         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17434         (dns-mode-soa-auto-increment-serial): New user option.
17435         (dns-mode-soa-maybe-increment-serial): New function.
17436         (dns-mode): Add the latter to `write-contents-functions'.
17437
17438 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * compface.el (uncompface): Use binary rather than raw-text-unix.
17441
17442 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * compface.el (uncompface): Make sure the eol conversion doesn't take
17445         place when communicating with the external programs.
17446         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17447
17448 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17451
17452 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17453
17454         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17455         Make it more robust by parsing author and date independently.
17456
17457 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17460
17461 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17462
17463         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17464         first matching secret key.
17465         (mml2015-epg-encrypt): Ditto.
17466
17467         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17468         first matching secret key.
17469         (mml1991-epg-encrypt): Ditto.
17470
17471         * mml2015.el (mml2015-encrypt-to-self): New user option.
17472         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17473         mml2015-epg-encrypt-to-self is set.
17474
17475         * mml1991.el (mml1991-encrypt-to-self): New variable.
17476         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17477         mml1991-epg-encrypt-to-self is set.
17478
17479         * mml2015.el (mml2015-signers): New user option.
17480         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17481         (mml2015-epg-encrypt): Allow to select signing keys.
17482
17483         * mml1991.el (mml1991-signers): New variable.
17484         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17485         (mml1991-epg-encrypt): Allow to select signing keys.
17486
17487 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17488
17489         * nnheader.el (nnheader-insert-head): Make it work even if the file
17490         uses CRLF for the line-break code.
17491
17492 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17493
17494         * mml2015.el: Require mml-sec instead of password.
17495         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17496         (mml2015-cache-passphrase): Inherit the default value from
17497         mml-secure-cache-passphrase.
17498         (mml2015-passphrase-cache-expiry): Inherit the default value from
17499         mml-secure-passphrase-cache-expiry.
17500
17501         * mml1991.el: Require mml-sec instead of password.
17502         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17503         (mml1991-cache-passphrase): Inherit the default value from
17504         mml-secure-cache-passphrase.
17505         (mml1991-passphrase-cache-expiry): Inherit the default value from
17506         mml-secure-passphrase-cache-expiry.
17507
17508         * mml-sec.el: Require password.
17509         (mml-secure-verbose): New user option.
17510         (mml-secure-cache-passphrase): New user option.
17511         (mml-secure-passphrase-cache-expiry): New user option.
17512
17513 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17514             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17515
17516         * pgg-def.el (pgg-truncate-key-identifier):
17517         Truncate the key ID to 8 letters from the end.
17518
17519 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17520
17521         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17522         workaround for the url package included with Emacs.
17523
17524         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17525
17526 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17529         correctly.  This fixes a bug caused by the 2006-05-12 change.
17530
17531 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17532
17533         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17534         some information about the error when saying that the `bogus' mail
17535         group will be used.
17536
17537 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17538
17539         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17540         string.
17541
17542 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17543
17544         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17545
17546 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17547
17548         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17549
17550 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17551
17552         * mml1991.el (mml1991-function-alist): Add epg.
17553         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17554         (mml1991-epg-encrypt): New functions.
17555
17556 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17557
17558         * mml2015.el (mml2015-verbose): New variable.
17559         (mml2015-cache-passphrase): Ditto.
17560         (mml2015-passphrase-cache-expiry): Ditto.
17561         (mml2015-function-alist): Add epg.
17562         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17563         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17564         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17565         New functions.
17566
17567 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17568
17569         * message.el (message-cite-original-1): Preserve region when removing
17570         quoted text due to X-No-Archive in order to avoid bogus attribution
17571         when citing multiple messages.
17572
17573 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17574
17575         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17576         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17577
17578 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17579
17580         * gnus-diary.el (gnus-user-format-function-d)
17581         (gnus-user-format-function-D): Autoload.
17582
17583         * imap.el (Commentary): Fix typo.
17584
17585         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17586         2006-04-22 contribution.
17587
17588 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17589
17590         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17591         It didn't really fix the bogosity I'm seeing with solid web groups.
17592
17593 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17594
17595         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17596         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17597         created using server names.  If we use the feature without declaring
17598         it, Gnus does not properly manage server and group state.
17599
17600         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17601         bound.
17602
17603 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17604
17605         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17606         looking up the method using GROUP's prefix before inventing a new one.
17607         It is used on killed/unknown groups in various places where returning
17608         an all-new method isn't expected by the caller.
17609
17610         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17611         and match semantics of gnus-group-real-prefix.
17612
17613 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * nnmail.el (nnmail-broken-references-mailers): New variable.
17616         (nnmail-ignore-broken-references): New function generalizing
17617         nnmail-fix-eudora-headers.
17618         (nnmail-fix-eudora-headers): Now obsolete.
17619
17620         * gnus-art.el (gnus-button-handle-custom):
17621         Support `customize-apropos*'.
17622
17623 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17624
17625         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17626
17627         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17628         articles.
17629
17630 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17631
17632         * message.el (message-cite-reply-above): New variable.
17633         (message-yank-original): Use it.
17634
17635 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17638
17639 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17640
17641         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17642         as read.
17643
17644         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17645
17646 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17647
17648         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17649         (gnus-bookmark-default-file): Use gnus-directory.
17650         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17651         Remove "*" in doc string.
17652         (gnus-bookmark-write-file): Simplify.
17653         (gnus-bookmark-maybe-sort-alist): Use `when'.
17654         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17655         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17656         Add FIXME about Emacs 21 and XEmacs compatibility.
17657         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17658         compatibility.
17659         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17660         compatibility.
17661         (gnus-bookmark-menu-heading): Fix version.
17662
17663 2006-06-19  Bastien Guerry  <bzg@altern.org>
17664
17665         * gnus-bookmark.el: New file.
17666
17667 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * message.el (message-syntax-checks): Doc fix.
17670
17671 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17672
17673         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17674         unsubscribed groups as if they were killed ones.  It causes duplicate
17675         entries in gnus-newsrc-alist.
17676
17677 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17678
17679         * message.el (message-syntax-checks): Doc fix.
17680         (message-send-mail): Add check for continuation headers.
17681         (message-check-news-header-syntax): Fix regexp used to check for
17682         continuation headers.
17683
17684 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17687
17688 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17689
17690         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17691
17692 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17695         default-truncate-lines.
17696
17697 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17700         to fill the utf-8 entry.
17701
17702         * lpath.el: Fbind unicode-precedence-list.
17703
17704 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17705
17706         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17707
17708 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17709
17710         * gnus-agent.el (directory-files-and-attributes): Move all the way
17711         forward (the third and final move).
17712         (gnus-agent-read-agentview): Trap reconstruction errors due to
17713         nonexistent directory.  Handle by returning nil.
17714
17715 2006-05-30  Didier Verna  <didier@xemacs.org>
17716
17717         * message.el (message-dont-reply-to-names): Update the custom type.
17718         * message.el (message-dont-reply-to-names): New defsubst: potentially
17719         convert a list of regexps into a single one.
17720         * message.el (message-get-reply-headers): Use it.
17721         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17722
17723 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-agent.el (directory-files-and-attributes): Move forward.
17726
17727 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17728
17729         * gnus-ml.el (gnus-mailing-list-subscribe)
17730         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17731         (gnus-mailing-list-message): Fix doc strings.
17732
17733 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17734
17735         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17736         of doing it manually.
17737
17738 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17739
17740         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17741         comment.
17742
17743 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17744
17745         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17746         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17747         (gnus-agent-read-local): All symbols allocated in my-obarray.
17748         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17749         (gnus-agent-regenerate-group): Check numeric names to see if they are
17750         messages or groups.
17751         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17752         better way of do this...)
17753
17754         * gnus-cache.el (gnus-agent-total-fetched-for):
17755         Ignore 'dummy.group' (there should be a better way of do this...)
17756
17757 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17760         (gnus-saved-headers): Ditto.
17761         (gnus-default-article-saver): Mention functions may have properties.
17762         (gnus-article-save): Override gnus-save-all-headers and
17763         gnus-saved-headers by :headers property which saver function may have.
17764         (gnus-summary-save-in-file): Add :headers property.
17765         (gnus-summary-write-to-file): Ditto.
17766
17767         * gnus-sum.el (gnus-summary-save-article): Bind
17768         gnus-prompt-before-saving to t when saving many articles in a file;
17769         always show all headers.
17770
17771         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17772
17773 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17776         marks.
17777
17778         * message.el (message-indent-citation): Add optional arguments to allow
17779         using it outside of message buffers.
17780
17781         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17782         (gnus-article-treat-unfold-headers): Use it.
17783         (gnus-article-truncate-lines): New variable.
17784         (gnus-article-mode): Use it.
17785         (gnus-article-toggle-truncate-lines): New function.
17786
17787         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17788         Add gnus-article-toggle-truncate-lines.
17789
17790         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17791         coding system in XEmacs, use binary.
17792
17793 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17796         after-load-alist.
17797
17798         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17799         this function should save decoded articles.
17800         (gnus-summary-write-to-file): Use property to specify this function
17801         should save decoded articles and specify gnus-summary-save-in-file
17802         should be used to save articles other than the first one when saving
17803         many articles.
17804         (gnus-summary-save-body-in-file): Use property to specify this
17805         function should save decoded articles.
17806         (gnus-summary-write-body-to-file): Use property to specify this
17807         function should save decoded articles and specify
17808         gnus-summary-save-body-in-file should be used to save articles other
17809         than the first one when saving many articles.
17810
17811         * gnus-sum.el (gnus-summary-save-article): Simplify.
17812
17813 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * gnus-art.el (gnus-default-article-saver):
17816         Add gnus-summary-write-body-to-file.
17817         (gnus-article-save-coding-system): Don't use coding system object
17818         in XEmacs.
17819         (gnus-read-save-file-name): Add optional `dir-var' argument which
17820         specifies directory in which files are saved; work even if optional
17821         `variable' argument is not specified.
17822         (gnus-summary-write-to-file): Read file name.
17823         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17824         (gnus-summary-write-body-to-file): New function.
17825
17826         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17827         (gnus-summary-local-variables): Add it.
17828         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17829         (gnus-summary-save-article): Remove optional `decode' argument;
17830         determine whether to decode articles by the value of
17831         gnus-default-article-saver; when saving many files using
17832         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17833         it first and use gnus-summary-save-in-file or
17834         gnus-summary-save-body-in-file thereafter unless
17835         gnus-prompt-before-saving is always; move point to article which
17836         will be saved.
17837         (gnus-summary-save-article-file): Revert.
17838         (gnus-summary-write-article-file): Revert.
17839         (gnus-summary-save-article-body-file): Revert.
17840         (gnus-summary-write-article-body-file): New function.
17841
17842 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-art.el (gnus-default-article-saver): Doc fix.
17845         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17846         from gnus-summary-save-article-coding-system, and default to a
17847         certain coding system.
17848         (gnus-output-to-file): Add coding cookie and encode text according
17849         to gnus-article-save-coding-system; don't use mm-append-to-file.
17850
17851         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17852         gnus-art.el and rename to gnus-article-save-coding-system.
17853         (gnus-summary-save-article): Require gnus-art; don't show all
17854         headers if it decodes articles; don't add coding cookie here;
17855         don't bind mm-text-coding-system-for-write.
17856         (gnus-summary-save-article-file): Save decoded articles.
17857         (gnus-summary-write-article-file): When saving many files, use
17858         gnus-summary-write-to-file first and gnus-summary-save-in-file
17859         thereafter unless gnus-prompt-before-saving is always.
17860         (gnus-summary-save-article-body-file): Save decoded articles.
17861
17862         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17863
17864 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17865
17866         * nnrss.el (nnrss-check-group): Bind hash-index.
17867
17868 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17869
17870         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17871         its hash index.  Store this hash in `nnrss-group-data'.
17872         (nnrss-read-group-data): Update accordingly.
17873
17874 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17875
17876         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17877         entry.
17878
17879         * gnus-sum.el (gnus-summary-make-menu-bar):
17880         Add gnus-article-browse-html-article.
17881
17882 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17883
17884         * gnus-sum.el (gnus-summary-mime-map):
17885         Add gnus-article-browse-html-article.
17886
17887         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17888
17889 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17892         suitable coding systems in customize.
17893
17894 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17895
17896         * mail-source.el (mail-sources): Fix custom type.
17897
17898 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17899
17900         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17901         (gnus-summary-expire-articles-now): Shorten prompt.
17902
17903         * gmm-utils.el (wid-edit): Require.
17904         (defun-gmm): Rename from `gmm-defun-compat'.
17905         (gmm-image-search-load-path): Use it.
17906         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17907
17908 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * gnus-sum.el (gnus-summary-save-article-coding-system):
17911         New variable.
17912         (gnus-summary-save-article): Add optional `decode' argument.
17913         If it is set and gnus-summary-save-article-coding-system is non-nil,
17914         save decoded article.
17915         (gnus-summary-write-article-file): Save decoded article if
17916         gnus-summary-save-article-coding-system is non-nil.
17917
17918         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17919         type.
17920
17921 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17924
17925 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17928         first to test gnus-single-article-buffer which may be buffer-local.
17929
17930         * gnus-sum.el (gnus-summary-setup-buffer):
17931         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17932         group; make gnus-article-buffer, gnus-article-current, and
17933         gnus-original-article-buffer always buffer-local.
17934         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17935         group.
17936         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17937
17938 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17939
17940         * nnml.el (nnml-request-compact-group): Compressed files might not
17941         have .gz extension.
17942
17943 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17944
17945         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17946         (mm-copy-to-buffer): Use with-current-buffer.
17947         (mm-display-part): Simplify.
17948         (mm-inlinable-p): Add optional arg `type'.
17949
17950 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17951
17952         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17953         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17954         Try harder to show the attachment internally or externally using
17955         gnus-mime-view-part-as-type.
17956
17957 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17958
17959         * message.el (message-from-style, message-signature-separator)
17960         (message-user-organization-file, message-send-mail-function)
17961         (message-citation-line-function, message-yank-prefix)
17962         (message-indent-citation-function, message-signature)
17963         (message-signature-file, message-signature-insert-empty-line):
17964         Remove autoloads.
17965
17966         * gnus-art.el (gnus-buttonized-mime-types):
17967         Remove "multipart/signed".  Revert 2006-04-26 change.
17968
17969 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17970
17971         * gnus.el (gnus-version-number): Bump version.
17972
17973 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17974
17975         * gnus.el: No Gnus v0.5 is released.
17976
17977 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17978
17979         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17980         fetching articles by message-id.
17981
17982 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17983
17984         * message.el (hashcash): Require hashcash as normal.
17985
17986         * ecomplete.el (ecomplete-highlight-match-line):
17987         Use point-at-eol.
17988         (ecomplete-highlight-match-line): Use `highlight', because that
17989         face exists in both Emacs and XEmacs.
17990
17991         * message.el (message-display-abbrev): Use point-at-bol.
17992
17993         * mail-source.el: Don't require timer/timer-funcs.
17994
17995         * gnus-async.el: Ditto.
17996
17997         * password.el: Ditto.
17998
17999         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18000
18001         * mm-url.el: Ditto.
18002
18003         * gnus-xmas.el: Don't require timer-funcs.
18004
18005         * mm-util.el: Require timer/timer-funcs.
18006
18007 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18008
18009         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18010         Close.
18011
18012 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18015         unibyte after clear-decrypt function runs.
18016
18017         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18018         returns as a unibyte string.
18019
18020 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * lpath.el: Revert.
18023
18024         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18025         (pgg-gpg-process-sentinel): Revert.
18026
18027         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18028         (pgg-pgp-lookup-key): Revert.
18029
18030         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18031         (pgg-pgp5-lookup-key): Revert.
18032
18033         * pgg.el (pgg-fetch-key): Revert.
18034
18035 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * lpath.el: Fbind string-as-multibyte for XEmacs.
18038
18039         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18040         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18041         (mml1991-pgg-encrypt): Ditto.
18042
18043         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18044         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18045         a multibyte buffer.
18046
18047         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18048         (pgg-pgp-lookup-key): Ditto.
18049
18050         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18051         (pgg-pgp5-lookup-key): Ditto.
18052
18053         * pgg.el (pgg-fetch-key): Ditto.
18054
18055 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18056
18057         * message.el (message-user-organization-file): Check several
18058         locations of the organization file.
18059
18060         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18061         Add gnus-article-view-part-as-type.
18062
18063         * gnus-art.el (gnus-article-view-part-as-type): New function.
18064
18065         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18066         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18067
18068         * mml.el: Simplify autoload.
18069         (mml-mode): defvar dnd-protocol-alist instead of using
18070         symbol-value.
18071         (mml-default-directory): New variable.
18072         (mml-minibuffer-read-file): Use it.
18073         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18074
18075         * message.el (message-citation-line-format): New variable.
18076         (message-insert-formated-citation-line): New function.
18077         (message-citation-line-function):
18078         Add `message-insert-formated-citation-line' to custom type.
18079
18080         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18081         to doc string.
18082
18083         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18084         depending on mm-verify-option.
18085
18086 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18087
18088         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18089         binding pgg-* variables; reimplement the section which prevents
18090         MIME header from being signed.
18091         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18092         pgg-text-mode; remove a blank line at the top of body.
18093
18094         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18095         lines at the top of body; use gnus-newsgroup-charset if there's no
18096         Charset header.
18097
18098 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * message.el (message-self-insert-commands): Doc fix.
18101
18102         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18103         (mm-uu-pgp-encrypted-test): Ditto.
18104         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18105         between header and body; return application/pgp-encrypted handle
18106         if decryption failed; decode decrypted body by charset.
18107
18108         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18109         element match to application/pgp-*.
18110
18111 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18112
18113         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18114         HTML.
18115
18116 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18117
18118         * mail-source.el (mail-source-call-script): Message the error
18119         string.
18120
18121 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18122
18123         * gnus-util.el (gnus-byte-compile): Use it.
18124
18125 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18126
18127         * gnus-util.el (kill-empty-logs): New function.
18128
18129 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18130
18131         * message.el (message-mail-alias-type): Doc fix.
18132         (message-mail-alias-type-p): New function.
18133         (message-send): Use it.
18134         (message-mode): Ditto.
18135         (message-strip-forbidden-properties): Ditto.
18136
18137         * ecomplete.el (ecomplete-database-file-coding-system):
18138         New variable.
18139         (ecomplete-save): Use it.
18140         (ecomplete-setup): Use it.
18141
18142 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * message.el (message-self-insert-commands): New variable.
18145         (message-strip-forbidden-properties): Use it.
18146
18147 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18148
18149         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18150         that doesn't make XEmacs choke.
18151
18152 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18153
18154         * gnus-util.el (gnus-replace-in-string):
18155         Prefer replace-regexp-in-string over of replace-in-string.
18156
18157 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18158
18159         * gnus-util.el (gnus-select-frame-set-input-focus):
18160         Use select-frame-set-input-focus if it is available in XEmacs; use
18161         definition defined in Emacs 22 for old Emacsen.
18162
18163         * dgnushack.el: Autoload unmorse-region for XEmacs.
18164
18165         * lpath.el: Bind cursor-in-non-selected-windows and
18166         select-frame-set-input-focus for XEmacs.
18167
18168 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18171
18172 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18173
18174         * gnus-registry.el (gnus-registry-cache-save): Remove text
18175         properties when saving via the temp buffer.
18176
18177 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18178
18179         * message.el (message-generate-hashcash): Honor custom type.
18180
18181 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18182
18183         * message.el (message-generate-hashcash): Default to non-nil when
18184         hashcash is found.
18185
18186         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18187         (gnus-refer-thread-limit): Increase default to 500.
18188
18189         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18190
18191         * flow-fill.el (fill-flowed): Allow delete-space.
18192
18193 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18194
18195         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18196         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18197         Remove autoloads.
18198
18199 2006-04-18  Simon Josefsson  <jas@extundo.com>
18200
18201         * message.el (message-generate-hashcash): Default to.
18202
18203 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18206         concatenating segments rather than before concatenating them.
18207
18208 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18209
18210         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18211
18212 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18213
18214         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18215
18216         * message.el (message-forward-make-body-plain):
18217         Allow message-forward-ignored-headers to be a list.
18218         (message-remove-ignored-headers): Factor out into function.
18219         (message-forward-make-body-mml): Use it.
18220
18221         * imap.el (imap-quote-specials): New function.
18222         (imap-login-auth): Quote specials.
18223
18224         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18225         (rfc2231-parse-string): Allow concatanation of parameters that
18226         aren't contiguous.  The test case is
18227           (mail-header-parse-content-type "message/external-body;
18228             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18229             access-type=LOCAL-FILE;
18230             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18231
18232 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18233
18234         * nntp.el (nntp-accept-process-output): Return the value of
18235         `nnheader-accept-process-output'.
18236
18237 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18238
18239         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18240         (gnus-button-alist): Recognize more diff formats.
18241         (gnus-button-patch): Strip directory.
18242
18243 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18244
18245         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18246         Emacs 22 when setting focus.
18247
18248 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18249
18250         * gnus-art.el (gnus-article-treat-types): Do treatment of
18251         text/x-verbatim parts.
18252         (gnus-button-patch): New command.
18253
18254         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18255         addresses that contain invalid characters.
18256
18257 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18258
18259         * message.el (message-put-addresses-in-ecomplete):
18260         Use gnus-replace-in-string.
18261         (message-is-yours-p): Use the more correct
18262         mail-header-parse-address instead of
18263         mail-extract-address-components.
18264         (message-put-addresses-in-ecomplete): Fix typo.
18265
18266         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18267         keystroke.
18268
18269         * gnus-art.el (gnus-treatment-function-alist): Change order of
18270         newsgroups/generic header folding to avoid double-folding.
18271
18272         * message.el (message-hidden-headers): Add X-Draft-From.
18273
18274         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18275         New command.
18276         (gnus-summary-repeat-search-article-backward): New command.
18277
18278         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18279         groups in the parent topic.
18280
18281 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18282
18283         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18284         (spam-extra-header-to-number): Return the CRM114 number as a
18285         number instead of a string.
18286
18287 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18288
18289         * gnus-art.el (gnus-face-properties-alist): Move here from
18290         gnus-fun.
18291
18292         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18293
18294 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18295
18296         * message.el (message-strip-forbidden-properties): Only display on
18297         self-insert-command.
18298
18299         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18300         reindent.
18301         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18302
18303 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18304
18305         * smiley.el (smiley-style): Fix typo.
18306
18307 2006-03-23  Kenichi Handa  <handa@m17n.org>
18308
18309         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18310         instead of set-buffer-multibyte.
18311
18312 2006-03-23  Kenichi Handa  <handa@m17n.org>
18313
18314         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18315         buffer and then decode the buffer text if necessary.
18316         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18317         first, and after mm-encode-body, change the buffer to unibyte.
18318
18319 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18320
18321         * hashcash.el (hashcash-insert-payment-async-2):
18322         Use message-goto-eoh instead of doing it manually.
18323         (mail-add-payment): Use message-narrow-to-header instead of trying
18324         to do the same itself.
18325
18326         * message.el (message-hidden-headers): Add Face.
18327
18328         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18329         reparenting code.
18330         (gnus-summary-reparent-children): Refactored out code.
18331         (gnus-summary-thread-map): New keystroke.
18332         (gnus-summary-reparent-children): Make into command.
18333
18334         * smiley.el (smiley-style): Default to `medium' if using a large
18335         font.
18336
18337         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18338         does it itself.
18339
18340         * message.el (message-point-in-header-p): Simplify definition.
18341
18342 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18343
18344         * nnagent.el (nnagent-request-set-mark): Silence log file
18345         writing.
18346         (nnagent-request-set-mark): Use write-region instead of
18347         append-to-file.
18348
18349         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18350         strange select method.
18351
18352         * ecomplete.el (ecomplete-display-matches): Get highlightling
18353         right.
18354         (ecomplete-display-matches): Use literals.
18355         (ecomplete-display-matches): Disable message logging.
18356
18357         * message.el (message-display-abbrev): Small optimization.
18358
18359         * ecomplete.el (ecomplete-display-matches): Allow automatic
18360         display.
18361
18362         * message.el (message-strip-forbidden-properties):
18363         Display abbrevs.
18364         (message-display-abbrev): Get automatic display right.
18365
18366         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18367         keystrokes.
18368
18369 2006-04-13  Romain Francoise  <romain@orebokech.com>
18370
18371         TODO: Backport to v5-10!
18372
18373         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18374         Move here (and rename) from gnus-registry.el.
18375
18376         * gnus-registry.el: Require gnus-util.
18377         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18378
18379 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18380
18381         * gnus-group.el (gnus-group-catchup-current):
18382         Change if-then-else-if-then-else into cond.
18383         (gnus-group-catchup): Indent.
18384         (group-name-at-point): New function.
18385         (gnus-fetch-group): Provide default from thing at point.
18386
18387 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18388
18389         * message.el (message-display-abbrev): Fix regexp.
18390
18391         * ecomplete.el (ecomplete-highlight-match-line):
18392         Reimplement choosing.
18393         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18394         dead variables.
18395
18396         * message.el (message-newline-and-indent): Remove debugging.
18397         (message-display-abbrev): Use new implementation.
18398
18399 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18400
18401         * gnus-art.el (gnus-article-mode):
18402         Set cursor-in-non-selected-windows to nil.
18403
18404         * smiley.el: Revert previous change.
18405         (smiley-data-directory): defvar it before using it in the
18406         defcustom of `smiley-style'.
18407
18408 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18409
18410         * message.el (message-newline-and-indent): New function.
18411
18412         * ecomplete.el: Implement more bits.
18413
18414         * message.el (message-put-addresses-in-ecomplete): Clean up the
18415         string.
18416
18417         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18418
18419         * gnus-sum.el (gnus-summary-save-parts):
18420         Bind gnus-summary-save-parts-counter and use it to make unique file
18421         names.
18422
18423         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18424
18425         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18426         parameter to say whether to actually parse the individual
18427         addresses.
18428
18429         * message.el (message-put-addresses-in-ecomplete): New function.
18430         (ecomplete): Require.
18431         (message-mail-alias-type): Add ecomplete as an option.
18432
18433 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18434
18435         * flow-fill.el (fill-flowed): Remove trailing space from blank
18436         quoted lines.
18437
18438 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18439
18440         * smiley.el (smiley-style): Move definition later to avoid a
18441         compilation warning.
18442
18443 2006-04-12  Kenichi Handa  <handa@m17n.org>
18444
18445         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18446         buffer and then decode the buffer text if necessary.
18447         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18448         first, and after mm-encode-body, change the buffer to unibyte.
18449         Use mm-disable-multibyte instead of set-buffer-multibyte.
18450
18451 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18454         Content-Type header instead of Content-Disposition header.
18455         (gnus-mime-inline-part): Ditto.
18456         (gnus-mime-view-part-as-charset): Ignore charset that the part
18457         specifies.
18458
18459         * mm-decode.el (mm-display-part): Work with external parts and
18460         usual parts similarly.
18461
18462         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18463         instead of gnus-display-mime.
18464
18465         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18466         instead of with-temp-buffer.
18467
18468         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18469         tag to summarized topics part in order to encode non-ASCII text.
18470
18471 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18472
18473         * smiley.el (smiley-style): New variable.
18474         (smiley-directory): New function.
18475         (smiley-data-directory): Derive from `smiley-style' using
18476         `smiley-directory'.
18477         (smiley-regexp-alist): Add new entries.
18478
18479         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18480         (gnus-article-browse-delete-temp): Add :version.
18481
18482 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18483
18484         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18485         the sieve region.
18486
18487 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18488
18489         * gnus.el (gnus-version-number): Bump version.
18490
18491 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18492
18493         * gnus.el: No Gnus v0.4 is released.
18494
18495 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18496
18497         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18498         layout.
18499
18500         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18501         unknown charset.
18502
18503         * message.el (message-header-synonyms): Add Original-To to the
18504         default.
18505
18506         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18507         optional parameter.
18508
18509 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18510
18511         * gnus-fun.el (gnus): Require it for gnus-directory.
18512
18513 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18516
18517 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18518
18519         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18520
18521 2006-04-05  Simon Josefsson  <jas@extundo.com>
18522
18523         * password.el (password-reset): New function.
18524
18525 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18526
18527         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18528         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18529
18530 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18531
18532         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18533         Some whitespace was matched into the url, which broke browsing hits
18534         > 100 when mm-url-use-external was nil.
18535
18536 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18539         Check gnus-extra-headers for 'Newsgroups.
18540
18541         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18542         bound.
18543
18544 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18545
18546         * pgg-gpg.el: Clean up process buffers every time gpg processes
18547         complete.
18548
18549 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18550
18551         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18552         doc string.
18553
18554 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18555
18556         * pgg-gpg.el (pgg-gpg-process-filter)
18557         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18558
18559         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18560         lines, temporary fix.
18561
18562 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18563
18564         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18565
18566 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18567
18568         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18569         default-enable-multibyte-characters.  This reverts the change from
18570         revision 6.17 which is no longer necessary because the passphrase
18571         is sent separately now.  GnuPG messages are unreadable under
18572         multibyte locales with default-enable-multibyte-characters set to
18573         nil.
18574
18575 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18576
18577         * message.el (message-tool-bar-gnome): Move "spell".
18578
18579 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18582         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18583         instead.
18584
18585 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18586
18587         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18588         Improve newsgroups handling for NNTP overviews which don't include
18589         Newsgroups.
18590
18591 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18592
18593         * message.el (message-resend): Bind message-generate-hashcash to nil.
18594
18595 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18596
18597         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18598         when searching for already-paid recipients.
18599
18600 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18601
18602         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18603         passphrases when it is not needed.
18604         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18605         passphrase stuff from gpg, should only be necessary when you use
18606         gpg with a smartcard.
18607
18608 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * mml.el (mml-insert-mime): Ignore cached contents of
18611         message/external-body part.
18612
18613         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18614         (mm-insert-part): Ditto.
18615
18616 2006-03-23  Simon Josefsson  <jas@extundo.com>
18617
18618         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18619         Reiner.
18620         (pgg-gpg-use-agent-p): Use it again.
18621
18622 2006-03-23  Simon Josefsson  <jas@extundo.com>
18623
18624         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18625         older emacsen.
18626         (pgg-gpg-use-agent-p): Don't use it.
18627
18628 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18629
18630         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18631         if we can.
18632
18633 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18634
18635         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18636         (pgg-gpg-update-agent): New function.
18637         (pgg-gpg-use-agent-p): New function.
18638         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18639         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18640         (pgg-gpg-sign-region): Use it.
18641
18642 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18643
18644         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18645         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18646
18647 2006-03-21  Simon Josefsson  <jas@extundo.com>
18648
18649         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18650         <wilde@sha-bang.de>.
18651         (pgg-gpg-use-agent): New variable.
18652         (pgg-gpg-process-region): Use it.
18653         (pgg-gpg-encrypt-region): Likewise.
18654         (pgg-gpg-encrypt-symmetric-region): Likewise.
18655         (pgg-gpg-decrypt-region): Likewise.
18656         (pgg-gpg-sign-region): Likewise.
18657         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18658
18659 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18660
18661         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18662
18663         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18664         Add comment on version.
18665
18666 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18667
18668         * smiley.el: Add missing test smiley.
18669
18670 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * mm-decode.el (mm-with-part): New macro.
18673         (mm-get-part): Use it; work with message/external-body as well.
18674         (mm-save-part): Treat name and filename equally.
18675
18676         * mm-extern.el (mm-extern-cache-contents): New function.
18677         (mm-inline-external-body): Use it; force the part to be displayed;
18678         move undisplayer added to the cached handle to the parent.
18679
18680         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18681         (gnus-mime-view-part-as-type): Work with message/external-body.
18682
18683         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18684
18685 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18686
18687         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18688         images in image-load-path.  [Sync with image.el, revision 1.60, in
18689         Emacs.]
18690
18691 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18692
18693         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18694         path rather than symbol.  Always return list of directories.
18695         Guarantee that image directory comes first.  [Sync with image.el,
18696         revision 1.59, in Emacs.]
18697
18698         * message.el (message-make-tool-bar): Adjust to new API of
18699         `gmm-image-load-path-for-library'.
18700
18701         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18702
18703         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18704
18705 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18706
18707         * gnus-art.el (gnus-article-only-boring-p):
18708         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18709         intangible text.
18710         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18711
18712 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18713
18714         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18715         Use `defun' instead of `gmm-defun-compat'.
18716
18717 2006-03-14  Simon Josefsson  <jas@extundo.com>
18718
18719         * message.el (message-unique-id): Don't use message-number-base36
18720         if (user-uid) is a float.
18721         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18722
18723 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18726
18727         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18728         empty line between a part and a message part.
18729
18730 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18731
18732         * smiley.el: Add more test smileys.
18733         (smiley-data-directory, smiley-regexp-alist)
18734         (gnus-smiley-file-types): Fix doc strings.
18735         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18736         adding new elements.
18737         (smiley-mouse-map): Unused code.  Make it a comment.
18738
18739 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18742         scan latest NoCeM messages instead of old ones.
18743         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18744         delimiters that are recently used.
18745         (gnus-nocem-load-cache): Add autoload cookie.
18746
18747         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18748
18749         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18750         level which is larger than gnus-use-nocem is specified.
18751
18752         * gnus-group.el (gnus-group-get-new-news): Ditto.
18753
18754 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18755
18756         * gnus-util.el (gnus-tool-bar-update): New function.
18757
18758         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18759         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18760
18761         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18762
18763         * gnus-group.el (gnus-group-redraw-when-idle)
18764         (gnus-group-redraw-check): Remove.
18765         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18766
18767 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18770         if optional last element is specified in splits (FIELD VALUE...).
18771
18772 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18773
18774         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18775         to gmm-image-load-path-for-library.  Call with no-error argument.
18776         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18777
18778         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18779
18780         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18781
18782         * gmm-utils.el (gmm-image-load-path): Remove alias.
18783
18784 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18785
18786         * gmm-utils.el (gmm-image-load-path): Add alias.
18787
18788         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18789         nnml-generate-nov-databases-1.
18790         (nnml-generate-nov-databases): Use it.
18791         (nnml-generate-nov-databases-directory): Document no-active
18792         argument.
18793
18794         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18795         directory if path is t.  Add no-error.
18796
18797         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18798         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18799
18800         * gnus-art.el (gnus-article-browse-delete-temp-files):
18801         Simplify resetting gnus-article-browse-html-temp-list.
18802
18803         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18804         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18805         Add example to docstring.  Rename local variables.  Move error
18806         checks to default case in cond and simplify.
18807
18808 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18809
18810         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18811         handle is multipart when calling it recursively.
18812         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18813
18814 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18815
18816         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18817         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18818
18819 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18822         is loaded.
18823
18824         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18825         loaded.
18826
18827 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18828
18829         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18830         to "Emacs 23 (unicode)" in doc string.
18831
18832         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18833         "Emacs 23 (unicode)" in comment.
18834
18835 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18838
18839         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18840         characters 160 through 255 in Emacs 23.
18841
18842 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18843
18844         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18845         gnus-article-browse-html-temp.
18846         (gnus-article-browse-delete-temp): Make it customizable.
18847         Add `file'.  Adjust doc string.
18848         (gnus-article-browse-delete-temp-files): Add argument.
18849         Allow query for each file.  Adjust doc string.
18850         (gnus-article-browse-html-parts):
18851         Add `gnus-article-browse-delete-temp-files' to
18852         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18853
18854 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18855
18856         * gnus-art.el (gnus-article-browse-html-temp)
18857         (gnus-article-browse-delete-temp): New variables.
18858         (gnus-article-browse-delete-temp-files): New function.
18859         (gnus-article-browse-html-parts): Use it.
18860
18861 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18862
18863         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18864
18865         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18866         string.
18867
18868         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18869         gnus-summary-insert-new-articles when unplugged.
18870         Remove gnus-summary-search-article-forward.
18871
18872         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18873         display-visual-class instead of display-color-cells.
18874
18875 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * dgnushack.el: Autoload customize-group for XEmacs.
18878
18879         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18880         message/* containing non-ASCII text properly.
18881
18882 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * message.el: Require gmm-utils, remove autoloads.
18885         (message-tool-bar): Set default based on
18886         gmm-tool-bar-style.
18887         (message-tool-bar-gnome): Add gmm-customize-mode.
18888
18889         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18890         gmm-tool-bar-style.
18891         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18892
18893         * gnus-group.el (gnus-group-tool-bar): Set default based on
18894         gmm-tool-bar-style.
18895         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18896
18897         * gmm-utils.el (gmm-image-directory): Rename variable from
18898         gmm-image-load-path.
18899         (gmm-image-load-path): Use gmm-image-directory.
18900         (gmm-customize-mode): New function.
18901         (gmm-tool-bar-style): New variable.
18902
18903         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18904         gnus-group-redraw-line-number.
18905         (gnus-group-redraw-check): Simplify.
18906         (gnus-group-tool-bar-update): Remove redraw check.
18907         (gnus-group-make-tool-bar): Add redraw check.
18908
18909 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18910
18911         * gnus-art.el (gnus-button): Add missing parentheses.
18912
18913 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * lpath.el: Fbind line-number-at-pos.
18916
18917 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18920
18921 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18922
18923         * gnus-art.el (gnus-button): New face.
18924         (gnus-article-button-face): Use it.
18925
18926         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18927         Add gnus-summary-next-page.  Re-order.
18928
18929         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18930         next-node are now included.
18931         (gnus-group-redraw-line-number): New internal variable.
18932         (gnus-group-redraw-check): Helper function for updating the tool
18933         bar.
18934         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18935
18936         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18937
18938         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18939         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18940         Use it to match format of Spamassassin 3.0 and later.
18941         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18942         (spam-check-bogofilter)
18943         (spam-bogofilter-register-with-bogofilter): Fix args of
18944         `gnus-error' calls.
18945
18946 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18947
18948         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18949         unnecessary interaction when sending queued mails.
18950         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18951
18952 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18953
18954         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18955         first or last are nil.
18956
18957 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18958
18959         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18960
18961 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18962
18963         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18964
18965 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18966
18967         * dns.el (query-dns): Protect more against buggy tcp output.
18968
18969 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18972         nov.php.
18973
18974 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18975
18976         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18977         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18978         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18979         output on the server side.
18980         (nnweb-google-create-mapping): Update regexps and add some
18981         progress indication.
18982
18983 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * gnus-group.el (gnus-group-tool-bar-gnome):
18986         Fix gnus-agent-toggle-plugged.  Re-order icons.
18987         (gnus-group-tool-bar-gnome):
18988         Add gnus-group-{prev,next}-unread-group.
18989         (gnus-group-tool-bar-gnome): Re-order icons.
18990
18991         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18992         Move gnus-summary-insert-new-articles.
18993
18994         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18995         Fix comments.
18996
18997         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18998         also available in Emacs 21.3.
18999
19000         * message.el (message-fix-before-sending): Change "Emacs 22" to
19001         "Emacs 23 (unicode)" in comment.
19002
19003         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19004         "Emacs 23 (unicode)" in comment.
19005
19006         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19007         comment.
19008         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19009
19010         * mm-view.el (mm-fill-flowed): Add :version.
19011
19012 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19015         and load-path.
19016
19017 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19018
19019         * message.el: Autoload gmm-image-load-path.
19020         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19021         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19022         consitency.
19023
19024         * gmm-utils.el (gmm-image-load-path): Also search in
19025         "../etc/images".  Don't set gmm-image-load-path if we don't find
19026         the image.
19027
19028 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * gmm-utils.el (gmm-image-load-path): Don't make
19031         `gmm-image-load-path' include subdirectories which the second arg
19032         `image' might specify.
19033
19034         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19035         subdirectory to icon file names.
19036
19037         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19038
19039 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19040
19041         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19042         gmm-image-load-path calls.
19043
19044         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19045
19046         * message.el (message-make-tool-bar): Ditto.
19047
19048         * mml.el (mml-preview): Add comment concerning tool bar icons.
19049
19050         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19051         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19052
19053         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19054         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19055
19056         * message.el (message-tool-bar-gnome): Use new icon names.
19057         (message-make-tool-bar): Use `gmm-image-load-path'.
19058
19059         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19060         New functions from MH-E.
19061         (gmm-image-load-path): New variable from MH-E.
19062         (gmm-image-load-path): New function from MH-E.  Add arguments
19063         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19064         *-image-load-path-called-flag.
19065
19066 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19067
19068         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19069
19070 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19071
19072         * nnimap.el (nnimap-request-move-article): Change folder back to
19073         source group before deleting.
19074
19075 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19076
19077         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19078
19079         * gnus-art.el (mm-url-insert-file-contents-external):
19080         Autoload mm-url.
19081
19082         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19083
19084 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19087         coding system which mm-charset-to-coding-system returns for a
19088         given charset is valid.
19089
19090 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19091
19092         * html2text.el (html2text-remove-tag-list):
19093         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19094
19095 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19096
19097         * gnus-cus.el: Revert 2005-10-17 change.
19098
19099 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19100
19101         * gnus-art.el (article-strip-banner):
19102         Call article-really-strip-banner only when the regexp match is made.
19103
19104 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * gnus-art.el (article-strip-banner):
19107         Use gnus-extract-address-components instead of
19108         mail-header-parse-addresses to make it work with non-ASCII text;
19109         remove mail-encode-encoded-word-string.
19110
19111         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19112         values which are surrounded with \"...\"; make it never cause a
19113         Lisp error; give up parsing of parameters if it failed in
19114         extracting type.
19115
19116 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19117
19118         * smime.el (smime-cert-by-ldap-1): Fix bug where
19119         `smime-ldap-search' returns results without userCertificates.
19120
19121 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19122
19123         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19124
19125 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19126
19127         * spam.el (spam-check-spamassassin-headers): Adapt format for
19128         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19129         <ari@mbf.ocn.ne.jp>.
19130         (spam-list-of-processors): Add spam-use-gmane.
19131
19132 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19133
19134         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19135         make-temp-file; make it work with XEmacs as well.
19136
19137         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19138         mm-make-temp-file.
19139
19140         * mm-decode.el (mm-display-external): Use the 3rd arg of
19141         mm-make-temp-file.
19142         (mm-create-image-xemacs): Ditto.
19143
19144 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19147         with message-narrow-to-headers.
19148         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19149         (gnus-draft-check-draft-articles): New function.
19150         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19151
19152 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * gnus-art.el (gnus-article-browse-html-parts):
19155         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19156         Don't use suffix argument for mm-make-temp-file for Emacs 21
19157         compatibility.  Remove useless `format'.
19158
19159 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19160
19161         * nnweb.el (nnweb-google-wash-article): Update regexps.
19162         (nnweb-group-alist): Use defvoo instead of defvar.
19163
19164 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19167         re-loading nn* modules.
19168
19169 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19170
19171         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19172         for `tool-bar-mode' and don't check it's default-value.
19173
19174         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19175
19176         * message.el (message-make-tool-bar): Ditto.
19177
19178         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19179         `substring'.  Shorten tmp-file name.
19180
19181         * gnus.el: Remove bogus comment.
19182
19183 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19184
19185         * gnus-art.el (gnus-article-browse-html-parts): New function.
19186         (gnus-article-browse-html-article): New function for viewing html
19187         articles with a browser.
19188
19189 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19190
19191         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19192         in elisp.
19193         (pgg-gpg-encrypt-symmetric-region): Ditto.
19194         (pgg-gpg-sign-region): Ditto.
19195
19196         * pgg-def.el (pgg-text-mode): New variable.
19197
19198         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19199         (mml2015-pgg-encrypt): Ditto.
19200
19201         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19202         (mml1991-pgg-encrypt): Ditto.
19203
19204 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19205
19206         * nnfolder.el (nnfolder-insert-newsgroup-line):
19207         Use message-make-date instead of current-time-string.
19208
19209         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19210         to gnus-decoded which mm-uu might set.
19211
19212 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19215         don't decode quoted parameters; remove misimported Emacs code.
19216         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19217         (rfc2231-decode-encoded-string): Don't use split-string which
19218         behaves differently according to Emacs version; use
19219         mm-decode-coding-region to convert charset to coding-system.
19220         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19221         (rfc2231-encode-string): Remove misimported Emacs code.
19222
19223 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19226         when calling mail-header-parse-content-type.
19227         (article-de-quoted-unreadable): Ditto.
19228         (article-de-base64-unreadable): Ditto.
19229         (article-wash-html): Ditto.
19230
19231         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19232         calling mail-header-parse-content-type and
19233         mail-header-parse-content-disposition.
19234         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19235         mail-header-parse-content-type.
19236
19237         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19238         insert charset and format parameters; encode description after
19239         inserting it to buffer.
19240         (mml-insert-parameter): Fold lines properly even if a parameter is
19241         segmented into two or more lines; change the max column to 76.
19242
19243         * rfc1843.el (rfc1843-decode-article-body): Don't use
19244         ignore-errors when calling mail-header-parse-content-type.
19245
19246         * rfc2231.el (rfc2231-parse-string): Return at least type if
19247         possible; don't cause an error even if it fails in parsing of
19248         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19249         (rfc2231-encode-string): Don't break lines at the beginning, leave
19250         it to mml-insert-parameter.
19251
19252         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19253         calling mail-header-parse-content-type.
19254
19255 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19256
19257         * spam-report.el (spam-report-gmane-use-article-number):
19258         Improve doc string.
19259         (spam-report-gmane-internal): Check if a suitable header was found
19260         in the article.
19261
19262 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19265         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19266
19267 2006-02-05  Romain Francoise  <romain@orebokech.com>
19268
19269         Update copyright notices of all files in the gnus directory.
19270
19271 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19272
19273         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19274
19275 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19276
19277         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19278         segmented lines of parameter value to cope with Thunderbird 1.5
19279         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19280         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19281         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19282
19283 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19284
19285         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19286         parts.
19287
19288 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19289
19290         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19291         there's only one active file for all servers.
19292         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19293         solid groups.  Gnus might have used a FAST request to select the group.
19294         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19295         and nnweb-search redundantly in the active file.
19296         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19297         (nnweb-request-create-group): Don't use ARGS.
19298         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19299         initializations.  Let nnoo do the work.
19300
19301 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19304         Say the part has been decoded.
19305
19306         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19307
19308 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19309
19310         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19311         mailcap-viewer-test-cache when there's no 'test clause, since that
19312         will invert the meaning of a "nil" test previously determined by
19313         mailcap-mailcap-entry-passes-test.
19314
19315 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19318         compiling.
19319
19320         * gnus-sum.el: Ditto.
19321
19322         * message.el: Don't bind tool-bar-map when compiling.
19323
19324 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19325
19326         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19327
19328 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19329
19330         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19331         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19332         current Google Groups.
19333
19334 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19335
19336         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19337         and tool-bar-mode.
19338
19339         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19340         and tool-bar-mode.
19341
19342         * message.el (message-tool-bar-update): Simplify.
19343         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19344
19345         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19346         gnus-summary-buffer.
19347         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19348         gnus-summary-reply.
19349
19350         * gmm-utils.el (gmm): Add :version.
19351
19352 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19353
19354         * Makefile.in (clean): New rule.
19355         (distclean): Use it.
19356
19357 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19358
19359         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19360         Don't autoload.
19361
19362 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * gmm-utils.el (gmm-verbose): Add :group.
19365
19366 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19367
19368         * message.el: Change some comments WRT tool-bars.
19369
19370         * gnus-sum.el (gnus-summary-tool-bar)
19371         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19372         (gnus-summary-tool-bar-zap-list): New variables.
19373         (gnus-summary-make-tool-bar): Complete rewrite using
19374         `gmm-tool-bar-from-list'.
19375
19376         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19377         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19378         New variables.
19379         (gnus-group-make-tool-bar): Complete rewrite using
19380         `gmm-tool-bar-from-list'.
19381         (gnus-group-tool-bar-update): New function.
19382
19383         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19384
19385 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19388         is dissected into a single part of which the type is the same as
19389         the given one; decode charset.
19390
19391 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19392
19393         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19394         into alists as symbol not string, since that's what
19395         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19396         look for.
19397
19398 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19399
19400         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19401         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19402
19403         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19404
19405 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19406
19407         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19408         (gnus-xmas-mime-security-button-menu): New function.
19409
19410         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19411         (gnus-mime-security-button-menu): New definition.
19412         (gnus-mime-security-button-map): Use them.
19413         (gnus-mime-security-button-menu): New function.
19414         (gnus-insert-mime-security-button): Addition to help echo.
19415         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19416         (gnus-mime-security-pipe-part): New functions.
19417
19418         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19419         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19420
19421         * mm-decode.el (mm-handle-set-disposition): Remove.
19422         (mm-handle-set-description): Remove.
19423
19424 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19427         (mm-w3m-standalone-supports-m17n-p): New function.
19428         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19429         w3m usage.
19430
19431         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19432         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19433
19434 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19435
19436         * message.el (message-tool-bar-zap-list):
19437         Use gmm-tool-bar-zap-list as custom type.
19438         (message-tool-bar-update): New function.
19439         (message-tool-bar, message-tool-bar-gnome)
19440         (message-tool-bar-retro): Add message-tool-bar-update.
19441         (message-tool-bar-gnome): Add flyspell-buffer.
19442
19443         * gnus-util.el (gnus-error): Describe `args'.
19444
19445         * gmm-utils.el (gmm-error): Describe `args'.
19446         (gmm-tool-bar-zap-list): New widget.
19447         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19448
19449 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19450
19451         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19452         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19453         the number of recursive calls.
19454
19455         * mm-decode.el (mm-handle-set-disposition): New macro.
19456         (mm-handle-set-description): New macro.
19457
19458 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19459
19460         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19461         encoding.
19462
19463 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19464
19465         * message.el (message-tool-bar-zap-list, message-tool-bar)
19466         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19467         (message-tool-bar-local-item-from-menu): Remove.
19468         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19469         (message-make-tool-bar): New function.
19470         (message-mode): Use `message-make-tool-bar'.
19471
19472         * gmm-utils.el: New file.
19473         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19474         (gmm-lazy): New widget copied from `nnmail.el'.
19475         (gmm-tool-bar-from-list): New function for creating customizable
19476         tool bars.
19477         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19478         output.
19479         (gmm): Add :prefix to defgroup.
19480
19481 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19482
19483         * gmm-utils.el (gmm-widget-p): New function.
19484
19485 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19486
19487         * mml.el (mml-attach-file): Describe `description' in doc string.
19488         (mml-menu): Add Emacs MIME manual and PGG manual.
19489
19490 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19491
19492         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19493
19494 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19495
19496         * nntp.el (nntp-end-of-line): Doc fix.
19497
19498 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19499
19500         * imap.el (imap-open): Handle case where buffer is a buffer
19501         object.
19502
19503 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19504
19505         * gnus-delay.el (gnus-delay): Don't autoload.
19506         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19507         to be re-loaded when customizing the `gnus-delay' group.
19508
19509 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19510
19511         * message.el (message-insert-citation-line): Use newlines.
19512
19513 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19514
19515         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19516         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19517         these routines, so the passphrase can be managed externally and
19518         passed in to the system.
19519         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19520         pgg-add-passphrase-to-cache function.
19521
19522         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19523         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19524         these routines, so the passphrase can be managed externally and
19525         passed in to the system.
19526         (pgg-pgp5-sign-region): Use new name of
19527         pgg-add-passphrase-to-cache function.
19528
19529 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19530
19531         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19532         part of the decoded armor to find the key-identifier.
19533         (pgg-gpg-lookup-key-owner): New function to return the
19534         human-readable identifier of a key owner.
19535         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19536         itself.
19537         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19538         the key value) if we have a key and can match it against a secret
19539         key.  Also, added a note pointing out fact that the prompt only
19540         indicates the first matching key.
19541
19542         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19543         pgg-decrypt-region.
19544         (pgg-add-passphrase-to-cache): Rename from
19545         `pgg-add-passphrase-cache' to reduce confusion (all callers
19546         changed).
19547         (pgg-remove-passphrase-from-cache): Rename from
19548         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19549         changed).
19550         (pgg-read-passphrase, pgg-add-passphrase-cache)
19551         (pgg-remove-passphrase-cache): Add informative docstrings.
19552         (pgg-decrypt): Convey provided passphrase in subordinate call to
19553         pgg-decrypt-region.
19554
19555 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19556
19557         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19558         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19559         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19560         'passphrase' argument, so the passphrase can be managed externally
19561         and then passed in to the system.
19562
19563         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19564         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19565         so the passphrase cache can be used reliably with identifiers
19566         besides a pgp packet's key id.
19567
19568         * pgg-gpg.el (pgg-gpg-encrypt-region)
19569         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19570         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19571         these routines, so the passphrase can be managed externally and
19572         passed in to the system.
19573
19574         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19575         'notruncate' argument, so the passphrase cache can be used
19576         reliably with identifiers besides a pgp packet's key id.
19577
19578 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19579
19580         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19581         symmetric encryption.
19582         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19583         encrypted session key.
19584         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19585         message ask for the passphrase in a proper way.
19586
19587         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19588         New user commands for symmetric encryption.
19589
19590 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19591
19592         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19593
19594         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19595
19596 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19597
19598         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19599
19600 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * mm-decode.el (mm-inlined-types): Add application/pgp.
19603         (mm-automatic-display): Ditto.
19604
19605         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19606         part as text.
19607
19608 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19609
19610         * nnrss.el: Update copyright.
19611         (nnrss-opml-import): Query whether to subscribe to each entry.
19612
19613         * gnus-art.el:
19614         * gnus-sum.el:
19615         * gnus-xmas.el:
19616         * messagexmas.el:
19617         * mm-uu.el:
19618         * mm-view.el: Update copyright.
19619
19620 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19621
19622         * message.el (message-info): New function.
19623         (message-mode-menu): Add it.
19624         Update copyright.
19625
19626         * ChangeLog: Fix and update copyright.
19627
19628 2006-01-13  Romain Francoise  <romain@orebokech.com>
19629
19630         * message.el (message-forward-subject-name-subject): Prefer the
19631         address to 'nowhere' if the sender has no name.
19632         Fix typo.  Update copyright year.
19633
19634 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19635
19636         * gnus-art.el (article-wash-html):
19637         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19638         (gnus-article-wash-html-with-w3m-standalone): New function.
19639
19640         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19641         mm-inline-text-html-render-with-w3m-standalone.
19642         (mm-text-html-washer-alist): Map w3m-standalone to
19643         gnus-article-wash-html-with-w3m-standalone.
19644         (mm-inline-text-html-render-with-w3m-standalone): New function.
19645
19646 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19649         Improve LaTeX.
19650
19651 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19654         (nnrss-request-article): Render text/plain parts as HTML.
19655
19656         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19657         the buffer.
19658
19659 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19662         custom definition of `gnus-posting-styles'.
19663
19664         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19665         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19666
19667 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19668
19669         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19670         Use nntp for bug archive.
19671
19672 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19675         parts.
19676         (nnrss-normalize-date): New function converts ISO 8601 date into
19677         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19678         (nnrss-check-group): Use it.
19679
19680 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19683
19684         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19685         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19686         (nnrss-insert-w3): Ditto.
19687
19688 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19689
19690         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19691         the articles to be forwarded including the case where neither a
19692         number of articles nor a region is specified.
19693
19694 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * nnrss.el (nnrss-request-article): Fix last change; fill
19697         text/plain parts.
19698
19699 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19700
19701         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19702         in text/plain part.
19703         (nnrss-check-group): Don't add excessive newline to dc:subject.
19704
19705 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19706
19707         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19708         article.
19709
19710 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19711
19712         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19713         (nnml-use-compressed-files, nnml-save-mail): Support other
19714         comression programs such as bzip2.
19715
19716 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19717
19718         * dns.el (query-dns): Make sure we check the buffer size before
19719         removing tcp headers.
19720
19721 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19722
19723         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19724         remove MIME buttons associated with multipart/alternative parts.
19725         (gnus-mime-display-alternative): Tag buttons using `article-type'
19726         text property.
19727
19728         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19729         associated with multipart/alternative parts.
19730
19731         * gnus-art.el (gnus-signature-separator): Fix custom type.
19732
19733         * mm-decode.el (mm-inlined-types): Fix custom type.
19734         (mm-keep-viewer-alive-types): Ditto.
19735         (mm-automatic-display): Ditto.
19736         (mm-attachment-override-types): Ditto.
19737         (mm-inline-override-types): Ditto.
19738         (mm-automatic-external-display): Ditto.
19739
19740 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * spam-report.el (spam-report-user-mail-address)
19743         (spam-report-user-agent): New variables.
19744         (spam-report-url-ping-plain): Use spam-report-user-agent.
19745
19746 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19747
19748         * gnus-art.el (gnus-button-handle-custom): Do not just use
19749         `customize-apropos' for any "M-x customize-*" button but the
19750         function called for.  Accept both the function name and its
19751         argument in order to achieve this.
19752         (gnus-button-alist): Remove support for "custom:" URL's.
19753         Pass function name to `gnus-button-handle-custom' in case of "M-x
19754         customize-*" buttons.
19755
19756 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19757
19758         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19759         multipart/alternative and add xref to mm-discouraged-alternatives
19760         in doc string.
19761
19762         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19763         gnus-buttonized-mime-types in doc string.
19764
19765 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19766
19767         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19768         Suggest image/.* in the doc string.
19769
19770 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19771
19772         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19773         message-marks (Debian bug #342521).
19774
19775 2005-12-12  Simon Josefsson  <jas@extundo.com>
19776
19777         * password.el (password-read-from-cache): Add.
19778         (password-read): Use it.
19779
19780 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19781
19782         * rfc2047.el (rfc2047-charset-to-coding-system):
19783         Recognize us-ascii as a MIME charset.
19784
19785         * mm-bodies.el (mm-decode-content-transfer-encoding):
19786         Protect against the case where the 2nd arg TYPE is nil.
19787
19788 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19789
19790         * pop3.el (pop3-stream-type): Fix custom version.
19791
19792         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19793
19794 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19795
19796         * mm-decode.el (mm-display-external): Add missing cdr.
19797
19798 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19799
19800         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19801         RFC1524) if it is in mailcap or add a suffix according to
19802         mailcap-mime-extensions when generating a temp filename; postpone
19803         deleting a temp file for 2 seconds for some wrappers, shell
19804         scripts, and so on, which might exit right after having started a
19805         viewer command as a background job.
19806
19807 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19808
19809         * nntp.el (nntp-marks-directory): Fix custom group.
19810
19811         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19812         steps when < 10.
19813
19814         * gnus-start.el (gnus-no-server-1):
19815         Mention `gnus-level-default-subscribed' in doc string.
19816
19817 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19818
19819         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19820         parens.
19821
19822 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * gnus-xmas.el (gnus-use-toolbar): Revert.
19825         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19826         gnus-use-toolbar is default.
19827
19828         * messagexmas.el (message-use-toolbar): Revert.
19829         (message-setup-toolbar): Use global default-toolbar if
19830         message-use-toolbar is default.
19831
19832 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19833
19834         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19835         according to default-toolbar-visible-p.
19836
19837         * messagexmas.el (message-use-toolbar): Ditto.
19838
19839 2005-11-26  Dave Love  <fx@gnu.org>
19840
19841         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19842         (tls-program, tls-success): Provide openssl alternative.
19843
19844         * starttls.el: Doc fixes.
19845         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19846         SERVICE to PORT.
19847
19848         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19849         port null or service name.
19850         (starttls-negotiate): Autoload.
19851
19852 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * message.el (message-kill-to-signature): Fix interactive spec.
19855
19856 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19857
19858         * pop3.el (pop3-open-server): Recognize a string as a service name.
19859
19860 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19861
19862         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19863
19864 2005-11-23  Dave Love  <fx@gnu.org>
19865
19866         Add pop3s, pop3/starttls.
19867
19868         * pop3.el (pop3-authentication-scheme): Clarify doc.
19869         (open-tls-stream, starttls-open-stream): Autoload.
19870         (pop3-stream-type): New.
19871         (pop3-open-server): Use it.
19872
19873         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19874         for POP.
19875         (mail-source-keyword-map): Add :stream for POP.
19876         (mail-source-fetch-pop): Use pop3-stream-type.
19877
19878 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19881         of current-time-string.
19882
19883 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19884
19885         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19886         date header.
19887
19888 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19889
19890         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19891         it can seriously impact performance as it bypasses the agent's
19892         local caches.
19893
19894 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19895
19896         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19897         must be explicitly online rather than "not explicitly offline" for
19898         its flags to be synchronized.
19899
19900         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19901         that gnus-uu-unmark-thread will function correctly.
19902
19903         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19904         1024K is instead displayed as 1M.
19905
19906 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19907
19908         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19909
19910 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19911
19912         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19913
19914 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19915
19916         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19917         error message to display actual error condition.
19918         (gnus-agent-save-local): Avoid saving symbols that are bound to
19919         nil as they simply result in a warning message in
19920         gnus-agent-read-local.
19921
19922 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19923
19924         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19925         rather than make-variable-buffer-local for file-precious-flag.
19926
19927 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19928
19929         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19930         for duplicates which are removed.  The invalid sort check then
19931         triggers a rescan after the sort as sorting may have moved
19932         duplicate entries such that they can be cheaply detected.
19933
19934 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19935
19936         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19937
19938 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19939
19940         * gnus-agent.el (gnus-agent-article-alist-save-format):
19941         Change internal variable to a custom variable.  Change default value
19942         from compressed(2) to uncompressed(1).
19943         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19944         support for uncompressed agentview files.  Taken together, reading
19945         the agentview file should now be 6-7 times faster.
19946
19947 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19948
19949         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19950         as a buffer-local variable.  This avoids creating truncated
19951         dribble files as a result of a hang up, eg.
19952
19953 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19954
19955         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19956         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19957         XEmacs.
19958
19959 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19960
19961         * gnus-start.el (gnus-start-draft-setup):
19962         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19963
19964         * gnus.el (gnus-splash): Change custom group.
19965         (gnus-group-get-parameter, gnus-group-parameter-value):
19966         Describe allow-list argument.
19967
19968         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19969         string.
19970
19971 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19972
19973         * gnus-art.el (gnus-default-article-saver): Add user-defined
19974         `function' to custom type.
19975
19976 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19977
19978         * imap.el (imap-open): Handle case where buffer is a buffer
19979         object.
19980
19981 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19982
19983         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19984         long lines.
19985         (gnus-cache-delete-group): Wrap doc strings.
19986
19987         * gnus-agent.el (gnus-agent-rename-group)
19988         (gnus-agent-delete-group): Wrap doc strings.
19989
19990 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * messagexmas.el (message-use-toolbar): Change the valid values
19993         into default, top, bottom, left, and right.
19994         (message-toolbar-thickness): New variable.
19995         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19996         well.
19997         (message-setup-toolbar): Make it work.
19998
19999         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20000         (gnus-use-toolbar): Change the valid values into default, top,
20001         bottom, left, and right.
20002         (gnus-toolbar-thickness): New variable.
20003         (gnus-xmas-setup-toolbar): New function.
20004         (gnus-xmas-setup-group-toolbar): Use it.
20005         (gnus-xmas-setup-summary-toolbar): Use it.
20006
20007 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20008
20009         * gnus-start.el (gnus-1): Add "native" to
20010         gnus-predefined-server-alist.
20011
20012         * gnus.el (gnus-method-to-server): Don't add "native" to the
20013         lists here, because that leads to problems when
20014         gnus-select-method is bound.
20015
20016 2005-11-09  Simon Josefsson  <jas@extundo.com>
20017
20018         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20019         use (not sort-by-date) instead.
20020
20021 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20022
20023         * gnus-delay.el (gnus-delay-group): Don't autoload.
20024         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20025         to be re-loaded when customizing the `gnus-delay' group.
20026
20027 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20028
20029         * message.el: Revert last changes.
20030         (message-insert-citation-line): Use newlines.
20031
20032 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20033
20034         * message.el (message-courtesy-message)
20035         (message-mark-insert-begin, message-mark-insert-end)
20036         (message-elide-ellipsis, message-cancel-message)
20037         (message-add-header, message-change-subject)
20038         (message-cross-post-followup-to-header)
20039         (message-cross-post-insert-note, message-reduce-to-to-cc)
20040         (message-widen-reply, message-delete-not-region)
20041         (message-kill-to-signature, message-insert-signature)
20042         (message-insert-importance-high, message-insert-importance-low)
20043         (message-insert-or-toggle-importance)
20044         (message-insert-disposition-notification-to)
20045         (message-indent-citation, message-yank-original)
20046         (message-cite-original-without-signature, message-cite-original)
20047         (message-insert-citation-line, message-position-on-field)
20048         (message-fix-before-sending, message-send-mail-partially)
20049         (message-send-mail, message-send-mail-with-sendmail)
20050         (message-send-mail-with-qmail, message-send-news)
20051         (message-check-news-header-syntax, message-generate-headers)
20052         (message-insert-courtesy-copy, message-fill-address)
20053         (message-fill-header, message-shorten-references)
20054         (message-setup-1, message-cancel-news)
20055         (message-forward-make-body-plain, message-forward-make-body-mime)
20056         (message-forward-make-body-mml, message-encode-message-body)
20057         (message-forward-make-body-digest-plain)
20058         (message-forward-make-body-digest-mime)
20059         (message-use-alternative-email-as-from): Insert `hard-newline'
20060         instead of ordinary newlines.
20061
20062 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20063
20064         * message.el (message-generate-headers): Downcase the argument
20065         given to message-check-element.
20066
20067 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20068
20069         * nntp.el (nntp-authinfo-rejected): New error condition.
20070         (nntp-wait-for): Use new error condition to signal authentication
20071         error.
20072         (nntp-retrieve-data): Rethrow new error condition to break out of
20073         recursive call to nntp-send-authinfo.
20074
20075 2005-11-08  Romain Francoise  <romain@orebokech.com>
20076
20077         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20078         (gnus-summary-exit-map): Bind to `Z p'.
20079         (gnus-summary-make-menu-bar): Add menu item.
20080
20081 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20082
20083         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20084         (gnus-treat-*): Add `first' in all doc strings.
20085
20086         * gnus-group.el (gnus-group-compact-group): Fix typo.
20087
20088 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20089
20090         * gnus.el (gnus-parameters-case-fold-search): New variable.
20091         (gnus-parameters-get-parameter): Use it.
20092
20093         * gnus-score.el (gnus-home-score-file): Doc fix.
20094
20095 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20096
20097         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20098
20099 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20100
20101         * mm-util.el (mm-special-display-p): New function.
20102
20103         * mml.el (mml-preview): Use it; doc fix.
20104
20105 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20106
20107         * imap.el (imap-open): Handle case where buffer is a buffer object.
20108
20109 2005-10-29  Romain Francoise  <romain@orebokech.com>
20110
20111         * message.el (message-fix-before-sending): Fix comment.
20112
20113 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20114
20115         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20116
20117 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20118
20119         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20120         Used in gnus-score.el.
20121
20122 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20123
20124         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20125
20126 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20127
20128         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20129         whitespace removed in revision 7.8.  Use concatenated string to
20130         protect trailing whitespace.
20131
20132 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20133
20134         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20135         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20136         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20137         Courier IMAP ("some version from 2004").  Mostly based on similar
20138         code in the same function.
20139
20140 2005-10-26  Didier Verna  <didier@xemacs.org>
20141
20142         * gnus-group.el (gnus-group-compact-group): Invalidate original
20143         article buffer.
20144         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20145         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20146         NOV database and in article itself.
20147         Invalidate article backlog.
20148
20149 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20150
20151         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20152
20153 2005-10-26  Simon Josefsson  <jas@extundo.com>
20154
20155         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20156         part of 2004-07-25 change.
20157
20158 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * message.el (message-display-completion-list): New function.
20161         (message-expand-group): Use it; make sure the Completions buffer
20162         is modifiable.
20163 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20164
20165         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20166         user-mail-name is an empty string.
20167
20168 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20169
20170         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20171         depending on gnus-score-decay-constant.
20172
20173         * encrypt.el (encrypt-insert-file-contents)
20174         (encrypt-write-file-contents): Don't use `gnus-message'.
20175
20176         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20177         arguments.
20178         (mm-uu-type-alist): Add message-marks and insert-marks.
20179         Pass arguments to mm-uu-verbatim-marks-extract.
20180         (mm-uu-hide-markers): New variable.
20181         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20182
20183         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20184         (gnus-convert-image-to-face-command): Use "convert" by default to
20185         allow other input image formats.
20186         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20187         accordingly.
20188
20189 2005-10-23  Simon Josefsson  <jas@extundo.com>
20190
20191         * imap.el (imap-gssapi-program): Align command line parameters
20192         with latest GNU SASL.
20193         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20194
20195 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20196
20197         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20198         HTML.
20199         (nnslashdot-request-article): Ditto.
20200
20201         * lpath.el (featurep): Add nobreak-char-display.
20202
20203 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20204
20205         * mail-source.el (mail-source-fetch-pop): Require pop3.
20206         (mail-source-check-pop): Ditto.
20207
20208 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20211         errors.
20212
20213 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20214
20215         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20216         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20217
20218         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20219
20220         * mm-bodies.el (mm-decode-string):
20221         Call `mm-charset-to-coding-system' with allow-override argument.
20222
20223 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20226         (rfc2047-charset-to-coding-system): New function.
20227         (rfc2047-decode-encoded-words): New function.
20228         (rfc2047-decode-region): Use them.
20229         (rfc2047-decode-cte): Remove.
20230         (rfc2047-parse-and-decode): Remove.
20231         (rfc2047-decode): Remove.
20232
20233 2005-10-15  Kenichi Handa  <handa@m17n.org>
20234
20235         * rfc2047.el (rfc2047-decode-cte): New function.
20236         (rfc2047-decode-region): Change the way to decode successive
20237         encoded-words: decode B- or Q-encoding in each encoded-word,
20238         concatenate them, and decode it as charset.
20239
20240 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * lpath.el: Fbind codepage-setup for XEmacs.
20243
20244 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20245
20246         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20247         widget-move-and-invoke.
20248         (gnus-custom-mode): Use gnus-custom-map.
20249
20250 2005-10-15  Bill Wohler  <wohler@newt.com>
20251
20252         * message.el (message-tool-bar-map): Rename image file from
20253         mail_send to mail/send.
20254
20255 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20256
20257         * message.el (message-expand-group): Pass the common
20258         prefix substring of completion to `display-completion-list'.
20259
20260 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20261
20262         * mml-sec.el (mml-secure-method): New internal variable.
20263         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20264         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20265         New functions using mml-secure-method.
20266
20267         * mml.el (mml-mode-map): Add key bindings for those functions.
20268         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20269         Harder <harder@myrealbox.com>.
20270         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20271         Goto end of message if point is the headers of the message.
20272
20273         * message.el (message-in-body-p): New function.
20274
20275         * assistant.el: Autoload gnus-util and netrc.
20276
20277         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20278         Use `mm-charset-override-alist' only when decoding.
20279
20280         * mm-bodies.el (mm-decode-body):
20281         Call `mm-charset-to-coding-system' with allow-override argument.
20282
20283         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20284         `filename' from Content-Disposition if Content-Type doesn't
20285         provide `name'.
20286         (gnus-mime-view-part-as-type): Set default instead of
20287         initial-input.
20288
20289 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20290
20291         * format-spec.el (format-spec): Propagate text properties of % spec.
20292
20293 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20294
20295         * gnus-art.el (gnus-treat-predicate): Add `first'.
20296
20297 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20298
20299         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20300         (mm-charset-override-alist): New variable.
20301         (mm-charset-to-coding-system): Use it.
20302         (mm-codepage-setup): New helper function.
20303         (mm-charset-eval-alist): New variable.
20304         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20305         Warn about unknown charsets.
20306
20307         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20308
20309 2005-10-04  David Hansen  <david.hansen@gmx.net>
20310
20311         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20312         (nnrss-check-group): Ditto.
20313
20314 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20315
20316         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20317         Rename x-gnus-verbatim to x-verbatim.
20318         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20319
20320         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20321         x-verbatim.
20322
20323         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20324
20325         * gnus-util.el (gnus-remove-duplicates): Remove.
20326
20327         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20328         instead of gnus-remove-duplicates.
20329
20330         * message.el (message-remove-duplicates): Remove.
20331         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20332         message-remove-duplicates.
20333
20334         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20335         available, else use implementation from `delete-dups'.
20336
20337         * message.el (message-insert-expires): New function.
20338         (message-mode-map): Add key binding.
20339         (message-mode-field-menu): Add menu entry.
20340         (message-mode): Document it.
20341         (message-make-expires-date): Use `message-make-date'.
20342
20343 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20344
20345         * message.el (message-make-expires-date): New function.
20346
20347 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * Makefile.in (list-installed-shadows): New entry.
20350         (install): Use it.
20351         (remove-installed-shadows): New entry.
20352
20353         * dgnushack.el (dgnushack-default-load-path): New variable.
20354         (dgnushack-find-lisp-shadows): New function.
20355         (dgnushack-remove-lisp-shadows): New function.
20356
20357 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20358
20359         * Makefile.in (install-el-elc): New entry.
20360         (install): Use it so that .el files are necessarily installed.
20361
20362 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20365
20366 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20367
20368         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20369         function rather than the diff-mode.el package.
20370         (mm-display-external): Use with-current-buffer.
20371         (mm-viewer-completion-map, mm-viewer-completion-map):
20372         Move initialization inside declaration.
20373
20374 2005-09-29  Simon Josefsson  <jas@extundo.com>
20375
20376         * spam.el: Load hashcash when compiling, to avoid warnings.
20377         Don't autoload mail-check-payment.
20378         (spam-check-hashcash): Define unconditionally, since hashcash.el
20379         is part of Gnus now.  Ignore errors from payment checking.
20380
20381 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20382
20383         * message.el (message-bold-region, message-unbold-region):
20384         Rename from `bold-region' and `unbold-region'.
20385
20386         * message.el: Remove useless autoloads.
20387
20388 2005-09-28  Simon Josefsson  <jas@extundo.com>
20389
20390         * message.el (message-use-idna): Default to t.
20391         (message-use-idna): Test whether encoding works too.  Doc fix.
20392
20393 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20394
20395         * nntp.el (nntp-warn-about-losing-connection): Remove.
20396
20397 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20398
20399         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20400         customizable.  Change default value.
20401         (mm-uu-diff-groups-regexp): Change default value.
20402         (mm-uu-type-alist): Add doc string.
20403         (mm-uu-configure): Add doc string.  Make it interactive.
20404         (mm-uu-tex-groups-regexp): New variable.
20405         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20406         (mm-uu-type-alist): Add LaTeX documents.
20407         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20408         of "text/verbatim".
20409         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20410
20411         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20412         instead of "text/verbatim".
20413
20414         * message.el (message-mark-inserted-region)
20415         (message-mark-insert-file): Use slrn style marks when called with
20416         prefix argument.
20417
20418 2005-09-27  Simon Josefsson  <jas@extundo.com>
20419
20420         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20421
20422 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20423
20424         * message.el (message-remove-duplicates): New function.
20425         Implementation borrowed from `gnus-remove-duplicates'.
20426         (message-idna-to-ascii-rhs): Also encode idna addresses in
20427         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20428         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20429         only ask about the same idna domain once per header and also tell
20430         in what header to replace the idna domain.
20431
20432         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20433         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20434         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20435         a header is decoded and not just the last one.
20436
20437 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20438
20439         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20440         has been decoded.
20441
20442         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20443         (mm-insert-part): Don't modify text if it has been decoded.
20444
20445         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20446         decoded.
20447
20448         * mm-view.el (mm-inline-text): Don't strip text props unless
20449         decoding enriched or richtext parts.
20450
20451 2005-09-25  Romain Francoise  <romain@orebokech.com>
20452
20453         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20454         * gnus-start.el (gnus-subscribe-interactively):
20455         * gnus-uu.el (gnus-uu-grab-articles):
20456         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20457         space.
20458
20459 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20460
20461         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20462         * mm-view.el (mm-view-pkcs7-decrypt):
20463         * gnus-sum.el (gnus-summary-limit-to-extra)
20464         (gnus-summary-respool-article, gnus-read-move-group-name):
20465         * gnus-score.el (gnus-summary-increase-score):
20466         * gnus-util.el (gnus-completing-read-with-default):
20467         * gnus-art.el (gnus-read-save-file-name)
20468         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20469         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20470         * message.el (message-check-news-header-syntax):
20471         Follow convention for reading with the minibuffer.
20472
20473 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20474
20475         * spam-report.el (spam-report-url-ping-plain):
20476         Use gnus-extended-version as User-Agent.
20477
20478         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20479         default value is nil.
20480
20481         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20482         (mm-uu-verbatim-marks-extract): New function.
20483         (mm-uu-extract): New face.
20484         (mm-uu-copy-to-buffer): Use it.
20485
20486         * spam-report.el (spam-report-gmane-ham): Rename from
20487         `spam-report-gmane-unspam'.
20488         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20489         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20490
20491         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20492         Autoload.
20493         (spam-report-gmane-unregister-routine):
20494         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20495
20496 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20497
20498         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20499         (spam-report-gmane-unregister-routine): Add support for gmane
20500         unregistration.
20501
20502         * spam-report.el (spam-report-gmane-unspam)
20503         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20504         (spam-report-gmane): Change to take a single article and do unspam
20505         registration.
20506
20507 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20508
20509         * mm-url.el (mm-url-decode-entities): Fix regexp.
20510
20511 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20512
20513         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20514         default to nil, to be able to use Gnus at all.  If the default
20515         switches to something else, then the function should be fixed not
20516         be exceedingly slow.
20517
20518 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20519
20520         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20521         fail hard.
20522
20523         * spam-report.el: Add better Keywords line.
20524
20525         * spam.el: Add Maintainer and better Keywords line.
20526
20527 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20528
20529         * gnus-art.el (gnus-article-replace-part)
20530         (gnus-mime-replace-part): New functions.
20531         (gnus-mime-action-alist, gnus-mime-button-commands)
20532         (gnus-mime-save-part-and-strip): Add file argument.
20533         (gnus-article-part-wrapper): Add interactive argument.
20534
20535         * gnus-sum.el (gnus-summary-mime-map):
20536         Add `gnus-article-replace-part'.
20537
20538 2005-09-19  Didier Verna  <didier@xemacs.org>
20539
20540         The nnml compaction feature:
20541         * nnml.el (nnml-request-compact-group): New function.
20542         * nnml.el (nnml-request-compact): New function.
20543         * gnus-int.el (gnus-request-compact-group): New function.
20544         * gnus-int.el (gnus-request-compact): New function.
20545         * gnus-group.el (gnus-group-compact-group): New function.
20546         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20547         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20548         * gnus-srvr.el (gnus-server-compact-server): New function.
20549         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20550         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20551
20552 2005-09-18  Deepak Goel  <deego@gnufans.org>
20553
20554         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20555         format spec.
20556
20557 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20558
20559         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20560
20561 2005-09-15  Romain Francoise  <romain@orebokech.com>
20562
20563         * message.el (message-fill-paragraph): Clarify docstring.
20564
20565 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20566
20567         * gnus-art.el (gnus-mime-display-part): Protect against broken
20568         MIME messages.
20569
20570 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20571
20572         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20573         before parsing header.
20574
20575 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20576
20577         * html2text.el (html2text-replace-list): Add new entities.
20578
20579 2005-09-11  Romain Francoise  <romain@orebokech.com>
20580
20581         * message.el (message-alternative-emails): Improve docstring.
20582         (message-setup-1): Call `message-use-alternative-email-as-from'
20583         after `message-setup-hook' to give it precedence over posting
20584         styles, etc.
20585         (message-use-alternative-email-as-from): Add docstring.
20586         Remove the original From header if present.
20587
20588         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20589         (nnml-save-mail): Use it.
20590
20591         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20592         articles.  Add new argument `silent'.
20593         (gnus-uu-mark-all): Report the total number of marked articles.
20594
20595 2005-09-10  Romain Francoise  <romain@orebokech.com>
20596
20597         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20598         (gnus-uu-mark-series): Likewise.
20599
20600 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20601
20602         * spam-report.el (spam-report-gmane): Fix generation of spam
20603         report URL.
20604
20605 2005-09-10  Simon Josefsson  <jas@extundo.com>
20606
20607         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20608         t, based on discussion on the ding list with Robert Epprecht
20609         <epprecht@solnet.ch>.
20610
20611 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20612
20613         * spam-report.el (spam-report-gmane): Make it work without
20614         X-Report-Spam header.  Gmane now only provides Archived-At.
20615         This is only used if `spam-report-gmane-use-article-number' is nil.
20616         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20617
20618         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20619         make `gnus-summary-sort-by-recipient' work with threading.
20620
20621         * nnweb.el (nnweb-google-wash-article): Print a message if article
20622         is not available.
20623
20624 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20625
20626         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20627         change.  Decode text/* parts content before displaying.
20628
20629 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20630
20631         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20632
20633 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20634
20635         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20636
20637         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20638         url-package-name, url-package-version,
20639         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20640         w3m-display-inline-images, and w3m-minor-mode-map.
20641
20642 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20643
20644         * message.el (message-tab-body-function): Fix mismatched custom type.
20645
20646         * gnus.el (gnus-group-change-level-function): Ditto.
20647
20648         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20649
20650         * gnus-art.el (gnus-signature-limit)
20651         (gnus-article-mime-part-function): Ditto.
20652
20653 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20654
20655         * mml.el (mml-mode): Silence the byte compiler.
20656
20657         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20658         using `(sit-for 0)' before moving the point to the specified part;
20659         skip unbuttonized parts.
20660         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20661         return to the summary window if gnus-auto-select-part is non-nil.
20662
20663 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20664
20665         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20666         New variables.
20667         (mml-dnd-attach-file, mml-mode): Use them.
20668
20669         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20670         Make fetching article by MID work again for Google Groups.
20671         Add FIXME concerning gnus-group-make-web-group.
20672
20673         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20674         Don't depend on Gnus by using mail-extract-address-components if
20675         gnus-extract-address-components is not bound.
20676
20677 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20678
20679         * gnus-art.el (gnus-mime-display-security): Don't display the
20680         signature, but only the signed part.
20681
20682 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20685
20686         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20687         list, not listp.
20688
20689 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20690
20691         * mm-encode.el (mm-encode-content-transfer-encoding):
20692         Likewise when encoding.
20693
20694         * mm-bodies.el (mm-decode-content-transfer-encoding):
20695         De-canonicalize CRLF for all text content types, not just
20696         text/plain.
20697
20698 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20699
20700         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20701         valid article; point arrow and cursor at the MIME button.
20702
20703 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20704
20705         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20706         Suggested by Dan Christensen <jdc@uwo.ca>.
20707
20708         * mm-decode.el (mm-save-part): Enable change of prompt.
20709
20710 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20711
20712         * gnus-msg.el (gnus-inews-add-send-actions):
20713         Make `message-post-method' lambda parameter ARG `&optional'.
20714
20715 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20716
20717         * gnus-sum.el (gnus-summary-mime-map):
20718         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20719         gnus-article-jump-to-part.
20720
20721         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20722         (gnus-article-edit-part): Use it.
20723         (gnus-article-part-wrapper): Add no-handle argument.
20724         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20725         New functions.
20726
20727 2005-08-29  Romain Francoise  <romain@orebokech.com>
20728
20729         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20730         docstring.
20731         (gnus-face-from-file): Likewise.
20732
20733 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20734
20735         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20736         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20737         non-nil.
20738         (gnus-auto-select-part): New variable.
20739         (gnus-article-jump-to-part): New function.
20740         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20741         (gnus-mime-delete-part): Allow selecting specified part after
20742         deleting or stripping parts.
20743         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20744         part if argument is bogus.
20745
20746 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20747
20748         * gnus-art.el (w3m-minor-mode-map):
20749         * gnus-spec.el (gnus-newsrc-file-version):
20750         * gnus-util.el (nnmail-active-file-coding-system)
20751         (gnus-original-article-buffer, gnus-user-agent):
20752         * gnus.el (gnus-ham-process-destinations)
20753         (gnus-parameter-ham-marks-alist)
20754         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20755         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20756         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20757         * mm-decode.el (gnus-current-window-configuration):
20758         * mm-extern.el (gnus-article-mime-handles):
20759         * mm-url.el (url-current-object, url-package-name)
20760         (url-package-version):
20761         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20762         (smime-keys, w3m-cid-retrieve-function-alist)
20763         (w3m-current-buffer, w3m-display-inline-images)
20764         (w3m-minor-mode-map):
20765         * mml-smime.el (gnus-extract-address-components):
20766         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20767         (gnus-newsrc-hashtb, message-default-charset)
20768         (message-deletable-headers, message-options)
20769         (message-posting-charset, message-required-mail-headers)
20770         (message-required-news-headers):
20771         * mml1991.el (mc-pgp-always-sign):
20772         * mml2015.el (mc-pgp-always-sign):
20773         * nnheader.el (nnmail-extra-headers):
20774         * rfc1843.el (gnus-decode-encoded-word-function)
20775         (gnus-decode-header-function, gnus-newsgroup-name):
20776         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20777
20778 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20779
20780         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20781         the end of the date treatments.
20782
20783 2005-08-15  Simon Josefsson  <jas@extundo.com>
20784
20785         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20786         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20787         Capello and Romain Francoise.
20788         (pgg-fetch-key-function): Remove, not used?
20789         (pgg-insert-url-with-w3): Require url, to get
20790         url-insert-file-contents regardless of where it is defined.
20791
20792 2005-08-13  Romain Francoise  <romain@orebokech.com>
20793
20794         * message.el (message-cite-original-1): New function.
20795         (message-cite-original): Use it.
20796         (message-cite-original-without-signature): Ditto.
20797
20798 2005-08-08  Romain Francoise  <romain@orebokech.com>
20799
20800         * message.el (message-yank-empty-prefix): New variable.
20801         (message-indent-citation): Use it.
20802         (message-cite-original-without-signature): Respect X-No-Archive.
20803
20804 2005-08-08  Simon Josefsson  <jas@extundo.com>
20805
20806         * pgg.el: Autoload url-insert-file-contents instead of loading
20807         w3/url.
20808         (pgg-insert-url-with-w3): Don't load url here.
20809
20810 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20811
20812         * message.el (message-kill-to-signature): Don't insert newline at
20813         bol.
20814         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20815
20816 2005-08-06  Romain Francoise  <romain@orebokech.com>
20817
20818         * message.el (message-user-fqdn): Fix typo in docstring.
20819
20820 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20821
20822         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20823
20824         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20825
20826 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20827
20828         * mm-bodies.el (mm-encode-body): Use coding system rather than
20829         charset to encode text.
20830
20831         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20832         number of charsets if utf-8 is available (XEmacs).
20833
20834 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20835
20836         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20837         taken from `gnus-button-mid-or-mail-regexp'.
20838         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20839         (gnus-button-alist): Improve regexp for domain part of the MIDs
20840         for news:localpart@domain buttons.
20841         (gnus-button-ctan-directory-regexp): Update.
20842
20843 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20844
20845         * sieve-manage.el (sieve-manage-interactive-login):
20846         Use make-local-variable rather than make-variable-buffer-local.
20847         (sieve-manage-open): Ditto.
20848         (sieve-manage-authenticate): Ditto.
20849
20850         * mml.el (mml-generate-mime-1): Make the content type default to
20851         text/plain if the filename is not specified.
20852
20853 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20856         instead of insert-buffer.
20857
20858         * message.el (message-yank-original): Ditto; set the mark at the
20859         end of the yanked message.
20860
20861 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20864         lines to scroll rather than to stop it.
20865
20866         * mml.el (mml-generate-default-type): Add doc string.
20867         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20868         default to application/octet-stream when determining the content
20869         type if it is not specified for the part or the mml contents; add
20870         a comment about mml-generate-default-type.
20871
20872 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20873
20874         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20875         make it default to application/octet-stream when determining the
20876         content type if it is not specified for the external contents.
20877
20878 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20881         segmented parameter but also other parameters might be there.
20882
20883 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20884
20885         * mm-decode.el (mm-display-external): Delete temp file, directory
20886         and buffer immediately if the external process is exited.
20887
20888 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20889
20890         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20891         fewer lines than that of scroll-margin.
20892         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20893
20894 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20895
20896         * gnus-art.el (gnus-article-next-page): Revert.
20897         (gnus-article-beginning-of-window): New macro.
20898         (gnus-article-next-page-1): Use it.
20899         (gnus-article-prev-page): Ditto.
20900         (gnus-article-edit-part): Use insert-buffer-substring instead of
20901         insert-buffer.
20902         (gnus-article-edit-exit): Ditto.
20903
20904         * gnus-util.el (gnus-beginning-of-window): Remove.
20905         (gnus-end-of-window): Remove.
20906
20907         * lpath.el: Don't bind header-line-format and scroll-margin.
20908
20909 2005-07-25  Simon Josefsson  <jas@extundo.com>
20910
20911         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20912         to have the url package without w3.  Reported by Daiki Ueno
20913         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20914
20915 2005-07-20  Didier Verna  <didier@xemacs.org>
20916
20917         * gnus-diary.el: Remove the description comment (nndiary is now
20918         properly documented in the Gnus manual).
20919         Fix the spelling of "Back End".
20920         * nndiary.el: Ditto.
20921         Fix the copyright notice.
20922
20923 2005-07-18  Romain Francoise  <romain@orebokech.com>
20924
20925         * gnus-sum.el (gnus-summary-to-prefix)
20926         (gnus-summary-newsgroup-prefix): New variables.
20927         (gnus-summary-from-or-to-or-newsgroups): Use them.
20928
20929 2005-07-17  Romain Francoise  <romain@orebokech.com>
20930
20931         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20932         space as it's generally not especially interesting to the user.
20933
20934 2005-07-16  Romain Francoise  <romain@orebokech.com>
20935
20936         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20937         nil to avoid prompting and file modification if one of the
20938         messages at the top of the nnfolder file contains a copyright
20939         notice.
20940         Update copyright notice.
20941
20942         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20943         instead of `current-time-string' as the latter creates a time
20944         string that is not RFC 2822 compliant (it lacks the zone).
20945         Update copyright notice.
20946
20947 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20948
20949         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20950         for text/rtf.  Display default in prompt.  Pass default for M-n.
20951
20952         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20953
20954 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20955
20956         * gnus-msg.el (gnus-button-mailto):
20957         Remove save-selected-window-window hackery because it relies on
20958         save-selected-window internals.
20959
20960 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20961
20962         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20963         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20964         (gnus-article-prev-page): Ditto.
20965
20966         * gnus-util.el (gnus-beginning-of-window): New function.
20967         (gnus-end-of-window): New function.
20968
20969         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20970
20971 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20972
20973         * gnus-score.el (gnus-score-edit-all-score):
20974         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20975         gnus-message.
20976
20977 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20978
20979         * gnus-msg.el (gnus-button-mailto):
20980         Remove save-selected-window-window hackery because it relies on
20981         save-selected-window internals.
20982
20983 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20984
20985         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20986         add-minor-mode.
20987         (gnus-binary-mode): Ditto.
20988
20989         * gnus-topic.el (gnus-topic-mode): Ditto.
20990
20991 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20992
20993         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20994         (gnus-article-prev-page): Take scroll-margin into consideration.
20995
20996 2005-07-04  Lute Kamstra  <lute@gnu.org>
20997
20998         Update FSF's address in GPL notices.
20999
21000 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21001
21002         * gnus.el (gnus-exit):
21003         * gnus-group.el (gnus-group-icons):
21004         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21005
21006         * gnus-nocem.el (gnus-nocem):
21007         * message.el (message-various, message-buffers, message-sending)
21008         (message-interface, message-forwarding, message-insertion)
21009         (message-headers, message-news, message-mail):
21010         * pgg-gpg.el (pgg-gpg):
21011         * pgg-parse.el (pgg-parse):
21012         * pgg-pgp.el (pgg-pgp):
21013         * pgg-pgp5.el (pgg-pgp5):
21014         * pop3.el (pop3): Finish `defgroup' description with period.
21015
21016 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21017
21018         * gnus-art.el (article-display-face): Improve the efficiency.
21019         (article-display-x-face): Ditto; remove gray x-face stuff.
21020
21021 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21022
21023         * gnus-art.el (article-display-face): Correct the position in
21024         which Faces are inserted.
21025
21026 2005-06-29  Didier Verna  <didier@xemacs.org>
21027
21028         * gnus-art.el (article-display-face): Display faces in correct
21029         order.
21030
21031 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21032
21033         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21034         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21035         (gnus-nocem-check-article): Fetch the Type header.
21036         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21037         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21038         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21039         make sure gnus-nocem-hashtb is initialized.
21040         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21041         (gnus-nocem-unwanted-article-p): Ditto.
21042
21043         * pgg.el (pgg-verify): Return the verification result.
21044
21045 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21046
21047         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21048         is ascii.
21049
21050 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21051
21052         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21053         `show-nonbreak-escape'.
21054
21055 2005-06-23  Lute Kamstra  <lute@gnu.org>
21056
21057         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21058
21059         * dig.el (dig-mode):
21060         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21061
21062 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21063
21064         * nnimap.el (nnimap-split-download-body): Fix spellings.
21065
21066 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21067
21068         * gnus-art.el (gnus-article-encrypt-body):
21069         * gnus-cus.el (gnus-score-customize):
21070         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21071         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21072
21073 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21074
21075         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21076         header by looking for magic "MII" at the beginning.
21077
21078 2005-06-16  Miles Bader  <miles@gnu.org>
21079
21080         * gnus-xmas.el (gnus-xmas-group-startup-message):
21081         Use renamed gnus-splash face.
21082
21083         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21084         (assistant-field-face): New backward-compatibility alias for renamed
21085         face.
21086         (assistant-render-text): Use renamed assistant-field face.
21087
21088         * spam.el (spam): Remove "-face" suffix from face name.
21089         (spam-face): New backward-compatibility alias for renamed face.
21090         (spam-face, spam-initialize): Use renamed spam face.
21091
21092         * message.el (message-header-to, message-header-cc)
21093         (message-header-subject, message-header-newsgroups)
21094         (message-header-other, message-header-name)
21095         (message-header-xheader, message-separator, message-cited-text)
21096         (message-mml): Remove "-face" suffix from face names.
21097         (message-header-to-face, message-header-cc-face)
21098         (message-header-subject-face, message-header-newsgroups-face)
21099         (message-header-other-face, message-header-name-face)
21100         (message-header-xheader-face, message-separator-face)
21101         (message-cited-text-face, message-mml-face):
21102         New backward-compatibility aliases for renamed faces.
21103         (message-font-lock-keywords): Use renamed message faces.
21104
21105         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21106         (sieve-test-commands, sieve-tagged-arguments):
21107         Remove "-face" suffix from face names.
21108         (sieve-control-commands-face, sieve-action-commands-face)
21109         (sieve-test-commands-face, sieve-tagged-arguments-face):
21110         New backward-compatibility aliases for renamed faces.
21111         (sieve-control-commands-face, sieve-action-commands-face)
21112         (sieve-test-commands-face, sieve-tagged-arguments-face):
21113         Use renamed sieve faces.
21114
21115         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21116         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21117         (gnus-group-news-3-empty, gnus-group-news-4)
21118         (gnus-group-news-4-empty, gnus-group-news-5)
21119         (gnus-group-news-5-empty, gnus-group-news-6)
21120         (gnus-group-news-6-empty, gnus-group-news-low)
21121         (gnus-group-news-low-empty, gnus-group-mail-1)
21122         (gnus-group-mail-1-empty, gnus-group-mail-2)
21123         (gnus-group-mail-2-empty, gnus-group-mail-3)
21124         (gnus-group-mail-3-empty, gnus-group-mail-low)
21125         (gnus-group-mail-low-empty, gnus-summary-selected)
21126         (gnus-summary-cancelled, gnus-summary-high-ticked)
21127         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21128         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21129         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21130         (gnus-summary-low-undownloaded)
21131         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21132         (gnus-summary-low-unread, gnus-summary-normal-unread)
21133         (gnus-summary-high-read, gnus-summary-low-read)
21134         (gnus-summary-normal-read, gnus-splash):
21135         Remove "-face" suffix from face names.
21136         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21137         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21138         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21139         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21140         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21141         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21142         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21143         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21144         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21145         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21146         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21147         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21148         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21149         (gnus-summary-normal-ticked-face)
21150         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21151         (gnus-summary-normal-ancient-face)
21152         (gnus-summary-high-undownloaded-face)
21153         (gnus-summary-low-undownloaded-face)
21154         (gnus-summary-normal-undownloaded-face)
21155         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21156         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21157         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21158         (gnus-splash-face):
21159         New backward-compatibility aliases for renamed faces.
21160         (gnus-group-startup-message): Use renamed gnus faces.
21161
21162         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21163         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21164         (gnus-server-agent): Remove "-face" suffix from face names.
21165         (gnus-server-agent-face, gnus-server-opened-face)
21166         (gnus-server-closed-face, gnus-server-denied-face)
21167         (gnus-server-offline-face):
21168         New backward-compatibility aliases for renamed faces.
21169         (gnus-server-agent-face, gnus-server-opened-face)
21170         (gnus-server-closed-face, gnus-server-denied-face)
21171         (gnus-server-offline-face): Use renamed gnus faces.
21172
21173         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21174         Remove "-face" suffix from face names.
21175         (gnus-picon-xbm-face, gnus-picon-face):
21176         New backward-compatibility aliases for renamed faces.
21177
21178         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21179         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21180         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21181         (gnus-cite-11): Remove "-face" suffix from face names.
21182         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21183         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21184         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21185         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21186         New backward-compatibility aliases for renamed faces.
21187         (gnus-cite-attribution-face, gnus-cite-face-list)
21188         (gnus-article-boring-faces): Use renamed gnus faces.
21189
21190         * gnus-art.el (gnus-signature, gnus-header-from)
21191         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21192         (gnus-header-content): Remove "-face" suffix from face names.
21193         (gnus-signature-face, gnus-header-from-face)
21194         (gnus-header-subject-face, gnus-header-newsgroups-face)
21195         (gnus-header-name-face, gnus-header-content-face):
21196         New backward-compatibility aliases for renamed faces.
21197         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21198
21199         * gnus-sum.el (gnus-summary-selected-face)
21200         (gnus-summary-highlight): Use renamed gnus faces.
21201         * gnus-group.el (gnus-group-highlight): Likewise.
21202
21203 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21204
21205         * gnus-sieve.el (gnus-sieve-article-add-rule):
21206         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21207         * spam-stat.el (spam-stat-buffer-change-to-spam)
21208         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21209
21210         * message.el (message-is-yours-p):
21211         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21212
21213 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21214
21215         * mm-view.el (mm-inline-text): Withdraw the last change.
21216
21217 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21218
21219         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21220         executing enriched-decode.
21221
21222 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21223
21224         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21225         charset of tar files.
21226
21227 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21228
21229         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21230
21231 2005-06-04  Lute Kamstra  <lute@gnu.org>
21232
21233         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21234         information is never recorded.
21235
21236 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21237
21238         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21239
21240 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21241
21242         * pop3.el (pop3-apop): Run md5 in the binary mode.
21243
21244         * starttls.el (starttls-set-process-query-on-exit-flag):
21245         Use eval-and-compile.
21246
21247 2005-05-31  Simon Josefsson  <jas@extundo.com>
21248
21249         * smime.el (smime-replace-in-string): Define.
21250         (smime-cert-by-ldap-1): Use it.
21251
21252 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21253
21254         * gnus-art.el (article-display-x-face): Replace
21255         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21256
21257         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21258         set-process-query-on-exit-flag or process-kill-without-query.
21259
21260         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21261         loop instead of replace-regexp.
21262
21263         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21264         instead of process-kill-without-query if it is available.
21265
21266         * lpath.el: Fbind ldap-search-entries.
21267
21268         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21269         instead of find-file-hooks if it is available.
21270
21271         * mml1991.el: Bind pgg-default-user-id when compiling.
21272
21273         * mml2015.el: Bind pgg-default-user-id when compiling.
21274
21275         * nndraft.el (nndraft-request-associate-buffer):
21276         Use write-contents-functions instead of write-contents-hooks if it is
21277         available.
21278
21279         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21280         instead of find-file-hooks if it is available.
21281
21282         * nntp.el (nntp-open-connection): Replace
21283         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21284         (nntp-open-ssl-stream): Ditto.
21285         (nntp-open-tls-stream): Ditto.
21286
21287         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21288         set-process-query-on-exit-flag or process-kill-without-query.
21289         (starttls-open-stream-gnutls): Use it instead of
21290         process-kill-without-query.
21291         (starttls-open-stream): Ditto.
21292
21293 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21294
21295         * smime.el (smime-cert-by-ldap-1): Don't use
21296         replace-regexp-in-string.
21297
21298 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21299
21300         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21301
21302         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21303         in PEM format.  Adjust to the XEmacs compatibility.
21304
21305 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21306
21307         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21308         by `string-to-number'.
21309         * gnus-agent.el (gnus-agent-regenerate-group)
21310         (gnus-agent-fetch-articles): Ditto.
21311         * gnus-art.el (gnus-button-fetch-group): Ditto.
21312         * gnus-cache.el (gnus-cache-generate-active)
21313         (gnus-cache-articles-in-group): Ditto.
21314         * gnus-group.el (gnus-group-set-current-level)
21315         (gnus-group-insert-group-line): Ditto.
21316         * gnus-score.el (gnus-score-set-expunge-below)
21317         (gnus-score-set-mark-below, gnus-summary-score-effect)
21318         (gnus-summary-score-entry): Ditto.
21319         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21320         (gnus-soup-pack): Ditto.
21321         * gnus-spec.el (gnus-xmas-format): Ditto.
21322         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21323         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21324         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21325         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21326         * nndb.el (nndb-get-remote-expire-response): Ditto.
21327         * nndiary.el (nndiary-parse-schedule-value)
21328         (nndiary-string-to-number, nndiary-request-replace-article)
21329         (nndiary-request-article): Ditto.
21330         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21331         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21332         * nneething.el (nneething-make-head): Ditto.
21333         * nnfolder.el (nnfolder-request-article)
21334         (nnfolder-retrieve-headers): Ditto.
21335         * nnheader.el (nnheader-file-to-number): Ditto.
21336         * nnkiboze.el (nnkiboze-request-article): Ditto.
21337         * nnmail.el (nnmail-process-unix-mail-format)
21338         (nnmail-process-babyl-mail-format): Ditto.
21339         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21340         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21341         (nnmh-request-create-group, nnmh-request-list-1)
21342         (nnmh-request-group, nnmh-request-article): Ditto.
21343         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21344         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21345         * nnsoup.el (nnsoup-make-active): Ditto.
21346         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21347         * nntp.el (nntp-find-group-and-number)
21348         (nntp-retrieve-headers-with-xover): Ditto.
21349         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21350         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21351         (pgg-format-key-identifier): Ditto.
21352         * pop3.el (pop3-last, pop3-stat): Ditto.
21353         * qp.el (quoted-printable-decode-region): Ditto.
21354
21355         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21356         of concat.
21357
21358 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21359
21360         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21361
21362         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21363
21364         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21365
21366         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21367
21368         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21369
21370         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21371
21372         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21373         (gnus-carpal-mode): Ditto.
21374
21375         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21376         (gnus-browse-mode): Ditto.
21377
21378         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21379
21380         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21381
21382 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21383
21384         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21385
21386 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * gnus-util.el (gnus-run-mode-hooks): New function.
21389
21390         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21391
21392         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21393         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21394
21395 2005-05-27  Lute Kamstra  <lute@gnu.org>
21396
21397         * dns-mode.el (dns-mode): Specify customization group.
21398
21399 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21400
21401         * gnus-agent.el (gnus-agent-make-mode-line-string):
21402         Use mode-line-highlight as mouse-face.
21403
21404 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21405
21406         * canlock.el (canlock): Change the parent group to news.
21407
21408         * deuglify.el (gnus-outlook-deuglify): Add :group.
21409
21410         * dig.el (dig): Add :group.
21411
21412         * dns-mode.el (dns-mode): Add :group.
21413
21414         * encrypt.el (encrypt): Add :group.
21415
21416         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21417         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21418         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21419         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21420         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21421
21422         * gnus-diary.el (gnus-diary): Add :group.
21423
21424         * gnus.el (gnus-group-news-1-face): Add :group.
21425         (gnus-group-news-1-empty-face): Ditto.
21426         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21427         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21428         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21429         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21430         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21431         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21432         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21433         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21434         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21435         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21436         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21437         (gnus-summary-high-ticked-face): Ditto.
21438         (gnus-summary-low-ticked-face): Ditto.
21439         (gnus-summary-normal-ticked-face): Ditto.
21440         (gnus-summary-high-ancient-face): Ditto.
21441         (gnus-summary-low-ancient-face): Ditto.
21442         (gnus-summary-normal-ancient-face): Ditto.
21443         (gnus-summary-high-undownloaded-face): Ditto.
21444         (gnus-summary-low-undownloaded-face): Ditto.
21445         (gnus-summary-normal-undownloaded-face): Ditto.
21446         (gnus-summary-high-unread-face): Ditto.
21447         (gnus-summary-low-unread-face): Ditto.
21448         (gnus-summary-normal-unread-face): Ditto.
21449         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21450         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21451
21452         * hashcash.el (hashcash): New custom group.
21453         (hashcash-default-payment): Add :group.
21454         (hashcash-payment-alist): Ditto.
21455         (hashcash-default-accept-payment): Ditto.
21456         (hashcash-accept-resources): Ditto.
21457         (hashcash-path): Ditto.
21458         (hashcash-extra-generate-parameters): Ditto.
21459         (hashcash-double-spend-database): Ditto.
21460         (hashcash-in-news): Ditto.
21461
21462         * message.el (message-minibuffer-local-map): Add :group.
21463
21464         * netrc.el (netrc): Add :group.
21465
21466         * sieve-manage.el (sieve-manage-log): Add :group.
21467         (sieve-manage-default-user): Diito.
21468         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21469         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21470         (sieve-manage-authenticators): Ditto.
21471         (sieve-manage-authenticator-alist): Ditto.
21472         (sieve-manage-default-port): Ditto.
21473
21474         * sieve-mode.el (sieve-control-commands-face): Add :group.
21475         (sieve-action-commands-face): Ditto.
21476         (sieve-test-commands-face): Ditto.
21477         (sieve-tagged-arguments-face): Ditto.
21478
21479         * smime.el (smime): Add :group.
21480
21481         * spam-report.el (spam-report): Add :group.
21482
21483         * spam.el (spam, spam-face): Add :group.
21484
21485 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21486
21487         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21488         return \n.\n.\n at the end of articles.  Protect against that.
21489         (nntp-with-open-group): Allow debugging.
21490
21491         * nnheader.el (mail-header-set-extra): Make into a function
21492         because I just could't understand how to quote the list properly.
21493
21494         * dns.el (query-dns-cached): New function.
21495
21496 2005-05-26  Lute Kamstra  <lute@gnu.org>
21497
21498         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21499
21500 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21503
21504         * gnus-art.el: Don't autoload mail-extract-address-components.
21505
21506         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21507         eval-and-compile to evaluate it.
21508
21509         * hashcash.el: Don't autoload executable-find.
21510
21511         * nndb.el: Don't declare the nndb back end two or more times; don't
21512         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21513
21514         * nntp.el: Autoload format-spec instead of format; use
21515         eval-and-compile to evaluate autoload forms.
21516
21517 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21518
21519         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21520
21521 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21522
21523         * gnus.el (gnus-version-number): Bump version.
21524
21525 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21526
21527         * gnus.el: No Gnus v0.3 is released.
21528
21529 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21530
21531         * lpath.el (featurep): Bind show-nonbreak-escape.
21532
21533 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21534
21535         * gnus-art.el (gnus-article-edit-part): Disable undo.
21536
21537 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21538
21539         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21540         gnus-article-date-lapsed-new-header is t if date timer is active;
21541         skip headers in which the original date value is empty.
21542         (gnus-article-save-original-date): Redefine it as a macro.
21543         (gnus-display-mime): Use it.
21544
21545 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21546
21547         * gnus-art.el (article-date-ut): Support converting date in
21548         forwarded parts as well.
21549         (gnus-article-save-original-date): New function.
21550         (gnus-display-mime): Use it.
21551
21552 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21553
21554         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21555         enclosure element of <item>.
21556
21557 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21558
21559         * message.el (message-kill-buffer-query): Rename from
21560         `message-kill-buffer-query-if-modified'.  Add :version.
21561
21562 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21563
21564         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21565         window layout.
21566
21567 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21568
21569         * mml.el: Autoload dnd when compiling.
21570
21571 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21572
21573         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21574         x-dnd-*.
21575
21576 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * qp.el (quoted-printable-encode-region): Save excursion.
21579
21580 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21581
21582         * message.el (message-kill-buffer-query-if-modified): Add new variable
21583         so the user can kill a modified message buffer quickly.
21584         (message-kill-buffer): Use it.
21585
21586 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21587
21588         * lpath.el: Fbind display-time-event-handler; don't fbind
21589         string-to-multibyte.
21590
21591         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21592
21593 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21594
21595         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21596         contained in text because xml.el decodes entities) with LFs.
21597
21598 2005-04-11  Lute Kamstra  <lute@gnu.org>
21599
21600         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21601         differently.
21602
21603 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21604
21605         * mm-util.el (mm-detect-coding-region): Typo.
21606
21607 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21608
21609         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21610
21611 2005-04-06  Deepak Goel  <deego@gnufans.org>
21612
21613         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21614         user-function allow user modifications of the scores.
21615         (spam-stat-score-buffer-user): New function, to allow
21616         user-computed modifications to the score.
21617         (spam-stat-score-buffer-user-functions): List of additional
21618         scoring functions.
21619         (spam-stat-error-holder): Global temporary error holder.
21620         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21621         variable.
21622
21623 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21624
21625         * gnus-registry.el (gnus-registry-clean-empty-function)
21626         (gnus-registry-trim, gnus-registry-fetch-groups)
21627         (gnus-registry-delete-group): Groups that match
21628         `gnus-registry-ignored-groups' are removed from the registry
21629         entries, not just ignored for splitting.  This helps clean up the
21630         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21631         to get all the groups a message ID is in.
21632
21633         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21634         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21635         (spam-stat-score-buffer-user-functions): Add :number custom type.
21636
21637 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21638
21639         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21640         argument in XEmacs.
21641
21642         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21643         (nnrss-request-group): Decode group name first.
21644         (nnrss-request-article): Make a text/plain article if mml-to-mime
21645         failed.
21646         (nnrss-get-encoding): Return a compatible encoding according to
21647         nnrss-compatible-encoding-alist.
21648         (nnrss-find-el): Use consp instead of listp.
21649         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21650
21651 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21652
21653         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21654         which Emacs 20 doesn't support.
21655         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21656
21657 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21658
21659         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21660         silence the byte compiler inside the defun.
21661
21662         * gnus-demon.el (parse-time-string): Add autoload.
21663
21664         * gnus-delay.el (parse-time-string): Add autoload.
21665
21666         * gnus-art.el (parse-time-string): Add autoload.
21667
21668         * nnultimate.el (parse-time): Require for `parse-time-string'.
21669
21670 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21671
21672         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21673
21674         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21675
21676         * smime.el (smime-ldap-host-list): Add :version.
21677
21678 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21679
21680         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21681         pass it to `gnus-browse-read-group'.
21682         (gnus-browse-read-group): Add NUMBER argument and pass it to
21683         `gnus-group-read-ephemeral-group'.
21684
21685         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21686         argument and pass it to `gnus-group-read-group'.
21687
21688 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21689
21690         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21691         mm-xemacs-find-mime-charset-1 if we have the mule feature
21692         available at runtime.
21693
21694 2005-03-25  Werner Lemberg  <wl@gnu.org>
21695
21696         * nnmaildir.el: Replace `illegal' with `invalid'.
21697
21698 2005-03-23  Lute Kamstra  <lute@gnu.org>
21699
21700         * time-date.el: Add comment on time value formats.
21701         Don't require parse-time.
21702         (with-decoded-time-value): New macro.
21703         (encode-time-value): New function.
21704         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21705         (days-to-time): Return a valid time value when arg is huge.
21706         (time-since): Use time-subtract.
21707         (time-to-number-of-days): Use time-to-seconds.
21708
21709 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21710
21711         * gnus-start.el (gnus-display-time-event-handler):
21712         Check display-time-timer at runtime rather than only at load time
21713         in case display-time-mode is turned off in the mean time.
21714
21715 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21716
21717         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21718         used.
21719
21720         * nneething.el (nneething-map-file-directory): Derive from
21721         `gnus-directory'.
21722
21723         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21724         the To/Cc button.
21725
21726 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21727
21728         * nnmaildir.el (nnmaildir-request-accept-article):
21729         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21730
21731 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21732
21733         * gnus-async.el: Require timer-funcs at compile time when in
21734         XEmacs for `run-with-idle-timer'.
21735
21736 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21737
21738         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21739         autoloaded function.
21740
21741 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21742
21743         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21744
21745 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21746
21747         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21748
21749 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21750
21751         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21752         Add gnus-expert-user to default.
21753
21754 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21755
21756         * nnimap.el (nnimap-open-server): Ditto.
21757
21758         * imap.el (imap-authenticate): Fix typo.
21759
21760 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21761
21762         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21763         buffer (since IMAP server might return FETCH response out of
21764         order, and the nntp buffer must be sorted).
21765
21766 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21767
21768         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21769         comparison on string.
21770
21771         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21772         (gnus-agent-score): Rename category keywords to match gnus-cus.
21773         (gnus-agent-summary-fetch-series): Modify to protect against
21774         gnus-agent-summary-fetch-group clearing processable flags.
21775         (gnus-agent-synchronize-group-flags): Update live group buffer as
21776         synchronization may occur due to the user toggle the plugged
21777         status.
21778         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21779         successfully downloaded.
21780         (gnus-agent-expire-group-1): Avoid using markers when the overview
21781         is in ascending order; greatly improves performance.
21782         (gnus-agent-regenerate-group):
21783         Use gnus-agent-synchronize-group-flags to reset read status in both
21784         gnus and server.
21785         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21786
21787 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21788
21789         * message.el: Don't autoload former message-utils variables.
21790         (message-strip-subject-trailing-was): Change doc string.
21791
21792         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21793         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21794         (nnweb-google-search): Add "hl=en" here.
21795         (nnweb-google-parse-1, nnweb-google-create-mapping):
21796         Don't hardcode URL.
21797
21798 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21799
21800         * message.el (message-get-reply-headers, message-followup):
21801         Mention related variables `message-use-followup-to' and
21802         `message-use-mail-followup-to', in the information buffer.
21803
21804         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21805         of broken groups(-beta).google.com.
21806
21807 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21808
21809         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21810         parameter to invoked gnus-request-move-article; remove the
21811         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21812         all at once instead of once per article.
21813         (gnus-summary-remove-process-mark): Accept a list of articles as
21814         well as a single article for processing.
21815
21816         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21817         parameter.
21818
21819         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21820
21821         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21822
21823         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21824         parameter.
21825
21826         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21827         parameter.
21828
21829         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21830         parameter and remove the gnus-sum-hint-move-is-internal variable.
21831
21832         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21833         parameter.
21834
21835         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21836         parameter.
21837
21838         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21839         parameter.
21840
21841         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21842
21843         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21844         parameter.
21845
21846         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21847         parameter.
21848
21849 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21850
21851         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21852         a more conservative way.
21853
21854 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21855
21856         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21857         buffer, so it moves the window's cursor.
21858
21859 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21860
21861         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21862         `mm-dissect-multipart' and receive the from field as an (optional)
21863         argument from `mm-dissect-multipart'.
21864         (mm-dissect-multipart): Receive the from field as an argument and
21865         pass it on when we call `mm-dissect-buffer' on MIME parts.
21866         Fixes verification/decryption of signed/encrypted MIME parts.
21867
21868 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21869
21870         * gnus-sum.el (gnus-summary-move-article):
21871         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21872         whatever it calls (right now, only nnimap-request-move article
21873         respects it).
21874
21875         * nnimap.el (nnimap-request-move-article):
21876         When gnus-sum-hint-move-is-internal is set, don't do the extra
21877         nnimap-request-article.
21878
21879 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21880
21881         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21882
21883         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21884         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21885
21886         * gnus-sum.el (gnus-summary-caesar-message):
21887         Apply `gnus-treat-article' after rotation.
21888
21889         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21890         doc string.
21891
21892 2005-02-22  Simon Josefsson  <jas@extundo.com>
21893
21894         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21895         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21896         <arne@arnested.dk>.
21897         (encrypt): Add password-cache and password-cache-expiry as group
21898         members.
21899
21900 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21901
21902         * smime.el (smime-ldap-host-list): Doc fix.
21903         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21904         cache) password.
21905         (smime-sign-region): Use it.
21906         (smime-decrypt-region): Use it.
21907         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21908         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21909         fails.
21910         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21911         certificate from DER to PEM format rather than calling openssl.
21912
21913         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21914
21915         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21916         for signing/encryption.
21917
21918         * mml.el (mml-parse-1): Use them.
21919
21920 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21921
21922         * nnrss.el (nnrss-verbose): Remove.
21923         (nnrss-request-group): Use `nnheader-message' instead.
21924
21925 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21926
21927         * nnrss.el (nnrss-verbose): New variable.
21928         (nnrss-request-group): Make it say nnrss is requesting a group.
21929
21930 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21931
21932         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21933         Handle news URL with given port correctly.
21934
21935 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21936
21937         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21938         containing special characters.
21939
21940         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21941
21942         * mml.el (mime-to-mml): Ditto.
21943
21944         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21945         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21946         (rfc2047-decode-region): Quote decoded words containing special
21947         characters when rfc2047-quote-decoded-words-containing-tspecials
21948         is non-nil.
21949
21950 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21951
21952         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21953
21954         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21955
21956 2005-02-15  Simon Josefsson  <jas@extundo.com>
21957
21958         * nnimap.el (nnimap-debug): Doc fix.
21959
21960         * imap.el (imap-debug): Doc fix.
21961
21962 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21965
21966 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21967
21968         * gnus.el (spam-contents): Improve docs for spam-contents
21969         parameter in its variable incarnation.
21970
21971 2005-02-14  Simon Josefsson  <jas@extundo.com>
21972
21973         * smime-ldap.el: Use require instead of load-library for ldap.
21974         (smime-ldap-search): Indent.
21975         (smime-ldap-search-internal): Shorten line.
21976
21977         * smime.el (smime-cert-by-dns): Add doc-string.
21978         (smime-cert-by-ldap-1): Indent.
21979
21980         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21981         mml-smime-get-dns-ldap.
21982         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21983
21984 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21985
21986         * smime.el: Require smime-ldap.
21987         (smime-ldap-host-list): New variable.
21988         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21989
21990         * mml-smime.el (mml-smime-encrypt-query): New function.
21991         (mml-smime-encrypt-query): Use it.
21992
21993         * smime-ldap.el: New file.
21994
21995 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21998
21999 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22000
22001         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22002         argument in doc string.  Make query for type more clear.
22003
22004 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22005
22006         * gnus.el (gnus-group-startup-message): Search for gnus images in
22007         etc/images/gnus.
22008         * mm-util.el (mm-image-load-path): Likewise.
22009         * smiley.el (smiley-data-directory): Search for smilies in
22010         etc/images/smilies.
22011
22012 2005-02-09  Kim F. Storm  <storm@cua.dk>
22013
22014         Change Emacs release version from 21.4 to 22.1 throughout.
22015         Change Emacs development version from 21.3.50 to 22.0.50.
22016
22017 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22018
22019         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22020
22021         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22022         non-Mule XEmacs as well.
22023         (mm-decompress-buffer): Signal an error intentionally if it does
22024         not decompress compressed data because auto-compression-mode is
22025         disabled.
22026
22027 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22028
22029         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22030         an ID in the registry even if it has no groups.
22031
22032 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22033
22034         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22035         merge it into mm-decompress-buffer.
22036         (gnus-mime-copy-part): Use the MIME part charset, the value which
22037         a user specified or gnus-newsgroup-charset for decoding, like
22038         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22039         save-buffer what was used.  Suggested by Kevin Ryde
22040         <user42@zip.com.au>.
22041         (gnus-mime-inline-part): Allow the name parameter as well as the
22042         filename parameter; force decompressing of compressed data; always
22043         display contents being not decoded as unibyte.
22044
22045         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22046         as well as the filename parameter.
22047
22048         * mm-util.el (mm-decompress-buffer):
22049         Merge gnus-mime-jka-compr-maybe-uncompress.
22050         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22051         of compressed data.
22052
22053 2005-02-08  Simon Josefsson  <jas@extundo.com>
22054
22055         * imap.el (imap-log): Doc fix.
22056
22057 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22058
22059         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22060         the coding cookies; decompress compressed parts.
22061
22062         * mml.el (mml-generate-mime-1): Add the charset parameter according
22063         to the value which a user specified manually or the coding cookie.
22064
22065         * mm-util.el (mm-string-to-multibyte): New function.
22066         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22067         (mm-coding-system-to-mime-charset): New function.
22068         (mm-decompress-buffer): New function.
22069         (mm-find-buffer-file-coding-system): New function.
22070
22071         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22072         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22073         parts.
22074
22075 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22076
22077         * mm-view.el (mm-display-inline-fontify): Decode a part according
22078         to the charset parameter.
22079
22080 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22081
22082         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22083         prefix arg is neither nil nor a number, as info specifies.
22084
22085 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22086
22087         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22088         timestamps.
22089
22090 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22091
22092         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22093         groups error checking and notify user.
22094
22095 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22096
22097         * message.el (message-send-mail-function): Check existence of
22098         sendmail-program first before using default value
22099         `message-send-mail-with-sendmail'.  Otherwise use more generic
22100         `smtpmail-send-it'.
22101
22102 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22103
22104         * nntp.el (nntp-request-update-info): Always return nil.
22105
22106 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22107
22108         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22109
22110 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22111
22112         * message.el (message-beginning-of-line): Change the behavior when
22113         invoked between BOL and : so that it first moves backward.
22114
22115 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22116
22117         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22118         article buffer when editing of the article is discarded.
22119         (gnus-article-prepare): Revert.
22120
22121 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22122
22123         * gnus-art.el (gnus-article-prepare):
22124         Remove message-strip-forbidden-properties from the local hook.
22125
22126 2005-01-27  Simon Josefsson  <jas@extundo.com>
22127
22128         * password.el (password-cache-add): Only start one timer per key.
22129         Reported by Derek Atkins <warlord@MIT.EDU>.
22130
22131 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22132
22133         * run-at-time.el: Remove.  It is no longer needed as
22134         timer-funcs.el in the xemacs-base package has a working version of
22135         `run-at-time'.
22136
22137         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22138
22139         * password.el: Require timer-funcs instead of run-at-time in
22140         XEmacs.
22141         Remove `password-run-at-time' macro.
22142         (password-cache-add): Use `run-at-time' instead of
22143         `password-run-at-time'.
22144
22145         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22146         Remove `nnheader-cancel-function-timers' alias,
22147         `cancel-function-timers' exists in XEmacs in timer-funcs.
22148
22149         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22150         for `run-with-idle-timer'.
22151
22152         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22153         for `run-at-time'.
22154
22155         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22156         for `with-timeout'.
22157
22158         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22159         the same as for XEmacs 21.4.
22160         No need to ignore `run-with-idle-timer', this function exists in
22161         XEmacs now in timer-funcs.el in the xemacs-base package.
22162         (dgnushack-compile): No need to delete
22163         run-at-time.el from the list of files to compile because it
22164         doesn't exist anymore.
22165
22166 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22167
22168         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22169         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22170
22171 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22172
22173         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22174         sensitively.
22175
22176 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22177
22178         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22179
22180 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22181
22182         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22183         which will be inserted according to the multibyteness of a buffer
22184         rather than the type of contents.  Suggested by ARISAWA Akihiro
22185         <ari@mbf.ocn.ne.jp>.
22186
22187         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22188         of string which old xml.el may return rather than a string.
22189
22190 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22191
22192         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22193
22194 2005-01-16  Simon Josefsson  <jas@extundo.com>
22195
22196         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22197         idn/idna.el isn't available.
22198         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22199         <michael@waxrat.com>.
22200
22201         * hashcash.el: Remove non-FSF copyright header.
22202
22203         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22204         (hashcash-generate-payment): Use it.
22205         (hashcash-generate-payment-async): Use it.
22206
22207 2005-01-15  Simon Josefsson  <jas@extundo.com>
22208
22209         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22210         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22211
22212         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22213         gnus-summary-idna-message.
22214         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22215         (gnus-summary-idna-message): New function.
22216
22217 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22218
22219         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22220         gnus-novice-user.
22221
22222 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22223
22224         * nnrss.el (nnrss-request-delete-group): Delete entries in
22225         nnrss-group-alist as well.
22226         (nnrss-save-server-data): Insert newline.
22227
22228 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22229
22230         * gnus.el (gnus-user-agent): Use list of symbols instead of
22231         symbols.  Display full version number for (S)XEmacs.
22232         Optionally display (S)XEmacs codename.
22233
22234         * gnus-util.el (gnus-emacs-version): Update for new
22235         `gnus-user-agent'.
22236
22237         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22238         Gnus version.
22239
22240 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22241
22242         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22243         which is unreadable in some setups.
22244
22245 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22246
22247         * gnus-spec.el (gnus-update-format-specifications): Flush the
22248         group format spec cache if it doesn't support decoded group names.
22249
22250 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22251
22252         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22253         Allow to apply decay on score files matching a regexp.
22254
22255 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22256
22257         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22258         compatibility in %g and %c.
22259
22260 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22261
22262         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22263         name for only %g and %c.
22264         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22265         of gnus-tmp-group to decoded group name.
22266         (gnus-group-make-rss-group): Exclude `/'s from group names.
22267
22268 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22269
22270         * nnrss.el (nnrss-get-encoding): Fix regexp.
22271
22272 2004-12-27  Simon Josefsson  <jas@extundo.com>
22273
22274         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22275         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22276         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22277
22278 2004-12-17  Kim F. Storm  <storm@cua.dk>
22279
22280         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22281
22282         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22283
22284 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22285
22286         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22287
22288 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22289
22290         * nnrss.el: Require rfc2047 and mml.
22291         (nnrss-file-coding-system): New variable.
22292         (nnrss-format-string): Redefine it as an inline function.
22293         (nnrss-decode-group-name): New function.
22294         (nnrss-string-as-multibyte): Remove.
22295         (nnrss-retrieve-headers): Decode group name; don't use
22296         nnrss-format-string.
22297         (nnrss-request-group): Decode group name.
22298         (nnrss-request-article): Decode group name; allow a Message-ID as
22299         well as an article number; don't use nnrss-format-string; encode a
22300         Message-ID string which may contain non-ASCII characters; use
22301         mml-to-mime to compose a MIME article.
22302         (nnrss-request-expire-articles): Decode group name.
22303         (nnrss-request-delete-group): Decode group name.
22304         (nnrss-fetch): Clarify error message.
22305         (nnrss-read-server-data): Use insert-file-contents instead of load;
22306         bind file-name-coding-system; use multibyte buffer.
22307         (nnrss-save-server-data): Bind coding-system-for-write to the
22308         value of nnrss-file-coding-system; bind file-name-coding-system;
22309         add coding cookie.
22310         (nnrss-read-group-data): Use insert-file-contents instead of load;
22311         bind file-name-coding-system; use multibyte buffer.
22312         (nnrss-save-group-data): Bind coding-system-for-write to the
22313         value of nnrss-file-coding-system; bind file-name-coding-system.
22314         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22315         make it work with non-ASCII text.
22316         (nnrss-find-el): Make it work with old xml.el as well.
22317
22318 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22319
22320         * nnrss.el (nnrss-get-encoding): New function.
22321         (nnrss-fetch): Use unibyte buffer initially; bind
22322         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22323         decode contents according to the encoding attribute.
22324         (nnrss-save-group-data): Add coding cookie.
22325         (nnrss-mime-encode-string): New function.
22326         (nnrss-check-group): Use it to encode subject and author.
22327
22328 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22329
22330         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22331         imaginary variable.
22332
22333 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22334
22335         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22336         correctly even if there are wide characters.
22337
22338 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22339
22340         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22341         downcased symbol names; make a new cache instead of reusing
22342         bbdb-hashtable.
22343
22344 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22345
22346         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22347         concatenating segments rather than before concatenating them.
22348         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22349
22350         * message.el (message-get-reply-headers): Bind `extra'.
22351
22352 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22353
22354         * message.el (message-extra-wide-headers): New variable.
22355         (message-get-reply-headers): Use it.
22356
22357 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22358
22359         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22360         (gnus-agent-group-pathname): Ditto.
22361
22362         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22363
22364         * gnus-group.el (gnus-group-make-group): Decode group name.
22365         (gnus-group-make-rss-group): Register the group data after opening
22366         the nnrss group.
22367
22368 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22369
22370         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22371         by expiry now get marked as read.
22372
22373 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22374
22375         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22376
22377 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22378
22379         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22380         unify Latin characters in XEmacs.
22381         (mm-find-mime-charset-region): Use it.
22382
22383 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * gnus-util.el (gnus-delete-directory): New function.
22386
22387         * gnus-agent.el (gnus-agent-delete-group): Use it.
22388
22389         * gnus-cache.el (gnus-cache-delete-group): Use it.
22390
22391 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22392
22393         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22394         names.
22395
22396 2004-12-16  Simon Josefsson  <jas@extundo.com>
22397
22398         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22399
22400 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22401
22402         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22403
22404         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22405         (gnus-group-set-current-level): Decode group name.
22406
22407 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22408
22409         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22410         failed.
22411
22412 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22413
22414         * gnus-group.el (gnus-group-delete-group): Decode group name.
22415         (gnus-group-make-rss-group): Encode group name.
22416         (gnus-group-catchup-current): Decode group name.
22417         (gnus-group-kill-group): Decode group name.
22418
22419 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22420
22421         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22422
22423 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22424
22425         * gnus-group.el (gnus-group-make-rss-group):
22426         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22427
22428         * gnus-start.el (gnus-setup-news): Honor user's setting to
22429         gnus-message-archive-method.  Suggested by Lute Kamstra
22430         <lute@gnu.org>.
22431
22432 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22433
22434         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22435         global counterparts of the buffer-local variables.
22436
22437 2004-11-16  Romain Francoise  <romain@orebokech.com>
22438
22439         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22440         counterparts of the buffer-local variables.
22441
22442 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22443
22444         * message.el (message-forbidden-properties): Fix typo in doc
22445         string.
22446
22447 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22448
22449         * gnus-util.el (gnus-replace-in-string): Add doc string.
22450
22451         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22452         to avoid problems when splitting mails with many recipients.
22453
22454 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22455
22456         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22457         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22458
22459 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22460
22461         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22462         if there is no hashtable in memory or file modification time is
22463         newer than cached timestamp.
22464
22465 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22466
22467         * gnus-sum.el (gnus-summary-limit-to-recipient):
22468         Implement not-matching option.
22469
22470 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22471
22472         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22473         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22474         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22475         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22476         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22477         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22478
22479 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22480
22481         * message.el (message-forward-make-body-mml): Remove headers
22482         according to message-forward-ignored-headers if a message is decoded.
22483
22484 2004-12-02  Romain Francoise  <romain@orebokech.com>
22485
22486         * message.el (message-forward-make-body-plain): Always remove
22487         headers according to message-forward-ignored-headers.
22488
22489 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22490
22491         * spam.el (spam-summary-prepare-exit): Remove the
22492         gnus-summary-limit pop for now, it has problems with ham marks for
22493         me.
22494
22495 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22496
22497         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22498         correctly.
22499
22500 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22501
22502         * format-spec.el (format-spec): Message the char.
22503
22504 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22505
22506         * gnus-art.el (gnus-split-methods): Reformat comments.
22507
22508         * spam.el (spam-summary-prepare-exit): Remove article limits
22509         before exiting the summary buffer.
22510
22511 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22512
22513         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22514         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22515
22516         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22517         order to silence the byte compiler.
22518
22519         * spam.el: Fix the way to silence the byte compiler, which
22520         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22521         bbdb-search-simple, spam-BBDB-register-routine,
22522         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22523         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22524         spam-stat-buffer-is-spam, spam-stat-load,
22525         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22526         spam-stat-save and spam-stat-split-fancy.
22527
22528 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22529
22530         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22531         which may confuse users.
22532         (canlock-password-for-verify): Ditto.
22533
22534         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22535
22536         * gnus-art.el (gnus-emphasis-alist): Ditto.
22537
22538         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22539
22540         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22541
22542         * gnus-start.el (gnus-save-killed-list): Ditto.
22543
22544         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22545         (gnus-sum-thread-tree-root): Ditto.
22546         (gnus-sum-thread-tree-false-root): Ditto.
22547         (gnus-sum-thread-tree-single-indent): Ditto.
22548
22549         * message.el (message-courtesy-message): Ditto.
22550         (message-archive-note): Ditto.
22551         (message-subscribed-address-file): Ditto.
22552         (message-user-fqdn): Ditto.
22553
22554         * spam-report.el (spam-report-gmane-regex): Ditto.
22555
22556         * spam.el (spam-blackhole-good-server-regex): Ditto.
22557
22558 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22559
22560         * mml.el (mml-preview): Widen the message buffer before copying
22561         the contents to the preview buffer; sort headers before previewing.
22562
22563         * message.el (message-hidden-headers): Fix the way to avoid a bug
22564         in the `repeat' widget in Emacs 21.3 or earlier.
22565
22566 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * message.el (message-hidden-headers): Default to "^References:".
22569         Improve customization type.  Suggested by Reiner Steib
22570         <Reiner.Steib@gmx.de>.
22571
22572 2004-11-25  Romain Francoise  <romain@orebokech.com>
22573
22574         * message.el (message-strip-forbidden-properties): Remove check for
22575         obsolete `message-hidden' text property, hidden headers are not
22576         accessible in the buffer anymore.
22577
22578 2004-11-22  Romain Francoise  <romain@orebokech.com>
22579
22580         * message.el (message-header-format-alist): Add `From' in list
22581         so that it can be sorted.
22582         (message-fix-before-sending): Widen and sort headers before
22583         sending.
22584         (message-hide-headers): Use narrowing to hide headers by moving
22585         them to the top of the buffer and narrowing to the region
22586         underneath.
22587
22588 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22589
22590         * message.el (message-strip-forbidden-properties):
22591         Bind buffer-read-only (etc) to nil.
22592
22593 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22594
22595         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22596         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22597
22598 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22599
22600         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22601
22602 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22603
22604         * dns.el (query-dns): Use sit-for to time instead of
22605         accept-process-output, since that doesn't seem to work on udp
22606         sockets.
22607
22608 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22609
22610         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22611
22612 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22613
22614         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22615         doc string.  Improve doc string.
22616
22617 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22618
22619         * nntp.el (nntp-request-update-info): Return nil if
22620         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22621         may not call gnus-activate-group which uselessly issues the GROUP
22622         commands for all nntp groups and wastes time.  Reported by Romain
22623         Francoise <romain@orebokech.com>.
22624
22625         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22626
22627 2004-11-15  Simon Josefsson  <jas@extundo.com>
22628
22629         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22630         headers separately.
22631         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22632         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22633
22634 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22635
22636         * gnus-start.el (gnus-convert-old-newsrc):
22637         Assign legacy-gnus-agent to 5.10.7.
22638
22639 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22640
22641         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22642         start of the lines.
22643
22644 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22645
22646         * hashcash.el (hashcash-default-payment): Change default to 20.
22647         (hashcash-default-accept-payment): Change default to 20.
22648         (hashcash-process-alist): New variable.
22649         (hashcash-generate-payment-async): Add.
22650         (hashcash-already-paid-p): Add.
22651         (hashcash-insert-payment): Don't generate payments twice.
22652         (hashcash-insert-payment-async): Add.
22653         (hashcash-insert-payment-async-2): Add.
22654         (hashcash-cancel-async): Add.
22655         (hashcash-wait-async): Add.
22656         (hashcash-processes-running-p): Add.
22657         (hashcash-wait-or-cancel): Add.
22658         (mail-add-payment): New optional argument.  Conditionally start
22659         asynchronous calculation.
22660         (mail-add-payment-async): Add.
22661
22662         * message.el (message-send-mail): Wait for asynchronous hashcash
22663         results.  Don't clobber existing X-Hashcash headers.
22664         (message-setup-1): Call mail-add-payment-async when
22665         message-generate-hashcash is non-nil.
22666
22667 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22668
22669         * message.el (message-use-alternative-email-as-from): Examine the
22670         From header as well; use message-make-from in order to include a
22671         user's full name.
22672
22673 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22674
22675         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22676         default; improve customization type.
22677         (gnus-emphasis-custom-with-format): New macro.
22678         (gnus-emphasis-custom-value-to-external): New function.
22679         (gnus-emphasis-custom-value-to-internal): New function.
22680
22681 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22682
22683         * dns.el (query-dns): Resolve reverse addresses.
22684
22685 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22686
22687         * gnus-group.el (gnus-group-get-new-news): Use it.
22688
22689         * gnus-start.el (gnus-check-reasonable-setup): New function.
22690
22691 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22692
22693         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22694         "Args out of range" error.  Reported by Arnaud Giersch
22695         <arnaud.giersch@free.fr>.
22696
22697 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22698
22699         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22700
22701 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22702
22703         * spam.el (spam group): Add :version.
22704
22705         * pgg-def.el (pgg group): Add :version.
22706
22707 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22708
22709         * gnus-art.el (gnus-article-edit-article): Don't associate the
22710         article buffer with a draft file.  This is a temporary measure
22711         against the 2004-08-22 change to gnus-article-edit-mode.
22712
22713 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22714
22715         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22716         (html2text-format-tags): Remove unused variable `attr'.
22717
22718 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22719
22720         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22721
22722         * tls.el (tls-process-connection-type, tls-success)
22723         (tls-certtool-program): Add :version.
22724
22725         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22726         (starttls-extra-arguments, starttls-process-connection-type)
22727         (starttls-connect, starttls-failure, starttls-success): Add :version.
22728
22729         * spam-stat.el (spam-stat): Add :version.
22730
22731         * sieve.el (sieve): Add :version.
22732
22733         * sha1.el (sha1): Add :version.
22734         (sha1-use-external): Remove redundant version.
22735
22736         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22737         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22738         (nnmail-split-fancy-match-partial-words)
22739         (nnmail-split-lowercase-expanded): Add :version.
22740
22741         * nndiary.el (nndiary): Add :version.
22742
22743         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22744
22745         * mml-sec.el (mml-default-sign-method)
22746         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22747         Add :version.
22748
22749         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22750
22751         * mm-url.el (mm-url-use-external, mm-url-program)
22752         (mm-url-arguments): Add :version.
22753
22754         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22755         (mm-attachment-file-modes, mm-decrypt-option)
22756         (mm-w3m-safe-url-regexp): Add :version.
22757
22758         * message.el (message-cite-prefix-regexp)
22759         (message-sendmail-envelope-from, message-minibuffer-local-map)
22760         (message-user-fqdn, message-completion-alist): Add :version.
22761
22762         * gnus-win.el (gnus-configure-windows-hook)
22763         (gnus-use-frames-on-any-display): Add :version.
22764
22765         * gnus-art.el (gnus-article-address-banner-alist)
22766         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22767         (gnus-treat-from-picon, gnus-treat-mail-picon)
22768         (gnus-treat-x-pgp-sig): Add :version.
22769
22770         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22771         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22772         (gnus-summary-article-delete-hook)
22773         (gnus-summary-display-while-building): Add :version.
22774
22775         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22776         (gnus-get-top-new-news-hook): Add :version.
22777
22778         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22779         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22780
22781         * gnus-registry.el (gnus-registry): Add :version.
22782
22783         * gnus-spec.el (gnus-use-correct-string-widths)
22784         (gnus-make-format-preserve-properties): Add :version.
22785
22786         * gnus.el (gnus-group-charter-alist)
22787         (gnus-group-fetch-control-use-browse-url)
22788         (gnus-install-group-spam-parameters): Add :version.
22789
22790         * gnus-diary.el (gnus-diary): Add :version.
22791
22792         * gnus-delay.el (gnus-delay): Add :version.
22793
22794         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22795         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22796         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22797         Add :version.
22798
22799         * gnus-agent.el (gnus-agent-max-fetch-size)
22800         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22801         (gnus-agent-prompt-send-queue): Add :version.
22802
22803         * deuglify.el (gnus-outlook-deuglify): Add :version.
22804
22805         * html2text.el: Beautify code.  Improve doc strings.
22806         Some checkdoc cleanup.
22807         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22808
22809 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22810
22811         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22812
22813 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22814
22815         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22816         when package is loaded.
22817
22818         * spam.el (spam-summary-score-preferred-header): Add global preference
22819         for people who want to override the default SpamAssassin over
22820         Bogofilter preference (when both are set).
22821         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22822         (spam-user-format-function-S):
22823         Check spam-summary-score-preferred-header.
22824         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22825         (spam-user-format-function-S): Format the score correctly.
22826
22827 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22828
22829         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22830         signature file.  Suggested by Manoj Srivastava
22831         <srivasta@golden-gryphon.com>.
22832
22833         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22834         iso-2022-jp even in the Japanese language environment.
22835         Suggested by Jason Rumney <jasonr@gnu.org>.
22836
22837 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22838
22839         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22840         use the same characters as the dummy marks; make it free from
22841         getting affected by the language environment.
22842         (gnus-summary-read-group-1): Update mark positions only when the
22843         format spec is updated.
22844
22845         * gnus-spec.el (gnus-update-format-specifications): Return a list
22846         of updated types.
22847
22848 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22849
22850         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22851         of boundp to check if display-warning is available.
22852
22853 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22854
22855         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22856
22857 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22858
22859         * nnspool.el (nnspool-spool-directory): Use news-path if the
22860         news-directory variable is not bound.
22861
22862         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22863         function instead of display-warning if it is not available.
22864
22865 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22866
22867         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22868         v5-10: Use `point-at-bol'.
22869
22870 2004-10-26  Simon Josefsson  <jas@extundo.com>
22871
22872         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22873         <chenggao@gmail.com>.
22874
22875 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22876
22877         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22878         instead.
22879
22880 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22881
22882         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22883         to remove a server from the nnimap-server-buffer-alist.
22884         (nnimap-open-connection, nnimap-close-server): Use it.
22885
22886         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22887
22888 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22891         running the major-mode function.
22892
22893 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22894
22895         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22896         dummy marks in the right way.
22897
22898 2004-10-18  David Edmondson  <dme@dme.org>
22899
22900         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22901         excessively.
22902
22903 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22904
22905         * gnus-util.el (gnus-split-references): Accept a nil references
22906         string and go on blissfully.
22907
22908         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22909         cases where the references string is non-nil but has no references.
22910
22911         * encrypt.el: Add autoload tags.
22912
22913         * spam.el (spam-resolve-registrations-routine): Remove article
22914         from unregistration list too.  Reported by David Hanak
22915         <dhanak@isis.vanderbilt.edu>
22916
22917 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22918
22919         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22920         nil.  Change custom type.
22921
22922 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22923
22924         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22925
22926         * gnus-sum.el (gnus-summary-move-article): Use it.
22927
22928 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22929
22930         * encrypt.el: Add autoload cookies.
22931
22932         * spam.el (spam-backend-article-list-property)
22933         (spam-backend-get-article-todo-list)
22934         (spam-backend-put-article-todo-list)
22935         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22936         Resolve registrations separately.
22937         (spam-register-routine): Format comments.
22938         (spam-unregister-routine, spam-register-routine): Always call with
22939         specific-articles, no default list.
22940         (spam-summary-prepare-exit): Use the spam-classifications function.
22941
22942         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22943         gnus-encrypt.el.
22944
22945         * encrypt.el: Copied from gnus-encrypt.el.
22946
22947         * gnus-encrypt.el: Commented that it's obsolete.
22948
22949 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22950
22951         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22952         (gnus-score-save): Use it.
22953
22954         * message.el (message-bury): Use `window-dedicated-p'.
22955
22956 2004-10-15  Simon Josefsson  <jas@extundo.com>
22957
22958         * pop3.el (top-level): Don't require nnheader.
22959         (pop3-read-timeout): Add.
22960         (pop3-accept-process-output): Add.
22961         (pop3-read-response, pop3-retr): Use it.
22962
22963 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22964
22965         * spam.el (spam-register-routine): Move comment.
22966         (spam-verify-bogofilter): Use 'unknown for the initial
22967         spam-bogofilter-valid state, not 'never.
22968
22969         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22970         for netrc-machine.
22971
22972         * nnimap.el (nnimap-open-connection):
22973         Use netrc-machine-user-or-password.
22974
22975 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22976
22977         * gnus-registry.el (gnus-registry-unload-hook):
22978         Set as a variable with add-hook.
22979
22980         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22981         of news-path.
22982
22983         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22984
22985         * spam.el: Delete duplicate `provide'.
22986         (spam-unload-hook): Set as a variable with add-hook.
22987
22988 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22989
22990         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22991         in the doc string.
22992
22993         * message.el (message-ignored-news-headers)
22994         (message-ignored-supersedes-headers)
22995         (message-ignored-resent-headers)
22996         (message-forward-ignored-headers): Improve custom type.
22997
22998 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22999
23000         * message.el (message-tokenize-header): Fix 2004-09-06 change
23001         which used point-min in the wrong place.
23002
23003 2004-10-12  Simon Josefsson  <jas@extundo.com>
23004
23005         * tls.el (tls-certtool-program): New variable.
23006         (tls-certificate-information): New function, based on
23007         ssl-certificate-information.
23008
23009 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23010
23011         * compface.el: Move the version of ELisp-based uncompface program
23012         to the contrib directory because of the copyright problem.
23013
23014 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23015
23016         * message.el (message-kill-buffer): Raise the current frame.
23017
23018 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23019
23020         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23021
23022         * gnus.el (message-y-or-n-p): Autoload.
23023
23024         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23025         (pop3-password-required, pop3-authentication-scheme)
23026         (pop3-leave-mail-on-server): Make customizable.
23027         (pop3): New custom group.
23028         (pop3-retr): Remove `sleep-for' statements.
23029         Suggested by Dave Love <fx@gnu.org>.
23030
23031         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23032         Windows/DOS.
23033
23034         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23035         (imap-parse-body): Fix incorrect use of `assert'.
23036         Suggested by Dave Love <fx@gnu.org>.
23037
23038         * mml.el (mml-minibuffer-read-disposition): Require match.
23039         Suggested by Dave Love <fx@gnu.org>.
23040
23041 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23042
23043         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23044         doc string.
23045
23046 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23047
23048         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23049
23050 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23051
23052         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23053         instead of calling `mm-insert-inline', to decode text/* parts
23054         before displaying them.
23055
23056 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23057
23058         * mm-uu.el (mm-uu-text-plain-type): New variable.
23059         (mm-uu-pgp-signed-extract-1): Use it.
23060         (mm-uu-pgp-encrypted-extract-1): Use it.
23061         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23062         bind mm-uu-text-plain-type with that value.
23063         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23064         mm-uu-dissect.
23065
23066 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23067
23068         * gnus-group.el (gnus-update-group-mark-positions):
23069         * gnus-sum.el (gnus-update-summary-mark-positions):
23070         * message.el (message-check-news-body-syntax):
23071         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23072         of string-as-multibyte.
23073
23074 2004-10-05  Juri Linkov  <juri@jurta.org>
23075
23076         * gnus-group.el (gnus-update-group-mark-positions):
23077         * gnus-sum.el (gnus-update-summary-mark-positions):
23078         * message.el (message-check-news-body-syntax):
23079         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23080         8-bit unibyte values to a multibyte string for search functions.
23081
23082 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23083
23084         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23085         (mm-uu-dissect-text-parts): New function.
23086
23087         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23088         dissect text parts.
23089
23090         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23091         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23092
23093         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23094
23095         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23096         Use gnus-current-topics instead of gnus-current-topic.
23097
23098 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23099
23100         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23101
23102 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23103
23104         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23105         where appropriate.
23106
23107         * nnml.el (nnml-generate-active-info): do.
23108
23109         * nndiary.el (nndiary-generate-active-info): do.
23110
23111         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23112         (gnus-topic-move): do.
23113
23114         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23115         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23116
23117         * gnus-srvr.el (gnus-server-prepare)
23118         (gnus-server-open-all-servers): do.
23119
23120         * gnus-msg.el (gnus-summary-cancel-article)
23121         (gnus-summary-resend-message)
23122         (gnus-summary-mail-crosspost-complaint): do.
23123
23124         * gnus-move.el (gnus-change-server): do.
23125
23126         * gnus-group.el (gnus-group-unmark-all-groups)
23127         (gnus-group-set-current-level): do.
23128
23129 2004-10-04  Simon Josefsson  <jas@extundo.com>
23130
23131         * message.el (message-generate-hashcash): Doc fix.
23132
23133 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23134
23135         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23136         avoid infinite recursion via gnus-get-function.
23137
23138 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23139
23140         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23141
23142         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23143
23144         * nnmail.el (nnmail-split-history): do.
23145
23146         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23147         (nnml-request-delete-group): do.
23148
23149         * nnslashdot.el (nnslashdot-read-groups): do.
23150
23151         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23152         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23153
23154         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23155         (nnspool-sift-nov-with-sed): Use last.
23156         (nnspool-retrieve-headers-with-nov): Use mapc.
23157         (nnspool-request-newgroups): Use dolist.
23158         (nnspool-request-group): Use last.
23159
23160         * nntp.el (nntp-read-server-type): Use dolist.
23161
23162         * nnvirtual.el (nnvirtual-create-mapping)
23163         (nnvirtual-update-read-and-marked): Use dolist.
23164         (nnvirtual-convert-headers): Simplify.
23165
23166 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23167
23168         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23169         Add support for sync'ing tick marks.
23170
23171 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23172
23173         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23174         there's no visible header.
23175
23176 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23177
23178         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23179         When necessary, pass full group name to gnus-request-set-marks.
23180
23181 2004-10-01  Simon Josefsson  <jas@extundo.com>
23182
23183         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23184         acroread.
23185
23186 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23187
23188         * spam-report.el (spam-report-gmane): Fix interactive.
23189
23190         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23191
23192         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23193         when writing file.
23194         (gnus-agent-synchronize-flags): Don't default to being
23195         interactive.
23196
23197 2004-09-30  Simon Josefsson  <jas@extundo.com>
23198
23199         * message.el (message-generate-hashcash): Add.
23200         (message-send-mail): Use it, call mail-add-payment.
23201
23202 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23203
23204         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23205
23206 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23207
23208         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23209         gnus-requst-update-info with explicit code to sync the in-memory
23210         info read flags with the marks being sync'd to the backend.
23211
23212         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23213
23214 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23215
23216         * spam.el (spam-verify-bogofilter): Add new function.
23217         (spam-check-bogofilter)
23218         (spam-bogofilter-register-with-bogofilter): Use it.
23219         (spam-verify-bogofilter): Add small fixes.
23220
23221 2004-09-28  Simon Josefsson  <jas@extundo.com>
23222
23223         * hashcash.el (hashcash-generate-payment): Revert.
23224
23225 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23226
23227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23228         Use gnus-extract-references instead of gnus-split-references.
23229
23230         * gnus-util.el (gnus-extract-references): Add new function, analogous
23231         to gnus-split-references but extracts only the message-ID without
23232         anything extra.
23233
23234         * hashcash.el (hashcash-generate-payment)
23235         (hashcash-check-payment): Do the right thing if hashcash-path is
23236         nil (because the hashcash program could not be found).
23237
23238         * spam.el (spam-use-hashcash): Remove comment.
23239
23240 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23241
23242         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23243         (gnus-cache-enter-article, gnus-cache-remove-article)
23244         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23245
23246         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23247
23248         * gnus-art.el (article-hide-boring-headers)
23249         (article-translate-strings, article-display-face)
23250         (gnus-article-mime-match-handle-first)
23251         (gnus-article-highlight-headers)
23252         (gnus-article-add-buttons-to-head): do.
23253
23254 2004-09-27  Simon Josefsson  <jas@extundo.com>
23255
23256         * hashcash.el: New version, from
23257         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23258         ../contrib/.
23259
23260 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23261
23262         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23263
23264 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23265
23266         * gnus-dup.el (gnus-dup-open): Use mapc.
23267         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23268
23269         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23270         Reported by Stefan Wiens <s.wi@gmx.net>.
23271
23272         * gnus.el (gnus-shutdown): Use dolist.
23273
23274         * gnus-undo.el (gnus-undo): Use mapc.
23275
23276         * nnrss.el (nnrss-generate-active): do.
23277
23278         * message.el (message-cite-original-without-signature)
23279         (message-cite-original): Use mapc.
23280         (message-do-actions, message-make-forward-subject): Use dolist.
23281
23282 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23283
23284         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23285         deletion to remove entire duplicate line.  Fixes merged article
23286         number bug.
23287
23288 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23289
23290         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23291         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23292         first ask if you want to open a server and then, even when you
23293         responded with no, asking if you want to synchronize the server's
23294         flags.
23295         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23296         multi-line expressions.
23297         (gnus-agent-synchronize-group-flags): New internal function.
23298         Updates marks in memory (in the info structure) AND in the
23299         backend.
23300
23301         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23302
23303         * nnagent.el (nnagent-request-set-mark):
23304         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23305         method, to ensure that synchronization updates marks in the
23306         backend and in the info (in memory) structure.
23307
23308 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23309
23310         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23311         convention fully; don't miss the root article of a thread; make
23312         the X-Draft-From header with correct article numbers.
23313
23314 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23315
23316         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23317         unless plugged.  Disable the agent so that an open failure causes
23318         an error.
23319
23320         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23321         Revert 2004-09-21 change.  The backend must be opened while
23322         synchronizing flags even when the backend stores the flags
23323         locally.
23324
23325 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23326
23327         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23328         in `header' match.  Reported by Svend Tollak Munkejord.
23329
23330         * message.el (message-cite-original): Fix use of
23331         `message-cite-articles-with-x-no-archive'.
23332
23333 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23336         (gnus-window-to-buffer): Ditto.
23337
23338         * mml.el (mml-preview-buffer): New variable.
23339         (mml-preview): Manage window layout with gnus-buffer-configuration.
23340
23341         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23342         X-Draft-From header even if those articles aren't quoted.
23343
23344 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23345
23346         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23347         (gnus-request-set-mark, gnus-request-update-mark): Use new
23348         g-s-t-u-l-m to decide to use backend even when unplugged.
23349
23350 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23351
23352         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23353         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23354
23355 2004-09-20  Simon Josefsson  <jas@extundo.com>
23356
23357         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23358         "utf-16-le".
23359
23360 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23361
23362         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23363
23364 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23365
23366         * uudecode.el (uudecode-use-external): Add :version.
23367
23368         * smime.el (smime-CA-file, smime-encrypt-cipher)
23369         (smime-dns-server): Add :version.
23370
23371         * smiley.el (gnus-smiley-file-types): Add :version.
23372
23373         * sha1.el (sha1-use-external): Add :version.
23374
23375         * pgg-def.el (pgg-query-keyserver): Add :version.
23376
23377         * nnmail.el (nnmail-fancy-expiry-targets)
23378         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23379         Add :version.
23380
23381         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23382         (nnimap-retrieve-groups-asynchronous): Add :version.
23383         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23384
23385         * mml.el (mml-content-disposition-parameters)
23386         (mml-insert-mime-headers-always): Add :version.
23387
23388         * mm-util.el (mm-coding-system-priorities): Add :version.
23389
23390         * mm-decode.el (mm-inline-text-html-with-images)
23391         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23392         (mm-verify-option): Add :version.
23393         (mm-text-html-renderer): Change :version.
23394
23395         * message.el (message-fcc-externalize-attachments)
23396         (message-required-headers, message-draft-headers)
23397         (message-subject-trailing-was-query)
23398         (message-subject-trailing-was-ask-regexp)
23399         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23400         (message-mark-insert-end, message-archive-header)
23401         (message-archive-note, message-cross-post-default)
23402         (message-cross-post-note, message-followup-to-note)
23403         (message-cross-post-note-function, message-use-mail-followup-to)
23404         (message-subscribed-address-functions)
23405         (message-subscribed-address-file, message-subscribed-addresses)
23406         (message-subscribed-regexps, message-allow-no-recipients)
23407         (message-yank-cited-prefix, message-signature-insert-empty-line)
23408         (message-hidden-headers, message-hierarchical-addresses)
23409         (message-mail-user-agent, message-use-idna)
23410         (message-valid-fqdn-regexp)
23411         (message-strip-special-text-properties, message-header-synonyms)
23412         (message-beginning-of-line, message-tab-body-function): Add :version.
23413         (message-insert-canlock, message-wide-reply-confirm-recipients):
23414         Change :version.
23415
23416         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23417         and :version.
23418         (mail-source-delete-old-incoming-confirm)
23419         (mail-source-movemail-program): Add :version.
23420
23421         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23422         (gnus-agent-cache, gnus-agent): Change :version.
23423
23424         * gnus-util.el (gnus-use-byte-compile): Change :version.
23425
23426         * gnus-sum.el (gnus-summary-make-false-root-always)
23427         (gnus-summary-default-high-score)
23428         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23429         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23430         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23431         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23432         (gnus-sum-thread-tree-single-indent)
23433         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23434         (gnus-sum-thread-tree-leaf-with-other)
23435         (gnus-sum-thread-tree-single-leaf): Add :version.
23436         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23437         (gnus-article-loose-mime): Change :version.
23438
23439         * gnus-start.el (gnus-backup-startup-file)
23440         (gnus-save-startup-file-via-temp-buffer): Add :version.
23441
23442         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23443         (gnus-server-offline-face): Add :version.
23444
23445         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23446
23447         * gnus-msg.el (gnus-gcc-externalize-attachments)
23448         (gnus-debug-files, gnus-debug-exclude-variables)
23449         (gnus-discouraged-post-methods): Change :version.
23450         (gnus-confirm-mail-reply-to-news)
23451         (gnus-confirm-treat-mail-like-news): Add :version.
23452
23453         * gnus-int.el (gnus-server-unopen-status): Add :version.
23454
23455         * gnus-group.el (gnus-group-jump-to-group-prompt)
23456         (gnus-large-ephemeral-newsgroup)
23457         (gnus-fetch-old-ephemeral-headers): Add :version.
23458
23459         * gnus-fun.el (gnus-x-face-directory)
23460         (gnus-convert-pbm-to-x-face-command)
23461         (gnus-convert-image-to-x-face-command)
23462         (gnus-convert-image-to-face-command): Add :version.
23463
23464         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23465
23466         * gnus-cite.el (gnus-cite-blank-line-after-header)
23467         (gnus-article-boring-faces): Add :version.
23468
23469         * gnus-art.el (gnus-buttonized-mime-types)
23470         (gnus-inhibit-mime-unbuttonizing)
23471         (gnus-treat-display-face)
23472         (gnus-treat-body-boundary): Change :version.
23473         (gnus-body-boundary-delimiter, gnus-picon-databases)
23474         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23475         (gnus-treat-date-english, gnus-treat-fold-headers)
23476         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23477         (gnus-treat-mail-picon, gnus-treat-wash-html)
23478         (gnus-article-encrypt-protocol)
23479         (gnus-use-idna, gnus-article-over-scroll)
23480         (gnus-mime-display-multipart-alternative-as-mixed)
23481         (gnus-mime-display-multipart-related-as-mixed)
23482         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23483         (gnus-ctan-url, gnus-button-ctan-handler)
23484         (gnus-button-handle-ctan-bogus-regexp)
23485         (gnus-button-ctan-directory-regexp)
23486         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23487         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23488         (gnus-button-man-level, gnus-button-emacs-level)
23489         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23490
23491         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23492         (gnus-agent-go-online): Change :version.
23493         (gnus-agent-expire-unagentized-dirs)
23494         (gnus-agent-auto-agentize-methods): Add :version.
23495
23496         * flow-fill.el (fill-flowed-display-column)
23497         (fill-flowed-encode-column): Add :version.
23498
23499         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23500         (gnus-outlook-deuglify-unwrap-max)
23501         (gnus-outlook-deuglify-cite-marks)
23502         (gnus-outlook-deuglify-unwrap-stop-chars)
23503         (gnus-outlook-deuglify-no-wrap-chars)
23504         (gnus-outlook-deuglify-attrib-cut-regexp)
23505         (gnus-outlook-deuglify-attrib-verb-regexp)
23506         (gnus-outlook-deuglify-attrib-end-regexp)
23507         (gnus-outlook-display-hook): Add :version.
23508
23509         * binhex.el (binhex-use-external): Add :version.
23510
23511 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23512
23513         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23514         and `invisible'.
23515
23516 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23517
23518         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23519         in gnus-registry-trim.
23520
23521 2004-09-13  Simon Josefsson  <jas@extundo.com>
23522
23523         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23524
23525         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23526
23527         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23528         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23529         <yamaoka@jpl.org>.
23530         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23531         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23532         <yamaoka@jpl.org>.
23533
23534         * sieve.el (sieve-manage-mode): Ditto.
23535
23536 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23537
23538         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23539
23540 2004-09-11  Simon Josefsson  <jas@extundo.com>
23541
23542         * dns-mode.el: Add.
23543
23544         * mm-view.el (mm-display-dns-inline): Add.
23545
23546         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23547         (mm-automatic-display): Ditto.
23548
23549         * mailcap.el (mailcap-mime-data): Add text/dns.
23550         (mailcap-mime-extensions): Map .soa to text/dns.
23551
23552 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23553
23554         * gnus-art.el (article-decode-mime-words, article-babel)
23555         (gnus-article-highlight-signature, gnus-article-add-buttons)
23556         (gnus-signature-toggle): Remove unnecessary bindings of
23557         `inhibit-read-only' inherited from v5.10 merge.
23558
23559 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23560
23561         * nntp.el (nntp): New customization group.
23562         (nntp-authinfo-file): Add customization group.
23563
23564         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23565
23566         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23567
23568         * gnus.el (to-address, to-list, subscribed)
23569         (large-newsgroup-initial): Ditto.
23570
23571         * flow-fill.el (fill-flowed-display-column)
23572         (fill-flowed-encode-column): Ditto.
23573
23574 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23575
23576         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23577         Use point-min rather than 1.
23578         (message-send-mail): Use buffer-size rather than point-max.
23579
23580         * gnus-sum.el (gnus-summary-search-article-forward):
23581         Signal a specific `search-failed' rather than a generic `error'.
23582
23583         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23584         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23585         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23586
23587 2004-09-10  Simon Josefsson  <jas@extundo.com>
23588
23589         * nndb.el (require): Remove tcp and duplicate cl.
23590
23591 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23592
23593         * gnus-agent.el (directory-files-and-attributes): Move forward.
23594
23595 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23596
23597         * gnus-agent.el (directory-files-and-attributes):
23598         Optionally defined to support XEmacs.
23599
23600 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23601
23602         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23603         to avoid run-time CL dependencies.
23604         (gnus-agent-unfetch-articles): New function.
23605         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23606         article numbers even when local .overview file is missing.
23607         (gnus-agent-read-article-number): New function.  Only accepts
23608         27-bit article numbers.
23609         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23610         Use gnus-agent-read-article-number.
23611         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23612         from backend while recognizing that article numbers in .overview
23613         must be valid.
23614         (gnus-agent-update-files-total-fetched-for):
23615         Use directory-files-and-attributes to improve performance.
23616         * gnus-int.el (gnus-request-move-article):
23617         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23618         improve performance.
23619
23620         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23621         some users confused by references to .newsrc when they only have a
23622         .newsrc.eld file.
23623         (gnus-convert-mark-converter-prompt)
23624         (gnus-convert-converter-needs-prompt): Fix use of property list.
23625         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23626         New function.  Used internally to only display 'gnus converting
23627         files' message when actually necessary.
23628
23629         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23630         methods now autoloaded.
23631
23632 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23633
23634         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23635         identifiers.
23636
23637 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23638
23639         * gnus-picon.el: Fix indentation and closing parenthesis.
23640
23641 2004-09-01  Simon Josefsson  <jas@extundo.com>
23642
23643         * message.el (message-canlock-generate): Require sha1, not
23644         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23645         to require within a function.  Sadly, if sha1.el isn't loaded, the
23646         let binding in m-c-g will hide the defcustom definition, which is
23647         bad.)
23648
23649         * canlock.el: Require sha1, not sha1-el.
23650
23651         * message.el: Don't autoload sha1 (there is a autoload cookie in
23652         sha1.el).
23653
23654         * sha1-el.el: Rename to sha1.el.
23655
23656 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23657
23658         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23659
23660 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23661
23662         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23663
23664 2004-08-30  Kim F. Storm  <storm@cua.dk>
23665
23666         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23667
23668         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23669         Add :group 'nnimap.
23670
23671 2004-08-30  Andreas Schwab  <schwab@suse.de>
23672
23673         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23674         ?* and ?\;.
23675
23676         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23677         and ?\' to symbol instead of whitespace.
23678
23679 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23680
23681         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23682
23683         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23684         instead of re-search-forward.
23685
23686         * gnus-uu.el (gnus-uu-save-article): Ditto.
23687         (gnus-uu-post-encode-uuencode): Ditto.
23688
23689         * html2text.el (html2text-clean-list-items): Ditto.
23690         (html2text-clean-dtdd): Ditto.
23691         (html2text-format-tags): Ditto.
23692
23693         * message.el (message-send-mail-with-sendmail): Fix regexp.
23694         (message-fill-field-general): Use search-forward instead of
23695         re-search-forward.
23696         (unbold-region): Ditto.
23697
23698         * nnrss.el (nnrss-request-article): Ditto.
23699
23700         * nnslashdot.el (nnslashdot-request-article): Ditto.
23701
23702         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23703
23704         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23705         "Unrecognized menu descriptor" error in XEmacs.
23706
23707 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23708
23709         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23710         parent article of a sparse article in the thread hashtb.
23711
23712 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23713
23714         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23715         (nnmail-expand-newtext): Lowercase expanded entries if
23716         nnmail-split-lowercase-expanded is non-nil.
23717
23718 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23719
23720         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23721
23722         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23723         of gnus-tmp-news-method into string under XEmacs.  It will be
23724         passed to gnus-correct-length which takes only a string argument.
23725
23726 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23727
23728         * gnus-util.el (gnus-bind-print-variables): New macro.
23729         (gnus-prin1): Use it.
23730         (gnus-prin1-to-string): Use it.
23731         (gnus-pp): New function.
23732         (gnus-pp-to-string): New function.
23733
23734         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23735         Replace pp-to-string with gnus-pp-to-string.
23736         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23737         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23738         * gnus-msg.el (gnus-debug): Ditto.
23739         * gnus-score.el (gnus-score-save): Ditto.
23740         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23741         gnus-pp-to-string.
23742         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23743         with gnus-pp.
23744         * score-mode.el (gnus-score-pretty-print): Ditto.
23745         * webmail.el (webmail-debug): Ditto.
23746
23747 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23748
23749         * gnus-art.el (article-display-face, article-display-x-face):
23750         Use buffer-read-only.
23751
23752 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * gnus-art.el (article-hide-list-identifiers):
23755         Bind inhibit-read-only as t.
23756
23757 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23758
23759         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23760
23761 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23762
23763         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23764         (gnus-narrow-to-page): Don't assume point-min == 1.
23765         (gnus-article-edit-mode): Derive from message-mode.
23766
23767         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23768         point-min == 1.
23769
23770         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23771         Disable incorrect use of `assert'.
23772
23773         * message.el (message-mode): Set comment-start-skip.
23774
23775
23776 2004-08-22  Sam Steingold  <sds@gnu.org>
23777
23778         * pop3.el (pop3-leave-mail-on-server): New user variable.
23779         (pop3-movemail): Delete mail only when it is nil.
23780
23781 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23782
23783         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23784
23785         * mml.el (mml-preview): Use `pop-to-buffer'.
23786
23787         * message.el (message-goto-mail-followup-to): Insert after "To".
23788         (message-carefully-insert-headers): Add comment.
23789
23790         * gnus.el: Remove unused variable `gnus-article-check-size'.
23791
23792         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23793
23794         * gnus-art.el (gnus-button-alist):
23795         Improve `gnus-button-handle-library' entry.
23796
23797 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23798
23799         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23800         Use downcase, since XEmacs capitalizes error messages differently.
23801
23802 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23803
23804         * nntp.el: Add (require 'gnus) due to reference to
23805         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23806
23807 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23808
23809         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23810         Bind `mm-fill-flowed'.
23811
23812         * mm-decode.el (mm-dissect-singlepart): Check it.
23813
23814 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23815
23816         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23817         'imap' for netrc parsing.
23818
23819 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23820
23821         * mailcap.el (mailcap-mime-data): Mark as risky.
23822
23823 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23824
23825         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23826         may be included in the encoded word.
23827         (rfc2047-encode): Don't append a space if the encoded word
23828         includes close parenthesis.
23829
23830 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23831
23832         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23833         of text within parentheses.
23834
23835 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23836
23837         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23838         (gnus-encrypt-write-file-contents): Make the password key the file
23839         name PLUS the cipher, not just the cipher.  Also remove failed
23840         passwords from the cache.
23841
23842 2004-08-06  Simon Josefsson  <jas@extundo.com>
23843
23844         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23845         Doc fix.
23846
23847 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23848
23849         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23850         LWSP.
23851
23852 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23853
23854         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23855         Try to append in-reply-to: data to the references: header.
23856
23857         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23858         (netrc-parse): Use gnus-encrypt.el functions.
23859
23860         * gnus-encrypt.el: Add new file for encryption support; currently
23861         does only a few GPG ciphers and an internal XOR cipher.
23862
23863         * password.el: Add comments on using password-read-and-add.
23864         (password-read-and-add): Add function to read and add the
23865         password to the cache at once.
23866
23867 2004-07-28  Simon Josefsson  <jas@extundo.com>
23868
23869         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23870         parameter (but don't use it, for now).
23871
23872         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23873         instead of hard coding to nil.
23874
23875 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23876
23877         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23878         as mm-inline-image-xemacs does.
23879
23880 2004-07-26  Simon Josefsson  <jas@extundo.com>
23881
23882         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23883         Revert part of 2004-07-17 change below.
23884
23885 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23886
23887         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23888         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23889
23890 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23891
23892         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23893         quotes that actually start with ">" at the beginning of the
23894         lines.
23895
23896 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23897
23898         * rfc2047.el (rfc2047-encode-region): Fix last change.
23899         (rfc2047-encode-parameter): Remove useless concat.
23900
23901 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23902
23903         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23904         encode special characters; fix some kind of misconfigured headers;
23905         signal a real error if debug-on-quit or debug-on-error is non-nil.
23906         (rfc2047-encode-max-chars): New variable.
23907         (rfc2047-encode-1): Use it.
23908         (rfc2047-encode-parameter): New function.
23909
23910         * mml.el (mml-insert-parameter): Remove an excessive space.
23911
23912 2004-07-17  Simon Josefsson  <jas@extundo.com>
23913
23914         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23915         Kai Grossjohann <kai@emptydomain.de>.
23916         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23917         (gnus-group-make-menu-bar): Ditto.
23918
23919         * gnus-util.el (gnus-group-server): Add.
23920
23921 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23922
23923         * message.el (message-clone-locals): Clone sendmail and smtp
23924         variables.
23925
23926 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23927
23928         * rfc2047.el (rfc2047-encode-region): Fix last change.
23929
23930 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23931
23932         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23933         characters as non-special.
23934
23935 2004-07-09  Simon Josefsson  <jas@extundo.com>
23936
23937         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23938         Users will lose all flag changes made while unplugged with
23939         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23940         good default.  See numerous reports on ding mailing list.
23941
23942 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23943
23944         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23945         add generate-head-function and generate-article-function to the
23946         rfc822-forward entry.
23947         (nndoc-rfc822-forward-generate-article): New function.
23948         (nndoc-rfc822-forward-generate-head): New function.
23949
23950         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23951
23952 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23953
23954         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23955         respect display group parameter and gnus-summary-expunge-below.
23956         (gnus-articles-to-read): Remove unused reference to display group
23957         parameter.
23958
23959 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23960
23961         * nnheader.el (nnheader-uniquify-message-id): New experimental
23962         variable.
23963         (nnheader-nov-read-message-id): Use it.
23964
23965         * spam-report.el (spam-report-gmane): Add interactive.
23966
23967 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23968
23969         * mm-encode.el (mm-content-transfer-encoding-defaults):
23970         Use qp-or-base64 for the application/* types.
23971
23972 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23973
23974         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23975
23976 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23977
23978         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23979         trim value.
23980
23981 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23982
23983         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23984         New macro and function.
23985         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23986
23987 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23988
23989         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23990         after-load-alist.
23991
23992 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23993
23994         * gnus-group.el (gnus-group-get-new-news-this-group):
23995         Don't update info that isn't there.
23996
23997 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23998
23999         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24000         entry.
24001
24002 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24003
24004         * mm-view.el (mm-inline-render-with-function): Use multibyte
24005         buffer; decode html source by charset.
24006
24007         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24008
24009         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24010         Mule-UCS is loaded under XEmacs.
24011         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24012
24013 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24014
24015         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24016
24017 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24018
24019         * mm-util.el (mm-coding-system-p): Return a coding-system.
24020         (mm-mime-mule-charset-alist): Use shift_jis instead of
24021         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24022         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24023         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24024         instead of japanese-shift-jis and iso-latin-1 respectively in
24025         order to share the default value with both Emacs and XEmacs-mule.
24026         (mm-mule-charset-to-mime-charset):
24027         Make mm-coding-system-priorities effective.
24028         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24029         while predicating of candidates upon the priorities.
24030
24031 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24032
24033         * gnus-sum.el (gnus-summary-make-menu-bar):
24034         Add gnus-uu-invert-processable.
24035
24036         * gnus.el: Autoload gnus-uu-invert-processable.
24037
24038 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24039
24040         * mm-util.el (mm-with-multibyte-buffer): New macro.
24041
24042         * rfc2047.el (rfc2047-encode-string): Use it.
24043         (rfc2047-encode-region): Move point to the end of the region after
24044         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24045
24046 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24047
24048         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24049         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24050
24051 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24052
24053         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24054         (gnus-cite-parse): Ignore quoted envelope From_.
24055         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24056
24057 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24058
24059         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24060         invalid addresses.
24061
24062 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24063
24064         * spam.el: Change section markers, revise TODO list.
24065         (spam-backends): Make new master list of all installed backends.
24066         (spam-summary-exit-behavior): Add new variable to determine how
24067         messages moves are done at summary exit.
24068         (spam-move-spam-nonspam-groups-only)
24069         (spam-process-ham-in-nonham-groups)
24070         (spam-process-ham-in-spam-groups): Remove variables, the
24071         spam-summary-exit-behavior variable should be used to manage this
24072         behavior.
24073         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24074         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24075         and spam-old-spam-articles.
24076         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24077         Add empty variables, placeholders for the backends they represent.
24078         (spam-set-difference): Move, unchanged.
24079         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24080         unless the user has a processor variable.
24081         (spam-classifications, spam-classification-valid-p)
24082         (spam-backend-properties, spam-backend-property-valid-p)
24083         (spam-backend-function-type-valid-p)
24084         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24085         (spam-report-articles-gmane, spam-report-articles-resend):
24086         Remove functions, they are not needed.
24087         (spam-install-backend-super, spam-backend-list)
24088         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24089         (spam-backend-function, spam-backend-ham-registration-function)
24090         (spam-backend-spam-registration-function)
24091         (spam-backend-ham-unregistration-function)
24092         (spam-backend-spam-unregistration-function)
24093         (spam-backend-statistical-p, spam-backend-mover-p)
24094         (spam-install-backend-alias, spam-install-checkonly-backend)
24095         (spam-install-mover-backend, spam-install-nocheck-backend)
24096         (spam-install-backend, spam-install-statistical-backend)
24097         (spam-install-statistical-checkonly-backend): Add backend installation
24098         support.
24099         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24100         (spam-group-processor-p): Use the new backend code and respect the
24101         summary exit behavior.
24102         (spam-mark-spam-as-expired-and-move-routine): Remove.
24103         (spam-summary-prepare): Change to use the new spam-old-articles
24104         variable.
24105         (spam-copy-or-move-routine, spam-copy-spam-routine)
24106         (spam-move-spam-routine, spam-copy-ham-routine)
24107         (spam-move-ham-routine): Add code to copy/move ham or spam.
24108         (spam-fetch-field-fast): Improve doc and code, plus allow the
24109         'number request.
24110         (spam-list-of-checks, spam-list-of-statistical-checks):
24111         Remove variables.
24112         (spam-split, spam-find-spam): Use the new backend code.
24113         (spam-registration-functions): Remove variable.
24114         (spam-unregister-routine): Add convenience wrapper.
24115         (spam-log-undo-registration, spam-register-routine)
24116         (spam-log-processing-to-registry)
24117         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24118         where possible.
24119         (spam-check-gmane-xref, spam-check-regex-headers)
24120         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24121         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24122         (spam-check-bogofilter-headers, spam-check-spamoracle)
24123         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24124         (spam-check-crm114-headers): Use the spam-split-group that
24125         spam-split prepares, no need to determine it every time.
24126
24127         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24128         to the nnheader-parse-naked-head call.
24129
24130         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24131
24132         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24133         the nnheader-nov-read-message-id call.
24134
24135 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24136
24137         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24138         gnus-activate-group twice.  Suggested by Markus Peter
24139         <warp@spin.de>.
24140
24141 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24142
24143         * gnus-art.el (gnus-article-time-format): Exchange the order of
24144         day and month in the default value; fix customization type.
24145         (article-date-ut): Use add-text-properties.
24146         (article-make-date-line): Use message-make-date instead of
24147         current-time-string.
24148
24149         * message.el (message-fetch-field): Don't use set-text-properties.
24150         (message-make-date): Simplify.
24151
24152         * messagexmas.el (message-xmas-make-date): New function.
24153         (message-xmas-redefine): Defalias message-make-date to it.
24154
24155 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24156
24157         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24158         (rfc2047-encode-region): Treat text within parentheses as special;
24159         show the original text when error has occurred.
24160
24161         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24162         already-computed method to gnus-activate-group.
24163
24164         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24165         same select-methods identical Lisp objects.
24166
24167         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24168         object when modifying the info.
24169
24170 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24171
24172         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24173         gnus-opened-servers since it has never been opened with the new
24174         configuration yet.
24175
24176 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24177
24178         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24179         arg to nnheader-generate-fake-message-id.
24180
24181 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24182
24183         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24184         number and build a fake message ID localized to a group and
24185         article number (so it's repeatable from that point on).
24186         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24187         ID format.
24188
24189         * gnus-sum.el (gnus-get-newsgroup-headers):
24190         Call nnheader-generate-fake-message-id with the article number.
24191
24192 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24193
24194         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24195         end-of-buffer.
24196
24197 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24198
24199         * message.el (message-ignored-supersedes-headers): Add Approved.
24200
24201 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24202
24203         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24204         goto-char.
24205         (rfc2047-encode): Fold the line before encoding.
24206
24207 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24208
24209         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24210         folding -- not all headers can be folded, and this should be done
24211         by the message composition mode.  Probably.  I think.
24212
24213 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24214
24215         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24216         fast.
24217
24218         * gnus-ems.el (gnus-remove-image): Don't use
24219         message-text-with-property; remove only the image found first.
24220
24221         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24222         found first.
24223
24224 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24225
24226         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24227
24228 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24229
24230         * message.el (message-text-with-property): Make it fast and accept
24231         optional arguments.
24232         (message-strip-forbidden-properties): Use it.
24233         (message-fix-before-sending): Follow the m-t-w-p change.
24234
24235         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24236
24237 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24238
24239         * gnus-art.el (article-hide-headers): Don't change the buffer
24240         mistakenly when performing mml-preview even if
24241         gnus-single-article-buffer is nil.
24242
24243 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24244
24245         * message.el (message-expand-name-databases): New user option.
24246         (message-expand-name): Use it.
24247
24248 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24249
24250         * spam.el (spam-report-articles-resend)
24251         (spam-report-resend-register-routine): Allow ham reporting.
24252         (spam-report-resend-register-ham-routine): Add wrapper.
24253         (spam-registration-functions): Add ham resending functions.
24254         (spam-list-of-processors): Add ham resend processor.
24255
24256         * gnus.el (ham-resend-to): Add new group parameter.
24257         (spam-process): Add ham resend option.
24258
24259         * spam-report.el (spam-report-resend): Allow reporting ham.
24260         (spam-report-resend-ham): Add wrapper.
24261
24262 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24263
24264         * message.el (message-cite-articles-with-x-no-archive):
24265         New variable.
24266         (message-cite-original): Use it.
24267
24268 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24269
24270         * message.el (message-cite-original): Respect X-No-Archive.
24271
24272 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24273
24274         * gnus-art.el (article-hide-headers): Refer to the values for
24275         gnus-ignored-headers and gnus-visible-headers in the summary
24276         buffer since a user may have set them as group parameters.
24277
24278 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24279
24280         * assistant.el (assistant-node-name): Add convenience function.
24281         (assistant-render-text, assistant-render-node): Add error handling,
24282         plus handle multiple next nodes.
24283         (assistant-find-next-node): Comment out for now.
24284         (assistant-find-next-nodes): Add function, returns list of next
24285         nodes.
24286
24287 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24288
24289         * mail-source.el (mail-source-directory): Fix doc-string.
24290
24291 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24292
24293         * assistant.el (assistant-render-text, assistant-eval): Add :set
24294         widget type, which is different because it takes and returns a
24295         list.  Much hilarity ensues.
24296
24297 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24298
24299         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24300
24301         * gnus-group.el (gnus-group-get-new-news-this-group):
24302         Add doc-string.
24303
24304         * gnus-start.el (gnus-activate-group): Add doc-string.
24305
24306 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24307
24308         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24309
24310 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24311
24312         * assistant.el (assistant-render-text): Try to add a :set
24313         widget, more to come.
24314
24315         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24316         strings.
24317         (spam-report-articles-resend)
24318         (spam-register-routine): Do registration iff any articles warrant
24319         it.
24320         (spam-summary-prepare-exit): Change log message for nil group
24321         destinations.
24322
24323 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24324
24325         * spam.el (spam-report-resend-register-routine):
24326         Allow spam-report-resend-to to be a group parameter or a global value.
24327
24328 2004-05-26  Simon Josefsson  <jas@extundo.com>
24329
24330         * starttls.el: Merge with my GNUTLS based starttls.el.
24331         (starttls-gnutls-program, starttls-use-gnutls)
24332         (starttls-extra-arguments, starttls-process-connection-type)
24333         (starttls-connect, starttls-failure, starttls-success):
24334         New variables.
24335         (starttls-program, starttls-extra-args): Doc fix.
24336         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24337         New functions.
24338         (starttls-negotiate, starttls-open-stream):
24339         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24340         function if it is set.
24341
24342 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24343
24344         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24345         structured fields.
24346
24347 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24348
24349         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24350
24351 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24352
24353         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24354         Add variable.
24355         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24356         assigning the spam-mark to new messages.
24357
24358 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24359
24360         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24361
24362 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24363
24364         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24365
24366         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24367         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24368         default.
24369
24370 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24371
24372         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24373         correct data.
24374
24375 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24376
24377         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24378         (spam-group-processor-p): Fix function.
24379         (spam-group-processor-multiple-p)
24380         (spam-group-spam-processor-report-gmane-p)
24381         (spam-group-spam-processor-report-resend-p)
24382         (spam-group-spam-processor-bogofilter-p)
24383         (spam-group-spam-processor-blacklist-p)
24384         (spam-group-spam-processor-ifile-p)
24385         (spam-group-ham-processor-ifile-p)
24386         (spam-group-spam-processor-spamoracle-p)
24387         (spam-group-spam-processor-crm114-p)
24388         (spam-group-ham-processor-bogofilter-p)
24389         (spam-group-spam-processor-stat-p)
24390         (spam-group-ham-processor-stat-p)
24391         (spam-group-ham-processor-whitelist-p)
24392         (spam-group-ham-processor-BBDB-p)
24393         (spam-group-ham-processor-spamoracle-p)
24394         (spam-group-ham-processor-copy-p): Remove functions with some
24395         prejudice against unneeded code.
24396         (spam-report-articles-resend)
24397         (spam-report-resend-register-routine): Allow the group/topic
24398         spam-resend-to value to override spam-report-resend-to.
24399         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24400         properly now.
24401
24402         * gnus.el (spam-resend-to): Add group/topic parameter.
24403         (spam-process): Move the OBSOLETE processors to the end of the
24404         choices.
24405
24406 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24407
24408         * spam-report.el (spam-report-resend-to, spam-report-resend):
24409         Start with resend-to set to nil, and then ask the user if necessary.
24410         (spam-report-resend): spam-report-resend takes a list of articles, not
24411         separate article numbers.
24412
24413 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24414
24415         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24416         addition to emacs-w3m.
24417
24418 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24419
24420         * assistant.el (assistant-authinfo-data): New function.
24421         (assistant-eval): Eval for entire assistant.
24422
24423         * netrc.el (netrc-services-file): New variable.
24424         (netrc-parse-services): New function.
24425         (netrc-find-service-name): New function.
24426         (netrc-find-service-number): New function.
24427         (netrc-port-equal): New function.
24428         (netrc-machine): Use it.
24429
24430         * nnimap.el (nnimap-open-connection): Use netrc.
24431
24432         * gnus-util.el (gnus-netrc-get): Remove aliases.
24433
24434         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24435
24436         * assistant.el (wid-edit): Fix compilation.
24437
24438         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24439
24440 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24441
24442         * gnus-util.el (gnus-set-file-modes): New function.  (small
24443         patch).
24444
24445 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24446
24447         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24448
24449         * assistant.el (assistant-render-node): Fix up rendering and
24450         read-only text.
24451         (assistant-render-node): Reset.
24452         (assistant-make-read-only): Not sticky.
24453
24454 2004-05-20  Danny Siu  <dsiu@adobe.com>
24455
24456         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24457         centered even when gnus-auto-center-summary is t.
24458
24459 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24460
24461         * dns.el (dns-get-txt-answer): New function.
24462         (dns-read-txt): Ditto.
24463         (query-dns): Use it.
24464
24465 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24466
24467         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24468         active for foreign groups even if the group level is higher than
24469         the specified value.
24470
24471 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24472
24473         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24474         non-active groups.
24475
24476         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24477
24478 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24479
24480         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24481
24482 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24483
24484         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24485         (spam-crm114-header, spam-crm114-spam-switch)
24486         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24487         (spam-crm114-positive-spam-header)
24488         (spam-crm114-database-directory, spam-list-of-processors)
24489         (spam-group-spam-processor-crm114-p)
24490         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24491         (spam-generic-score, spam-list-of-checks)
24492         (spam-list-of-statistical-checks, spam-registration-functions)
24493         (spam-check-crm114-headers, spam-crm114-score)
24494         (spam-check-crm114, spam-crm114-register-with-crm114)
24495         (spam-crm114-register-spam-routine)
24496         (spam-crm114-unregister-spam-routine)
24497         (spam-crm114-register-ham-routine)
24498         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24499
24500 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24501
24502         * gnus.el: Add spam-use-crm114.
24503
24504         * spam.el (spam-list-of-processors, spam-registration-functions):
24505         Add spam-use-resend.
24506         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24507         (spam-report-articles-gmane): Add doc fix.
24508         (spam-report-articles-resend, spam-report-resend-register-routine):
24509         Add wrappers around spam-report-resend-to.
24510
24511         * spam-report.el (spam-report-resend-to, spam-report-resend):
24512         Add support for resending spam.
24513         (spam-report-gmane): Fix line length >80.
24514
24515         * gnus.el (spam-process): Add spam-use-resend.
24516
24517 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24518
24519         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24520         number of processed spam messages.
24521         (spam-ham-copy-or-move-routine): Return the number of processed
24522         ham messages.
24523         (spam-summary-prepare-exit): Use the above values to decide
24524         whether status messages shouled be displayed.
24525
24526 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24527
24528         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24529         `rfc2047-encoding-function-alist' in order to avoid conflicting
24530         with the old version.
24531         (rfc2047-encode-region): Concatenate words containing non-ASCII
24532         characters in structured fields; don't encode space-delimited
24533         ASCII words even in unstructured fields; don't break words at
24534         char-category boundaries.
24535         (rfc2047-encode-1): New function.
24536         (rfc2047-encode): Use it; encode text so that it occupies the
24537         maximum width within 76-column; work correctly on Q encoding for
24538         iso-2022-* charsets.
24539         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24540         sure not to break a line just after the header name.
24541         (rfc2047-b-encode-region): Remove.
24542         (rfc2047-b-encode-string): New function.
24543         (rfc2047-q-encode-region): Remove.
24544         (rfc2047-q-encode-string): New function.
24545
24546         * mm-util.el (mm-replace-in-string): New function.
24547
24548 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24549
24550         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24551         Really get it right.
24552         (gnus-inews-make-draft): Really.
24553
24554 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24555
24556         * nnmh.el (nnmh-request-list-1): Don't check the link count
24557         before descending.  (small patch)
24558
24559 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24560
24561         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24562         stuff.
24563
24564         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24565         Match on real group name.
24566
24567         * gnus-art.el (gnus-signature-limit): Doc fix.
24568
24569         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24570
24571         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24572
24573 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24574
24575         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24576         isn't a string.
24577
24578 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24579
24580         * gnus-draft.el (gnus-draft-send):
24581         Bind rfc2047-encode-encoded-words.
24582
24583         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24584         (rfc2047-encodable-p): Say that =? needs encoding.
24585         (rfc2047-encode-encoded-words): New variable.
24586
24587         * gnus-group.el (gnus-group-select-group): Doc fix.
24588
24589         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24590
24591         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24592         to nil.
24593
24594         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24595
24596         * nnheader.el (nnheader-get-lines-and-char): New function.
24597
24598 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24599
24600         * gnus-msg.el (gnus-summary-followup-with-original):
24601         Document yanking of region when active.
24602
24603 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24604
24605         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24606         groups if the group level is higher than the specified value.
24607
24608 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24609
24610         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24611         (gnus-group-jump-to-group): Add prefix argument using
24612         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24613         non-active group.
24614
24615         * compface.el (uncompface): Be verbose when changing
24616         `uncompface-use-external'.
24617
24618         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24619         handle manual section.
24620
24621 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24622
24623         * gnus-art.el (gnus-button-alist): Revert previous change.
24624
24625 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24626
24627         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24628
24629 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24630
24631         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24632         whether backend can accept message.
24633
24634         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24635
24636 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24637
24638         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24639         Avoid creating directory when nntp-marks-is-evil is true.
24640         Reported by Reiner Steib.
24641
24642 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24643
24644         * gnus-picon.el (gnus-picon-insert-glyph):
24645         Add optional `nostring' argument.
24646
24647 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24648
24649         * gnus-picon.el (gnus-picon-style): New variable.
24650         (gnus-picon-transform-address): Support `gnus-picon-style'.
24651
24652 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24653
24654         * message.el (message-fill-field): Return point.
24655         (message-generate-headers): Go to end of field.
24656
24657         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24658         stuff for non-living groups.
24659
24660 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24661
24662         * gnus-art.el (gnus-article-followup-with-original)
24663         (gnus-article-reply-with-original): gnus-mark-active-p ->
24664         gnus-region-active-p.
24665
24666 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24667
24668         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24669         only when there is spam or ham to be processed.
24670
24671 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24672
24673         * mail-source.el (mail-source-delete-crash-box): Refactor.
24674         (mail-source-fetch): Use it.
24675         (mail-source-fetch-file): Ditto.
24676         (mail-source-fetch-directory): Run postscript in loop.
24677         (mail-source-fetch-pop): Delete.
24678         (mail-source-fetch-maildir): Ditto.
24679         (mail-source-fetch-imap): Ditto.
24680
24681         * imap.el (imap-authenticators): Comment out sasl.
24682
24683         * message.el (message-skip-to-next-address): New function.
24684         (message-fill-header-address): Refactor.
24685         (message-fill-address): Use it.
24686         (message-delete-address): Use it.
24687         (message-fill-header-general): Refactor.
24688         (message-fill-field-address): Rename.
24689         (message-narrow-to-field): Find the start of the header.
24690         (message-header-format-alist): Don't pre-fill.
24691         (message-fill-header): Remove.
24692         (message-insert-header): New function.
24693         (message-shorten-references): Use it.
24694
24695         * rfc2047.el (rfc2047-field-value): Strip props.
24696
24697         * mail-parse.el (mail-header-make-address): New alias.
24698
24699         * ietf-drums.el (ietf-drums-make-address): New function.
24700
24701         * imap.el: Add compiler directives.
24702
24703         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24704
24705         * gnus-art.el (article-decode-idna-rhs): Don't use
24706         message-idna-inside-rhs-p.
24707
24708 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24709
24710         * message.el (message-idna-inside-rhs-p): Remove.
24711         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24712
24713         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24714         false positives.
24715
24716 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24717
24718         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24719
24720 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24721
24722         * nneething.el (nneething-file-name): Don't create spurious
24723         files.
24724
24725         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24726         (gnus-inews-do-gcc): Remove sleep.
24727
24728         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24729         part under point.
24730
24731         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24732         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24733
24734 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24735
24736         * spam.el (spam-summary-prepare-exit): Fix (length).
24737
24738 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24739
24740         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24741         as expired without moving it" message when there are spam
24742         messages left.
24743
24744 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24745
24746         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24747         header is not nil.
24748
24749 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24750
24751         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24752         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24753         (nntp-marks-changed-p): New arg SERVER.
24754         (nntp-request-update-info): Adjust caller.
24755
24756 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24757
24758         * nntp.el (nntp-save-marks): Pass missing arg.
24759
24760 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24761
24762         * nntp.el: Support marks.
24763         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24764         (nntp-marks-modtime, nntp-marks-directory): New variables.
24765         (nntp-request-set-mark, nntp-request-update-info)
24766         (nntp-possibly-create-directory, nntp-marks-changed-p)
24767         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24768         New functions.
24769
24770 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24771
24772         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24773         (gnus-xmas-redefine): Rename.
24774
24775         * gnus-score.el (gnus-score-insert-help):
24776         Use gnus-select-lowest-window.
24777
24778         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24779         appt-select-lowest-window and rename to gnus-select-lowest-window.
24780
24781         * gnus.el: do.
24782
24783 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24784
24785         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24786         encodings of MIME-encoded words, in order to improve
24787         interoperability with several broken MUAs.
24788
24789 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24790
24791         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24792         tags, only when charsets are not specified in headers.
24793         (mm-inline-text-html-render-with-w3m): Ditto.
24794
24795         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24796         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24797
24798 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24799
24800         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24801         instead of MIME-decoded from fields when checking
24802         `gnus-article-address-banner-alist'.
24803
24804 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24805
24806         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24807         description rather than subject.
24808
24809 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24810
24811         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24812
24813 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24814
24815         * gnus.el (gnus-version-number): Bump.
24816
24817 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24818
24819         * gnus.el: No Gnus v0.2 is released.
24820
24821 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24822
24823         * gnus-agent.el (gnus-agent-read-agentview):
24824         Inline gnus-uncompress-range.
24825
24826 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24827
24828         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24829         `exec-installed-p'.
24830
24831 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24832
24833         * gnus.el (spam-process, spam-autodetect-methods):
24834         Add bsfilter and bsfilter-headers.
24835
24836         * spam.el (spam-bsfilter): New customize group.
24837         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24838         (spam-bsfilter-header, spam-bsfilter-probability-header)
24839         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24840         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24841         (spam-bsfilter-database-directory): New options.
24842         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24843         (spam-list-of-statistical-checks, spam-registration-functions):
24844         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24845         (spam-bsfilter-score): New command.
24846         (spam-check-bsfilter-headers, spam-check-bsfilter)
24847         (spam-bsfilter-register-with-bsfilter)
24848         (spam-bsfilter-register-spam-routine)
24849         (spam-bsfilter-unregister-spam-routine)
24850         (spam-bsfilter-register-ham-routine)
24851         (spam-bsfilter-unregister-ham-routine): New functions.
24852         (spam-generic-score): Support bsfilter; Accept an optional argument
24853         to recalcurate spam score even if scoring header has already been
24854         added.
24855         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24856         optional argument to recalcurate spam score even if scoring header
24857         has already been added.
24858
24859 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24860
24861         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24862         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24863         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24864         link is missing.
24865
24866 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24867
24868         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24869         (html2text-get-attr): Rewrite.
24870
24871         * message.el (message-setup-1): Remove redundant put-text-property
24872         on mail-header-separator.
24873
24874 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24875
24876         * gnus-registry.el (gnus-registry-cache-whitespace)
24877         (gnus-registry-action, gnus-registry-spool-action)
24878         (gnus-registry-split-fancy-with-parent): Change message levels
24879         from 5 to 3 or 7, as needed.
24880
24881         * spam.el (spam-summary-prepare-exit)
24882         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24883         (spam-split, spam-find-spam, spam-log-undo-registration)
24884         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24885         level from 5 to 6.
24886
24887 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24888
24889         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24890         2004-03-04 change).
24891
24892 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24893
24894         * sieve-manage.el (sieve-manage-open):
24895         * nnweb.el (nnweb-insert-html):
24896         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24897         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24898         * nnspool.el (nnspool-request-group):
24899         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24900         * nnml.el (nnml-request-update-info):
24901         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24902         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24903         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24904         (nnimap-request-set-mark):
24905         * nnfolder.el (nnfolder-request-update-info):
24906         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24907         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24908         * gnus-uu.el (gnus-uu-find-articles-matching):
24909         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24910         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24911         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24912         * gnus-nocem.el (gnus-nocem-scan-groups):
24913         * gnus-int.el (gnus-start-news-server):
24914         * gnus-group.el (gnus-group-make-kiboze-group)
24915         (gnus-group-browse-foreign-server):
24916         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24917         Use mapc when appropriate.
24918
24919 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24920             Adam Sjøgren  <asjo@koldfront.dk>
24921             Wes Hardaker  <wes@hardakers.net>
24922             Michael Shields  <shields@msrl.com>
24923
24924         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24925         may need for spam sorting and scoring.
24926         (spam-user-format-function-S): Add user format function suitable for
24927         general use.
24928         (spam-article-sort-by-spam-status): Add sorting function for summary
24929         sorting.
24930         (spam-extra-header-to-number): Add function to get a score from a
24931         header.
24932         (spam-summary-score): Add function to get a numeric score from the
24933         headers.
24934         (spam-generic-score): Fix function doc, was in wrong place.
24935         (spam-initialize): Take symbols when it's run, and install the
24936         extra headers that spam-necessary-extra-headers thinks we need.
24937
24938 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24939
24940         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24941         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24942
24943 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24944
24945         * gnus-sum.el (gnus-set-global-variables)
24946         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24947         (gnus-article-get-xrefs, gnus-summary-best-group)
24948         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24949         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24950         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24951         Use with-current-buffer.
24952
24953 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24954
24955         * spam.el (spam-summary-prepare-exit): Simplify logic.
24956         (spam-fetch-article-header): Read the article header if it's not
24957         available.
24958         (spam-list-articles): Simplify logic.
24959         (spam-filelist-register-routine): Fix bug with unregister-list.
24960
24961         * gnus-registry.el: Fix comments at beginning.
24962
24963 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24964
24965         * message.el (message-cater-to-broken-inn): Remove.
24966         (message-shorten-references): Make sure the total folded length of
24967         References is shorter than 998 characters to cater to a bug in INN
24968         2.3.  Also, don't pretend that references aren't folded -- this
24969         hasn't worked for a while.
24970
24971 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24972
24973         * gnus-agent.el (gnus-agentize):
24974         gnus-agent-send-mail-real-function no longer set to current value
24975         of message-send-mail-function but rather a lambda that calls
24976         message-send-mail-function.  The change makes the agent real-time
24977         responsive to user changes to message-send-mail-function.
24978
24979 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24980
24981         * legacy-gnus-agent.el
24982         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24983         help from Florian Weimer <fw@deneb.enyo.de>
24984
24985 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24986
24987         * nnmail.el (nnmail-cache-insert): Revert last change.
24988
24989 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24990
24991         * nnmail.el (nnmail-cache-insert): Always check whether
24992         nnmail-cache-ignore-groups matches a group name.
24993
24994 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24995
24996         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24997         (spam-find-spam, spam-log-processing-to-registry)
24998         (spam-log-registered-p, spam-log-unregistration-needed-p)
24999         (spam-log-undo-registration): Use gnus-message instead of
25000         gnus-error, none of these errors are fatal.
25001
25002         * gnus-registry.el (gnus-registry-clean-empty-function)
25003         (gnus-registry-clean-empty): Remove only empty entries without
25004         extra data.
25005
25006 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25007
25008         * spam-stat.el (spam-stat-buffer-change-to-spam)
25009         (spam-stat-buffer-change-to-non-spam): Change (error) to
25010         (gnus-message 8) invocation.
25011
25012 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25013
25014         * nntp.el (nntp-via-netcat-command): New variable.
25015         (nntp-via-netcat-switches): New variable.
25016         (nntp-open-via-rlogin-and-netcat): New function.
25017         (nntp-open-connection-function): Doc fix.
25018         (nntp-telnet-command): Doc fix.
25019         (nntp-end-of-line): Doc fix.
25020         (nntp-via-rlogin-command): Doc fix.
25021         (nntp-via-user-name): Doc fix.
25022         (nntp-via-address): Doc fix.
25023
25024 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25025
25026         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25027         error in Emacs 21.1.
25028
25029 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25030
25031         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25032
25033 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25034
25035         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25036         (gnus-agent-with-refreshed-group): New macro.
25037         (gnus-agent-rename-group): New function.
25038         (gnus-agent-delete-group): New function.
25039         (gnus-agent-save-group-info): Use gnus-command-method when
25040         `method' parameter is nil.  Don't write nil entries into the
25041         active file.
25042         (gnus-agent-get-group-info): New function.
25043         (gnus-agent-fetch-articles):
25044         Use gnus-agent-update-files-total-fetched-for to increment disk space
25045         used.
25046         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25047         Use gnus-agent-update-view-total-fetched-for to increment disk space
25048         used.
25049         (gnus-agent-get-local): Add optional parameters to avoid calling
25050         gnus-group-real-name and gnus-find-method-for-group.
25051         (gnus-agent-set-local): Delete stored entry if either min, or max,
25052         are nil.
25053         (gnus-agent-fetch-session): Reworded error/quit messages.
25054         On quit, use gnus-agent-regenerate-group to record existance of any
25055         articles fetched to disk before the quit occurred.
25056         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25057         gnus-agent-update-view-total-fetched-for, and
25058         gnus-agent-update-files-total-fetched-for to decrement disk space
25059         used.
25060         (gnus-agent-retrieve-headers):
25061         Use gnus-agent-update-view-total-fetched-for to increment disk space
25062         used.
25063         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25064         with gnus-agent-update-files-total-fetched-for to decrement disk
25065         space and fresh group buffer.
25066         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25067         (gnus-agent-need-update-total-fetched-for): New variable.
25068         (gnus-agent-update-files-total-fetched-for): New function.
25069         (gnus-agent-update-view-total-fetched-for): New function.
25070         (gnus-agent-total-fetched-for): New function.
25071
25072         * gnus-cache.el (gnus-cache-save-buffers):
25073         Use gnus-cache-update-overview-total-fetched-for to change disk space
25074         used by this group.
25075         (gnus-cache-possibly-enter-article):
25076         Use gnus-cache-update-file-total-fetched-for to increment disk space
25077         used by this group.
25078         (gnus-cache-possibly-remove-article):
25079         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25080         used by this group.
25081         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25082         (gnus-cache-rename-group): New function.
25083         (gnus-cache-delete-group): New function.
25084         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25085         (gnus-cache-need-update-total-fetched-for): New variable.
25086         (gnus-cache-with-refreshed-group): New macro.
25087         (gnus-cache-update-file-total-fetched-for): New function.
25088         (gnus-cache-update-overview-total-fetched-for): New function.
25089         (gnus-cache-rename-group-total-fetched-for): New function.
25090         (gnus-cache-delete-group-total-fetched-for): New function.
25091         (gnus-cache-total-fetched-for): New function.
25092
25093         * gnus-group.el: Require gnus-sum and autoload functions to
25094         resolve warnings when gnus-group.el compiled alone.
25095         (gnus-group-line-format): Documented new %F.
25096         (size of Fetched data) group line format; identifies disk space
25097         used by agent and cache.
25098         (gnus-group-line-format-alist): Defined new F format.
25099         (gnus-total-fetched-for): New function.
25100         (gnus-group-delete-group): No longer update
25101         gnus-cache-active-altered as gnus-request-delete-group now keeps
25102         the cache in sync.
25103         (gnus-group-list-active): Let the agent store a server's active
25104         list if currently plugged.
25105
25106         * gnus-int.el (gnus-request-delete-group):
25107         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25108         local disk in sync with the server.
25109         (gnus-request-rename-group):
25110         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25111         local disk in sync with the server.
25112
25113         * gnus-start.el (gnus-get-unread-articles):
25114         Cosmetic simplification to logic.
25115
25116         * gnus-util.el (gnus-rename-file): New function.
25117
25118 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25119
25120         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25121
25122 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25123
25124         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25125         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25126
25127 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25128
25129         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25130         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25131
25132 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25133
25134         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25135
25136 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25137
25138         * spam.el (spam-set-difference): Add function to replace
25139         gnus-set-difference in spam.el.
25140         (spam-summary-prepare-exit): Use spam-set-difference.
25141
25142 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25143
25144         * gnus-registry.el (gnus-registry-cache-file): Update to use
25145         gnus-dribble-directory OR gnus-home-directory OR ~.
25146         (gnus-registry-split-fancy-with-parent): Fix doc.
25147
25148 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25149
25150         * message.el (message-exchange-point-and-mark):
25151         Use message-mark-active-p.  Suggested by Jesper Harder
25152         <harder@ifa.au.dk>.
25153
25154 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25155
25156         * message.el (message-exchange-point-and-mark): Don't activate
25157         region if it was inactive.  Suggested by Hiroshi Fujishima
25158         <pooh@nature.tsukuba.ac.jp>.
25159
25160 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25161
25162         * gnus-art.el (article-display-face): Display Faces in the same
25163         order as X-Faces.
25164
25165 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25166
25167         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25168
25169 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25170
25171         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25172         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25173         (gnus-article-mime-hierarchy): Remove.
25174         (gnus-article-mime-hierarchy-next): Remove.
25175         (gnus-article-mode): Revert 2004-03-19 change.
25176         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25177         (gnus-insert-mime-button): Revert 2004-03-19 change.
25178         (gnus-mime-accumulate-hierarchy): Remove.
25179         (gnus-mime-enter-multipart): Remove.
25180         (gnus-mime-leave-multipart): Remove.
25181         (gnus-mime-display-part): Revert 2004-03-19 change.
25182         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25183
25184         * mml.el (mml-preview): Revert 2004-03-19 change.
25185
25186 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25187
25188         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25189
25190 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25191
25192         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25193         t while entering a file name using the mm-with-multibyte macro.
25194         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25195
25196         * mm-util.el (mm-with-multibyte): New macro.
25197
25198 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25199
25200         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25201         New user option.
25202         (gnus-mime-multipart-functions): Doc and customization fix.
25203         (gnus-article-mime-hierarchy): New variable.
25204         (gnus-article-mime-hierarchy-next): New variable.
25205         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25206         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25207         gnus-article-mime-hierarchy-next to nil.
25208         (gnus-insert-mime-button): Show hierarchy numbers.
25209         (gnus-mime-accumulate-hierarchy): New function.
25210         (gnus-mime-enter-multipart): New function.
25211         (gnus-mime-leave-multipart): New function.
25212         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25213         (gnus-mime-display-alternative): Show hierarchy numbers.
25214
25215         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25216         gnus-article-mime-hierarchy-next to nil.
25217
25218 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25219
25220         * dns.el: Don't require gnus-xmas.
25221
25222 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25223
25224         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25225         inline PGP.
25226         (mml-menu): Disable mml-quote-region if mark is inactive.
25227
25228 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25229
25230         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25231         when the group's active is not available.
25232
25233 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25234
25235         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25236         error.
25237
25238 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25239
25240         * imap.el (imap-store-password): New variable.
25241         (imap-interactive-login): Use it.
25242         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25243
25244 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25245
25246         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25247         window-start and hscroll to summary window.
25248
25249 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25250
25251         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25252         conversion message to newsrc-dribble when an actual conversion is
25253         performed.
25254
25255 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25256
25257         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25258
25259 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25260
25261         * mm-decode.el (mm-complicated-handles): New function reviving
25262         former definition of mm-multiple-handles.
25263
25264         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25265         (gnus-mime-delete-part): Use it.
25266
25267 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25268
25269         * gnus-agent.el (gnus-agent-read-local):
25270         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25271         avoid the implicit assumption that they will always be equal.
25272         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25273         coding-system-for-write, as the with-temp-file macro first prints
25274         to a buffer then saves the buffer.
25275
25276 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25277
25278         * gnus-art.el (gnus-article-edit-part): New function.
25279         (gnus-mime-save-part-and-strip): Use it; do query instead of
25280         signaling an error; don't use mm-multiple-handles.
25281         (gnus-mime-delete-part): Ditto.
25282
25283 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25284
25285         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25286         old file versions.
25287         (gnus-group-prepare-hook): Remove function that converted list
25288         form of gnus-agent-expire-days to group properties.
25289
25290         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25291         (gnus-request-accept-article): Re-indented.
25292
25293         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25294         converters to handle old agent file formats.  Add logic for a
25295         "backup before upgrading warning".
25296         (gnus-convert-mark-converter-prompt): Developers can mark
25297         functions as needing (default), or not needing,
25298         gnus-convert-old-newsrc's "backup before upgrading warning".
25299         (gnus-convert-converter-needs-prompt): Tests whether the user
25300         should be protected from potentially irreversable changes by the
25301         function.
25302
25303         * legacy-gnus-agent.el: New.  Provides converters that are only
25304         loaded when gnus-convert-old-newsrc needs to call them.
25305
25306 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25307
25308         * mail-source.el (mail-source-touch-pop): Doc fix.
25309
25310         * message.el (message-smtpmail-send-it): Doc fix.
25311
25312 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25313
25314         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25315
25316         * nnmail.el (nnmail-split-fancy): do.
25317
25318         * gnus-kill.el (gnus-kill, gnus-execute): do.
25319
25320 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25321
25322         * gnus-sum.el (gnus-widget-reversible-match)
25323         (gnus-widget-reversible-to-internal)
25324         (gnus-widget-reversible-to-external): New functions.
25325         (gnus-widget-reversible): New widget.
25326         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25327
25328 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25329
25330         * gnus-sum.el (gnus-thread-sort-functions)
25331         (gnus-article-sort-functions): Document `(not F)' items.
25332
25333 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25334
25335         * spam.el (spam-use-gmane-xref): Add new backend.
25336         (spam-gmane-xref-spam-group): Add variable to control the name of the
25337         Gmane spam group.
25338         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25339         (spam-regex-headers-spam, spam-regex-headers-ham)
25340         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25341         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25342         backends and checks.
25343         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25344
25345         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25346         an autodetect method.
25347
25348 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25349
25350         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25351         articles are being added to a group.
25352         (gnus-request-replace-article): Inform the agent that articles
25353         need to be uncached as the cached contents are no longer valid.
25354
25355 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25356
25357         * binhex.el: Don't autoload executable-find.
25358
25359         * canlock.el: Don't autoload mail-fetch-field.
25360
25361         * dgnushack.el: Autoload c-mode for XEmacs.
25362
25363         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25364
25365         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25366         rmail-dont-reply-to and rmail-output.
25367
25368         * gnus-score.el: Don't autoload ffap-string-at-point.
25369
25370         * gnus-setup.el: Don't autoload sc-cite-original.
25371
25372         * imap.el: Don't autoload base64-decode-string,
25373         base64-encode-string and md5.
25374
25375         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25376         and rmail-msg-restore-non-pruned-header.
25377
25378         * mm-decode.el: Don't autoload executable-find.
25379
25380         * mm-url.el: Don't autoload executable-find.
25381
25382         * mm-view.el: Don't autoload diff-mode.
25383
25384         * nndb.el: Don't autoload news-reply-mode, news-setup,
25385         cancel-timer and telnet.
25386
25387         * password.el: Don't autoload run-at-time for Emacs.
25388
25389         * sha1-el.el: Don't autoload executable-find.
25390
25391         * sieve-mode.el: Don't autoload c-mode.
25392
25393         * uudecode.el: Don't autoload executable-find.
25394
25395 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25396
25397         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25398         (gnus-agent-possibly-alter-active): Avoid null in numeric
25399         comparison.
25400         (gnus-agent-set-local): Refuse to save null in local object table.
25401         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25402         list of articles that will be marked as unread.
25403
25404 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25405
25406         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25407
25408 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25409
25410         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25411         language tags.
25412
25413 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25414
25415         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25416         Don't bind "obarray".
25417
25418         * gnus-sum.el (gnus-thread-sort-functions):
25419         Add `gnus-thread-sort-by-most-recent-number' and
25420         `gnus-thread-sort-by-most-recent-date'.
25421         Reported by Kai Grossjohann <kai@emptydomain.de>.
25422
25423 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25424
25425         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25426
25427 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25428
25429         * gnus-cus.el (gnus-agent-customize-category):
25430         Remove ignore-errors macro reference that required cl to be loaded at
25431         run-time.
25432
25433         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25434         single-interval range of the form (min . max).  Previously the
25435         range had to look like ((min . max)).  Likewise, return
25436         (min . max) rather than ((min . max)).
25437         (gnus-range-map): Use gnus-range-normalize to accept
25438         single-interval range.
25439
25440         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25441         the cache, but not the agent, now appear with their usual face.
25442
25443         * dgnushack.el (loaddir): New variable that is bound to the
25444         directory containing the dgnushack.el file. Use loaddir, rather
25445         than srcdir, to update load-path. Change lets dgnushack compile
25446         code in directories other than GNUS/lisp.
25447
25448 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25449
25450         * lpath.el: Don't bind w3m-safe-url-regexp.
25451
25452         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25453         w3m-safe-url-regexp variable buffer-local.
25454
25455         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25456
25457 2004-02-27  Simon Josefsson  <jas@extundo.com>
25458
25459         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25460         gnus-group-real-prefix.
25461         (gnus-summary-move-article): Use it, instead of
25462         gnus-group-real-prefix.
25463
25464 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25465
25466         * lpath.el: Bind w3m-safe-url-regexp.
25467
25468         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25469         w3m-safe-url-regexp variable buffer-local and set it as the value
25470         of mm-w3m-safe-url-regexp.
25471
25472         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25473
25474         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25475         parsing gnus-posting-styles when the message is not for replying.
25476
25477         * dgnushack.el: Autoload sgml-mode for XEmacs.
25478
25479         * nnrss.el (nnrss-opml-export):
25480         Use mm-set-buffer-file-coding-system instead of
25481         set-buffer-file-coding-system.
25482
25483 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25484
25485         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25486         of checkdoc.el).
25487         * nnrss.el: do.
25488         * gnus-mlspl.el: do.
25489         * gnus-ml.el: do.
25490         * gnus-srvr.el: do.
25491
25492         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25493
25494 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25495
25496         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25497         Corrections to custom-manual links.
25498
25499         * gnus-art.el (gnus-article): Ditto.
25500
25501         * mm-decode.el (mime-display, mime-security): Ditto.
25502
25503 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25504
25505         * flow-fill.el: Typo.
25506
25507 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25508
25509         * spam-wash.el: New file.
25510
25511 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25512
25513         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25514
25515 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25516
25517         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25518         to be run with new-articles as LIST1, not LIST2.
25519         (spam-registration-functions): Add spam-use-ham-copy as a nil
25520         registration backend.
25521
25522 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25523
25524         * spam-stat.el (spam-stat-washing-hook): New option.
25525         (spam-stat-buffer-words): Use it.
25526         (spam-stat-process-directory, spam-stat-test-directory):
25527         Use insert-file-contents-literally.
25528         (spam-stat-coding-system): New variable.
25529         (spam-stat-load, spam-stat-save): Use it.
25530
25531 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25532
25533         * spam-report.el (spam-report-plug-agent):
25534         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25535
25536 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25537
25538         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25539         Allow / in mailto URLs.
25540
25541 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25542
25543         * spam-report.el (spam-report-process-queue): Fix interactive use.
25544         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25545         (spam-report-unplug-agent): Doc fixes.
25546         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25547         (spam-report-agentize, spam-report-deagentize): Autoload.
25548
25549 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25550
25551         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25552
25553         * message.el (message-setup-fill-variables): Add mml tags to
25554         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25555         <ajk@iu.edu>.
25556         (message-mode): Don't modify paragraph-separate there.
25557
25558 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25559
25560         * compface.el (uncompface-use-external): Default to undecided.
25561         (uncompface-use-external-threshold): New variable.
25562         (uncompface-float-time): New macro.
25563         (uncompface): Determine whether to use the external decoder if
25564         uncompface-use-external is undecided.
25565
25566 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25567
25568         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25569         after images.
25570
25571         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25572
25573 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25574
25575         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25576
25577         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25578
25579         * gnus-sum.el (gnus-summary-limit-to-age)
25580         (gnus-summary-limit-children): do.
25581
25582         * gnus-int.el (gnus-request-scan): do.
25583
25584         * gnus-group.el (gnus-group-suspend): do.
25585
25586         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25587
25588         * gnus-cite.el (gnus-cite-parse-attributions): do.
25589
25590         * gnus-agent.el (gnus-summary-set-agent-mark)
25591         (gnus-agent-regenerate-group): do.
25592
25593         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25594
25595         * binhex.el (binhex-decode-region-internal): do.
25596
25597 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25598
25599         * gnus-fun.el (gnus-face-properties-alist): New user option.
25600         (gnus-display-x-face-in-from): Use it.
25601
25602         * gnus-art.el (article-display-face): Ditto.
25603
25604         * compface.el (uncompface-use-external): Default to nil.
25605
25606 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25607
25608         * nntp.el (nntp-erase-buffer): New function.
25609         (nntp-retrieve-data, nntp-send-command)
25610         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25611         (nntp-possibly-change-group): Use it.
25612
25613         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25614         Use with-current-buffer.
25615
25616 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25617
25618         * compface.el: Merge the ELisp-based uncompface program.
25619         (compface): New customization group.
25620         (uncompface-use-external): New user option.
25621         (uncompface): Call uncompface-internal if uncompface-use-external
25622         is nil.
25623         (uncompface-internal): New function.  Note that there are also
25624         some other functions and variables added for this function.
25625
25626 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25627
25628         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25629         if necessary.
25630
25631 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25632
25633         * spam-report.el (spam-report-unplug-agent)
25634         (spam-report-plug-agent, spam-report-deagentize)
25635         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25636         Add support for the Agent in spam-report: when unplugged, report to a
25637         file; when plugged, submit all the requests.
25638
25639         * spam.el (spam-register-routine): Fix message about
25640         registration.
25641
25642 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25643
25644         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25645         dependencies.
25646         (rfc2047-encode): Use it.
25647
25648         * gnus-art.el (gnus-button-marker-list): Move before first
25649         reference.
25650
25651         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25652         (imap-parse-body): Fix format string mismatch.
25653
25654         * gnus-score.el (gnus-summary-increase-score): do.
25655
25656         * nnrss.el (nnrss-close): New function.
25657
25658 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25659
25660         * nnrss.el (nnrss-make-filename): New function.
25661         (nnrss-request-delete-group, nnrss-read-server-data)
25662         (nnrss-save-server-data, nnrss-read-group-data)
25663         (nnrss-save-group-data): Use it.
25664         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25665         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25666         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25667
25668 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25669
25670         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25671
25672 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25673
25674         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25675         files.
25676
25677         * message.el (message-generate-headers-first): Don't quote nil
25678         and t in docstrings.
25679
25680         * imap.el (imap-id): do.
25681
25682         * gnus-agent.el (gnus-agent-consider-all-articles)
25683         (gnus-agent-queue-mail): do.
25684
25685 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25686
25687         * spam-report.el (spam-report-process-queue): New function.
25688         Process requests from `spam-report-requests-file'.
25689         (spam-report-process-queue): Doc fix.
25690
25691 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25692
25693         * spam.el (spam-register-routine)
25694         (spam-log-processing-to-registry, spam-log-registered-p)
25695         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25696         Change "check" to "spam-check" for semi-clarity.
25697
25698 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25699
25700         * pop3.el: Require nnheader.
25701
25702         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25703
25704         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25705
25706         * gnus-picon.el: Require cl.
25707
25708         * gnus-fun.el: Require gnus-ems and gnus-util.
25709
25710         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25711
25712         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25713
25714         * gnus-art.el (gnus-article-edit-mode): Define before first
25715         reference.
25716
25717 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25718
25719         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25720         (gnus-uu-post-encoded): Use point-at-bol.
25721
25722         * gnus-topic.el (gnus-group-active-topic-p): do.
25723
25724         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25725
25726         * gnus-group.el (gnus-group-kill-region): do.
25727
25728         * gnus-art.el (article-date-ut): do.
25729
25730         * message.el (message-fetch-field): Remove redundant
25731         case-fold-search binding.
25732         (message-narrow-to-field): Simplify.
25733
25734 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25735
25736         * spam.el (spam-directory): Derive from `gnus-directory'.
25737
25738         * spam-report.el (spam-report-url-to-file)
25739         (spam-report-requests-file): New function and variable for offline
25740         reporting.
25741         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25742         and user defined function.
25743         (spam-report-url-ping-mm-url): Remove doubled slash.
25744
25745 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25746
25747         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25748
25749 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25750
25751         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25752         Fix format string mismatch.
25753
25754         * sieve.el (sieve-deactivate-all): do.
25755
25756         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25757
25758         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25759
25760         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25761
25762         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25763
25764 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25765
25766         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25767         the list of checks.
25768
25769 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25770
25771         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25772         padding.
25773
25774 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25775
25776         * mm-view.el (mm-fill-flowed): New variable.
25777         (mm-inline-text): Use it.
25778
25779 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25780
25781         * spam.el (spam-spamassassin-register-ham-routine)
25782         (spam-spamassassin-register-spam-routine): Fix function names.
25783
25784 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25785
25786         * gnus.el (gnus-tmp-grouplens): Remove.
25787         (gnus-summary-line-format): Remove grouplens.
25788
25789         * gnus-group.el (gnus-group-line-format): Ditto.
25790
25791         * gnus-spec.el (gnus-format-specs): Ditto.
25792         (gnus-update-format-specifications): Flush the group format spec
25793         cache if there's the grouplens stuff.
25794         (gnus-parse-simple-format): Replace %l with the empty string.
25795
25796 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25797
25798         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25799         omission.
25800
25801 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25802
25803         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25804         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25805
25806 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25807
25808         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25809         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25810         New macros and functions.
25811         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25812         Handle > NLINK_MAX messages.
25813         * nnmaildir.el (nnmaildir-request-set-mark):
25814         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25815
25816 2004-01-25  Alex Schroeder  <alex@gnu.org>
25817
25818         * spam-stat.el (spam-stat-process-directory-age): New option.
25819         (spam-stat-process-directory): Use it.
25820
25821 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25822
25823         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25824         (spam-stat-save): Accept prefix argument.
25825
25826 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25827
25828         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25829         links" error.
25830
25831 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25832
25833         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25834         the rest of the and/or forms.
25835
25836 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25837
25838         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25839         compatibility with old .newsrc.eld files.
25840
25841         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25842
25843         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25844
25845         * gnus-start.el (gnus-1): do.
25846
25847         * gnus-group.el (gnus-group-line-format-alist): do.
25848
25849         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25850
25851         * gnus-gl.el: Remove.
25852
25853 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25854
25855         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25856         marks consisting of a single range {for example, (3 . 5)} rather
25857         than a list of a single range { ((3 . 5)) }.
25858
25859 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25860
25861         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25862         Use with-current-buffer.
25863         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25864         avoid consing a string.
25865
25866         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25867         Remove obsolete entries for big5 and gb2312.
25868
25869 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25870
25871         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25872         uncompressed list.
25873
25874 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25875
25876         * spam-stat.el (spam-stat-strip-xref): New function.
25877         (spam-stat-process-directory): Use it.
25878
25879         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25880         here -- it's done in message-fetch-field.
25881
25882 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25883
25884         * gnus-agent.el (gnus-agent-queue-mail)
25885         (gnus-agent-prompt-send-queue): New variables.
25886         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25887         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25888         "nndraft:queue" along to gnus-draft-send.
25889         Use gnus-agent-prompt-send-queue.
25890         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25891         is "nndraft:queue".  Suggested by Gaute Strokkenes
25892         <gs234@srcf.ucam.org>
25893
25894         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25895         (agent-enable-undownloaded-faces): Add.
25896         (gnus-agent-cat-groups): Use eval-and-compile, not
25897         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25898         method of gnus-agent-cat-groups even when the buffer has been
25899         evaled.
25900         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25901         delete gnus-agent-save-active-1.
25902         (gnus-agent-save-groups): Delete.  Identical to
25903         gnus-agent-save-active.
25904         (gnus-agent-write-active): No longer adjust agent's copy of active
25905         file as agent's adjustments are now stored in their own
25906         file.  Remove optional parameter.
25907         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25908         servers.  Add use of min/max range limits from server's local
25909         file.
25910         (gnus-agent-save-alist): Remove unused optional argument.
25911         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25912         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25913         (gnus-agent-set-local): A per-server file that keeps min/max range
25914         limits for articles known to the agent.  Provides a fast mechanism
25915         for altering many active ranges.
25916         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25917         active file (local makes it unnecessary).
25918         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25919
25920         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25921         (agent-enable-undownloaded-faces): Add.
25922
25923         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25924         disable it when sending to "nndraft:queue".
25925         (gnus-group-send-queue): Add safety check to avoid sending queue
25926         when unplugged.
25927
25928         * gnus-group.el (gnus-group-catchup): Use new
25929         gnus-sequence-of-unread-articles, not
25930         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25931         numbers of articles.  Use gnus-range-map to avoid having to
25932         uncompress the unread list.
25933         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25934         Fix invalid ange-ftp reference.
25935
25936         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25937         (gnus-sorted-range-intersection): Intersection of two ranges
25938         without requiring that they first be uncompressed.
25939
25940         * gnus-start.el (gnus-activate-group): Unless blocked by the
25941         caller, possibly expand the active range to include both cached
25942         and agentized articles.
25943         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25944         multiple version-dependent converters.
25945         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25946         gnus-agent-save-active.
25947         (gnus-save-newsrc-file): Save dirty agent range limits.
25948
25949         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25950         gnus-agent-possibly-alter-active.
25951         (gnus-adjust-marked-articles): Faster handling of simple lists.
25952
25953 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25954
25955         * spam-stat.el (spam-stat-test-directory): New optional argument
25956         displays a list of files detected.  Suggested by Andrew Cohen
25957         <cohen@andy.bu.edu>.
25958         (spam-stat-buffer-words-with-scores): Don't narrow and change
25959         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25960
25961 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25962
25963         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25964         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25965         (spam-spamassassin-arguments)
25966         (spam-spamassassin-spam-flag-header)
25967         (spam-spamassassin-positive-spam-flag-header)
25968         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25969         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25970         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25971         (spam-list-of-processors, spam-list-of-checks)
25972         (spam-list-of-statistical-checks, spam-registration-functions)
25973         (spam-check-spamassassin-headers, spam-check-spamassassin)
25974         (spam-spamassassin-score)
25975         (spam-spamassassin-register-with-sa-learn)
25976         (spam-spamassassin-register-spam-routine)
25977         (spam-spamassassin-register-ham-routine)
25978         (spam-assassin-register-spam-routine)
25979         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25980         (spam-bogofilter-score): Fix to show article before scoring.
25981
25982 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25983
25984         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25985         default scoring function.
25986         (spam-generic-score): Call spam-spamassassin-score if
25987         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25988         spam-bogofilter-score otherwise.
25989
25990         * gnus.el (spam-process, spam-autodetect-methods):
25991         Add spamassassin and spamassassin-headers.
25992
25993 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25994
25995         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25996         Suppress unnecessary messages.
25997
25998 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25999
26000         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26001         make-hash-table.
26002
26003 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26004
26005         * canlock.el (base64-encode-string): Don't autoload it.
26006
26007 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26008
26009         * run-at-time.el: Remove useless (require 'itimer),
26010         eval-and-compile and (featurep 'xemacs).
26011
26012 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26013
26014         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26015         GROUP is a virtual group.
26016
26017 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26018
26019         * gnus.el: Autoload `message-y-or-n-p'.
26020
26021 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26022
26023         * pgg-parse.el: Remove unnecessary (require 'custom).
26024
26025         * pgg-def.el: do.
26026
26027         * nnmail.el: do.
26028
26029         * gnus-undo.el: do.
26030
26031         * gnus-picon.el: do.
26032
26033         * gnus-util.el: do.
26034
26035 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26036
26037         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26038
26039 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26040
26041         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26042         handle, as well as a list.
26043
26044         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26045         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26046         (mm-w3m-cid-retrieve): Simplify.
26047
26048 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26049
26050         * message.el (message-kill-to-signature): Allow prefix arg to
26051         specify number of lines to keep before signature.
26052
26053 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26054
26055         * message.el (message-kill-to-signature): Change docstring.
26056
26057 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26058
26059         * canlock.el: Always require sha1-el.
26060         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26061
26062         * message.el: Autoload sha1 only when compiling.
26063
26064         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26065         eudc-expand-inline for XEmacs.
26066
26067 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26068
26069         * message.el (message-canlock-generate): Require sha1-el.
26070
26071 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26072
26073         * message.el (message-expand-name): Silence the byte compiler.
26074
26075         * lpath.el: Add detect-coding-system.
26076
26077         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26078         cus-edit.
26079
26080 2004-01-13  Simon Josefsson  <jas@extundo.com>
26081
26082         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26083         Invoke gnus-score-mode.
26084         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26085
26086         * gnus-range.el (gnus-compress-sequence): Doc fix.
26087         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26088
26089 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26090
26091         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26092
26093 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26094
26095         * spam.el (spam-get-article-as-string): Update to use
26096         gnus-request-article-this-buffer, much simpler.
26097         (spam-get-article-as-buffer): Remove.
26098
26099 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26100
26101         * message.el (message-expand-name): Use EUDC if the user uses that.
26102
26103 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26104
26105         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26106         character for the encoding to avoid consing a string.
26107
26108         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26109         unnecessarily.
26110
26111         * mm-util.el (mm-replace-chars-in-string): Remove.
26112
26113         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26114         of mm-replace-chars-in-string.
26115
26116 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26117
26118         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26119
26120         * mm-util.el (mm-subst-char-in-string): Support inplace.
26121
26122         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26123         a new string in every iteration.  Use shy groups.
26124
26125 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26126
26127         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26128         * gnus-soup.el (gnus-soup-group-brew):
26129         * gnus-msg.el (gnus-put-message):
26130         * gnus-move.el (gnus-group-move-group-to-server):
26131         * gnus-kill.el (gnus-batch-score):
26132         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26133         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26134         (gnus-group-update-group, gnus-group-read-group)
26135         (gnus-group-make-group, gnus-group-make-help-group)
26136         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26137         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26138         (gnus-group-sort-by-unread, gnus-group-catchup)
26139         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26140         (gnus-group-yank-group, gnus-group-set-info)
26141         (gnus-group-list-groups):
26142         * gnus.el (gnus-generate-new-group-name):
26143         * gnus-delay.el (gnus-delay-send-queue):
26144         * nnvirtual.el (nnvirtual-catchup-group):
26145         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26146         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26147         (gnus-group-prepare-topics, gnus-topic-check-topology):
26148         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26149         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26150         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26151         (gnus-group-make-articles-read):
26152         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26153         (gnus-group-change-level, gnus-kill-newsgroup)
26154         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26155         (gnus-get-unread-articles, gnus-make-articles-unread)
26156         (gnus-make-ascending-articles-unread): Use accessor
26157         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26158         to get group information for improved readability.
26159
26160
26161 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26162
26163         * gnus-art.el (article-decode-mime-words, article-babel)
26164         (gnus-article-highlight-signature, gnus-article-add-buttons)
26165         (gnus-signature-toggle): Use gnus-with-article-buffer.
26166
26167         * gnus-art.el (gnus-article-highlight-headers)
26168         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26169
26170         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26171         (gnus-article-set-globals, gnus-request-article-this-buffer)
26172         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26173         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26174         (gnus-mime-display-alternative): Use with-current-buffer.
26175
26176 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26177
26178         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26179         also under 80 char limit, and call gnus-error if needed.
26180         (spam-fetch-article-header): Fix - it was a
26181         buffer-local variable (gnus-newsgroup-data).
26182         (spam-find-spam): Use spam-generate-fake-headers, forget about
26183         spam-insert-fake-headers.
26184         (spam-insert-fake-headers): Remove.
26185
26186 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26187
26188         * deuglify.el (gnus-article-outlook-unwrap-lines)
26189         (gnus-outlook-rearrange-article)
26190         (gnus-outlook-repair-attribution-outlook)
26191         (gnus-outlook-repair-attribution-block)
26192         (gnus-outlook-repair-attribution-other): Remove redundant
26193         save-excursion.
26194
26195 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26196
26197         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26198         (spam-fetch-field-subject-fast)
26199         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26200         (spam-fetch-article-header): Add functions to deal with Gnus
26201         internals for fast retrieval of article header data.
26202         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26203
26204 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26205
26206         * pop3.el (pop3-md5): Remove.
26207         (pop3-apop): Replace pop3-md5 with md5.
26208
26209         * mm-bodies.el: base64 is always built-in.
26210
26211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26212         Use with-current-buffer.
26213
26214 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26215
26216         * canlock.el (canlock-insert-header): Remove excessive grouping in
26217         regexp.
26218
26219         * gnus-sum.el (gnus-summary-read-document): Ditto.
26220
26221         * gnus-uu.el (gnus-uu-part-number): Ditto.
26222
26223         * html2text.el (html2text-remove-tags): Ditto.
26224         (html2text-format-tags): Ditto.
26225         (html2text-format-single-elements): Ditto.
26226
26227         * mml.el (mml-parse-1): Ditto.
26228
26229 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26230
26231         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26232
26233         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26234
26235         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26236
26237         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26238
26239 2003-11-15  Simon Josefsson  <jas@extundo.com>
26240
26241         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26242         (pgg-gpg-lookup-key): Use regexp match instead of
26243         split-string (split-string is different between emacs 21.2 and
26244         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26245
26246 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26247
26248         * gnus-art.el (gnus-mime-view-all-parts)
26249         (gnus-article-part-wrapper, gnus-article-view-part):
26250         Use with-current-buffer.
26251
26252 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26253
26254         * spam.el (spam-disable-spam-split-during-ham-respool)
26255         (spam-spamoracle-database, spam-cache-lookups)
26256         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26257         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26258         (spam-group-ham-marks, spam-group-spam-marks)
26259         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26260         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26261         also add spam-use-blackholes to the statistical checks.
26262         (spam-fetch-field-fast): Add interface to fetching fields, may
26263         become a macro.
26264         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26265         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26266         (spam-insert-fake-headers): Fake an article when needed.
26267         (spam-find-spam): Fake article when possible.
26268         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26269         (spam-check-bogofilter-headers): Use message-fetch-field instead
26270         of nnmail-fetch-field.
26271
26272 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26273
26274         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26275
26276 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26277
26278         * spam.el (spam-split): Do not require spam-use-CHECK to be
26279         enabled if that check is passed to spam-split explicitly; also
26280         fix so 'spam doesn't get converted to spam-split-group when
26281         spam-split-symbolic-return is t.
26282         (spam-find-spam): Find registrations of the article and use those
26283         instead of re-running spam-split to find the spam/ham
26284         classification of the article.
26285         (spam-log-processing-to-registry, spam-log-registered-p)
26286         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26287         Use gnus-error instead of gnus-message.
26288         (spam-log-registration-type): Add function to determine the
26289         classification of a message based on registry entries; will
26290         return nil if both 'spam and 'ham are found.
26291         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26292         a reasonably fast local cache without the loading errors.
26293         (spam-cache-lookups): Set to t by default.
26294         (spam-find-spam): Don't try to guess spam-cache-lookups.
26295         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26296         spam-caches entry.
26297         (spam-filelist-build-cache, spam-filelist-check-cache):
26298         Fix caching of whitelist/blacklist entries.
26299         (spam-check-whitelist, spam-check-blacklist):
26300         Invoke spam-from-listed-p with a type, not a cache variable.
26301         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26302
26303 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26304
26305         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26306
26307         * nnmail.el (nnmail-split-fancy): do.
26308
26309         * mml.el (mml-parse): do.
26310
26311         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26312         (gnus-score-adaptive): do.
26313
26314 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26315
26316         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26317         (gnus-mime-button-map): Don't set keymap parent.
26318         (gnus-button-ctan-directory-regexp): Use shy grouping.
26319         (gnus-prev-page-map): Don't set keymap parent.
26320         (gnus-prev-page-map): Remove duplicated one.
26321         (gnus-next-page-map): Don't set keymap parent.
26322         (gnus-mime-security-button-map): Ditto.
26323
26324         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26325         version number.
26326
26327         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26328
26329 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26330
26331         * canlock.el (canlock-sha1-function): Remove.
26332         (canlock-sha1-function-for-verify): Remove.
26333         (canlock-openssl-program): Remove.
26334         (canlock-openssl-args): Remove.
26335         (canlock-ignore-errors): Remove.
26336         (canlock-sha1-with-openssl): Remove.
26337         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26338         (canlock-verify): Don't use canlock-ignore-errors.
26339
26340         * sha1-el.el (sha1-string-external): Make it can return a string
26341         in binary form.
26342         (sha1-region-external): Ditto.
26343         (sha1-string-internal): Ditto.
26344         (sha1-region-internal): Ditto.
26345         (sha1-region): Ditto.
26346         (sha1-string): Ditto.
26347         (sha1): Ditto.
26348
26349 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26350
26351         * spam.el (spam-report-articles-gmane): New command.
26352
26353 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26354
26355         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26356
26357         * run-at-time.el (run-at-time-saved): Remove.
26358         (run-at-time): Doc fix.
26359
26360 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26361
26362         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26363         (gnus-summary-limit-map): Add it.
26364         (gnus-summary-make-menu-bar): do.
26365
26366 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26367
26368         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26369         Make attempt at some caching support (done for BBDB only now).
26370         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26371         addresses to be checked.
26372         (spam-clear-cache-BBDB): Add function, to be invoked by
26373         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26374         (spam-check-BBDB): Check and use the caches, if
26375         spam-cache-lookups is on, remove superfluous (provide).
26376
26377 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26378
26379         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26380
26381 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26382
26383         * run-at-time.el (run-at-time-saved): Move to after the definition
26384         of `run-at-time'.
26385
26386         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26387
26388 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26389
26390         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26391         mm-w3m-local-map-property.
26392
26393         * mm-view.el (mm-w3m-mode-map): Remove.
26394         (mm-w3m-local-map-property): Remove.
26395         (mm-inline-text-html-render-with-w3m): Don't use
26396         mm-w3m-local-map-property.
26397
26398 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26399
26400         * run-at-time.el: New file.
26401
26402         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26403         under Emacs.
26404
26405         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26406         of gnus-set-text-properties.
26407
26408         * gnus-uu.el (gnus-uu-save-article): Ditto.
26409
26410         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26411
26412         * gnus-cite.el (gnus-cite-parse): Ditto.
26413
26414         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26415         of gnus-.
26416
26417         * gnus-xmas.el (run-at-time): Require run-at-time.
26418
26419         * gnus.el: Change calls to nnheader-run-at-time and
26420         password-run-at-time throughout to use run-at-time directly.
26421
26422         * password.el: Remove definition of run-at-time.
26423
26424         * nnheaderxm.el: Remove definition of run-at-time.
26425
26426 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26427
26428         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26429         in prompt.
26430
26431 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26432
26433         * messagexmas.el (message-xmas-redefine): Alias
26434         `message-make-caesar-translation-table' to
26435         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26436         version.
26437
26438         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26439         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26440         `gnus-xmas-set-text-properties'.
26441         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26442         `gnus-xmas-completing-read'.
26443         (gnus-xmas-completing-read): Removed.
26444         (gnus-xmas-open-network-stream): Removed.
26445
26446         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26447         XEmacs version.
26448
26449         * dns.el (dns-make-network-process): Use `open-network-stream'
26450         instead of `gnus-xmas-open-network-stream'.
26451
26452         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26453
26454         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26455
26456 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26457
26458         * gnus-art.el (gnus-mime-display-alternative)
26459         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26460         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26461         Don't use gnus-local-map-property.
26462
26463         * gnus-util.el (gnus-local-map-property): Remove.
26464
26465         * mm-view.el (mm-view-pkcs7-decrypt):
26466         Replace gnus-completing-read-maybe-default with completing-read.
26467
26468         * gnus-util.el (gnus-completing-read): do.
26469         (gnus-completing-read-maybe-default): Remove.
26470
26471 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26472
26473         * password.el: Only autoload `run-at-time' if not XEmacs.
26474         Only autoload the itimer functions if XEmacs.
26475
26476 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26477
26478         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26479         XEmacsen.
26480
26481         * dgnushack.el: Autoload executable-find for XEmacs.
26482
26483 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26484
26485         * gnus-art.el (gnus-read-string): Remove.
26486         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26487         read-string.
26488
26489 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26490
26491         * netrc.el: Autoload password-read.
26492         (netrc): Add configuration group.
26493         (netrc-encoding-method, netrc-openssl-path):
26494         Add variables for encoding and decoding of files with symmetric
26495         ciphers.
26496         (netrc-encode): Add assistant function to encode a file with
26497         netrc-encoding-method.
26498         (netrc-parse): Add interactive parameter, added optional
26499         decoding if netrc-encoding-method is non-nil but otherwise
26500         behavior is standard.
26501         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26502         Do s/encode/encrypt/ everywhere.
26503
26504         * spam.el: Remove executable-find autoload.
26505
26506 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26507
26508         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26509
26510         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26511
26512 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26513
26514         * gnus-art.el (gnus-treat-ansi-sequences)
26515         (article-treat-ansi-sequences): New variable and function.
26516         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26517
26518         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26519         Use it.
26520
26521 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26522
26523         * mm-util.el (mm-quote-arg): Remove.
26524
26525         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26526         shell-quote-argument.
26527
26528         * gnus-uu.el (gnus-uu-command): do.
26529
26530         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26531
26532         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26533         with make-char.
26534
26535         * mm-util.el (mm-make-char): Remove.
26536
26537         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26538         add-minor-mode.
26539
26540         * gnus-undo.el (gnus-undo-mode): do.
26541
26542         * gnus-topic.el (gnus-topic-mode): do.
26543
26544         * gnus-sum.el (gnus-dead-summary-mode): do.
26545
26546         * gnus-start.el (gnus-slave-mode): do.
26547
26548         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26549
26550         * gnus-ml.el (gnus-mailing-list-mode): do.
26551
26552         * gnus-gl.el (gnus-grouplens-mode): do.
26553
26554         * gnus-draft.el (gnus-draft-mode): do.
26555
26556         * gnus-dired.el (gnus-dired-mode): do.
26557
26558         * gnus-ems.el (gnus-add-minor-mode): Remove.
26559
26560         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26561         Replace gnus-char-width with char-width.
26562
26563         * gnus-ems.el (gnus-char-width): Remove.
26564
26565         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26566         Replace gnus-char-width with char-width.
26567
26568         * gnus-ems.el (gnus-char-width): Remove.
26569
26570         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26571         definition.
26572         Remove Emacs 20 hash table compatibility code.
26573
26574         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26575         20 compatibility code.
26576
26577         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26578
26579         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26580
26581         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26582         Replace with point-at-{eol,bol}.
26583
26584         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26585
26586         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26587
26588         * flow-fill.el (fill-flowed-point-at-bol)
26589         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26590
26591         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26592         Replace with point-at-{eol,bol} throughout all files.
26593
26594 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26595
26596         * ntlm.el (ntlm-string-as-unibyte): New macro.
26597         (ntlm-build-auth-response): Use it.
26598
26599         Remove Emacs 20 stuff:
26600         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26601         (butlast, mapc, remove): Remove the compiler macros.
26602         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26603         of delq and copy-sequence.
26604         * gnus-art.el (popup-menu): Remove the compiler macro.
26605         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26606         Emacs 20.
26607
26608 2004-01-05  Simon Josefsson  <jas@extundo.com>
26609
26610         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26611         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26612         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26613         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26614         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26615         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26616         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26617         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26618         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26619         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26620         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26621         string-xor into ntlm-string-xor.
26622         Suggested by Jesper Harder <harder@myrealbox.com>.
26623
26624         * ntlm.el: Don't include poem.
26625
26626         * md4.el (print-int32, print-string-hexa): Remove.
26627         Suggested by Jesper Harder <harder@myrealbox.com>.
26628
26629         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26630
26631         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26632         probably breaks emacs with DL patch, but do we care? Is anyone
26633         still using the DL stuff?)
26634
26635         * sieve-manage.el: Use the password package.
26636         (sieve-manage-read-passwd): Remove.
26637         (sieve-manage-interactive-login): Use password.  Re-add
26638         condition-case around loop.
26639
26640         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26641         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26642         Use the password package.
26643
26644 2003-02-19  Simon Josefsson  <jas@extundo.com>
26645
26646         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26647         token.
26648
26649 2002-08-07  Simon Josefsson  <jas@extundo.com>
26650
26651         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26652         (sieve-manage-authenticators):
26653         (sieve-manage-authenticator-alist): Add some SASL mechs.
26654         (sieve-sasl-auth): New function.
26655         (sieve-manage-cram-md5-auth):
26656         (sieve-manage-plain-auth): Rewrite using SASL library.
26657         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26658         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26659         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26660         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26661
26662 2004-01-05  Simon Josefsson  <jas@extundo.com>
26663
26664         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26665         New files.
26666
26667 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26668
26669         * gnus-group.el (gnus-no-groups-message): Update.
26670
26671         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26672
26673 2003-11-09  Simon Josefsson  <jas@extundo.com>
26674
26675         * imap.el: Support for ID IMAP extension (RFC 2971).
26676         (imap-local-variables): Add imap-id.
26677         (imap-id): New variable.
26678         (imap-id): New function.
26679         (imap-parse-response): Parse untagged ID response.
26680         * nnimap.el (nnimap-id): New variable.
26681         (nnimap-open-connection): Use it.
26682
26683 2003-12-28  Simon Josefsson  <jas@extundo.com>
26684
26685         * gnus-score.el (gnus-score-edit-all-score): New.
26686         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26687
26688 2004-01-04  Simon Josefsson  <jas@extundo.com>
26689
26690         * password.el: Add.
26691
26692 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26693
26694         * dns.el (dns-query-types): Fix typo.
26695         (dns-query-types): New function.
26696         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26697         PTR and SOA replies, see RFC 1035.
26698
26699 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26700
26701         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26702
26703         * Move to Changelog.2.
26704
26705 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26706
26707         * gnus.el (gnus-version-number): Bump version.
26708
26709 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26710
26711         * gnus.el: No Gnus v0.1 is released.
26712
26713 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26714
26715         * gnus.el: No Gnus v0.0 is released.
26716
26717 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26718
26719         * gnus.el (gnus-version-number): Bump.
26720         (gnus-version): No.
26721
26722 See ChangeLog.2 for earlier changes.
26723
26724   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26725
26726   This file is part of GNU Emacs.
26727
26728   GNU Emacs is free software: you can redistribute it and/or modify
26729   it under the terms of the GNU General Public License as published by
26730   the Free Software Foundation, either version 3 of the License, or
26731   (at your option) any later version.
26732
26733   GNU Emacs is distributed in the hope that it will be useful,
26734   but WITHOUT ANY WARRANTY; without even the implied warranty of
26735   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26736   GNU General Public License for more details.
26737
26738   You should have received a copy of the GNU General Public License
26739   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26740
26741 ;; Local Variables:
26742 ;; coding: utf-8
26743 ;; fill-column: 79
26744 ;; add-log-time-zone-rule: t
26745 ;; End: