Make gnus-icalendar work on Emacs 23
[gnus] / lisp / ChangeLog
1 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
2
3         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
4         with cond for backwards compatability.
5
6 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * mm-decode.el (mm-display-external): Bind process-connection-type to
9         nil; don't delete a temp file immediately even if a viewer finishes,
10         since it may be a shell script, like xdg-open, that launches a real
11         viewer program belatedly.
12
13 2013-08-05  Dave Abrahams  <dave@boostpro.com>
14
15         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
16         that we can create nndoc groups that excerpt other groups.
17
18 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-delay.el (gnus-delay-article): Fix typo.
21
22         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
23         articles.
24
25         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
26         we can get spell-checking etc.
27
28 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
31         a single one used for encoding the whole text in a header.
32
33 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
36         doesn't work properly on XEmacs.
37
38 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
41         before sending.
42
43         * dgnushack.el (dgnushack-compile): Add a temporary check for
44         gnus-icalendar.
45
46         * mm-decode.el (mm-command-output): New face.
47         (mm-display-external): Use it.
48
49 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
50
51         * nnmbox.el (nnmbox-request-article): Don't change point.
52
53 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
56         Include `handle' parameter.
57
58 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
59
60         * gnus-icalendar.el: New file.
61
62 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
65
66         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
67         dummy roots, too.
68
69 2013-08-01  David Edmondson  <dme@dme.org>
70
71         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
72         out on ttys.
73
74 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
77         not empty.
78
79         * nnrss.el (nnrss-discover-feed): Indent.
80
81 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
84
85 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
88         dirty to ensure nnimap data being saved.
89
90 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
91
92         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
93         menu entry.
94
95         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
96         the current thread's total score instead of the current article's
97         score.
98
99         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
100         (gnus-sort-threads-recursively): Delete defcustom.
101         (gnus-sort-threads-recursive): Adapt accordingly.
102
103 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
104
105         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
106         (gnus-sort-threads-recursive): Use it.
107         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
108         again.  Now that determines how to sort subthreads.
109
110 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
111
112         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
113         (gnus-sort-threads): Use it.
114
115 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
116
117         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
118         punctuation characters follow parentheses (bug#14950).
119
120 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * gnus.el (gnus-continuum-version):
123         * gnus-msg.el (gnus-extended-version): Simplify.
124
125         * gnus.el (gnus-continuum-version-1): Remove.
126         * gnus-msg.el (gnus-bug): Revert.
127
128         Calculate gnus-version correctly on Cygwin.
129
130         * gnus.el (gnus-continuum-version): Do main calculations in integers.
131         (gnus-continuum-version-1): New function, return a string.
132
133         * gnus-msg.el (gnus-extended-version, gnus-bug):
134         Use gnus-continuum-version-1 instead of gnus-continuum-version.
135
136 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
137
138         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
139         (bug#13384).
140
141 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
144         that were only relevant in a development version a long time ago.
145
146 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
149         that the old Emacs 24s bundle.
150
151 2013-07-10  David Engster  <deng@randomsample.de>
152
153         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
154         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
155         fixes a bug in Emacs trunk where the 'unexist' marks were always
156         removed at startup because "Gnus v5.13" was considered smaller than "Ma
157         Gnus v0.03".
158
159 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
160
161         * gnus.el (gnus-summary-line-format): Reference
162         `gnus-user-date-format-alist' for the &user-date; format, not
163         `gnus-summary-user-date-format-alist'.
164
165 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
168         delete files (bug#13481).
169
170 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
171
172         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
173
174 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
177         display images.
178
179         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
180
181         * message.el (message-cancel-news): According to
182         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
183         preferred over "cmsg cancel" in the Subject.
184
185         * nnir.el (nnir-engines): Note that the group specs are regexps
186         (bug#13238).
187
188         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
189         gotten read-only text properties, ensure that those aren't heeded when
190         copying stuff over (bug#13434).
191
192         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
193         (bug#13762).
194
195 2013-07-05  David Kastrup  <dak@gnu.org>
196
197         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
198         authinfo file again (important for blank passwords).  This had been
199         broken with 2013-06-15 change.
200
201 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
204         Revert 2013-01-14 change.
205
206 2013-07-02  Daiki Ueno  <ueno@gnu.org>
207
208         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
209         of 'create-image' for XEmacs compatibility; check errors when decoding
210         image.  Reported by Uwe Brauer.
211
212 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
215         gnus-button-push revised at 2011-01-19.
216
217 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
220         now live in the lisp/net Emacs 24 repository.
221
222 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * eww.el (eww-update-header-line-format): Quote % characters.
225
226 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * eww.el (eww-process-text-input): Display passwords as asterisks.
229
230         * shr.el (shr-make-table-1): Protect against invalid column-spans.
231
232 2013-06-19  Tom Tromey  <tromey@redhat.com>
233
234         * eww.el (eww-top-url): Remove.
235         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
236         (eww-render): Set new variables.  Don't set eww-top-url.
237         (eww-handle-link): Handle "prev", "home", and "contents".
238         Downcase the rel text.
239         (eww-top-url): Choose best top URL.
240
241 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * eww.el: Rewrite to implement form elements "by hand" instead of
244         relying in widget.el.  Using widget.el leads to too many
245         user interface inconsistencies.
246         (eww-self-insert): Implement entering commands in text fields.
247         (eww-process-text-input): New function to make text input field editing
248         work.
249         (eww-submit): Rewrite to use the new-style form methods.
250         (eww-select-display): Display the correct selected item.
251         (eww-change-select): Implement changing the select value.
252         (eww-toggle-checkbox): Implement radio/checkboxes.
253         (eww-update-field): Fix compilation error.
254         (eww-tag-textarea): Implement <textarea>.
255
256         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
257         don't shadow mode-specific bindings.
258
259         * eww.el (eww-browse-url): Don't push stuff onto history if there's
260         nothing to push.
261
262         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
263
264 2013-06-19  Glenn Morris  <rgm@gnu.org>
265
266         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
267
268 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
269
270         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
271
272 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * shr.el (shr-make-table-1): Implement <td rowspan>.
275         (shr-table-horizontal-line): Allow nil as a value, and change the
276         default.
277         (shr-insert-table-ruler): Respect the nil value.
278
279 2013-06-18  Tom Tromey  <tromey@barimba>
280
281         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
282         New defvars.
283         (eww-open-file): New defun.
284         (eww-render): Initialize new variables.
285         (eww-display-html): Handle "link" and "a".
286         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
287         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
288         (eww-back-url): Rename from eww-previous-url.
289         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
290         defuns.
291
292 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * shr.el (shr-tag-table): Insert the images after the table, so that
295         they're not covered by the table colourisation, which often looked
296         awkward.
297         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
298         <dd>.
299         (shr-make-table-1): Implement <td colspan=> support.
300         (shr-insert-document): Use one less than window width if `shr-width' is
301         nil, since otherwise things may get one character too wide.
302
303 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * eww.el (eww-detect-charset): Improve regexp; move backward.
306
307 2013-06-18  Glenn Morris  <rgm@gnu.org>
308
309         * mm-decode.el (widget-convert-button): Autoload.
310
311         * sieve-manage.el (mm-enable-multibyte): Autoload.
312
313         * shr.el (libxml-parse-html-region): Declare.
314         (shr-render-buffer): Explicit error if no libxml2 support.
315
316 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
317
318         * auth-source.el (auth-source-current-line): New function.
319         (auth-source-netrc-parse-entries): When a data token is "machine",
320         assume we're in the wrong place and abort parsing the current line.
321
322 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
325         (eww-convert-widgets): Don't bug out if the first widget starts at the
326         beginning of the buffer.
327         (eww-convert-widgets): Fix last patch.
328         (eww-tag-input): Support <input type=image>.
329
330         * shr.el (shr-insert-table): Respect border-collapse: collapse.
331         (shr-tag-base): Protect against base specs that are degenerate.
332         (shr-ensure-paragraph): Don't delete empty lines that have text
333         properties, because these may be input fields.
334
335         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
336         we can navigate to them.
337
338         * shr.el (shr-colorize-region): Put the colours over the entire region.
339         (shr-inhibit-decoration): New variable.
340         (shr-add-font): Use it to inhibit text property decorations while doing
341         preliminary table renderings.  This speeds up typical Wikipedia page
342         renderings by 15%.
343         (shr-tag-span): Don't respect the <title>, because that overwrites the
344         help-echo from links inside the spans.
345         (shr-next-link): Use `help-echo' for navigation, so that we can
346         navigate to form elements, too.
347
348         * eww.el (eww-button): New face.
349         (eww-convert-widgets): Use it to make submit buttons more button-like.
350
351         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
352         that Gnus commands work.
353
354         * shr.el (shr-render-td): Support horizontal alignment.
355
356         * eww.el (eww-put-color): Removed.
357         (eww-colorize-region): Use `add-face-text-property'.
358
359         * shr.el (shr-add-font): Append face data, so that we get the correct
360         precedence: The innermost value (which is applied first) wins.
361         (shr-make-overlay): Obsolete function.
362
363         * mm-decode.el (mm-convert-shr-links): New function to convert
364         new-style shr URL links into widgets.
365         (mm-shr): Use it.
366
367         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
368         widget commands, since we're no longer using widgets for links.
369
370         * shr.el (shr-next-link): New command.
371         (shr-previous-link): New command.
372         (shr-urlify): Don't use `widget-convert', because that's slow.
373         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
374         because collecting the overlays and reapplying them when generating
375         tables is slow.
376         (shr-insert-table): Ditto.
377
378 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
379
380         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
381         * shr.el (browse-url): Require `url'.
382         * eww.el (url): Require format-spec.
383
384 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * eww.el (eww-display-html): Default to using the entire window width.
387         (eww-browse-url): Don't add a User-Agent header (twice), because that
388         makes Bing refuse connection.
389
390         * shr.el (shr-make-table): Cache the table rendering at the table
391         level, and not the <td> level.  This is a bit faster.
392
393         * eww.el (eww-render): Go to the correct ID when given URLs ending with
394         #id.
395
396         * shr.el (shr-tag-li): Don't require a new paragraph, since other
397         browsers don't.
398         (shr-expand-url): Respect #anchor links.
399         (shr-parse-base): Chop off the anchor before using.
400         (shr-descend): Respect display: none.
401         (shr-descend): Allow marking elements that have certain IDs.
402
403         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
404
405         * shr.el (shr-expand-url): Don't bug out on zero-length links.
406
407         * eww.el (eww-tag-textarea): Support <textarea>.
408
409 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
410
411         * shr.el (shr-dom-to-xml): Fixed function call.
412
413         * eww.el (eww): New group.
414         (eww-header-line-format): New custom variable.
415         (eww-current-title): New variable.
416         (eww-display-html): Update header and handle title tag.
417         (eww-update-header-line-format): New function.
418         (eww-tag-title): New function.
419
420         * shr.el (shr-dom-to-xml): New function.
421         (shr-tag-svg): Add support for the SVG tag.
422         (shr-bullet): New custom variable.
423         (shr-tag-li): Support custom bullet in unordered lists.
424
425 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * shr.el (shr-expand-url): Respect // URLs.
428
429         * eww.el (eww-tag-body): Override the shr body rendering so that we can
430         put a background colour onto the entire buffer.
431         (eww-render): When being redirected, use the redirect URL as the new
432         base URL.
433
434         * shr.el (shr-parse-base): Fix parsing error.
435
436         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
437
438         * shr.el (shr-parse-base): New function.
439         (shr-expand-url): Use it to expand relative URLs reliably.
440
441 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
442
443         * auth-source.el (auth-source-search-collection): Fix docstring.
444         (auth-source-netrc-parse): Refactor and improve netrc parser to support
445         single-quoted strings and multiline entries.
446         (auth-source-netrc-parse-next-interesting)
447         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
448         functions to support parser.
449
450 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * eww.el (eww-submit): Get submit button logic right when hitting RET
453         on non-submit buttons.
454
455         * shr.el: Remove shr-preliminary-table-render, since that can't really
456         be used for anything in practice.
457
458 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
459
460         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
461         (sieve-manage-quit).
462
463 2013-06-14  Glenn Morris  <rgm@gnu.org>
464
465         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
466
467 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
468
469         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
470         control the maximum size of photo ID image.
471         (mml2015-epg-key-image-to-string): Respect it.
472
473 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474
475         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
476         instead of the final one so that we can more easily distinguish them.
477
478         * eww.el (eww-submit): Compute the submission URL correctly.
479
480 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
481
482         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
483         Use plist-get rather than CL's getf.
484         (sieve-manage-parse-capability): Avoid CL's remove-if.
485
486 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
487
488         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
489         (sieve-manage-quit).
490
491 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * shr.el (shr-expand-url): Expansion should chop off the bits after the
494         last slash.
495
496         * eww.el (eww-tag-select): Use the first value as the default value.
497
498 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
499
500         * eww.el (eww): Prepend urls with http:// if scheme is missing.
501         (eww-mode): Use `define-derived-mode'.
502         (eww-parse-headers): Parse headers from beginning of buffer so that
503         file:// links work.
504
505 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
508
509 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
512         to handle them at all.
513
514 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
517         work, too.
518         (eww-tag-select): Implement <select>.
519
520 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
521
522         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
523         stream managing functions by using open-protocol-stream to do most of
524         the work.  Has the nice benefit of enabling STARTTLS.
525         Wait for capabilities after STARTTLS: following RFC5804, the server
526         sends new capabilities after successfully establishing a TLS connection
527         with the client. The client should update the cached list of
528         capabilities, but we just ignore the answer for now.
529         (sieve-manage-network-p, sieve-manage-network-open)
530         (sieve-manage-starttls-p, sieve-manage-starttls-open)
531         (sieve-manage-forward, sieve-manage-streams)
532         (sieve-manage-stream-alist): Remove unneeded functions neither in the
533         API, nor called by any other function.
534         Enable Multibyte for SieveManage buffers: The parser won't properly
535         handle umlauts and line endings unless multibyte is turned on in the
536         process buffer.
537
538 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * eww.el (eww-tag-input): Support password fields.
541         (eww-submit): Support POST.
542
543 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * eww.el (eww-tag-form): Protect against degenerate forms.
546
547         * shr.el (shr-expand-url): Expand URLs that start with a slash
548         correctly.
549
550         * eww.el (eww-submit): Get submit button logic right.
551
552         * shr.el (shr-final-table-render): New variable to signal when we're
553         doing the final table rendering so that we can collect more data at
554         that point.
555
556         * eww.el (eww-submit): Make form submission work.
557         (eww-tag-input): Implement submit buttons.
558         (eww-click-radio): Implement radio and checkboxes.
559         (eww-submit): Handle hidden elements.
560
561         * shr.el (shr-descend): Allow other packages to override (or provide)
562         rendering of elements.
563         (shr-expand-url): Strip query strings from URLs before expanding them.
564
565         * eww.el: Don't require cl-lib.
566         (eww-tag-form): Start form support.
567
568         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
569
570         * eww.el: Start writing a new, tiny web browser.
571         (eww-previous-url): New command.
572         (eww-quit): New command.
573
574 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
575
576         * sieve.el: Put point at beginning of buffer when viewing a script.
577         (sieve-open-server): Respect the PORT parameter.  Show the correct port
578         number in sieve-buffer's header.  Fixed code to also work with a string
579         as port specifier. Properly close the connection on pressing 'q'.  Make
580         sieve-manage-quit close the connection and process buffer.  Also, remove
581         duplicate keybinding for 'q'.
582
583 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
584
585         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
586         make it easier to read.
587         (mm-pkcs7-enveloped-magic): Ditto.
588
589 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
592         before `image-type-available-p' to avoid loading the image libraries
593         needlessly.
594
595 2013-06-05  David Engster  <deng@randomsample.de>
596
597         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
598         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
599         to see whether the group was synced before.
600
601 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
602
603         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
604         when opening the connection.
605         Suggested by João Távora <joaotavora@gmail.com> in
606         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
607
608 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
611         assume Date header begins with "Date", that may be customized into
612         something like "X-Sent" using gnus-article-time-format.
613         (article-transform-date): Allow multi-line Date header.
614
615 2013-06-02  David Engster  <deng@randomsample.de>
616
617         * registry.el (initialize-instance, registry-lookup)
618         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
619         (registry-lookup-secondary-value, registry-search, registry-delete)
620         (registry-insert, registry-reindex, registry-size, registry-prune): Do
621         not wrap methods in `eval-and-compile'.  This breaks due to latest
622         changes in EIEIO (introduction of eieio-core.el).
623
624 2013-05-30  Glenn Morris  <rgm@gnu.org>
625
626         * nnmail.el (nnmail-fancy-expiry-target):
627         Also bind mail-dont-reply-to-names.
628
629         * spam-stat.el (spam-stat-save):
630         No need to tweak font-lock in temp buffers.
631
632         * shr.el (shr-put-image): Silence compiler.
633
634 2013-05-29  Glenn Morris  <rgm@gnu.org>
635
636         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
637
638         * gnus-group.el (gnus-sequence-of-unread-articles)
639         (gnus-summary-add-mark, gnus-mark-article-as-read)
640         (gnus-group-make-articles-read): Declare.
641
642         * gnus-sum.el (gnus-parameter-list-identifier)
643         (gnus-article-stop-animations, gnus-stop-downloads)
644         (gnus-article-only-boring-p, article-goto-body)
645         (gnus-flush-original-article-buffer, article-narrow-to-head)
646         (gnus-article-hidden-text-p, gnus-delete-wash-type)
647         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
648
649         * gnus.el: No need to eval-and-compile autoloads.
650
651         * gravatar.el (help-function-arglist): Autoload.
652
653         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
654
655         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
656
657         * spam.el: No need to load spam-report when compiling.
658         No need to eval-and-compile autoloads.
659         (spam-report-resend-to): Declare.
660         (spam-report-resend-register-routine): Require 'spam-report.
661
662 2013-05-24  Julien Danjou  <julien@danjou.info>
663
664         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
665         setup.
666
667 2013-05-23  Glenn Morris  <rgm@gnu.org>
668
669         * gnus-util.el (rmail-swap-buffers-maybe)
670         (rmail-maybe-set-message-counters, rmail-count-new-messages)
671         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
672         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
673
674         * mm-decode.el: No need to load term when compiling.
675         (term-mode, term-char-mode): Declare.
676
677         * mm-util.el: No need to load jka-compr when compiling.
678         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
679
680         * nnmaildir.el: Require is automatically eval-and-compile.
681         (nnmail): Require at run-time too.
682
683         * registry.el (registry-size): Move definition before use.
684
685 2013-05-22  Daiki Ueno  <ueno@gnu.org>
686
687         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
688         signed data to conform the standard.  (Bug#14232)
689
690 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
691
692         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
693         double angle quotation mark.
694
695 2013-05-20  Glenn Morris  <rgm@gnu.org>
696
697         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
698
699 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
700
701         * message.el (message-insert-formatted-citation-line): handle finding
702         first/lastname when more than 2 names appear.
703
704 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
705
706         * shr.el (shr-tag-span): New function.
707
708 2013-05-18  Glenn Morris  <rgm@gnu.org>
709
710         * message.el (message-mode): Use message-mode-abbrev-table,
711         with text-mode-abbrev-table as parent.  (Bug#14413)
712
713 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * message.el (message-expand-group): Decode group names.
716
717 2013-05-16  Julien Danjou  <julien@danjou.info>
718
719         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
720         app-icon.
721
722 2013-05-15  Glenn Morris  <rgm@gnu.org>
723
724         * shr-color.el (shr-color-visible-luminance-min)
725         (shr-color-visible-distance-min): Use shr-color group.
726
727 2013-05-11  Glenn Morris  <rgm@gnu.org>
728
729         * gnus-vm.el: Make it loadable without VM.
730         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
731         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
732
733 2013-05-09  Glenn Morris  <rgm@gnu.org>
734
735         * mml1991.el: Make it loadable.  (Bug#13456)
736
737         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
738         * gnus-async.el (gnus-async-post-fetch-function):
739         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
740         * gnus-html.el (gnus-html-image-cache-ttl):
741         * gnus-notifications.el (gnus-notifications-timeout):
742         * gnus-picon.el (gnus-picon-properties):
743         * gnus-util.el (gnus-completion-styles):
744         * gnus.el (gnus-other-frame-resume-function):
745         * message.el (message-user-organization-file)
746         (message-cite-reply-position):
747         * nnir.el (nnir-summary-line-format)
748         (nnir-retrieve-headers-override-function):
749         * shr-color.el (shr-color-visible-luminance-min):
750         * shr.el (shr-blocked-images):
751         * spam-report.el (spam-report-resend-to):
752         * spam.el (spam-summary-exit-behavior): Fix custom types.
753
754         * gnus-salt.el (gnus-selected-tree-face): Fix default.
755
756 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
759         because of let-binding help-xref-following.  (Bug#14356)
760
761 2013-05-06  Glenn Morris  <rgm@gnu.org>
762
763         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
764
765 2013-05-04  Andrew Cohen  <cohen@bu.edu>
766
767         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
768         entering into the registry.
769
770 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
771
772         * gnus.el: Ma Gnus v0.7 is released.
773
774 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
777         (Bug#14304)
778
779 2013-04-27  Glenn Morris  <rgm@gnu.org>
780
781         * gnus.el (gnus-list-debbugs):
782         Use require rather than autoload.  (Bug#14262)
783
784 2013-04-27  Julien Danjou  <julien@danjou.info>
785
786         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
787         port to "sieve" now that it has an official IANA port assigned.
788
789 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
792         Don't set the MAILHOST environment variable permanently (Bug#14271).
793
794 2013-04-26  Glenn Morris  <rgm@gnu.org>
795
796         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
797
798 2013-04-25  Andrew Cohen  <cohen@bu.edu>
799
800         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
801         string values of 'gcc-self. Thanks to Saroj Thirumalai.
802
803 2013-04-24  Andrew Cohen  <cohen@bu.edu>
804
805         * nnir.el (nnir-close-group): Make sure we are in the right group.
806
807         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
808         dependency table from all newly retrieved headers.
809
810 2013-04-16  David Edmondson  <dme@dme.org>
811
812         Support <img src="data:...">.
813
814         * shr.el (shr-image-from-data): New function.
815         (shr-tag-img): Use it.
816
817 2013-04-14  Andrew Cohen  <cohen@bu.edu>
818
819         * nnir.el (nnir-request-set-mark): Make sure we are in the right
820         group.
821
822 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
825         corresponding to any existing group (Bug#14166).
826
827 2013-04-10  Andrew Cohen  <cohen@bu.edu>
828
829         * nnir.el (number-sequence): No longer used.
830         (nnir-request-set-mark): New function.
831         (nnir-request-update-info): Improve marks updating.
832         (nnir-request-scan): Don't duplicate marks updating.
833         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
834         Use 'assq rather than 'assoc.  Quote anonymous function.
835         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
836         Use 'gnus-group-prefixed-p.
837         (gnus-summary-create-nnir-group): Make sure server for method is open.
838
839 2013-04-04  Andrew Cohen  <cohen@bu.edu>
840
841         * nnir.el (gnus-nnir-group-p): New function.
842         (nnir-possibly-change-group): Use it.
843
844         * gnus-msg.el (gnus-setup-message): Use it.
845
846 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * mml.el (mml-minibuffer-read-description): Use `default' insted of
849         `initial-input' for the argument name.
850         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
851
852 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
853
854         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
855         (used by MH-E).
856
857 2013-04-01  Andrew Cohen  <cohen@bu.edu>
858
859         * nnir.el (nnir-request-update-mark): Improve mark updating in original
860         group.
861
862         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
863         fix compilation.
864
865 2013-03-31  Andrew Cohen  <cohen@bu.edu>
866
867         * nnir.el (nnir-method-default-engines): And another typo.
868
869 2013-03-30  Andrew Cohen  <cohen@bu.edu>
870
871         * nnir.el (nnir-method-default-engines): Fix typo.
872
873 2013-03-29  Andrew Cohen  <cohen@bu.edu>
874
875         * nnir.el: Define 'number-sequence for xemacs.
876         (gnus-summary-create-nnir-group): New function to create an nnir group
877         from an nnir summary buffer based on the current query.
878         (nnir-request-create-group): Update to allow nnir group creation based
879         on the current query.
880
881 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * nndraft.el (nndraft-request-expire-articles):
884         Make expiry target always `delete'.
885
886 2013-03-27  Andrew Cohen  <cohen@bu.edu>
887
888         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
889         buffer use the posting-style and gcc of the original article group.
890         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
891
892         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
893         after other deffoos.
894
895 2013-03-25  Andrew Cohen  <cohen@bu.edu>
896
897         * nnir.el: Major rewrite.  Cleaner separation between searches and group
898         management.  Marks are now shown in nnir summary buffers.  Rudimentary
899         support for real (i.e. not ephemeral) nnir groups.
900         (gnus-summary-make-nnir-group): New function for initiating searches
901         from a summary buffer.
902
903 2013-03-18  Sam Steingold  <sds@gnu.org>
904
905         * message.el (message-bury): Minor cleanup.
906
907 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
908
909         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
910
911 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * nndir.el (nndir-request-list): Remove 2nd argument passed to
914         nnml-request-list.  (Bug#13873)
915         (nndir-request-newsgroups): Remove, unused.
916
917         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
918
919 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
920
921         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
922         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
923         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
924
925 2013-03-03  Ted Phelps  <phelps@gnusto.com>
926
927         * shr.el: Make all the overlays set the `evaporate' property so that
928         they're removed properly.
929
930 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
931
932         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
933         shell-quote-argument.
934
935 2013-02-22  David Engster  <deng@randomsample.de>
936
937         * gnus-registry.el (gnus-registry-save): Provide class name when
938         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
939         `condition-case' to stay compatible with older EIEIO versions which
940         only accept one argument.
941
942 2013-02-17  Daiki Ueno  <ueno@gnu.org>
943
944         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
945         (epg-user-id-validity): Autoload.
946         (mml2015-epg-check-user-id): New function.
947         (mml2015-epg-check-sub-key): New function split from
948         mml2015-epg-find-usable-key.
949         (mml2015-epg-find-usable-key): Accept context, name, usage, and
950         optional name-is-key-id, to handle the case when user-id is unusable.
951         Reported by Łukasz Stelmach <stlman@poczta.fm>.
952
953 2013-02-17  Glenn Morris  <rgm@gnu.org>
954
955         * shr.el (shr-put-image): Use image-multi-frame-p if available.
956
957 2013-02-16  Glenn Morris  <rgm@gnu.org>
958
959         * shr.el (shr-put-image): Only animate images that specify a delay.
960         This is consistent with the old image-animated-p behavior.
961
962 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
965         for XEmacs.
966
967 2013-02-13  Juri Linkov  <juri@jurta.org>
968
969         * gnus-art.el (gnus-article-mode-map):
970         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
971         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
972
973 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
974
975         * auth-source.el (auth-source-format-prompt): Don't get confused by
976         any "\" in replacement text.  (Bug#13637)
977
978 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
979
980         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
981         (gnus-backend-trace): Honour gnus-backend-trace.
982
983         * mml.el (mml-insert-part): Insert closing tag.
984
985         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
986
987 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
990         able to find the article, which can happen in debbugs groups,
991         apparently.
992
993 2013-01-16  Glenn Morris  <rgm@gnu.org>
994
995         * smiley.el (smiley-style): Make the file loadable in batch mode.
996
997 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
998
999         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1000         imap process running.
1001
1002 2013-01-14  Julien Danjou  <julien@danjou.info>
1003
1004         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1005         Compare addresses against addresses, not against the full From field.
1006
1007 2013-01-13  Richard Stallman  <rms@gnu.org>
1008
1009         * message.el (message-forward-make-body-mime): New args BEG, END
1010         specify what part of FORWARD-BUFFER to use.  Do the work directly
1011         instead of calling `mml-insert-buffer'.
1012
1013 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1014
1015         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1016         cross-reference(s).
1017
1018         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1019         cross-reference(s).
1020
1021 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1022
1023         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1024         and point-max-marker.
1025         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1026
1027 2013-01-11  Julien Danjou  <julien@danjou.info>
1028
1029         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1030         max are almost equal. Also return the correct value for V which is
1031         already between 0 and 1.
1032
1033 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1034
1035         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1036         to mml2015-encrypt-to-self.
1037         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1038
1039 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1040
1041         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1042         mml-smime-epg-find-usable-secret-key.
1043
1044 2013-01-08  Glenn Morris  <rgm@gnu.org>
1045
1046         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1047
1048 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1049
1050         * mml-smime.el: Support signing by sender.
1051         Requested by Uwe Brauer.
1052         (mml-smime-sign-with-sender): New user option analogous
1053         to mml2015-sign-with-sender.
1054         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1055         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1056         mml2015.el.
1057
1058 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1061         isn't running, because Gnus will probably not know how to handle the
1062         Gcc header (bug#11941).
1063
1064         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1065         articles.
1066
1067 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1070         (nnfolder-generate-active-file): Make this function work with recursive
1071         folder names.
1072
1073 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nntp.el (nntp-open-connection): Use HELP as the capability command
1076         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1077         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1078
1079 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1080
1081         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1082         place holder since this gives `Invalid face reference: nil' messages.
1083         Use the `default' face instead.  It has the same effect here, even
1084         though it is not no-op.
1085
1086         * gnus-util.el
1087         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1088
1089 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1090
1091         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1092         non-string posting styles (bug#13285).
1093
1094 2012-12-27  Glenn Morris  <rgm@gnu.org>
1095
1096         * plstore.el (plstore-passphrase-callback-function):
1097         Use plstore-get-file.
1098
1099 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1100
1101         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1102         stderr.
1103
1104 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1107
1108         * gnus-compat.el (set-buffer-multibyte): Remove.
1109
1110 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1111
1112         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1113         temporary file to get PGP key image.  Pass no-show-photos when
1114         extracting image to avoid having it pop up twice.
1115
1116 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1117
1118         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1119         eligible for treatment.
1120
1121         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1122         lines.  This makes summary commands with hidden threads work more
1123         reliably.
1124
1125         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1126         button to mark the hidden citations (bug#9395).
1127
1128 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1129
1130         * mml2015.el (mml2015-epg-signature-to-string): New function.
1131         (mml2015-epg-verify-result-to-string): New function.
1132         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1133         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1134         instead of epg-verify-result-to-string.
1135         (epg-signature-key-id, epg-signature-to-string): Autoload.
1136         (epg-verify-result-to-string): Remove autoload.
1137
1138 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1139
1140         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1141         ID image from GPG public key.
1142         (mml2015-epg-key-image-to-string): New function.
1143
1144 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1145
1146         * plstore.el (plstore-passphrase-callback-function): Fix error when
1147         error when plstore-cache-passphrase-for-symmetric-encryption is set
1148         (bug#13264).
1149
1150 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1151
1152         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1153         buffer to the article buffer here, because that clobbers multiple
1154         article buffers.
1155
1156         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1157         buffer always points to the right summary buffer.
1158
1159 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1160
1161         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1162         the password (bug#12097).
1163
1164 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1165
1166         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1167         (bug#13263).
1168
1169         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1170         buffer exists before using it (bug#12475).
1171
1172         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1173         offline groups (bug#11937).
1174
1175         * message.el (message-yank-original): When using customize to set the
1176         value of `message-cite-style', the variable it set to a symbol that's
1177         the name of the variable, which must then be dereferenced (bug#12616).
1178
1179 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1180
1181         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1182         the `face' property with a list whose car is the face specified in the
1183         format string and whose cdr is (nil).
1184         * lisp/gnus-util.el
1185         (gnus-put-text-property-excluding-characters-with-faces):
1186         Change accordingly.
1187         (gnus-get-text-property-excluding-characters-with-faces): New function.
1188         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1189         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1190         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1191
1192 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1193
1194         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1195         login methods.
1196         (nnimap-login): Respect the `nnimap-authenticator' variable.
1197
1198         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1199         mark state when moving articles.  Otherwise unticked articles will get
1200         their ticks back after moving.
1201
1202 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1205
1206         * message.el (message-ignored-news-headers): Always remove
1207         X-Message-SMTP-Method to avoid information leakage if the user
1208         mistakenly inserts the header into news messages.
1209
1210         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1211
1212         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1213         right than four characters, this command would move point to
1214         `point-max'.  Don't do that.
1215
1216         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1217         to nil to allow re-selecting groups that gain articles.
1218         (gnus-bug-group-download-format-alist): Update the URL.
1219
1220 2012-12-23  Andreas Schwab  <schwab@suse.de>
1221
1222         * shr.el (shr-tag-em): Render em as italic, not bold.
1223
1224 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1225
1226         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1227         for reuse.
1228         (gnus-open-server): Use it to add more tracing.
1229         (gnus-finish-retrieve-group-infos): Add backend tracing.
1230         (gnus-backend-trace): Also note the elapsed seconds.
1231
1232 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1233
1234         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1235         Set epa-file-encrypt-to from variable to avoid querying.
1236
1237 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1238
1239         * sieve-mode.el (sieve-font-lock-keywords):
1240         Keywords should be word delimited.  (Bug#13173)
1241
1242 2012-12-13  Andreas Schwab  <schwab@suse.de>
1243
1244         * tls.el (tls-program): Update customize type.
1245
1246 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1249         instead of <pre> to align message header.
1250
1251 2012-12-12  Sam Steingold  <sds@gnu.org>
1252
1253         * gnus.el (gnus-other-frame-resume-function): Add user option.
1254         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1255
1256 2012-12-06  Sam Steingold  <sds@gnu.org>
1257
1258         * gnus-start.el (gnus-before-resume-hook): Add.
1259         (gnus-1): Run it when Gnus is alive.
1260
1261 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1264         * gnus-art.el (article-unsplit-urls)
1265         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1266         * gnus-registry.el (gnus-registry-get-article-marks)
1267         * message.el (message-goto-body): Use it.
1268         (message-called-interactively-p): Remove.
1269
1270         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1271         (spam-stat-score-buffer): Use it.
1272
1273         * spam.el: Silence the warnings against BBDB functions when compiling.
1274
1275         * gnus-score.el (gnus-score-decode-text-parts):
1276         Use append+mapcar instead of the cl function mapcan.
1277
1278 2012-12-05  Sam Steingold  <sds@gnu.org>
1279
1280         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1281         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1282         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1283
1284 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gmm-utils.el (gmm-called-interactively-p): Revert.
1287         This seems to cause Emacs to get stuck!
1288         * gnus-art.el (article-unsplit-urls)
1289         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1290         * gnus-registry.el (gnus-registry-get-article-marks)
1291         * message.el (message-goto-body)
1292         (message-called-interactively-p): Revert.
1293
1294         * gmm-utils.el (gmm-called-interactively-p): New function.
1295         * gnus-art.el (article-unsplit-urls)
1296         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1297         * gnus-registry.el (gnus-registry-get-article-marks)
1298         * message.el (message-goto-body): Use it.
1299         (message-called-interactively-p): Remove.
1300
1301         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1302         * gnus-sync.el (gnus-sync-lesync-call)
1303         * message.el (message-read-from-minibuffer): Use it.
1304
1305 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * gmm-utils.el (gmm-flet): Remove.
1308         * gnus-sync.el (gnus-sync-lesync-call)
1309         * message.el (message-read-from-minibuffer): Don't use it.
1310
1311 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1314
1315 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1318
1319         * gnus-sync.el (gnus-sync-lesync-call)
1320         * message.el (message-read-from-minibuffer): Use gmm-flet.
1321
1322         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1323
1324         * gnus-util.el (gnus-macroexpand-all): Remove.
1325
1326 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1327
1328         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1329         to TAB, not [tab].
1330         (gnus-summary-article-map): Likewise.
1331
1332         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1333         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1334
1335 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1336
1337         * time-date.el: Commentary fix.
1338
1339 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1340
1341         * color.el: Don't require cl.
1342         (color-complement): `caddr' -> `nth 2'.
1343
1344         * time-date.el (time-to-seconds): De-obsolete.
1345
1346 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * message.el (message-get-reply-headers):
1349         Make sure the reply goes to the author if it is a wide reply.
1350
1351 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1352
1353         * gnus-score.el (gnus-score-body):
1354         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1355         scoring by body.
1356
1357 2012-11-16  Glenn Morris  <rgm@gnu.org>
1358
1359         * gnus-diary.el (nndiary-request-create-group-functions)
1360         (nndiary-request-update-info-functions)
1361         (gnus-subscribe-newsgroup-functions)
1362         (nndiary-request-accept-article-functions):
1363         Use new names for hooks rather than obsolete aliases.
1364
1365 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1368
1369 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1372         in meta tag with the one the part specifies in its header.
1373
1374 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1375
1376         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1377         by default.
1378
1379 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1382         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1383
1384 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1387         and a runtime function for it, of which the XEmacs version takes only
1388         two arguments.
1389
1390 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1391
1392         * nndiary.el (nndiary-request-create-group-functions)
1393         (nndiary-request-update-info-functions)
1394         (nndiary-request-accept-article-functions):
1395         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1396         "-hooks" suffix.
1397
1398 2012-10-19  Julien Danjou  <julien@danjou.info>
1399
1400         * gnus-art.el: Require gnus-util because it uses
1401         `gnus-timer--function'.
1402
1403 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1404
1405         * starttls.el (starttls-extra-arguments): Doc fix.
1406
1407 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1410         it.
1411
1412 2012-10-06  Glenn Morris  <rgm@gnu.org>
1413
1414         * gnus-notifications.el (gnus-notifications):
1415         Add missing group :version tag.
1416         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1417         (gnus-gcc-post-body-encode-hook):
1418         * gnus-sync.el (gnus-sync-lesync-name)
1419         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1420
1421 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1422
1423         * color.el (color-hsl-to-rgb): Fix incorrect results for
1424         small and large hue values.  (Bug#12559)
1425
1426 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         New UIDL implementation.
1429
1430         * mail-source.el (mail-sources, mail-source-keyword-map):
1431         Add :leave as a pop3 keyword.
1432         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1433
1434         * pop3.el (pop3-leave-mail-on-server): Allow number.
1435         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1436         (pop3-movemail): Add UIDL support.
1437         (pop3-send-streaming-command): Take a list of mail numbers instead of
1438         the number of mails.
1439         (pop3-write-to-file): Add X-UIDL header.
1440         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1441         (pop3-uidl-add-xheader): New functions.
1442
1443         * message.el (message-ignored-resent-headers):
1444         Add X-Content-Length and X-UIDL headers.
1445
1446 2012-10-05  Glenn Morris  <rgm@gnu.org>
1447
1448         * color.el (color-name-to-rgb, color-rgb-to-hex)
1449         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1450         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1451         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1452         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1453
1454 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1457         a user about whether to delete temp files if once a user answered as n.
1458
1459 2012-09-25  Chong Yidong  <cyd@gnu.org>
1460
1461         * password-cache.el (password-read-and-add): Use a declare form to mark
1462         this function obsolete.
1463
1464 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * lpath.el: Bind mail-encode-mml for old Emacsen.
1467
1468 2012-09-17  Richard Stallman  <rms@gnu.org>
1469
1470         * message.el (message-in-body-p): Don't set mark or modify buffer.
1471
1472         * mml.el (mml-attach-file): Doc fix.
1473         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1474         Set mail-encode-mml when in Mail mode.
1475         Simplify code to set HEAD and move back to HEAD.
1476         (mml-insert-multipart, mml-insert-part):
1477         Set mail-encode-mml when in Mail mode.
1478
1479 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * gnus-util.el (gnus-timer--function): New function.
1482
1483         * gnus-art.el (gnus-article-stop-animations): Use it.
1484
1485 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1486
1487         Fix glitches caused by addition of psec to timers.
1488         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1489         rather than raw access to timer vector.
1490
1491 2012-09-11  Julien Danjou  <julien@danjou.info>
1492
1493         * gnus-notifications.el (gnus-notifications): Check for nil values in
1494         ignored addresses check.
1495
1496 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1497
1498         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1499
1500 2012-09-07  Chong Yidong  <cyd@gnu.org>
1501
1502         * gnus-util.el
1503         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1504
1505         * gnus-salt.el (gnus-tree-highlight-node):
1506         * gnus-sum.el (gnus-summary-highlight-line):
1507         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1508
1509 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1512
1513 2012-09-06  Juri Linkov  <juri@jurta.org>
1514
1515         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1516         scheme for buffer names to be more consistent with other group and
1517         article buffer names in Gnus.
1518
1519 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1520
1521         * gnus-util.el
1522         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1523
1524         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1525         Jenkner.
1526
1527         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1528
1529         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1530
1531         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1532
1533 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1536         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1537
1538         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1539         string-prefix-p in Emacs >=23.2.
1540
1541         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1542         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1543         instead of string-match-p.
1544         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1545
1546 2012-09-06  Kenichi Handa  <handa@gnu.org>
1547
1548         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1549         lowercase a..f.
1550
1551 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1552
1553         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1554
1555 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1556
1557         * nnimap.el (nnimap-request-move-article): Decode the group name when
1558         doing internal moves to avoid charset issues.
1559
1560         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1561         TIME is set.
1562
1563 2012-09-05  Juri Linkov  <juri@jurta.org>
1564
1565         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1566         than one group at a time (bug#11961).
1567
1568 2012-09-05  Julien Danjou  <julien@danjou.info>
1569
1570         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1571         this hide the real reason with a message giving absolutely no hint.
1572
1573 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1574
1575         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1576         to the backend (bug#11804).
1577
1578         * message.el (message-insert-newsgroups): Don't insert newsgroup
1579         duplicates (bug#12275).
1580
1581 2012-09-05  John Wiegley  <johnw@newartisans.com>
1582
1583         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1584         sieve rules.
1585
1586 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1587
1588         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1589         function.
1590
1591         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1592
1593         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1594
1595 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1596
1597         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1598         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1599         This should make nnmaildir more usable with offlineimap.
1600
1601 2012-09-05  Julien Danjou  <julien@danjou.info>
1602
1603         * nnimap.el (nnimap-request-list): Revert change that made listing
1604         synchronous.
1605         (nnimap-get-responses): Restore.
1606
1607 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1608
1609         * dgnushack.el: XEmacs 21.5 compilation fix.
1610
1611         * gnus-notifications.el (gnus-notifications-notify): Use it.
1612
1613         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1614         warnings on XEmacs.
1615
1616 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1617
1618         Better seeds for (random).
1619         * gnus-sync.el (gnus-sync-lesync-setup):
1620         * message.el (message-canlock-generate, message-unique-id):
1621         Change (random t) to (random), now that the latter is more random.
1622
1623 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1624
1625         * nnimap.el (nnimap-change-group): Document result value
1626
1627         * auth-source.el (auth-sources): Fix macos keychain access.
1628
1629         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1630         allow the backend `request-head' function to determine the group
1631         name on its own.
1632         (gnus-request-expire-articles): Filter out negative article numbers
1633         during expiry (Bug#11980).
1634
1635         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1636         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1637
1638         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1639         you've found the article when you haven't.
1640
1641         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1642         that nnimap-change-group can return t.
1643
1644 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1645
1646         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1647
1648 2012-08-30  Julien Danjou  <julien@danjou.info>
1649
1650         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1651         `gnus-notifications-timeout'.
1652         (gnus-notifications-timeout): Add.
1653         (gnus-notifications-action): New function.
1654         (gnus-notifications-notify): Add :action using
1655         `gnus-notifications-action'.
1656         (gnus-notifications-id-to-msg): New variable.
1657         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1658         notifications id to messages.
1659
1660 2012-08-30  Kenichi Handa  <handa@gnu.org>
1661
1662         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1663         once.
1664
1665 2012-08-29  Julien Danjou  <julien@danjou.info>
1666
1667         * gnus-notifications.el: New file.
1668         (gnus-notifications-notify): New function.
1669         (gnus-notifications): Use `gnus-notifications-notify'.
1670
1671 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1674         transfer encoding first; bind gnus-newsgroup-charset to the charset
1675         that the article specifies (Bug#12209).
1676
1677 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1680         (gnus-group-customize-done): Encode values posting-style holds.
1681
1682         * gnus-msg.el (gnus-summary-resend-message)
1683         (gnus-configure-posting-styles): Decode values posting-style group
1684         parameter holds.
1685
1686 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1689         `name' and `address' in Resent-From header.
1690
1691 2012-08-14  Chong Yidong  <cyd@gnu.org>
1692
1693         * gnus-art.el (article-display-face): Handle failure in
1694         gnus-create-image (Bug#11802).
1695
1696 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1697
1698         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1699         Use defsetf.
1700
1701 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1702
1703         * auth-source.el (auth-source-plstore-search)
1704         (auth-source-secrets-search): Ignore :require and :type in search spec.
1705
1706 2012-08-06  Julien Danjou  <julien@danjou.info>
1707
1708         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1709         `nnimap-request-move-article'.
1710
1711         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1712         Remove autoload, already handled by gnus.el.
1713
1714         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1715
1716         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1717         supported by nnimap actually. Reverts previous change.
1718
1719         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1720         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1721         to-buffer argument that is already supported.
1722
1723 2012-08-05  Julien Danjou  <julien@danjou.info>
1724
1725         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1726         Add autoload.
1727
1728 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus.el (gnus-valid-select-methods): Fix custom type.
1731
1732 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1733
1734         * auth-source.el (auth-sources, auth-source-backend-parse)
1735         (auth-source-macos-keychain-search)
1736         (auth-source-macos-keychain-search-items)
1737         (auth-source-macos-keychain-result-append)
1738         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1739         auth-source.el through the /usr/bin/security utility.
1740         (auth-sources): Fix syntax error.
1741         (auth-source-macos-keychain-result-append): Fix variable name.
1742         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1743
1744 2012-07-27  Julien Danjou  <julien@danjou.info>
1745
1746         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1747         Emacs < 24.1
1748
1749 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * message.el (message-kill-address): Don't kill last newline.
1752         (message-skip-to-next-address): Don't move to the next header.
1753         (message-fill-field-address): Work properly.
1754
1755 2012-07-25  Julien Danjou  <julien@danjou.info>
1756
1757         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1758
1759 2012-07-24  Julien Danjou  <julien@danjou.info>
1760
1761         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1762
1763         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1764         (nntp-async-timer-handler): Remove, unused.
1765
1766         * nnimap.el (nnimap-get-responses): Remove, unused.
1767
1768         * nnheader.el (mail-header-set-extra): Remove, unused.
1769
1770         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1771         unused.
1772
1773         * mm-view.el (mm-view-sound-file): Remove, unused.
1774
1775         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1776         (mm-url-encode-multipart-form-data): Remove, unused.
1777
1778         * message.el (message-remove-signature, message-make-host-name)
1779         (message-fill-address): Remove, unused.
1780
1781         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1782         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1783         unused.
1784
1785         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1786         (gnus-xmas-call-region): Remove, unused.
1787
1788         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1789
1790         * gnus-util.el (gnus-extract-address-component-name)
1791         (gnus-extract-address-component-email, gnus-sortable-date)
1792         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1793         (gnus-process-live-p): Remove, unused.
1794
1795         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1796
1797         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1798         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1799         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1800         function.
1801
1802         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1803
1804         * gnus-score.el (gnus-summary-score-crossposting)
1805         (gnus-score-regexp-bad-p): Remove, unused.
1806
1807         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1808
1809         * gnus-range.el (gnus-sublist-p): Remove, unused.
1810
1811         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1812         unused.
1813
1814         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1815
1816         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1817         (gnus-request-associate-buffer): Remove, unused.
1818
1819         * gnus-group.el (gnus-group-set-method-info)
1820         (gnus-group-set-params-info): Remove, unused.
1821
1822         * gnus-fun.el (gnus-shell-command-to-string)
1823         (gnus-shell-command-on-region): Remove, unused.
1824
1825         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1826
1827         * gnus-art.el (gnus-article-text-type-exists-p)
1828         (article-translate-characters, gnus-article-hide-text-of-type)
1829         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1830         Remove, unused.
1831
1832 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1833
1834         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1835
1836 2012-07-21  Julien Danjou  <julien@danjou.info>
1837
1838         * message.el (message-dont-reply-to-names): Replace deprecated
1839         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1840         (message-get-reply-headers): Ditto.
1841
1842 2012-07-18  Julien Danjou  <julien@danjou.info>
1843
1844         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1845         `sieve-upload-and-kill'.
1846
1847         * sieve.el (sieve-bury-buffer): Remove function.
1848         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1849         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1850
1851 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1852
1853         * shr.el (shr-expand-url): Handle URL starting with `//'.
1854
1855 2012-07-13  Chong Yidong  <cyd@gnu.org>
1856
1857         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1858         instead of calling toggle-read-only with a (bogus) argument.
1859
1860 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1861
1862         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1863         of initial input when reading the author to restrict the summary to.
1864
1865 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * mm-decode.el (mm-shr):
1868         Allow overriding charset by mm-charset-override-alist.
1869
1870 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * gnus-art.el (gnus-article-view-part):
1873         Toggle subparts of multipart/alternative part.
1874
1875 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1876
1877         * shr.el (shr-render-buffer): New command.
1878         (shr-visit-file): Use it.
1879
1880 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1883         Set no-byte-compile and no-update-autoloads.
1884
1885 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1888
1889 2012-06-25  Julien Danjou  <julien@danjou.info>
1890
1891         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1892         `nnimap-request-move-articles-find-limit' since we do not use it only
1893         for move operations.
1894         (nnimap-request-accept-article): Use
1895         `nnimap-request-articles-find-limit' to limit search by message-id.
1896
1897 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1898
1899         Support higher-resolution time stamps (Bug#9000).
1900
1901         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1902         VARLIST.  It's optional, for backward compatibility.
1903         (encode-time-value): New optional arg PICO.  New type 3.
1904         (time-to-seconds) [!float-time]: Support the new picoseconds
1905         component if it's used.
1906         (seconds-to-time, time-subtract, time-add):
1907         Support ps-resolution time stamps as well.
1908
1909 2012-06-19  Julien Danjou  <julien@danjou.info>
1910
1911         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1912
1913         * nnimap.el (nnimap-log-buffer): Check that
1914         `window-point-insertion-type' is boundp, since it's not available in
1915         XEmacs.
1916
1917 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1918
1919         * nnimap.el (nnimap-log-buffer): Add this, setting
1920         `window-point-insertion-type' in the buffer to t.
1921         (nnimap-log-command): Use nnimap-log-buffer.
1922
1923 2012-06-19  Julien Danjou  <julien@danjou.info>
1924
1925         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1926         argument to be able to limit the search.
1927         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1928         (nnimap-request-move-articles-find-limit): Add this to limit the search
1929         by Message-Id after a message move.
1930         (nnimap): Add defgroup.
1931
1932 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1933
1934         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1935
1936 2012-06-15  Julien Danjou  <julien@danjou.info>
1937
1938         * nnimap.el (nnimap-find-article-by-message-id): Use
1939         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1940         (nnimap-possibly-change-group): Add read-only argument.
1941         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1942         issuing EXAMINE manually.
1943         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1944         with read-only argument.
1945         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1946         cannot possibly change because we need to be sure that it's either
1947         read-write or read-only.
1948
1949 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1952         being bound to a lambda form.
1953
1954 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1955
1956         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1957         articles when fetch-old is non-nil (bug#11370).
1958
1959 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1960
1961         * gnus-picon.el (gnus-picon-properties): New defcustom.
1962         (gnus-picon-create-glyph): Use it.
1963
1964 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * gnus-group.el (gnus-group-get-new-news): Respect
1967         `gnus-group-use-permanent-levels', as documented (bug#11638).
1968
1969 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1970
1971         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1972         groups (bug#11641).
1973
1974 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1975
1976         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1977         is an integer to avoid later problems.
1978
1979 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1982         locales.
1983
1984         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1985         on a handle.
1986
1987         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1988         address as the default.
1989         (gnus-summary-insert-old-articles): Don't include unexisting messages.
1990
1991         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1992         makes no sense to query the user about internal files.
1993
1994         * gnus-spec.el: Remove all the byte-compilation stuff, since
1995         benchmarking shows that it doesn't help when entering large summary
1996         buffers.
1997
1998         * gnus-xmas.el (gnus-xmas-define): Remove.
1999
2000         * gnus-util.el (gnus-byte-code): Remove.
2001
2002         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2003         grouplens stuff.
2004
2005 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2008         (bug#11514).
2009
2010 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2011
2012         * message.el (message-buffers): Return all buffers derived from Message
2013         to make `gnus-dired-attach' work with mu4e.
2014
2015 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2016
2017         * nntp.el: Stop the `letf' madness.
2018         (nntp--report-1): New var.
2019         (nntp-report): Merge nntp-report-1 into it.
2020         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2021         the nntp-report function.
2022
2023         * auth-source.el: Fix comment-style to follow the convention.
2024
2025 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
2026
2027         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2028         (mm-dissect-singlepart): Don't guess the MIME type of
2029         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2030         set.
2031         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2032         toplevel MIME type is multipart/encrypted.
2033
2034 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2037         a string so that Gcc works (bug#11514).
2038
2039 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2040
2041         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2042         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2043
2044 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2045
2046         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2047         jumping to *Server* from a dedicated *Group* window.
2048         (gnus-configure-frame): CSE.
2049
2050         * gnus-registry.el: Minor style cleanup.
2051         (gnus-registry--set/remove-mark): New function, extracted from
2052         gnus-registry-install-shortcuts.
2053         (gnus-registry-install-shortcuts): Use it.
2054
2055 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * nnspool.el (news-path): Use eval-and-compile.
2058
2059 2012-05-24  Glenn Morris  <rgm@gnu.org>
2060
2061         * nnspool.el (news-directory, news-path, news-inews-program):
2062         Move here from paths.el.  Don't see a need for these to be autoloaded.
2063
2064         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2065         Merge in doc from paths.el version.  Don't see any need for this to be
2066         autoloaded, or for the warning about users not setting it.
2067
2068 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
2069
2070         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
2071         format.  In particular, add an optional argument and a docstring.
2072
2073         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2074
2075         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2076         current before calling `gnus-groups-to-gnus-format'.
2077         Note that this was already the case for `gnus-active-to-gnus-format'.
2078
2079 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2080
2081         Fix minor Y10k bug.
2082         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2083
2084 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2085
2086         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2087         message once it's actually open.
2088
2089 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2090
2091         * gnus.el: Ma Gnus v0.5 is released.
2092
2093 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2094
2095         * auth-source.el (auth-source--aput-1, auth-source--aput)
2096         (auth-source--aget): New functions and macros.
2097         Use them instead of aput/aget.
2098
2099 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2100
2101         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2102
2103 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2104
2105         * plstore.el (plstore-called-interactively-p): New compat macro copied
2106         from message.el.
2107         (plstore-mode): Use it.
2108
2109 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2110
2111         * plstore.el: Revive the editing feature.
2112         (plstore-mode): New mode to edit plstore file.
2113         (plstore-mode-toggle-display, plstore-mode-original)
2114         (plstore-mode-decoded): New command.
2115         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2116         (plstore--insert-buffer, plstore--make): New function.
2117         (plstore-open, plstore-save): Simplify by using them.
2118
2119 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2122
2123 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
2124
2125         * tls.el (open-tls-stream): Remove unused binding.
2126
2127 2012-04-16  Glenn Morris  <rgm@gnu.org>
2128
2129         * nndraft.el (nndraft-request-list): Fix declaration.
2130
2131 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * mm-decode.el (mm-dissect-buffer): Doc fix.
2134
2135         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2136         don't have a current group.
2137
2138         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
2139         buffer if it doesn't exist.
2140
2141         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
2142         given, mark the group as ephemeral with the current window conf.
2143
2144         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2145         buffer exists, which it doesn't if we haven't started Gnus.
2146         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2147
2148 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2151         type is.
2152
2153         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2154         `unexists' entries.
2155         (gnus-clean-old-newsrc): Fix last checkin.
2156
2157         * nnimap.el (nnimap-update-info): None of the articles below the active
2158         low-water mark exist.
2159
2160         * dgnushack.el: Get rid of XEmacs compilation warning.
2161
2162         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2163         would have gotten if we posted to the group, and use that to compare
2164         against the message we want to cancel (bug#10808).
2165
2166         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2167         on XEmacs.
2168
2169 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2170
2171         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2172         `scroll-margin'.
2173
2174 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2175
2176         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2177         citation prefix within a block of cited text should be considered part
2178         of that block *only* if it is a blank line.
2179
2180 2012-04-09  Chong Yidong  <cyd@gnu.org>
2181
2182         * binhex.el, hashcash.el, uudecode.el:
2183         Remove * characters from the front of variable docstrings.
2184
2185 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2188         before kinsoku-bol characters nor within kinsoku-eol characters.
2189
2190 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2193         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2194         (gnus-sync-read): Use mapc instead of mapcar.
2195
2196         * mm-archive.el: Require mm-decode for some macros.
2197         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2198         the byte compiler.
2199         (mm-archive-decoders): New function that returns the value of
2200         the mm-archive-decoders variable.
2201
2202         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2203         instead.
2204         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2205
2206         * nnimap.el (gnus-refer-thread-use-nnir):
2207         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2208
2209 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2212
2213 2012-03-12  Peter Münster  <pmrb@free.fr>
2214
2215         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2216         (gnus-demon-cancel): Ditto.
2217         (gnus-demon-run-callback): When function cannot be called due to low
2218         idleness, call it when idleness reaches the expected value, instead of
2219         waiting another timer period.
2220         (gnus-demon-init): Add `time' to arguments of call-back.
2221
2222 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2225
2226         * gnus.el: Register gnus-registry functions.
2227
2228         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2229         indent.
2230
2231         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2232         enabled before warping.
2233
2234 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2235
2236         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2237         registry about each article retrieved.
2238
2239         * gnus-int.el (gnus-select-group-with-message-id): New function.
2240         (gnus-try-warping-via-registry): Ditto.
2241         (gnus-warp-to-article): Fall back on the registry.
2242
2243 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2244
2245         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2246         inboxes.
2247
2248 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2251
2252 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2255         gnus-gcc-self-resent-messages may be a group parameter.
2256         (gnus-summary-resend-message): Don't encode encoded words in header
2257         when Gcc'ing resent message.
2258
2259 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * shr.el (shr-insert): Treat non-breaking space just like normal
2262         space.  This seems to produce more pleasing results.
2263         (shr-insert): Only insert a blank line if we're starting from an image.
2264         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2265         (shr-ensure-paragraph): Consider lines with white space to be blank.
2266
2267 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2268
2269         * Makefile.in: Respect DESTDIR.
2270
2271 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2272
2273         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2274         and gnus-gcc-post-body-encode-hook.
2275
2276 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2279         messages that don't exist.
2280
2281         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2282
2283 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2286         Remove.
2287
2288         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2289
2290         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2291
2292 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2295         have a group name.
2296
2297         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2298         a multibyte buffer (bug#7410).
2299         (article-wash-html): Parse the original article buffer to get the
2300         unencoded data (bug#7410).
2301
2302         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2303         .newsrc.el files.
2304
2305 2012-04-05  Bastien Guerry  <bzg@altern.org>
2306
2307         * color.el (color-lighten-name): Fix typo.
2308
2309 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2312         "#" to avoid having them interpreted as comments.
2313
2314 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * shr.el (shr-insert): Update the text state properly to avoid
2317         inserting spurious paragraph starts.
2318
2319 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * shr.el (shr-table-widths): Divide the extra width more fairly over
2322         the TDs (bug#10973).
2323         (shr-render-td): Don't delete too much padding.
2324         (shr-natural-width): Compute the natural width more correctly.
2325         (shr-insert): Allow the natural width to be computed for tables again.
2326         (shr-tag-table-1): Rework how the natural widths are computed by
2327         rendering the table a third time.
2328         (shr-natural-width): Removed.
2329         (shr-buffer-width): New function.
2330         (shr-expand-newlines): Use it.
2331
2332         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2333         using a `gnus-use-full-window' setup (bug#11013).
2334
2335 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2338         24.1 release.
2339
2340 2012-03-10  David Edmondson  <dme@dme.org>
2341
2342         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2343         'Forwarded Message' header and the start of the message.
2344
2345 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2346
2347         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2348         isn't running (bug#10897).
2349
2350 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2353         This is inconsistent with all the other stream functions, which leave
2354         the setting up to the higher levels (if so wanted) (bug#10931).
2355
2356 2012-02-28  Glenn Morris  <rgm@gnu.org>
2357
2358         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2359         mm-decode.el: Standardize possessive apostrophe usage.
2360
2361 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2364
2365 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2366
2367         * parse-time.el (parse-time-string): Allow extractor to return nil.
2368
2369 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2372
2373 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2376
2377 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2378
2379         * mm-decode.el (mm-shr): Remove "soft hyphens".
2380
2381         * nnimap.el (nnimap-request-list): Return the group names encoded as
2382         utf8.  Otherwise non-European group names don't work.
2383         (nnimap-request-newgroups): Ditto.
2384
2385         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2386         the default in `read-string' (bug#10757).
2387
2388         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2389         topics (bug#10843).
2390
2391         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2392         buffer.  Suggested by Herbert Valerio Riedel.
2393         (nnimap-request-move-article): Delete the message from the correct IMAP
2394         server.
2395
2396 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2397
2398         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2399         Reported by Peter Münster.
2400
2401 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2402
2403         * shr.el (shr-image-fetched): Make sure we really kill the right
2404         buffer.
2405
2406 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2407
2408         * gnus-start.el (gnus-1): Avoid duplicate entries.
2409
2410 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2411
2412         * imap.el: Remove.
2413
2414         * nntp.el (nntp-coding-system-for-read): Remove.
2415         (nntp-coding-system-for-write): Ditto.
2416         (nntp-open-connection): Just use `binary' directly.
2417
2418         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2419         Gnus 0.3.
2420
2421 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2422
2423         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2424         application/octet-stream parts really is.
2425
2426         * gnus-sum.el (gnus-propagate-marks): Remove.
2427
2428 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2429
2430         * shr.el (shr-rescale-image): Undo previous change; see
2431         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2432
2433 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2434
2435         * gnus.el: Ma Gnus v0.3 is released.
2436
2437 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-sum.el (gnus-summary-local-variables): Make
2440         `gnus-newsgroup-unexist' into a local variable.
2441
2442 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * registry.el (registry-usage-test, registry-persistence-test): Move to
2445         tests/gnustest-registry.el.
2446         (registry-make-testable-db, registry-match-test)
2447         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2448
2449         * gnus-registry.el (gnus-registry-misc-test)
2450         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2451
2452         * tests/gnustest-registry.el: New file with the registry and
2453         gnus-registry ERT tests.
2454
2455 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gnus-msg.el (gnus-summary-resend-message): Make
2458         gnus-summary-resend-message-insert-gcc be last item in
2459         message-header-setup-hook.
2460
2461 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2462
2463         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2464         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2465         Remove.
2466         (nnfolder-open-server): Don't use marks.
2467         (nnfolder-request-delete-group): Ditto.
2468         (nnfolder-request-rename-group): Ditto.
2469         (nnfolder-request-set-mark, nnfolder-request-marks)
2470         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2471         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2472
2473         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2474         (nnml-marks-modtime): Remove.
2475         (nnml-request-delete-group): Don't use marks.
2476         (nnml-request-rename-group): Ditto.
2477         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2478         (nnml-save-marks, nnml-open-marks): Remove.
2479
2480         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2481         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2482         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2483         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2484         (nntp-server-to-method-cache): Remove.
2485
2486         * shr.el (shr-rescale-image): Fix wrong merge.
2487
2488 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2489
2490         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2491         too-wide lines.
2492
2493 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2494
2495         * nnimap.el (nnimap-record-commands): New variable.
2496         (nnimap-log-command): Use it.
2497         (nnimap-make-process-buffer): Add a space to the process buffer.
2498         (nnimap-transform-headers): Don't bug out on header lines containing
2499         stuff that look like IMAP length encodings.
2500
2501         * shr.el (shr-rescale-image): Allow viewing large images.
2502
2503 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2504
2505         * nnml.el (nnml-request-compact-group): Delete the marks file after
2506         compaction (bug#10800).
2507
2508         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2509         group exit.
2510
2511         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2512         QRESYNC/FETCH output.
2513
2514 2012-02-11  Glenn Morris  <rgm@gnu.org>
2515
2516         * sieve-manage.el (sieve-manage-default-stream):
2517         * shr.el (shr):
2518         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2519         (nnir-retrieve-headers-override-function)
2520         (nnir-imap-default-search-key, nnir-notmuch-program)
2521         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2522         (nnir-method-default-engines):
2523         * message.el (message-cite-reply-position):
2524         * gssapi.el (gssapi-program):
2525         * gravatar.el (gravatar):
2526         * gnus-sum.el (gnus-refer-thread-use-nnir):
2527         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2528         (gnus-registry-max-pruned-entries):
2529         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2530         * gnus-int.el (gnus-after-set-mark-hook)
2531         (gnus-before-update-mark-hook):
2532         * gnus-async.el (gnus-async-post-fetch-function):
2533         * auth-source.el (auth-source-cache-expiry):
2534         Add missing :version tags to new defcustoms and defgroups.
2535
2536 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2539         `gnus-newsgroup-unexist'.
2540
2541         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2542         marks.
2543         (gnus-article-special-mark-lists): Put the `unexist' in the special
2544         marks list instead.
2545
2546         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2547         articles in the list of articles to be selected.
2548
2549         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2550         articles.
2551         (nnimap-update-info): Keep track of unexisting articles.
2552         (nnimap-update-qresync-info): Ditto.
2553
2554 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2555
2556         * message.el (message-default-send-mail-function): Made into own
2557         function for reuse by emacsbug.el.
2558
2559 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2560
2561         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2562         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2563
2564 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2565
2566         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2567         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2568
2569         * gnus-compat.el: Define `timer-set-function'.
2570
2571         * mm-decode.el (mm-display-external): Output the text from the command
2572         in the buffer after the command finished.  This makes text-based
2573         commands behave better.
2574
2575 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2578
2579 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2582         23.1.
2583
2584 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2587
2588 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2589
2590         * message.el (smtpmail-smtp-user): Silence compiler warning.
2591
2592 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2593
2594         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2595         SMTP user name.
2596
2597 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * gnus-sum.el (gnus-summary-show-thread):
2600         next-single-char-property-change may return nil in XEmacs.
2601         (gnus-summary-article-map): Fix typo.
2602
2603 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2604
2605         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2606         running.
2607
2608         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2609
2610         * gnus.el (gnus-server-extend-method): Don't add an -address component
2611         if the method already has one (bug#9676).
2612
2613 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2616         of an initial-input for consistency (bug#10757).
2617
2618         * dgnushack.el: Fix XEmacs compilation warning.
2619
2620         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2621
2622         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2623
2624 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2625
2626         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2627         lines that are narrower than the window width.  Otherwise background
2628         "blocks" will look less readable.
2629
2630 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2631
2632         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2633         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2634         have newlines within the strings, and where the UID comes after the
2635         BODYSTRUCTURE element (bug#10537).
2636
2637         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2638         (bug#10732).
2639
2640         * shr.el (shr-insert-document): Add doc string.
2641         (shr-visit-file): Ditto.
2642         (shr-remove-trailing-whitespace): New function.
2643         (shr-insert-document): Use it to clean up trailing whitespace as the
2644         final step (bug#10714).
2645
2646 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2649         buffer if `gnus-kill-summary-on-exit' is nil.
2650
2651 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2654         when just reading a single group from "without" Gnus.
2655
2656 2012-02-06  Chong Yidong  <cyd@gnu.org>
2657
2658         * gnus-sum.el (gnus-summary-show-thread):
2659         next-single-char-property-change never returns nil (Bug#8657).
2660
2661 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2662
2663         * message.el (message-multi-smtp-send-mail): New function.
2664         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2665         header to implement multi-SMTP functionality.
2666
2667         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2668         (gnus-agentize): Don't set it.
2669         (gnus-agent-send-mail): Don't use it.
2670
2671         * gnus-sum.el (gnus-summary-widget-backward): New function and
2672         keystroke.
2673
2674         * gnus-compat.el: More the compat functions more compatible.
2675
2676         * shr.el (shr-put-image): Remove underlines from sliced images.
2677         (shr-zoom-image): Compute the region to be replaced more correctly.
2678
2679 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2682         (gnus-summary-resend-message-insert-gcc): New function.
2683         (gnus-summary-resend-message): Modify message-header-setup-hook and
2684         message-sent-hook to make it work for Gcc.
2685         (gnus-inews-do-gcc): Update the number of unread articles of groups
2686         that messages are Gcc'd to.
2687
2688         * message.el (message-resend): Run message-sent-hook to do Gcc.
2689
2690 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2691
2692         * lpath.el: Fix an XEmacs compilation warning.
2693
2694         * gnus-compat.el: Require `help-fns' to fix compilation error.
2695
2696         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2697         a higher level to silence compilation.
2698
2699         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2700         parameter to allow controlling the scaling.
2701
2702         * shr.el (shr-zoom-image): New command and keystroke.
2703         (shr-put-image): Take a `size' flag to say how to scale the image.
2704
2705         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2706         deletion unless already defined.
2707
2708         * gnus.el (gnus-compat): Require it.
2709
2710         * gnus-compat.el: New file.
2711
2712         * gnus-start.el (gnus-clean-old-newsrc): New function.
2713         (gnus-read-newsrc-file): Use it.
2714
2715         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2716         Use recursive deletion.
2717         (mm-dissect-archive): Add support for zip files.
2718
2719         * gnus-util.el (gnus-recursive-directory-files): New function.
2720
2721         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2722         (mm-archive-decoders): Add tgz support.
2723
2724         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2725         Otherwise inserting text into the Gnus buffer can look odd.
2726
2727         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2728
2729         * mm-archive.el (mm-archive-decoders): Add support for tar.
2730
2731         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2732
2733         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2734
2735 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2736
2737         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2738
2739         * mm-archive.el: New file.
2740
2741         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2742
2743         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2744
2745         * message.el (message-goto-*): Make all the `message-goto-*' commands
2746         push the mark before moving point.  This makes it easier to go back to
2747         where you came from after editing whatever you jumped to.
2748
2749 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2750
2751         * gnus.el: Ma Gnus v0.1 is released.
2752
2753 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2754
2755         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2756         without reconnecting.
2757         (nnimap-possibly-change-group): Ditto.
2758         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2759         connection has died before being called.
2760
2761 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2762
2763         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2764         an initial sync unless we're really doing one.
2765
2766         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2767         address parameter if one already exists (bug#9676).
2768
2769         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2770         not the prefix, as documented (bug#10689).
2771
2772 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2773
2774         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2775         the "server".
2776
2777         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2778         the real error message with the useless "previously known to be down".
2779         Which isn't even correct.
2780
2781         * nntp.el (nntp-open-connection): Report the error message if the nntp
2782         server can't be reached.
2783
2784         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2785         groups we do a total scan for.
2786         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2787         doing that.
2788
2789 2012-01-31  Jim Meyering  <jim@meyering.net>
2790
2791         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2792         Correct a comment (insert "not") and hide nominally-doubled "to".
2793
2794 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2795
2796         * gnus.el (gnus-version): Change name to "Ma Gnus".
2797
2798 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2799
2800         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2801         section in the manual.
2802
2803 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2804
2805         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2806         words.
2807         (rfc2047-encode-string): Ditto.
2808         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2809         understand folded filename="..." parameters, for instance.
2810
2811         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2812         the message for greater debuggability.
2813
2814 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2815
2816         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2817         instead of setting it locally, since the latter doesn't seem to have
2818         any effect (most of the time).
2819
2820 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2821
2822         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2823         function call.
2824
2825 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2826
2827         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2828         seconds, and make the repeat clause with HH:MM specs work as
2829         documented.
2830
2831 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2832
2833         * proto-stream.el (proto-stream-capability-open): Fall back on
2834         :end-of-command if :end-of-capability doesn't exist.
2835
2836 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2839         bound globally in old Emacsen and XEmacsen.
2840
2841 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2842
2843         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2844         so that previous errors don't prohibit getting new news.
2845
2846         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2847
2848         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2849
2850 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2851
2852         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2853         buffer, not of the string which is its name.
2854
2855 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2856
2857         * proto-stream.el (proto-stream-capability-open): Wait for
2858         :end-of-capability, not :end-of-command.
2859
2860         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2861         non-server-marks groups.
2862         (gnus-group-make-articles-read): Ditto.
2863
2864         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2865         methods (bug#9676).
2866
2867         * gnus.el (gnus-method-ephemeral-p): New function.
2868
2869 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2872         left-to-right.
2873
2874 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2875
2876         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2877         warning.
2878
2879 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2880
2881         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2882         macroexpand the nnir things, since they haven't been defined yet, and
2883         nnir requires gnus-sum.
2884
2885 2012-01-24  Julien Danjou  <julien@danjou.info>
2886
2887         * color.el (color-rgb-to-hsl): Fix value computing.
2888         (color-hue-to-rgb): New function.
2889         (color-hsl-to-rgb): New function.
2890         (color-clamp, color-saturate-hsl, color-saturate-name)
2891         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2892         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2893
2894 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895
2896         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2897
2898 2012-01-19  Julien Danjou  <julien@danjou.info>
2899
2900         * color.el (color-name-to-rgb): Use the white color to find the max
2901         color component value and return correctly computed values.
2902         (color-name-to-rgb): Add missing float conversion for max value.
2903
2904 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2905
2906         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2907         logical server name in addition to the actual machine address.
2908
2909         * auth-source.el (auth-source-user-and-password): Add convenience
2910         wrapper to search by just host and optionally user.
2911
2912 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2915         after rendering.
2916
2917 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2918
2919         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2920         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2921         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2922
2923 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2926         (bug#9693).
2927         (gnus-summary-setup-buffer): Document return value (bug#9697).
2928
2929         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2930         since ido doesn't work on symbols (bug#9632).
2931
2932         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2933         when getting a single value as when getting all the values.  This means
2934         that atoms like `gcc-self' work cumulatively, like variable settings,
2935         instead of getting the value from the last matching clause.
2936         (gnus-group-find-parameter): Protect against the group buffer not
2937         existing (bug#9585).
2938
2939 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-start.el (gnus-activate-group): Document more parameters
2942         (bug#9694).
2943
2944         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2945         (bug#9692).
2946
2947         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2948         article was fetched, so that it can be expired later (bug#9958).
2949         (gnus-agent-summary-fetch-series): Add doc string.
2950         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2951         (bug#9517).
2952
2953         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2954         retrieval is happening.
2955
2956         * gnus.el (gnus-parameters): Doc fix.
2957
2958 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2959
2960         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2961         show the thread after expansion.
2962
2963 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * gnus-art.el (article-narrow-to-head): If the head is completely
2966         empty, narrow to the empty region (bug#9764).
2967
2968         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2969         read, and then mark them as unread only when the unread mark is used.
2970         This makes `C-- T k' actually work, even though it's confusing.
2971
2972         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2973         alive before we try to find its window.
2974
2975 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2976
2977         * mm-decode.el (mm-display-external): Use a longer timeout for the
2978         deletion to allow slow programs to display the file.
2979
2980 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2983         prompt to be less confusing.
2984
2985         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2986         argument to `message-reply'.  This broke `special-display-*' frame
2987         pop-uping (bug#10238).
2988
2989 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2992         systems, since these allegedly don't work there.
2993
2994 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2995
2996         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2997         live buffer.
2998
2999 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * nnir.el (nnir-retrieve-headers): Protect against the article not
3002         existing on the server (bug#10335).
3003
3004 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3005
3006         * gnus-agent.el (gnus-agent-load-local): Recompute
3007         gnus-agent-article-local on changing method.
3008
3009 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * gnus.el (gnus-parameters): Note precedence.
3012
3013 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3014
3015         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3016         in the group buffer.
3017
3018 2012-01-04  Julien Danjou  <julien@danjou.info>
3019
3020         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3021         change.
3022
3023 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3026         too.
3027
3028         * nntp.el (nntp-retrieve-group-data-early): Use it.
3029
3030 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * nntp.el (nntp-retrieval-in-progress): New variable.
3033         (nntp-make-process-buffer): Make it buffer-local.
3034
3035         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3036         2010.
3037         (gnus-demon-init): Use it to compute the time if time is on the form
3038         "04:23".
3039
3040         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3041
3042         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3043         status in the correct buffer.
3044
3045 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3046
3047         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3048         when opening topics (bug#10407).
3049
3050 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
3051
3052         * gnus-cus.el (gnus-score-customize):
3053         * gnus-sum.el (gnus-sort-gathered-threads):
3054         * message.el (message-shorten-references):
3055         * nnmairix.el (nnmairix-request-group):
3056         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
3057
3058 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
3059
3060         * gnus-agent.el (gnus-agent-regenerate-group):
3061         * gnus-int.el (gnus-retrieve-group-data-early):
3062         * mm-util.el (mm-codepage-ibm-list):
3063         * nndiary.el (Commentary, nndiary-get-new-mail):
3064         * nnir.el (nnir):
3065         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
3066
3067 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * mm-view.el (mm-display-inline-fontify): Add comment.
3070
3071 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
3072
3073         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
3074         * ntlm.el (ntlm-smb-dohash): Spelling fix.
3075
3076 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
3077
3078         * gnus-art.el (gnus-split-methods):
3079         * gnus-msg.el (gnus-configure-posting-styles):
3080         * gnus-spec.el (gnus-parse-simple-format):
3081         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3082         * message.el (message-do-actions): Spelling fix.
3083
3084 2011-12-15  Juri Linkov  <juri@jurta.org>
3085
3086         * mm-decode.el (mm-inline-media-tests): Add missing
3087         `mm-handle-media-subtype'.
3088
3089 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3090
3091         * gnus-group.el (gnus-group-tool-bar):
3092         * gnus-sum.el (gnus-summary-tool-bar):
3093         * message.el (message-tool-bar):
3094         * rfc2231.el (rfc2231-parse-string): Spelling fix.
3095
3096 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
3097
3098         * plstore.el (plstore--insert-buffer): Spelling fix.
3099
3100 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3101
3102         * message.el (message-valid-fqdn-regexp): Update with newly approved
3103         top-level domain names ".tel" and ".asia".
3104
3105 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3108         unconditionally.
3109
3110 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3113         pop-to-buffer-same-window for old Emacsen.
3114
3115 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
3116
3117         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
3118
3119 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
3120
3121         * netrc.el (netrc-credentials): Spelling fix.
3122
3123 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
3124
3125         * gnus-fun.el (gnus-fun-ppm-change-string):
3126         * gnus-msg.el (gnus-inews-do-gcc):
3127         * gnus-sum.el (gnus-summary-find-for-reselect):
3128         * gnus.el (gnus-summary-cancelled):
3129         * message.el (message-cancel-hook, message-send-news):
3130         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
3131         * nnir.el (nnir-run-hyrex):
3132         * nntp.el (nntp-with-open-group-function):
3133         * pgg.el (pgg-pending-timers): Spelling fix.
3134
3135 2011-12-04  Chong Yidong  <cyd@gnu.org>
3136
3137         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3138         change (Bug#10200).
3139
3140 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * compface.el (uncompface):
3143         * gnus-art.el (gnus-article-x-face-command): Update the header format
3144         of icon data for the most recent icontopbm program.
3145
3146 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-msg.el (gnus-inews-do-gcc):
3149         * message.el (message-send-mail):
3150         * mml.el (mml-generate-mime): Share the value of the buffer-local
3151         `message-options' variable between a draft buffer and temprary working
3152         buffers.
3153
3154 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3155
3156         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3157
3158 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3161         for Cygwin.
3162
3163 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3164
3165         * gnus-group.el (gnus-group-prepare-flat):
3166         * mm-bodies.el (mm-encode-body):
3167         * mml.el (mml-preview):
3168         * nnml.el (nnml-request-compact-group):
3169         * pop3.el (pop3-stream-type): Spelling fix.
3170
3171 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3172
3173         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3174
3175 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3176
3177         * color.el (color-rgb-to-hsl):
3178         * gmm-utils.el (gmm-tool-bar-style):
3179         * gnus-group.el (gnus-group-prepare-flat):
3180         * gnus-topic.el (gnus-topic-prepare-topic):
3181         * mm-decode.el (mm-discouraged-alternatives):
3182         * rfc2047.el (rfc2047-encode-1):
3183         * starttls.el: Spelling fix.
3184
3185 2011-11-24  Glenn Morris  <rgm@gnu.org>
3186
3187         * binhex.el (binhex-begin-line): Give it basic doc-string.
3188
3189         * starttls.el, tls.el: Fix case of "GnuTLS".
3190
3191 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3192
3193         * gnus-group.el (gnus-group-highlight): Fix typo.
3194
3195 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3196
3197         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3198         value of `delete-file', that returns nil for a local file but returns t
3199         for a remote file using ssh.
3200
3201 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3202
3203         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3204
3205 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3208         avoid later breakage.
3209
3210 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3213         article buffers' name.
3214
3215 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3218         by Paul Eggert's spellfixes two days ago.
3219
3220 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3223         doesn't have it.
3224
3225         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3226         buffer-local instead of binding them to avoid warnings.  Also demote
3227         errors (bug#10063).
3228         (font-lock-mode-hook): Shut up byte compiler.
3229
3230 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3231
3232         * mm-util.el (mm-charset-after):
3233         * nnir.el (nnir-run-hyrex):
3234         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3235         (ntlm-get-password-hashes, ntlm-md4hash):
3236         * smime.el: Fix typo.
3237
3238 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3239
3240         * gnus-agent.el (gnus-agent-expire-group-1):
3241         * nndiary.el (nndiary-last-occurence):
3242         * nnimap.el (nnimap-request-set-mark):
3243         * nnmairix.el (nnmairix-only-use-registry):
3244         * gnus-group.el (gnus-group-prepare-flat):
3245         * gnus-sum.el (gnus-decode-encoded-word-methods):
3246         * message.el (message-wash-subject):
3247         * nntp.el (nntp-retrieve-headers-with-xover):
3248         * smime.el (smime-certificate-directory): Spelling fix.
3249
3250 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3251
3252         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3253
3254         * color.el:
3255         * gnus-agent.el (gnus-agent-possibly-alter-active):
3256         * gnus-dired.el (gnus-dired-print):
3257         * mail-parse.el:
3258         * nnmairix.el (nnmairix-request-group):
3259         * shr.el (shr-image-displayer):
3260         * sieve-manage.el:
3261         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3262
3263 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3264
3265         * gnus-sum.el (gnus-auto-select-subject):
3266         * spam-report.el (spam-report-resend): Spelling fix.
3267
3268 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3269
3270         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3271         * gnus-art.el (gnus-default-article-saver):
3272         * gnus-srvr.el (gnus-server-copy-server):
3273         * gnus.el (gnus-sloppily-equal-method-parameters):
3274         * html2text.el (html2text-format-tag-list):
3275         * message.el (message-narrow-to-head):
3276         * nndiary.el:
3277         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3278         * sieve.el: Spelling fix.
3279
3280 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3281
3282         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3283         * gnus-sum.el (gnus-summary-make-menu-bar):
3284         * gnus-uu.el (gnus-uu-decode-postscript)
3285         (gnus-uu-decode-postscript-and-save):
3286         * mailcap.el (mailcap-print-command):
3287         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3288         Fix typos.
3289
3290 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3291
3292         * gnus-art.el (gnus-article-part-wrapper):
3293         * html2text.el (html2text-fix-paragraphs):
3294         * mm-decode.el (mm-image-fit-p):
3295         * rfc2047.el (rfc2047-encode-message-header):
3296         * shr-color.el (shr-color-visible-distance-min)
3297         (shr-color-relative-to-absolute, set-minimum-interval)
3298         (shr-color-visible): Fix typos.
3299
3300 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3301
3302         * gmm-utils.el (gmm-tool-bar-item):
3303         * gnus-art.el (gnus-treat-body-boundary):
3304         * gnus-diary.el (gnus-user-format-function-d):
3305         * gnus-start.el (gnus-get-unread-articles):
3306         * pgg-gpg.el (pgg-gpg-update-agent):
3307         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3308
3309 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3310
3311         * gnus-topic.el (gnus-group-prepare-topics):
3312         * gnus-uu.el (gnus-extract-view):
3313         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3314
3315 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3316
3317         * spam.el: Move BBDB autoloads.
3318         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3319         BBDB 2 and 3.
3320         (spam-check-BBDB): Use it.
3321         (spam-enter-ham-BBDB): Use it.
3322
3323 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3324
3325         * smime.el (smime-draw-buffer): Spelling fix.
3326
3327 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3328
3329         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3330         for scanning exactly one level.
3331         * gnus-start.el (gnus-get-unread-articles): Ditto.
3332
3333 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3336         slightly clearer.
3337
3338 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3339
3340         * gnus-sync.el: More commentary about setup.
3341
3342 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * message.el (message-send-and-exit): Document `arg'.
3345
3346 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3347
3348         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3349
3350 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3351
3352         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3353
3354         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3355         we don't use `bound-and-true-p'.
3356
3357 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * gnus-util.el (gnus-bound-and-true-p): Remove.
3360         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3361         * nnir.el: Use it.
3362         * nnmairix.el: Use it.
3363
3364 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3365
3366         * gnus-sync.el: Improve docs about CouchDB admins.
3367
3368         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3369         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3370         for reasons unknown.
3371         * nnir.el: Use it.
3372         * nnmairix.el: Use it.
3373
3374         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3375         * nnir.el: Ditto.
3376         * nnmairix.el: Ditto.
3377
3378         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3379
3380 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3383         not needed.  Provide xmlplistread list function to produce XML plist
3384         output for non-Gnus LeSync clients.
3385
3386 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3387
3388         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3389
3390         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3391         and save against it.  Group subscriptions, read marks, other marks,
3392         subscription levels, topic names, and topic offsets (the group's
3393         position within the topic) are saved.  This is an experimental backend
3394         and may change significantly.  Load json.el from the gnus-fallback-lib
3395         if it's not available otherwise.
3396         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3397
3398 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3399
3400         * message.el (message-completion-function): Make sure
3401         message-tab-body-function is not attempted if one of
3402         message-completion-alist fails to find a completion (bug#9158).
3403
3404 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3405
3406         * mml.el (mml-quote-region): Quote <#secure> tag.
3407         (mml-generate-mime-1): Unquote <#secure> tag.
3408
3409 2011-10-20  Chong Yidong  <cyd@gnu.org>
3410
3411         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3412         calling a minor mode from Lisp with nil arg enables it, so we have to
3413         make the wording a bit ambiguous here).
3414
3415 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3416
3417         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3418         * nnir.el (nnir-mode): Use it.
3419         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3420         Use it.
3421
3422         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3423         * nnmairix.el (gnus-registry-enabled): Ditto.
3424
3425 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3426
3427         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3428         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3429         only while we need to find out if it should be t or nil.
3430         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3431         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3432         the registry is installed.  Set it to nil when it's unloaded.
3433         (gnus-registry-install-p): Provide user guidance for the initial value
3434         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3435         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3436         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3437         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3438         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3439         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3440         `gnus-registry-install'.
3441
3442 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3443
3444         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3445         previous change.
3446         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3447         primary key is marked as disabled.
3448
3449 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3450
3451         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3452         primary key is marked as disabled.
3453
3454 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3455
3456         * html2text.el (html2text-clean-anchor): Check for quotes around
3457         `href' value.
3458
3459 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3460
3461         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3462         searching.  Drop `bbdb-cache'.
3463
3464 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * message.el (message-signed-or-encrypted-p): Exclude header when
3467         checking if there is signed or encrypted body in text/plain message.
3468
3469 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3470
3471         * html2text.el (html2text-get-attr): Correctly handle attribute values
3472         containing "=".
3473
3474 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3475
3476         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3477         handle bindings.
3478
3479 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * gnus-win.el (gnus-configure-windows): Protect against reading
3482         ephemeral groups outside of Gnus.
3483
3484 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * shr.el (shr-tag-img): Don't get images displayed in tables.
3487
3488 2011-10-03  Glenn Morris  <rgm@gnu.org>
3489
3490         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3491         the "maintainer" version of debbugs.gnu.org reports.
3492
3493 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3496         make asynchronous adjacent image insertion work better.
3497
3498 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3499
3500         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3501         documentation.
3502
3503 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3506         `gnus-asynchronous' isn't shadowed.
3507
3508 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3511
3512         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3513         (nnimap-insert-partial-structure): The charset parameter isn't
3514         case-sensitive.
3515
3516         * nnheader.el (nnheader-message-maybe): New function.
3517
3518         * shr.el (shr-tag-table): Render totally broken tables better.
3519
3520         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3521         computing the boundary.
3522
3523 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * pop3.el (pop3-number-of-responses): Remove.
3526         (pop3-wait-for-messages): Rewrite to take linear time instead of
3527         exponential time.
3528
3529 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3532         re-fetch images.
3533
3534         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3535         re-fetch images when hitting `g' in Gnus.
3536
3537 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3540         (mml-compute-boundary): Don't check collision if it is non-nil.
3541         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3542         before checking collision.
3543
3544 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * message.el (message-indent-citation): Really make sure there's a
3547         newline at the end.
3548
3549         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3550         Fix suggested by John Wiegley.
3551
3552         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3553
3554         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3555
3556         * message.el (message-default-send-rename-function): Break out into its
3557         own function.
3558
3559         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3560         doesn't work under XEmacs.
3561
3562         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3563         of "imaps" to word around Windows problems.
3564         (nnimap-open-connection-1): Use it.
3565
3566         * message.el (message-indent-citation): Revert last change which made
3567         `F' not work.
3568
3569 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3570
3571         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3572         terminal as well.
3573
3574 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3577         because it displays images using overlays that aren't easy to copy to
3578         the article buffer.
3579
3580 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3581
3582         * message.el (message-indent-citation): Fix empty line removal at the
3583         end of the citation.
3584
3585 2011-09-20  Julien Danjou  <julien@danjou.info>
3586
3587         * auth-source.el (auth-source-netrc-create): Use default value for
3588         password if specified.  Evaluate default.
3589         (auth-source-plstore-create): Ditto.
3590         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3591         value evaluation.
3592         (auth-source-netrc-create): Typo fix.
3593         (auth-source-plstore-create): Ditto.
3594
3595         * password-cache.el (password-cache-remove): Remove entries even if the
3596         value is nil, so that password with a nil value (negative caching) is
3597         possible to invalidate.
3598
3599         * auth-source.el (auth-source-format-cache-entry): New function.
3600
3601 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3604
3605 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3608
3609 2011-09-19  Julien Danjou  <julien@danjou.info>
3610
3611         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3612         which work with things that are not ASCII.
3613
3614 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3617
3618 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3621         message level.
3622
3623 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3626
3627 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3630
3631 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3632
3633         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3634         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3635
3636 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3637
3638         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3639         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3640         articles.
3641
3642 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3643
3644         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3645         (message-mail-other-window, message-mail-other-frame)
3646         (message-news-other-window, message-news-other-frame):
3647         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3648         instead of setting buffer display varibles.
3649
3650 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3653
3654         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3655
3656 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3659         duplicates" to a higher level.
3660
3661         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3662         most egregious messages.
3663
3664 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3667
3668 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3669
3670         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3671         up the file (bug#9351).
3672
3673 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3676         it does with all other backends, but decode the names immediately after
3677         getting them.
3678
3679         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3680         decoding nnimap groups.
3681
3682         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3683         newsrc file.  It doesn't seem like an important optimization any more.
3684
3685 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3686
3687         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3688         overflows.
3689
3690 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3693         (gnus-interactive-exit): Extend to `quiet'.
3694
3695         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3696
3697         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3698         string.
3699
3700         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3701         renaming function arguments from `this'.
3702
3703         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3704
3705         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3706         has been renamed.
3707         (gnus-lrm-string-p): Include RLM and PDF, too.
3708
3709         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3710         (bug#9225).
3711
3712 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3713
3714         Add autoload cookies for functions used by sendmail.el.
3715         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3716
3717         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3718
3719 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-art.el (article-date-ut): Work properly even when there are
3722         things like Date header in the body; work for forwarded parts.
3723
3724 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3725
3726         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3727         original-article-buffer.
3728
3729 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3730
3731         * nnir.el (nnir-compose-result): Fix matching of server type.
3732         (nnir-run-swish++): Ditto.
3733         (nnir-run-namazu): Ditto.
3734         (nnir-run-notmuch): Ditto.
3735
3736 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3739         (bug#9405).
3740
3741         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3742         (bug#9421).
3743
3744         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3745         (bug#9425).
3746
3747         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3748         thing (bug#9426).
3749
3750 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3753         the error message.
3754
3755 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3756
3757         * message.el (message-setup-1): Return t (Bug#9392).
3758
3759 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3760
3761         * gnus-sum.el: When adding article headers to a summary buffer also
3762         update gnus-newsgroup-articles (bug#9386).
3763
3764 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * auth-source.el: Autoload help-mode.
3767
3768 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3771         names.
3772
3773 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3774
3775         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3776         mm-replace-in-string for compatibility issues.
3777         * mml2015.el (mml2015-epg-verify): Ditto.
3778
3779 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3782
3783         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3784
3785 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3788         continue on and do the clean-up phase (bug#9188).
3789
3790         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3791         just ignore groups that can't be opened instead of erroring out
3792         (bug#9225).
3793
3794         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3795         nil since some many people are fuddy-duddies.
3796
3797         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3798         images.
3799
3800         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3801         instead.
3802
3803         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3804
3805         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3806
3807         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3808         processing.
3809
3810         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3811         buffer to avoid warnings.
3812
3813 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3814
3815         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3816         specified to reduce precision.
3817
3818 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3821         bodystructures (bug#9314).
3822
3823 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3826         Make button keymap non-sticky after buttons.
3827
3828 2011-08-18  David Engster  <dengste@eml.cc>
3829
3830         * nnmairix.el (nnmairix-request-set-mark)
3831         (nnmairix-goto-original-article): Remove adding of article to registry,
3832         since `gnus-registry-add-group' isn't available anymore.
3833         (nnmairix-determine-original-group-from-registry):
3834         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3835         available anymore.
3836
3837 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3838
3839         * starttls.el (starttls-any-program-available): Define as obsolete
3840         function.
3841
3842 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3845         versions which Gnus use when appropriate.
3846
3847         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3848         a pretty destructive command.
3849
3850         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3851
3852 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * message.el (message-fix-before-sending): Make a different warning
3855         about NUL characters (bug#9270).
3856
3857         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3858         from custom (bug#9260).
3859
3860         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3861         things work in Emacs 22 and XEmacs, too.
3862
3863         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3864         default From.
3865
3866         * gnus-spec.el (gnus-lrm-string-p): New macro.
3867         (gnus-lrm-string): New constant.
3868         (gnus-summary-line-format-spec): LRM-ify the from.
3869         (gnus-tilde-max-form): LRM-ify string chopping.
3870
3871         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3872
3873         * message.el (message-is-yours-p): Allow disabling canlock checking
3874         (bug#9295).
3875         (message-shoot-gnksa-feet): Add `canlock-verify'.
3876         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3877         message directory isn't writable (bug#9304).
3878
3879         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3880         non-world-readable.
3881
3882 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3885         articles.
3886
3887 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3888
3889         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3890         copy-list.
3891
3892 2011-08-12  Sam Steingold  <sds@gnu.org>
3893
3894         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3895         in the reverse order to avoid modifying the cache with `nreverse'.
3896         (gnus-all-score-files): Do not modify the value returned by
3897         `gnus-score-find-alist' because it lives in a cache variable.
3898         (gnus-current-home-score-file): No need to `nreverse' the return value
3899         of `gnus-score-find-alist', it is already in the correct order.
3900
3901 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3902
3903         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3904         type MESSAGE and subtype RFC822 is slightly different from those of
3905         type TEXT.
3906
3907 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3908
3909         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3910         This allows article-referral to work from an nnir group.
3911
3912 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3913
3914         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3915
3916 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3917
3918         * mml1991.el (mml1991-epg-find-usable-key)
3919         (mml1991-epg-find-usable-secret-key): New function.
3920         (mml1991-epg-sign): Check if signing key is usable.
3921         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3922
3923 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3924
3925         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3926         server-variables only.  This should fix a bug introduced with commit
3927         e1889675b7f4adf057833c5513c9374134c4e053.
3928         (nnir-run-query): 'nnir-search-engine should not be set from the global
3929         environment.
3930
3931 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3932
3933         * nnir.el (nnir-search-thread): Position point on referring article
3934         line.
3935         (nnir-warp-to-article): Clean up summary buffers.
3936
3937         * nnimap.el (nnimap-request-thread): Whitespace fix.
3938
3939 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3940
3941         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3942
3943 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * starttls.el (starttls-available-p): Rename from
3946         `starttls-any-program-available' and changed return convention.
3947
3948 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3949
3950         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3951         `unix-sync' unless it's defined.
3952
3953 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3954
3955         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3956         `aref' for XEmacs compatibiltiy.
3957
3958 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3961
3962 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3963
3964         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3965         closures, quote the form properly (bug#9194).
3966
3967 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3970         (gnus-summary-insert-new-articles): Protect against servers that are
3971         down.
3972
3973 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3974
3975         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3976         in mm handle if none is specified.
3977
3978 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3979
3980         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3981
3982 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3983
3984         * nnir.el (nnir-search-thread): New function to make an nnir group
3985         based on a thread query.
3986
3987         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3988         of nnir in thread referral.
3989         (gnus-summary-refer-thread): Use it.
3990
3991         * nnimap.el (nnimap-request-thread): Use it.
3992
3993 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * shr.el (shr-tag-comment): Ignore HTML comments.
3996
3997 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3998
3999         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4000         argument.
4001         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4002         Use `nnir-address' to handle server info rather than passing an arg.
4003
4004         * nnimap.el (nnimap-make-thread-query): New utility function to format
4005         an imap thread search query.
4006         (nnimap-request-thread): Use it.
4007
4008         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4009         right select-method if we are not going back to the group buffer.
4010
4011 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012
4013         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4014         enter invalid buffer configurations into the quit form (bug#9107).
4015         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4016         unplugged/plugged.
4017
4018         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4019         keep track of which ones are unread (bug#9061).
4020
4021         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4022         (bug#9055).
4023
4024         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4025         (bug#9041).
4026
4027         * gnus-html.el (mm-util): Require (bug#9073).
4028
4029         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4030         (gnus-summary-refer-thread): Use it to remove duplicates in the
4031         un-threaded view (bug#9053).
4032         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4033
4034 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4035
4036         * nnir.el (nnir-read-server-parm): Use default value from global
4037         variable.  Without this the default search engine parameters aren't
4038         used at all.
4039
4040 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * message.el (message-unique-id): Don't use the undocumented return
4043         value from (random t) (bug#9118).
4044
4045 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * message.el (message-auto-save-directory): If the ~/Mail directory
4048         doesn't exist, use ~ as the auto-save directory (bug#4432).
4049
4050         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4051         hasn't already been started.
4052
4053 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4056
4057         * message.el (message-reply): Work around mysterious bug where
4058         `message-mode' seems to overwrite the locally bound `subject' variable.
4059
4060 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4061
4062         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4063         correct group.
4064
4065         * gnus-int.el (gnus-request-thread): Add group argument.
4066
4067         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4068
4069 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
4072
4073         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4074         renamed to `debbugs-gnu-*'.
4075
4076 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4077
4078         * plstore.el: Revert the editing feature since it is not urgent.
4079         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4080         (plstore-mode-decoded): Remove.
4081
4082 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4085         isn't very interesting any more, and it leaks potentially secret data.
4086         (gnus-debug): Remove.
4087
4088         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4089         use of :custom-show.
4090
4091 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4092
4093         * plstore.el: Add documentation.
4094         (plstore-mode): New mode to edit plstore file.
4095         (plstore-mode-toggle-display, plstore-mode-original)
4096         (plstore-mode-decoded): New command.
4097         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4098         (plstore--insert-buffer, plstore--make): New function.
4099         (plstore-open, plstore-save): Simplify by using them.
4100
4101 2011-07-06  Glenn Morris  <rgm@gnu.org>
4102
4103         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4104
4105 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4108         no longer is much used.
4109         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4110         Articles".
4111
4112 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4113
4114         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4115         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4116         `notmuch' backend.
4117
4118 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4119
4120         * mm-decode.el (mm-text-html-renderer): Doc fix.
4121
4122         * gnus-msg.el (gnus-bug): Fix the MML tag.
4123
4124         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4125
4126 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4127
4128         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4129         secondary methods if started with `gnus-no-server'.
4130
4131 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4132
4133         * message.el (message-return-action): Fix typo in docstring.
4134
4135 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4138         bug reports at once.
4139
4140         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4141
4142 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * nndraft.el: Require gnus-group.
4145         (nndraft-request-list): Declare.
4146
4147         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4148         no unread article unless it matches gnus-permanently-visible-groups.
4149
4150         * nndraft.el (nndraft-update-unread-articles): New function.
4151         (nndraft-request-associate-buffer): Use it to update the number of
4152         unread articles for the nndraft groups in the group buffer when saving
4153         or killing a draft message.
4154
4155 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4158         systems to binary before writing and reading the mbox files.
4159
4160         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4161         instead of trying to list them all (bug#8978).
4162
4163 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4164
4165         * pop3.el (pop3-open-server): Use :end-of-capability.
4166
4167 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4170         the id is always a number.
4171
4172         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4173
4174         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4175         debbugs mode, if possible.
4176
4177 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4178
4179         * auth-source.el (auth-source-token-passphrase-callback-function):
4180         Reindent.
4181         (epg-context-operation): Remove unnecessary autoload.
4182
4183 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus.el (gnus-list-debbugs): New command.
4186
4187         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4188         mboxstat instead of the maintbox, since the stat seems to be fuller.
4189
4190         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4191         summary buffers.
4192
4193         * message.el (message-get-reply-headers): Delete all duplicates,
4194         instead of the first.
4195         (message-get-reply-headers): Ensure that we have progress while
4196         deleting duplicates.
4197
4198         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4199         gnus-posting-style value from the summary buffer to make it easier to
4200         make that a per-buffer conf.
4201
4202 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4203
4204         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4205         found by setting `shortcut' in 'query.
4206         (nnir-request-article): Use `shortcut' setting when requesting article
4207         by Message-ID.
4208
4209 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4210
4211         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4212         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4213         Bring the pseudo-headers back too.
4214
4215 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4216
4217         * auth-source.el (auth-source-token-passphrase-callback-function):
4218         Simplify and remove EPA dependency.
4219
4220 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4221
4222         * nnir.el (nnir-request-article): Fix error message text.
4223
4224 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4225
4226         * auth-source.el (plstore-delete): Autoload.
4227         (auth-source-plstore-search): Support delete operation.
4228         * plstore.el (plstore-delete): New function.
4229
4230 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4233         mark actually existing articles as unread rather than the ones that
4234         active asserts.
4235
4236 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4237
4238         * nntp.el (nntp-record-command):
4239         * gnus-util.el (gnus-message-with-timestamp-1):
4240         Use format-time-string rather than decoding time stamps by hand.
4241         This is simpler and insulates the code from potential changes to
4242         current-time format.
4243
4244 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4247
4248 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4249
4250         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4251         (plstore-save): Support public key encryption.
4252         (plstore--init-from-buffer): New function.
4253         (plstore-open): Use it; fix error when opening a non-existent file.
4254         (plstore-revert): Use plstore--init-from-buffer.
4255
4256 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4257
4258         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4259
4260 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4263         for old Emacsen.
4264
4265 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4266
4267         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4268         is not fully working.
4269
4270 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * dgnushack.el: Autoload sha1 on XEmacs.
4273
4274         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4275         quit window configuration.
4276
4277         * auth-source.el (epg-context-set-passphrase-callback):
4278         Remove duplicate autoload.
4279
4280 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4281
4282         * nnir.el (nnir-request-article): Allow requesting articles by
4283         Message-ID with nnimap.
4284
4285         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4286         current server.
4287
4288 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4289
4290         * auth-source.el: Autoload EPA/EPG functions.
4291         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4292         changed when EPA/EPG is not available.
4293         (auth-source-backend): Rename "arg" member to "data".
4294         (auth-source-backend-parse, auth-source-plstore-search)
4295         (auth-source-plstore-create): Use it.
4296
4297 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4298
4299         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4300         `gnus-refer-article-methods'.
4301
4302 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * auth-source.el: Require EPA and EPG.
4305         (auth-source-passphrase-alist): New variable.
4306         (auth-source-passphrase-callback-function)
4307         (auth-source-token-passphrase-callback-function): Callbacks for the
4308         netrc field encryption (GPG tokens).
4309         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4310         Symmetric encryption and decryption of the netrc GPG tokens.
4311         (auth-source-netrc-normalize): Use them, simplifying the closure.
4312
4313 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4316         is available.
4317
4318 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4321         non-nil, and `nnimap-split-methods' is nil, use the former.
4322
4323 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4324
4325         * plstore.el (plstore-revert): New function.
4326         (plstore-open): Use it; hide the buffer from user.
4327
4328 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4329
4330         * auth-source.el (auth-source-backend): New member "arg".
4331         (auth-source-backend-parse): Handle new backend 'plstore.
4332         * plstore.el: New file.
4333
4334 2011-06-30  Glenn Morris  <rgm@gnu.org>
4335
4336         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4337
4338 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4341         expiring articles to.
4342
4343         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4344         variations as ASCII (bug#5458).
4345
4346 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4349
4350 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4351
4352         * message.el (message-point-in-header-p): Tweak the function to default
4353         to saying that we're not in the headers if there is no separator at
4354         all.  This makes it possible to use the Message version of `M-q' in
4355         buffers with no headers (bug#7987).
4356         (message-point-in-header-p): Fix last checkin to work with an empty
4357         mail-header-separator, too.
4358
4359         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4360         again, save the choice via customize.
4361
4362 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4365
4366         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4367         ended the connection, bail out before waiting infinitely on a new
4368         connection.
4369
4370 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4371
4372         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4373         reports.
4374
4375         * gnus.el (gnus-bug-package): Use "gnus."
4376         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4377
4378 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * dgnushack.el: Make the timer warning go away on XEmacs.
4381
4382         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4383         animations going on at article exit time.
4384
4385         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4386         since removing it breaks people upgrading.
4387
4388         * shr.el (shr-put-image): Use the new interface for animating images.
4389         (shr-put-image): Animate for 60 seconds.
4390
4391         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4392         avoid compiler warnings.
4393
4394         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4395         error with `find-file-hooks' on Emacs 22.
4396         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4397         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4398         on all architectures.
4399
4400         * spam.el (spam-stat): Require in a normal fashion without binding
4401         `spam-stat-install-hooks' to avoid compilation warnings.
4402
4403         * spam-stat.el (spam-stat-install-hooks): Remove.
4404         (spam-stat-install-hooks): Don't run automatically.
4405
4406 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4407
4408         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4409         and keystroke.
4410
4411 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * auth-source.el (auth-source-netrc-cache): Move forward.
4414
4415 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416
4417         * proto-stream.el (proto-stream-open-starttls): Use
4418         `gnutls-available-p' to see whether we have built-in support.
4419
4420         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4421         we already know.
4422         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4423         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4424
4425 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4428         %S format, since that looks odd.
4429         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4430         file, especially when saving.
4431
4432 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4433
4434         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4435         article found.
4436
4437 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4440         `auth-source-save-secrets' with a more sensitive alist that can be
4441         configured per file.  Experimental, so defaults to 'never.
4442         (auth-source-netrc-create): Use it.  Still experimental code.
4443         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4444         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4445
4446 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4447
4448         * auth-source.el (auth-source-save-secrets): New variable to control if
4449         secret tokens should be saved encrypted.
4450         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4451         to `auth-source-netrc-normalize'.
4452         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4453         on the EPA variables being defined.
4454         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4455         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4456         the lexical-let closure.
4457         (auth-source-netrc-create): Create "gpg:" tokens according to
4458         `auth-source-save-secrets'.
4459
4460 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-group.el (gnus-group-update-group): Add new argument
4463         `info-unchanged' that stops updating dribble buffer.
4464
4465         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4466         deletes lines matching to it in dribble buffer.
4467
4468         * gnus-agent.el (gnus-agent-fetch-group-1):
4469         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4470         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4471         * gnus-start.el (gnus-group-change-level):
4472         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4473
4474         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4475         if newsgroup info is not changed.
4476
4477         * gnus-group.el (gnus-group-get-new-news-this-group):
4478         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4479         Don't update dribble buffer.
4480
4481 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4484         remove entries with groups we ignore.
4485
4486 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4489         the underline comes at the bottom.
4490
4491 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4494         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4495         (gnus-registry-article-marks-to-names): Rename from
4496         `gnus-registry-user-format-function-M2'.
4497
4498 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4501         ephemeral group.
4502
4503 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * shr.el (shr-browse-image): Copy the URL if called interactively.
4506
4507 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4510         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4511         done, then unselected articles may be marked as read.
4512
4513         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4514         since not doing this seems to lead to a race condition in pop3-logon.
4515
4516         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4517         so that the call chain it correct when we call "upwards".
4518
4519         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4520         in read-only groups.
4521
4522         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4523
4524         * message.el (message-cite-reply-position): Doc string fix.
4525
4526         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4527         avoid regexp overflow.
4528         (nnimap-transform-split-mail): Ditto.
4529
4530         * pop3.el (pop3-retr): Error out if the server closes the connection.
4531
4532 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4533
4534         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4535         mm-with-unibyte-current-buffer.  The buffer should not contain any
4536         multibyte chars anyway at this stage.
4537
4538 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4541         at the end of lines.
4542
4543 2011-05-29  Julien Danjou  <julien@danjou.info>
4544
4545         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4546
4547 2011-05-27  Glenn Morris  <rgm@gnu.org>
4548
4549         * gnus-group.el (gnus-bug-group-download-format-alist):
4550         Use the "maintainer" version of debian reports as well.
4551
4552 2011-05-26  Glenn Morris  <rgm@gnu.org>
4553
4554         * gnus-group.el (gnus-bug-group-download-format-alist):
4555         Use the "maintainer" version of debbugs.gnu.org reports.
4556
4557 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4560
4561 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4562
4563         * gnus-cus.el (gnus-agent-customize-category):
4564         * gnus-delay.el (gnus-delay-send-queue):
4565         * gnus.el (gnus-other-frame):
4566         Don't quote lambda expressions with `quote'.
4567
4568 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4569
4570         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4571         the thread moves us backwards and so we loop forever.
4572
4573 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4576         whitespace in base64 data lines.
4577
4578 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4579
4580         * gnus-registry.el (gnus-registry-user-format-function-M):
4581         Use `mapconcat'.
4582         (gnus-registry-user-format-function-M2): Use to see the full text of
4583         the marks.  Make "," the mark text separator.
4584
4585         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4586         authentication with auth-source.
4587
4588 2011-05-17  Glenn Morris  <rgm@gnu.org>
4589
4590         * gnus-group.el (gnus-import-other-newsrc-file):
4591         Use insert-file-contents.
4592
4593 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4594
4595         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4596         1000 iterations.
4597
4598 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * nntp.el (nntp-open-connection): Check if process-type is available.
4601
4602 2011-05-16  Julien Danjou  <julien@danjou.info>
4603
4604         * shr.el (shr-tag-del): Add support for del tag.
4605
4606 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-html.el (gnus-html-put-image): Register a displayer.
4609
4610         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4611
4612 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         * registry.el (prune-factor): New initialization parameter defaulting
4615         to 0.1.
4616         (registry-prune-hard): Use it.
4617
4618         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4619         0.1 expicitly.
4620
4621 2011-05-13  Glenn Morris  <rgm@gnu.org>
4622
4623         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4624         is bound, since this function requires sendmail.
4625
4626 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4627
4628         * registry.el (registry-usage-test): Disable pruning test.
4629
4630 2011-05-11  David Engster  <dengste@eml.cc>
4631
4632         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4633         Bind set-network-process-option for XEmacs.
4634
4635 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4636
4637         * registry.el (registry-prune-hard-candidates)
4638         (registry-prune-soft-candidates): Helper methods for registry pruning.
4639         (registry-prune): Use them.  Make the sort function optional.
4640
4641 2011-05-10  Jim Meyering  <meyering@redhat.com>
4642
4643         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4644
4645 2011-05-10  Julien Danjou  <julien@danjou.info>
4646
4647         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4648         symbol and not a list.
4649
4650 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * gnus-art.el (gnus-article-mode): Move binding of
4653         shr-put-image-function here from gnus-article-prepare-display.
4654
4655         * shr.el (shr-put-image-function): New variable.
4656         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4657         (shr-put-image): Return scaled image.
4658
4659         * gnus-art.el (gnus-shr-put-image): New function.
4660         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4661
4662         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4663         original ones, as deletable.
4664
4665 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4666
4667         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4668
4669 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4670
4671         * registry.el (registry-full): Add convenience method.  Fix logic.
4672         (registry-insert): Use it.  Fix logic here too.
4673
4674         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4675         `registry-prune' if `registry-full' returns t.
4676         (gnus-registry-handle-action)
4677         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4678         (gnus-registry-usage-test): Use it.
4679
4680 2011-05-07  Julien Danjou  <julien@danjou.info>
4681
4682         * shr.el (shr-link): Make shr-link inherit from link by default.
4683
4684 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4685
4686         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4687
4688 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4691         error out because the face is not a list.
4692
4693 2011-05-05  Glenn Morris  <rgm@gnu.org>
4694
4695         * proto-stream.el (gnutls-negotiate): Fix declarations.
4696
4697         * gnus-start.el (gnus-propagate-marks): Declare.
4698
4699 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4700
4701         * registry.el (registry-reindex): Fix percentage message.
4702
4703         * proto-stream.el (network-stream-open-starttls): Adjust to call
4704         `gnutls-negotiate' with :process and :hostname arguments.
4705
4706 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * shr.el: Add shr-link face for links.
4709         (shr-urlify): Use it.
4710
4711         * registry.el (registry-insert): Make error message more helpful.
4712
4713 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714
4715         * gnus-html.el (gnus-html-schedule-image-fetching):
4716         Use url-queue-retrieve, if it exists.
4717
4718         * shr.el (shr-tag-img): Ditto.
4719
4720         * gnus.el: Autoload more gnus-agent functions.
4721
4722         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4723         agent if we haven't already (bug#8502).
4724
4725         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4726         into the Agent, too.
4727
4728         * gnus-agent.el (gnus-agent-store-article): New function.
4729
4730         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4731         and moved from that file for reuse.
4732
4733         * pop3.el (pop3-open-server): Error messages are "-ERR".
4734
4735 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4738         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4739
4740 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4741
4742         * gnus.el: No Gnus v0.17 is released.
4743
4744 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4745
4746         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4747         buffer has moved to a different frame.
4748
4749 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4752         to get the conversion from unibyte to multibyte buffers to work on
4753         Emacs 22.
4754
4755         * nntp.el (nntp-request-article): Slight clean-up.
4756
4757 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * shr.el (shr-strike-through): New face.
4760         (shr-tag-s): Use it to provide <s> support.
4761         (shr-tag-s): Remove duplicate definition.
4762
4763 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4764
4765         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4766         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4767
4768 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4769
4770         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4771         `gnutls-negotiate'.
4772         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4773
4774 2011-04-23  Glenn Morris  <rgm@gnu.org>
4775
4776         * gnus-sum.el (gnus-extra-headers): Bump :version.
4777
4778 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * shr.el (shr-tag-sup): New function.
4781         (shr-tag-sub): Ditto.
4782
4783 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4784
4785         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4786         for the case where `gnus-registry-ignored-groups' is a list of lists,
4787         and don't call `gnus-parameter-registry-ignore' otherwise.
4788
4789 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * nnimap.el (nnimap-user): New backend variable.
4792         (nnimap-open-connection-1): Use it.
4793         (nnimap-credentials): Accept user parameter so it's explicit what user
4794         name is desired.
4795
4796         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4797         default.
4798
4799         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4800         not gnus-registry.el.
4801
4802         * gnus-registry.el: Mention in comments how to modify
4803         `gnus-extra-headers' for proper recipient tracking and that it may
4804         already have To and Cc recently, which it does as of this commit.
4805         (gnus-registry-ignored-groups): Remove defcustom.
4806         Explain why in comments.
4807         (gnus-registry-action): Fix data-header reference to use the extra
4808         headers.  Explain in package commentary how to add To and Cc headers to
4809         the gnus-extra-headers.
4810         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4811         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4812         parameter list or a string list in `gnus-registry-ignored-groups'.
4813         Fix logic error.
4814
4815 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4816
4817         * shr.el (shr-expand-url): Protect against null urls.
4818
4819 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * shr.el (shr-base): New binding.
4822         (shr-tag-base): Keep track of <base>.
4823         (shr-expand-url): New function used throughout.
4824
4825 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4826
4827         * gnus-registry.el
4828         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4829         (gnus-registry-ignored-groups): New variable.
4830         (gnus-registry-ignore-group-p): Use it.
4831         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4832         set the destination group to nil (same as delete) if it's ignored.
4833
4834 2011-04-20  David Engster  <dengste@eml.cc>
4835
4836         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4837
4838         * Makefile.in (test-nntp): New rule.
4839         (check): Add it.
4840         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4841
4842 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-registry.el (gnus-registry-action)
4845         (gnus-registry-fetch-header-fast):
4846         Don't use mail-header that looks an internal function of mailheader.el.
4847
4848 2011-04-19  Glenn Morris  <rgm@gnu.org>
4849
4850         * time-date.el (time-to-days): Remove unused local variables.
4851
4852 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-registry.el: Eliminate cl functions.
4855         (gnus-registry-sort-addresses): New function that replaces mapcan.
4856         (gnus-registry-action, gnus-registry-spool-action)
4857         (gnus-registry-split-fancy-with-parent)
4858         (gnus-registry-fetch-recipients-fast): Use it.
4859         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4860
4861         * registry.el (initialize-instance, registry-lookup)
4862         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4863         (registry-lookup-secondary-value, registry-search, registry-delete)
4864         (registry-insert, registry-reindex, registry-size, registry-prune):
4865         Use eval-and-compile.
4866
4867 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * registry.el (registry-reindex): New method to recreate the secondary
4870         registry indices.
4871
4872         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4873         tracked field changes.
4874         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4875         (gnus-registry-action, gnus-registry-spool-action)
4876         (gnus-registry-handle-action)
4877         (gnus-registry--split-fancy-with-parent-internal)
4878         (gnus-registry-split-fancy-with-parent)
4879         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4880         move, and delete actions, and for fancy splitting with parent.
4881         (gnus-registry-extract-addresses)
4882         (gnus-registry-fetch-recipients-fast)
4883         (gnus-registry-fetch-header-fast): Convenience functions.
4884         (gnus-registry-misc-test): ERT test of
4885         `gnus-registry-extract-addresses'.
4886
4887 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4888
4889         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4890         Track by subject first, then sender.
4891
4892 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4893
4894         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4895
4896         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4897         Lisp.
4898
4899         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4900         (gnus-draft-send): Use it to avoid popping
4901         up frames from gnus-group-send-queue.
4902
4903 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4904
4905         * gnus-registry.el: Updated gnus-registry docs.
4906
4907 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4910         Fix logic bug.
4911         (gnus-registry-post-process-groups): Fix logging of no results and
4912         quote sender and subject.
4913
4914 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4917         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4918         gnutls-cli are too slow to be done opportunistically.
4919
4920         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4921         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4922         we had no early-data returned.
4923         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4924         two async commands to the same server at the same time.
4925
4926 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4927
4928         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4929
4930 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4933         "warning" level.
4934
4935         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4936         (mm-url-insert-file-contents): Don't set the package names.
4937
4938 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * gnus-registry.el (gnus-registry-action): Remove properties and
4941         simplify subject in `gnus-registry-handle-action'.
4942         (gnus-registry-spool-action): Get subject and sender from message if
4943         they are not passed in.
4944         (gnus-registry-handle-action): Remove properties and simplify subject
4945         consistently.
4946
4947 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4948
4949         * registry.el: Require CL before using defmacro*.
4950
4951 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * gnus-art.el (article-treat-date): Assume that
4954         gnus-article-date-headers may be a group parameter.
4955
4956 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4959
4960         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4961         interactively so the newsrc file can contain foreign groups too.
4962         Useful for debugging but not much for users.
4963
4964 2011-04-07  David Engster  <dengste@eml.cc>
4965
4966         * registry.el (registry-usage-test): Only do
4967         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4968         lexical binding.
4969
4970 2011-04-07  David Engster  <dengste@eml.cc>
4971
4972         * Makefile.in (check, test-registry): New rules for test-suite.
4973
4974 2011-04-06  David Engster  <dengste@eml.cc>
4975
4976         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4977         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4978
4979 2011-04-06  David Engster  <dengste@eml.cc>
4980
4981         * registry.el (initialize-instance): Change :after to :AFTER to be
4982         compatible with old EIEIO version in XEmacs.
4983
4984 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4985
4986         * gnus-registry.el (gnus-registry-post-process-groups)
4987         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4988         and provide better messaging.
4989
4990 2011-04-06  David Engster  <dengste@eml.cc>
4991
4992         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4993         errors.
4994
4995         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4996         dgnushack-compile with error-on-warn enabled, and to signal an error if
4997         clean compilation failed.
4998         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4999         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5000
5001 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5002
5003         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5004         unconditionally anyway, discarding errors.
5005         (gnus-registry-delete-entries): New convenience function.
5006         (gnus-registry-import-eld): Import from old .eld registry.
5007
5008         * registry.el: Don't use ERT if it's not available.  Load it
5009         unconditionally anyway, discarding errors.
5010
5011         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5012         version from the Claudio Bley GnuTLS patch (extra optional parameters
5013         and host name).
5014
5015 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5018         fixup the parameters that can be customized by the user between
5019         save/read cycles.
5020         (gnus-registry-read): Use it.
5021         (gnus-registry-make-db): Use it.
5022         (gnus-registry-spool-action, gnus-registry-handle-action):
5023         Fix messaging.
5024         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5025         Map references to actual group names with sender and subject tracking.
5026         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5027         (gnus-registry-usage-test): Add subject lookup test.
5028
5029         * registry.el (registry-db, initialize-instance): Set up constructor
5030         instead of :initform arguments for the sake of older Emacsen.
5031         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5032         pre-lexbind merge bug.
5033         (registry-usage-test): Use it.
5034         (initialize-instance, registry-db): Move the non-function initforms
5035         back to the class definition.
5036
5037 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5038
5039         * registry.el: New library to manage gnus-registry-style data.
5040
5041         * gnus-registry.el: Use it (major rewrite).
5042
5043         * nnregistry.el: Use it.
5044
5045         * spam.el: Use it.
5046
5047 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5050         marks on non-selected articles.
5051
5052 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5053
5054         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5055         parameter to open-protocol-stream.
5056
5057 2011-04-01  Julien Danjou  <julien@danjou.info>
5058
5059         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5060         fundamental-mode.
5061
5062 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5065         servers.
5066
5067 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5070         made marks not propagate, again.
5071
5072 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5073
5074         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5075         Make this the default type.
5076         (proto-stream-open-plain): Rename from proto-stream-open-default.
5077         (open-protocol-stream, proto-stream-open-starttls)
5078         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5079         with `plain'.
5080
5081         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5082         value.
5083
5084         * nntp.el (nntp-open-connection-function): Document the fact that some
5085         values are not functions but are instead handled specially.
5086         Recognize nntp-open-plain-stream value.
5087         (nntp-open-connection): Recognize that value.
5088
5089 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
5092         where it seems to be needed.
5093
5094 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5097         stuff.
5098
5099         * gnus-score.el (gnus-score-string): Fix calling convention of
5100         `gnus-simplify-buffer-fuzzy' after last patches.
5101
5102         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5103         server for articles we didn't get any headers for.  This is a sanity
5104         check.
5105
5106 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5107
5108         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5109         new CAPABILITY, use it.
5110
5111 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5114         downloading anything.
5115
5116         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5117
5118 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5119
5120         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5121         colors.
5122         (gnus-splash-svg-color-symbols): New function.
5123
5124 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5127         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5128         (gnus-simplify-subject-fuzzy): Use the local
5129         gnus-simplify-subject-fuzzy-regex instead of the global one.
5130         This makes using this variable in group parameters work.
5131
5132 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * gnus-registry.el (gnus-registry-unfollowed-groups):
5135         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5136         archive:sent-YYYY-MM-DD groups).
5137         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5138         tracking if there are more than `gnus-registry-max-track-groups'
5139         matches.
5140
5141 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5142
5143         * message.el (message--yank-original-internal): New function to do the
5144         insertion cleanly inside eval in `message-yank-original'.
5145         (message-yank-original): Use it.
5146
5147 2011-03-29  Julien Danjou  <julien@danjou.info>
5148
5149         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5150         local variables disabled rather than `normal-mode'.
5151
5152 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5153
5154         * imap.el (imap-shell-open, imap-process-connection-type):
5155         Use imap-process-connection-type for 'shell' streams as well as
5156         Kerberos, SSL, other subprocesses.
5157
5158 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5159
5160         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5161         with open-network-stream.
5162         (proto-stream-always-use-starttls): Option removed.
5163         (open-protocol-stream): Return a process object by default.  Provide a
5164         new parameter :return-list specifying a list-type return value, which
5165         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5166         :type `network' to `try-starttls', and `network-only' to `default'.
5167         Make `default' the default, for compatibility with open-network-stream.
5168         Handle the no-parameter case exactly as open-network-stream, with no
5169         additional stream processing.  Search plists using plist-get.
5170         Explicitly add :end-of-commend parameter if it is missing.
5171         (proto-stream-open-default): Rename from
5172         proto-stream-open-network-only.  Return 'default as the type.
5173         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5174         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5175         failed.  Always return a list with a (possibly dead) process as the
5176         first element, for compatibility with open-network-stream.
5177         (proto-stream-open-tls): Use plist-get.  Always return a list.
5178         (proto-stream-open-shell): Return `default' as connection type.
5179         (proto-stream-capability-open): Use plist-get.
5180         (proto-stream-eoc): Function deleted.
5181
5182         * nnimap.el (nnimap-stream, nnimap-open-connection)
5183         (nnimap-open-connection-1): Handle renaming of :type parameter for
5184         open-protocol-stream.
5185         (nnimap-open-connection-1): Pass a :return-list parameter
5186         open-protocol-stream to obtain a list return value.  Parse this list
5187         using plist-get.
5188
5189         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5190         for open-protocol-stream.  Accept open-protocol-stream return value
5191         that is a subprocess object instead of a list.  Handle the case of a
5192         dead returned process.
5193
5194 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5195
5196         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5197
5198         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5199
5200 2011-03-21  Julien Danjou  <julien@danjou.info>
5201
5202         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5203         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5204         query.
5205         (mm-inline-text): Render normal text with fontification whenever
5206         possible.
5207
5208         * gnus-sum.el (gnus-summary-save-parts-1):
5209         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5210         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5211         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5212         Use `mm-handle-filename'.
5213
5214         * mm-util.el (mm-handle-filename): New function, return the filename of
5215         an handle.
5216
5217 2011-03-18  Julien Danjou  <julien@danjou.info>
5218
5219         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5220         (gnus-buffer-live-p): Check that buffer is not nil.
5221
5222 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5223
5224         * gnus.el: No Gnus v0.15 is released.
5225
5226 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227
5228         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5229         avoid warning on XEmacs.
5230
5231         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5232         on XEmacs.
5233
5234         * gnus-art.el: Require mouse, which the build bot seems to say is
5235         needed.
5236
5237         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5238
5239         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5240         XEmacs, since it doesn't have url-retrieve-synchronously.
5241
5242         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5243         since assoc-string doesn't exist in XEmacs.
5244
5245 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5246
5247         * gnus-group.el (gnus-group-list-ticked): New function.
5248         (gnus-group-make-menu-bar): Provide a menu entry for it.
5249         (gnus-group-list-map): Provide a binding for it.
5250
5251 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * shr.el (shr-visit-file): New command.
5254
5255         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5256
5257 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5258
5259         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5260         servers.
5261
5262 2011-03-16  Julien Danjou  <julien@danjou.info>
5263
5264         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5265         inline.
5266
5267         * gnus-art.el (article-hide-list-identifiers):
5268         Use gnus-group-get-list-identifiers.
5269
5270         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5271         (gnus-summary-remove-list-identifiers):
5272         Use gnus-group-get-list-identifiers to get regexp.
5273         (gnus-select-newsgroup, gnus-summary-insert-subject)
5274         (gnus-summary-insert-articles):
5275         Call gnus-summary-remove-list-identifiers unconditionally.
5276
5277 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5278
5279         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5280         we're selecting a group with unread articles.
5281
5282         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5283
5284         * gssapi.el: New file separated out from imap.el to provide a general
5285         Kerberos 5 connection facility for Emacs.
5286
5287         * message.el (message-elide-ellipsis): Document the format spec
5288         ellipsis.
5289
5290 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * message.el (message-elide-region): Allow the ellipsis to say how many
5293         lines were removed.
5294
5295 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5298         window configurations containing buffers that are now dead.
5299
5300         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5301         parsing to avoid integer overflows.
5302         (nnimap-parse-flags): Simplify the last change.
5303         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5304         too large for 32-bit Emacsen.
5305
5306 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5307
5308         * auth-source.el (auth-source-netrc-create):
5309         * message.el (message-yank-original): Fix use of `case'.
5310
5311 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5312
5313         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5314         XEmacs, which was one character too wide.
5315
5316 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5317
5318         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5319         default number of articles to display.
5320         (gnus-articles-to-read): Use pretty names for prompt.
5321
5322 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-int.el (gnus-open-server): Ditto.
5325
5326         * gnus-start.el (gnus-activate-group): Give a backtrace if
5327         debug-on-quit is set and the user hits `C-g'.
5328         (gnus-read-active-file): Ditto.
5329
5330         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5331
5332 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * message.el (message-yank-original): Use cond instead of CL case.
5335
5336 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * auth-source.el (auth-source-netrc-create): Use usual format for the
5339         default in prompts.
5340
5341 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * lpath.el: Fbind read-char-choice for XEmacs.
5344
5345 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5346
5347         * auth-source.el (auth-source-netrc-create): Show the default in the
5348         prompt when prompting for token creation.
5349
5350 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5351
5352         * auth-source.el (auth-source-format-prompt): Always convert the value
5353         to a string to avoid evaluating non-string arguments.
5354         (auth-source-netrc-create): Offer default properly, not as initial
5355         content in `read-string'.
5356         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5357         of line to determine if we've been run before.  If so, don't run again,
5358         but print a trivial message to indicate the cache was hit instead.
5359
5360 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5361
5362         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5363         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5364         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5365         Gnus.
5366
5367 2011-03-11  Julien Danjou  <julien@danjou.info>
5368
5369         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5370         modified file".
5371
5372 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * auth-source.el (auth-source-read-char-choice): New function to read a
5375         character choice using `dropdown-list', `read-char-choice', or
5376         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5377         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5378         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5379         (auth-source-netrc-saver): Use it.
5380         (auth-source-pick-first-password): New convenience function.
5381
5382 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5385         parameter in the credentials.
5386         (nnimap-open-connection-1): Use it after a successful login.
5387         (nnimap-credentials): Add IMAP-specific user and password prompt.
5388
5389         * auth-source.el (auth-source-search): Add :require parameter, taking a
5390         list.  Document it and the :save-function return token.  Pass :require
5391         down.  Change the CREATED message from a warning to a debug statement.
5392         (auth-source-search-backends): Pass :require down.
5393         (auth-source-netrc-search): Pass :require down.
5394         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5395         Change save prompt to indicate all modifications saved here are
5396         deletions.
5397         (auth-source-netrc-create): Take user login name as default in user
5398         prompt.  Move all the save functionality to a lexically bound function
5399         under the :save-function token in the returned list.  Set up clearer
5400         default prompts for user, host, port, and secret.
5401         (auth-source-netrc-saver): New function, intended to be wrapped for
5402         :save-function.
5403
5404 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5407         lines to be spaces instead.
5408
5409 2011-03-07  Julien Danjou  <julien@danjou.info>
5410
5411         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5412         (sieve-sasl-auth): Check that auth-source-search did return something,
5413         or just return an empty string.
5414
5415 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5416
5417         * gnus.el (gnus-interactive): Use read-directory-name.
5418
5419         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5420         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5421         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5422         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5423         Likewise.
5424
5425         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5426
5427 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5430         onto the list of killed groups, too.  This makes killed nnimap groups,
5431         for instance, more reliably not reappear.
5432
5433         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5434         the parent.
5435
5436         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5437
5438         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5439         really have server-side marks.
5440
5441         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5442         since most backends do not usefully have server-side marks.
5443         (gnus-update-read-articles): Propagate marks to all backends that
5444         really have server-side marks.
5445
5446 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5447
5448         * message.el (message-cite-reply-position, message-cite-style):
5449         New variables.
5450         (message-yank-original): Use the new citation styles.
5451
5452 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5453
5454         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5455         buffer-local issue); don't mark it buffer-local when running under
5456         XEmacs.
5457
5458 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5459
5460         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5461         numbers too big to be `read'.
5462
5463 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5464
5465         * password-cache.el (password-in-cache-p): Add autoload.
5466
5467         * message.el (message-options): Make buffer-local two ways to attempt
5468         to fix a XEmacs bug.
5469
5470 2011-03-02  Julien Danjou  <julien@danjou.info>
5471
5472         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5473
5474 2011-03-01  Julien Danjou  <julien@danjou.info>
5475
5476         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5477         group.
5478         (article-hide-list-identifiers): Use list-identifier group parameter.
5479
5480 2011-02-28  Julien Danjou  <julien@danjou.info>
5481
5482         * sieve.el (sieve-buffer-script-name): New local variable to store
5483         sieve script name.
5484         (sieve-edit-script): Store sieve script name.
5485         (sieve-upload): Use sieve script name when uploading.
5486         (sieve-upload): Use substitute-command-keys.
5487         (sieve-edit-script): Use substitute-command-keys.
5488         (sieve-refresh-scriptlist): Use substitute-command-keys.
5489         (sieve-manage-mode-map): Define keymap properly.
5490         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5491         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5492         Remove commented code about cvs.
5493         (sieve-manage-quit): New function.
5494         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5495
5496 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5499
5500 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5501
5502         * auth-source.el (auth-source-search): Cache empty result sets.
5503
5504         * password-cache.el (password-in-cache-p): Convenience function to
5505         check if a key is in the cache, even if the value is nil.
5506
5507         * auth-source.el (auth-source-save-behavior): New variable to replace
5508         `auth-source-never-create'.
5509         (auth-source-netrc-create): Use it.
5510         (auth-source-never-save): Remove.
5511
5512 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnimap.el (nnimap-stream): Doc fix.
5515         (nnimap-open-connection-1): Reverse the order of the ports to that the
5516         prompted-for port is first.
5517
5518         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5519         retrieval by the no-group selection.
5520
5521         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5522         numerical parameters.
5523
5524 2011-02-25  Julien Danjou  <julien@danjou.info>
5525
5526         * gnus-gravatar.el: Use gnus-with-article-buffer.
5527
5528         * gnus-art.el (gnus-with-article-buffer): Check that the
5529         gnus-article-buffer is alive.
5530
5531 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * auth-source.el (auth-source-creation-prompts): New variable to manage
5534         creation-time prompts.
5535         (auth-source-search): Document it.
5536         (auth-source-format-prompt): Add utility function.
5537         (auth-source-netrc-create): Don't default the user name to
5538         user-login-name.  Use `auth-source-creation-prompts' and some default
5539         prompts for user, host, port, and password (the default generic prompt
5540         remains ugly).
5541         (auth-source-never-save): Add customizable option to never save info.
5542         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5543         mode excursion.
5544
5545 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5548         argument that XEmacs doesn't support.
5549
5550         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5551         compiled for Emacsen having no `libxml-parse-html-region' support.
5552
5553         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5554
5555         * lpath.el: Bind buffer-save-without-query for XEmacs.
5556
5557 2011-02-23  Julien Danjou  <julien@danjou.info>
5558
5559         * gnus-art.el (article-make-date-line): Ignore errors if time is
5560         invalid and not convertible.
5561         (article-make-date-line): Only add lapsed time if time is not nil.
5562
5563 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5566         `read-char-choice' for backwards compatibility.
5567         (auth-source-netrc-element-or-first): New function to DTRT for
5568         parameter extraction.
5569         (auth-source-netrc-create): Use it and fix multiple parameter print
5570         bug.  Use the default passed from above (given-default) or the
5571         built-in (user-login-name for :user).
5572
5573 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5574
5575         * gnus-start.el (gnus-dribble-read-file):
5576         Set buffer-save-without-query, since we always want to save the dribble
5577         file, probably.
5578
5579         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5580         nnimap.
5581
5582         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5583         -summary- since it's a user-visible variable.
5584
5585         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5586         first time you use the new Gnus.
5587
5588 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * auth-source.el: Don't load netrc.el.
5591         (auth-sources): Search ~/.netrc as well by default.
5592         (auth-source-debug): Add 'trivia option for extra output.
5593         (auth-source-do-trivia): Use it.
5594         (auth-source-search): Simplify logic to use
5595         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5596         appropriate.  Don't keep a running count at this level.  Layer :create
5597         and :delete options appropriately on the first and second passes.
5598         Don't track the backend with the search results.
5599         (auth-source-search-backends): New function to search a list of
5600         backends for a processed spec.
5601         (auth-source-netrc-parse): Cache all netrc files, making
5602         auth-source-netrc-cache an alist keyed by the file name and using the
5603         file mtime as the caching criterion.  Keep the obfuscated data secret
5604         with a lexical bind.
5605         (auth-source-netrc-search): Don't calculate the length of the results
5606         unnecessarily.
5607         (auth-source-search-backends): Fix bug.
5608         (auth-source-netrc-create): Rework prompts.
5609
5610 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5611
5612         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5613         Lower case names of search constraints.
5614         (nnir-run-query): Cache and reuse search constraints for all imap
5615         servers.
5616
5617 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5620         after exit.
5621         (gnus-setup-message): Define missing variable from last checkin.
5622
5623         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5624         value, show the raw article.
5625
5626 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5627
5628         * gnus.el: No Gnus v0.13 is released.
5629
5630 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5631
5632         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5633         auth-source now accepts numbers.
5634
5635         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5636         spec, too.
5637         (auth-source-ensure-strings): New function.
5638
5639         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5640         (gnus-article-setup-buffer): Always restart the date timer so that user
5641         changes to the frequency is respected.
5642
5643         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5644         port numbers, so make sure it gets that if nnimap-server-port is
5645         explicit.
5646
5647 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5648
5649         * nnimap.el (nnimap-inbox): Doc fix.
5650
5651 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5652
5653         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5654         Autoload.  Add optional arg FRAME, and pass it to color-values.
5655         (color-complement): Caller changed.  Doc fix.
5656         (color-gradient): Rewrite for better clarity and efficiency.
5657
5658 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5659
5660         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5661         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5662         color-lab-to-srgb.
5663
5664 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5665
5666         * color.el: First part of merge from hexrgb.el.
5667         (color-rgb-to-hex): Rename from color-rgb->hex.
5668         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5669         saturation to zero if the value is too small.
5670         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5671         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5672         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5673         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5674         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5675         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5676         (color-cie-de2000): Doc fix.
5677
5678 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5679
5680         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5681         given method as in the group name if we're using an extended method.
5682         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5683         command, if we're using that, instead of waiting for the beginning.
5684
5685         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5686         we're sure to get unique server names, and we don't output two async
5687         commands in the same buffer.  This fixes an NNTP hang for some users.
5688
5689 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5690
5691         * gnus.el: No Gnus v0.11 is released.
5692
5693 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5696         summary buffer before reading going to the next buffer.  This avoids
5697         putting the point in the group buffer if you `C-g' the command.
5698
5699         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5700         cache (for now) to make ~/.authinfo.gpg files usable.
5701
5702         * nnfolder.el (copyright-update): Define for the compiler.
5703
5704         * auth-source.el (auth-source-search): Fix unbound variable.
5705
5706 2011-02-19  Glenn Morris  <rgm@gnu.org>
5707
5708         * gnus.el (gnus-meta): Doc fix.
5709
5710 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5711
5712         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5713         in case it's not yet loaded.
5714
5715 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5716
5717         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5718         line we're waiting for.
5719
5720 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5721
5722         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5723         face with line-width greater than zero will cause RET in gnus summary
5724         buffer to scroll down article page-wise because auto vscroll happens,
5725         it should be temporally disabled when doing a scroll-up.
5726
5727 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5728
5729         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5730         outputs from the server.
5731
5732 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5733
5734         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5735         later so that bbdb can hook in easier.
5736
5737 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5738
5739         * auth-source.el (auth-source-search): Don't try to create credentials
5740         if the caller doesn't want that.
5741         (auth-source-search): If we don't find a match, don't bug out on
5742         non-bound variables.
5743         (auth-source-search): Only ask a single backend to create the
5744         credentials.
5745
5746         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5747         logging.
5748         (nnimap-credentials): Protect against auth-source-search returning nil.
5749         (nnimap-request-list): Protect against not being able to open the
5750         server.
5751
5752 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5753
5754         * auth-source.el (auth-source-search): Do a two-phase search, one with
5755         no :create to get the responses from all backends.
5756
5757         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5758         when getting credentials.
5759
5760         * gnus-util.el (gnus-delete-duplicates): New function.
5761
5762 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5765         a creation default, pass the whole port list down.  It will be
5766         completed.
5767
5768         * auth-source.el (auth-source-search): Updated docs to talk about
5769         multiple creation choices.
5770         (auth-source-netrc-create): Accept a list as a value (from the search
5771         parameters) and do completion on that list.  Keep a separate netrc line
5772         with the password obscured for showing the user.
5773
5774         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5775         first choice to `auth-source-search' so it will be used for entry
5776         creation instead of the server's Gnus-specific name.
5777         (nnimap-credentials): Rely on the auth-source library to select which
5778         port is actually wanted in the new netrc entry, so don't override
5779         `auth-source-creation-defaults'.
5780
5781         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5782         :protocol and accept a missing user, host, or port as a wildcard match.
5783         (auth-source-debug): Default to off.
5784
5785         (auth-source-netrc-search, auth-source-netrc-create)
5786         (auth-source-secrets-search, auth-source-secrets-create)
5787         (auth-source-user-or-password, auth-source-backend, auth-sources)
5788         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5789         instead of :protocol.
5790
5791         * nnimap.el (nnimap-credentials): Pass a port default to
5792         `auth-source-search' in case an entry needs to be created.
5793         (nnimap-open-connection-1): Use :port instead of :protocol.
5794
5795 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * auth-source.el: Bind load-path when loading EIEIO from
5798         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5799         21.4 doesn't support, to `require'.
5800         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5801         delete-dups that is not available in XEmacs 21.4.
5802
5803 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5804
5805         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5806         as EIEIO must also be loaded when auth-source.el is being
5807         byte-compiled.
5808
5809 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5810
5811         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5812
5813         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5814
5815         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5816
5817         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5818
5819         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5820
5821         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5822
5823         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5824
5825         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5826         necessary.
5827
5828 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5831         nil means that nnimap doesn't get updated.
5832
5833 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5836         result when the user doesn't want to write to the file.
5837         (auth-source-netrc-search): Expect a synthetic result and proceed
5838         accordingly.
5839         (auth-source-cache-expiry): New variable to override
5840         `password-cache-expiry'.
5841         (auth-source-remember): Use it.
5842
5843         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5844         parameter.  Create entry if necessary by using :create t.
5845         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5846
5847 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5848
5849         * auth-source.el (auth-source-debug): Enable by default and don't
5850         mention the obsolete `auth-source-hide-passwords'.
5851         (auth-source-do-warn): New function to debug unconditionally.
5852         (auth-source-do-debug): Use it.
5853         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5854         and for Secrets API entries when the secrets.el library is not
5855         available.
5856
5857 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5860         (gnus-summary-exit): Kill the correct article buffer on exit from a
5861         `C-d' group.
5862
5863         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5864         gnus-propagate-marks.
5865
5866         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5867         before killing the buffers so that a non-full window conf gets handled
5868         correctly.
5869         (gnus-summary-exit): Ditto.
5870         (gnus-summary-read-group-1): Ditto.
5871
5872         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5873         async code again so that we can debug it properly.
5874
5875         * message.el (message-reply): Take an optional switch-buffer parameter
5876         so that Gnus window confs are respected better.
5877
5878 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5879
5880         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5881         `plist-get' to accept non-list parameters (XEmacs issue).
5882         Fix docstring.
5883         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5884         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5885         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5886         Login collection is "Login" and not "login".
5887
5888 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5889
5890         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5891         multiple headers.
5892
5893         * nnimap.el (nnimap-inhibit-logging): New variable.
5894         (nnimap-log-command): Don't log login commands.
5895
5896         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5897         to have more parameters.
5898
5899         * nnimap.el (nnimap-send-command): Mark the command time for each
5900         command, so that we don't get NOOPs stepping on our toes.
5901
5902         * gnus-art.el (article-date-ut): Get the date from the Date header on
5903         `t'.
5904
5905 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * auth-source.el (auth-source-search): Use copy-sequence instead of
5908         the cl.el copy-list.
5909
5910 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5911
5912         * imap.el: Bring it back (revert
5913         84d800cd31de3064f0ed39617d725709a2f8f42f).
5914
5915 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5916
5917         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5918         Improve prompt.
5919
5920 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5921
5922         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5923         washing status from the default format.  It isn't very informative.
5924
5925 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5926
5927         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5928         Fix Gcc processing on imap.
5929
5930 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5931
5932         * imap.el: Remove file.  All the functionality is in nnimap.el.
5933
5934 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5935
5936         * message.el (message-bury): Don't pop up a new window when selected
5937         window is dedicated.
5938
5939 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5940
5941         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5942
5943 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5944
5945         * sieve-manage.el: Autoload `auth-source-search'.
5946         (sieve-sasl-auth): Use it.
5947
5948 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * nnimap.el: Autoload `auth-source-forget+'.
5951         (nnimap-open-connection-1): Use it if the connection fails.
5952
5953         * auth-source.el: Require `password-cache'.
5954         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5955         obsolete.
5956         (auth-source-magic): Marker for `password-cache' keys.
5957         (auth-source-do-cache): Update docstring.
5958         (auth-source-search): Use and check cache.
5959         (auth-source-forget-all-cached, auth-source-remember)
5960         (auth-source-recall, auth-source-forget, auth-source-forget+)
5961         (auth-source-specmatchp): Caching support functions.
5962         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5963         Remove and obsolete.
5964         (auth-source-user-or-password): Remove caching to further discourage
5965         using it.  Always hide passwords.
5966
5967         * password-cache.el (password-cache-remove): Accept secrets that are
5968         not strings.
5969
5970 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5971
5972         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5973         code for now, since it doesn't work for all users.
5974
5975 2011-02-09  Julien Danjou  <julien@danjou.info>
5976
5977         * message.el (message-options): Make message-options really buffer
5978         local.
5979
5980 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5981
5982         * mail-source.el: Autoload `auth-source-search'.
5983         (mail-source-keyword-map): Note order matters.
5984         (mail-source-set-1): Get all the mail-source source values and
5985         defaults and search auth-source on those if needed.  This can all
5986         probably be simplified.
5987
5988         * nnimap.el: Autoload `auth-source-search'.
5989         (nnimap-credentials): Use it.
5990         (nnimap-open-connection-1): Ask for the virtual server and physical
5991         address in one shot.
5992
5993         * nntp.el: Autoload `auth-source-search'.
5994         (nntp-send-authinfo): Use it.  Note TODO.
5995
5996 2011-02-08  Julien Danjou  <julien@danjou.info>
5997
5998         * shr.el (shr-tag-body): Add support for text attribute in body
5999         markups.
6000
6001         * message.el (message-options): Make message-options a local variable.
6002
6003 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6004
6005         * auth-source.el (auth-source-secrets-search)
6006         (auth-source-user-or-password): Use `append' instead of `nconc'.
6007         (auth-source-user-or-password): Build return list better and protect
6008         against nil :secret.
6009
6010 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6011
6012         * nnimap.el (nnimap-update-info): Refactor slightly.
6013         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6014         (nnimap-update-info): Clean up slightly.
6015         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6016         characters.
6017         (nnimap-process-quirk): Rename function to avoid collision.
6018         (nnimap-update-info): Fix macrology bug-out.
6019         (nnimap-update-info): Simplify split history test.
6020
6021 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6022
6023         * auth-source.el (top): Require 'eieio unconditionally.
6024         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6025         (auth-source-secrets-search): Limit search when `max' is greater than
6026         number of results.
6027
6028 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6029
6030         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6031         part not returning any data.
6032
6033         * proto-stream.el (open-protocol-stream): Document the return value.
6034
6035 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6036
6037         * auth-source.el (auth-source-secrets-search): Add examples.
6038
6039 2011-02-06  Julien Danjou  <julien@danjou.info>
6040
6041         * message.el (message-setup-1): Handle message-generate-headers-first
6042         set to t.
6043
6044 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6047         API with a string "secrets:collection-name" and with 'default.
6048         (auth-source-backend-parse): Parse "secrets:collection-name" and
6049         'default.  Recurse on parses instead of repeating code.  Use the
6050         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6051         message when ignoring a source.
6052         (auth-source-search): List ignored search keys at the top level.
6053         (auth-source-netrc-create): Use `case' instead of `cond'.
6054         (auth-source-secrets-search): Created with TODOs.
6055         (auth-source-secrets-create): Created with TODOs.
6056         (auth-source-retrieve, auth-source-create, auth-source-delete)
6057         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6058         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6059         (auth-source-user-or-password-sftp)
6060         (auth-source-user-or-password-smtp): Remove.
6061         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6062         around `auth-source-search'.  Not tested thoroughly.
6063
6064 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * auth-source.el: Bring in assoc and eioeio libraries.
6067         (secrets-enabled): New variable to track the status of the Secrets API.
6068         (auth-source-backend): New EIOEIO class to represent a backend.
6069         (auth-source-creation-defaults): New variable to set prompt defaults
6070         during token creation (see the `auth-source-search' docstring for
6071         details).
6072         (auth-sources): Simplify to allow a simple string as a netrc backend
6073         spec.
6074         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6075         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6076         (auth-source-search): Main auth-source API entry point.
6077         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6078         (auth-source-search-collection): Helper function for searching.
6079         (auth-source-netrc-parse, auth-source-netrc-normalize)
6080         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6081         Supports search, create, and delete.
6082         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6083         backend stubs.
6084         (auth-source-user-or-password): Call `auth-source-search' but it's not
6085         ready yet.
6086
6087 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6088
6089         * message.el (message-setup-1): Remove the read-only stuff, since it
6090         doesn't work under XEmacs, for some reason.
6091
6092         * gnus-sum.el (gnus-user-date): Rename back from
6093         gnus-summary-user-date since user code refers to it.
6094
6095         * shr.el (shr-render-td): Store the actual background color used.
6096
6097         * message.el (message-setup-1): Don't bind the constant
6098         -forbidden-properties.
6099         (message-setup-1): Revert previous change, since it needs to bind the
6100         props to insert them.
6101         (message-resend): Allow removing the read-only separator line.
6102
6103 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6104
6105         * nnimap.el (nnimap-request-accept-article): Give an error message if
6106         the APPEND wasn't successful.
6107
6108 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6109
6110         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6111         that have no groups.
6112
6113 2011-02-03  Julien Danjou  <julien@danjou.info>
6114
6115         * gnus-draft.el: Remove progn around gnus-draft-setup.
6116
6117 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6118
6119         * gnus-start.el (gnus-read-active-for-groups): This function is never
6120         called with a nil `infos', so clean that up.
6121         (gnus-get-unread-articles): Request active files from primary/secondary
6122         methods that have no groups (yet).
6123
6124 2011-02-03  Julien Danjou  <julien@danjou.info>
6125
6126         * message.el (message-setup-1): Always generate References first.
6127         (message-mail): Return the return value of message-setup, not always t.
6128         (message-setup-1): Insert mail-header-separator with read-only and
6129         intangible properties set.
6130
6131         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6132         user-date in docstring.
6133
6134         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6135
6136         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6137         docstring.
6138
6139         * gnus.el (gnus-user-date-format-alist): Change default value.
6140         Use defcustom, with type and group. Move from gnus-util.el.
6141         Rename to gnus-summary-user-date-format-alist.
6142
6143 2011-02-03  Glenn Morris  <rgm@gnu.org>
6144
6145         * nnimap.el (gnus-fetch-headers): Declare.
6146
6147         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6148
6149 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6150
6151         * message.el (message-forward-make-body-digest-plain)
6152         (message-followup, message-reply): Clean up things noted by Stefan.
6153
6154         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6155         gnus-article-update-date-headers is nil.
6156         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6157         it didn't really work with defcustom.
6158         (article-update-date-lapsed): Make sure the window start doesn't move,
6159         either.
6160
6161 2011-02-01  Julien Danjou  <julien@danjou.info>
6162
6163         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6164         format.
6165
6166         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6167         standard in Emacs nowadays.
6168
6169         * color.el (color-gradient): Add a color-gradient function.
6170
6171 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6172
6173         * message.el (message-expand-name): Don't trust the return value of
6174         bbdb-complete-name.
6175         (message-check-news-header-syntax): Remove unused var `start'.
6176         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6177         (message-inhibit-body-encoding): Move to before first use.
6178         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6179         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6180         (Organization, Message-ID, Date, mh-previous-window-config):
6181         Defvar the vars using dynamic scoping.
6182
6183 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6184
6185         * shr.el (shr-render-td): Only do colors at the final rendering.
6186         Should be slightly faster.
6187         (shr-insert-table): Fix up TD background colors when doing the
6188         vertical padding.
6189
6190         * gnus-art.el (article-date-ut): Protect against articles with no Date
6191         header.
6192         (article-update-date-lapsed): Don't use current-column to find the
6193         horizontal position.  It's fragile in the presence of \003 characters.
6194
6195         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6196
6197 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6198
6199         * gnus-art.el (article-transform-date): Rewrite to still work when
6200         there are several rfc2822 parts.
6201         (article-transform-date): Fix infinite recursion.
6202         (article-date-ut): Replace infinitely many Date headers with a single
6203         one when called interactively.
6204
6205         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6206         secure manner.
6207
6208         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6209         move around by not using save-window-excursion.  It seems to work...
6210
6211 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-art.el (article-make-date-line): Work for user-defined format.
6214
6215 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6216
6217         * nntp.el (nntp-retrieve-group-data-early)
6218         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6219         fetching functions.
6220
6221         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6222         thoroughly for all backends that have no known groups.  This should
6223         allow new nnml methods to retrieve mail.
6224
6225         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6226         that Gnus doesn't know exists again.
6227
6228         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6229         (gnus-treat-date-ut): Ditto.
6230         (gnus-article-update-date-header): Rename.
6231         (gnus-treat-date-local): Remove.
6232         (gnus-treat-date-english): Remove.
6233         (gnus-treat-date-lapsed): Remove.
6234         (gnus-treat-date-combined-lapsed): Remove.
6235         (gnus-treat-date-original): Remove.
6236         (gnus-treat-date-iso8601): Remove.
6237         (gnus-treat-date-user-defined): Remove.
6238         (gnus-article-date-headers): New variable to control all the date
6239         header options.
6240         (article-date-ut): Rewrite to allow using the new way to format date
6241         headers(s).
6242
6243 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6244
6245         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6246         method.
6247         (nnmail-article-group): A better test for fanciness.
6248
6249         * nnimap.el (nnimap-request-head): Protect against not finding the
6250         article by Message-ID.
6251
6252 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6253
6254         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6255         keep point at the "same place".
6256
6257 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6258
6259         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6260         data if the group is inactive.
6261
6262 2011-01-28  Julien Danjou  <julien@danjou.info>
6263
6264         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6265         (gnus-all-windows-visible-p): Remove old compatibility code.
6266         (gnus-window-top-edge): Add docstring.
6267
6268         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6269
6270 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6271
6272         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6273         older request-update-info.
6274
6275         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6276
6277 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6278
6279         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6280         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6281
6282 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6283
6284         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6285         groups.  This makes the nndraft:queue group pop up if it's not already
6286         there.
6287
6288         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6289         messages" logic, which was reversed.
6290
6291         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6292         the "same place" even if point is on the line being replaced.
6293         (article-update-date-lapsed): Allow updating both the combined lapsed
6294         and the lapsed headers.
6295         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6296         (article-make-date-line): Limit the number of segments dynamically to
6297         avoid too-long lines.
6298
6299 2011-01-27  Julien Danjou  <julien@danjou.info>
6300
6301         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6302         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6303
6304 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6307         Use plist-get instead of the cl function getf.
6308
6309 2011-01-27  Glenn Morris  <rgm@gnu.org>
6310
6311         * gnus-util.el (float-time): Get rid of compiler warning, again.
6312
6313 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6314
6315         * shr.el (shr-put-color): Special-case background colors: Do put them
6316         at the blank parts at the front of the lines.
6317
6318         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6319         exit hook to nix out all data on readedness on group exit.
6320
6321         * gnus-util.el (float-time): If float-time is bound, always use it on
6322         all Emacsen.  It's unclear why the subrp check was there.
6323         (time-date): Require to make some autoload issues on XEmacs go away.
6324
6325         * shr.el (shr-put-color): Don't do the box padding in tables, since
6326         they're already padded.
6327
6328 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6329
6330         * gnus-art.el (gnus-article-next-page): When the last line of the
6331         article is displayed, scroll down once more instead of going to the
6332         next article at once.
6333         (article-lapsed-string): Refactor out and allow specifying how many
6334         segments you want.
6335         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6336         (gnus-article-update-lapsed-header): New variable.
6337
6338         * shr.el: Revert change that made headings use different-sized faces.
6339         The Emacs display engine isn't advanced enough that, for instance,
6340         tables can comfortably use differently-sized faces.
6341
6342 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6343
6344         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6345         used.
6346         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6347         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6348         we're using an encrypted connection.
6349
6350         * proto-stream.el: Alter the interface functions to also return the
6351         actual stream type used: network or tls.
6352
6353 2011-01-25  Julien Danjou  <julien@danjou.info>
6354
6355         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6356         (mm-display-javascript-inline): New function.
6357
6358         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6359         viewing function.
6360
6361 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * shr.el (shr-expand-newlines): Fix variable name.
6364
6365 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6366
6367         * shr.el (shr-expand-newlines): Make nested boxes work.
6368
6369 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6370
6371         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6372         backgrounds.
6373         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6374         in a more sensible manner.
6375
6376 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6379         if EPG is loaded.
6380
6381 2011-01-24  Julien Danjou  <julien@danjou.info>
6382
6383         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6384         tags.
6385
6386 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6387
6388         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6389         commands.
6390
6391         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6392         in the article buffer.
6393         (gnus-gravatar-insert): Use blank space from the current buffer to
6394         avoid breaking text properties.  This makes X-Sent updating work again.
6395
6396         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6397
6398 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6399
6400         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6401         fix the bug in url-http.el instead.
6402
6403         * shr.el (shr-image-fetched): Ditto.
6404
6405         * shr.el (shr-image-fetched): Avoid having point move in the article
6406         buffer.
6407
6408         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6409         buffer after being called.  It's apparently being killed by url.el, and
6410         killing it made point move to end-of-buffer in a random buffer.
6411
6412         * shr.el (shr-image-fetched): Ditto.
6413
6414 2011-01-23  Julien Danjou  <julien@danjou.info>
6415
6416         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6417
6418         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6419         text/x-org.
6420
6421 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6424         (i.e., nnimap) returning nil as the article number.
6425
6426 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6427
6428         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6429         "DelSp" parameter in RFC3676.
6430
6431 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6432
6433         * message.el (message-check-recipients): Display the encoded version of
6434         the bogus address if they differ.
6435
6436         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6437         after sending.
6438
6439         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6440
6441         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6442
6443         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6444         group buffer after sending the queue.
6445
6446         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6447
6448 2011-01-22  Julien Danjou  <julien@danjou.info>
6449
6450         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6451
6452 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6453
6454         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6455         nested related parts.
6456
6457         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6458         unexpired articles.  This fixes the regression that led expiry marks to
6459         disappear from nnfolder groups.
6460
6461 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6462
6463         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6464         Don't confuse the "ret" of "retrograde" with RET.
6465
6466 2011-01-21  Julien Danjou  <julien@danjou.info>
6467
6468         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6469         than mm-insert-inline.
6470
6471 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6474         Widen article buffer.
6475
6476 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6479         the temp buffer.
6480         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6481
6482 2011-01-20  Julien Danjou  <julien@danjou.info>
6483
6484         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6485
6486         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6487         than mm-insert-inline to insert inline part: this respect
6488         mm-inline-media-tests displayers.
6489
6490         * mm-view.el (mm-display-shell-script-inline): New function.
6491
6492         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6493
6494         * mm-uu.el (mm-uu-type-alist): Add org block.
6495         (mm-uu-org-src-code-block-extract): New function.
6496
6497         * mm-view.el (mm-display-org-inline): New function.
6498
6499         * mm-decode.el (mm-automatic-display): Add text/org.
6500
6501         * mailcap.el (mailcap-mime-extensions): Add .org.
6502
6503 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6506         gnus-article-add-buttons.
6507
6508 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6509
6510         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6511         From header with a date and "nobody" as the sender.
6512
6513 2011-01-19  Julien Danjou  <julien@danjou.info>
6514
6515         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6516         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6517         if you have the same regexp several times.
6518         (gnus-button-push): Fix matching when regexp is symbol.
6519
6520 2011-01-15  Glenn Morris  <rgm@gnu.org>
6521
6522         * message.el (message-mail): A compose-mail function should
6523         accept headers as strings.
6524
6525 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6526
6527         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6528         Add :vert-only tags.
6529         (message-mail): New arg RETURN-ACTION.
6530         (message-return-action): New var.
6531         (message-bury): Use it.
6532         (message-mode): Make it buffer-local.
6533         (message-send-and-exit): Always call message-bury.
6534
6535         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6536         message-mail.
6537
6538 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6539
6540         * nnimap.el (nnimap-convert-partial-article): Protect against
6541         zero-length body parts.
6542
6543         * mm-decode.el (mm-preferred-alternative-precedence):
6544         Discourage showing empty parts.
6545
6546         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6547         and stuff if the backend didn't return the article number.  This fixes
6548         an Exchange-related nnimap bug.
6549
6550         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6551         group window, because it does the wrong thing when a separate frame
6552         displays the group buffer.
6553
6554         * proto-stream.el (open-protocol-stream): Protect against the low-level
6555         transport functions returning nil.
6556
6557 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6558
6559         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6560         (mml2015-epg-find-usable-secret-key): New function.
6561         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6562         mml2015-epg-find-usable-key (Bug#7797).
6563         (mml2015-epg-encrypt): Ditto.
6564
6565 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * dgnushack.el (rot13-string): Fix the way to get the argument.
6568
6569 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6572
6573 2011-01-03  Glenn Morris  <rgm@gnu.org>
6574
6575         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6576
6577         * sieve.el (sieve-open-server): Give a more explicit error if
6578         sieve-manage-open returns nil.  (Bug#7720)
6579
6580 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6581
6582         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6583
6584 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585
6586         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6587         This avoids sending passwords in plain text over non-encrypted
6588         channels.
6589
6590         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6591
6592         * nnimap.el (nnimap-login): Refactored out into own function, and
6593         implement CRAM-MD5.
6594         (nnimap-wait-for-line): Refactored out.
6595
6596         * mm-view.el (mml-smime): Require.
6597
6598 2010-12-20  David Engster  <deng@eml.cc>
6599
6600         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6601         use EPG to decrypt S/MIME messages instead of openssl.
6602
6603 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6604
6605         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6606
6607         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6608         status is the group clearly is unreachable.
6609
6610         * auth-source.el (auth-source-create): Add the optional second
6611         parameter to `local-variable-p' to be compatible with XEmacs.
6612
6613 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6614
6615         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6616         work when using a compressed nnml folder.
6617
6618 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619
6620         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6621         backends after sanitising on entry, because this never makes sense:
6622         If the articles have gone missing, then the data no longer exists on
6623         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6624         overwrite anything anyway.
6625
6626         * shr.el (shr-insert-document): Bind shr-width dynamically to
6627         window-width if it's nil.
6628
6629 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6630
6631         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6632         with the meaning of using the full emacs window width for rendering.
6633
6634 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6635
6636         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6637         case when sender is not given.
6638
6639 2010-12-23  Julien Danjou  <julien@danjou.info>
6640
6641         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6642         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6643         the addresses, otherwise we might misplaced the gravatar.
6644
6645 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6646
6647         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6648         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6649         obsolete in Emacs.
6650
6651 2010-12-20  Julien Danjou  <julien@danjou.info>
6652
6653         * gnus-util.el (gnus-rescale-image): Revert last change.
6654
6655 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6656
6657         * binhex.el: Improve commentary (Bug#7482).
6658
6659 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660
6661         * gnus-group.el (gnus-group-delete-articles): New command.
6662
6663 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6664
6665         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6666
6667 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6670         here, since it's up to the backends to do CRLF removal if their
6671         protocol has it.
6672
6673         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6674
6675 2010-12-17  Julien Danjou  <julien@danjou.info>
6676
6677         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6678         they are from file.  Can also scale up.
6679
6680 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6681
6682         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6683         Restore gnus-use-agent.
6684         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6685
6686         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6687
6688 2010-12-17  Julien Danjou  <julien@danjou.info>
6689
6690         * gravatar.el (gravatar-retrieve-synchronously): New function.
6691         (gravatar-get-data): Make more robust.
6692
6693 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6696
6697 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6698
6699         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6700         to really consider the last line.
6701
6702 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6703
6704         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6705         list of recipient keys, or use symmetric encryption if not a list.
6706         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6707         EPA override, replacing the call to `netrc-store-data'.
6708
6709 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6710
6711         * gnus-srvr.el: Avoid passing nil regexp argument to
6712         delete-matching-lines.
6713
6714 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6717         fetching stops when Gnus exits.
6718
6719         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6720         function.
6721         (nnfolder-request-expire-articles): Save all the buffers after doing
6722         expiry.
6723
6724         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6725         the last article", since that led to serious performance regressions
6726         when expiring nnml groups.
6727
6728 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6729
6730         * nnir.el: Improve customizations.
6731
6732 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6735
6736         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6737         group has been killed.
6738         (gnus-group-yank-group): Ditto.
6739
6740         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6741
6742         * nnimap.el (nnimap-request-update-group-status): New function.
6743
6744         * gnus-int.el (gnus-request-update-group-status): New interface
6745         function.
6746
6747         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6748         copying read-ness to the backends.
6749
6750         * nnimap.el (nnimap-quirk): New function.
6751         (nnimap-retrieve-group-data-early): Use it.
6752         (nnimap-quirks): New alist.
6753
6754 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6757         don't delete it within indentation.
6758
6759 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6760
6761         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6762         previous line.
6763
6764 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6767         QRESYNC command by deleting a superfluous space which broke Cyrus
6768         servers.  This change will break other servers that are buggy the other
6769         way around.
6770
6771 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6772
6773         * spam.el: Reindent and fix long lines.
6774         (spam-copy-or-move-routine): Exclude invalid move destinations.
6775
6776 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6777
6778         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6779         installed the registry.
6780
6781 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6784
6785 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6786
6787         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6788         groupname doesn't contain "gmane".
6789
6790 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6793         and netrc-bound-and-true-p bindings.
6794         (netrc-parse): Cache the netrc contents.
6795
6796         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6797         (gnus-1): Don't create the nndrafts group twice.
6798         (gnus-setup-news): There's no need to read the active file here, since
6799         that's done again later on a per-backend basis.
6800         (gnus-start-draft-setup): Make sure that the new group is started out
6801         empty.
6802
6803         * gnus-agent.el (gnus-agentize): Don't create the queue group
6804         automatically on startup.  It'll be created later, if needed.
6805
6806         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6807         of automatically subscribed groups.
6808         (gnus-auto-subscribed-categories): New variable.
6809         (gnus-matches-options-n): Use it.
6810         (gnus-default-subscribed-newsgroups): Remove unused variable.
6811         (gnus-start-draft-setup): Message a bit less.
6812
6813 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6814
6815         * nnir.el (nnir-run-imap): Return article list in order of increasing
6816         UID.
6817
6818 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * gnus-sum.el (gnus-summary-enter-digest-group):
6821         Mention gnus-auto-select-on-ephemeral-exit.
6822
6823         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6824         convention of the network-only option.
6825
6826 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827
6828         * proto-stream.el (proto-stream-open-network-only): New function to
6829         have a way to specify non-STARTTLS upgrade connections.
6830
6831 2010-12-10  Julien Danjou  <julien@danjou.info>
6832
6833         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6834         email address is nil.
6835
6836         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6837
6838 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6839
6840         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6841         deletion.
6842         (nnir-run-imap): Only need to parse list once.
6843
6844 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * shr.el (shr-tag-script): Ignore <script>.
6847         (shr-tag-label): Add <label> support.
6848
6849 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6852
6853         * shr.el (shr-image-displayer): Work for images lined side by side.
6854
6855 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6856
6857         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6858         parameter, since XEmacs doesn't accept t as a parameter.
6859
6860 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6861
6862         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6863         ids.
6864         (nnir-run-gmane): Simplify groupspec formatting.
6865         (nnir-request-expire-articles): New function.
6866
6867 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6870         overflow, possibly.
6871
6872         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6873         (shr-render-td): Handle td style="" better.
6874         (shr-tag-table): Use the color from the style sheet.
6875         (shr-render-td): Make sure we copy over all the overlays, too.
6876
6877 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6878
6879         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6880         (nnir-request-article): Improve article retrieval.
6881
6882 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * mm-util.el (mm-extra-numeric-entities): New variable.
6885
6886         * mm-url.el (mm-url-decode-entities):
6887         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6888
6889         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6890
6891 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6892
6893         * message.el: Use completion-at-point.
6894         (message-completion-function): New fun, extracted from message-tab.
6895         (message-mode): Use it for completion-at-point-functions.
6896         (message-tab): Use it and completion-at-point.
6897
6898 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6901         character if a non-breakable character follows.
6902
6903 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6906         any stream.
6907
6908         * shr.el (shr-tag-font): Colorize the region.
6909         (shr-tag-body): Ditto.
6910         (shr-tag-font): Actually let the styles be inherited instead of
6911         overwriting them.
6912         (shr-tag-font): Get the background color right.
6913         (shr-tag-style): Ignore all <style> tags for the moment.
6914
6915         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6916         a Message-ID to avoid having nnimap depend on gnus-sum.
6917
6918         * shr.el (shr-descend): Only colorize something if we have a node that
6919         sets colors.
6920
6921 2010-12-06  Julien Danjou  <julien@danjou.info>
6922
6923         * shr.el (shr-render-td): Render td content with shr-descend, so style
6924         will be applied to <td> too.
6925         (shr-colorize-region): Colorize region even if we only have a background.
6926         (shr-tag-body): Fix color and background color inheritance.
6927         Do not recolorize after shr-generic.
6928         (shr-tag-font): Let shr-generic colorize via inheritance.
6929
6930 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6933
6934 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6935
6936         * nnir.el (nnir-request-move-article): Remove obsolete code.
6937
6938 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6941
6942 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * gnus-sum.el (gnus-summary-respool-article): The completion function
6945         expects a list instead of an alist.
6946
6947         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6948         string as the parameter.
6949
6950         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6951
6952         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6953         styles.
6954         (shr-colorize-region): New function.
6955         (shr-insert-background-overlay): Remove.
6956         (shr-render-td): Background setting should be taken care of on a higher
6957         level.
6958         (shr-tag-body): Use post-hoc colorizations.
6959         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6960         (shr-put-color-1): Don't overwrite old colors.
6961         (shr-colorize-region): When the background color isn't explicit, use
6962         a fixed background.
6963
6964         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6965         nnmail variables.
6966
6967 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6968
6969         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6970         unless necessary.
6971
6972 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6973
6974         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6975         server.
6976
6977 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978
6979         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6980         so that TAB works.
6981
6982         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6983         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6984
6985         * shr.el (shr-urlify): Show the URL before the title to avoid
6986         misleading URLs.
6987
6988 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6989
6990         * shr.el (shr-urlify): Display the title in <a> tags.
6991
6992 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6993
6994         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6995
6996 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6997
6998         * nnir.el: Rearrange code to allow macros to be autoloaded by
6999         gnus-sum.el.
7000         (nnir-retrieve-headers-override-function): Make this variable
7001         customizable.
7002         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7003
7004         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
7005         from nnir.el.
7006
7007 2010-12-03  Julien Danjou  <julien@danjou.info>
7008
7009         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7010
7011 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7014         allow optional argument `environment'.
7015
7016 2010-12-03  Glenn Morris  <rgm@gnu.org>
7017
7018         * mm-extern.el (message-goto-body): Update declaration.
7019
7020 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-util.el (gnus-macroexpand-all): New function.
7023
7024         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7025         instead of macroexpand-all that is unavailable in XEmacs.
7026
7027 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7028
7029         * nnir.el (nnir-summary-line-format): New variable.
7030         (nnir-mode): Use it.
7031         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
7032         (nnir-article-ids): Reimplement as defsubst.
7033         (nnir-retrieve-headers): Don't mangle the subject header.
7034         (nnir-run-imap): Use 100 as RSV score.
7035         (nnir-run-find-grep): Fix for full server searching.
7036         (nnir-run-gmane): Better restriction to gmane groups.
7037
7038         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7039         summary buffers.
7040
7041 2010-12-02  Julien Danjou  <julien@danjou.info>
7042
7043         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7044
7045         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7046
7047         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7048         support.
7049
7050 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7051
7052         * nnir.el: Update to handle the registry better.
7053         (autoload): Silence byte-compiler.
7054         (nnir-open-server): Add a hook for nnir groups.
7055         (nnir-request-move-article): Don't mangle the header.  Better to use
7056         formatting variables (which will be added in the future).
7057         (nnir-registry-action): Update the registry using the original article
7058         group name.
7059         (nnir-mode): Install nnir-specific hooks for updating the registry.
7060
7061         * gnus-sum.el
7062         (gnus-article-original-subject,gnus-newsgroup-original-name):
7063         Remove obsolete variables.
7064         (gnus-summary-move-article): Remove use of obsolete variables.
7065         (gnus-summary-local-variables): Make move and delete hooks local to
7066         summary buffers.
7067
7068 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7069
7070         * rtree.el: New file.
7071
7072 2010-12-01  Julien Danjou  <julien@danjou.info>
7073
7074         * message.el (message-user-organization): Do not use
7075         gnus-local-organization.
7076
7077         * gnus.el: Remove gnus-local-organization.
7078
7079         * gnus-msg.el: Remove nastygram thing.
7080
7081 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7082
7083         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7084         funcall.
7085
7086 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7089         names.
7090
7091         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7092         characters.
7093
7094         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7095         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7096         Suggested by Štěpán Němec <stepnem@gmail.com>.
7097         (gnus-gravatar-transform-address): Use mail-extract-address-components
7098         that supports non-ASCII names rather than mail-header-parse-addresses.
7099
7100 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101
7102         * proto-stream.el (open-protocol-stream): All starttls connections are
7103         handled by the network handler.
7104
7105 2010-11-30  Julien Danjou  <julien@danjou.info>
7106
7107         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7108         (nnimap-open-connection-1): Fix PREAUTH.
7109
7110         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7111
7112 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7115         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7116         (shr-insert): Use them.
7117         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7118
7119 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7120
7121         * nnir.el (nnir-request-move-article): Bail out if original group
7122         doesn't support article moves.
7123         (nnir-get-active): Improve active list retrieval.
7124
7125 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7128
7129 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7130
7131         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7132         seem to accept strings-with-numbers as port numbers.
7133
7134 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7135
7136         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7137         change the registry.
7138
7139 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7142         delete-dups that is not available in XEmacs 21.4.
7143
7144         * mm-util.el (mm-delete-duplicates): Add comment.
7145
7146 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7147
7148         * nnir.el (nnir-ignored-newsgroups): New variable.
7149         (nnir-get-active): Use it.
7150
7151 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * proto-stream.el (proto-stream-open-network): Add some comments.
7154
7155         * nntp.el (nntp-open-connection): Provide a :success condition.
7156
7157         * nnimap.el (nnimap-open-connection-1): Ditto.
7158
7159         * proto-stream.el (proto-stream-open-network): See what the response to
7160         the STARTTLS command is.
7161
7162         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7163         backwards compatibility).
7164         (nnimap-open-connection-1): Really respect nnimap-server-port.
7165
7166         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7167         TLS upgrades we don't really care about the identity of the peer.
7168         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7169         that what we've checked for.
7170         (proto-stream-always-use-starttls): Only default to t if
7171         open-gnutls-stream exists.
7172         (proto-stream-open-network): If STARTTLS failed, then just open a
7173         normal connection.
7174         (proto-stream-open-network): Wait until the greeting before doing
7175         STARTTLS.
7176
7177         * nntp.el (nntp-open-connection): Report what the connection error is.
7178
7179         * proto-stream.el (open-protocol-stream): Rename from
7180         open-proto-stream.
7181
7182 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * nnimap.el (nnimap-stream): Change default to `undecided'.
7185         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7186         first, and then network.
7187         (nnimap-open-connection-1): Respect nnimap-server-port.
7188         (nnimap-open-connection): Be more backwards-compatible.
7189
7190         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7191         (proto-stream-open-starttls): De-duplicate the starttls code.
7192         (proto-stream-open-starttls): Folded back into the main function.
7193         (proto-stream-open-network): Fix typo in the gnutls path.
7194         (proto-stream-command): Refactor out.
7195
7196         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7197
7198         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7199         starttls.el STARTTLS.
7200
7201         * color.el (color-lab->srgb): Fix function call name.
7202
7203         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7204         if we're using tls.el.
7205         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7206         built in, then don't try to establish a STARTTLS connection.
7207
7208         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7209         servers.
7210
7211         * proto-stream.el (open-proto-stream): Use network, not stream.
7212         (open-proto-stream): Add a way to specify what the end of a command is.
7213
7214         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7215         connections types.
7216         (nntp-open-network-stream): Remove.
7217         (nntp-open-ssl-stream): Remove.
7218         (nntp-open-tls-stream): Remove.
7219         (nntp-ssl-program): Remove.
7220
7221         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7222
7223 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7224
7225         * nnir.el: Fix typos.
7226         (nnir-retrieve-headers-override-function): Rename variable to reflect
7227         new semantics.
7228         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7229         macros.
7230         (nnir-request-article, nnir-request-move-article): Use them.
7231         (nnir-categorize): New function.
7232         (nnir-run-query): Use it.
7233         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7234         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7235         sorted.
7236         (nnir-group-full-name): Use gnus-group-full-name instead.
7237         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7238         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7239
7240 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7243
7244         * proto-stream.el: New library to provide protocol-specific
7245         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7246         protocols.
7247         (open-proto-stream): Complete the documentation.
7248         (proto-stream-open-network): Fix some typos.
7249
7250         * nnimap.el (nnimap-open-connection): Use it.
7251
7252 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7253
7254         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7255         negotiation.
7256
7257 2010-11-26  Julien Danjou  <julien@danjou.info>
7258
7259         * color.el: Rename various rgb functions to srgb.
7260
7261 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7264         names.
7265
7266 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * shr.el (shr-insert): Revert last change.
7269         (shr-find-fill-point): Never leave point being at bol;
7270         relax the kinsoku limitation when rendering tables.
7271
7272 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7275         results from -accept-article.
7276
7277         * shr-color.el: Require cl when compiling.
7278
7279         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7280         checkin.
7281
7282         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7283
7284         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7285
7286         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7287         'add and 'delete to set backend marks.
7288
7289         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7290
7291         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7292
7293         * nntp.el (nntp-request-set-mark): Use it.
7294
7295         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7296
7297         * nnml.el (nnml-request-set-mark): Ditto.
7298
7299         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7300         introduces regressions in article selection.
7301         (nnimap-find-uid-response): New function.
7302         (nnimap-request-accept-article): Use the UID returned, if any.
7303         (nnimap-request-move-article): Use the UID returned, if any.
7304         (nnimap-get-groups): Reimplement to work with folded lines.
7305         (nnimap-find-uid-response): The UID is the last element in the list.
7306         (nnimap-request-set-mark): Extend syntax with 'set.
7307
7308         * nnml.el (nnml-request-set-mark): Ditto.
7309
7310         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7311
7312         * nntp.el (nntp-request-set-mark): Ditto.
7313
7314 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * message.el (message-called-interactively-p): A temporary macro.
7317         (message-goto-body): Use it temporarily.
7318
7319 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7322         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7323         (nnimap-last-response-string): Fix last unfolding fix.
7324
7325 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * shr.el (shr-insert): Fix the way to fold lines.
7328
7329 2010-11-25  Julien Danjou  <julien@danjou.info>
7330
7331         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7332
7333         * color.el: Rename from color-lab.el
7334         (color-rgb->hex): Add.
7335         (color-complement): Add.
7336         (color-complement-hex): Add.
7337
7338         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7339
7340 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341
7342         * shr-color.el (shr-color-visible): Don't bug out if the color names
7343         don't exist.
7344
7345 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7348         assuming that article displaying or another mml-preview may be
7349         interrupted for an error or for the like.
7350
7351         * shr.el (shr-get-background): Fix argument name.
7352
7353 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7354
7355         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7356
7357         * gnus-sum.el (gnus-summary-include-articles): New function.
7358
7359         * message.el (message-goto-body): called-interactively-p needs a
7360         parameter, so use `any'.
7361
7362         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7363         clear marks before moving, since they're synced from the Gnus side
7364         first.
7365
7366         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7367         (gnus-summary-move-article): Copy over all marks before moving, so that
7368         IMAP doesn't think a new article has arrived.
7369
7370 2010-11-24  Julien Danjou  <julien@danjou.info>
7371
7372         * shr.el (shr-insert-background-overlay): Fix typo.
7373         (shr-render-td): Copy the background before rendering.
7374
7375         * shr-color.el (shr-color-visible): Fix docstring.
7376
7377         * shr.el (shr-tag-table): Add bgcolor support.
7378         (shr-render-td): Add bgcolor support.
7379         (shr-get-background): Add.
7380         (shr-insert-foreground-overlay): Use shr-get-background.
7381
7382         * message.el (message-goto-body): Use called-interactively-p.
7383         (message-in-body-p): message-goto-body returns point.
7384
7385 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7388         Fixes something or other in Emacs 23, and is backwards compatible.
7389
7390         * message.el (message-goto-body): Remove the <#secure special-casing,
7391         which is too special.
7392
7393         * shr.el (shr-parse-style): Drop !important from styles.
7394
7395 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7396
7397         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7398         this function to return incorrect results when calling it with an
7399         explicit article argument different from
7400         (gnus-summary-article-number).
7401
7402 2010-11-24  Julien Danjou  <julien@danjou.info>
7403
7404         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7405         (shr-tag-body): Add background support.
7406         (shr-descend): Add background support.
7407         (shr-tag-title): Add.
7408
7409         * shr-color.el (shr-color-visible): Really return original background
7410         if fixed.
7411
7412 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413
7414         * shr.el (shr-color-check): Protect against non-existent color names.
7415
7416 2010-11-24  Julien Danjou  <julien@danjou.info>
7417
7418         * color-lab.el: Require 'cl when compiling.
7419
7420         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7421
7422         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7423         matched part.
7424
7425         * color-lab.el: Fix all expt calls to use float type.
7426
7427 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7430         expression to shr-color-check as is.
7431
7432         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7433
7434         * color-lab.el: Add coding cookie.
7435         (float-pi): Use eval-and-compile.
7436
7437         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7438         compiled for Emacsen having no `libxml-parse-html-region' support.
7439
7440 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7441
7442         * shr.el (shr-insert-color-overlay): Split stuff like
7443         "#444444 !important" to find the real color.
7444         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7445         parse <font color="red"> entries.
7446
7447 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7448
7449         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7450         point when parsing headers.
7451
7452         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7453         is positioned properly when parsing headers.
7454
7455 2010-11-23  Julien Danjou  <julien@danjou.info>
7456
7457         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7458
7459         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7460
7461         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7462
7463         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7464         Use shr-color-hue-to-rgb.
7465         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7466
7467 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * shr.el (shr-color->hexadecimal): Autoload.
7470         (shr-descend): Add color to all tags.
7471
7472 2010-11-22  Julien Danjou  <julien@danjou.info>
7473
7474         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7475         shr-color->hexadecimal.
7476
7477         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7478         RGB() or HSL() color representation.
7479
7480         * shr.el (shr-tag-font): Add.
7481         (shr-tag-color-check): New function to get better colors.
7482         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7483         tag-span.
7484
7485         * shr-color.el: New file.
7486
7487         * color-lab.el: New file.
7488
7489         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7490
7491 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7492
7493         * nnir.el: Fix typo in comments.
7494         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7495         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7496
7497 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498
7499         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7500
7501         * nnimap.el (nnimap-get-capabilities): Refactor out.
7502         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7503
7504 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7505
7506         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7507         appearing when `mm-uu-hide-markers' is nil.
7508
7509 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7510
7511         * nnimap.el (nnimap-unselect-group): Make into its own function.
7512         (nnimap-request-rename-group): Unselect group before renaming.
7513         This had gotten lost somewhere.
7514         (nnimap-request-accept-article): Keep track of examined groups, and
7515         unselect the group before APPENDing to read-only groups.
7516         (nnimap-request-move-article): Clear flags before moving so that they
7517         can be re-set later.
7518
7519 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7522         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7523
7524 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-art.el (gnus-mime-display-single):
7527         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7528         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7529         parameter.
7530
7531 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7534         (shr-table-vertical-line): New variable.
7535         (shr-insert-table): Use it.
7536
7537 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-html.el (gnus-html-wash-images): Don't display images if
7540         gnus-inhibit-images is non-nil; register displayer for cid images.
7541         (gnus-html-display-image): Work for cid image.
7542         (gnus-html-insert-image): Allow arguments.
7543         (gnus-html-put-image): Inhibit read-only.
7544         (gnus-html-prefetch-images): Don't prefetch images if
7545         gnus-inhibit-images is non-nil.
7546
7547 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * shr.el (shr-put-image): Break lines when inserting big pictures.
7550
7551 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7552
7553         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7554         sender, thanks Katsumi Yamaoka.
7555
7556 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7557
7558         * nnir.el (nnir-run-imap): Reverse the article list for each group
7559         rather than the whole list.
7560
7561 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * shr.el (shr-image-displayer): Protect function against non-existent
7564         image source.
7565
7566         * gnus-art.el (gnus-inhibit-images): New user option.
7567         (gnus-mime-display-single): Don't display image if it is non-nil.
7568
7569         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7570         gnus-inhibit-images.
7571
7572         * shr.el (shr-image-displayer): New function.
7573         (shr-tag-img): Use it.
7574
7575 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7576
7577         * mml2015.el (mml2015-epg-sign): Use From header.
7578
7579 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580
7581         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7582
7583         * gnus-util.el (gnus-find-text-property-region): Return markers.
7584
7585         * shr.el (shr-tag-img): Put a displayer in the text property.
7586
7587         * gnus-util.el (gnus-find-text-property-region): New utility function.
7588
7589         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7590         (gnus-html-show-images): Remove.
7591
7592         * gnus-art.el (gnus-article-show-images): New, more general function.
7593
7594         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7595         image url text properties.
7596
7597         * shr.el: Ditto.
7598
7599         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7600         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7601
7602 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7605         work for two or more articles.
7606
7607 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7610         divide an image that's in an html article to two or more when washing
7611         non-ASCII characters in alt text of it.
7612
7613 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7616         smime-decrypt-region using function argument.
7617         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7618
7619         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7620
7621         * smime.el (smime-decrypt-region): Catch it.
7622
7623 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7624
7625         * smime.el (smime-mode-map): Move initialization into declaration.
7626         (gnus-run-mode-hooks): Don't autoload.
7627         (smime-mode): Use define-derived-mode.
7628
7629 2010-11-11  Glenn Morris  <rgm@gnu.org>
7630
7631         * smime.el (from): Restrict declaration to XEmacs.
7632
7633         * nnir.el (gnus-group-topic-name): Autoload.
7634
7635 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * shr.el (shr-insert): Don't break long line if it is because of
7638         kinsoku-bol characters in the line end.
7639
7640 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7641
7642         * nnir.el (nnir-request-move-article): Fix to provide original group
7643         and subject.
7644         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7645         been retrieved.
7646
7647         * gnus-sum.el (gnus-summary-move-article): Use original group and
7648         subject for virtual articles such as those in an nnir summary buffer.
7649
7650 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7653         least 21.5).
7654
7655         * smime.el (from): Declare it again for XEmacs.
7656
7657 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7658
7659         * message.el (message-resend): Don't disable encoding unless it's
7660         already encoded.
7661
7662         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7663         low-numbered articles.
7664
7665 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * rfc2047.el (rfc2047-syntax-table): Simplify.
7668
7669         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7670
7671         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7672         set-char-table-range for XEmacs.
7673
7674 2010-11-10  Glenn Morris  <rgm@gnu.org>
7675
7676         * time-date.el (time-to-seconds): Always an alias on Emacs,
7677         never a real function.
7678         (with-no-warnings): Remove compat stub, now unused.
7679         (time-less-p): Doc fix.
7680         (time-to-number-of-days): Simplify.
7681
7682         * smime.el (from): Remove unused declaration.
7683
7684         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7685         (gnus-float-time): On Emacs, always an alias.
7686
7687         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7688         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7689
7690 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * dgnushack.el: Don't use ignore-errors in the top level form since it
7693         is unavailable in XEmacs even if cl is loaded.
7694
7695         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7696
7697 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * shr.el (browse-url-mailto): Autoload.
7700
7701         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7702
7703         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7704         regexp doesn't need quoting.
7705
7706 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7707
7708         * message.el (message-subject-trailing-was-ask-regexp)
7709         (message-subject-trailing-was-regexp): Match was: in addition to was.
7710
7711 2010-11-09  Glenn Morris  <rgm@gnu.org>
7712
7713         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7714         (nnbabyl-check-mbox): Use point-at-bol.
7715
7716 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7719
7720         * message.el (message-mailto): New function.
7721         (message-mailto): Should accept other parameters.
7722         (message-mailto): Remove since it duplicates browse-url-mailto
7723         functionality.
7724
7725 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7728         methods.
7729         (gnus-read-active-file): Ditto.
7730
7731         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7732         ": " from the prompt.
7733         (gnus-group-make-group): Ditto.
7734
7735 2010-11-07  Glenn Morris  <rgm@gnu.org>
7736
7737         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7738         (gnus-bookmark-kill-line): Use point-at-eol.
7739
7740 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7743         asterisks in From header.
7744
7745 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7748         string to avoid making the From headers syntactically invalid.
7749
7750         * message.el (message-send-mail): Don't insert courtesy messages if the
7751         message already has List-Post and List-ID messages.
7752
7753 2010-11-06  Glenn Morris  <rgm@gnu.org>
7754
7755         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7756         `condition', `type', `length' a prefix.
7757         (gnus-treat-predicate): Update for above name changes.
7758
7759 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7760
7761         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7762         binding.  Handled by `gnus-summary-refer-thread' instead.
7763         (nnir-warp-to-article): New backend function.
7764
7765         * nnimap.el (nnimap-request-thread): Force dependency updating.
7766
7767         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7768         (gnus-summary-refer-thread): Rework to improve thread-referral.
7769
7770         * gnus-int.el (gnus-warp-to-article): New function.
7771
7772         * gnus-sum.el (gnus-summary-article-map): Bind it.
7773
7774 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7775
7776         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7777         gnus-summary-refer-thread.
7778
7779         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7780         headers.
7781         (gnus-summary-limit-include-thread): Prevent articles in thread from
7782         being cut in gnus-cut-threads.
7783         (gnus-summary-refer-thread): Limit retrieved headers to those in
7784         thread.
7785
7786 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * message.el (message-send-mail): Use the value of
7789         message-courtesy-message from the message buffer.
7790
7791         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7792
7793         * shr.el (shr-browse-url): Implement mailto: URLs.
7794
7795         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7796         "raw".
7797
7798         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7799         if it's already selected.
7800
7801         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7802
7803 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7806         to measure the length and truncate alt text.
7807
7808 2010-11-03  Glenn Morris  <rgm@gnu.org>
7809
7810         * nndiary.el (nndiary-generate-nov-databases-1)
7811         (nndiary-generate-active-info): Rename dynamic variable `files' to
7812         something less generic.
7813
7814 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7815
7816         * nnir.el (nnir-request-move-article): Call the underlying backend to
7817         move articles from nnir.
7818
7819 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7822
7823 2010-11-02  Julien Danjou  <julien@danjou.info>
7824
7825         * nnir.el: Remove wais support.
7826
7827 2010-11-02  Glenn Morris  <rgm@gnu.org>
7828
7829         * gnus-html.el: Reorder requirements to quieten compiler.
7830
7831 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7834         properly for XEmacs as well.
7835         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7836         (gnus-article-natural-long-line-p): Use window-width rather than
7837         frame-width.
7838
7839 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7840
7841         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7842         (nnir-read-parms): Don't modify query.
7843         (nnir-run-query): Add ability to search topic on current line.
7844         (nnir-get-active): Clean up.
7845
7846 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7849         degenerate articles.
7850
7851         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7852         (gnus-print-buffer): Just print the buffer as is, without any copying
7853         to a buffer and then re-highlighting.
7854
7855         * nnimap.el (nnimap-request-group): Store the new updated info.
7856         (nnimap-request-group): Select the group when we don't know whether it
7857         exists or not.
7858
7859         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7860         groups.
7861
7862         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7863         groups.
7864
7865         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7866         groups.
7867
7868         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7869         long-lines case by only filling the long lines.
7870
7871         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7872         (bug #7311).
7873
7874 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * shr.el: No need to declare `declare-function' since shr.el is for
7877         only Emacsen that provide `libxml-parse-html-region'.
7878
7879         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7880         effective only in a file it is referred to.
7881
7882 2010-11-01  Glenn Morris  <rgm@gnu.org>
7883
7884         * mm-util.el (gnus-completing-read): Autoload.
7885         (mm-read-coding-system): Simplify Emacs definition.
7886
7887         * nnmail.el (gnus-activate-group):
7888         * nnimap.el (gnutls-negotiate):
7889         * nntp.el (netrc-parse): Fix declarations.
7890
7891 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7894         string-match-p in Emacs >=23.
7895
7896         * gnus-msg.el (gnus-configure-posting-styles):
7897         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7898
7899 2010-11-01  Glenn Morris  <rgm@gnu.org>
7900
7901         * nnir.el (declare-function): Add compat stub.
7902         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7903         (nnir-run-gmane): Require 'mm-url.
7904
7905         * mm-util.el (mm-string-to-multibyte): Simplify.
7906
7907         * shr.el (declare-function): Add compat stub.
7908         (url-cache-create-filename): Declare.
7909         (mm-disable-multibyte, widget-convert-button): Autoload.
7910
7911         * smime.el (ldap-search): Declare.
7912         (smime-cert-by-ldap-1): Require ldap on Emacs.
7913
7914         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7915         (nnimap-keepalive): Use gnus-float-time.
7916
7917         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7918         (mail-source-delete-crash-box): Use gnus-float-time.
7919
7920         * gnus-dired.el (gnus-completing-read): Autoload.
7921
7922         * mm-view.el (gnus-rescale-image): Autoload.
7923
7924         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7925
7926         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7927
7928         * sieve-manage.el: Require 'cl when compiling.
7929
7930         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7931         (gnus-iswitchb-completing-read): Require iswitchb.
7932         (gnus-select-frame-set-input-focus): Silence compiler.
7933
7934 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * message.el (message-subject-trailing-was-query): Change default to t,
7937         since I think that's what most people want.
7938
7939         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7940         appending for easier debugging.
7941         (nnimap-wait-for-connection): Take a regexp.
7942         (nnimap-request-accept-article): Wait for the continuation line before
7943         sending anything unless we're streaming.
7944
7945         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7946         leave the header washing to take place.
7947
7948 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7949
7950         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7951         regular expression match and replace in posting styles.
7952
7953 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7954
7955         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7956         an entire server.
7957         (nnir-get-active): New function.
7958         (nnir-run-imap): Use it.
7959         (nnir-run-gmane): Who knew, gmane search returns an article score!
7960
7961         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7962         server on the current line with nnir.
7963
7964 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965
7966         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7967         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7968         left edge.
7969         (gnus-article-foldable-buffer): Skip past the prefix when determining
7970         raggedness.
7971
7972         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7973         the raw article, and change `C-u g' to show the article without doing
7974         treatments.
7975
7976         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7977         on to `gnus-treat-article'.
7978         (gnus-inhibit-article-treatments): New variable.
7979
7980         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7981
7982         * gnus-art.el (gnus-treatment-function-alist): Have
7983         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7984         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7985         sections.
7986
7987         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7988         parameter.
7989         (gnus-article-fill-cited-long-lines): New function.
7990         (gnus-article-fill-cited-article): Allow filling only long sections.
7991
7992         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7993         and non-punctuation (like after the apostrophe in "'We").
7994
7995         * gnus-sum.el (gnus-summary-select-article): Make sure
7996         gnus-original-article-buffer is alive.
7997
7998         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7999         reflect the order they're in in the digest.
8000
8001         * gnus.el (gnus-group-startup-message): Move point to the start of the
8002         buffer.
8003
8004         * nnimap.el (nnimap-capability): New function.
8005         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8006         is set.
8007
8008 2010-10-31  David Engster  <dengste@eml.cc>
8009
8010         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8011         conform with changes to gnus-completing-read.
8012
8013 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8014
8015         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8016
8017 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8018
8019         * nnir.el: Move defvar, defcustom around to keep file organized
8020         and keep byte-compiler quiet.
8021         (nnir-read-parms): Accept search-engine as arg.
8022         (nnir-run-query): Pass search-engine as arg.
8023         (nnir-search-engine): Remove.
8024
8025 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * shr.el (shr-generic): The text nodes should be text, not :text.
8028
8029         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8030         later in the file.
8031
8032 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8033
8034         * nnir.el: General clean up.  Allow searching with multiple engines.
8035         Allow separate extra-parameters for each engine.
8036         Batch queries when possible.
8037         (nnir-imap-default-search-key,nnir-method-default-engines):
8038         Add customize interface.
8039         (nnir-run-gmane): New engine.
8040         (nnir-engines): Use it.  Qualify all prompts with engine name.
8041         (nnir-search-engine): Remove global variable.
8042         (nnir-run-hyrex): Restore for now.
8043         (nnir-extra-parms,nnir-search-history): New variables.
8044         (gnus-group-make-nnir-group): Use them.
8045         (nnir-group-server): Remove in favor of gnus-group-server.
8046         (nnir-request-group): Avoid searching twice.
8047         (nnir-sort-groups-by-server): New function.
8048
8049 2010-10-30  Julien Danjou  <julien@danjou.info>
8050
8051         * gnus-group.el: Remove gnus-group-fetch-control.
8052
8053         * gnus-start.el (gnus-find-new-newsgroups):
8054         Remove gnus-check-first-time-used.
8055
8056         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8057
8058 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8059
8060         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8061         set on groups that don't have \* permanentflags.
8062
8063 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8066         control the background color.
8067         (shr-tag-img): Ignore very small web bug type images.
8068         (shr-put-image): Add help-echo alt texts to the images.
8069         (shr-tag-video): Show the video poster image.
8070
8071 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072
8073         * shr.el (shr-table-depth): New variable.
8074         (shr-tag-table-1): Only insert the images after the top-level table.
8075
8076         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8077
8078         * gnus-util.el (gnus-list-memq-of-list): New function.
8079
8080         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8081         selected.
8082         (nnimap-unsplittable-articles): New slot.
8083         (nnimap-new-articles): Use it.
8084
8085 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8086
8087         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8088         move to the previous line on `M-g'.
8089
8090 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8091
8092         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8093         *-request-group, which seems unnecessary.
8094
8095         * nnimap.el (nnimap-quote-specials): Function copied over from
8096         imap.el.
8097         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8098         they support that.  Suggested by Tom Regner.
8099
8100 2010-10-29  Julien Danjou  <julien@danjou.info>
8101
8102         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8103         defalias.
8104         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8105
8106         * gnus.el: Remove `gnus-nntp-service' variable.
8107         (gnus-secondary-servers): Make obsolete.
8108         (gnus-nntp-server): Make obsolete.
8109
8110         * gnus-start.el (gnus-1): Remove x-splash calls.
8111
8112         * gnus-ems.el (gnus-x-splash): Remove.
8113
8114         * gnus.el (gnus-group-startup-message): Simplify/update code.
8115
8116         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
8117         definition.
8118
8119         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8120         capability before doing anything.
8121         (gnus-group-insert-group-line): Remove useless
8122         gnus-group-remove-excess-properties.
8123
8124 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8127
8128 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8131         config after reselecting.
8132
8133 2010-10-28  Julien Danjou  <julien@danjou.info>
8134
8135         * shr.el (shr-put-image): Use point even if only inserting text.
8136         (shr-put-image): Save excursion when inserting alt text on non-graphic
8137         display, so the behavior is the same when we are on a graphic display.
8138
8139         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8140
8141 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8144         (gnus-mime-copy-part): Check coding system, not charset.
8145         (gnus-mime-view-part-externally): Never remove part.
8146         (gnus-mime-view-part-internally): Don't remove part here.
8147         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8148         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8149         multipart/alternative.
8150
8151         * mm-decode.el (mm-display-part): Take optional arg `force'.
8152
8153 2010-10-26  Julien Danjou  <julien@danjou.info>
8154
8155         * gnus-group.el (gnus-group-default-list-level): Add this function to
8156         compute the default list level.
8157         (gnus-group-default-list-level): Add possibility to use a function.
8158
8159 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8162
8163         * gnus-group.el (gnus-group-completing-read)
8164         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8165         gnus-replace-in-string.
8166
8167 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * shr.el (shr-tag-div): Add.
8170
8171         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8172
8173 2010-10-25  Julien Danjou  <julien@danjou.info>
8174
8175         * gnus-util.el: Remove `gnus-with-local-quit'.
8176
8177         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8178
8179 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8182         the original article buffer.
8183
8184 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * nnimap.el (nnimap-request-head): New function.
8187         (nnimap-request-move-article): Try to be slightly faster by not
8188         requesting the entire message when moving.
8189         (nnimap-transform-headers): Don't bug out on bodiless articles.
8190         (nnimap-send-command): Have no outstanding messages if the IMAP server
8191         doesn't support streaming.
8192         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8193
8194 2010-10-24  Julien Danjou  <julien@danjou.info>
8195
8196         * message.el (message-default-headers): Fix type.
8197
8198 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8201         prefetching images.
8202
8203         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8204         backend for unknown groups.  This is mainly useful for nnimap groups.
8205
8206         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8207         group isn't covered by the agent.
8208
8209 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8210
8211         * nnir.el (nnir-method-default-engines): New variable.
8212         (nnir-run-query): Use it.
8213         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8214         (gnus-summary-nnir-goto-thread): Change group if needed.
8215
8216         * gnus-group.el (gnus-group-group-map): Add key binding for
8217         gnus-group-make-nnir-group.
8218
8219 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220
8221         * shr.el (shr-tag-object): Add.
8222
8223         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8224         original article buffer live.
8225         (gnus-summary-select-article-buffer):
8226         Mention gnus-widen-article-buffer.
8227
8228 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * shr.el (shr-tag-strong): Add.
8231
8232 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8233
8234         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8235         group names.  They mess up the group buffer badly.
8236
8237         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8238
8239         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8240         instead of the summary one.
8241
8242 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * mml.el (mml-preview): Work properly when editing article.
8245
8246         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8247         gnus-have-read-active-file if it's already been in.
8248
8249 2010-10-22  Tom Tromey  <tromey@redhat.com>
8250
8251         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8252         gnus-group-completing-read.
8253
8254 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * message.el (message-mode-map): Don't bind M-; to comment region, to
8257         allow the global comment-dwim to work.
8258
8259 2010-10-21  Julien Danjou  <julien@danjou.info>
8260
8261         * message.el (message-setup-1): Allow message-default-headers to be a
8262         function.
8263
8264 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * shr.el (shr-tag-table): Simplify.
8267
8268 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8269
8270         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8271         to avoid trying to snarf invalid stuff.
8272
8273         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8274
8275         * gnus.el (gnus-message-archive-group): Quote value.
8276         (gnus-message-archive-group): Mark as changed.
8277
8278         * shr.el (shr-add-font): Don't put the font properties on the newline
8279         or the indentation.
8280
8281         * message.el (message-fix-before-sending): Change options when sending
8282         non-printable characters.
8283
8284         * gnus.el (gnus-message-archive-method): Change the default to
8285         monthly outgoing groups.
8286
8287         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8288         that have gotten new numbers.
8289
8290         * nnimap.el (nnimap-request-replace-article): New function.
8291
8292 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8295         (nnrss-request-article): Don't use special html washing code.
8296
8297 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * shr.el (shr-tag-table): Remove useless nconc.
8300
8301 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * gnus-art.el (article-wash-html): Simplify and remove the charset
8304         stuff.  Use the normal html rendering code instead of the special html
8305         washing code.
8306
8307         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8308         `gnus-w3m' symbols.
8309         (mm-text-html-washer-alist): Remove.
8310
8311         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8312         (mm-inline-media-tests): Remove use.
8313         (mm-text-html-renderer): Change default to the `shr' symbol.
8314
8315         * mm-view.el (mm-inline-text-html): Remove use.
8316
8317         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8318         `gnus-blocked-images' to be a function.
8319         (gnus-article-wash-function): Remove.
8320
8321 2010-10-20  Julien Danjou  <julien@danjou.info>
8322
8323         * spam.el (spam-list-of-processors): Mark as obsolete.
8324
8325         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8326         (nnimap-insert-partial-structure): Fix boundary detection.
8327
8328 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8329
8330         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8331         run file-truename on remote files.  This can be expensive and even
8332         prevent one from editing drafts if some unrelated buffer has a stale
8333         connection.
8334
8335 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8338         kinsoku-eol regardless of shr-kinsoku-shorten.
8339         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8340         (shr-tag-table): Support caption, thead, and tfoot.
8341
8342 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8345         lines.
8346         (shr-save-contents): New command and keystroke.
8347
8348         * nndoc.el (nndoc-type-alist): Add git support.
8349         (nndoc-git-type-p): New function.
8350         (nndoc-transform-git-article): Ditto.
8351         (nndoc-transform-git-headers): Ditto.
8352         (nndoc-transform-git-headers): Generate Subject headers.
8353
8354         * shr.el (shr-parse-style): New function.
8355         (shr-tag-span): Ditto.
8356
8357         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8358         to `G G' to avoid collisions.
8359
8360 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * shr.el: Load kinsoku if necessary.
8363         (shr-kinsoku-shorten): New internal variable.
8364         (shr-find-fill-point): Make kinsoku shorten text line if
8365         shr-kinsoku-shorten is bound to non-nil.
8366         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8367         shr-indentation too when testing if table is wider than frame width.
8368         (shr-insert-table): Use `string-width' instead of `length' to measure
8369         text width.
8370         (shr-insert-table-ruler): Make sure indentation is done at bol.
8371
8372 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8373
8374         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8375         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8376         undecoded network data.
8377
8378 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8381         name in the mode line spec so that the mode line menu works
8382         (bug #2431).
8383
8384         * message.el (message-get-reply-headers): If we're fed `to-address',
8385         then always use that.
8386
8387         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8388         aren't so wide as to need to switch off the edit menu.
8389
8390         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8391         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8392
8393         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8394         `M-g'.
8395         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8396         the permanent marks.
8397
8398 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8399
8400         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8401         Splitting according to references/in-reply-to obeys the ignore-groups
8402         variable, while splitting by sender and subject do not.
8403
8404 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8407         alist, so that we can look for non-Unicode chars.
8408         (article-translate-strings): Allow both character and string maps.
8409
8410 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * shr.el (shr-insert): Don't insert space behind a wide character
8413         categorized as kinsoku-bol, or between characters both categorized as
8414         nospace.
8415
8416 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8417
8418         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8419         headers to gnus-newsgroup-headers.
8420
8421 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * shr.el (shr-tag-img): Don't align images -- since we're not
8424         rescaling, this often leads to ugly displays.
8425
8426 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8427
8428         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8429         duplicates.
8430
8431 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8432
8433         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8434         call.
8435
8436 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * gnus.el: Autoload gnus-html-show-images.
8439
8440         * nnimap.el: Use nnheader-message throughout.
8441
8442         * shr.el (shr-tag-img): Ignore images with no data.
8443
8444 2010-10-15  Julien Danjou  <julien@danjou.info>
8445
8446         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8447         a possibility to disable format=flow encoding when using hard newlines.
8448
8449 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * shr.el (shr-insert): Remove space inserted before or after a
8452         breakable character or at the beginning or the end of a line.
8453         (shr-find-fill-point): Do kinsoku; find the second best point or give
8454         it up if there's no breakable point.
8455
8456 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * nnimap.el (nnimap-open-connection): Message when opening connection
8459         for debugging purposes.
8460
8461         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8462         on every setup buffer call to allow this to change from article to
8463         article.
8464
8465         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8466         buffers where we have a wide table.
8467
8468 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8469
8470         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8471         uses *-request-thread.
8472
8473 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8476         incantation, which is no longer valid.
8477
8478 2010-10-14  Julien Danjou  <julien@danjou.info>
8479
8480         * shr.el: Fix defcustom type (char -> character).
8481
8482 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8485         programs.
8486
8487 2010-10-14  Julien Danjou  <julien@danjou.info>
8488
8489         * shr.el (shr-tag-a): Use url-link as widget type.
8490
8491         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8492         `gnus-group-get-icon'.
8493
8494 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8495
8496         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8497         This should make server editing work better.
8498
8499         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8500
8501         * tls.el (tls-program): Remove spurious %s from openssl.
8502
8503         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8504         (nnimap-parse-flags): Fix regexp.
8505
8506         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8507         probably work for CJVK text, too.
8508
8509         * nnimap.el (nnimap-extend-tls-programs): Remove.
8510         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8511
8512         * tls.el (tls-starttls-switches): Remove starttls hack.
8513         (open-tls-stream): Ditto.
8514         (tls-find-starttls-argument): Ditto.
8515
8516 2010-10-13  Julien Danjou  <julien@danjou.info>
8517
8518         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8519         responses.
8520
8521 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522
8523         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8524
8525         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8526         anything in Emacs.
8527
8528         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8529
8530 2010-10-13  Julien Danjou  <julien@danjou.info>
8531
8532         * shr.el (shr-width): Make shr-width a defcustom with default to
8533         fill-column.
8534         (shr-tag-img): Use shr-width rather than fill-column.
8535
8536 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * dgnushack.el (byte-optimize-apply):
8539         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8540
8541         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8542         position when (X-)Faces exist.
8543         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8544         avatars when called interactively.
8545
8546 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8549         gnus-article-x-face-too-ugly is bound.
8550
8551 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8554
8555         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8556         mailbox that doesn't exist.
8557
8558 2010-10-12  Julien Danjou  <julien@danjou.info>
8559
8560         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8561         (shr-get-image-data): Encode URL properly when fetching from cache.
8562         (shr-tag-img): Use aligned-to spaces to align correctly images.
8563
8564         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8565         before inserting the Gravatar.
8566
8567         * shr.el (shr-tag-img): Add align attribute support for <img>.
8568
8569 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * gnus-gravatar.el (gnus-art): Require.
8572
8573         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8574         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8575         Remove long obsoleted functions.
8576
8577 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8580
8581         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8582
8583         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8584         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8585         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8586         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8587         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8588         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8589         * sieve-manage.el, smime.el, spam.el:
8590         Fix comment for declare-function.
8591
8592 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593
8594         * nnimap.el (nnimap-request-rename-group): Select group read-only
8595         before renaming it.
8596
8597         * shr.el (shr-insert): Fix up the white space only regexp.
8598
8599         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8600         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8601
8602         * shr.el (shr-current-column): New function.
8603         (shr-find-fill-point): New function.
8604
8605 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8606
8607         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8608         numbers.
8609
8610 2010-10-11  Julien Danjou  <julien@danjou.info>
8611
8612         * shr.el (shr-hr-line): Add.
8613         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8614         display hr lines.
8615         (shr-max-columns): Do not change state to nil if we just inserting
8616         spaces.
8617
8618 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8621         select the last group.
8622
8623 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8624
8625         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8626
8627 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8628
8629         * dig.el (dig-mode-map): Declare and define in one step.
8630
8631 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8634         for Gnus.
8635         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8636         (nnimap-update-qresync-info): Mark \Seen articles as read.
8637
8638         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8639         non-variable, too.
8640
8641         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8642         available.
8643         (nnimap-update-info): Rely more on the current active than the param
8644         active to avoid marking articles as read too much.
8645
8646         * auth-source.el (auth-source-create): Use (user-login-name) for the
8647         user name default.
8648
8649         * nnimap.el (nnimap-update-info): If the server doesn't return any
8650         useful info, just use the previous info.
8651         (nnimap-update-info): Prefer old info over start-article.
8652         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8653
8654 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8655
8656         * nnir.el (autoload): Clean up autoloads.
8657         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8658         Use key rather than value.
8659         (nnir-imap-search-other): New variable.
8660         (nnir-read-parm): Use it.
8661         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8662         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8663
8664 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8665
8666         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8667         the process, too.
8668
8669 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8670
8671         * spam.el (gnus-summary-mode-map): Bind to "$".
8672         Suggested by Russ Allbery.
8673
8674         * shr.el: Rework the way things are indented by <li> slightly.
8675
8676         * gnus.el (gnus-group-set-parameter): Fix typo.
8677
8678         * nnimap.el: Start implementing QRESYNC support.
8679
8680 2010-10-09  Julien Danjou  <julien@danjou.info>
8681
8682         * nnir.el (nnir-engines): Fix too many arguments.
8683
8684 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8685
8686         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8687         group is the "last", so that the backends like nnfolder actually save
8688         their folders.
8689
8690         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8691         try to use that for the tls stream.
8692         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8693         UIDVALIDITY and find out which groups are read-only and not.
8694         (nnimap-get-flags): Use the same marks parsing code as the rest of
8695         nnimap.
8696
8697 2010-10-09  Julien Danjou  <julien@danjou.info>
8698
8699         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8700
8701         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8702         retrieving gravatars.
8703
8704         * shr.el (shr-table-corner): Add.
8705         (shr-table-line): Add.
8706         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8707
8708 2010-10-08  Julien Danjou  <julien@danjou.info>
8709
8710         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8711
8712 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8713
8714         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8715
8716         * gnus-sum.el (gnus-mark-article-as-unread)
8717         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8718         (gnus-summary-set-bookmark): Use it.
8719
8720         * gnus-msg.el (gnus-setup-message): Use it.
8721
8722         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8723
8724         * gnus.el (gnus-group-remove-parameter): Use it.
8725
8726         * gnus-group.el (gnus-group-make-web-group): Use it.
8727
8728         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8729
8730         * nnregistry.el: Update docs to mention manual.
8731
8732         * gnus-registry.el: Update docs to mention nnregistry.el.
8733         (gnus-registry-initialize): Don't install nnregistry refer method
8734         automatically.
8735         (gnus-registry-install-nnregistry): Remove it.
8736
8737 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738
8739         * shr.el (shr-insert): Don't insert double spaces.
8740
8741 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-gravatar.el (gnus-treat-from-gravatar)
8744         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8745         called interactively.
8746
8747         * gnus-art.el (gnus-mime-view-part-externally)
8748         (gnus-mime-view-part-internally): Make predicate function passed to
8749         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8750         of a mime type.
8751
8752         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8753
8754 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755
8756         * shr.el (require): Require cl when compiling.
8757         (shr-tag-hr): New function.
8758
8759         * nnimap.el (nnimap-update-info): Remove double setting of high.
8760         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8761         This makes nnimap work properly on Courier again.
8762
8763         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8764         the variable for backwards compatibility.
8765
8766         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8767         the file name before using to avoid setting mm-default-directory to
8768         nil.
8769
8770         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8771         bidning gnus-agent variables.
8772
8773         * shr.el (shr-render-td): Use a cache for the table rendering function
8774         to avoid getting an exponential rendering behavior in nested tables.
8775         (shr-insert): Rework the line-breaking algorithm.
8776         (shr-insert): Don't leave trailing spaces.
8777         (shr-insert-table): Also insert empty TDs.
8778         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8779
8780 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8781
8782         * gnus-sum.el (gnus-number): Rename from `number'.
8783         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8784         (gnus-summary-limit-children): Update uses correspondingly.
8785
8786 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8789         (gnus-gravatar-transform-address): Don't show avatars of people of
8790         which mail addresses match gnus-gravatar-too-ugly.
8791
8792 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793
8794         * shr.el (shr-table-widths): Expand TD elements to fill available
8795         space.
8796
8797 2010-10-07  Julien Danjou  <julien@danjou.info>
8798
8799         * nnimap.el (nnimap-request-rename-group): Add this method.
8800
8801 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8804         name from XEmacs' function-arglist.
8805
8806         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8807         gravatar under XEmacs.
8808
8809 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8810
8811         * auth-source.el: Update docs with TODO items.
8812
8813         * gnus-sync.el: Update docs to explain state and plans.
8814
8815         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8816         Hooks for mark updates.
8817         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8818
8819         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8820         hooks with arguments, which is needed for mark update hooks.
8821
8822 2010-10-06  Julien Danjou  <julien@danjou.info>
8823
8824         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8825         was matched.
8826
8827         * sieve-manage.el: Update example in `Commentary'.
8828
8829         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8830
8831         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8832         not 2000.
8833         (sieve-manage-authenticate): Re-add function.
8834
8835 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836
8837         * shr.el (shr-insert): Get 'space transition right.
8838         (shr-render-td): Only delete space at the end of the TD.
8839
8840         * nnimap.el (nnimap-open-connection): Prepare to support
8841         open-gnutls-stream.
8842
8843         * shr.el: Rearrange function order to be more logical.
8844
8845 2010-10-06  Julien Danjou  <julien@danjou.info>
8846
8847         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8848         (nnrss-discover-feed): Remove 404 URL in docstring.
8849
8850         * nnir.el: Fix Swish-E URL.
8851         Fix Namazu URL.
8852
8853         * message.el (message-change-subject): Remove 404 URL in a comment.
8854
8855 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8858         called interactively.
8859
8860         * gnus-util.el (gnus-remove-if): Allow hash table.
8861         (gnus-remove-if-not): New function.
8862
8863         * gnus-art.el (gnus-mime-view-part-as-type):
8864         * gnus-score.el (gnus-summary-score-effect):
8865         * gnus-sum.el (gnus-read-move-group-name):
8866         Replace remove-if-not with gnus-remove-if-not.
8867
8868         * gnus-group.el (gnus-group-completing-read):
8869         Regard collection as a hash table if it is not a list.
8870
8871 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8874
8875         * shr.el: Document the table-rendering algorithm.
8876
8877 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8880         for Emacsen having no `libxml-parse-html-region' support.
8881
8882 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8885         invalid URLs.
8886
8887         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8888         line-broken.
8889         (shr-tag-img): Ignore image fetching errors.
8890         (shr-overlays-in-region): Compute overlay positions correctly.
8891
8892         * mm-decode.el (mm-shr): Require shr.
8893
8894         * gnus-art.el (gnus-blocked-images): Move variable here.
8895
8896         * shr.el (shr-insert-table): Bind free variable.
8897
8898         * mm-decode.el (mm-shr): Bind shr-content-function.
8899
8900         * shr.el (shr-content-function): New variable.
8901
8902         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8903         added for symmetry.
8904
8905         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8906
8907         * gnus-group.el (gnus-group-make-group): Doc fix.
8908
8909         * nnimap.el (nnimap-request-newgroups): Return success.
8910
8911         * shr.el (shr-find-elements): New function.
8912         (shr-tag-table): Put all the images after the table.
8913         (shr-tag-table): Really inhibit images inside the table.
8914         (shr-collect-overlays): Copy over overlays from the TD elements to the
8915         main document.
8916
8917         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8918         gnus-blocked-images.
8919
8920 2010-10-05  Julien Danjou  <julien@danjou.info>
8921
8922         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8923
8924         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8925         (gnus-html-maximum-image-size): Add this function.
8926         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8927
8928         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8929         server-value of the capability is nil.
8930
8931 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * shr.el (shr-tag-em): Add <EM> tag.
8934
8935 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8936
8937         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8938         customizable.
8939
8940         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8941         handing broken links to browse-url.
8942
8943 2010-10-05  Julien Danjou  <julien@danjou.info>
8944
8945         * gnus-util.el (gnus-emacs-completing-read)
8946         (gnus-iswitchb-completing-read): Use autoload rather than require.
8947
8948 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8951         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8952         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8953         iswitchb-temp-buflist for XEmacs.
8954
8955         * gnus-util.el (gnus-completing-read-function): Exclude
8956         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8957         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8958         XEmacs.
8959
8960         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8961         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8962
8963         * gnus-html.el: Don't require help-fns under XEmacs.
8964         (gnus-html-schedule-image-fetching): Work for XEmacs.
8965
8966         * mm-decode.el (mm-shr): Decode contents by charset.
8967
8968 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8971         unknown.
8972
8973         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8974         (shr-get-image-data): Ensure against the cache file missing.
8975
8976         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8977         for data.
8978
8979         * spam-report.el (spam-report-url-ping-plain): Don't query about
8980         killing the process.
8981
8982         * shr.el (shr-render-td): Protect against too-wide text.
8983
8984 2010-10-04  Julien Danjou  <julien@danjou.info>
8985
8986         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8987         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8988
8989         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8990         retrieved.
8991
8992 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * shr.el (browse-url): Require.
8995         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8996         lines.
8997         (shr-show-alt-text, shr-browse-image): New commands.
8998         (shr-browse-url, shr-copy-url): New commands.
8999
9000         * gnus-sum.el (gnus-widen-article-window): New variable.
9001         (gnus-summary-select-article-buffer): Use it.
9002
9003         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9004         without @ signs.
9005
9006 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9007
9008         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9009
9010 2010-10-04  Julien Danjou  <julien@danjou.info>
9011
9012         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9013         for XEmacs.
9014
9015 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9018
9019         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9020         (nnimap-close-server): Implement.
9021
9022         * dgnushack.el (iswitchb): Require to shut up the compiler.
9023
9024         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9025         (shr-insert): Tweak line breaking.
9026         (shr-insert): Handle <pre> better.
9027         (shr-tag-li): Get <li> indentation right.
9028         (shr-tag-li): Get <li> indentation even righter.
9029         (shr-tag-blockquote): Ensure paragraph start.
9030         (shr-make-table): Tweak table generation.
9031         (shr-make-table): Fix typo.
9032
9033         * shr.el: Implement table rendering.
9034
9035 2010-10-04  Julien Danjou  <julien@danjou.info>
9036
9037         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9038
9039 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9040
9041         * shr.el (shr-insert): Use string anchors instead of line anchors.
9042
9043 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * shr.el: Add headings.
9046         (shr-ensure-paragraph): Actually work.
9047         (shr-tag-li): Make <ul> prettier.
9048         (shr-insert): Get white space at the beginning/end of elements right.
9049         (shr-tag-p): Collapse subsequent <p>s.
9050         (shr-ensure-paragraph): Don't insert double line feeds after blank
9051         lines.
9052         (shr-insert): \t is also space.
9053         (shr-tag-s): Fix "s" tag name function.
9054         (shr-tag-s): Fix face prop name.
9055
9056 2010-10-03  Julien Danjou  <julien@danjou.info>
9057
9058         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9059
9060         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9061         gnus-window-inside-pixel-edges.
9062
9063         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9064         gnus-ems.
9065
9066         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9067
9068         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9069         function.
9070
9071         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9072         resize choice.
9073
9074 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9075
9076         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9077         beginning of the buffer.
9078
9079         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9080         article buffer again.
9081
9082         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9083
9084         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9085         when it's at the start of the buffer.
9086
9087         * shr.el (shr-tag-blockquote): Convert name.
9088         (shr-rescale-image): Use the right image-size variant.
9089
9090         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9091         buffer isn't shown, then select the current article first instead of
9092         bugging out.
9093         (gnus-summary-select-article-buffer): Show both the article and summary
9094         buffers again.
9095
9096         * shr.el (shr-fontize-cont): Protect against regions with no text.
9097         Rename tag functions to shr-tag-* for enhanced security.
9098         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9099
9100 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9101
9102         * shr.el (shr-insert):
9103         * pop3.el (pop3-movemail):
9104         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9105         loaded.
9106
9107 2010-10-03  Glenn Morris  <rgm@gnu.org>
9108
9109         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9110
9111         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9112
9113         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9114
9115         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9116
9117         * gnus-util.el (gnus-make-local-hook): Simplify.
9118
9119 2010-10-02  Julien Danjou  <julien@danjou.info>
9120
9121         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9122         (gnus-ido-completing-read): New function.
9123         (gnus-emacs-completing-read): New function.
9124         (gnus-completing-read): Use gnus-completing-read-function.
9125         Add gnus-completing-read-function.
9126
9127 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * shr.el (shr-insert-document): Autoload.
9130         (shr-img): Be silent.
9131         (shr-insert): Add a newline after every picture before text.
9132         (shr-add-font): Use overlays for combining faces.
9133         (shr-insert): Pass upwards the text start point.
9134
9135         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9136         possible.
9137         (mm-shr): New function.
9138
9139 2010-10-02  Julien Danjou  <julien@danjou.info>
9140
9141         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9142         should go backward.
9143
9144 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9145
9146         * shr.el (shr): Fix typo in provide call.
9147
9148 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * shr.el: New file.
9151
9152         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9153
9154         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9155         completing read.
9156
9157 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9160         we're being queried about.  Suggested by Dan Jacobson.
9161
9162         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9163         Suggested by Jason Eisner.
9164
9165         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9166         table, too.  Suggested by Stefan Wiens.
9167         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9168         the table unnecessary.  Suggested by Stefan Wiens.
9169
9170         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9171         longer needed, and probably doesn't work either, as pointed out by
9172         Stefan Wiens.
9173         (gnus-summary-exit): Remove call to the clearing function.
9174         (gnus-summary-exit-no-update): Ditto.
9175
9176         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9177         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9178         Reported by Stefan Monnier.
9179         (gnus-summary-save-in-rmail): Ditto.
9180
9181         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9182         article buffer, instead of both the article buffer and the summary
9183         buffer.  Sort of suggested by Dan Jacobson.
9184
9185         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9186
9187         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9188         Suggested by Dan Jacobson.
9189
9190         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9191         documentation clearer.
9192
9193         * message.el (message-shorten-references): Comment on the number "21".
9194         Suggested by Stefan Monnier.
9195
9196         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9197         Suggested by Dan Jacobson.
9198
9199         * gnus.el (gnus-large-newsgroup):
9200         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9201
9202         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9203         externalize attachments.  Bug reported by Steve Wen.
9204
9205         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9206         really message anything to the user.
9207
9208         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9209         directly.
9210
9211         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9212         messages in empty groups.
9213
9214 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9215
9216         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9217         non-UIDNEXT group.
9218
9219 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220
9221         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9222         not the value from the collection.
9223
9224         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9225         values.  This sometimes happens on some groups that have no info.
9226         (nnimap-request-newgroups): New function.
9227
9228 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9229
9230         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9231         check into `gnus-registry-initialize'.
9232         (gnus-registry-initialize): Ditto.
9233         Fix and extend header docs.
9234
9235 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9238         regexp backtrace overflows.
9239
9240         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9241         for starttls that tls.el implements; i.e. openssl.
9242
9243         * tls.el (tls-starttls-switches): Give up on using starttls with
9244         gnutls-cli.
9245         (tls-program): Add --insecure to be consistent with the defaults from
9246         openssl s_client.  Now all three commands are insecure.
9247
9248 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * lpath.el: Bind completion-styles-alist for XEmacs.
9251
9252         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9253         (gravatar-create-image): New function that's an alias to
9254         gnus-xmas-create-image, gnus-create-image, or create-image.
9255         (gravatar-data->image): Use it.
9256
9257 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9258
9259         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9260         install the nnregistry refer method.
9261         (gnus-registry-install-hooks): Use it.
9262         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9263         unfollowed groups.
9264
9265 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9266
9267         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9268         expanding threads.
9269
9270 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271
9272         * nnir.el: Use the server names without suffixes (bug #7009).
9273
9274         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9275         unencrypted to STARTTLS, if possible.
9276
9277 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9278
9279         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9280         headers before superseding.
9281
9282 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * nnrss.el (nnrss-use-local): Add documentation.
9285
9286         * nnimap.el (nnimap-extend-tls-programs): New function.
9287         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9288         (nnimap-wait-for-connection): Accept the greeting from the stupid
9289         output from openssl s_client -starttls, too.
9290
9291         * tls.el (tls-starttls-switches): New variable.
9292         (tls-find-starttls-argument): Use it.
9293         (open-tls-stream): Ditto.
9294
9295         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9296         (netrc-machine): Ditto.
9297
9298         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9299         article number.
9300         (nnimap-split-fancy): New variable.
9301         (nnimap-split-incoming-mail): Use it.
9302
9303         * nntp.el (nntp-server-list-active-group): Document.
9304
9305         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9306         SELECT to get the message-id.
9307
9308         * mail-source.el (mail-sources): Remove webmail support.
9309         (defvar): Ditto.
9310         (mail-source-fetcher-alist): Ditto.
9311         (mail-source-fetch-webmail): Remove.
9312
9313         * webmail.el: Remove -- doesn't seem relevant any more.
9314
9315         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9316
9317         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9318         the \r.
9319
9320 2010-09-30  Julien Danjou  <julien@danjou.info>
9321
9322         * gnus-agent.el (gnus-agent-add-group): Fix call to
9323         gnus-completing-read.
9324
9325 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326
9327         * nndoc.el (nndoc-retrieve-groups): New function.
9328
9329         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9330         `default', use nnmail-split-methods.
9331         (nnimap-request-article): Downcase the NILs so that they are nil.
9332
9333         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9334         symbol.
9335
9336         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9337         code, since if the user has requested network, that's what they ought
9338         to get.
9339         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9340         (nnimap-split-rule): Mark as obsolete.
9341
9342         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9343         New variable.
9344
9345         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9346         correct slot, too.
9347
9348 2010-09-29  Julien Danjou  <julien@danjou.info>
9349
9350         * gnus.el (gnus-local-domain): Declare variable obsolete.
9351
9352         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9353         Fix history computing.
9354         (gnus-ido-completing-read): Require ido.
9355
9356 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9359         build Gnus.
9360
9361         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9362         when interpreting the structures.
9363         (nnimap-request-accept-article): Add \r\n to the lines to make this
9364         work with Cyrus.
9365
9366         * nndraft.el (nndraft-request-expire-articles): Use the group name
9367         instead if "nndraft".  Fix found by Nils Ackermann.
9368
9369 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9370
9371         * nnregistry.el: Add.
9372
9373 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9374
9375         * nnmail.el (group, group-art-list, group-art):
9376         Remove unneeded directives.
9377
9378 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9381         (mm-mime-charset):
9382         * rfc2047.el (rfc2047-syntax-table):
9383         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9384
9385         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9386         rather than `insert-file-contents' and `eval-region'.
9387
9388         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9389         construction.
9390
9391         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9392
9393         * time-date.el: No need to require cl for Emacs 21.
9394
9395 2010-09-29  Julien Danjou  <julien@danjou.info>
9396
9397         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9398         replacement of `gnus-gravatar-relief' to mimic
9399         `gnus-faces-properties-alist'.
9400         Add :version property.
9401
9402 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * mail-source.el (mail-source-report-new-mail):
9405         * message.el (message-default-mail-headers):
9406         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9407
9408         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9409
9410 2010-09-28  Julien Danjou  <julien@danjou.info>
9411
9412         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9413         mail-address contains the same string as real-name.
9414
9415         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9416         non-blank in header, otherwise it'll get stripped.
9417
9418         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9419         real-name, and then for mail address rather than doing : or , search.
9420
9421 2010-09-27  Julien Danjou  <julien@danjou.info>
9422
9423         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9424         right completing-read function.
9425         (gnus-use-ido): New variable
9426         (gnus-completing-read-with-default): Remove.
9427         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9428         (gnus-agent-add-group):
9429         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9430         * mm-view.el (mm-view-pkcs7-decrypt):
9431         * mm-util.el (mm-codepage-setup):
9432         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9433         * mml-smime.el (mml-smime-openssl-sign-query):
9434         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9435         (mml-insert-multipart):
9436         * gnus-msg.el (gnus-summary-yank-message):
9437         * gnus-int.el (gnus-start-news-server):
9438         * mm-decode.el (mm-interactively-view-part):
9439         * gnus-dired.el (gnus-dired-attach):
9440         * gnus.el (gnus-read-method):
9441         * gnus-bookmark.el (gnus-bookmark-jump):
9442         * gnus-art.el (gnus-mime-view-part-as-type)
9443         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9444         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9445         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9446         * nnmairix.el (nnmairix-create-server-and-default-group)
9447         (nnmairix-update-groups, nnmairix-get-server)
9448         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9449         (nnmairix-get-group-from-file-path):
9450         * nnrss.el (nnrss-find-rss-via-syndic8):
9451         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9452         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9453         (gnus-group-browse-foreign-server):
9454         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9455         (gnus-summary-execute-command, gnus-summary-respool-article)
9456         (gnus-read-move-group-name):
9457         * gnus-score.el (gnus-summary-increase-score)
9458         (gnus-summary-score-effect):
9459         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9460
9461 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9464         x-focus-frame.
9465
9466         * nnimap.el (auth-source-forget-user-or-password)
9467         (auth-source-user-or-password): Autoload.
9468
9469         * message.el (message-from-style, message-interactive)
9470         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9471         (message-yank-prefix, message-indentation-spaces, message-signature)
9472         (message-signature-file): Add comment.
9473
9474 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9477         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9478         new articles.
9479
9480         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9481         parts.
9482         (nnimap-request-article): Work with the t setting, too.
9483
9484         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9485         that you don't get flashes of other buffers.
9486         (gnus-summary-show-complete-article): Intern before setting.
9487
9488 2010-09-27  David Engster  <dengste@eml.cc>
9489
9490         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9491         well as HEADERS.
9492         (nnmairix-retrieve-headers): Provide new argument for the above.
9493
9494 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * gnus-sum.el (gnus-summary-move-article): Don't alter
9497         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9498         group.
9499
9500         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9501
9502         * message.el (message-cite-prefix-regexp): Revert my last edit.
9503
9504         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9505         variable instead of the Gnus variable.
9506
9507         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9508
9509         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9510
9511         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9512         since some servers don't like it.
9513         (nnimap-open-connection): Forget credentials if the server says the
9514         password was wrong.
9515         (nnimap-parse-line): Protect against invalid data.
9516
9517         * gnus-sum.el (gnus-summary-move-article): Add comment.
9518         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9519         nothing alters it while scanning for new messages.
9520
9521         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9522         which may or may not help.
9523         (nnimap-open-connection): If we're doing a stream connection, and then
9524         discover we're on a STARTTLS-capable server, then open a STARTTLS
9525         connection instead.
9526
9527 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * nnimap.el (utf7): Require.
9530
9531         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9532         prefix.
9533
9534 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9535
9536         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9537
9538 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * nnimap.el (nnimap-request-accept-article): Message the error on
9541         error.
9542
9543 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9546
9547 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * nndoc.el (nndoc-request-list): Return success always.
9550
9551         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9552         `fetch-old' -- we only want to fetch the articles we've requested.
9553         The rest are in the agent, probably.
9554         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9555         disappeared server" to something low.  It's not important.
9556
9557         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9558         arrived before the FETCH data.
9559
9560         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9561         target here, because we don't know the Gnus name of the group.
9562
9563         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9564         for the correct group.
9565
9566         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9567
9568         * gnus.el (gnus): Give a final warning after startup.
9569
9570         * gnus-util.el (gnus-action-message-log): New variable.
9571         (gnus-message): Use it.
9572         (gnus-final-warning): New function.
9573
9574         * nnimap.el (nnimap-open-connection): Record the greeting.
9575         (nnimap): Add greeting.
9576
9577 2010-09-26  Julien Danjou  <julien@danjou.info>
9578
9579         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9580         arguments.
9581         (gnus-html-wash-images): Fix spec computing to include start/end.
9582
9583         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9584
9585 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9588         deletion.
9589         (nnimap-retrieve-headers): Don't select the group, because that's
9590         already done by nnimap-possibly-change-group.
9591
9592         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9593         (gnus-picon-transform-address): Use it.
9594
9595         * mail-source.el (mail-source-value): Revert previous patch.
9596
9597         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9598         on failure.
9599         (nnimap-open-connection): Look up both virtual and physical server name
9600         credentials.
9601
9602         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9603
9604 2009-02-07  Dave Love  <fx@gnu.org>
9605
9606         * tls.el (open-tls-stream): Don't query killing process.
9607
9608 2009-02-08  Dave Love  <fx@gnu.org>
9609
9610         * gnus-win.el (gnus-window-to-buffer-helper)
9611         (gnus-all-windows-visible-p): Function needn't be a symbol.
9612
9613         * mail-source.el (mail-source-value): Function needn't be a symbol.
9614
9615 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9616
9617         * message.el (message-cite-prefix-regexp): Remove } from the cite
9618         prefix.
9619
9620         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9621         highlight again, so that the highlight is correct.
9622
9623         * gnus-picon.el (gnus-picon): Remove again.
9624         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9625
9626         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9627         doing the header highlightling, so that the background color of the
9628         picon is correct.
9629
9630         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9631         (gnus-picon): Ditto.
9632         (gnus-picon): Reinstate.  The background color for picons is white.
9633         (gnus-picon-insert-glyph): Make the background white.
9634
9635         * nnml.el (nnml-open-nov): Don't return dead buffers.
9636
9637         * auth-source.el (auth-source-create): Query the user for whether to
9638         store the credentials.
9639
9640         * netrc.el (netrc-store-data): New function.
9641
9642         * auth-source.el (auth-source-user-or-password): Use the existing auth
9643         sources, if any, for creation.
9644
9645         * gnus.el (gnus-group-fast-parameter): Return the last matching
9646         parameter instead of the first matching parameter.
9647
9648 2010-09-26  Julien Danjou  <julien@danjou.info>
9649
9650         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9651
9652 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * mml2015.el (mml2015-use): Remove gpg support.
9655
9656         * mml1991.el (mml1991-function-alist): Remove gpg function.
9657         (mml1991-gpg-sign): Remove.
9658
9659 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9660
9661         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9662         (gnus-browse-unsubscribe-current-group): Document it.
9663         (gnus-browse-unsubscribe-group): Use it.
9664
9665 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9668         address to the To list for easier response.
9669
9670         * gnus.el (gnus-play-startup-jingle): Remove.
9671         (gnus-splash): Don't play jingle.
9672         (gnus): Silence gnus-load message.
9673
9674         * gnus-art.el (gnus-treat-play-sounds): Remove.
9675
9676         * gnus.el (gnus-play-jingle): Remove audio support.
9677
9678         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9679
9680         * earcon.el: Remove -- no users.
9681
9682         * gnus-audio.el: Remove -- no users of this package.
9683
9684         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9685
9686         * gnus-start.el (gnus-setup-news): Remove nocem support.
9687
9688         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9689
9690         * gnus.el (gnus-use-nocem): Remove.
9691
9692         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9693         Remove.
9694
9695         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9696         uses NoCeM any more.
9697
9698         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9699         (gnus-button-ctan-handler): Ditto.
9700         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9701         (gnus-button-ctan-directory-regexp): Ditto.
9702         (gnus-button-handle-ctan): Ditto.
9703         (gnus-button-tex-level): Ditto.
9704         (gnus-button-alist): Remove CTAN stuff.
9705
9706 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9709         nnimap-streaming test.
9710
9711         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9712         servers twice.
9713
9714         * nnimap.el (nnimap-open-connection): Add more error reporting when
9715         nnimap fails early.
9716
9717         * nnheader.el (nnheader-get-report-string): New function.
9718         (nnheader-get-report): Use it.
9719
9720         * gnus-int.el (gnus-check-server): Say what the error was when opening
9721         failed.
9722
9723         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9724         using streaming.
9725
9726 2010-09-25  Julien Danjou  <julien@danjou.info>
9727
9728         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9729         gnus-window-inside-pixel-edges.
9730
9731 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9734
9735         * mm-decode.el (mm-save-part): Allow saving to other directories the
9736         normal Emacs way.
9737
9738         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9739         Suggested by Jay Berkenbilt.
9740
9741         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9742         there isn't a single byte.
9743
9744         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9745         just do it.  It doesn't really seem to matter what the user responds
9746         here, I think, so it's just a confusing question.
9747
9748         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9749         non-streaming case.
9750
9751         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9752         (gnus-article-encrypt-body): Use it.
9753
9754         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9755         keystroke.
9756
9757         * nnimap.el (nnimap-find-wanted-parts-1):
9758         Use gnus-fetch-partial-articles.
9759
9760         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9761
9762         * nnimap.el (nnimap-insert-partial-structure): New function.
9763         (nnimap-get-partial-article): New function.
9764         (nnimap-request-article): Use it.
9765         (nnimap-wait-for-response): Return whether the wait was successful.
9766         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9767         retrieval wasn't successful.
9768         (nnimap-retrieve-group-data-early): Allow throttling servers.
9769         (nnimap-streaming): New variable.
9770         (nnimap-fetch-partial-articles): Remove.
9771
9772         * mm-decode.el (mm-with-part): Protect against killed buffers.
9773
9774         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9775         for prettier summary display.
9776
9777 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9778
9779         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9780
9781 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9784         apparently third-party libraries depend on it.
9785
9786         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9787         before starting negotiation.
9788
9789         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9790         privacy reasons.
9791         (gnus-treat-mail-gravatar): Ditto.
9792
9793         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9794         buffer when inserting images.  Inserting text into the headers, for
9795         instance, can make them invalid.
9796
9797 2010-09-25  Julien Danjou  <julien@danjou.info>
9798
9799         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9800         variables.
9801
9802         * nnheader.el: Remove useless variables news-reply-yank-from and
9803         news-reply-yank-message-id.
9804
9805         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9806         variables.
9807
9808         * mml1991.el: Remove useless mml1991-verbose.
9809
9810         * gnus.el: Remove useless variable gnus-use-generic-from.
9811         Remove obsolete variable gnus-topic-indentation.
9812
9813         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9814
9815         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9816
9817         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9818
9819         * gnus-group.el: Remove useless gnus-group-icon-cache.
9820         Remove useless gnus-ephemeral-group-server.
9821
9822         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9823
9824         * mml2015.el: Remove useless mml2015-verbose.
9825
9826         * mml-smime.el: Remove useless mml-smime-verbose.
9827
9828         * gnus.el: Remove useless gnus-local-domain.
9829
9830         * gnus-gravatar.el (gnus-gravatar-transform-address):
9831         Use gnus-gravatar-size.
9832
9833         * gnus-art.el: Remove useless gnus-treat-translate.
9834
9835 2010-09-24  Julien Danjou  <julien@danjou.info>
9836
9837         * gnus-sum.el: Add support for Gravatars.
9838
9839         * gnus-art.el: Add support for Gravatars.
9840
9841         * gnus-gravatar.el: Add this file.
9842
9843         * gravatar.el: Add this file.
9844
9845 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9848
9849         * gnus-group.el (gnus-group-fetch-faq): Remove.
9850
9851         * gnus.el (gnus-group-faq-directory): Remove.
9852
9853         * gnus-group.el (gnus-group-fetch-charter): Remove.
9854
9855         * gnus.el (gnus-group-charter-alist): Remove.
9856
9857         * gnus-group.el (gnus-group-archive-directory): Remove.
9858         (gnus-group-recent-archive-directory): Ditto.
9859         (gnus-group-make-archive-group): Remove.
9860
9861         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9862
9863         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9864         use the same article number for all the cached articles.
9865
9866         * nnimap.el (nnimap-command): Register the last command time so
9867         that we can use it for idling NOOPs.
9868         (nnimap-open-connection): Start the keeplive timer.
9869         (nnimap-make-process-buffer): Store all the process buffers.
9870         (nnimap-keepalive): New function.
9871
9872         * starttls.el (starttls-open-stream): Add autoload cookie.
9873
9874 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9875
9876         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9877         handling.
9878
9879 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880
9881         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9882         its data structures.
9883
9884         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9885         instead of the cl.el copy-list.
9886         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9887         equalp.
9888
9889 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9892         and tool-bar-local-item-from-menu.
9893
9894         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9895         mode-line-highlight face for Emacs.
9896
9897         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9898         loading gnus-sum.elc; fix comment for canlock-verify.
9899         (gnus-article-jump-to-part): Use read-number.
9900         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9901         Remove Emacs pre-21 compatible code for help-echo.
9902         (gnus-article-next-page-1): No need to adjust the number of lines.
9903         (gnus-article-describe-bindings): Always use help-buffer.
9904
9905         * gnus-audio.el (gnus-audio-inline-sound):
9906         * gnus-cus.el (gnus-custom-mode):
9907         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9908
9909         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9910
9911         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9912         compatible code.
9913
9914 2010-09-24  Glenn Morris  <rgm@gnu.org>
9915
9916         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9917         visiting the fcc file in rmail-mode.
9918
9919         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9920
9921 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * nnir.el: Silence the byte compiler.
9924
9925         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9926         alias to browse-url-url-encode-chars if any.
9927         (gnus-html-encode-url): Use it.
9928
9929 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9930
9931         * gnus-start.el (gnus-use-backend-marks): New variable.
9932         (gnus-get-unread-articles-in-group): Use it.
9933
9934         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9935         makeover.
9936
9937 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9938
9939         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9940
9941 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9944         Remove.
9945         (gnus-setup-news-hook):
9946         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9947
9948         * gnus-int.el (gnus-request-update-info): Protect against backends not
9949         having the function.
9950
9951         * nnimap.el (nnimap-stream): Mention starttls.
9952         (nnimap-open-connection): Add starttls support.
9953
9954 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9955
9956         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9957
9958 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9961         BODYSTRUCTUREs.
9962         (nnimap-transform-headers): Unfold quoted {42} headers.
9963
9964         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9965         the info.
9966         (gnus-get-unread-articles): Only call updatep on backends that support
9967         it.
9968
9969         * nnweb.el (nnweb-request-update-info): NOOP.
9970
9971         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9972
9973         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9974         since it only deals with marks.
9975
9976         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9977         gnus-request-marks, and make a new gnus-request-update-info.
9978
9979         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9980         the active instead of the high number, which is usually too low.
9981
9982 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9983
9984         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9985         * encrypt.el: Remove.
9986
9987 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9988
9989         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9990         server in symbolic form.
9991
9992         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9993
9994 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995
9996         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9997         (nnimap-update-info): Fix up code slightly.
9998
9999         * gnus-int.el (gnus-open-server): Add tracing for performance
10000         debugging.
10001
10002         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10003         (gnus-group-insert-group-line): Pass the real group name so that it
10004         gets the right data.
10005
10006         * gnus-start.el (gnus-get-unread-articles): Don't have
10007         `gnus-get-unread-articles-in-group' update info, since that can be
10008         really slow and doesn't seem to be needed?
10009
10010 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10011
10012         * time-date.el (date-to-time): Try using parse-time-string first before
10013         using the slower timezone-make-date-arpa-standard.
10014
10015 2010-09-22  Julien Danjou  <julien@danjou.info>
10016
10017         * gnus-group.el (gnus-group-insert-group-line):
10018         Call gnus-group-highlight-line.
10019         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10020         default hook list.
10021         (gnus-group-update-eval-form): Add new function.
10022         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10023         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10024
10025 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10026
10027         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10028         immediate, then expire all articles.
10029         (nnimap-update-info): Fix off-by-one errors.
10030         (nnimap-flags-to-marks): Would return no marks lists for group with no
10031         flags.  Instead return the other data.
10032
10033 2010-09-22  Julien Danjou  <julien@danjou.info>
10034
10035         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10036         Only return an icon.
10037         (gnus-group-insert-group-line): Compute icon to return.
10038
10039         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10040         (gnus-html-image-fetched): Only cache if
10041         gnus-html-image-automatic-caching is set.
10042         (gnus-html-image-fetched): Check for errors.
10043
10044 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10045
10046         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10047         once per method on `g'.  This ensures that backends like nnfolder don't
10048         open all their folders.
10049
10050         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10051         (nnimap-request-list): Nix out group in the correct buffer.
10052         (nnimap-parse-flags): Implement by using `read' instead of
10053         hand-parsing.
10054         (nnimap-flags-to-marks): Pass on permanent-flags.
10055         (nnimap-make-process-buffer): Record the server name.
10056         (nnimap-parse-flags): Fix typo.
10057         (nnimap-request-scan): Run split on the server in general, not just a
10058         single group.
10059
10060         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10061         parameter, and propagate this downwards.
10062
10063         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10064         since EXAMINE changes it on the server.
10065
10066         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10067         this command might take a while.
10068
10069 2010-09-22  Julien Danjou  <julien@danjou.info>
10070
10071         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10072         harmful if you have 2 images side-by-side, they can't be properly
10073         update on text deletion.  Using text-property is safer here.
10074         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10075         data.
10076
10077 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * nnimap.el (nnimap-expunge-inbox): Remove.
10080         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10081         (nnimap-expunge): Flip default to t.
10082
10083         * gnus.el (gnus-method-to-server): Don't push things to the cache
10084         unless it's unique.
10085         (gnus-server-to-method): Ditto.
10086
10087 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10088
10089         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10090
10091 2010-09-22  Julien Danjou  <julien@danjou.info>
10092
10093         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10094         get the start of data.
10095         (gnus-html-encode-url): Add this function to encode special chars in
10096         URL.
10097         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10098         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10099
10100         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10101         default.
10102         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10103
10104         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10105         images alt-text.
10106         (gnus-html-put-image): Put alt-text as help-echo.
10107
10108 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10111         * mm-util.el (mm-decompress-buffer):
10112         * nnir.el (nnir-run-find-grep):
10113         * pop3.el (pop3-list): Use 3rd arg of split-string.
10114
10115         * time-date.el (format-seconds): Comment fix.
10116
10117         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
10118         and byte-optimize-form-code-walker.
10119         (dgnushack-make-auto-load): Don't advise make-autoload.
10120
10121         * lpath.el: Remove Emacs 21 stuff.
10122
10123 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10124
10125         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10126         outside the active range.  Suggested by Dan Christensen.
10127
10128         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10129         slightly later to avoid double-getting it.
10130
10131         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10132         previous patch.
10133
10134         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10135
10136 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10137
10138         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10139
10140 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10141
10142         * gnus-int.el (gnus-open-server): Give a better error message in the
10143         "go offline" case.
10144
10145         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10146         marks for nnimap, which is seldom the right thing to do.
10147
10148         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10149         (gnus-same-method-different-name): New function.
10150
10151         * nnimap.el (parse-time): Require.
10152
10153         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10154         method in the presence of many similar methods.
10155
10156         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10157
10158         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10159         nnml-inhibit-expiry.
10160
10161         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10162         find out whether methods are equal.
10163
10164         * nnimap.el (nnimap-find-expired-articles): New function.
10165         (nnimap-process-expiry-targets): New function.
10166         (nnimap-request-move-article): Request the article before looking at
10167         what the Message-ID is.  Fix found by Andrew Cohen.
10168         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10169
10170         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10171         for oldness in addition to being a predicate.
10172
10173         * nnimap.el (nnimap-request-group): When we have zero articles, return
10174         the right data to Gnus.
10175         (nnimap-request-expire-articles): Only delete articles immediately if
10176         the target is 'delete.
10177
10178         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10179         method, this would bug out.
10180
10181         * gnus-group.el (gnus-group-expunge-group): Rename from
10182         gnus-group-nnimap-expunge, and implemented as a normal interface
10183         function.
10184
10185         * gnus-int.el (gnus-request-expunge-group): New function.
10186
10187         * nnimap.el (nnimap-request-create-group): Implement.
10188         (nnimap-request-expunge-group): New function.
10189
10190 2010-09-21  Julien Danjou  <julien@danjou.info>
10191
10192         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10193         (gnus-html-cache-expired): Add new function.
10194         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10195         wethever we should display image for fetch it.
10196         Compute alt-text earlier to pass it to the fetching function too.
10197         (gnus-html-schedule-image-fetching): Change function argument to only
10198         get one image at a time, not a list.
10199         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10200         cache.
10201         (gnus-html-get-image-data): New function to retrieve image data from
10202         cache.
10203         (gnus-html-put-image): Change buffer argument to use image data rather
10204         than file, and place image above region rather than inserting a new
10205         one.  Do not take alt-text as argument, since it's useless now: we place
10206         the image above alt-text.
10207         (gnus-html-prune-cache): Remove.
10208         (gnus-html-show-images): Start to fetch image when we find one, do not
10209         push into a temporary list.
10210         (gnus-html-prefetch-images): Only fetch image if they have expired.
10211         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10212         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10213
10214 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10217
10218 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10221         spec inser "*" if the group isn't active instead of 0.
10222
10223         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10224         opening the server.
10225         (nnimap-request-delete-group): Implement group deletion.
10226         (nnimap-transform-headers): Return the size of the entire message in
10227         the Bytes header, not just the size of the first part.
10228         (nnimap-request-move-article): When moving an article from nnimap,
10229         request the article first so the accepting form has an article to
10230         accept.  Reported by Dan Christensen.
10231         (nnimap-command): Make sure that the error message doesn't error out.
10232
10233 2010-09-20  David Edmondson  <dme@dme.org>
10234
10235         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10236         we haven't requested anything.
10237
10238 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10239
10240         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10241         "".  Fix found by Andrew Cohen.
10242
10243         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10244         instead of -encode-string.
10245
10246 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10249
10250         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10251         by mm-subst-char-in-string.
10252
10253 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10256         waiting for the connection string.
10257
10258         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10259         arriving.
10260
10261         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10262         bogus characters.  This allows selecting certain Gmail groups.
10263
10264         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10265         (nnimap-fetch-partial-articles): New variable.
10266         (nnimap-open-connection): When looking for credentials, also use the
10267         nnimap-server-port.
10268         (nnimap-request-article): Return the group/article number, so that Gnus
10269         `^' works as expected.
10270         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10271
10272         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10273         comments.
10274         (gnus-methods-sloppily-equal): New function.
10275         (gnus): When using the development version of Gnus, load the gnus-load
10276         file.
10277
10278         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10279         `gnus-open-server' on each method before trying to scan them etc.
10280         This ensures that all the backend parameters are set correctly.
10281
10282         * nnimap.el (nnimap-authenticator): New variable.
10283         (nnimap-open-connection): Allow anonymous login.
10284         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10285         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10286
10287         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10288         patch, found by Knut Anders Hatlen.
10289
10290 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10291
10292         * gnus-agent.el (gnus-agent-batch-confirmation)
10293         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10294         to gnus-message.
10295         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10296         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10297         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10298         * gnus-int.el (gnus-open-server): Likewise.
10299         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10300         (gnus-score-check-syntax): Likewise.
10301         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10302         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10303         Likewise.
10304         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10305
10306 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10307
10308         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10309         calling conventions so that prefetch doesn't bug out.
10310
10311 2010-09-19  Julien Danjou  <julien@danjou.info>
10312
10313         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10314         rather than `subst-char-in-region' in order to be able to replace ASCII
10315         char by UTF-8 ones.
10316
10317         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10318         than curl.
10319         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10320         the right URL and ALT text on images.
10321         (gnus-html-wash-tags): Fix tag case.
10322         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10323         (gnus-article-html): Add -o display_ins_del=2 option.
10324         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10325
10326 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10327
10328         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10329         the extra mail headers, which sometimes seem to happen for unknown
10330         reasons.
10331
10332         * mail-parse.el (mail-header-encode-parameter): Define as
10333         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10334         (or most, perhaps?) mail readers don't understand the latter, but do
10335         understand the former.
10336
10337         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10338         to nil, so that no methods are automatically agentized.  I think this
10339         is probably what most users want.
10340
10341         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10342         from url-retrieve, for instance about invalid URLs.
10343
10344         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10345         groups that have no articles.
10346         (nnimap-request-article): Check that we really got an article when we
10347         requested one.
10348
10349         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10350         doesn't exist.
10351
10352         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10353         nntp buffer so the agent can save it.
10354         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10355         that CRLF doesn't get translated to \n.
10356         (nnimap-open-connection): Don't make 'shell commands only send \n.
10357
10358 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10359
10360         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10361         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10362         Update var name.
10363         (nnml-generate-nov-file): Use dolist.
10364         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10365         Use with-current-buffer.
10366
10367 2010-09-18  Julien Danjou  <julien@danjou.info>
10368
10369         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10370         parallel.
10371
10372 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373
10374         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10375         the range update right.
10376         (nnimap-request-group): Don't make `M-g' bug out on group with no
10377         marks.
10378         (nnoo): Require, so that other packages can require nnimap.
10379         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10380         command we're looking for.  This helps when the server sends more
10381         responses after we've gotten everything we expected.
10382         (nnimap): Add a `newlinep' field to keep track of end-of-line
10383         conventions.
10384         Don't send CRLF to things that don't want it.
10385         (nnimap-request-accept-article): Ditto.
10386
10387 2010-09-18  Julien Danjou  <julien@danjou.info>
10388
10389         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10390         than curl to retrieve images.
10391
10392 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10395         the marks.
10396         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10397         (nnimap-wait-for-connection): New function.
10398         (nnimap-open-connection): If we have PREAUTH, don't query for login
10399         credentials.
10400         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10401         when doing a partial update.
10402
10403 2010-09-18  Julien Danjou  <julien@danjou.info>
10404
10405         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10406         tags.
10407
10408 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * nnimap.el (nnimap-credentials): New function.
10411         (nnimap-open-connection): Use the new function to look for credentials
10412         also on the numeric equivalents of "imap" and "imaps".
10413
10414         * gnus-start.el (gnus-activate-group): Send the info to
10415         gnus-request-group.
10416
10417         * nnimap.el (nnimap-request-group): Have the "check" version of the
10418         function parse flags and update the info, so that a `M-g' get a total
10419         resync of all flags from the group.
10420
10421         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10422         to allow backends to alter the info on group selection.  Also alter all
10423         the backend -request-group functions to take the parameter.
10424
10425         * nnimap.el (nnimap-store-info): New function.
10426         (nnimap-update-info): Store the info for later usage.
10427         (nnimap-request-group): Use the stored info for the dont-check case, so
10428         that we don't retrieve all marks when we enter a group.
10429
10430         * nnimap.el: Use deffoo instead of defun for interface functions.
10431
10432         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10433         update the group info.  This makes the nndraft groups, for instance, go
10434         back to their old behavior.
10435
10436         * gnus-sum.el (gnus-select-newsgroup): Indent.
10437
10438         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10439         in.
10440         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10441         nothing.
10442
10443         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10444         from methods that are denied.
10445
10446         * gnus-int.el (gnus-method-denied-p): New function.
10447
10448         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10449         store the password instead of netrc.
10450         (nnimap-open-connection): Don't error out when we can't make a
10451         connections.
10452
10453         * auth-source.el (auth-source-create): In the password prompt, say what
10454         we're querying for.  Also prompt for user name if that hasn't been
10455         given.
10456
10457         * nnimap.el (nnimap-with-process-buffer): Remove.
10458
10459 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460
10461         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10462         method when we're reading from the agent.
10463
10464         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10465
10466         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10467         that's probably most useful for users.
10468
10469         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10470         "failed" all the time.
10471
10472         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10473         ...)) with (with-current-buffer ... ).
10474
10475         * nntp.el (nntp-open-server): Return whether the open was successful or
10476         not.
10477
10478         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10479         select an unread unseen article first.
10480
10481         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10482         /etc/services, supply some sensible port defaults.
10483
10484         * dgnushack.el: Define netrc-credentials.
10485
10486 2010-09-17  Julien Danjou  <julien@danjou.info>
10487
10488         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10489
10490 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10491
10492         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10493         doesn't have any parameters.
10494
10495 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10498         only upcased checks.
10499
10500         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10501
10502         * nnimap.el (nnimap-open-shell-stream): New function.
10503         (nnimap-open-connection): Use it.
10504         (nnimap-transform-headers): Get the number of lines in each message.
10505         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10506         number of lines.
10507         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10508         problem.
10509
10510         * utf7.el (utf7-encode): Autoload.
10511
10512         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10513         to allow the mail splitting to not return a default group.  This is
10514         useful for nnimap, which will leave unmatched mail in the inbox.
10515
10516         * nnimap.el: Rewritten.
10517
10518         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10519         nnimap usage.
10520
10521         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10522         if the move is internal, so that nnimap can do fast internal moves.
10523
10524         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10525         data.
10526         (gnus-read-active-for-groups): Support finishing the early retrieval of
10527         data.
10528
10529         * gnus-range.el (gnus-range-nconcat): New function.
10530
10531         * gnus-int.el (gnus-finish-retrieve-group-infos)
10532         (gnus-retrieve-group-data-early): New functions.
10533
10534 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10535
10536         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10537         (nnrss-retrieve-groups):
10538         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10539         (pop3-quit): Use with-current-buffer.
10540
10541 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10544         instead of nnheader-accept-process-output.
10545
10546         * dgnushack.el (dgnushack-compile): Add comment.
10547
10548         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10549
10550         * gnus-html.el (gnus-html-schedule-image-fetching)
10551         (gnus-html-prefetch-images): Replace process-kill-without-query by
10552         gnus-set-process-query-on-exit-flag.
10553
10554 2010-09-16  Romain Francoise  <romain@orebokech.com>
10555
10556         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10557
10558 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559
10560         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10561         parameter to unintern is mandatory-ish in Emacs 24.
10562
10563         * gnus-html.el (gnus-html-schedule-image-fetching)
10564         (gnus-html-prefetch-images): Check for curl before using it.
10565
10566         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10567         depend on curl, which isn't essential.
10568
10569         * imap.el: Revert back to version
10570         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10571         seem problematic.
10572
10573 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10574
10575         * gnus-registry.el (gnus-registry-install-shortcuts):
10576         Explicitly pass `obarray' to `unintern' to avoid a warning.
10577
10578 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10579
10580         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10581         change.
10582
10583         * nnrss.el (nnrss-request-list): Remove this function and related
10584         functions, including the moreover stuff.
10585
10586 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * nnrss.el (nnrss-retrieve-groups): New function.
10589
10590 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10591
10592         * .dir-locals.el: Add no-byte-compile cookie.
10593
10594 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * time-date.el (format-seconds): Comment fix.
10597
10598         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10599         for back end that doesn't support request-scan.
10600
10601 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10604         then do request scans from the backends.
10605
10606         * netrc.el (netrc-credentials): New conveniency function.
10607
10608         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10609         avoid running a hook per line, since this takes a lot of time,
10610         profiling shows.
10611         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10612         directly if gnus-visual-p is true.
10613
10614 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10617         groups; replace mapcar with dolist which is a bit faster; pass groups
10618         info to gnus-read-active-file-1.
10619         (gnus-read-active-file-1): Scan only specified groups if the new
10620         optional arg `infos' is given.
10621
10622 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10625
10626         * pop3.el (pop3-movemail): Remove.
10627         (pop3-streaming-movemail): Rename to pop3-movemail.
10628
10629         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10630         don't restrict end-tag searches to the end of the line.
10631
10632 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10635         articles of every unchecked group to t, which means unknown since the
10636         server has never been opened.
10637
10638 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * gnus-html.el (gnus-html-show-alt-text): New command.
10641         (gnus-html-browse-image): Ditto.
10642         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10643         to browse the image directly.
10644         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10645         better.
10646
10647         * gnus-async.el (gnus-async-article-callback):
10648         Call `gnus-html-prefetch-images' unconditionally.
10649
10650         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10651         before feeding URLs to curl.
10652
10653 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10656         internal images as deletable by `W D D'.
10657
10658         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10659         (gnus-async-article-callback): Fix typo.
10660
10661 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10664         current line to work around bugs in the output from w3m.
10665
10666         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10667         for groups that want that.
10668
10669         * nntp.el (nntp-wait-for-string): Supply a timeout for
10670         accept-process-output to ensure progress.
10671
10672         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10673         level to get unread articles from, then use that for foreign groups,
10674         too.
10675
10676         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10677         confuses the rest of the function.
10678
10679         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10680         for the methods that support -retrieve-groups, too.
10681
10682         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10683
10684 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10687         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10688
10689         * pop3.el: Require cl when compiling.
10690         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10691
10692 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693
10694         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10695         that aren't going to be activated.
10696         (gnus-get-unread-articles): Fix up the last commit.
10697
10698         * gnus-html.el (gnus-article-html): Allow calling without specifying
10699         the handle.  In that case, dissect the buffer first.
10700
10701         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10702
10703         * nnimap.el (nnimap-open-connection): Revert the change that would look
10704         into authinfo for imaps instead of imap.
10705
10706         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10707         say that you don't want to call gnus-request-group with don-check, but
10708         do check the reponse.  This is for virtual groups only.
10709         (gnus-get-unread-articles): Count the archive groups as secondary, so
10710         that they're activated the same way as before.
10711
10712         * imap.el (imap-message-map): Removed optional buffer parameter, since
10713         no callers use it.
10714         (imap-message-get): Ditto.
10715         (imap-message-put): Ditto.
10716         (imap-mailbox-map): Ditto.
10717         (imap-mailbox-put): Ditto.
10718         (imap-mailbox-get): Ditto.
10719         (imap-mailbox-get): Revert last change for this function.
10720
10721         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10722         case-insensitively.
10723         (nnimap-debug): Remove.
10724
10725         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10726         callers to use `imap-fetch' instead.  According to the comments, this
10727         should be safe, since all other IMAP clients use the 1:* syntax.
10728         (imap-enable-exchange-bug-workaround): Remove.
10729         (imap-debug): Remove -- doesn't seem very useful.
10730
10731         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10732         mail from a file, and the file doesn't exist.
10733
10734         * imap.el (imap-log): New convenience function used throughout instead
10735         of repeating the same code all over the place.
10736
10737         * pop3.el (pop3-streaming-movemail): Return t for success.
10738
10739         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10740         .authinfo if we're using ssl connection.
10741
10742         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10743         already have if we're in a main Gnus `g' run.
10744
10745         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10746
10747 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10750
10751         * nnmh.el (nnmh-request-list-1): Bind `file'.
10752
10753         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10754         alias to set-process-query-on-exit-flag or process-kill-without-query.
10755         (pop3-open-server): Use it.
10756
10757 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10760         box to the Incoming file.  Fixes mistake in previous checkin.
10761
10762         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10763         request loop (for debugging purposes) removed.
10764
10765         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10766         culprit is more visible.
10767         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10768         (nnml-add-incremental-nov): New functions to do "incremental" nov
10769         updates, where we just append to the end of the existing nov files
10770         without reading/writing them in full.
10771
10772         * mail-source.el (mail-source-delete-crash-box): Really only check the
10773         incoming files once in a while.
10774
10775         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10776
10777         * mail-source.el (mail-source-delete-crash-box): Only check the
10778         incoming files for deletion once per day to save a lot of file
10779         accesses.
10780
10781         * pop3.el (pop3-logon): Fix up unbound variable typo.
10782
10783         * mail-source.el (pop3-streaming-movemail): Autoload.
10784
10785         * pop3.el (pop3-streaming-movemail):
10786         Respect pop3-leave-mail-on-server.
10787
10788         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10789         retrieval.
10790
10791         * pop3.el (pop3-process-filter): Remove unused function.
10792         (pop3-streaming-movemail, pop3-send-streaming-command)
10793         (pop3-wait-for-messages, pop3-write-to-file)
10794         (pop3-number-of-responses): New functions for streaming pop3
10795         retrieval.
10796
10797         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10798         come from no known methods.
10799         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10800         list.
10801
10802         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10803         message sizes.
10804         (pop3-movemail): Use erase-buffer instead of looping and deleting
10805         regions, which seems rather odd.
10806
10807         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10808         file once per `g' run.
10809
10810         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10811         directories.  This makes the draft queue directory work.
10812
10813         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10814         data from the backends, so that we only request the list of groups from
10815         each method once.  This should speed things up considerably.
10816
10817         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10818         detect that it's not implemented.
10819
10820         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10821         we actually do recurse down into the tree, but don't stat all leaf
10822         nodes.
10823
10824         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10825         then say so instead of bugging out.
10826
10827         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10828         files exist before trying to read them.
10829
10830         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10831         around <pre_int>.
10832
10833         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10834
10835         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10836
10837 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * mm-util.el (mm-image-load-path): Just return the image directories,
10840         not all directories in the path in addition to the image directories.
10841         (mm-image-load-path): Maintain a cache of the image directories so that
10842         the `g' command in Gnus doesn't have to stat dozens of directories each
10843         time.
10844
10845         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10846         (gnus-html-wash-tags): Add a new `i' command to insert images.
10847         (gnus-html-insert-image): New command and keystroke.
10848         (gnus-html-redisplay-with-images): New command and keystroke.
10849         (gnus-html-show-images): Rename command.
10850         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10851         spacers.
10852         (gnus-html-wash-tags): Decode entities at the end, so that entities
10853         inside the tags don't mess up the rest of the "parsing".
10854
10855         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10856         so that nnimap methods aren't agentized by default.  There's apparently
10857         many problems related to agent/imap behavior.
10858
10859         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10860
10861         * gnus-html.el: Doc fix.
10862
10863 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10866         specifier-spec-list for Emacs 21.
10867
10868         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10869         glyph-width and glyph-height instead of display-graphic-p and
10870         image-size; make avoidance of displaying small images work for XEmacs.
10871
10872         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10873         for XEmacs.
10874
10875         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10876         of symbol that holds plist data.
10877         (gnus-process-plist): Remove plist of process after getting it.
10878
10879 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10880
10881         * message.el (message-generate-hashcash): Change default to
10882         'opportunistic if hashcash is installed.
10883
10884         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10885         (gnus-html-put-image): Only call image-size once, since it's somewhat
10886         time-consuming on remote X servers.
10887
10888 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10891         type on data, not a file name.
10892
10893         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10894         window-pixel-edges for Emacs 21.
10895
10896         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10897         decoded contents.
10898         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10899
10900 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10903         group line format, since it isn't very interesting.
10904
10905         * gnus-agent.el (gnus-agent-short-article),
10906         (gnus-agent-long-article): Increase values for these two variables,
10907         since most people are likely to have more network connection and
10908         storage than before.
10909
10910         * gnus.el (gnus-refer-article-method): Change default to 'current.
10911         When referring an article, the common behavior is to refer it from the
10912         current select method, not the native select method.  The chances of
10913         the native select method having the message in question is rather slim
10914         these days.
10915
10916         * gnus-sum.el (gnus-auto-select-subject): Change default to
10917         `unseen-or-unread'.  I think it's likely that most people want to
10918         select an unseen article over a previously seen, but unread one.
10919
10920         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10921         means that in the article buffer none of the minor mode elements will
10922         be shown, usually, and this is not desirable in most cases.
10923
10924         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10925         that commands like `d' (and the like) go to the next line in the
10926         buffer, instead of the next unread article.  I think this is the
10927         behavior that is most natural for most users.
10928         (gnus-single-article-buffer): Change default to nil, so that people can
10929         have as many article buffers open as they have summary buffer.  I think
10930         this is the most natural way for the groups to behave.
10931
10932         * message.el (message-generate-new-buffers): Change default to
10933         `unsent', so that all new message buffers start their names with the
10934         string "*unsent", and it's easier to find the buffers if you move from
10935         them.
10936
10937 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10938
10939         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10940         small.  They're probably tracking images.
10941         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10942         (gnus-html-rescale-image): Yet another try at getting the image sizing
10943         right.
10944
10945         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10946         nntp-marks-file-name is nil.
10947
10948 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10949
10950         * gnus-html.el (gnus-html-wash-tags)
10951         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10952         Better logging.
10953
10954 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10957
10958         * gnus-html.el (gnus-html-wash-tags): Check the value of
10959         gnus-blocked-images in the summary buffer.
10960
10961 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10962
10963         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10964
10965 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10968         like "a", it seems like.
10969         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10970         since it needs to be picked from the correct buffer.
10971
10972         * nnwfm.el: Remove.
10973
10974         * nnlistserv.el: Remove.
10975
10976 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10977
10978         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10979         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10980
10981 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10982
10983         * nnkiboze.el: Remove.
10984
10985         * nndb.el: Remove.
10986
10987         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10988         alt text.
10989         (gnus-html-rescale-image): Try to get the rescaling logic right for
10990         images that are just wide and not tall.
10991
10992         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10993         overshadow variable bindings.
10994
10995 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10996
10997         * gnus-html.el (gnus-html-wash-tags)
10998         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10999         Add extra logging.
11000
11001 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11002
11003         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11004         (gnus-max-image-proportion): New variable.
11005         (gnus-html-rescale-image): New function.
11006         (gnus-html-put-image): Rescale images.
11007
11008 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11009
11010         Fix up some byte-compiler warnings.
11011         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11012         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11013         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11014         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11015         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11016         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11017         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11018
11019 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-html.el (gnus-article-html): Decode contents by charset.
11022
11023 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11026         (gnus-html-frame-width, gnus-blocked-images):
11027         * message.el (message-prune-recipient-rules): Add custom version.
11028         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11029
11030         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11031         functions.
11032
11033         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11034         gnus-process-get.
11035
11036 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11037
11038         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11039         instead of lsub directly.
11040
11041 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11042
11043         * nnwarchive.el: Remove.
11044
11045         * gnus-soup.el: Remove.
11046
11047         * nnsoup.el: Remove.
11048
11049         * nnultimate.el: Remove.
11050
11051         * gnus-html.el (gnus-blocked-images): New variable.
11052
11053         * message.el (message-prune-recipients): New function.
11054         (message-prune-recipient-rules): New variable.
11055
11056         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11057         guess whether a long line is natural text or not.
11058
11059         * gnus-html.el (gnus-html-schedule-image-fetching):
11060         Use gnus-process-plist and friends for compatibility.
11061
11062 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11063
11064         * gnus-html.el: Require packages that define macros used in this file.
11065         (gnus-article-mouse-face): Declare to silence byte-compiler.
11066         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11067         process-get.
11068         (gnus-html-put-image): Use plist-get to avoid getf.
11069         (gnus-html-prefetch-images): Use with-current-buffer.
11070
11071 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * gnus-ems.el: Provide compatibility functions for
11074         gnus-set-process-plist.
11075
11076         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
11077         header-line-format for XEmacs 21.4.
11078
11079         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11080         * gnus.el (gnus-valid-select-methods):
11081         * message.el (message-send-mail-partially-limit):
11082         * mm-decode.el (mm-text-html-renderer):
11083         * mml.el (mml-insert-mime-headers-always):
11084         * smiley.el (smiley-regexp-alist): Bump custom version.
11085
11086 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087
11088         * gnus-html.el: Require mm-url.
11089         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11090         with the url to `url'.
11091         (gnus-html-wash-tags): Support cid: URLs/images.
11092
11093 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11096         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11097         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11098
11099         * gnus-move.el: Remove file, since it doesn't really work.
11100
11101         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11102         UTF-8.  This seems to fix problems with some German web feeds.
11103
11104         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11105         at the top so that the proper colors are applied.
11106
11107         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
11108         don't have dots in their names.
11109
11110         * gnus-art.el (gnus-article-view-part): Doc fix.
11111
11112         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11113         XEmacs-compatible.
11114         (gnus-html-put-image): Don't do images on non-graphic displays.
11115
11116         * nnslashdot.el: Remove this unused backend.
11117
11118         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11119         actions.
11120         (gnus-undo-register-1): Revert last change.
11121
11122         * gnus-group.el (gnus-group-completing-read): Protect against not
11123         having completion-styles bound.
11124
11125         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11126         make broken recipients happier.
11127
11128         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11129
11130         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11131         point parameter.
11132
11133         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
11134
11135         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11136         completion-styles for group selection.
11137
11138 2009-02-04  Andreas Schwab  <schwab@suse.de>
11139
11140         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11141         headers and regexp-quote the match if necessary.
11142
11143 2009-03-24  Miles Bader  <miles@gnu.org>
11144
11145         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11146         the blinking smiley.
11147
11148 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11149
11150         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11151         blink smiley.
11152
11153 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11154
11155         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11156         where the dribbel file lives exists.
11157
11158         * message.el (message-send-mail-partially-limit): Change the default to
11159         nil, since most people don't want this.
11160
11161         * mm-url.el (mm-url-decode-entities): Also decode entities like
11162         &#x3212.
11163
11164 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11165
11166         * gnus-sum.el (gnus-summary-idna-message):
11167         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11168         Hyperlink urls in docstrings with URL `...'.
11169
11170 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11171
11172         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11173         functions.
11174
11175 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176
11177         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11178         say what the mouseover text should be.
11179
11180         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11181         version of the mm-w3m-safe-url-regexp variable to only download images
11182         in the groups where we want that to happen.
11183
11184         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11185
11186         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11187         easier debugging.
11188         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11189         big pictures in the article buffer.
11190
11191         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11192         gnus-article-html.
11193         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11194         w3m.
11195
11196         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11197
11198 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11199
11200         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11201         which doesn't exist.
11202
11203         * message.el (message-inhibit-ecomplete): New variable to allow some
11204         function to inhibit ecomplete address storage.
11205         (message-resend): Disable ecomplete message storage when resending
11206         messages.
11207
11208         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11209
11210 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11213         Save excursion while copying, moving, and deleting articles in order to
11214         prevent the cursor from jumping to unforeseen place.
11215
11216 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * lpath.el: No need to bind bookmark-current-buffer,
11219         bookmark-yank-point and bookmark-make-record-function.
11220
11221 2010-08-17  Glenn Morris  <rgm@gnu.org>
11222
11223         * gnus-sync.el: Require gnus components whose functions are used.
11224
11225         * gnus-art.el (bookmark-make-record-function):
11226         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11227         Declare for compiler.
11228
11229         * mm-url.el (mml-compute-boundary): Autoload.
11230
11231 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11234
11235 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11236
11237         Typo fix "hoo4a" -> "hook".
11238
11239         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11240
11241 2010-08-14  Glenn Morris  <rgm@gnu.org>
11242
11243         * gnus-sync.el (gnus-sync): Fix defgroup version.
11244
11245 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11246
11247         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11248
11249         * gnus-sync.el: Fix docs.
11250         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11251         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11252
11253 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11254
11255         Optimizations for gnus-sync.el.
11256
11257         * gnus-sync.el: Add docs about gnus-sync-backend
11258         possibilities.
11259         (gnus-sync-save): Remove unnecessary message.
11260         (gnus-sync-read): Optimize and show what groups were skipped.
11261
11262 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11263
11264         Minor bug fixes for gnus-sync.el.
11265
11266         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11267         Don't read the sync on get-new-news.
11268
11269         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11270         quiet.
11271
11272         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11273         (fix typo).
11274
11275 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11276
11277         Make saving and restoring of hidden threads work with overlays.
11278         Patch applied by Ted Zlatanov.
11279
11280         * gnus-sum.el (gnus-hidden-threads-configuration)
11281         (gnus-restore-hidden-threads-configuration): Update to deal with text
11282         properties, rather than searching for a magic character.
11283
11284 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11285
11286         New gnus-sync.el library for synchronization of marks.
11287
11288         * gnus-sync.el: New library for synchronization of marks.
11289
11290         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11291         renamed from `gnus-registry-grep-in-list'.
11292
11293         * gnus-registry.el (gnus-registry-follow-group-p):
11294         Use `gnus-grep-in-list'.
11295
11296         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11297
11298 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11301         determining charset of text fails.
11302
11303 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * nnmail.el (nnmail-get-new-mail-1): Revert.
11306
11307         * nnml.el (nnml-active-number): Make sure names of newly created groups
11308         in nnml-group-alist are encoded.
11309
11310 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11313         containing non-ASCII characters in active file for nnml back end.
11314
11315 2010-07-24  David Engster  <dengste@eml.cc>
11316
11317         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11318         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11319
11320 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11321
11322         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11323         tag (Bug#6654).
11324
11325 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11328         the article buffer, not the summary buffer.
11329
11330 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11333         Emacs 23 as well.
11334
11335 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11338         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11339
11340 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11341
11342         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11343         Patch applied by Karl Fogel.
11344
11345         * gnus-sum.el (gnus-summary-bookmark-make-record):
11346         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11347
11348 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11349
11350         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11351         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11352         C-w still not working correctly from Article buffers; Thierry's
11353         patch to fix that will be applied after this.
11354
11355         * gnus-art.el (bookmark-make-record-function): New local variable.
11356
11357         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11358         article buffer.
11359         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11360
11361 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11362
11363         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11364         on changes in bookmark.el.
11365
11366 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11369         `no-log' instead of message not to log prompt string.
11370
11371 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11372
11373         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11374         the *other* type of HTML form submission.
11375
11376 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11377
11378         * auth-source.el (auth-source-pick): If choice does not contain a
11379         questioned keyword, set the check to t.
11380
11381 2010-06-12  Romain Francoise  <romain@orebokech.com>
11382
11383         * gnus-util.el (gnus-date-get-time): Move up before first use.
11384
11385 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11388         (gnus-article-edit-part): Bind it to make last part that is substituted
11389         or deleted visible.
11390         (gnus-mime-display-single): Buttonize part of which id equals to
11391         gnus-mime-buttonized-part-id.
11392
11393 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11394
11395         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11396         (gnus-dd-mmm): Use gnus-date-get-time.
11397         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11398         simplify logic.
11399         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11400         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11401
11402 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11403
11404         * auth-source.el (top): Autoload `secrets-list-collections',
11405         `secrets-create-item', `secrets-delete-item'.
11406         (auth-sources): Fix tag string.
11407         (auth-get-source, auth-source-retrieve, auth-source-create)
11408         (auth-source-delete): New defuns.
11409         (auth-source-pick): Rewrite in order to avoid 2 passes.
11410         (auth-source-forget-user-or-password): New parameter USERNAME.
11411         (auth-source-user-or-password): New parameters CREATE-MISSING and
11412         DELETE-EXISTING.  Retrieve password interactively, if needed.
11413
11414 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11415
11416         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11417         deleting unused directories when gnus-expert-user is t.
11418
11419 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11422         for each temp file when gnus-article-browse-delete-temp is ask.
11423
11424 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11425
11426         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11427         Replace Lisp calls to delete-backward-char by calls to delete-char.
11428
11429 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11430
11431         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11432
11433 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11434
11435         * password-cache.el (password-cache-remove): Fix docstring.
11436
11437 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11440         article unless decoding article to be saved.
11441
11442 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11445         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11446         generated within the mm-with-unibyte-current-buffer macro.
11447
11448 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11451         to nil when we're in a mml-preview buffer and no group is selected.
11452
11453 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11454
11455         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11456         when catching the `C-g'.  Reported by "Leo".
11457
11458 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * message.el (message-forward-make-body-plain)
11461         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11462         multibyte-string-p.
11463
11464         * lpath.el: Revert.
11465
11466 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * message.el (message-forward-make-body-mml): Assume original message
11469         is multibyte string; error on unibyte.
11470         (message-forward-make-body-plain): Ditto; don't add excessive newline
11471         in body end.
11472
11473         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11474
11475 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11476
11477         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11478         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11479
11480 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * mm-extern.el (mm-extern-url): Don't use
11483         mm-with-unibyte-current-buffer.
11484         (mm-extern-cache-contents): Use with-current-buffer instead of
11485         save-excursion + set-buffer.
11486
11487 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * mm-util.el (mm-emacs-mule): Remove.
11490
11491 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11492
11493         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11494         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11495         change.
11496
11497 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11500         bind the default value of enable-multibyte-characters to nil.
11501
11502 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * message.el (message-forward-make-body-plain)
11505         (message-forward-make-body-mml):
11506         Don't use mm-with-unibyte-current-buffer.
11507
11508 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11509
11510         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11511
11512 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11513
11514         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11515         (Bug#5592).
11516
11517 2010-05-07  Julien Danjou  <julien@danjou.info>
11518
11519         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11520         it to mm-pipe-part.
11521
11522         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11523         it is given.
11524
11525 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * binhex.el (binhex-decode-region-internal):
11528         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11529         (dns-query):
11530         * nnweb.el (nnweb-gmane-search):
11531         * pgg-parse.el (pgg-parse-armor):
11532         * pgg.el (pgg-verify-region):
11533         * sha1.el (sha1-string-external):
11534         * uudecode.el (uudecode-decode-region-internal):
11535         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11536         XEmacs.
11537
11538         * gnus-art.el (gnus-article-browse-html-parts):
11539         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11540         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11541         make-temp-file.
11542
11543         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11544         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11545         compiling.
11546
11547         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11548         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11549         XEmacs when compiling.
11550
11551         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11552         gnus-pick-mode-off-hook for XEmacs when compiling.
11553         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11554         gnus-binary-mode-off-hook for XEmacs when compiling.
11555
11556         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11557         Return nil if char-charset is not available.
11558
11559         * imap.el (imap-disable-multibyte)
11560         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11561         macros.
11562
11563         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11564         instead of encode-coding-string.
11565
11566         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11567         'xemacs) instead of mm-emacs-mule to switch function definitions.
11568         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11569
11570         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11571         bind temporary-file-directory for XEmacs;
11572         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11573         timer-set-function for XEmacs 21.4 and SXEmacs;
11574         bind timer-list for XEmacs 21.4 and SXEmacs;
11575         fbind char-charset and find-charset-region for non-Mule XEmacs;
11576         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11577         encode-coding-region and encode-coding-string for XEmacs having no
11578         file-coding feature.
11579
11580 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11581
11582         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11583
11584 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11587         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11588
11589 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11590
11591         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11592         alias `jka-compr-delete-temp-file' no longer exists.
11593
11594 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11595
11596         Use define-minor-mode in Gnus where applicable.
11597         * mml.el (mml-mode): Use define-minor-mode.
11598         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11599         (gnus-undo-mode): Use define-minor-mode.
11600         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11601         (gnus-dead-summary-mode): Use define-minor-mode.
11602         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11603         Initialize in declaration.
11604         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11605         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11606         (gnus-mailing-list-mode): Use define-minor-mode.
11607         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11608         (gnus-draft-mode): Use define-minor-mode.
11609         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11610         (gnus-dired-mode): Use define-minor-mode.
11611
11612 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11613
11614         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11615         handles on recursive mml-to-mime translation and check them for
11616         boundary delimiter collisions.  Reported by Greg Troxel.
11617
11618 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11621
11622 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11623
11624         * mm-util.el (mm-find-buffer-file-coding-system):
11625         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11626
11627 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11628
11629         * message.el (message-generate-headers): Record insertion of optional
11630         headers as well.  Otherwise the check to prevent repeated insertion of
11631         optional headers is a no-op.
11632
11633 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11634
11635         * smime.el: Don't mention CVS.
11636
11637         * nnrss.el (nnrss-fetch): Don't mention CVS.
11638
11639         * nnir.el: Don't mention CVS.
11640
11641 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11642
11643         * gnus-sum.el (gnus-summary-bookmark-make-record):
11644         Add `location' field.
11645
11646 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * lpath.el: Fbind bookmark-default-handler,
11649         bookmark-get-bookmark-record, bookmark-make-record-default,
11650         bookmark-prop-get for Emacs <23 and XEmacs.
11651
11652 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11653
11654         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11655         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11656         Use with-current-buffer to silence the byte-compiler.
11657         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11658         bother to require `gnus'.
11659         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11660
11661 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11662
11663         * gnus-sum.el (gnus-summary-bookmark-make-record)
11664         (gnus-summary-bookmark-jump): New functions.
11665         (gnus-summary-mode): Setup bookmark support.
11666
11667 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11668
11669         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11670         if set.
11671
11672 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11675         gnus-article-browse-html-save-cid-image; make it work recursively for
11676         forwarded messages as well.
11677         (gnus-article-browse-html-parts): Work when prefix arg is given.
11678         (gnus-article-browse-html-article): Doc fix.
11679
11680 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11681
11682         * message.el (message-default-mail-headers):
11683         (message-default-headers): Carry the value mail-default-headers over
11684         into message-default-mail-headers, rather than message-default-headers.
11685
11686 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11687
11688         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11689         charset.
11690
11691         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11692         charset into the <meta> tag when the article is encoded to utf-8.
11693
11694 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-art.el (gnus-article-browse-delete-temp-files):
11697         Delete directories as well.
11698         (gnus-article-browse-html-parts): Work for images that do not specify
11699         file names; delete temp directory when quitting; insert header at the
11700         right place; use file: scheme for image files.
11701
11702 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11703
11704         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11705         (gnus-article-browse-html-parts): Use it to make temporary cid image
11706         files in addition to html file so that browser may display them.
11707
11708 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11711
11712 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11713
11714         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11715
11716 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * auth-source.el (auth-sources): Change default to be simpler.
11719         Explain about Secret Service API sources.  Improve Customize options.
11720         (auth-source-pick): Change to accept any number of search parameters.
11721         Implement fallbacks iteratively, not recursively.  Add scoring on the
11722         second pass and sort by score.  Call Secret Service API when needed.
11723         (auth-source-user-or-password): Use it.  Call Secret Service API
11724         directly when needed to get the user name and the password.
11725
11726 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11727
11728         * message.el (message-interactive): Doc fix.
11729         (message-qmail-inject-args): Reflow.
11730         (message-kill-to-signature): Fix typo in docstring.
11731
11732         * smiley.el (smiley-buffer): Fix typo in docstring.
11733
11734 2010-03-24  Glenn Morris  <rgm@gnu.org>
11735
11736         * mail-source.el (gnus-message): Declare.
11737         (mail-source-delete-old-incoming): Require gnus-util.
11738
11739 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11742
11743         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11744
11745         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11746         password-cache's default if it is not bound.
11747         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11748         password-cache-expiry's default if it is not bound.
11749
11750         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11751         available in Emacs 21.
11752
11753         * lpath.el: Suppress compiler warnings for:
11754         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11755         XEmacs;
11756         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11757         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11758         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11759
11760 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11761
11762         * auth-source.el (auth-sources): Fix up definition so extra parameters
11763         are always inline.
11764
11765 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11766
11767         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11768         wasn't updated after mismatch.  Clear cached mailbox info correctly
11769         when uidvalidity changes.
11770         (nnimap-group-prefixed-name): New function to avoid some code
11771         duplication.
11772         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11773         (nnimap-request-group): Use it.
11774         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11775         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11776         with many imap folders.  This is done by caching the group status from
11777         the imap server persistently in a group parameter `imap-status'.  (This
11778         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11779         but not persistently, so every Gnus startup was still very slow.)
11780
11781 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11782
11783         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11784         delete the extra newline.  Otherwise editing of :string and :number
11785         types don't work.
11786
11787 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11788
11789         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11790         secrets.el dependency.
11791         (auth-sources): Add optional user name.  Add secrets.el configuration
11792         choice (unused right now).
11793
11794 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11795
11796         * gnus-sum.el (gnus-summary-make-menu-bar):
11797         Let `gnus-registry-install-shortcuts' fill in the functions.
11798
11799         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11800         warnings.
11801         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11802         (gnus-registry-install-shortcuts): Populate and use it in a
11803         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11804
11805 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11806
11807         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11808         In-place substitutions for the group name encoding/decoding.
11809         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11810         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11811         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11812         (nnimap-update-unseen, nnimap-request-list)
11813         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11814         (nnimap-request-set-mark, nnimap-split-to-groups)
11815         (nnimap-split-articles, nnimap-request-newgroups)
11816         (nnimap-request-create-group, nnimap-request-accept-article)
11817         (nnimap-request-delete-group, nnimap-request-rename-group)
11818         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11819         `encoded-mbx' for consistency.
11820         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11821         variable `imap-current-mailbox'.
11822
11823         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11824         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11825
11826 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11827
11828         * pop3.el (pop3-display-message-size-flag): Display message size byte
11829         counts during POP3 download.
11830         (pop3-movemail): Use it.
11831         (pop3-list): Implement listing of available messages.
11832
11833 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11834
11835         * nnir.el (nnir-get-article-nov-override-function): New function to
11836         override the normal NOV retrieval.
11837         (nnir-retrieve-headers): Use it.
11838
11839 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11840
11841         * auth-source.el (netrc-machine-user-or-password): Autoload.
11842
11843 2010-03-19  Glenn Morris  <rgm@gnu.org>
11844
11845         Stop message.el from loading about 40 libraries it doesn't always need.
11846         The general approach is to autoload rather than require, and to
11847         require in the specific functions rather than the file.  (Bug#5642)
11848
11849         * gmm-utils.el: Don't require wid-edit.
11850         (widget-create-child-value, widget-convert, widget-default-get):
11851         Autoload.
11852
11853         * gnus-util.el: Don't require time-date, netrc.
11854         (message-fetch-field, gnus-group-name-decode): Declare rather than
11855         autoloading.
11856         (gnus-fetch-field): Require message.
11857         (gnus-decode-newsgroups): Require gnus-group.
11858
11859         * ietf-drums.el: Don't require time-date.
11860
11861         * message.el: Don't require hashcash, canlock, ecomplete.
11862         Do require mail-utils.  Require nnheader only when compiling.
11863         (smtpmail-default-smtp-server): Remove declaration.
11864         (message-send-mail-function): Check smtpmail-default-smtp-server
11865         is bound rather than requiring smtpmail.
11866         (message-auto-save-directory, message-insert-signature):
11867         Use expand-file-name rather than nnheader-concat.
11868         (nnheader-insert-file-contents): Autoload.
11869         (hashcash-wait-async): Declare.
11870         (message-send-mail): Only call gnus-setup-posting-charset if
11871         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11872         (message-send-mail-with-sendmail): Require sendmail.
11873         (canlock-password, canlock-password-for-verify): Declare.
11874         (message-canlock-password): Require canlock.
11875         (nnheader-get-report): Autoload.
11876         (gnus-setup-posting-charset): Declare.
11877         (message-send-news): Require gnus-msg.
11878         (message-make-references, message-make-in-reply-to): Use mail-header-id
11879         rather than the alias mail-header-message-id.
11880         (ecomplete-add-item, ecomplete-save): Declare.
11881         (message-put-addresses-in-ecomplete): Require ecomplete.
11882         (ecomplete-display-matches): Autoload.
11883
11884         * mm-decode.el: Don't require mailcap, gnus-util.
11885         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11886         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11887         Autoload.
11888         (mailcap-mime-extensions): Declare.
11889
11890         * mm-encode.el: Don't require mailcap.
11891         (mailcap-extension-to-mime): Autoload.
11892
11893         * mml-sec.el: Don't require password-cache.
11894
11895         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11896         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11897         (mml-minibuffer-read-type): Require mailcap.
11898         (mml-preview): Require gnus-msg.
11899
11900         * mml1991.el: Require password-cache.
11901         (password-cache-expiry): Remove declaration.
11902
11903         * mml2015.el: Require password-cache.
11904         (password-cache-expiry): Remove declaration.
11905
11906         * nneething.el (mailcap): Require mailcap.
11907
11908         * nnheader.el (declare-function): Add compatibility stub.
11909         (message-remove-header): Declare rather than autoload.
11910         (nnheader-replace-header): Require message.
11911
11912         * nnimap.el (declare-function): Add compatibility stub.
11913         (netrc-parse, netrc-machine-user-or-password): Declare.
11914         (nnimap-open-connection): Require netrc.
11915
11916         * nntp.el (declare-function): Add compatibility stub.
11917         (netrc-parse, netrc-machine, netrc-get): Declare.
11918         (nntp-send-authinfo): Require netrc.
11919
11920         * rfc2047.el: Don't require qp.
11921         (quoted-printable-encode-region, quoted-printable-decode-string):
11922         Autoload.
11923
11924         * sieve-mode.el: Don't require easymenu.
11925         (easy-menu-add-item): Autoload it.
11926
11927         * spam-stat.el (time-to-number-of-days): Autoload it.
11928
11929 2010-03-19  Glenn Morris  <rgm@gnu.org>
11930
11931         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11932
11933 2010-03-18  Glenn Morris  <rgm@gnu.org>
11934
11935         * hashcash.el (declare-function): Remove duplicate definition.
11936
11937 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11938
11939         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11940         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11941         value if any backslash escapes).
11942
11943 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11946         if it is available.  (bug#5647)
11947
11948         * lpath.el: Suppress compiler warning for coding-system-from-name for
11949         Emacs 21 and XEmacs.
11950
11951 2010-03-14  Juri Linkov  <juri@jurta.org>
11952
11953         * hmac-def.el:
11954         * hmac-md5.el:
11955         * netrc.el: Fix keywords.
11956
11957 2010-02-26  Glenn Morris  <rgm@gnu.org>
11958
11959         * message.el (message-send-mail-function): Change the default, so that
11960         it inherits from a customized send-mail-function.  (Bug#5643)
11961
11962 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11963
11964         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11965         shell-command-to-string signals an error (bug#5299).
11966
11967 2010-02-24  Glenn Morris  <rgm@gnu.org>
11968
11969         * message.el (message-smtpmail-send-it)
11970         (message-send-mail-with-mailclient): Doc fixes.
11971
11972 2010-02-16  Glenn Morris  <rgm@gnu.org>
11973
11974         * message.el (message-default-mail-headers): Change the default value
11975         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11976
11977 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11980         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11981
11982 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11983
11984         * time-date.el (date-to-time): Doc fix (Bug#5408).
11985
11986 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11987
11988         * message.el (message-mail): Just pass yank-action on to message-setup.
11989         (message-setup): Handle (FUN . ARGS) form of yank-action.
11990         (message-with-reply-buffer, message-widen-reply)
11991         (message-yank-original): Handle non-buffer values of
11992         message-reply-buffer (Bug#4080).
11993         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11994
11995 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11996
11997         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11998         Fix typo in docstring.
11999
12000 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12001
12002         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12003         response.
12004
12005 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12008
12009         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12010
12011         * message.el (message-check-news-header-syntax): Protect against a
12012         string that `rfc822-addresses' returns when parsing fails.
12013
12014 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12017         (gnus-previous-char-property-change): New functions.
12018
12019         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12020
12021 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12022
12023         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12024         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12025
12026 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12027
12028         * message.el (message-exchange-point-and-mark): Rework last change to
12029         avoid using optional arg of exchange-point-and-mark, for backward
12030         compatibility.
12031
12032 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12033
12034         * message.el (message-exchange-point-and-mark):
12035         Call exchange-point-and-mark with an argument rather than setting
12036         mark-active by hand (Bug#5175).
12037
12038 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * nntp.el (nntp-service-to-port): Work for service expressed with
12041         numeric string; replace [:digit:] with [0-9] for XEmacs.
12042
12043 2009-12-17  Glenn Morris  <rgm@gnu.org>
12044
12045         * gnus-group.el (gnus-bug-group-download-format-alist):
12046         Change emacs entry to debbugs.gnu.org.  Bump :version.
12047
12048 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12049
12050         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12051
12052 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * message.el (message-info): Explain why we use `Info-goto-node'.
12055
12056 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
12059
12060 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12061
12062         * message.el (message-completion-in-region): New compatibility function.
12063         (message-expand-group): Use it.
12064
12065 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12068         with no unread article should be listed if the 2nd arg `predicate' is
12069         given.
12070
12071 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
12074
12075 2009-11-29  Juri Linkov  <juri@jurta.org>
12076
12077         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12078         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12079         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12080
12081 2009-11-26  Kevin Ryde  <user42@zip.com.au>
12082
12083         * sha1.el (sha1-string-external): default-directory "/" in case
12084         otherwise non-existent.  process-connection-type pipe for touch of
12085         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
12086
12087 2009-11-25  Kevin Ryde  <user42@zip.com.au>
12088
12089         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
12090         it's comms related and sgml-mode.el has "comm" on that basis too.
12091
12092 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12095         containing tspecial characters if they have been already quoted.
12096
12097 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12098
12099         * dns-mode.el (auto-mode-alist): Purecopy string.
12100
12101 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12102
12103         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
12104
12105 2009-10-24  Glenn Morris  <rgm@gnu.org>
12106
12107         * gnus-art.el (help-xref-stack-item): Define for compiler.
12108
12109 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12110
12111         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
12112
12113 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12116
12117 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12120         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12121
12122 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12125         (gnus-overlays-in): New alias to overlays-in.
12126
12127         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12128         gnus-overlay-get, and gnus-delete-overlay.
12129         (gnus-summary-show-thread): Make it work as well for systems in which
12130         next-single-char-property-change is not available.
12131         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12132
12133         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
12134         (gnus-overlay-get): New alias to extent-property.
12135         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
12136
12137         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
12138         SXEmacs.
12139
12140         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
12141         SXEmacs.
12142
12143 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12146
12147 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12148
12149         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12150         and XEmacs that don't have `remove-overlays'.
12151
12152 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12153
12154         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12155         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12156         selective display.  Use overlays instead.
12157
12158 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12159
12160         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12161
12162 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12163
12164         * spam-stat.el (spam-stat-load): Fix typo in message.
12165
12166 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12167
12168         * dig.el (dig-invoke): Fix typo in docstring.
12169         (query-dig): Reflow docstring.
12170
12171 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12172
12173         * gnus-art.el (gnus-article-encrypt-body):
12174         * message.el (message-check-recipients):
12175         * mm-util.el (mm-codepage-setup):
12176         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12177         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12178
12179 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12180
12181         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12182         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12183         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12184         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12185         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12186
12187 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12188
12189         * dig.el: Add "Keywords: comm", as per net-utils.el.
12190
12191 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12192
12193         * dig.el (dig-mode): Use define-derived-mode.
12194
12195 2009-09-19  Glenn Morris  <rgm@gnu.org>
12196
12197         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12198
12199 2009-09-18  Glenn Morris  <rgm@gnu.org>
12200
12201         * gnus-diary.el (gnus-diary-check-message):
12202         * message.el (message-insert-formatted-citation-line):
12203         * nnbabyl.el (top-level):
12204         * nndiary.el (nndiary-schedule):
12205         Fix typos in condition-case handlers.
12206
12207 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12210         configuration that provides the sole article window in a frame;
12211         position point correctly after deleting a part.
12212
12213 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12214
12215         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12216         (spam-resolve-registrations-routine): Use it to unregister articles
12217         that change status.
12218
12219 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12222         with XEmacs.
12223         (parse-time-string-chars): Use it.
12224
12225 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12226
12227         * imap.el (imap-interactive-login): Better messages.
12228         (imap-open): Fix bug with renamed buffer on reconnect.
12229         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12230         for easier debugging and cleaner code.  On successful (guessed based on
12231         server capabilities) secondary authentication, set imap-state
12232         correctly.
12233         (imap-last-authenticator): Define imap-last-authenticator as a variable
12234         to avoid warnings.
12235
12236 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * nnrss.el (nnrss-request-article): Remove binding of
12239         default-enable-multibyte-characters that has gotten needless by
12240         the 2007-07-13 change in rfc2047-encode-message-header.
12241
12242         * mml.el (mml-insert-multipart): Error on the message header.
12243         (mml-insert-part): Error on the message header; position point at
12244         the end of a MIME tag.
12245
12246 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * time-date.el (autoload): Expand define-obsolete-function-alias into
12249         defalias and make-obsolete for old Emacsen that Gnus supports.
12250         (with-no-warnings): Define it for old Emacsen.
12251         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12252         is available.
12253         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12254         float-time is available; suppress compile warning for time-to-seconds.
12255
12256         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12257         (gnus-float-time): Alias to float-time if it exists.
12258
12259         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12260         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12261         float-time is available; suppress compile warning for time-to-seconds.
12262
12263         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12264         XEmacs.
12265
12266 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12267
12268         * imap.el (imap-message-map): Docstring fix.
12269
12270 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12273         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12274         Add the optional argument `encoding' that overrides the default.
12275
12276         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12277         mm-encode-buffer.
12278
12279 2009-09-04  Glenn Morris  <rgm@gnu.org>
12280
12281         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12282         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12283         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12284         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12285         * mm-util.el (mm-with-unibyte-current-buffer)
12286         (mm-find-buffer-file-coding-system):
12287         * yenc.el (yenc-decode-region): Use default-value rather than
12288         default-enable-multibyte-characters.
12289
12290 2009-09-03  Glenn Morris  <rgm@gnu.org>
12291
12292         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12293         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12294         than default-enable-multibyte-characters.
12295
12296 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12297
12298         * gnus-art.el (gnus-article-read-summary-keys):
12299         Fix gnus-buffer-configuration's value temporarily used.
12300
12301 2009-09-02  Glenn Morris  <rgm@gnu.org>
12302
12303         * gnus-util.el (gnus-float-time): New function.
12304         * gnus-delay.el (gnus-delay-article):
12305         * gnus-sum.el (gnus-thread-latest-date):
12306         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12307         * nnspool.el (nnspool-request-newgroups):
12308         Use gnus-float-time rather than time-to-seconds.
12309         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12310
12311         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12312         (gnus-header-subject-face, gnus-header-newsgroups-face)
12313         (gnus-header-name-face, gnus-header-content-face):
12314         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12315         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12316         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12317         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12318         (gnus-cite-face-11):
12319         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12320         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12321         (gnus-server-closed-face, gnus-server-denied-face)
12322         (gnus-server-offline-face):
12323         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12324         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12325         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12326         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12327         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12328         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12329         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12330         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12331         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12332         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12333         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12334         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12335         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12336         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12337         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12338         (gnus-summary-high-undownloaded-face)
12339         (gnus-summary-low-undownloaded-face)
12340         (gnus-summary-normal-undownloaded-face)
12341         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12342         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12343         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12344         (gnus-splash-face):
12345         * message.el (message-header-to-face, message-header-cc-face)
12346         (message-header-subject-face, message-header-newsgroups-face)
12347         (message-header-other-face, message-header-name-face)
12348         (message-header-xheader-face, message-separator-face)
12349         (message-cited-text-face, message-mml-face):
12350         * sieve-mode.el (sieve-control-commands-face)
12351         (sieve-action-commands-face, sieve-test-commands-face)
12352         (sieve-tagged-arguments-face):
12353         * spam.el (spam-face):
12354         Mark face aliases with "-face" in the name as obsolete.
12355
12356 2009-09-01  Glenn Morris  <rgm@gnu.org>
12357
12358         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12359         than goto-line.
12360
12361 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12364         Don't move point if the command is invoked inside the message header.
12365
12366 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12367
12368         * imap.el (imap-send-command): Simplify.
12369         (imap-wait-for-tag): point-max -> buffer-size.
12370
12371 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12372
12373         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12374         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12375         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12376         * nnir.el (nnir-swish-e-index-file):
12377         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12378         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12379         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12380         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12381         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12382         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12383
12384 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12387         Don't save excursion.
12388
12389 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12390
12391         * nnheader.el (nnheader-find-file-noselect):
12392         * mm-util.el (mm-insert-file-contents):
12393         Use (default-value 'major-mode) instead of default-major-mode.
12394
12395 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12396
12397         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12398
12399 2009-08-26  Glenn Morris  <rgm@gnu.org>
12400
12401         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12402         than placing in files.el.
12403
12404 2009-08-25  Glenn Morris  <rgm@gnu.org>
12405
12406         * nnir.el (top-level): Don't require cl at run-time.
12407         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12408         Replace cl-function substitute with gnus-replace-in-string.
12409         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12410         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12411         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12412         simplified expansions.
12413
12414 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12415
12416         * dig.el (dig): Add autoload cookie.
12417
12418 2009-08-22  Glenn Morris  <rgm@gnu.org>
12419
12420         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12421         goto-line.
12422
12423 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12424
12425         * parse-time.el (parse-time-string-chars): Save match data.
12426
12427 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12428
12429         * parse-time.el (parse-time-string-chars): Compute using character
12430         classes, to handle non-ascii characters (Bug#3190).
12431
12432 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12435
12436         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12437         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12438         (gnus-mm-display-part, gnus-mime-display-single)
12439         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12440         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12441
12442         * gnus-sum.el
12443         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12444         (gnus-summary-move-article): Add expirable mark to articles copied or
12445         moved to group that has auto-expire turned on if the option is non-nil.
12446
12447 2009-07-24  Glenn Morris  <rgm@gnu.org>
12448
12449         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12450         Fix typo.  (Bug#3903)
12451
12452 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12455         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12456         that should not be used for draft articles.
12457         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12458         that has no concern in minor mode keys.
12459         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12460         Abolish.
12461
12462 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12465         article without making inquiry to a user for unknown encoding.
12466
12467         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12468         (nnmaildir--scan): Assume i-node and device number that file-attributes
12469         returns might be cons-cell.
12470
12471         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12472
12473         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12474
12475 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12476
12477         * auth-source.el: Remove docs now in auth.texi.  Don't use
12478         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12479         `auth-source-hide-passwords' and use them.
12480
12481 2009-07-15  Glenn Morris  <rgm@gnu.org>
12482
12483         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12484
12485 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12488         excessive whitespace from the default values of title and description.
12489
12490 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12493         mail-fetch-field to fetch Content-Description header in order to
12494         exclude newlines.
12495
12496 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12497
12498         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12499         format used by GnuPG 2.0.11.
12500
12501 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12504         to deleted part.
12505
12506 2009-05-30  David Engster  <dengste@eml.cc>
12507
12508         * nnmairix.el: Remove old documentation in the commentary block.
12509         (nnmairix-request-group): Do not update active file for nnml back ends.
12510         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12511         end so that overview files are ignored.
12512         (nnmairix-update-groups): Make updating the groups more robust by using
12513         marks.
12514         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12515         with dollar characters in message-id.
12516
12517 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12520         2008-12-25 in dns.el.
12521
12522 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12523
12524         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12525         could happen if the text is only composed of spaces and/or tabs.
12526
12527 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12528
12529         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12530         when sending a queued message to avoid extra mml tags.
12531
12532 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12535
12536 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12539         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12540         rmail-toggle-header for XEmacs;
12541         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12542
12543 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-dired.el: Remove autoload for gnus-setup-message.
12546         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12547         displaying Gnus logo; always use compose-mail.
12548
12549 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12552
12553 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12556         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12557         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12558         available.
12559         (gnus-nocem-epg-verify): New function.
12560
12561 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12564
12565 2009-02-15  Glenn Morris  <rgm@gnu.org>
12566
12567         * gnus-util.el (rmail-insert-rmail-file-header)
12568         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12569         autoloads.
12570         (rmail-default-rmail-file): Remove unnecessary declaration.
12571         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12572
12573 2009-02-14  Glenn Morris  <rgm@gnu.org>
12574
12575         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12576         variable (only used in gnus-util, which declares it anyway).
12577         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12578         which was only needed by gnus-art (changed to not use it any more).
12579         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12580         only used in gnus-util, which autoloads it itself.
12581         (rmail-update-summary): Fix autoload.
12582
12583         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12584         rather than rmail-output-to-rmail-file.
12585
12586 2009-02-07  Glenn Morris  <rgm@gnu.org>
12587
12588         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12589         autoload of function that no longer exists.
12590         (rmail-toggle-header): Declare.
12591         (message-forward-rmail-make-body): Handle mbox Rmail.
12592
12593 2009-01-31  Glenn Morris  <rgm@gnu.org>
12594
12595         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12596         2009-01-09 change.
12597
12598 2009-01-31  Dave Love  <fx@gnu.org>
12599
12600         * imap.el (imap-fetch-safe): Bind debug-on-error.
12601         (imap-debug): Add imap-fetch-safe.
12602
12603 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12604
12605         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12606         (auth-source-forget-all-cached): New convenience function.
12607         (auth-source-user-or-password): Accept list of modes or a single mode.
12608
12609         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12610         auth-source modes.
12611
12612         * netrc.el (netrc-machine-user-or-password): Use list of
12613         auth-source modes.
12614
12615         * nnimap.el (nnimap-open-connection): Use list of
12616         auth-source modes.
12617
12618         * nntp.el (nntp-send-authinfo): Use list of
12619         auth-source modes.
12620
12621 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12622
12623         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12624         now.
12625
12626 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12629         coding system in XEmacs; add a workaround for XEmacs.
12630
12631         * lpath.el: Fbind coding-system-aliasee.
12632
12633 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12636         of current-language-environment.
12637
12638 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12641         available at runtime.
12642
12643 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12646
12647 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12648
12649         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12650         the greatest positive fixnum value doesn't work under an XEmacs with
12651         bignum support; use the most-positive-fixnum constant instead,
12652         available since Emacs 21.1 with cl and XEmacs 21.1.
12653
12654 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12657         XEmacs gets not to work.
12658
12659 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * mm-util.el (mm-coding-system-priorities): Allow the value like
12662         "Japanese (UTF-8)" of current-language-environment.
12663
12664 2009-01-09  Glenn Morris  <rgm@gnu.org>
12665
12666         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12667         with last-command-event.
12668
12669 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12672         in the doc string.
12673
12674         * message.el (message-fix-before-sending): Amend comment.
12675
12676 2009-01-08  Dave Love  <fx@gnu.org>
12677
12678         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12679
12680 2009-01-07  David Engster  <dengste@eml.cc>
12681
12682         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12683         simplified server definitions by converting it via
12684         gnus-server-to-method.
12685
12686 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12689         parameter's operands.
12690
12691 2009-01-06  David Engster  <dengste@eml.cc>
12692
12693         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12694         primary select method (for gnus-group-mark-article-as-read).
12695
12696 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12697
12698         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12699         `(gnus)Face', not `(gnus)X-Face'.
12700
12701 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * mm-util.el (mm-ucs-to-char): New function.
12704
12705         * mm-url.el (mm-url-decode-entities): Use it.
12706
12707         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12708         unicode-to-char.
12709
12710 2009-01-05  Dave Love  <fx@gnu.org>
12711
12712         * time-date.el: Require cl for `declare'.
12713
12714 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12717         Dave Love.
12718
12719 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * message.el (message-fix-before-sending): Add `eight-bit' to
12722         illegible-text check.
12723
12724 2009-01-03  Michael Olson  <mwolson@gnu.org>
12725
12726         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12727         `headers' is nil.  This can occur if the IMAP server does not have
12728         permissions to read messages from a folder, but can write new messages
12729         to the folder.
12730         (nnimap-request-article-part): Do not insert `data' if it is nil.
12731
12732         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12733         characters which will confuse `read', so skip past them.
12734
12735 2009-01-01  Dave Love  <fx@gnu.org>
12736
12737         * imap.el (imap-string-to-integer): Fix typo.
12738         (imap-fetch-safe): New function.
12739         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12740
12741         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12742
12743         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12744         (imap-parse-greeting): Fix doc strings.
12745         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12746         (imap-parse-flag-list): Make messages unique.
12747         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12748
12749         * nnimap.el: Fix author email.
12750         (nnimap-split-rule): Add FIXME comment.
12751         (nnimap-debug): Fix doc string.
12752
12753 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12756
12757 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12760         nslookup if resolv.conf isn't available.
12761         (dns-query): Rename from query-dns.
12762         (dns-query-cached): Rename from query-dns-cached.
12763
12764 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12767         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12768         to check if those variables exist (first appeared in Emacs 18.50).
12769
12770 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * mm-util.el (mm-line-number-at-pos): New function.
12773
12774         * spam-report.el (spam-report-process-queue): Use it.
12775
12776 2008-12-24  David Engster  <dengste@eml.cc>
12777
12778         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12779         parameters that haven't existed as variables as buffer-local variables.
12780
12781 2008-12-23  Dave Love  <fx@gnu.org>
12782
12783         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12784         cadar.
12785
12786         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12787         imap-starttls-p.
12788         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12789
12790 2008-12-22  Dave Love  <fx@gnu.org>
12791
12792         * imap.el: Fix author email.  Doc fixes.
12793         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12794         reply.
12795
12796 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * spam-report.el (spam-report-gmane-max-requests): New constant.
12799         (spam-report-gmane-wait): New variable.
12800         (spam-report-gmane-ham, spam-report-gmane-spam)
12801         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12802         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12803         the server.
12804
12805         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12806         Add explanations.
12807
12808         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12809         nnheader-accept-process-output and nnheader-read-timeout if available.
12810         (pop3-movemail): Use it.
12811
12812         * message.el (message-check-news-body-syntax): Fix signature check if
12813         there's an attachment.
12814
12815 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * mm-util.el: Add comments to the mm- emulating functions.
12818
12819 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12822         Reported by Stephen Berman <stephen.berman@gmx.net>.
12823
12824 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * mm-util.el (mm-substring-no-properties): New function.
12827         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12828         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12829         (mm-string-to-multibyte): Doc fix.
12830
12831         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12832
12833 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * mml.el (mml-attach-file): Strip text properties from file name.
12836         (Bug#1574)
12837
12838 2008-12-16  Glenn Morris  <rgm@gnu.org>
12839
12840         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12841
12842 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12845         knows since the charset specified might be a bogus alias that
12846         mm-charset-synonym-alist provides.
12847
12848 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12851         "ISO_8859-1".
12852
12853         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12854
12855 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * mm-util.el (mm-charset-eval-alist):
12858         Define it before mm-charset-to-coding-system.
12859         (mm-charset-to-coding-system): Add optional argument `silent';
12860         define it before mm-charset-override-alist.
12861         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12862         default value if it can be used in Emacs currently running;
12863         silence mm-charset-to-coding-system.
12864
12865 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12868         `allow-override' which says whether to use `mm-charset-override-alist'.
12869         (rfc2047-decode-encoded-words): Use it.
12870
12871         * mm-util.el (mm-charset-override-alist): Fix custom type;
12872         add `(gb2312 . gbk)' to choices.
12873
12874 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12877         fast.
12878
12879         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12880
12881         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12882
12883 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12884
12885         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12886         on links.
12887
12888         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12889
12890 2008-12-03  Lute Kamstra  <lute@gnu.org>
12891
12892         * sha1.el: Remove leading * from docstrings of defcustoms,
12893         deffaces, defconsts and defuns.
12894
12895 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12898         users' addresses that don't have domain parts.
12899         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12900         rather than message-narrow-to-head since there will be the message
12901         header separator.
12902
12903 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12904
12905         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12906         since the result is inserted in a unibyte buffer anyway.
12907         (nnimap-demule-use-string-to-multibyte): Remove.
12908         (nnimap-demule): Alias it to mm-string-to-multibyte.
12909
12910 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12913         variable for debugging bug#464 and bug#1174.
12914         (nnimap-demule): Use it.
12915
12916 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12919         score calculation correctly.
12920
12921 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12922
12923         * message.el (message-send-mail): Just set the buffer to unibyte
12924         rather than use mm-with-unibyte-current-buffer which does a lot more.
12925         (message-send-mail-partially): Don't bother with
12926         mm-with-unibyte-current-buffer since it's already been made unibyte by
12927         message-send-mail.
12928
12929 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12930
12931         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12932
12933 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12934
12935         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12936
12937 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12940         require itself and to remove `with-no-warnings'.
12941
12942 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12943
12944         * starttls.el (starttls-any-program-available): Get the name of the
12945         available TLS layer program.
12946         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12947         well as the host name in the "opening" message.
12948
12949         * auth-source.el (auth-source-cache, auth-source-do-cache)
12950         (auth-source-user-or-password): Cache passwords and logins by default,
12951         allow override with `auth-source-do-cache'.
12952         (auth-source-forget-user-or-password): Allow users to remove cache
12953         entries if needed.
12954
12955 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12956
12957         * md4.el (md4-buffer): Fix typo in docstring.
12958         (md4, md4-64): Doc fixes.
12959         (md4-pack-int32): Reflow docstring.
12960
12961 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12962
12963         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12964         condition-case to only the forward-sexp call.
12965
12966 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12967
12968         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12969         quotes contained.  Make it more robust regardless by an extra
12970         condition-case wrapper.
12971
12972 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12975
12976 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * nnml.el (nnml-request-expire-articles): Check if the function set to
12979         `nnmail-expiry-target' returns the symbol `delete'.
12980
12981         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12982
12983         * nnmail.el (nnmail-expiry-target): Fix custom type.
12984
12985 2008-10-02  Glenn Morris  <rgm@gnu.org>
12986
12987         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12988         Silence compiler warning.
12989
12990 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12991
12992         * tls.el (open-tls-stream): Show the actual command being
12993         executed, instead of the format string.
12994
12995 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * lpath.el: Fbind codepage-setup for Emacs 23.
12998
12999 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13000
13001         * mml.el (mml-menu): Don't assume mml2015 is bound.
13002
13003 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13006         exists.
13007
13008 2008-09-27  Glenn Morris  <rgm@gnu.org>
13009
13010         * gnus-util.el (mail-header-remove-comments): Autoload it.
13011
13012 2008-09-27  Andreas Schwab  <schwab@suse.de>
13013
13014         * gnus-util.el (gnus-split-references): Strip comments.
13015         (gnus-parent-id): Likewise.
13016
13017 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * message.el (message-confirm-send): Fix version.
13020
13021 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * message.el (message-idna-to-ascii-rhs-1): Use
13024         mail-extract-address-components rather than mail-header-parse-addresses
13025         that is an alias by default to ietf-drums-parse-addresses that does not
13026         support non-ASCII names in headers' contents.
13027
13028 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13029
13030         * message.el (message-confirm-send): Fix variable documentation to
13031         avoid the "y/n" wording.
13032
13033 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13034
13035         * message.el (message-set-auto-save-file-name): Save to a different
13036         filename so multiple messages (especially drafts) can be recovered.
13037
13038 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13039
13040         * message.el (message-confirm-send): Add appropriate version.
13041
13042 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13045         defvar.
13046
13047 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13048
13049         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13050         (mm-pkcs7-enveloped-magic): Ditto.
13051
13052 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13053
13054         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13055         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13056
13057 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13058
13059         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13060         default, it's better.
13061
13062 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13063
13064         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13065         summary line gnus-number property and ignore them (with a warning
13066         message).
13067
13068 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13071         macro caddr in the interactive form since it won't be expanded.
13072
13073 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13076         `charset'; fix name of function called recursively.
13077         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13078
13079 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13082         (gnus-mime-set-charset-parameters): New function.
13083         (gnus-mime-view-part-as-charset): Use it to correctly display part
13084         specifying wrong charset.
13085
13086 2008-09-08  David Engster  <dengste@eml.cc>
13087
13088         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13089         in completing-read for back end server.
13090
13091 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * message.el (message-confirm-send): New variable to confirm sending a
13094         message.
13095         (message-send): Use it.
13096
13097 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13098
13099         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13100
13101 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13104
13105 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13106
13107         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13108         prevent tracking too many groups.
13109         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13110         Use it.
13111
13112 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13113
13114         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13115         moving point to the bottom of the window in order to avoid recentering.
13116
13117 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
13120
13121         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13122         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13123         (gnus-article-beginning-of-window): Fix calculation.
13124
13125 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-msg.el (gnus-summary-supersede-article)
13128         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13129         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13130         message header.
13131
13132 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13133
13134         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
13135         pending output coming after the status change.
13136
13137 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13138
13139         * message.el:
13140         * gnus-start.el:
13141         * gnus-registry.el: Remove VMS support.
13142
13143 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13146         macro.
13147         (rfc2104-hash): Use it.
13148
13149 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13150
13151         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13152         (gnus-summary-sort-by-most-recent-date): New commands.
13153         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13154         and menu entries.
13155
13156 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13159         don't redisplay article for raw contents; remove plural articles stuff.
13160
13161         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13162         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13163         on gnus-summary-save-article; display results properly.
13164
13165 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * lpath.el: No need to fbind ns-focus-frame.
13168
13169 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13172
13173 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (gnus-summary-save-in-pipe):
13176         Consider gnus-save-all-headers.
13177
13178 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13179
13180         * gnus-util.el (ns-focus-frame): Remove declaration.
13181         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13182         like x.
13183
13184 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13185
13186         * rfc2104.el (rfc2104-zero): Delete defconst.
13187         (rfc2104-hex-alist): Likewise.
13188         (rfc2104-hex-to-int): Delete func.
13189         (rfc2104-hexstring-to-bitstring): Likewise.
13190         (rfc2104-nybbles): New defconst.
13191         (rfc2104-hash): Rewrite for speed.
13192
13193 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * tls.el (open-tls-stream): Make it work with the 2nd argument
13196         BUFFER that is a string but does not exist as a buffer object, as
13197         mentioned in the doc-string.
13198
13199 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13202         SXEmacs.
13203
13204 2008-07-16  Glenn Morris  <rgm@gnu.org>
13205
13206         * gnus-util.el (ns-focus-frame): Declare for compiler.
13207
13208 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13211         set as a group parameter.
13212         (gnus-summary-save-in-pipe): Work when it is called independently.
13213         (gnus-summary-pipe-to-muttprint): Don't modify
13214         gnus-summary-pipe-output-default-command.
13215
13216 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13217
13218         * message.el (message-send-mail-with-sendmail):
13219         Display the error message.
13220
13221 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * gnus-art.el (gnus-default-article-saver):
13224         Add gnus-summary-save-in-pipe to choices.
13225         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13226         gnus-summary-pipe-output-default-command as the default command.
13227         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13228         instead of gnus-last-shell-command.
13229
13230         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13231         New user option.
13232         (gnus-summary-muttprint-program): Mention the value will be changed.
13233         (gnus-summary-save-article): Force showing of all headers.
13234         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13235
13236 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13237
13238         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13239
13240 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13241
13242         * nnimap.el (nnimap-id):
13243         * sieve-manage.el (sieve-manage-open): Doc fixes.
13244
13245 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13246
13247         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13248         if available.
13249
13250 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13251
13252         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13253
13254         * nnkiboze.el (nnkiboze-generate-group):
13255         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13256
13257         * nnmairix.el: Require CL.
13258
13259 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * dgnushack.el: Autoload get-display-table and put-display-table for
13262         XEmacs 21.5.
13263
13264         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13265         21.4 and SXEmacs.
13266
13267 2008-06-15  David Engster  <dengste@eml.cc>
13268
13269         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13270
13271 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13272
13273         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13274         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13275         runtime choice under XEmacs.
13276
13277         * gnus-sum.el (gnus-summary-set-display-table):
13278         Use `gnus-put-display-table', `gnus-get-display-table',
13279         `gnus-set-display-table' for the display table, instead of `aset'.
13280
13281         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13282         Use `gnus-put-display-table', `gnus-get-display-table',
13283         `gnus-set-display-table' for the display table.
13284
13285 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * nnmairix.el: Add autoloads.
13288
13289 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * nnmairix.el (nnmairix-delete-recreate-group)
13292         (nnmairix-update-and-clear-marks): Fix error messages.
13293
13294 2008-06-14  David Engster  <dengste@eml.cc>
13295
13296         * nnmairix.el: Upgrade to version 0.6.
13297         (nnmairix-group-toggle-propmarks-this-group)
13298         (nnmairix-group-toggle-readmarks-this-group)
13299         (nnmairix-group-delete-recreate-this-group)
13300         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13301         (nnmairix-remove-tick-mark-original-article): New commands.
13302         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13303         (nnmairix-propagate-marks-to-nnmairix-groups)
13304         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13305         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13306         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13307         functions needed for marks propagation and manipulation of read marks.
13308         (nnmairix-update-groups): New function.
13309         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13310         (nnmairix-determine-original-group-from-registry)
13311         (nnmairix-determine-original-group-from-path)
13312         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13313         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13314         New helper functions.
13315         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13316         keystrokes for new commands.
13317         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13318         (nnmairix-request-group): Check allow-fast group parameter.
13319         (nnmairix-request-create-group): Set allow-fast group parameter if
13320         nnmairix-allowfast-default is set.
13321         (nnmairix-close-group): Propagate marks upon closing if needed.
13322         (nnmairix-group-toggle-threads-this-group): Use new.
13323         nnmairix-group-toggle-parameter helper function.
13324         (nnmairix-search): Better check for empty search result.
13325         (nnmairix-goto-original-article): Use new helper functions for
13326         determining original article.
13327         (nnmairix-show-original-article): Make sure message-id is in brackets.
13328         (nnmairix-call-mairix-binary): Change variable name.
13329         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13330         helper function.
13331         (nnmairix-widget-toggle-activate): Fix doc string.
13332
13333 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * nnir.el: Require edmacro when compiling with XEmacs.
13336         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13337         available in Emacs 21.
13338
13339 2008-06-11  Glenn Morris  <rgm@gnu.org>
13340
13341         * gnus-util.el (x-focus-frame):
13342         * gnus.el (image-size):
13343         * mm-decode.el (image-size): Declare.
13344
13345         * gnus-picon.el (declare-function): Add compat definition.
13346         (image-size): Declare.
13347
13348         * gnus-group.el (tool-bar-map):
13349         * gnus-sum.el (tool-bar-map): Define for compiler.
13350
13351         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13352
13353         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13354
13355         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13356         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13357         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13358         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13359         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13360         * sieve-manage.el, spam-report.el, spam.el:
13361         Remove unnecessary eval-and-compile of autoloads.
13362
13363 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13364
13365         * auth-source.el: Precise Tramp doc.
13366
13367 2008-06-07  Glenn Morris  <rgm@gnu.org>
13368
13369         * nnmairix.el: Remove unnecessary eval-when-compile.
13370
13371 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * lpath.el: Fbind propertize for XEmacs 21.4.
13374
13375 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * nnir.el: Move here from ../contrib.
13378
13379 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13380
13381         * gnus-util.el (gnus-read-shell-command): New function.
13382         * mm-decode.el (mm-pipe-part):
13383         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13384
13385 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13388
13389 2008-06-03  Glenn Morris  <rgm@gnu.org>
13390
13391         * pop3.el (nnheader-accept-process-output): Autoload it.
13392
13393 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13396         are not 2-digit hexadecimal characters that follow `%'s.
13397
13398 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * message.el (message-bogus-recipient-p): Fix type in doc string.
13401         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13402         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13403         Improve custom options.
13404         (message-bogus-recipient-p): Adjust accordingly.
13405
13406 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13407
13408         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13409         long-form month and day names.
13410
13411 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * dgnushack.el: Autoload debug, eudc-expand-inline and
13414         pgg-snarf-keys-region for XEmacs.
13415
13416         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13417
13418         * nnmairix.el: Require edmacro when compiling with XEmacs.
13419
13420 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13423         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13424
13425 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         * auth-source.el: Add more docs.
13428
13429         * netrc.el (netrc-machine): Always match if the port is not given.
13430
13431 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13432
13433         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13434         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13435         retrieval faster in some cases, but might make CPU usage larger.
13436         If this has any bad side effects, we might revert this change.
13437
13438         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13439         seems to make mail retrieval much, much faster.
13440         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13441         unconditionally.
13442
13443         * gnus-draft.el (gnus-group-send-queue):
13444         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13445
13446 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13449
13450         * message.el (message-bogus-address-regexp): Fix and improve custom
13451         type.
13452         (message-setup-hook): Add message-check-recipients as custom option.
13453
13454 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * message.el (message-cite-function): Remove bogus autoload which crept
13457         in during merge from v5-10.
13458
13459 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13460
13461         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13462
13463         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13464
13465         * auth-source.el: Preliminary Tramp docs.
13466         (auth-sources): Change the default auth-sources to use
13467         EPA .gpg files.
13468
13469 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13470
13471         * nntp.el: Autoload `auth-source-user-or-password'.
13472         (nntp-send-authinfo): Use it.
13473
13474         * nnimap.el: Autoload `auth-source-user-or-password'.
13475         (nnimap-open-connection): Use it.
13476
13477         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13478         for the gnus-message function.
13479         (auth-source-user-or-password): Use it.
13480
13481 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13482
13483         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13484         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13485         (rfc2104-hash): Use it.
13486
13487 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13488
13489         * gnus-art.el (gnus-article-toggle-truncate-lines):
13490         Don't use `iff' in docstring.
13491
13492 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13495
13496         * gnus-util.el (gnus-extract-address-component-name)
13497         (gnus-extract-address-component-email): Convenience functions around
13498         `gnus-extract-address-components'.
13499
13500         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13501         Use `gnus-extract-address-component-email' to fix bug of comparing full
13502         sender name to `user-mail-address'.
13503
13504 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13505
13506         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13507         catch/throw to optimize.
13508         (gnus-registry-find-keywords): Just use member to find a keyword.
13509
13510 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13511
13512         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13513         is current before calling gnus-server-prepare.
13514         (gnus-server-setup-buffer, gnus-server-update-server)
13515         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13516
13517 2008-05-04  Juri Linkov  <juri@jurta.org>
13518
13519         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13520         (mailcap-file-default-commands): Use mailcap-replace-in-string
13521         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13522         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13523
13524 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13525
13526         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13527
13528 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13529
13530         * gnus.el: Bump version to 0.11.
13531
13532 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13533
13534         * gnus.el: No Gnus v0.10 is released.
13535
13536 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13537
13538         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13539         hooks.
13540         (gnus-update-read-articles): Speed up non-marks-using users.
13541         (gnus-use-marks): Define gnus-use-marks.
13542         (gnus-propagate-marks): Rename variable to something more sensible.
13543
13544 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13545
13546         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13547         (gmm-image-load-path-for-library): Fix typos in docstrings.
13548         (gmm-message): Reflow docstring.
13549
13550 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13551
13552         * mail-source.el (mail-source-set-1, mail-source-bind):
13553         Move auth-source code out of the macro to clean it up and fix bugs.
13554
13555 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13556
13557         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13558         by sender if it's equal to user-mail-address, it's likely to be
13559         useless.
13560
13561         * mail-source.el (mail-source-bind): Don't use user or password if they
13562         are not bound.  Unintern them if they are nil.  Don't use server unless
13563         it's bound, and default it to empty string otherwise.
13564
13565 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13566
13567         * mail-source.el: Load auth-source.el.
13568         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13569         get user name or password, if auth-sources is set up.
13570
13571         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13572         strategy of splitting with parent.
13573         (gnus-registry-split-fancy-with-parent)
13574         (gnus-registry-post-process-groups): Use it and fix prior
13575         bug (returning a list as the split result).
13576
13577         * auth-source.el (auth-sources): Remove server parameter.
13578         (auth-source-pick, auth-source-user-or-password)
13579         (auth-source-user-or-password-imap)
13580         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13581         (auth-source-user-or-password-sftp)
13582         (auth-source-user-or-password-smtp): Remove server parameter.
13583
13584 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13585
13586         * smime.el (smime-sign-region, smime-encrypt-region)
13587         (smime-decrypt-region):
13588         Remove redundant calls to `generate-new-buffer-name'.
13589
13590 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13591
13592         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13593         Don't use QP for message/rfc822.
13594         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13595
13596 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13597
13598         * sieve-manage.el (sieve-string-bytes): Remove.
13599         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13600         correct byte-length only if the process's coding-system is the same as
13601         the one used internally by Emacs to represent strings.
13602
13603 2008-04-22  Juri Linkov  <juri@jurta.org>
13604
13605         * mailcap.el (mailcap-file-default-commands): New function.
13606
13607 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13608
13609         * message.el (message-signature-separator, message-cite-function):
13610         Change custom version.
13611
13612 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13613
13614         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13615         commands.
13616         (tls-checktrust): Ditto.
13617
13618 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * mm-decode.el (mm-display-external): Make temp file read-only.
13621
13622 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13625         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13626         `C-c C-f d'.
13627
13628 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13629
13630         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13631
13632 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * gnus.el: Bump version to 0.9.
13635
13636 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * gnus.el: No Gnus v0.8 is released.
13639
13640 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13641
13642         * mail-source.el (mail-source-value):
13643         Prefer fboundp to functionp so it works with macros as well.
13644
13645 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13646
13647         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13648         Fix last change in case the element is not even a symbol.
13649
13650 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13651
13652         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13653         Prefer fboundp to functionp so it works with macros as well.
13654
13655 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13656
13657         * auth-source.el: Add docs.
13658         (auth-sources): Modify format to support server.
13659         (auth-source-pick, auth-source-user-or-password)
13660         (auth-source-user-or-password-imap)
13661         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13662         (auth-source-user-or-password-sftp)
13663         (auth-source-user-or-password-smtp): Add server parameter.
13664
13665 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13666
13667         * gnus-registry.el: Initialize the registry when gnus-registry-install
13668         is t.
13669
13670 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * compface.el (uncompface): Make buffer unibyte.
13673
13674 2008-04-07  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-05  Glenn Morris  <rgm@gnu.org>
13680
13681         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13682
13683 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13684
13685         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13686         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13687
13688         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13689         multibyteness after rather than before erasing it.
13690
13691         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13692         mm-with-multibyte.
13693         (gnus-request-article-this-buffer): Make sure the proper decoding is
13694         used if gnus-original-article-buffer happens to be unibyte.
13695
13696         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13697         default-enable-multibyte-characters.
13698
13699         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13700         default-enable-multibyte-characters.
13701
13702         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13703
13704         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13705
13706 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13707
13708         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13709         Fix last change in case the element is not even a symbol.
13710
13711 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13712
13713         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13714         (imap-message-copyuid-1): Use it.
13715         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13716         J. Williams in
13717         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13718
13719         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13720         imap-enable-exchange-bug-workaround.
13721         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13722
13723 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13724
13725         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13726         a 100 byte status-checks into a 2-3MB transfer for each group.
13727         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13728         to enable bug workaround or not.
13729         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13730
13731 2008-03-31  Glenn Morris  <rgm@gnu.org>
13732
13733         * message.el (mml2015-use): Declare for compiler.
13734         (message-info): Require mml2015 when appropriate.
13735
13736 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13739         whitespace.
13740
13741 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13742
13743         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13744         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13745         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13746         (nntp-service-to-port): New function.
13747         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13748         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13749         (nntp-open-netcat-stream): New function.
13750         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13751
13752 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13753
13754         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13755
13756 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13757
13758         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13759
13760 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13761
13762         * dns.el (dns-write): Use set-buffer-multibyte.
13763
13764 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13765
13766         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13767
13768 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * message.el (message-signature-separator): Change default.
13771         Improve custom type.
13772         (message-cite-function): Change default to
13773         message-cite-original-without-signature.
13774
13775         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13776         toggle.
13777
13778         * message.el (message-check-news-body-syntax): Fix signature check.
13779         (message-setup-1): Mark buffer as unmodified _after_ running
13780         message-setup-hook and handling message-alternative-emails.
13781         (message-shorten-references): Be more strict when building list of
13782         valid references to comply with GNKSA.
13783
13784         * gnus-group.el (gnus-read-ephemeral-bug-group)
13785         (gnus-read-ephemeral-debian-bug-group)
13786         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13787
13788         * message.el (message-info): Don't use booleanp which isn't supported
13789         in Emacs 21 and XEmacs.
13790
13791 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13794         gnus-group-gmane-group-download-format.
13795         (gnus-group-read-ephemeral-gmane-group): Rename from
13796         gnus-group-read-ephemeral-gmane-group.
13797         (gnus-read-ephemeral-gmane-group-url): Rename from
13798         gnus-group-read-ephemeral-gmane-group-url.
13799         (gnus-bug-group-download-format-alist): New variable.
13800         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13801         (gnus-read-ephemeral-emacs-bug-group): New commands.
13802
13803 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13804
13805         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13806         (gnus-visible-headers): Improve custom type.
13807
13808 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * mml.el (mml-menu): Add workarounds for XEmacs.
13811
13812         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13813         X-Boundary header.
13814
13815         * message.el (message-simplify-recipients): Fix previous commit.
13816
13817 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13818
13819         * mm-util.el (mm-set-buffer-multibyte): New function.
13820         * mm-decode.el (mm-copy-to-buffer): Use it.
13821
13822         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13823         Prefer fboundp to functionp so it works with macros as well.
13824
13825 2008-03-19  Glenn Morris  <rgm@gnu.org>
13826
13827         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13828         Accidentally removed in the sync process with Emacs.
13829
13830 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * message.el (message-alter-recipients-discard-bogus-full-name):
13833         New function.
13834         (message-alter-recipients-function): New variable.
13835         (message-get-reply-headers): Use it.
13836         (message-replace-header): New helper function.
13837         (message-recipients-without-full-name): New variable.
13838         (message-simplify-recipients): New command.
13839
13840         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13841
13842         * message.el (message-info): Handle EasyPG manual.
13843
13844         * mml.el (mml-menu): Add entry for EasyPG.
13845
13846 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13847
13848         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13849         parameter.
13850
13851         * message.el (message-disassociate-draft): Specify drafts group name
13852         fully.
13853
13854 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13857         Eliminate unnecessary duplicates from the match list.
13858
13859 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13862
13863         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13864
13865         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13866         args of `how-many' of which the XEmacs version doesn't take; declare
13867         Info-index-next as function.
13868
13869 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * gnus-score.el (gnus-score-headers): Fix handling of
13872         gnus-inhibit-slow-scoring.
13873
13874         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13875         string.
13876         (gnus-button-url-regexp): Improve handling of parenthesis.
13877         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13878         (gnus-button-handle-info-keystrokes): Handle index entries.
13879
13880 2008-03-15  Glenn Morris  <rgm@gnu.org>
13881
13882         * parse-time.el (parse-time-string): Simplify.
13883
13884 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13887         Incoming* files.
13888
13889 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13890
13891         * auth-source.el (auth-sources): Rename from auth-source-choices.
13892         (auth-source-pick): Use it.
13893
13894 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13895
13896         * binhex.el (binhex-decode-region-internal):
13897         * uudecode.el (uudecode-decode-region-internal):
13898         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13899         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13900         setting default-enable-multibyte-characters.
13901
13902 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13903
13904         * auth-source.el (auth-source-protocols)
13905         (auth-source-protocols-customize, auth-source-choices): Add and
13906         modified variable customizations and defaults.
13907         (auth-source-pick, auth-source-user-or-password)
13908         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13909         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13910         (auth-source-user-or-password-sftp)
13911         (auth-source-user-or-password-smtp): Use new variables and provide an
13912         interface to netrc.el.
13913
13914 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13917         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13918         Make sure the nntp port to specify is a string.
13919
13920 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13921
13922         * nntp.el: Use with-current-buffer.
13923         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13924         dubious mm-with-unibyte-current-buffer.
13925         (nntp-with-open-group-function): New function extracted from
13926         nntp-with-open-group macro.
13927         (nntp-with-open-group): Use the function, so it's easier to debug.
13928         Add indentation and debugging info.
13929         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13930         Recommend the use of the netcat alternatives.
13931
13932         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13933         Avoid mm-string-as-multibyte as well.
13934
13935         * nnweb.el (nnweb-insert-html):
13936         Remove use of nnheader-string-as-multibyte.
13937
13938         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13939         (nnheader-string-as-multibyte): Remove.
13940
13941         * mm-view.el: Use inhibit-read-only.
13942         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13943         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13944         or unibyte-string.
13945
13946         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13947         (mm-uu-yenc-extract): Use with-current-buffer.
13948
13949         * gnus-soup.el (gnus-soup-send-packet): Don't use
13950         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13951
13952         * nnmh.el: Use with-current-buffer.
13953         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13954         mm-string-as-multibyte on the output of mm-encode-coding-string.
13955
13956         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13957         (nnimap-request-move-article): Use with-current-buffer.
13958
13959         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13960         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13961         conversion uses string-make-unibyte rather than string-as-unibyte.
13962
13963         * gnus-msg.el: Use with-current-buffer.
13964
13965         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13966
13967 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13968
13969         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13970         string for caching if it is 'PIN.
13971
13972 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * lpath.el: Consider the case without Emacs/W3.
13975
13976 2008-03-08  Glenn Morris  <rgm@gnu.org>
13977
13978         * time-date.el (date-to-time, time-subtract, time-add)
13979         (safe-date-to-time): Doc fixes.
13980
13981 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13982
13983         * mail-source.el (mail-source-delete-old-incoming-confirm):
13984         Change default to nil.
13985         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13986
13987 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * lpath.el: Rearrange.
13990
13991         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13992         (gnus-article-goto-prev-page): Work for articles having ^L's.
13993
13994         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13995
13996         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13997
13998 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13999
14000         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14001         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14002         (gnus-bookmark-jump): Adjust some variable names.
14003
14004 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * auth-source.el: New package.
14007         (auth-source-choices): Add customization entry point variable.
14008
14009         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14010         bug.
14011
14012 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14013
14014         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14015         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14016         (gnus-registry-install-shortcuts): Rename from
14017         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14018         the `gnus-registry-mark-map' keymap dynamically from
14019         `gnus-registry-marks'.  The generated functions update the summary line
14020         when a registry mark is added or deleted, and will call
14021         `gnus-registry-install-p' (see the comments in the code).
14022         (gnus-registry-user-format-function-M): Use concat intelligently.
14023
14024         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14025         the registry mark functions.
14026
14027 2008-03-05  Glenn Morris  <rgm@gnu.org>
14028
14029         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14030         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14031         gnus-art.
14032         (top-level): No need to load own source when compiling.
14033
14034 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14037         Suggested by <chris.anderton@zetnet.co.uk>.
14038
14039 2008-03-04  Glenn Morris  <rgm@gnu.org>
14040
14041         * gnus-sum.el (top-level): No need to require gnus when compiling,
14042         since unconditionally required near start of file.
14043         (gnus-summary-display-while-building): Move definition before use.
14044
14045 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14046
14047         * gnus-registry.el (gnus-registry-user-format-function-M):
14048         Add formatting function.
14049
14050 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14051
14052         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14053         with plists.
14054         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14055         Use new format.
14056
14057 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14060         `where-is-internal' that returns a range of key sequences.
14061
14062 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14063
14064         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14065
14066         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14067         (gnus-summary-jump-to-group): Consider windows on other displayed
14068         frames as well.  Similar changes might be needed elsewhere, but that's
14069         the one I've bumped into during my use.
14070
14071         * nndoc.el (nndoc-oe-dbx-type-p):
14072         * gnus-msg.el (gnus-debug):
14073         * gnus-group.el (gnus-update-group-mark-positions):
14074         Use mm-string-to-multibyte.
14075
14076 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14079         doesn't handle NotDashEscaped.
14080
14081         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14082         (mml-dnd-attach-options): Fix typo in custom choice.
14083
14084         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14085         Change nndoc-article-type to mbox.
14086         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14087
14088         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14089         to nil, instead of html2text.
14090
14091         * imap.el (imap-debug): Add `imap-ping-server'.
14092
14093         * gnus-bookmark.el: Add FIXMEs.
14094
14095         * message.el (message-form-letter-separator)
14096         (message-send-form-letter-delay): New variables.
14097         (message-send-form-letter): Use them.  New command to send form
14098         letters.  Requested by Uwe Siart.
14099         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14100
14101 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * Update copyright years.
14104
14105 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         Sync from EMACS_22_BASE.
14108
14109         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
14110
14111 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14112
14113         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14114         empty author.
14115
14116 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14117
14118         * gnus-registry.el (gnus-registry-marks): Add variable for
14119         customization of marks and their appearance.
14120         (gnus-registry-read-mark): Use it.
14121         (gnus-registry-do-marks): Add utility function to loop through
14122         `gnus-registry-marks'.
14123         (gnus-registry-install-shortcuts-and-menus): Add function to install
14124         shortcuts and menus.
14125         (gnus-registry-initialize): Use it.
14126         (gnus-registry-default-mark): Clarify documentation.
14127
14128 2008-02-29  Glenn Morris  <rgm@gnu.org>
14129
14130         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14131         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14132         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14133         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14134         Change defcustom :version from 23.0 to 23.1.
14135
14136 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14137
14138         * gnus-registry.el (gnus-registry-follow-group-p)
14139         (gnus-registry-post-process-groups): Add functions to aid registry
14140         splitting and improve logging.  Clarify behavior in function
14141         documentation.
14142         (gnus-registry-split-fancy-with-parent): Use them.
14143
14144 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14145
14146         * gnus-art.el: Use with-current-buffer.
14147
14148 2008-02-27  David Engster  <dengste@eml.cc>
14149
14150         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14151         Express real group name in the response.
14152
14153 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14156         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14157         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14158         autoload gnus-registry-fetch-group when compiling.
14159         (nnmairix-request-group-with-article-number-correction):
14160         Remove unreferenced argument passed to nnmairix-call-backend.
14161
14162 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14163
14164         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14165         (mm-uu-extract): Improve face for low color ttys.
14166         Reported by Sascha Wilde.
14167
14168 2008-02-27  Glenn Morris  <rgm@gnu.org>
14169
14170         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14171         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14172         variables to defconsts.  Convert comments to doc-strings.
14173         (nnmairix-last-server, nnmairix-current-server): Convert from free
14174         variables to defvars.  Convert comments to doc-strings.
14175         (gnus-registry-fetch-group): Autoload.
14176         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14177         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14178         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14179         caddr.
14180         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14181         nnmairix-request-group-with-article-number-correction call.
14182         (nnmairix-fast, nnmairix-group): New, less general names, for free
14183         variables passed from nnmairix-request-group to
14184         nnmairix-request-group-with-article-number-correction.  Declare.
14185         (nnmairix-request-group-with-article-number-correction):
14186         Use nnmairix-fast, nnmairix-group rather than fast, group.
14187
14188 2008-02-26  David Engster  <dengste@eml.cc>
14189
14190         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14191         version 0.5.
14192
14193 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14194
14195         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14196         instead of making an extra function call.  Don't add the current group
14197         to articles only when they have the group.  Use
14198         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14199         Reported by David <de_bb@arcor.de>.
14200
14201 2008-02-24  Miles Bader  <miles@gnu.org>
14202
14203         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14204         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14205         (mm-find-mime-charset-region):
14206         * mm-bodies.el (mm-encode-body):
14207         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14208
14209 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14212         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14213
14214 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * mail-source.el (mail-source-delete-incoming): Change default.
14217         Supplement doc string.
14218
14219         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14220
14221 2008-02-14  Glenn Morris  <rgm@gnu.org>
14222
14223         * time-date.el (format-seconds): New function.
14224
14225 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * nnmail.el (nnmail-message-id-cache-file): Derive from
14228         `gnus-home-directory'.
14229
14230 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14233         Document negative prefix.
14234
14235         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14236
14237 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14238
14239         * message.el (message-unsent-separator): Add the Exim bounce
14240         separator.
14241
14242 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14243
14244         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14245         list.
14246         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14247         recipient/signer list.
14248
14249 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * Makefile.in (datarootdir): Define.
14252         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14253         name that might contain whitespace.
14254
14255 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14256
14257         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14258         fbound (Emacs 23 unicode), signal an error.
14259
14260 2008-02-08  Glenn Morris  <rgm@gnu.org>
14261
14262         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14263
14264 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14265
14266         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14267         ports to the calls to `netrc-machine-user-or-password' in addition to
14268         "imap" and "imaps".
14269
14270 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14271
14272         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14273
14274         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14275
14276 2008-02-01  Kenichi Handa  <handa@m17n.org>
14277
14278         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14279         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14280         (rfc2104-hash): Convert the result of concat to unibyte string.
14281
14282 2008-02-01  Dave Love  <fx@gnu.org>
14283
14284         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14285         coding-system-for-read.
14286         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14287
14288 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14291         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14292         <hanche@math.ntnu.no>.
14293
14294 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14297
14298         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14299
14300 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14301
14302         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14303         * message.el (message-beginning-of-line): Use featurep instead of bound
14304         tests in order to resolve conditionals at compile time.
14305
14306 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14307
14308         * mail-source.el (mail-sources): Add `group' choice.
14309
14310         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14311         parameter `in-group' to control into which group the articles go.
14312         Add treatment of `group' mail-source.
14313
14314 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14317
14318         * mm-decode.el (mm-dissect-buffer): Decode description.
14319
14320         * mml.el (mml-to-mime): Encode message header first.
14321
14322 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14325         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14326
14327         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14328         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14329
14330 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14331
14332         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14333
14334 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14337         prefix keys.
14338         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14339         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14340         gnus-xmas.el.
14341
14342         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14343         (gnus-xmas-article-describe-bindings): New function.
14344         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14345         gnus-xmas-article-describe-bindings.
14346
14347         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14348
14349 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14350
14351         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14352         Add new variables for article mark management.
14353         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14354         list of extra data entries which, when present, will indicate that the
14355         article ID should not be trimmed from the registry.
14356         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14357         functions.
14358         (gnus-registry-read-mark): New function to read a mark name from the
14359         user.
14360         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14361         (gnus-registry-set-article-mark-internal): New functions to add and
14362         remove marks.
14363         (gnus-registry-get-article-marks): New function to show the marks for
14364         an article, or retrieve them for further use.
14365
14366 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14369         keys when no argument is given.
14370
14371 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * imap.el (imap-ping-server): New variable.
14374         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14375         (imap-ping-server): Minor doc string fixes.
14376
14377 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14378
14379         * imap.el (imap-ping-server): New function.
14380         (imap-opened): Call imap-ping-server.
14381
14382 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * gnus-sum.el (gnus-article-sort-by-random)
14385         (gnus-thread-sort-by-random): Fix doc strings.
14386         Reported by jidanni@jidanni.org.
14387
14388 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * gnus-art.el (gnus-article-describe-bindings): New function.
14391         (gnus-article-read-summary-keys): Use it.
14392         (gnus-article-mode-map): Bind `C-h b' to it.
14393
14394 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14397         XEmacs.
14398         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14399         Protect against non-character events.
14400
14401         * lpath.el: Fbind map-keymap for Emacs 21.
14402
14403 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14404
14405         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14406         New command.
14407         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14408         instead of END.  Change name of the temp file.
14409         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14410         customizable.
14411
14412 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14415         bind `S W' to gnus-article-wide-reply-with-original; set default
14416         binding to gnus-article-read-summary-send-keys.
14417         (gnus-article-read-summary-keys): Fix the order of keys; display
14418         continuation keys correctly in the echo area; describe bindings
14419         correctly when keys end with `C-h'.
14420         (gnus-article-read-summary-send-keys): New function.
14421         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14422         Work for gnus-article-read-summary-send-keys; display continuation keys
14423         correctly in the echo area.
14424         (gnus-article-reply-with-original): Ignore prefix argument.
14425         (gnus-article-wide-reply-with-original): New function.
14426
14427         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14428         Emacs 21.
14429
14430 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14433         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14434
14435 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14438         (gnus-group-read-ephemeral-gmane-group): New command.
14439
14440 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14441
14442         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14443
14444 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * message.el (message-send-mail-function): Increase custom version.
14447
14448         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14449         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14450
14451 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14454         for the cases where imap-authenticate is called with a nil buffer
14455         parameter.
14456
14457 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14460         html parts correctly; support forwarded messages.
14461         (gnus-article-browse-html-article): Remove work buffers.
14462
14463         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14464         compiling.
14465         (netrc-bound-and-true-p): New macro.
14466         (netrc-parse): Use it instead of bound-and-true-p that is not available
14467         in XEmacs 21.4.
14468
14469 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14470
14471         * gnus-registry.el (gnus-registry-mark-article)
14472         (gnus-registry-article-marks): Add functionality to mark articles
14473         through the Gnus registry.
14474
14475         * encrypt.el: Clarify documentation for the new pgg method.
14476         (encrypt-file-alist): Add PGG option.
14477         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14478         functionality.  Abstract password key and messaging to external
14479         functions.
14480         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14481         (encrypt-message-method-and-cipher): Add new convenience external
14482         functions.
14483         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14484         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14485
14486         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14487         (netrc-parse): Use encrypt-file-alist to determine if
14488         encrypt-find-model or encrypt-insert-file-contents should be used.
14489
14490         * encrypt.el: Clarify documentation.  Load password-cache or
14491         password, whichever one is found first, instead of autoloading.
14492
14493 2007-12-19  Glenn Morris  <rgm@gnu.org>
14494
14495         * mml.el (message-options-set, message-narrow-to-head)
14496         (message-in-body-p, message-mail-p, message-encode-message-body):
14497         Autoload.
14498         (message-remove-header, message-narrow-to-headers-or-head)
14499         (message-subscribed-p, message-make-mail-followup-to)
14500         (message-position-on-field, message-news-p)
14501         (message-options-set-recipient, message-generate-headers)
14502         (message-sort-headers): Declare as functions.
14503
14504 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14507         convention in doc string.
14508
14509 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14512         title to html parts.
14513         (gnus-article-browse-html-article): Pass message header to it.
14514
14515         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14516
14517 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14520         or password compatible with XEmacs.
14521
14522 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14525         format document.
14526         (gnus-mime-delete-part): Don't write description line if empty.
14527         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14528
14529 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14530
14531         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14532         (gnus-summary-mark-read-and-unread-as-read)
14533         (gnus-summary-mark-current-read-and-unread-as-read)
14534         (gnus-summary-mark-unread-as-ticked): Doc fix.
14535         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14536
14537 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14538
14539         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14540         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14541
14542 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14545         yes-or-no-p.
14546
14547 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * mm-decode.el (mm-add-meta-html-tag): New function.
14550         (mm-save-part-to-file, mm-pipe-part): Use it.
14551
14552         * gnus-art.el (gnus-article-browse-delete-temp-files):
14553         Use gnus-y-or-n-p instead of y-or-n-p.
14554         (gnus-article-browse-html-parts): Work with message/external-body; use
14555         mm-add-meta-html-tag.
14556
14557 2007-12-11  Glenn Morris  <rgm@gnu.org>
14558
14559         * gnus-cache.el: Require gnus-sum not just when compiling.
14560
14561         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14562
14563         * gnus-int.el (gnus-server-opened, gnus-status-message):
14564         Move definitions before use.
14565
14566         * mm-decode.el: Require gnus-util.
14567         (mm-remove-part): Only call delete-annotation on XEmacs.
14568
14569         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14570
14571         * nnmail.el: Require gnus-int.
14572
14573         * spam.el: Move `require's before `eval-when-compile's.
14574
14575         * gnus-ems.el (gnus-alive-p):
14576         * gnus-fun.el (message-goto-eoh):
14577         * gnus-util.el (gnus-group-name-decode):
14578         * mail-source.el (gnus-compress-sequence):
14579         * message.el (Info-goto-node, format-spec):
14580         * mm-bodies.el (message-options-get):
14581         * mm-decode.el (mm-view-pkcs7):
14582         * mm-util.el (gmm-write-region):
14583         * mml-smime.el (mml-compute-boundary)
14584         (gnus-completing-read-with-default):
14585         * mml.el (widget-button-press, gnus-make-hashtable):
14586         * mml1991.el (mm-decode-content-transfer-encoding)
14587         (mm-encode-content-transfer-encoding)
14588         (message-options-get, message-options-set):
14589         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14590         * nnfolder.el (gnus-request-group):
14591         * nnheader.el (ietf-drums-unfold-fws):
14592         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14593         * smime.el (gnus-run-mode-hooks):
14594         * spam-stat.el (gnus-message): Autoload.
14595
14596         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14597         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14598         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14599         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14600         Add declare-function compatibility definition.
14601
14602         * gnus-cache.el (nnvirtual-find-group-art):
14603         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14604         (gnus-add-image, gnus-add-wash-type):
14605         * gnus-group.el (nnkiboze-score-file):
14606         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14607         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14608         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14609         (message-tokenize-header, gnus-get-buffer-create)
14610         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14611         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14612         * gnus.el (gnus-group-decoded-name):
14613         * mail-source.el (imap-capability):
14614         * mm-bodies.el (message-options-set):
14615         * mm-decode.el (gnus-configure-windows):
14616         * mm-extern.el (message-goto-body):
14617         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14618         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14619         (epg-sub-key-validity, message-options-set):
14620         * mml.el (widget-event-point, gnus-configure-windows):
14621         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14622         * mml2015.el (epg-check-configuration, epg-configuration)
14623         (message-options-set):
14624         * nndb.el (nndb-request-article):
14625         * nnfolder.el (gnus-request-create-group):
14626         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14627         * nnmaildir.el (gnus-group-mark-article-read):
14628         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14629         * rfc1843.el (message-fetch-field):
14630         * spam.el (gnus-extract-address-components):
14631         Declare as functions.
14632
14633 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14636
14637         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14638
14639         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14640         bind show-trailing-whitespace for XEmacs.
14641
14642 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14645         new no-op macro for backward compatibility.
14646
14647         * imap.el (imap-string-to-integer): New function.
14648
14649 2007-12-09  Glenn Morris  <rgm@gnu.org>
14650
14651         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14652
14653         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14654         * message.el, mm-view.el, sieve-manage.el, smime.el:
14655         Add declare-function compatibility definition.
14656
14657         * gnus-art.el (w3-region, w3m-region, Info-menu):
14658         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14659         * gnus-sum.el (gnus-get-predicate):
14660         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14661         * message.el (mail-abbrev-in-expansion-header-p):
14662         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14663         (w3m-detect-meta-charset, w3m-region):
14664         * sieve-manage.el (password-read, password-cache-add)
14665         (password-cache-remove):
14666         * smime.el (password-read-and-add): Declare as functions.
14667
14668 2007-12-08  David Kastrup  <dak@gnu.org>
14669
14670         * gnus-sum.el (gnus-summary-simplify-subject-query):
14671         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14672         `message'.
14673
14674 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14677         it to bind idna-program, installation-directory, defined-colors, and
14678         face-attribute for XEmacs of the version that compiles defcustom forms.
14679
14680 2007-12-07  Glenn Morris  <rgm@gnu.org>
14681
14682         * gnus-art.el (article-make-date-line): Revert previous change.
14683
14684 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14687
14688 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14689
14690         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14691         Call gnus-add-to-range ranges only once with a prepared article-list.
14692
14693 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14694
14695         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14696         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14697         group names with backslashes.
14698         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14699
14700 2007-12-06  Deepak Goel  <deego3@gmail.com>
14701
14702         * gnus-art.el (article-make-date-line):
14703         * gnus-start.el (gnus-load):
14704         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14705
14706 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-art.el (gnus-use-idna):
14709         * gnus-start.el (gnus-site-init-file):
14710         * message.el (message-use-idna):
14711         * mm-uu.el (mm-uu-hide-markers):
14712         * smiley.el (smiley-style): Revert changes that suppress warnings.
14713
14714 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14717         specify charset to html source.
14718         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14719
14720 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14723         idna-program in order to suppress byte compile warning issued by XEmacs
14724         that came to byte compile the default value section of defcustom forms
14725         recently.
14726
14727         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14728         value of installation-directory.
14729
14730         * message.el (message-use-idna): Don't directly refer to the value of
14731         idna-program.
14732
14733         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14734
14735         * smiley.el (smiley-style): Don't directly call face-attribute.
14736
14737 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14740
14741         * gnus-dired.el: Reduce Gnus dependencies.
14742         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14743         Don't require.  Use autoloads instead.
14744         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14745         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14746         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14747         (gnus-dired-mode): Adjust doc string.
14748         (gnus-dired-mail-mode): New variable.
14749         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14750         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14751         (gnus-dired-mail-buffers): New function.  Return mail or message
14752         composition buffers.
14753         (gnus-dired-attach): Use it.
14754         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14755         NO-DECODE.
14756         (gnus-dired-print): Use `gnus-print-buffer' depending on
14757         `gnus-dired-mail-mode'.
14758
14759 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * rfc2047.el (rfc2047-encoded-word-regexp)
14762         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14763         explaining what regexp patterns are for.
14764
14765 2007-12-04  Glenn Morris  <rgm@gnu.org>
14766
14767         * password.el: Move to password-cache.el.
14768
14769         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14770         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14771         * mml-smime.el (password-read, password-cache-add)
14772         (password-cache-remove):
14773         No need to autoload, since mml-sec requires password.
14774
14775         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14776         * message.el (gnus-extract-address-components):
14777         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14778
14779         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14780         password.
14781
14782 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * mailcap.el: Reduce dependencies.
14785         (mail-header-parse-content-type): Autoload.
14786         (mailcap-delete-duplicates): New alias.
14787         (mailcap-mime-info): Add optional argument NO-DECODE.
14788         (mailcap-mime-types): Use mailcap-delete-duplicates.
14789
14790         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14791
14792 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14793
14794         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14795         (imap-parse-status): Upcase status-att for servers that sends them
14796         lower-case (e.g., MS Exchange 2007).
14797
14798 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14799
14800         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14801         function.
14802
14803         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14804         (gnus-uu-yenc-article): New function.
14805
14806         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14807
14808         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14809
14810 2007-12-02  Glenn Morris  <rgm@gnu.org>
14811
14812         * binhex.el (binhex): New custom group.
14813         (binhex-decoder-program, binhex-decoder-switches)
14814         (binhex-use-external): Move to the binhex custom group.
14815
14816         * uudecode.el (uudecode): New custom group.
14817         (uudecode-decoder-program, uudecode-decoder-switches)
14818         (uudecode-use-external): Move to the uudecode custom group.
14819
14820         * netrc.el (top-level): Don't load `encrypt' features.
14821         (netrc-parse): Don't use encrypt.
14822         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14823
14824         * encrypt.el: Remove file.
14825
14826 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14829         matches on patches.
14830
14831         * gnus-art.el (gnus-article-browse-html-article):
14832         Mention `mm-text-html-renderer' in the doc string.
14833
14834         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14835         string.  Add comments.
14836
14837         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14838         if rhs is ASCII.
14839
14840 2007-12-01  Glenn Morris  <rgm@gnu.org>
14841
14842         * mail-source.el (top-level): Require format-spec before
14843         eval-when-compile.
14844
14845 2007-11-30  Glenn Morris  <rgm@gnu.org>
14846
14847         * encrypt.el: Require password, rather than autoloading password-read.
14848
14849 2007-11-29  Glenn Morris  <rgm@gnu.org>
14850
14851         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14852         (sasl-make-client, sasl-next-step, sasl-step-data)
14853         (sasl-step-set-data): Declare as functions.
14854
14855 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14858
14859 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14860
14861         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14862         certs should be verified and what is to be done in the event of a
14863         verification failure.
14864
14865         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14866         caller can indicate whether the cache should be disregarded for this
14867         call.  This way the result of the call is reproducible at all times and
14868         can be considered a canonical server name for the supplied method.
14869         (gnus-agent-method-p): Canonicalize server names by pushing their
14870         method through `gnus-method-to-server' using the no-cache argument.
14871
14872         * gnus-srvr.el (gnus-server-insert-server-line):
14873         Call `gnus-method-to-server' with `no-cache' argument.
14874
14875         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14876         gnus-agent-possibly-synchronize-flags as this should be called when the
14877         server is actually being opened.
14878         (gnus-agent-possibly-synchronize-flags)
14879         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14880         flags file of an agentized server to the latter function.
14881
14882         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14883         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14884         after a connection has been established successfully.
14885
14886 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * gnus-art.el (article-display-face): Force to display face if called
14889         interactively; check if gnus-article-x-face-too-ugly matches author.
14890         (article-display-x-face): Display face even if From header is missing
14891         as article-display-face does.
14892
14893 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14894
14895         * hashcash.el (message-narrow-to-headers-or-head)
14896         (message-fetch-field, message-goto-eoh)
14897         (message-narrow-to-headers): Declare as functions.
14898
14899 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * mail-source.el (mail-sources): Default to fetch from file for
14902         compatibility with default of nnmail-spool-file.
14903
14904 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14907         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14908         to look for encoded word that should be encoded again.
14909         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14910         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14911         encoding pattern.
14912         (rfc2047-decode-region): Switch strict regexp and loose one according
14913         to rfc2047-allow-irregular-q-encoded-words.
14914
14915 2007-11-25  Romain Francoise  <romain@orebokech.com>
14916
14917         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14918
14919 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * tls.el (tls-program): Provide more custom choices from
14922         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14923         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14924
14925 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14928         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14929
14930         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14931         `nnmail-spool-file'.
14932
14933         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14934         `nnmail-spool-file'.
14935
14936         * gnus-move.el (gnus-change-server): Ditto.
14937
14938         * gnus-kill.el (gnus-batch-score): Ditto.
14939
14940         * gnus-cache.el (gnus-jog-cache): Ditto.
14941
14942         * gnus-msg.el (gnus-summary-reply):
14943         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14944
14945 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14948         version.  Minor improvement to doc strings.
14949         (tls-program): Add comment.
14950
14951 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14952
14953         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14954         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14955         mismatch between the hostname provided in the certificate and the name
14956         of the host connnecting to.
14957         (open-tls-stream): Use them.  Check certificates against trusted root
14958         certificates.
14959
14960 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * gnus-cache.el (gnus-cache-generate-nov-databases):
14963         Use nnml-generate-nov-databases-directory instead of
14964         nnml-generate-nov-databases-1.
14965
14966 2007-11-24  Glenn Morris  <rgm@gnu.org>
14967
14968         * message.el (message-tool-bar-retro): Update for rename
14969         mail_send.xpm->mail-send.xpm.
14970
14971 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14972
14973         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14974         `smime-ldap-search' for Emacs 22 and up.
14975
14976 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14977
14978         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14979
14980         * message.el (message-send-mail-function): Fix error convention.
14981         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14982         (message-widen-reply, message-send-mail, message-talkative-question)
14983         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14984         (message-clone-locals, message-send-news): Use with-current-buffer.
14985         (message-insert-or-toggle-importance): Remove unused var `valid'.
14986         (message-make-references): Remove unused var `new-references'.
14987         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14988
14989 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14990
14991         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14992         (spam-split-symbolic-return-positive): Reflow docstring.
14993         (spam-backends, spam-summary-exit-behavior)
14994         (spam-mark-ham-unread-before-move-from-spam-group)
14995         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14996         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14997         (spam-clear-cache, spam-backend-check, spam-install-backend)
14998         (spam-install-statistical-backend, spam-list-of-processors)
14999         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15000         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15001         (spam-check-crm114, spam-initialize, spam-unload-hook):
15002         Fix typos in docstrings.
15003
15004 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15007         been checked if they have never been read and those group levels are
15008         higher than the one that a user specified.
15009
15010 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15013         foreign groups unless a group level is specified by a user.
15014         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15015
15016 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * message.el (message-send-mail-function): Require sendmail.
15019
15020 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
15021
15022         * message.el (message-send-mail-function): Check for smtpmail too.
15023
15024         * utf7.el (utf7-encode, utf7-decode): Use coding system
15025         `utf-7'/`utf-7-imap' from utf-7.el' if available.
15026
15027         * message.el (message-send-mail-function): New function.
15028         (message-send-mail-function): Set default using
15029         message-send-mail-function.  Adjust doc string.
15030         (message-send-mail-with-mailclient): New function.
15031
15032 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15033
15034         * smime.el (from):
15035         * rfc2047.el (message-posting-charset):
15036         * qp.el (mm-use-ultra-safe-encoding):
15037         * pop3.el (parse-time-months):
15038         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15039         * nnml.el (files):
15040         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15041         (jka-compr-compression-info-list, ange-ftp-path-format)
15042         (efs-path-regexp):
15043         * nndiary.el (files):
15044         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15045         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15046         (epg-digest-algorithm-alist, inhibit-redisplay)
15047         (password-cache-expiry):
15048         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15049         (pgg-output-buffer, password-cache-expiry):
15050         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15051         (efs-path-regexp):
15052         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15053         (inhibit-redisplay):
15054         * mm-uu.el (file-name, start-point, end-point, entry)
15055         (gnus-newsgroup-name, gnus-newsgroup-charset):
15056         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15057         (latin-unity-ucs-list):
15058         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15059         (mm-uu-binhex-decode-function):
15060         * message.el (gnus-message-group-art, gnus-list-identifiers)
15061         (rmail-enable-mime-composing, gnus-local-organization)
15062         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15063         (gnus-read-active-file, facemenu-add-face-function)
15064         (facemenu-remove-face-function, gnus-article-decoded-p)
15065         (tool-bar-mode):
15066         * mail-source.el (display-time-mail-function):
15067         * gnus-util.el (nnmail-pathname-coding-system)
15068         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15069         (gnus-original-article-buffer, gnus-user-agent)
15070         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15071         (xemacs-codename, sxemacs-codename, emacs-program-version):
15072         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15073         * gnus-start.el (gnus-agent-covered-methods)
15074         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15075         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15076         (gnus-newsgroup-headers, gnus-group-list-mode)
15077         (gnus-group-mark-positions, gnus-newsgroup-data)
15078         (gnus-newsgroup-unreads, nnoo-state-alist)
15079         (gnus-current-select-method, mail-sources)
15080         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15081         (nnmail-spool-file, gnus-cache-active-hashtb):
15082         * gnus-mh.el (mh-lib-progs):
15083         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15084         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15085         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15086         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15087         (gnus-group-buffer):
15088         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15089         (font-lock-set-defaults):
15090         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15091         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15092         (gnus-summary-post-menu, total-parts, type, condition, length):
15093         * gnus-agent.el (gnus-agent-read-agentview):
15094         * flow-fill.el (show-trailing-whitespace):
15095         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15096         eval-and-compile wrappers for byte compiler pacifiers.
15097
15098         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15099         (mm-display-inline-fontify): Check for featurep 'xemacs not
15100         extent-list.
15101
15102         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15103         itimer-list.
15104         (mm-create-image-xemacs): Only do something for XEmacs.
15105         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15106
15107         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15108
15109         * gnus-registry.el (gnus-adaptive-word-syntax-table):
15110         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15111
15112 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15113
15114         * nnimap.el (nnimap-split-download-body):
15115         * gnus-demon.el (gnus-demon):
15116         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15117
15118 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15121         New macros.
15122         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15123         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15124         copy data from unibyte buffer to multibyte current buffer.
15125         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15126         to copy data from unibyte current buffer to multibyte buffer.
15127         (nntp-make-process-buffer): Make process buffer unibyte.
15128
15129         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15130
15131 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15132
15133         * pop3.el (pop3-open-server): Accept and process data more robustly at
15134         connection start to avoid spurious "POP SSL connection failed" errors.
15135
15136 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15139         read group names.
15140
15141 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15142
15143         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15144
15145 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15148         (nnmail-save-active): Use a unibyte buffer when saving active file,
15149         which may contain non-ASCII group names.
15150
15151         * nnml.el (nnml-request-group): Decode group names in messages.
15152
15153 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * message.el (message-citation-line-function)
15156         (message-insert-formatted-citation-line): Fix spelling of
15157         `message-insert-formated-citation-line'.
15158
15159 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15160
15161         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15162
15163 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15166         nnmail-pathname-coding-system.
15167
15168         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15169         that a user enters; decode group names in messages.
15170
15171         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15172
15173 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15176
15177         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15178
15179         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15180         risky local variable.
15181
15182         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15183
15184 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15185
15186         * encrypt.el: Improve documentation to fix function name typo.
15187         Reported by Daiki Ueno <ueno@unixuser.org>.
15188
15189 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15192         even if the point is not in the last page of an article.
15193         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15194         back to the previous page.
15195
15196 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15197
15198         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15199
15200 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15203
15204 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15205
15206         * message.el (message-check-news-body-syntax):
15207         Avoid mm-string-as-multibyte.
15208         (message-hide-headers): Don't assume (point-min)==1.
15209
15210 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * message.el (message-remove-blank-cited-lines): Fix if remove is
15213         given.
15214         (message-bogus-address-regexp): New variable.
15215         (message-bogus-recipient-p): New function.
15216         (message-check-recipients): New command.
15217         (message-syntax-checks): Add `bogus-recipient'.
15218         (message-fix-before-sending): Add `bogus-recipient'.
15219
15220         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15221         (gnus-treat-body-boundary): Don't test window-system.
15222
15223 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15224
15225         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15226
15227 2007-10-28  Miles Bader  <miles@gnu.org>
15228
15229         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15230         at compile-time too.
15231
15232 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * gnus-msg.el (gnus-message-setup-hook):
15235         Add `message-remove-blank-cited-lines' to options.
15236
15237 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * message.el (message-remove-blank-cited-lines): New function.
15240         Suggested by Karl Plästerer.
15241
15242 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15245         mapc.
15246
15247         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15248         (top-level): Use mapc to set functions to be traced for debugging.
15249
15250         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15251         called for effect with while loop.
15252
15253         * message.el (message-talkative-question): Replace mapcar called for
15254         effect with mapc.
15255
15256         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15257         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15258         called for effect with dolist.
15259
15260         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15261
15262         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15263         gnus-extra-headers and nnmail-extra-headers.
15264
15265         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15266         called for effect with dolist.
15267         (top-level): Use mapc to set functions to be traced for debugging.
15268
15269         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15270         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15271         dolist.
15272
15273         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15274         Replace mapcar called for effect with mapc.
15275         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15276         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15277         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15278         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15279
15280         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15281         remove-if that's a cl function.
15282
15283         * webmail.el (webmail-debug): Replace mapcar called for effect with
15284         dolist.
15285
15286         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15287         with mapc.
15288
15289 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15292         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15293         with while loop.
15294
15295         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15296         functions from article-* functions.
15297         (gnus-multi-decode-header): Replace mapcar called for effect with
15298         dolist.
15299
15300         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15301         (gnus-bookmark-show-details): Replace mapcar called for effect with
15302         while loop.
15303
15304         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15305         called for effect with while loop.
15306
15307         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15308         with dolist.
15309
15310         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15311         Replace mapcar called for effect with dolist.
15312
15313         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15314
15315         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15316         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15317         Replace mapcar called for effect with dolist.
15318         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15319         mapc.
15320
15321         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15322         Replace mapcar called for effect with dolist.
15323         (gnus-topic-list): Replace mapcar called for effect with mapc.
15324
15325         * gnus.el: Use mapc instead of mapcar to add autoloads.
15326
15327 2007-10-23  Richard Stallman  <rms@gnu.org>
15328
15329         * gnus-group.el (gnus-group-highlight): Mark as risky.
15330
15331 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus.el (gnus-server-to-method): Return method found first in
15334         gnus-newsrc-alist.
15335
15336         * gnus-art.el (gnus-article-highlight-signature)
15337         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15338         button overlay without the front stickiness.
15339
15340 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15341
15342         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15343         overview buffer needed a catch to receive its throw.
15344         (gnus-agent-flush-cache): Declare as interactive to make this function
15345         easier to use.
15346
15347 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15348
15349         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15350         `next-line'.
15351
15352 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15355         exclude address matching message-dont-reply-to-names.
15356
15357 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-util.el (gnus-string<): New function.
15360
15361         * gnus-sum.el (gnus-article-sort-by-author)
15362         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15363
15364 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15367         the frame-focus tag is set in gnus-buffer-configuration.
15368
15369 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15372         the front stickiness.
15373
15374 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15377         url pattern; remove duplicate one.
15378         (gnus-article-extend-url-button): New function.
15379         (gnus-article-add-buttons): Use it.
15380         (gnus-button-push): Use concatenated url that it makes.
15381
15382 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15383
15384         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15385
15386 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15387
15388         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15389         Don't hardcode point-min==1.
15390
15391 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15392
15393         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15394         Fix comment about "iso8859-1".
15395
15396 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15397
15398         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15399         ones returned from the verify-function.
15400
15401         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15402         Call mml2015-extract-cleartext-signature if extraction failed.
15403
15404 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15405
15406         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15407         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15408         failed.
15409
15410 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15413
15414 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15415
15416         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15417         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15418         recommends to use EasyPG instead of PGG.
15419
15420         * pgg.el: Revert to revision 6.23.2.16.
15421
15422         * pgg-def.el: Revert to revision 6.6.2.14.
15423
15424         * pgg-gpg.el: Revert to revision 6.23.2.34.
15425
15426 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15429         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15430         thread for both the null and zero (kill/expire thread) universal prefix
15431         cases.
15432         (gnus-summary-expire-thread): Add new function to expire a thread,
15433         using gnus-summary-kill-thread.
15434         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15435         shortcuts for gnus-summary-expire-thread.
15436         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15437         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15438
15439 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15440
15441         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15442         extras value, so an extras entry can be deleted.
15443         (gnus-registry-delete-extra-entry): Use it.
15444         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15445         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15446         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15447         storage through the gnus-registry, and provide an appropriate API for
15448         it.
15449
15450 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15453         Suggested by Leo <sdl.web@gmail.com>.
15454
15455         * gnus.el: Do.
15456
15457 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15460         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15461
15462         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15463
15464         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15465         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15466
15467 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15470         newline.
15471         (nnmbox-request-accept-article): Don't change article in source buffer;
15472         narrow to header to use message-fetch-field rather than
15473         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15474         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15475         as delimiters; make sure article ends with newline.
15476         (nnmbox-delete-mail): Correct last position of article to be deleted;
15477         ignore X-Gnus-Newsgroup header in article body.
15478         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15479         positions; make sure article ends with newline.
15480
15481         * message.el (message-display-abbrev): Don't infloop when a user
15482         inserts SPC in the beginning of header.
15483
15484         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15485         coding-system-for-read and coding-system-for-write for XEmacs having no
15486         file-coding feature.
15487
15488         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15489
15490 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15491
15492         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15493         list of groups not followed by default.  Fix type to be regexp.
15494         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15495
15496 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15497
15498         * hmac-def.el (define-hmac-function): Switch from old-style to
15499         new-style backquotes.
15500
15501         * md4.el (md4-make-step): Likewise.
15502
15503 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15506         raw-text coding system when saving .newsrc file, which may contain
15507         non-ASCII group names.
15508
15509 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * gnus-cus.el (gnus-score-extra): New widget.
15512         (gnus-score-extra-convert): New function.
15513         (gnus-score-customize): Use it for Extra.
15514
15515 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15516
15517         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15518         (mml2015-mailcrypt-clear-verify): Use it.
15519         (mml2015-gpg-clear-verify): Use it.
15520         (mml2015-pgg-clear-verify): Use it.
15521         (mml2015-epg-clear-verify): Replace the current part with the output
15522         from GnuPG; don't extract the plaintext by itself.
15523
15524         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15525         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15526         mml2015-clear-verify-function; don't touch the armor headers or
15527         dash-escaped text here.
15528
15529 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15532         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15533         parts, or application/octet-stream as a last resort.
15534         (gnus-mime-view-part-as-type): Don't toggle display.
15535         (gnus-mime-view-part-as-charset): Don't turn off display before
15536         querying charset.
15537
15538         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15539         stuff to undisplayer function in Emacs.
15540         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15541
15542         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15543         text/calendar parts.
15544
15545 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15548         decoding text/calendar parts.
15549
15550         * message.el (message-forward-make-body-mime): Always mark body as
15551         having no illegible text; remove signed-or-encrypted argument.
15552         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15553
15554         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15555         (mml-generate-mime-1): Don't encode body if it is specified to be in
15556         raw form; don't make buffer be unibyte when inserting multibyte string.
15557
15558 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15559
15560         * sha1.el: Fix up comment style.
15561         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15562         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15563
15564         * hex-util.el: Fix up comment style.
15565         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15566
15567         * gnus-salt.el: Use with-current-buffer.
15568         (gnus-pick-setup-message): Fix long-standing typo.
15569
15570 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * imap.el (imap-logout-timeout): New variable.
15573         (imap-logout, imap-logout-wait): New functions.
15574         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15575
15576         * nnimap.el (nnimap-logout-timeout): New server variable.
15577         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15578         nnimap-logout-timeout.
15579
15580         * gnus-art.el (gnus-article-summary-command-nosave)
15581         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15582
15583 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus.el (gnus-maximum-newsgroup): New variable.
15586
15587         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15588         according to gnus-maximum-newsgroup.
15589
15590         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15591         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15592         Limit the range of articles according to gnus-maximum-newsgroup.
15593
15594 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15595
15596         * gnus-art.el (gnus-sticky-article): Fix problems described in
15597         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15598         Don't perform gnus-configure-windows here; reuse existing sticky
15599         article buffer.
15600
15601         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15602         it doesn't exist in gnus-article-mode.
15603
15604 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15607         (gnus-agent-decoded-group-name): New function.
15608         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15609         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15610
15611 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15612
15613         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15614         Add binding for gnus-sticky-article.
15615         (gnus-summary-exit): Don't kill sticky article buffers.
15616
15617         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15618         article buffer.
15619         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15620         (gnus-kill-sticky-article-buffers): New commands.
15621
15622 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * nntp.el (nntp-xref-number-is-evil): New server variable.
15625         (nntp-find-group-and-number): If it is non-nil, don't trust article
15626         numbers in the Xref header.
15627
15628 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-agent.el (gnus-agent-read-group): New function.
15631         (gnus-agent-flush-group, gnus-agent-expire-group)
15632         (gnus-agent-regenerate-group): Use it.
15633         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15634         nnmail-pathname-coding-system.
15635
15636 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15639
15640         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15641         that are unread as unread, and also as selected so that information of
15642         marks having been changed by a user may be updated when exiting group.
15643
15644 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15647
15648 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15651         calculated ignoring signature parts to gnus-treat-article.
15652
15653 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15656         a point here in order to keep the window start.
15657         (gnus-insert-mime-security-button): Make a button overlay without the
15658         front stickiness.
15659         (gnus-mime-display-security): Goto the end of a button.
15660
15661         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15662
15663 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15666         group-name-at-point.
15667         (gnus-group-completing-read): New function that offers decoded
15668         non-ASCII group names for completion.
15669         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15670         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15671         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15672         (gnus-group-fetch-control): Use it.
15673         (gnus-fetch-group): Use group-name-at-point for the initial value
15674         rather than the default value; use gnus-alive-p.
15675
15676         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15677         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15678         (gnus-summary-post-news): Use gnus-group-completing-read.
15679
15680         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15681         (gnus-read-move-group-name): Decode group name for completion.
15682
15683 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15684
15685         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15686         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15687         Yamaoka slightly modified the code).
15688
15689 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15692         (nnmail-split-incoming): Bind it.
15693
15694         * nnml.el (nnml-group-name-charset): New function.
15695         (nnml-decoded-group-name): Use it; don't decode group name if
15696         nnmail-group-names-not-encoded-p is non-nil.
15697         (nnml-encoded-group-name): New function.
15698         (nnml-group-pathname): Inline nnml-decoded-group-name.
15699         (nnml-request-expire-articles): Decode group name in message.
15700         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15701         nnmail-pathname-coding-system.
15702         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15703         not decoded ones according to nnmail-group-names-not-encoded-p.
15704         (nnml-generate-active-info): Use nnml-encoded-group-name.
15705
15706 2007-08-08  Glenn Morris  <rgm@gnu.org>
15707
15708         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15709         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15710         doc-strings and comments.
15711
15712 2007-07-25  Glenn Morris  <rgm@gnu.org>
15713
15714         * Relicense all FSF files to GPLv3 or later.
15715
15716 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-sum.el (gnus-summary-move-article):
15719         Make gnus-summary-respool-article work.
15720
15721 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15724         string.
15725
15726 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15727
15728         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15729         that should be ignored when comparing distant RSS articles with local
15730         ones.
15731         (nnrss-make-hash-index): New function.  Create a hash index according
15732         to the ignored fields.
15733         (nnrss-check-group): Use it.
15734
15735 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15738
15739         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15740
15741         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15742         the new optional argument ENCODED is non-nil.
15743         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15744         coding system for encoding group name.
15745         (gnus-group-make-rss-group): Pass un-encoded group name to
15746         gnus-group-make-group.
15747         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15748         encoded.
15749
15750         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15751         Encode group name to which articles are moved or copied.
15752         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15753         coding system for encoding Newsgroup, Followup-To and Xref headers.
15754
15755         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15756         marks; use nnheader-file-coding-system to write a file.
15757         (nnagent-retrieve-headers): Bind file-name-coding-system to
15758         nnmail-pathname-coding-system.
15759
15760         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15761
15762         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15763         (nnml-request-article, nnml-request-create-group)
15764         (nnml-request-rename-group, nnml-find-id)
15765         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15766         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15767         (nnml-save-marks): Use nnml-group-pathname instead of
15768         nnmail-group-pathname.
15769
15770         (nnml-request-create-group, nnml-request-expire-articles)
15771         (nnml-request-move-article, nnml-request-delete-group)
15772         (nnml-deletable-article-p, nnml-possibly-create-directory)
15773         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15774         (nnml-open-marks): Bind file-name-coding-system to
15775         nnmail-pathname-coding-system.
15776
15777         (nnml-request-article): Pass server argument to nnml-find-group-number.
15778         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15779         Pass server argument to nnml-possibly-create-directory.
15780         (nnml-request-accept-article): Pass server argument to
15781         nnml-active-number and nnml-save-mail.
15782         (nnml-find-group-number): Pass server argument to nnml-find-id.
15783         (nnml-request-update-info): Pass server argument to
15784         nnml-marks-changed-p.
15785
15786         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15787         (nnml-save-mail, nnml-active-number): Add server argument.
15788
15789         (nnml-request-delete-group): Warn if group is missing.
15790         (nnml-get-nov-buffer): Decode group name.
15791         (nnml-generate-active-info): Encode group name.
15792         (nnml-open-marks): Decode group name in messages.
15793
15794 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15797         if it is not specified.
15798         (gnus-article-pipe-part, gnus-article-save-part)
15799         (gnus-article-interactively-view-part, gnus-article-copy-part)
15800         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15801         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15802         (gnus-article-replace-part, gnus-article-delete-part)
15803         (gnus-article-view-part-as-type): Pass raw prefix argument to
15804         gnus-article-part-wrapper.
15805
15806 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * gnus-agent.el (gnus-agent-save-active):
15809         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15810
15811         * gnus-cache.el (gnus-cache-save-buffers)
15812         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15813         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15814         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15815         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15816         (gnus-cache-generate-active, gnus-cache-rename-group)
15817         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15818         (gnus-cache-update-overview-total-fetched-for):
15819         Bind file-name-coding-system to nnmail-pathname-coding-system.
15820         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15821         New variables.
15822         (gnus-cache-decoded-group-name): New function.
15823         (gnus-cache-file-name): Use it.
15824         (gnus-cache-generate-active): Use non-decoded group name for active.
15825
15826         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15827         right place.
15828         (gnus-write-active-file): Don't break non-ASCII group names.
15829
15830         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15831         nnmail-pathname-coding-system.
15832
15833         * lpath.el: Bind default-file-name-coding-system,
15834         file-name-coding-system and language-info-alist for XEmacs.
15835
15836         * gnus-uu.el (gnus-uu-decode-save): Typo.
15837
15838 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15841
15842 2007-07-14  David Kastrup  <dak@gnu.org>
15843
15844         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15845         finishing actions if we did not edit the article.
15846
15847 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15850         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15851         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15852         (gnus-agent-flush-group, gnus-agent-flush-cache)
15853         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15854         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15855         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15856         (gnus-agent-regenerate-group)
15857         (gnus-agent-update-files-total-fetched-for)
15858         (gnus-agent-update-view-total-fetched-for):
15859         Bind file-name-coding-system to nnmail-pathname-coding-system.
15860         (gnus-agent-group-pathname): Don't encode file names by
15861         nnmail-pathname-coding-system.
15862         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15863         coding-system-for-write instead of buffer-file-coding-system to
15864         gnus-agent-file-coding-system.
15865
15866         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15867         Decode group name.
15868
15869         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15870
15871         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15872         (gnus-read-newsrc-el-file): Make group names unibyte.
15873
15874         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15875         nnmail-pathname-coding-system.
15876
15877         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15878         (nnrss-request-delete-group): Bind file-name-coding-system to
15879         nnmail-pathname-coding-system.
15880         (nnrss-read-server-data, nnrss-read-group-data):
15881         Bind file-name-coding-system correctly.
15882         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15883
15884         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15885         (nntp-server-to-method-cache): New variable.
15886         (nntp-group-pathname): New function that decodes non-ASCII group names.
15887         (nntp-possibly-create-directory, nntp-marks-changed-p)
15888         (nntp-save-marks, nntp-open-marks): Use it.
15889         (nntp-possibly-create-directory, nntp-open-marks):
15890         Bind file-name-coding-system to nnmail-pathname-coding-system.
15891         (nntp-open-marks): Decode group names when bootstrapping marks.
15892
15893         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15894         Newsgroups and Followup-To headers.
15895
15896 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15899         (gnus-server-closed-face, gnus-server-denied-face)
15900         (gnus-server-offline-face): Remove variable.
15901         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15902
15903         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15904         of modifying message-stack directly for XEmacs.
15905
15906         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15907         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15908         if the coding-system argument is nil for XEmacs.
15909
15910         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15911         mm-charset-override-alist.
15912
15913         * rfc2047.el: Don't require base64; require rfc2045 for the function
15914         rfc2045-encode-string.
15915         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15916         to quote the parameter value.
15917
15918 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15921         form in gnus-group-name-charset-method-alist.
15922
15923         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15924         overrides the default layout edit-form.
15925
15926         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15927
15928         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15929
15930 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15933         as unfetched articles.
15934
15935 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15938
15939 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15942         original back end that keeps marks in the local system.
15943
15944 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15947         arg of pop-to-buffer for XEmacs.
15948         (gnus-article-read-summary-keys): Ditto; don't restore window
15949         configuration if summary command ends up with neither article buffer
15950         nor summary buffer; describe bindings if summary keys end with C-h.
15951
15952 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * message.el (message-fix-before-sending): Skip raw message part to be
15955         forwarded while checking illegible text.
15956         (message-forward-make-body-mime, message-forward-make-body):
15957         Mark signed or encrypted raw message as having no illegible text.
15958
15959 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15962         (gnus-message-with-timestamp-1): New macro.
15963         (gnus-message-with-timestamp): New function.
15964         (gnus-message): Use them.
15965
15966         * nnheader.el (nnheader-message): Use them.
15967
15968 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15969
15970         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15971         .newsrc.eld file.
15972
15973 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-agent.el (gnus-agent-fetch-headers)
15976         (gnus-agent-retrieve-headers):
15977         Bind gnus-decode-encoded-address-function to identity.
15978
15979         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15980         available also when the server returns simply a dot.
15981
15982         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15983
15984 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15987
15988 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-ems.el (gnus-x-splash): Make it work.
15991
15992         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15993         from being used.
15994
15995         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15996
15997 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16000         4th and the 5th arguments.
16001
16002         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16003         the front stickiness.
16004         (gnus-article-summary-command-nosave): Correct the order of the
16005         arguments passed to pop-to-buffer.
16006         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16007         summary command ends up with the article buffer.
16008
16009         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16010         the same faces.
16011
16012 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16013
16014         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16015
16016 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16017
16018         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16019         * gnus-sum.el (gnus-summary-highlight):
16020         * pgg.el (pgg-sign-region, pgg-sign):
16021         * mail-source.el (mail-source-delete-old-incoming-confirm):
16022         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16023
16024 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * gnus-art.el (gnus-mime-view-part-externally)
16027         (gnus-mime-view-part-internally): Fix predicate function passed to
16028         completing-read.
16029
16030         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16031
16032         * gnus.el (gnus-update-message-archive-method): Add :version.
16033
16034 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus.el (gnus-update-message-archive-method): New variable.
16037
16038         * gnus-start.el (gnus-setup-news): Update saved "archive" method
16039         according to gnus-message-archive-method if
16040         gnus-update-message-archive-method is non-nil.
16041
16042 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-sum.el (gnus-summary-limit-to-address): New function.
16045         Suggested by Loic Dachary <loic@dachary.org>.
16046         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16047
16048 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * message.el (message-pop-to-buffer): Add switch-function argument.
16051         (message-mail): Pass switch-function argument to it.
16052
16053 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16056         Improve doc string.
16057
16058 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16061         (gnus-header-content):
16062         * gnus-cite.el (gnus-cite-10):
16063         * gnus-srvr.el (gnus-server-closed):
16064         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16065         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16066         (gnus-group-mail-3-empty, gnus-group-mail-low)
16067         (gnus-group-mail-low-empty, gnus-splash):
16068         * message.el (message-header-to, message-header-cc)
16069         (message-header-subject, message-header-other, message-header-name)
16070         (message-header-xheader, message-separator, message-cited-text)
16071         (message-mml): Lighten colors of faces used for dark background.
16072
16073 2007-05-24  Simon Josefsson  <simon@josefsson.org>
16074
16075         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16076         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
16077
16078 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * message.el (message-narrow-to-headers-or-head):
16081         Ignore mail-header-separator in the body.
16082
16083 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16086         same as window size.
16087
16088 2007-05-22  Kevin Ryde  <user42@zip.com.au>
16089
16090         * message.el (message-font-lock-keywords): Use message-header-xheader
16091         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
16092         ahead of the anything pattern, to get it recognized.
16093
16094 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
16097         spam.el loads uses it in the compiled defadvice form.
16098
16099 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
16100
16101         * gnus-sum.el (gnus-articles-to-read)
16102         (gnus-summary-insert-old-articles): Don't truncate group name for
16103         `read-string'.
16104
16105         * gnus-util.el (gnus-limit-string): Delete this function.
16106
16107         * gnus-sum.el (gnus-simplify-subject-fully):
16108         Use `truncate-string-to-width' instead.
16109
16110 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
16111
16112         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16113         Tell if, on summary exit, the next group has to be selected.
16114         (gnus-summary-exit): Use it.
16115
16116 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * gnus-art.el (gnus-article-mode): Fix comment about displaying
16119         non-break space.
16120
16121 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16124         Check if group is not a directory.
16125         (nnfolder-request-expire-articles): Don't delete articles if the target
16126         group is not available.
16127
16128         * nnml.el (nnml-request-create-group): Properly check if group is not a
16129         file.
16130         (nnml-request-expire-articles): Don't delete articles if the target
16131         group is not available.
16132
16133         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16134         Don't quote characters that are within parentheses.
16135
16136 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16139         (gnus-handle-ephemeral-exit): Select article according to it.
16140
16141 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16142
16143         * message.el (message-insert-formated-citation-line): Remove newline.
16144         (message-citation-line-format): Add final \n here so that the user can
16145         avoid a blank line.
16146
16147 2007-05-03  Dan Christensen  <jdc@uwo.ca>
16148
16149         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16150         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16151         Update lanl/arXiv support.
16152
16153 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * gnus.el: Bump version number.
16156
16157 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16158
16159         * gnus.el (gnus-version-number): Bump version.
16160
16161 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16162
16163         * gnus.el: No Gnus v0.6 is released.
16164
16165 2007-04-27  Didier Verna  <didier@xemacs.org>
16166
16167         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16168         * gmm-utils.el (gmm-regexp-concat): ... here.
16169         * message.el: Don't require 'gnus-util.
16170         (message-dont-reply-to-names): Handle name change above.
16171         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16172
16173 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16176         since the initial value varies according to the system.
16177
16178 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16181
16182 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16183
16184         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16185
16186 2007-04-24  Didier Verna  <didier@xemacs.org>
16187
16188         Improve the type of gnus-ignored-from-addresses.
16189         * gnus-util.el (gnus-orify-regexp): New function.
16190         * message.el (gnus-util): Require it.
16191         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16192         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16193         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16194
16195 2007-04-24  Didier Verna  <didier@xemacs.org>
16196
16197         * gnus-sum.el:
16198         * gnus-utils.el: Fix some trailing whitespaces.
16199
16200 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16203         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16204         article's Message-ID; refer parent article in summary buffer.
16205
16206         * message.el (message-bounce): Call mime-to-mml.
16207
16208         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16209         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16210         optimize and/or forms properly.
16211
16212 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16215         URL.
16216
16217 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16218
16219         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16220
16221 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16224         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16225         displayed of multipart/alternative part if it is invoked from summary
16226         buffer.
16227
16228         * mm-view.el (mm-inline-text-html-render-with-w3m)
16229         (mm-inline-text-html-render-with-w3m-standalone)
16230         (mm-inline-render-with-function): Use mail-parse-charset by default.
16231
16232 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16233
16234         * parse-time.el (parse-time-string-chars): Check if CHAR
16235         is less than the length of parse-time-syntax.
16236
16237 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16240         from gnus-newsgroup-processable.
16241
16242 2007-04-16  Didier Verna  <didier@xemacs.org>
16243
16244         * gnus-msg.el (gnus-configure-posting-styles):
16245         Handle message-signature-directory properly with :file syntax.
16246         Reported by "Leo".
16247
16248 2007-04-11  Didier Verna  <didier@xemacs.org>
16249
16250         New user option: message-signature-directory.
16251         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16252         * message.el (message-insert-signature): Ditto.
16253         * message.el (message-signature-file): Doc update.
16254         * message.el (message-signature-directory): New.
16255
16256 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * gnus-msg.el (gnus-inews-yank-articles):
16259         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16260
16261 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * message.el (message-yank-original): Make sure cited text ends with
16264         newline; don't exchange point and mark.
16265
16266 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16267
16268         * tls.el (open-tls-stream): Properly handle case where there
16269         is no associated buffer.
16270
16271 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16272
16273         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16274         message-yank-original, make sure (< mark TEXT point).
16275
16276 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * message.el (message-fill-column): New variable.
16279         (message-mode): Use it.  Add comment on a possible new hook.
16280
16281         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16282         (nnmail-get-new-mail): Reformat.
16283
16284         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16285
16286         * gmm-utils.el: Fix Commentary.
16287         (gmm-tool-bar-from-list): Fix typo in doc string.
16288
16289 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16290
16291         * message.el (message-yank-original): Don't switch point and mark
16292         unnecessarily to put point and mark as documented.
16293
16294 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16295
16296         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16297         from the message heads.
16298
16299 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16300
16301         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16302         article buffer does not have a window.  This may not be the best
16303         solution but is certainly better than setting the start of the null,
16304         that is the current, window.
16305
16306 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16309         (gnus-draft-setup): Run it.
16310
16311         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16312         gnus-score-fast-scoring.  Allow regexp.
16313         (gnus-score-headers): Use it.
16314
16315         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16316         XEmacs.
16317
16318         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16319         string.
16320         (gnus-button-alist): Also catch `<f1> k ...'.
16321         (gnus-treat-display-x-face): Fix doc string.
16322
16323 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16324
16325         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16326         evaluation of gnus-extended-version to ensure correct generation of the
16327         User-Agent header when message-generate-headers-first is used.
16328
16329 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16330
16331         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16332         hashcash-path is nil.  Don't call callback with incorrect number of
16333         parameters if val is 0.
16334
16335 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16336
16337         * message.el (message-required-news-headers):
16338         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16339
16340 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16341
16342         * tls.el (open-tls-stream): In handshake-waiting loop,
16343         don't wait more if there is output available to process.
16344
16345 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16346
16347         * tls.el (tls-program): Doc fix.
16348
16349 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * message.el (message-generate-new-buffers): Change the meaning of the
16352         nil value; add `standard' to the choices; treat t as `unique'; improve
16353         doc string.
16354         (gnus-select-frame-set-input-focus): Autoload.
16355         (message-buffer-name): Search for the existing message buffer if
16356         message-generate-new-buffers is nil or `standard'; treat the value t of
16357         message-generate-new-buffers as `unique'.
16358         (message-pop-to-buffer): Raise the frame already displaying the message
16359         buffer; clear the echo area after querying.
16360         (message-setup): Pass the `continue' argument to compose-mail.
16361         (message-mail): Prefer `switch-function' if it is given; search for the
16362         existing message buffer if the `continue' argument is non-nil; pass
16363         continue and switch-function arguments to compose-mail by way of
16364         message-setup.
16365         (message-mail-other-window): Adjust argument of message-setup.
16366         (message-mail-other-frame): Ditto.
16367
16368 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16371         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16372         to turn font-lock on when turning gnus-message-citation-mode on.
16373
16374 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16375
16376         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16377         (mml-smime-function-alist): New variable; add epg as the backend.
16378         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16379         mml-smime- functions instead.
16380         * mm-view.el: Require smime.
16381
16382 2007-03-05  Didier Verna  <didier@xemacs.org>
16383
16384         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16385         instead of just inheritance for posting styles.
16386         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16387
16388 2007-02-24  Chris Moore  <dooglus@gmail.com>
16389
16390         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16391         * pgg-pgp.el (pgg-pgp-encrypt-region):
16392         * pgg-gpg.el (pgg-gpg-encrypt-region):
16393         Check pgg-encrypt-for-me if no other recipients.
16394
16395 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16396
16397         * tls.el (tls-certtool-program): Fix custom type.
16398
16399 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16402         and point-at-eol instead of line-(beginning|end)-position.
16403
16404         * assistant.el (assistant-parse-buffer): Ditto.
16405
16406         * netrc.el (netrc-parse-services): Ditto.
16407
16408 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16409
16410         * mml2015.el (mml2015-epg-find-usable-key): New function.
16411         (mml2015-epg-sign): Use it.
16412         (mml2015-epg-encrypt): Use it.
16413
16414 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * message.el (message-make-in-reply-to): Quote name containing
16417         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16418         if there are special characters.  Reported by NAKAJI Hiroyuki
16419         <nakaji@jp.freebsd.org>.
16420
16421 2007-02-27  Didier Verna  <didier@xemacs.org>
16422
16423         Include the group parameters as well as the topic ones in the
16424         inheritance filter process.
16425         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16426         argument GROUP-PARAMS-LIST.
16427         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16428
16429 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * nntp.el (nntp-never-echoes-commands)
16432         (nntp-open-connection-functions-never-echo-commands): New variables.
16433         (nntp-send-command): Use them.
16434
16435 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16436
16437         * mml2015.el (mml2015-epg-verify): Simplify.
16438
16439 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * mml.el (mml-content-disposition-alist): New user option.
16442         (mml-content-disposition): New function.
16443         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16444         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16445
16446 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16447
16448         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16449         verification.
16450
16451 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16452
16453         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16454         articles posted in the last 24 hours.
16455
16456 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16457
16458         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16459
16460 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16461
16462         * nntp.el (nntp-send-command): Don't wait for echoes when
16463         nntp-open-ssl-stream is used.
16464
16465 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16468         (gnus-message-add-citation-keywords)
16469         (gnus-message-remove-citation-keywords): Remove.
16470         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16471         directly, make the variables in font-lock-defaults buffer-local, add
16472         gnus-message-citation-keywords to them and then update the value of
16473         font-lock-keywords.
16474
16475 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * message.el (message-cite-original-1): Don't call
16478         gnus-article-highlight-citation.
16479
16480         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16481         citations; fix line count.
16482
16483 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16486         (gnus-message-add-citation-keywords)
16487         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16488         versions of font-lock-add-keywords and font-lock-remove-keywords to
16489         work with XEmacs correctly.
16490
16491 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * gnus-cite.el (gnus-cite-face-list): Set the values of
16494         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16495         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16496         (gnus-message-cite-prefix-regexp): New variable.
16497         (gnus-message-search-citation-line): Use it; protect against long
16498         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16499         the 0th match data for Emacs.
16500         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16501         (gnus-message-add-citation-keywords): Append keywords rather than
16502         prepending; emulate font-lock-add-keywords if it is not available.
16503         (gnus-message-remove-citation-keywords):
16504         Emulate font-lock-remove-keywords if it is not available.
16505
16506         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16507
16508         * message.el (message-cite-prefix-regexp): Set the value of
16509         gnus-message-cite-prefix-regexp.
16510
16511 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16512
16513         * nnweb.el (nnweb-google-parse-1): Update parser.
16514
16515 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16516
16517         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16518
16519 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16520
16521         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16522         regexp.
16523
16524 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16527         string-to-multibyte.
16528         (uudecode-decode-region-internal): Use it.
16529
16530         * lpath.el: Fbind string-as-multibyte for XEmacs.
16531
16532 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16535         Fix custom choice.
16536
16537         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16538
16539 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16540
16541         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16542
16543         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16544         `write-region' to respect `mm-inhibit-file-name-handlers'.
16545
16546 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16547
16548         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16549         Use gnus-home-directory instead of "~/" or "$HOME".
16550
16551 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16552
16553         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16554         to mention filename.
16555         Add comments at beginning regarding usage.
16556         (encrypt-write-file-contents): Change interactive so a string is
16557         acceptable.  If the file has no associated model, show an error instead
16558         of a nonsense prompt.
16559
16560 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16561
16562         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16563         Thanks to Yoshihiko Yamada for kind notification of this typo.
16564
16565 2007-01-12  Kenichi Handa  <handa@m17n.org>
16566
16567         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16568         multibyte buffer.
16569
16570 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * gnus-score.el (gnus-score-fast-scoring): New variable.
16573         (gnus-score-headers): Use it.
16574
16575         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16576
16577         * message.el (message-cite-original-1):
16578         Call gnus-article-highlight-citation if requested.
16579         (message-make-from): Allow name and address as optional arguments.
16580
16581         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16582
16583         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16584         bugs to doc string.
16585         (gnus-button-alist): Add mid\\|message-id.
16586         (gnus-button-fetch-group): Extend for use in
16587         `browse-url-browser-function'.
16588         (gnus-button-url-regexp): Try to catch paired parentheses like in
16589         Wikipedia URLs.
16590
16591         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16592         Suggested by Simon Krahnke <overlord@gmx.li>.
16593
16594 2007-01-13  Romain Francoise  <romain@orebokech.com>
16595
16596         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16597         Update copyright.
16598
16599 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16600
16601         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16602
16603 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16604
16605         * gnus-registry.el (gnus-registry-unfollowed-groups)
16606         (gnus-registry-split-fancy-with-parent): Fix documentation.
16607
16608 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16609
16610         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16611         from nnweb groups.
16612
16613 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16614
16615         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16616         Xref urls.  Erase buffer before requesting head.
16617
16618         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16619
16620 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16623         customizable.
16624
16625 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16626
16627         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16628         no signing key is found.
16629         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16630         no encrypting and/or signing key is found.
16631
16632 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16635
16636 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16637
16638         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16639         headers read from disk with the ones newly found in the current search.
16640         This should no longer cause problems, because the article numbers in
16641         Gmane's `nov.php' output are ignored since the previous change.
16642
16643 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16644
16645         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16646
16647 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16650         replace-regexp-in-string; bind url-version; fbind display-images-p and
16651         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16652         find-face and set-itimer-function for Emacs; bind itimer-list for
16653         Emacs.
16654
16655         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16656
16657 2007-01-01  Romain Francoise  <romain@orebokech.com>
16658
16659         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16660
16661 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16662
16663         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16664         `define-minor-mode' macro definition expanded properly.
16665         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16666         exclude it there.
16667
16668         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16669         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16670         `fboundp' test.
16671         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16672         This is OK to autoload in (S)XEmacs now.
16673
16674 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16675
16676         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16677         keystroke.
16678         (gnus-summary-limit-to-singletons): Fix typo.
16679
16680         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16681         else fails.
16682
16683 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16684
16685         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16686         docstring.
16687
16688         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16689         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16690         (gnus-summary-insert-dormant-articles): Fix typo in message.
16691
16692 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16693
16694         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16695         nil for XEmacs.
16696         (gnus-message-citation-mode): Don't autoload in XEmacs.
16697
16698         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16699
16700 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16701
16702         * nnimap.el (nnimap-expunge-search-string):
16703         Mention nnimap-search-uids-not-since-is-evil in docstring.
16704
16705 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16706
16707         * spam.el: Revert to make-obsolete-variable because
16708         define-obsolete-variable-alias is not supported in Emacs 21.
16709
16710         * spam.el (spam-ifile-path, spam-ifile-database-path)
16711         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16712         make-obsolete-variable.
16713         (spam-bsfilter-path, spam-bsfilter-program)
16714         (spam-spamassassin-path, spam-spamassassin-program)
16715         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16716         Don't use "path" inappropriately.
16717         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16718         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16719         variable names.
16720
16721 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16722
16723         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16724         summary buffer.
16725
16726         * password.el (password-cache-remove): Use clear-string to burn
16727         password, if available.
16728
16729 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16730
16731         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16732
16733         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16734
16735         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16736         (gnus-message-highlight-citation): Move defcustom here from
16737         gnus-cite.el.
16738         (gnus-message-citation-mode): Autoload.
16739
16740         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16741         checks to make it compile with XEmacs.
16742         (gnus-message-citation-mode): New minor mode.
16743         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16744         (gnus-message-highlight-citation): New variables.
16745         (gnus-message-search-citation-line)
16746         (gnus-message-add-citation-keywords)
16747         (gnus-message-remove-citation-keywords)
16748         (turn-on-gnus-message-citation-mode)
16749         (turn-off-gnus-message-citation-mode): New functions.
16750
16751 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16752
16753         * gnus-cite.el: Enable highlighting of different citation levels in
16754         message-mode.
16755
16756 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16757
16758         * message.el (message-make-fqdn): Fix comment.
16759         (message-bogus-system-names): Add ".local".
16760
16761         * spam.el (spam-ifile-path, spam-ifile-program)
16762         (spam-ifile-database-path, spam-ifile-database)
16763         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16764         Don't use "path" inappropriately.
16765         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16766         strings.
16767         (spam-check-ifile, spam-ifile-register-with-ifile)
16768         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16769         Use new variable names.
16770
16771         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16772         (gnus-treat-display-smileys): Simplify using
16773         gnus-image-type-available-p.
16774
16775         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16776         available.
16777
16778         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16779         Use `display-images-p' if available.
16780
16781 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16784         one after turning on the buffer's multibyteness instead of decoding
16785         them directly in the unibyte buffer that causes unexpected conversion
16786         in Emacs 23 (unicode).
16787
16788 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16789
16790         * message.el (message-generate-hashcash): Fix custom type.
16791
16792 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16793
16794         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16795
16796 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16799         disconnect icons.  Add help text.
16800
16801 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16802
16803         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16804         negated to be consistent with the others we handle.
16805
16806 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16807
16808         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16809         version of gnus-summary-buffer to something, so that we can use two
16810         article buffers at the same time.
16811
16812 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16813
16814         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16815         trigger all the extra headers.
16816         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16817         sorting.
16818
16819 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16820
16821         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16822         solid groups.
16823
16824 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16825
16826         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16827
16828 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16829
16830         * legacy-gnus-agent.el: Add Copyright notice.
16831
16832 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16833
16834         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16835
16836 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16837
16838         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16839
16840         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16841         to make it work reliably in CVS Emacs.
16842         (gnus-summary-limit-strange-charsets-predicate)
16843         (gnus-summary-limit-to-predicate): New functions.
16844
16845 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16846
16847         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16848         specifying array size.
16849         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16850         array if it is too small.
16851         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16852         (gnus-sort-threads-loop): New function.
16853
16854 2006-12-06  Chris Moore  <dooglus@gmail.com>
16855
16856         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16857         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16858
16859 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16860
16861         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16862         options.
16863
16864 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16865
16866         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16867         DOS-ing the recipient.
16868
16869         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16870         the headers when creating the mapping to avoid mismappings.
16871         (nnweb-gmane-create-mapping): Always nix out old mapping.
16872
16873 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16876         and mm-verify-option to never.
16877
16878 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * message.el (message-signed-or-encrypted-p): New function.
16881         (message-forward-make-body): Use it.
16882
16883         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16884         Replace encode-coding-string with mm-encode-coding-string.
16885
16886 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * nneething.el (nneething-decode-file-name):
16889         Replace decode-coding-string with mm-decode-coding-string.
16890
16891         * gnus-int.el (gnus-open-server): Say failed server's name.
16892
16893 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16894
16895         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16896         strings to a single string.  Quote `errors-file-name'.
16897         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16898         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16899         Adjust calls.  Use `shell-quote-argument'.
16900
16901 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16902
16903         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16904         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16905
16906         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16907         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16908         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16909         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16910         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16911         (gnus-subscribe-newsgroup, gnus-1):
16912         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16913         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16914         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16915         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16916
16917 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16918
16919         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16920         keystroke.
16921         (gnus-summary-limit-to-bodies): Implement headersp.
16922
16923 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16924
16925         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16926
16927 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16930
16931 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * message.el (message-generate-hashcash): Expand range of values to
16934         include `opportunistic'.
16935         (message-send-mail): Use it.
16936
16937 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16938
16939         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16940         and comment it.
16941
16942         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16943
16944 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * gnus-util.el (gnus-extract-address-components): Improve comment.
16947
16948 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16949
16950         * gnus-util.el (gnus-extract-address-components): Work with address in
16951         which the name portion contains @.
16952
16953         * lpath.el: Fbind custom-autoload.
16954
16955 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16956
16957         * gnus.el (gnus-start): Move custom group up.
16958         (gnus-select-method): Don't autoload, but make it available for
16959         `customize-variable'.
16960         (gnus-getenv-nntpserver): Don't autoload.
16961
16962 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16963
16964         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16965
16966 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * message.el (message-sendmail-extra-arguments): New variable.
16969         (message-send-mail-with-sendmail): Use it.
16970
16971 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16974         mm-with-unibyte-current-buffer to make string unibyte.
16975
16976         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16977         mm-string-as-multibyte.
16978
16979 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16980
16981         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16982         Reported by Werner Koch <wk@gnupg.org>.
16983
16984 2006-11-14  Daiki Ueno  <ueno@p360>
16985
16986         * mml2015.el: Autoload epa-select-keys when compiling.
16987
16988 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16989
16990         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16991         message-options.
16992         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16993
16994 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16995
16996         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16997         EasyPG (< 0.0.6).
16998         (mml2015-always-trust): New user option.
16999         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17000         prompt.
17001
17002 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * nntp.el (nntp-authinfo-force): New variable.
17005         (nntp-send-authinfo): Use it.
17006
17007 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17008
17009         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17010         decode encoded words.  Improve prompt.  Add comment about forwarding.
17011         (message-replacement-char): Move up.
17012
17013 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17014
17015         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17016         instead of gnus-intersection because arguments of gnus-sorted-nunion
17017         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17018
17019 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
17020
17021         * message.el (message-strip-subject-encoded-words): Reformat prompt.
17022         (message-simplify-subject-functions):
17023         Enable message-strip-subject-encoded-words by default.
17024
17025 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * message.el (message-strip-subject-encoded-words): New function.
17028         (message-simplify-subject-functions): New variable.
17029         (message-simplify-subject): Use it.  Fix typo in doc string.
17030         Support message-strip-subject-encoded-words.
17031
17032 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
17033
17034         * gnus-diary.el (gnus-diary-delay-format-function):
17035         * nndiary.el (nndiary-reminders):
17036         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17037
17038 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17039
17040         * gnus-art.el (article-hide-boring-headers): Fetch date from
17041         gnus-original-article-buffer to avoid problems with localized date
17042         strings.
17043
17044 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17047
17048 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
17049
17050         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17051         New variables.
17052         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17053         (mm-charset-synonym-alist): Move some entries to
17054         mm-codepage-iso-8859-list.
17055         (mm-charset-synonym-alist, mm-charset-override-alist):
17056         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17057
17058 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17061
17062 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17063
17064         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17065         with Emacs 21 and XEmacs.
17066
17067 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
17068
17069         * spam.el (spam-parse-address): New function for better parsing,
17070         catching errors, etc.
17071         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17072
17073 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17074
17075         * mm-view.el: Add interactive arg to html2text autoload.
17076
17077 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17080
17081 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
17082
17083         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17084         New variables.
17085         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17086         (mm-charset-synonym-alist): Move some entries to
17087         mm-codepage-iso-8859-list.
17088
17089         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17090
17091 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * message.el (message-citation-line-format)
17094         (message-insert-formated-citation-line): Fix implementation of %E, %N
17095         and %n according to the doc string.
17096
17097 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
17098
17099         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17100         Use car-safe to avoid bad parses.
17101
17102 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17105         names.
17106
17107         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17108
17109 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17112         header.
17113
17114         * message.el (message-draft-headers): Add Date.
17115         (message-headers-to-generate): Fix typo in docstring.
17116
17117         * nndraft.el (nndraft-required-headers): New variable.
17118         (nndraft-generate-headers): Use it.
17119
17120         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17121
17122 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17123
17124         * gnus-registry.el (gnus-registry-wash-for-keywords)
17125         (gnus-registry-find-keywords): New functions to allow easy searching of
17126         articles that are in the registry.
17127
17128 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
17129
17130         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17131         Use ietf-drums-parse-address instead of gnus-extract-address-components.
17132         Reported by Damien Elmes <damien@repose.cx>.
17133
17134 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17135
17136         * gnus.el (gnus-mime): Remove unused custom group.
17137
17138 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17139
17140         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17141         "blank line" when searching for end of armor headers.
17142
17143 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * gmm-utils.el (gmm-write-region): Fix variable name.
17146
17147 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * gmm-utils.el (gmm-write-region): New function based on compatibility
17150         code from `mm-make-temp-file'.
17151
17152         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17153
17154         * nnmaildir.el (nnmaildir--update-nov)
17155         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17156         Use `gmm-write-region'.
17157
17158 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17159
17160         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17161         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17162
17163         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17164
17165         * message.el (message-replacement-char): New variable.
17166         (message-fix-before-sending): Use it.
17167         (message-simplify-subject): New function to remove duplicate code.
17168         (message-reply, message-followup): Use it.
17169
17170         * gnus-sum.el (gnus-summary-make-menu-bar):
17171         Clarify gnus-summary-limit-to-articles.
17172
17173 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * gnus-util.el (gnus-with-local-quit): New macro.
17176
17177         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17178
17179 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17180
17181         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17182         ignore non-string data.
17183
17184 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17185
17186         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17187         non-string data (needs to be done in the registry too).
17188
17189 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17190
17191         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17192         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17193         (gnus-registry-split-fancy-with-parent)
17194         (gnus-registry-fetch-simplified-message-subject-fast)
17195         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17196         Remove text properties on ingress into the registry and when it's saved.
17197         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17198         registry from entries with no groups.
17199
17200 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17201
17202         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17203         function to remove string properties.
17204
17205 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * gmm-utils.el (gmm): Adjust custom version.
17208
17209         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17210         Adjust custom version.
17211
17212         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17213
17214 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17215
17216         * gnus-art.el (gnus-insert-prev-page-button)
17217         (gnus-insert-next-page-button): Simplify.  Reformat.
17218
17219 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17220
17221         * gnus-art.el (gnus-insert-prev-page-button)
17222         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17223
17224 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17225
17226         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17227
17228 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17229
17230         * gnus-art.el (gnus-insert-mime-button)
17231         (gnus-insert-mime-security-button):
17232         Apply gnus-article-button-face to MIME and security buttons.
17233
17234 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17235
17236         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17237         readable.
17238
17239 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17242
17243 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17244
17245         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17246         `browse-url-of-file' instead of `browse-url'.
17247
17248 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17249
17250         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17251         regexp.  Articles containing quotation were cut prematurely.
17252
17253 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * message.el (message-cite-original-1): Use nobody by default for the
17256         value of From header.
17257         (message-reply): Ditto.
17258
17259 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17260
17261         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17262         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17263         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17264
17265 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17268         mails in the doc string.  Add some URLs in comment.
17269         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17270
17271 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17272
17273         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17274         backslashes handling and the way to find boundaries of quoted strings.
17275
17276 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17277
17278         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17279         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17280         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17281         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17282
17283 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17286         doc string.
17287         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17288
17289 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * lpath.el: Fbind epg-check-configuration.
17292
17293 2006-09-06  Simon Josefsson  <jas@extundo.com>
17294
17295         * mml2015.el (mml2015-use): Doc fix, mention epg.
17296
17297 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17298
17299         * mml2015.el (mml2015-use): Default to epg, if available.
17300
17301 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17302
17303         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17304         message-sender.
17305         (mml1991-epg-encrypt): Ditto.
17306         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17307         message-sender.
17308         (mml2015-epg-encrypt): Ditto.
17309
17310 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17311
17312         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17313         several common directories.
17314
17315 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17316
17317         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17318         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17319
17320 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * gnus-art.el (article-decode-encoded-words): Make it fast.
17323
17324 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17327
17328         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17329         in quoted string into `\'.
17330
17331 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17334         Use standard-syntax-table.
17335
17336 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * gnus-art.el (gnus-decode-address-function): New variable.
17339         (article-decode-encoded-words): Use it to decode headers which are
17340         assumed to contain addresses.
17341         (gnus-mime-delete-part): Remove useless `or'.
17342
17343         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17344         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17345         (gnus-nov-parse-line): Use it to decode From header.
17346         (gnus-get-newsgroup-headers): Ditto.
17347         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17348
17349         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17350         (mail-decode-encoded-address-string): New alias.
17351
17352         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17353         New function.
17354         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17355         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17356         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17357         (rfc2047-decode-string): Ditto.
17358         (rfc2047-decode-address-region): New function.
17359         (rfc2047-decode-address-string): New function.
17360
17361 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * message.el (message-caesar-buffer-body): Allow rotating headers.
17364
17365         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17366
17367         * message.el (message-insert-formated-citation-line): Fix %f.
17368         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17369
17370 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17373         (gnus-bookmark-mouse-available-p): New macro.
17374         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17375         (gnus-bookmark-bmenu-show-infos): Use it.
17376         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17377         (gnus-bookmark-bmenu-hide-infos): Ditto.
17378         (gnus-bookmark-remove-properties): New function.
17379         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17380         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17381         (gnus-bookmark-write-file): Bind coding-system-for-write.
17382         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17383         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17384         group before selecting it.
17385         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17386         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17387         quit-window if it is not available; use gnus-mouse-2 and bind it to
17388         gnus-bookmark-bmenu-select-by-mouse.
17389         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17390         (gnus-bookmark-bmenu-select-by-mouse): New function.
17391
17392 2006-08-13  Romain Francoise  <romain@orebokech.com>
17393
17394         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17395         space.
17396
17397 2006-08-10  Romain Francoise  <romain@orebokech.com>
17398
17399         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17400         (dns-mode-soa-auto-increment-serial): New user option.
17401         (dns-mode-soa-maybe-increment-serial): New function.
17402         (dns-mode): Add the latter to `write-contents-functions'.
17403
17404 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * compface.el (uncompface): Use binary rather than raw-text-unix.
17407
17408 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * compface.el (uncompface): Make sure the eol conversion doesn't take
17411         place when communicating with the external programs.
17412         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17413
17414 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17417
17418 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17419
17420         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17421         Make it more robust by parsing author and date independently.
17422
17423 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17424
17425         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17426
17427 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17428
17429         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17430         first matching secret key.
17431         (mml2015-epg-encrypt): Ditto.
17432
17433         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17434         first matching secret key.
17435         (mml1991-epg-encrypt): Ditto.
17436
17437         * mml2015.el (mml2015-encrypt-to-self): New user option.
17438         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17439         mml2015-epg-encrypt-to-self is set.
17440
17441         * mml1991.el (mml1991-encrypt-to-self): New variable.
17442         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17443         mml1991-epg-encrypt-to-self is set.
17444
17445         * mml2015.el (mml2015-signers): New user option.
17446         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17447         (mml2015-epg-encrypt): Allow to select signing keys.
17448
17449         * mml1991.el (mml1991-signers): New variable.
17450         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17451         (mml1991-epg-encrypt): Allow to select signing keys.
17452
17453 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * nnheader.el (nnheader-insert-head): Make it work even if the file
17456         uses CRLF for the line-break code.
17457
17458 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17459
17460         * mml2015.el: Require mml-sec instead of password.
17461         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17462         (mml2015-cache-passphrase): Inherit the default value from
17463         mml-secure-cache-passphrase.
17464         (mml2015-passphrase-cache-expiry): Inherit the default value from
17465         mml-secure-passphrase-cache-expiry.
17466
17467         * mml1991.el: Require mml-sec instead of password.
17468         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17469         (mml1991-cache-passphrase): Inherit the default value from
17470         mml-secure-cache-passphrase.
17471         (mml1991-passphrase-cache-expiry): Inherit the default value from
17472         mml-secure-passphrase-cache-expiry.
17473
17474         * mml-sec.el: Require password.
17475         (mml-secure-verbose): New user option.
17476         (mml-secure-cache-passphrase): New user option.
17477         (mml-secure-passphrase-cache-expiry): New user option.
17478
17479 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17480             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17481
17482         * pgg-def.el (pgg-truncate-key-identifier):
17483         Truncate the key ID to 8 letters from the end.
17484
17485 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17486
17487         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17488         workaround for the url package included with Emacs.
17489
17490         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17491
17492 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17493
17494         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17495         correctly.  This fixes a bug caused by the 2006-05-12 change.
17496
17497 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17498
17499         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17500         some information about the error when saying that the `bogus' mail
17501         group will be used.
17502
17503 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17506         string.
17507
17508 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17509
17510         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17511
17512 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17513
17514         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17515
17516 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17517
17518         * mml1991.el (mml1991-function-alist): Add epg.
17519         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17520         (mml1991-epg-encrypt): New functions.
17521
17522 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17523
17524         * mml2015.el (mml2015-verbose): New variable.
17525         (mml2015-cache-passphrase): Ditto.
17526         (mml2015-passphrase-cache-expiry): Ditto.
17527         (mml2015-function-alist): Add epg.
17528         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17529         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17530         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17531         New functions.
17532
17533 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17534
17535         * message.el (message-cite-original-1): Preserve region when removing
17536         quoted text due to X-No-Archive in order to avoid bogus attribution
17537         when citing multiple messages.
17538
17539 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17540
17541         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17542         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17543
17544 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17545
17546         * gnus-diary.el (gnus-user-format-function-d)
17547         (gnus-user-format-function-D): Autoload.
17548
17549         * imap.el (Commentary): Fix typo.
17550
17551         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17552         2006-04-22 contribution.
17553
17554 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17555
17556         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17557         It didn't really fix the bogosity I'm seeing with solid web groups.
17558
17559 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17560
17561         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17562         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17563         created using server names.  If we use the feature without declaring
17564         it, Gnus does not properly manage server and group state.
17565
17566         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17567         bound.
17568
17569 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17570
17571         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17572         looking up the method using GROUP's prefix before inventing a new one.
17573         It is used on killed/unknown groups in various places where returning
17574         an all-new method isn't expected by the caller.
17575
17576         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17577         and match semantics of gnus-group-real-prefix.
17578
17579 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17580
17581         * nnmail.el (nnmail-broken-references-mailers): New variable.
17582         (nnmail-ignore-broken-references): New function generalizing
17583         nnmail-fix-eudora-headers.
17584         (nnmail-fix-eudora-headers): Now obsolete.
17585
17586         * gnus-art.el (gnus-button-handle-custom):
17587         Support `customize-apropos*'.
17588
17589 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17590
17591         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17592
17593         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17594         articles.
17595
17596 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17597
17598         * message.el (message-cite-reply-above): New variable.
17599         (message-yank-original): Use it.
17600
17601 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17604
17605 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17606
17607         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17608         as read.
17609
17610         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17611
17612 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17615         (gnus-bookmark-default-file): Use gnus-directory.
17616         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17617         Remove "*" in doc string.
17618         (gnus-bookmark-write-file): Simplify.
17619         (gnus-bookmark-maybe-sort-alist): Use `when'.
17620         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17621         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17622         Add FIXME about Emacs 21 and XEmacs compatibility.
17623         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17624         compatibility.
17625         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17626         compatibility.
17627         (gnus-bookmark-menu-heading): Fix version.
17628
17629 2006-06-19  Bastien Guerry  <bzg@altern.org>
17630
17631         * gnus-bookmark.el: New file.
17632
17633 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17634
17635         * message.el (message-syntax-checks): Doc fix.
17636
17637 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17638
17639         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17640         unsubscribed groups as if they were killed ones.  It causes duplicate
17641         entries in gnus-newsrc-alist.
17642
17643 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * message.el (message-syntax-checks): Doc fix.
17646         (message-send-mail): Add check for continuation headers.
17647         (message-check-news-header-syntax): Fix regexp used to check for
17648         continuation headers.
17649
17650 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17653
17654 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17655
17656         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17657
17658 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17661         default-truncate-lines.
17662
17663 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17666         to fill the utf-8 entry.
17667
17668         * lpath.el: Fbind unicode-precedence-list.
17669
17670 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17671
17672         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17673
17674 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17675
17676         * gnus-agent.el (directory-files-and-attributes): Move all the way
17677         forward (the third and final move).
17678         (gnus-agent-read-agentview): Trap reconstruction errors due to
17679         nonexistent directory.  Handle by returning nil.
17680
17681 2006-05-30  Didier Verna  <didier@xemacs.org>
17682
17683         * message.el (message-dont-reply-to-names): Update the custom type.
17684         * message.el (message-dont-reply-to-names): New defsubst: potentially
17685         convert a list of regexps into a single one.
17686         * message.el (message-get-reply-headers): Use it.
17687         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17688
17689 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * gnus-agent.el (directory-files-and-attributes): Move forward.
17692
17693 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17694
17695         * gnus-ml.el (gnus-mailing-list-subscribe)
17696         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17697         (gnus-mailing-list-message): Fix doc strings.
17698
17699 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17700
17701         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17702         of doing it manually.
17703
17704 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17705
17706         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17707         comment.
17708
17709 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17710
17711         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17712         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17713         (gnus-agent-read-local): All symbols allocated in my-obarray.
17714         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17715         (gnus-agent-regenerate-group): Check numeric names to see if they are
17716         messages or groups.
17717         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17718         better way of do this...)
17719
17720         * gnus-cache.el (gnus-agent-total-fetched-for):
17721         Ignore 'dummy.group' (there should be a better way of do this...)
17722
17723 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17726         (gnus-saved-headers): Ditto.
17727         (gnus-default-article-saver): Mention functions may have properties.
17728         (gnus-article-save): Override gnus-save-all-headers and
17729         gnus-saved-headers by :headers property which saver function may have.
17730         (gnus-summary-save-in-file): Add :headers property.
17731         (gnus-summary-write-to-file): Ditto.
17732
17733         * gnus-sum.el (gnus-summary-save-article): Bind
17734         gnus-prompt-before-saving to t when saving many articles in a file;
17735         always show all headers.
17736
17737         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17738
17739 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17742         marks.
17743
17744         * message.el (message-indent-citation): Add optional arguments to allow
17745         using it outside of message buffers.
17746
17747         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17748         (gnus-article-treat-unfold-headers): Use it.
17749         (gnus-article-truncate-lines): New variable.
17750         (gnus-article-mode): Use it.
17751         (gnus-article-toggle-truncate-lines): New function.
17752
17753         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17754         Add gnus-article-toggle-truncate-lines.
17755
17756         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17757         coding system in XEmacs, use binary.
17758
17759 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17762         after-load-alist.
17763
17764         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17765         this function should save decoded articles.
17766         (gnus-summary-write-to-file): Use property to specify this function
17767         should save decoded articles and specify gnus-summary-save-in-file
17768         should be used to save articles other than the first one when saving
17769         many articles.
17770         (gnus-summary-save-body-in-file): Use property to specify this
17771         function should save decoded articles.
17772         (gnus-summary-write-body-to-file): Use property to specify this
17773         function should save decoded articles and specify
17774         gnus-summary-save-body-in-file should be used to save articles other
17775         than the first one when saving many articles.
17776
17777         * gnus-sum.el (gnus-summary-save-article): Simplify.
17778
17779 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * gnus-art.el (gnus-default-article-saver):
17782         Add gnus-summary-write-body-to-file.
17783         (gnus-article-save-coding-system): Don't use coding system object
17784         in XEmacs.
17785         (gnus-read-save-file-name): Add optional `dir-var' argument which
17786         specifies directory in which files are saved; work even if optional
17787         `variable' argument is not specified.
17788         (gnus-summary-write-to-file): Read file name.
17789         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17790         (gnus-summary-write-body-to-file): New function.
17791
17792         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17793         (gnus-summary-local-variables): Add it.
17794         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17795         (gnus-summary-save-article): Remove optional `decode' argument;
17796         determine whether to decode articles by the value of
17797         gnus-default-article-saver; when saving many files using
17798         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17799         it first and use gnus-summary-save-in-file or
17800         gnus-summary-save-body-in-file thereafter unless
17801         gnus-prompt-before-saving is always; move point to article which
17802         will be saved.
17803         (gnus-summary-save-article-file): Revert.
17804         (gnus-summary-write-article-file): Revert.
17805         (gnus-summary-save-article-body-file): Revert.
17806         (gnus-summary-write-article-body-file): New function.
17807
17808 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * gnus-art.el (gnus-default-article-saver): Doc fix.
17811         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17812         from gnus-summary-save-article-coding-system, and default to a
17813         certain coding system.
17814         (gnus-output-to-file): Add coding cookie and encode text according
17815         to gnus-article-save-coding-system; don't use mm-append-to-file.
17816
17817         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17818         gnus-art.el and rename to gnus-article-save-coding-system.
17819         (gnus-summary-save-article): Require gnus-art; don't show all
17820         headers if it decodes articles; don't add coding cookie here;
17821         don't bind mm-text-coding-system-for-write.
17822         (gnus-summary-save-article-file): Save decoded articles.
17823         (gnus-summary-write-article-file): When saving many files, use
17824         gnus-summary-write-to-file first and gnus-summary-save-in-file
17825         thereafter unless gnus-prompt-before-saving is always.
17826         (gnus-summary-save-article-body-file): Save decoded articles.
17827
17828         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17829
17830 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17831
17832         * nnrss.el (nnrss-check-group): Bind hash-index.
17833
17834 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17835
17836         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17837         its hash index.  Store this hash in `nnrss-group-data'.
17838         (nnrss-read-group-data): Update accordingly.
17839
17840 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17843         entry.
17844
17845         * gnus-sum.el (gnus-summary-make-menu-bar):
17846         Add gnus-article-browse-html-article.
17847
17848 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17849
17850         * gnus-sum.el (gnus-summary-mime-map):
17851         Add gnus-article-browse-html-article.
17852
17853         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17854
17855 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17856
17857         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17858         suitable coding systems in customize.
17859
17860 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17861
17862         * mail-source.el (mail-sources): Fix custom type.
17863
17864 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17865
17866         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17867         (gnus-summary-expire-articles-now): Shorten prompt.
17868
17869         * gmm-utils.el (wid-edit): Require.
17870         (defun-gmm): Rename from `gmm-defun-compat'.
17871         (gmm-image-search-load-path): Use it.
17872         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17873
17874 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * gnus-sum.el (gnus-summary-save-article-coding-system):
17877         New variable.
17878         (gnus-summary-save-article): Add optional `decode' argument.
17879         If it is set and gnus-summary-save-article-coding-system is non-nil,
17880         save decoded article.
17881         (gnus-summary-write-article-file): Save decoded article if
17882         gnus-summary-save-article-coding-system is non-nil.
17883
17884         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17885         type.
17886
17887 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17890
17891 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17894         first to test gnus-single-article-buffer which may be buffer-local.
17895
17896         * gnus-sum.el (gnus-summary-setup-buffer):
17897         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17898         group; make gnus-article-buffer, gnus-article-current, and
17899         gnus-original-article-buffer always buffer-local.
17900         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17901         group.
17902         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17903
17904 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17905
17906         * nnml.el (nnml-request-compact-group): Compressed files might not
17907         have .gz extension.
17908
17909 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17910
17911         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17912         (mm-copy-to-buffer): Use with-current-buffer.
17913         (mm-display-part): Simplify.
17914         (mm-inlinable-p): Add optional arg `type'.
17915
17916 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17917
17918         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17919         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17920         Try harder to show the attachment internally or externally using
17921         gnus-mime-view-part-as-type.
17922
17923 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17924
17925         * message.el (message-from-style, message-signature-separator)
17926         (message-user-organization-file, message-send-mail-function)
17927         (message-citation-line-function, message-yank-prefix)
17928         (message-indent-citation-function, message-signature)
17929         (message-signature-file, message-signature-insert-empty-line):
17930         Remove autoloads.
17931
17932         * gnus-art.el (gnus-buttonized-mime-types):
17933         Remove "multipart/signed".  Revert 2006-04-26 change.
17934
17935 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17936
17937         * gnus.el (gnus-version-number): Bump version.
17938
17939 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17940
17941         * gnus.el: No Gnus v0.5 is released.
17942
17943 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17944
17945         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17946         fetching articles by message-id.
17947
17948 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17949
17950         * message.el (hashcash): Require hashcash as normal.
17951
17952         * ecomplete.el (ecomplete-highlight-match-line):
17953         Use point-at-eol.
17954         (ecomplete-highlight-match-line): Use `highlight', because that
17955         face exists in both Emacs and XEmacs.
17956
17957         * message.el (message-display-abbrev): Use point-at-bol.
17958
17959         * mail-source.el: Don't require timer/timer-funcs.
17960
17961         * gnus-async.el: Ditto.
17962
17963         * password.el: Ditto.
17964
17965         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17966
17967         * mm-url.el: Ditto.
17968
17969         * gnus-xmas.el: Don't require timer-funcs.
17970
17971         * mm-util.el: Require timer/timer-funcs.
17972
17973 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17974
17975         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17976         Close.
17977
17978 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17979
17980         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17981         unibyte after clear-decrypt function runs.
17982
17983         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17984         returns as a unibyte string.
17985
17986 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * lpath.el: Revert.
17989
17990         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17991         (pgg-gpg-process-sentinel): Revert.
17992
17993         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17994         (pgg-pgp-lookup-key): Revert.
17995
17996         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17997         (pgg-pgp5-lookup-key): Revert.
17998
17999         * pgg.el (pgg-fetch-key): Revert.
18000
18001 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * lpath.el: Fbind string-as-multibyte for XEmacs.
18004
18005         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18006         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18007         (mml1991-pgg-encrypt): Ditto.
18008
18009         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18010         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18011         a multibyte buffer.
18012
18013         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18014         (pgg-pgp-lookup-key): Ditto.
18015
18016         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18017         (pgg-pgp5-lookup-key): Ditto.
18018
18019         * pgg.el (pgg-fetch-key): Ditto.
18020
18021 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
18022
18023         * message.el (message-user-organization-file): Check several
18024         locations of the organization file.
18025
18026         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
18027         Add gnus-article-view-part-as-type.
18028
18029         * gnus-art.el (gnus-article-view-part-as-type): New function.
18030
18031         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
18032         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
18033
18034         * mml.el: Simplify autoload.
18035         (mml-mode): defvar dnd-protocol-alist instead of using
18036         symbol-value.
18037         (mml-default-directory): New variable.
18038         (mml-minibuffer-read-file): Use it.
18039         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
18040
18041         * message.el (message-citation-line-format): New variable.
18042         (message-insert-formated-citation-line): New function.
18043         (message-citation-line-function):
18044         Add `message-insert-formated-citation-line' to custom type.
18045
18046         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18047         to doc string.
18048
18049         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18050         depending on mm-verify-option.
18051
18052 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18055         binding pgg-* variables; reimplement the section which prevents
18056         MIME header from being signed.
18057         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18058         pgg-text-mode; remove a blank line at the top of body.
18059
18060         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18061         lines at the top of body; use gnus-newsgroup-charset if there's no
18062         Charset header.
18063
18064 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * message.el (message-self-insert-commands): Doc fix.
18067
18068         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18069         (mm-uu-pgp-encrypted-test): Ditto.
18070         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18071         between header and body; return application/pgp-encrypted handle
18072         if decryption failed; decode decrypted body by charset.
18073
18074         * mm-decode.el (mm-automatic-display): Don't make application/pgp
18075         element match to application/pgp-*.
18076
18077 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18078
18079         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18080         HTML.
18081
18082 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18083
18084         * mail-source.el (mail-source-call-script): Message the error
18085         string.
18086
18087 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18088
18089         * gnus-util.el (gnus-byte-compile): Use it.
18090
18091 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
18092
18093         * gnus-util.el (kill-empty-logs): New function.
18094
18095 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18096
18097         * message.el (message-mail-alias-type): Doc fix.
18098         (message-mail-alias-type-p): New function.
18099         (message-send): Use it.
18100         (message-mode): Ditto.
18101         (message-strip-forbidden-properties): Ditto.
18102
18103         * ecomplete.el (ecomplete-database-file-coding-system):
18104         New variable.
18105         (ecomplete-save): Use it.
18106         (ecomplete-setup): Use it.
18107
18108 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * message.el (message-self-insert-commands): New variable.
18111         (message-strip-forbidden-properties): Use it.
18112
18113 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18114
18115         * message.el (message-put-addresses-in-ecomplete): Use a regexp
18116         that doesn't make XEmacs choke.
18117
18118 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
18119
18120         * gnus-util.el (gnus-replace-in-string):
18121         Prefer replace-regexp-in-string over of replace-in-string.
18122
18123 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-util.el (gnus-select-frame-set-input-focus):
18126         Use select-frame-set-input-focus if it is available in XEmacs; use
18127         definition defined in Emacs 22 for old Emacsen.
18128
18129         * dgnushack.el: Autoload unmorse-region for XEmacs.
18130
18131         * lpath.el: Bind cursor-in-non-selected-windows and
18132         select-frame-set-input-focus for XEmacs.
18133
18134 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18135
18136         * mm-view.el (mm-inline-text): Use equal instead of equalp.
18137
18138 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
18139
18140         * gnus-registry.el (gnus-registry-cache-save): Remove text
18141         properties when saving via the temp buffer.
18142
18143 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18144
18145         * message.el (message-generate-hashcash): Honor custom type.
18146
18147 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18148
18149         * message.el (message-generate-hashcash): Default to non-nil when
18150         hashcash is found.
18151
18152         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18153         (gnus-refer-thread-limit): Increase default to 500.
18154
18155         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18156
18157         * flow-fill.el (fill-flowed): Allow delete-space.
18158
18159 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18160
18161         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18162         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18163         Remove autoloads.
18164
18165 2006-04-18  Simon Josefsson  <jas@extundo.com>
18166
18167         * message.el (message-generate-hashcash): Default to.
18168
18169 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18170
18171         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18172         concatenating segments rather than before concatenating them.
18173
18174 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18175
18176         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18177
18178 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18179
18180         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18181
18182         * message.el (message-forward-make-body-plain):
18183         Allow message-forward-ignored-headers to be a list.
18184         (message-remove-ignored-headers): Factor out into function.
18185         (message-forward-make-body-mml): Use it.
18186
18187         * imap.el (imap-quote-specials): New function.
18188         (imap-login-auth): Quote specials.
18189
18190         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18191         (rfc2231-parse-string): Allow concatanation of parameters that
18192         aren't contiguous.  The test case is
18193           (mail-header-parse-content-type "message/external-body;
18194             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18195             access-type=LOCAL-FILE;
18196             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18197
18198 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18199
18200         * nntp.el (nntp-accept-process-output): Return the value of
18201         `nnheader-accept-process-output'.
18202
18203 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18204
18205         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18206         (gnus-button-alist): Recognize more diff formats.
18207         (gnus-button-patch): Strip directory.
18208
18209 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18212         Emacs 22 when setting focus.
18213
18214 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18215
18216         * gnus-art.el (gnus-article-treat-types): Do treatment of
18217         text/x-verbatim parts.
18218         (gnus-button-patch): New command.
18219
18220         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18221         addresses that contain invalid characters.
18222
18223 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18224
18225         * message.el (message-put-addresses-in-ecomplete):
18226         Use gnus-replace-in-string.
18227         (message-is-yours-p): Use the more correct
18228         mail-header-parse-address instead of
18229         mail-extract-address-components.
18230         (message-put-addresses-in-ecomplete): Fix typo.
18231
18232         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18233         keystroke.
18234
18235         * gnus-art.el (gnus-treatment-function-alist): Change order of
18236         newsgroups/generic header folding to avoid double-folding.
18237
18238         * message.el (message-hidden-headers): Add X-Draft-From.
18239
18240         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18241         New command.
18242         (gnus-summary-repeat-search-article-backward): New command.
18243
18244         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18245         groups in the parent topic.
18246
18247 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18248
18249         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18250         (spam-extra-header-to-number): Return the CRM114 number as a
18251         number instead of a string.
18252
18253 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18254
18255         * gnus-art.el (gnus-face-properties-alist): Move here from
18256         gnus-fun.
18257
18258         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18259
18260 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18261
18262         * message.el (message-strip-forbidden-properties): Only display on
18263         self-insert-command.
18264
18265         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18266         reindent.
18267         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18268
18269 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18270
18271         * smiley.el (smiley-style): Fix typo.
18272
18273 2006-03-23  Kenichi Handa  <handa@m17n.org>
18274
18275         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18276         instead of set-buffer-multibyte.
18277
18278 2006-03-23  Kenichi Handa  <handa@m17n.org>
18279
18280         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18281         buffer and then decode the buffer text if necessary.
18282         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18283         first, and after mm-encode-body, change the buffer to unibyte.
18284
18285 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18286
18287         * hashcash.el (hashcash-insert-payment-async-2):
18288         Use message-goto-eoh instead of doing it manually.
18289         (mail-add-payment): Use message-narrow-to-header instead of trying
18290         to do the same itself.
18291
18292         * message.el (message-hidden-headers): Add Face.
18293
18294         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18295         reparenting code.
18296         (gnus-summary-reparent-children): Refactored out code.
18297         (gnus-summary-thread-map): New keystroke.
18298         (gnus-summary-reparent-children): Make into command.
18299
18300         * smiley.el (smiley-style): Default to `medium' if using a large
18301         font.
18302
18303         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18304         does it itself.
18305
18306         * message.el (message-point-in-header-p): Simplify definition.
18307
18308 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18309
18310         * nnagent.el (nnagent-request-set-mark): Silence log file
18311         writing.
18312         (nnagent-request-set-mark): Use write-region instead of
18313         append-to-file.
18314
18315         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18316         strange select method.
18317
18318         * ecomplete.el (ecomplete-display-matches): Get highlightling
18319         right.
18320         (ecomplete-display-matches): Use literals.
18321         (ecomplete-display-matches): Disable message logging.
18322
18323         * message.el (message-display-abbrev): Small optimization.
18324
18325         * ecomplete.el (ecomplete-display-matches): Allow automatic
18326         display.
18327
18328         * message.el (message-strip-forbidden-properties):
18329         Display abbrevs.
18330         (message-display-abbrev): Get automatic display right.
18331
18332         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18333         keystrokes.
18334
18335 2006-04-13  Romain Francoise  <romain@orebokech.com>
18336
18337         TODO: Backport to v5-10!
18338
18339         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18340         Move here (and rename) from gnus-registry.el.
18341
18342         * gnus-registry.el: Require gnus-util.
18343         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18344
18345 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346
18347         * gnus-group.el (gnus-group-catchup-current):
18348         Change if-then-else-if-then-else into cond.
18349         (gnus-group-catchup): Indent.
18350         (group-name-at-point): New function.
18351         (gnus-fetch-group): Provide default from thing at point.
18352
18353 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18354
18355         * message.el (message-display-abbrev): Fix regexp.
18356
18357         * ecomplete.el (ecomplete-highlight-match-line):
18358         Reimplement choosing.
18359         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18360         dead variables.
18361
18362         * message.el (message-newline-and-indent): Remove debugging.
18363         (message-display-abbrev): Use new implementation.
18364
18365 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18366
18367         * gnus-art.el (gnus-article-mode):
18368         Set cursor-in-non-selected-windows to nil.
18369
18370         * smiley.el: Revert previous change.
18371         (smiley-data-directory): defvar it before using it in the
18372         defcustom of `smiley-style'.
18373
18374 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18375
18376         * message.el (message-newline-and-indent): New function.
18377
18378         * ecomplete.el: Implement more bits.
18379
18380         * message.el (message-put-addresses-in-ecomplete): Clean up the
18381         string.
18382
18383         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18384
18385         * gnus-sum.el (gnus-summary-save-parts):
18386         Bind gnus-summary-save-parts-counter and use it to make unique file
18387         names.
18388
18389         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18390
18391         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18392         parameter to say whether to actually parse the individual
18393         addresses.
18394
18395         * message.el (message-put-addresses-in-ecomplete): New function.
18396         (ecomplete): Require.
18397         (message-mail-alias-type): Add ecomplete as an option.
18398
18399 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18400
18401         * flow-fill.el (fill-flowed): Remove trailing space from blank
18402         quoted lines.
18403
18404 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18405
18406         * smiley.el (smiley-style): Move definition later to avoid a
18407         compilation warning.
18408
18409 2006-04-12  Kenichi Handa  <handa@m17n.org>
18410
18411         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18412         buffer and then decode the buffer text if necessary.
18413         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18414         first, and after mm-encode-body, change the buffer to unibyte.
18415         Use mm-disable-multibyte instead of set-buffer-multibyte.
18416
18417 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18420         Content-Type header instead of Content-Disposition header.
18421         (gnus-mime-inline-part): Ditto.
18422         (gnus-mime-view-part-as-charset): Ignore charset that the part
18423         specifies.
18424
18425         * mm-decode.el (mm-display-part): Work with external parts and
18426         usual parts similarly.
18427
18428         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18429         instead of gnus-display-mime.
18430
18431         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18432         instead of with-temp-buffer.
18433
18434         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18435         tag to summarized topics part in order to encode non-ASCII text.
18436
18437 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18438
18439         * smiley.el (smiley-style): New variable.
18440         (smiley-directory): New function.
18441         (smiley-data-directory): Derive from `smiley-style' using
18442         `smiley-directory'.
18443         (smiley-regexp-alist): Add new entries.
18444
18445         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18446         (gnus-article-browse-delete-temp): Add :version.
18447
18448 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18449
18450         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18451         the sieve region.
18452
18453 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18454
18455         * gnus.el (gnus-version-number): Bump version.
18456
18457 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18458
18459         * gnus.el: No Gnus v0.4 is released.
18460
18461 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18462
18463         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18464         layout.
18465
18466         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18467         unknown charset.
18468
18469         * message.el (message-header-synonyms): Add Original-To to the
18470         default.
18471
18472         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18473         optional parameter.
18474
18475 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18476
18477         * gnus-fun.el (gnus): Require it for gnus-directory.
18478
18479 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18482
18483 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18484
18485         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18486
18487 2006-04-05  Simon Josefsson  <jas@extundo.com>
18488
18489         * password.el (password-reset): New function.
18490
18491 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18492
18493         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18494         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18495
18496 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18497
18498         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18499         Some whitespace was matched into the url, which broke browsing hits
18500         > 100 when mm-url-use-external was nil.
18501
18502 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18503
18504         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18505         Check gnus-extra-headers for 'Newsgroups.
18506
18507         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18508         bound.
18509
18510 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18511
18512         * pgg-gpg.el: Clean up process buffers every time gpg processes
18513         complete.
18514
18515 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18516
18517         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18518         doc string.
18519
18520 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18521
18522         * pgg-gpg.el (pgg-gpg-process-filter)
18523         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18524
18525         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18526         lines, temporary fix.
18527
18528 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18531
18532 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18533
18534         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18535         default-enable-multibyte-characters.  This reverts the change from
18536         revision 6.17 which is no longer necessary because the passphrase
18537         is sent separately now.  GnuPG messages are unreadable under
18538         multibyte locales with default-enable-multibyte-characters set to
18539         nil.
18540
18541 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * message.el (message-tool-bar-gnome): Move "spell".
18544
18545 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18548         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18549         instead.
18550
18551 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18552
18553         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18554         Improve newsgroups handling for NNTP overviews which don't include
18555         Newsgroups.
18556
18557 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18558
18559         * message.el (message-resend): Bind message-generate-hashcash to nil.
18560
18561 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18562
18563         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18564         when searching for already-paid recipients.
18565
18566 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18567
18568         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18569         passphrases when it is not needed.
18570         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18571         passphrase stuff from gpg, should only be necessary when you use
18572         gpg with a smartcard.
18573
18574 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * mml.el (mml-insert-mime): Ignore cached contents of
18577         message/external-body part.
18578
18579         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18580         (mm-insert-part): Ditto.
18581
18582 2006-03-23  Simon Josefsson  <jas@extundo.com>
18583
18584         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18585         Reiner.
18586         (pgg-gpg-use-agent-p): Use it again.
18587
18588 2006-03-23  Simon Josefsson  <jas@extundo.com>
18589
18590         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18591         older emacsen.
18592         (pgg-gpg-use-agent-p): Don't use it.
18593
18594 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18595
18596         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18597         if we can.
18598
18599 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18600
18601         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18602         (pgg-gpg-update-agent): New function.
18603         (pgg-gpg-use-agent-p): New function.
18604         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18605         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18606         (pgg-gpg-sign-region): Use it.
18607
18608 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18611         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18612
18613 2006-03-21  Simon Josefsson  <jas@extundo.com>
18614
18615         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18616         <wilde@sha-bang.de>.
18617         (pgg-gpg-use-agent): New variable.
18618         (pgg-gpg-process-region): Use it.
18619         (pgg-gpg-encrypt-region): Likewise.
18620         (pgg-gpg-encrypt-symmetric-region): Likewise.
18621         (pgg-gpg-decrypt-region): Likewise.
18622         (pgg-gpg-sign-region): Likewise.
18623         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18624
18625 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18626
18627         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18628
18629         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18630         Add comment on version.
18631
18632 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18633
18634         * smiley.el: Add missing test smiley.
18635
18636 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * mm-decode.el (mm-with-part): New macro.
18639         (mm-get-part): Use it; work with message/external-body as well.
18640         (mm-save-part): Treat name and filename equally.
18641
18642         * mm-extern.el (mm-extern-cache-contents): New function.
18643         (mm-inline-external-body): Use it; force the part to be displayed;
18644         move undisplayer added to the cached handle to the parent.
18645
18646         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18647         (gnus-mime-view-part-as-type): Work with message/external-body.
18648
18649         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18650
18651 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18652
18653         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18654         images in image-load-path.  [Sync with image.el, revision 1.60, in
18655         Emacs.]
18656
18657 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18658
18659         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18660         path rather than symbol.  Always return list of directories.
18661         Guarantee that image directory comes first.  [Sync with image.el,
18662         revision 1.59, in Emacs.]
18663
18664         * message.el (message-make-tool-bar): Adjust to new API of
18665         `gmm-image-load-path-for-library'.
18666
18667         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18668
18669         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18670
18671 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18672
18673         * gnus-art.el (gnus-article-only-boring-p):
18674         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18675         intangible text.
18676         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18677
18678 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18679
18680         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18681         Use `defun' instead of `gmm-defun-compat'.
18682
18683 2006-03-14  Simon Josefsson  <jas@extundo.com>
18684
18685         * message.el (message-unique-id): Don't use message-number-base36
18686         if (user-uid) is a float.
18687         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18688
18689 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18690
18691         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18692
18693         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18694         empty line between a part and a message part.
18695
18696 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * smiley.el: Add more test smileys.
18699         (smiley-data-directory, smiley-regexp-alist)
18700         (gnus-smiley-file-types): Fix doc strings.
18701         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18702         adding new elements.
18703         (smiley-mouse-map): Unused code.  Make it a comment.
18704
18705 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18706
18707         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18708         scan latest NoCeM messages instead of old ones.
18709         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18710         delimiters that are recently used.
18711         (gnus-nocem-load-cache): Add autoload cookie.
18712
18713         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18714
18715         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18716         level which is larger than gnus-use-nocem is specified.
18717
18718         * gnus-group.el (gnus-group-get-new-news): Ditto.
18719
18720 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18721
18722         * gnus-util.el (gnus-tool-bar-update): New function.
18723
18724         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18725         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18726
18727         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18728
18729         * gnus-group.el (gnus-group-redraw-when-idle)
18730         (gnus-group-redraw-check): Remove.
18731         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18732
18733 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18736         if optional last element is specified in splits (FIELD VALUE...).
18737
18738 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18741         to gmm-image-load-path-for-library.  Call with no-error argument.
18742         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18743
18744         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18745
18746         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18747
18748         * gmm-utils.el (gmm-image-load-path): Remove alias.
18749
18750 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18751
18752         * gmm-utils.el (gmm-image-load-path): Add alias.
18753
18754         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18755         nnml-generate-nov-databases-1.
18756         (nnml-generate-nov-databases): Use it.
18757         (nnml-generate-nov-databases-directory): Document no-active
18758         argument.
18759
18760         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18761         directory if path is t.  Add no-error.
18762
18763         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18764         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18765
18766         * gnus-art.el (gnus-article-browse-delete-temp-files):
18767         Simplify resetting gnus-article-browse-html-temp-list.
18768
18769         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18770         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18771         Add example to docstring.  Rename local variables.  Move error
18772         checks to default case in cond and simplify.
18773
18774 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18777         handle is multipart when calling it recursively.
18778         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18779
18780 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18781
18782         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18783         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18784
18785 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18786
18787         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18788         is loaded.
18789
18790         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18791         loaded.
18792
18793 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18796         to "Emacs 23 (unicode)" in doc string.
18797
18798         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18799         "Emacs 23 (unicode)" in comment.
18800
18801 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18802
18803         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18804
18805         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18806         characters 160 through 255 in Emacs 23.
18807
18808 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18809
18810         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18811         gnus-article-browse-html-temp.
18812         (gnus-article-browse-delete-temp): Make it customizable.
18813         Add `file'.  Adjust doc string.
18814         (gnus-article-browse-delete-temp-files): Add argument.
18815         Allow query for each file.  Adjust doc string.
18816         (gnus-article-browse-html-parts):
18817         Add `gnus-article-browse-delete-temp-files' to
18818         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18819
18820 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18821
18822         * gnus-art.el (gnus-article-browse-html-temp)
18823         (gnus-article-browse-delete-temp): New variables.
18824         (gnus-article-browse-delete-temp-files): New function.
18825         (gnus-article-browse-html-parts): Use it.
18826
18827 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18828
18829         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18830
18831         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18832         string.
18833
18834         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18835         gnus-summary-insert-new-articles when unplugged.
18836         Remove gnus-summary-search-article-forward.
18837
18838         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18839         display-visual-class instead of display-color-cells.
18840
18841 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * dgnushack.el: Autoload customize-group for XEmacs.
18844
18845         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18846         message/* containing non-ASCII text properly.
18847
18848 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18849
18850         * message.el: Require gmm-utils, remove autoloads.
18851         (message-tool-bar): Set default based on
18852         gmm-tool-bar-style.
18853         (message-tool-bar-gnome): Add gmm-customize-mode.
18854
18855         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18856         gmm-tool-bar-style.
18857         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18858
18859         * gnus-group.el (gnus-group-tool-bar): Set default based on
18860         gmm-tool-bar-style.
18861         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18862
18863         * gmm-utils.el (gmm-image-directory): Rename variable from
18864         gmm-image-load-path.
18865         (gmm-image-load-path): Use gmm-image-directory.
18866         (gmm-customize-mode): New function.
18867         (gmm-tool-bar-style): New variable.
18868
18869         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18870         gnus-group-redraw-line-number.
18871         (gnus-group-redraw-check): Simplify.
18872         (gnus-group-tool-bar-update): Remove redraw check.
18873         (gnus-group-make-tool-bar): Add redraw check.
18874
18875 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18876
18877         * gnus-art.el (gnus-button): Add missing parentheses.
18878
18879 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18880
18881         * lpath.el: Fbind line-number-at-pos.
18882
18883 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18884
18885         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18886
18887 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18888
18889         * gnus-art.el (gnus-button): New face.
18890         (gnus-article-button-face): Use it.
18891
18892         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18893         Add gnus-summary-next-page.  Re-order.
18894
18895         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18896         next-node are now included.
18897         (gnus-group-redraw-line-number): New internal variable.
18898         (gnus-group-redraw-check): Helper function for updating the tool
18899         bar.
18900         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18901
18902         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18903
18904         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18905         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18906         Use it to match format of Spamassassin 3.0 and later.
18907         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18908         (spam-check-bogofilter)
18909         (spam-bogofilter-register-with-bogofilter): Fix args of
18910         `gnus-error' calls.
18911
18912 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18913
18914         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18915         unnecessary interaction when sending queued mails.
18916         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18917
18918 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18921         first or last are nil.
18922
18923 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18924
18925         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18926
18927 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18928
18929         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18930
18931 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18932
18933         * dns.el (query-dns): Protect more against buggy tcp output.
18934
18935 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18936
18937         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18938         nov.php.
18939
18940 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18941
18942         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18943         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18944         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18945         output on the server side.
18946         (nnweb-google-create-mapping): Update regexps and add some
18947         progress indication.
18948
18949 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18950
18951         * gnus-group.el (gnus-group-tool-bar-gnome):
18952         Fix gnus-agent-toggle-plugged.  Re-order icons.
18953         (gnus-group-tool-bar-gnome):
18954         Add gnus-group-{prev,next}-unread-group.
18955         (gnus-group-tool-bar-gnome): Re-order icons.
18956
18957         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18958         Move gnus-summary-insert-new-articles.
18959
18960         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18961         Fix comments.
18962
18963         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18964         also available in Emacs 21.3.
18965
18966         * message.el (message-fix-before-sending): Change "Emacs 22" to
18967         "Emacs 23 (unicode)" in comment.
18968
18969         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18970         "Emacs 23 (unicode)" in comment.
18971
18972         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18973         comment.
18974         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18975
18976         * mm-view.el (mm-fill-flowed): Add :version.
18977
18978 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18979
18980         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18981         and load-path.
18982
18983 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18984
18985         * message.el: Autoload gmm-image-load-path.
18986         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18987         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18988         consitency.
18989
18990         * gmm-utils.el (gmm-image-load-path): Also search in
18991         "../etc/images".  Don't set gmm-image-load-path if we don't find
18992         the image.
18993
18994 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * gmm-utils.el (gmm-image-load-path): Don't make
18997         `gmm-image-load-path' include subdirectories which the second arg
18998         `image' might specify.
18999
19000         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19001         subdirectory to icon file names.
19002
19003         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19004
19005 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19008         gmm-image-load-path calls.
19009
19010         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19011
19012         * message.el (message-make-tool-bar): Ditto.
19013
19014         * mml.el (mml-preview): Add comment concerning tool bar icons.
19015
19016         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19017         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19018
19019         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
19020         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
19021
19022         * message.el (message-tool-bar-gnome): Use new icon names.
19023         (message-make-tool-bar): Use `gmm-image-load-path'.
19024
19025         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
19026         New functions from MH-E.
19027         (gmm-image-load-path): New variable from MH-E.
19028         (gmm-image-load-path): New function from MH-E.  Add arguments
19029         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
19030         *-image-load-path-called-flag.
19031
19032 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
19033
19034         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
19035
19036 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
19037
19038         * nnimap.el (nnimap-request-move-article): Change folder back to
19039         source group before deleting.
19040
19041 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
19042
19043         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
19044
19045         * gnus-art.el (mm-url-insert-file-contents-external):
19046         Autoload mm-url.
19047
19048         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
19049
19050 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
19053         coding system which mm-charset-to-coding-system returns for a
19054         given charset is valid.
19055
19056 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
19057
19058         * html2text.el (html2text-remove-tag-list):
19059         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19060
19061 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
19062
19063         * gnus-cus.el: Revert 2005-10-17 change.
19064
19065 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * gnus-art.el (article-strip-banner):
19068         Call article-really-strip-banner only when the regexp match is made.
19069
19070 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * gnus-art.el (article-strip-banner):
19073         Use gnus-extract-address-components instead of
19074         mail-header-parse-addresses to make it work with non-ASCII text;
19075         remove mail-encode-encoded-word-string.
19076
19077         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19078         values which are surrounded with \"...\"; make it never cause a
19079         Lisp error; give up parsing of parameters if it failed in
19080         extracting type.
19081
19082 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
19083
19084         * smime.el (smime-cert-by-ldap-1): Fix bug where
19085         `smime-ldap-search' returns results without userCertificates.
19086
19087 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19090
19091 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19092
19093         * spam.el (spam-check-spamassassin-headers): Adapt format for
19094         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
19095         <ari@mbf.ocn.ne.jp>.
19096         (spam-list-of-processors): Add spam-use-gmane.
19097
19098 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19101         make-temp-file; make it work with XEmacs as well.
19102
19103         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19104         mm-make-temp-file.
19105
19106         * mm-decode.el (mm-display-external): Use the 3rd arg of
19107         mm-make-temp-file.
19108         (mm-create-image-xemacs): Ditto.
19109
19110 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19113         with message-narrow-to-headers.
19114         (gnus-draft-setup): Narrow to header to run message-fetch-field.
19115         (gnus-draft-check-draft-articles): New function.
19116         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19117
19118 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19119
19120         * gnus-art.el (gnus-article-browse-html-parts):
19121         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19122         Don't use suffix argument for mm-make-temp-file for Emacs 21
19123         compatibility.  Remove useless `format'.
19124
19125 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19126
19127         * nnweb.el (nnweb-google-wash-article): Update regexps.
19128         (nnweb-group-alist): Use defvoo instead of defvar.
19129
19130 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19133         re-loading nn* modules.
19134
19135 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
19136
19137         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19138         for `tool-bar-mode' and don't check it's default-value.
19139
19140         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19141
19142         * message.el (message-make-tool-bar): Ditto.
19143
19144         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19145         `substring'.  Shorten tmp-file name.
19146
19147         * gnus.el: Remove bogus comment.
19148
19149 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19150
19151         * gnus-art.el (gnus-article-browse-html-parts): New function.
19152         (gnus-article-browse-html-article): New function for viewing html
19153         articles with a browser.
19154
19155 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19156
19157         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19158         in elisp.
19159         (pgg-gpg-encrypt-symmetric-region): Ditto.
19160         (pgg-gpg-sign-region): Ditto.
19161
19162         * pgg-def.el (pgg-text-mode): New variable.
19163
19164         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19165         (mml2015-pgg-encrypt): Ditto.
19166
19167         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19168         (mml1991-pgg-encrypt): Ditto.
19169
19170 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * nnfolder.el (nnfolder-insert-newsgroup-line):
19173         Use message-make-date instead of current-time-string.
19174
19175         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19176         to gnus-decoded which mm-uu might set.
19177
19178 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19181         don't decode quoted parameters; remove misimported Emacs code.
19182         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19183         (rfc2231-decode-encoded-string): Don't use split-string which
19184         behaves differently according to Emacs version; use
19185         mm-decode-coding-region to convert charset to coding-system.
19186         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19187         (rfc2231-encode-string): Remove misimported Emacs code.
19188
19189 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19192         when calling mail-header-parse-content-type.
19193         (article-de-quoted-unreadable): Ditto.
19194         (article-de-base64-unreadable): Ditto.
19195         (article-wash-html): Ditto.
19196
19197         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19198         calling mail-header-parse-content-type and
19199         mail-header-parse-content-disposition.
19200         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19201         mail-header-parse-content-type.
19202
19203         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19204         insert charset and format parameters; encode description after
19205         inserting it to buffer.
19206         (mml-insert-parameter): Fold lines properly even if a parameter is
19207         segmented into two or more lines; change the max column to 76.
19208
19209         * rfc1843.el (rfc1843-decode-article-body): Don't use
19210         ignore-errors when calling mail-header-parse-content-type.
19211
19212         * rfc2231.el (rfc2231-parse-string): Return at least type if
19213         possible; don't cause an error even if it fails in parsing of
19214         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19215         (rfc2231-encode-string): Don't break lines at the beginning, leave
19216         it to mml-insert-parameter.
19217
19218         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19219         calling mail-header-parse-content-type.
19220
19221 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19222
19223         * spam-report.el (spam-report-gmane-use-article-number):
19224         Improve doc string.
19225         (spam-report-gmane-internal): Check if a suitable header was found
19226         in the article.
19227
19228 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19229
19230         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19231         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19232
19233 2006-02-05  Romain Francoise  <romain@orebokech.com>
19234
19235         Update copyright notices of all files in the gnus directory.
19236
19237 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19238
19239         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19240
19241 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19244         segmented lines of parameter value to cope with Thunderbird 1.5
19245         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19246         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19247         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19248
19249 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19250
19251         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19252         parts.
19253
19254 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19255
19256         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19257         there's only one active file for all servers.
19258         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19259         solid groups.  Gnus might have used a FAST request to select the group.
19260         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19261         and nnweb-search redundantly in the active file.
19262         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19263         (nnweb-request-create-group): Don't use ARGS.
19264         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19265         initializations.  Let nnoo do the work.
19266
19267 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19270         Say the part has been decoded.
19271
19272         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19273
19274 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19275
19276         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19277         mailcap-viewer-test-cache when there's no 'test clause, since that
19278         will invert the meaning of a "nil" test previously determined by
19279         mailcap-mailcap-entry-passes-test.
19280
19281 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19282
19283         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19284         compiling.
19285
19286         * gnus-sum.el: Ditto.
19287
19288         * message.el: Don't bind tool-bar-map when compiling.
19289
19290 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19291
19292         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19293
19294 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19295
19296         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19297         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19298         current Google Groups.
19299
19300 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19301
19302         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19303         and tool-bar-mode.
19304
19305         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19306         and tool-bar-mode.
19307
19308         * message.el (message-tool-bar-update): Simplify.
19309         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19310
19311         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19312         gnus-summary-buffer.
19313         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19314         gnus-summary-reply.
19315
19316         * gmm-utils.el (gmm): Add :version.
19317
19318 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * Makefile.in (clean): New rule.
19321         (distclean): Use it.
19322
19323 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19324
19325         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19326         Don't autoload.
19327
19328 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19329
19330         * gmm-utils.el (gmm-verbose): Add :group.
19331
19332 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19333
19334         * message.el: Change some comments WRT tool-bars.
19335
19336         * gnus-sum.el (gnus-summary-tool-bar)
19337         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19338         (gnus-summary-tool-bar-zap-list): New variables.
19339         (gnus-summary-make-tool-bar): Complete rewrite using
19340         `gmm-tool-bar-from-list'.
19341
19342         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19343         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19344         New variables.
19345         (gnus-group-make-tool-bar): Complete rewrite using
19346         `gmm-tool-bar-from-list'.
19347         (gnus-group-tool-bar-update): New function.
19348
19349         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19350
19351 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19354         is dissected into a single part of which the type is the same as
19355         the given one; decode charset.
19356
19357 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19358
19359         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19360         into alists as symbol not string, since that's what
19361         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19362         look for.
19363
19364 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19365
19366         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19367         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19368
19369         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19370
19371 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19374         (gnus-xmas-mime-security-button-menu): New function.
19375
19376         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19377         (gnus-mime-security-button-menu): New definition.
19378         (gnus-mime-security-button-map): Use them.
19379         (gnus-mime-security-button-menu): New function.
19380         (gnus-insert-mime-security-button): Addition to help echo.
19381         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19382         (gnus-mime-security-pipe-part): New functions.
19383
19384         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19385         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19386
19387         * mm-decode.el (mm-handle-set-disposition): Remove.
19388         (mm-handle-set-description): Remove.
19389
19390 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19393         (mm-w3m-standalone-supports-m17n-p): New function.
19394         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19395         w3m usage.
19396
19397         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19398         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19399
19400 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19401
19402         * message.el (message-tool-bar-zap-list):
19403         Use gmm-tool-bar-zap-list as custom type.
19404         (message-tool-bar-update): New function.
19405         (message-tool-bar, message-tool-bar-gnome)
19406         (message-tool-bar-retro): Add message-tool-bar-update.
19407         (message-tool-bar-gnome): Add flyspell-buffer.
19408
19409         * gnus-util.el (gnus-error): Describe `args'.
19410
19411         * gmm-utils.el (gmm-error): Describe `args'.
19412         (gmm-tool-bar-zap-list): New widget.
19413         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19414
19415 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19418         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19419         the number of recursive calls.
19420
19421         * mm-decode.el (mm-handle-set-disposition): New macro.
19422         (mm-handle-set-description): New macro.
19423
19424 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19427         encoding.
19428
19429 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19430
19431         * message.el (message-tool-bar-zap-list, message-tool-bar)
19432         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19433         (message-tool-bar-local-item-from-menu): Remove.
19434         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19435         (message-make-tool-bar): New function.
19436         (message-mode): Use `message-make-tool-bar'.
19437
19438         * gmm-utils.el: New file.
19439         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19440         (gmm-lazy): New widget copied from `nnmail.el'.
19441         (gmm-tool-bar-from-list): New function for creating customizable
19442         tool bars.
19443         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19444         output.
19445         (gmm): Add :prefix to defgroup.
19446
19447 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19448
19449         * gmm-utils.el (gmm-widget-p): New function.
19450
19451 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19452
19453         * mml.el (mml-attach-file): Describe `description' in doc string.
19454         (mml-menu): Add Emacs MIME manual and PGG manual.
19455
19456 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19457
19458         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19459
19460 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19461
19462         * nntp.el (nntp-end-of-line): Doc fix.
19463
19464 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19465
19466         * imap.el (imap-open): Handle case where buffer is a buffer
19467         object.
19468
19469 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19470
19471         * gnus-delay.el (gnus-delay): Don't autoload.
19472         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19473         to be re-loaded when customizing the `gnus-delay' group.
19474
19475 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19476
19477         * message.el (message-insert-citation-line): Use newlines.
19478
19479 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19480
19481         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19482         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19483         these routines, so the passphrase can be managed externally and
19484         passed in to the system.
19485         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19486         pgg-add-passphrase-to-cache function.
19487
19488         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19489         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19490         these routines, so the passphrase can be managed externally and
19491         passed in to the system.
19492         (pgg-pgp5-sign-region): Use new name of
19493         pgg-add-passphrase-to-cache function.
19494
19495 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19496
19497         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19498         part of the decoded armor to find the key-identifier.
19499         (pgg-gpg-lookup-key-owner): New function to return the
19500         human-readable identifier of a key owner.
19501         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19502         itself.
19503         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19504         the key value) if we have a key and can match it against a secret
19505         key.  Also, added a note pointing out fact that the prompt only
19506         indicates the first matching key.
19507
19508         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19509         pgg-decrypt-region.
19510         (pgg-add-passphrase-to-cache): Rename from
19511         `pgg-add-passphrase-cache' to reduce confusion (all callers
19512         changed).
19513         (pgg-remove-passphrase-from-cache): Rename from
19514         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19515         changed).
19516         (pgg-read-passphrase, pgg-add-passphrase-cache)
19517         (pgg-remove-passphrase-cache): Add informative docstrings.
19518         (pgg-decrypt): Convey provided passphrase in subordinate call to
19519         pgg-decrypt-region.
19520
19521 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19522
19523         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19524         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19525         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19526         'passphrase' argument, so the passphrase can be managed externally
19527         and then passed in to the system.
19528
19529         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19530         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19531         so the passphrase cache can be used reliably with identifiers
19532         besides a pgp packet's key id.
19533
19534         * pgg-gpg.el (pgg-gpg-encrypt-region)
19535         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19536         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19537         these routines, so the passphrase can be managed externally and
19538         passed in to the system.
19539
19540         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19541         'notruncate' argument, so the passphrase cache can be used
19542         reliably with identifiers besides a pgp packet's key id.
19543
19544 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19545
19546         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19547         symmetric encryption.
19548         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19549         encrypted session key.
19550         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19551         message ask for the passphrase in a proper way.
19552
19553         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19554         New user commands for symmetric encryption.
19555
19556 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19559
19560         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19561
19562 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19563
19564         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19565
19566 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * mm-decode.el (mm-inlined-types): Add application/pgp.
19569         (mm-automatic-display): Ditto.
19570
19571         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19572         part as text.
19573
19574 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19575
19576         * nnrss.el: Update copyright.
19577         (nnrss-opml-import): Query whether to subscribe to each entry.
19578
19579         * gnus-art.el:
19580         * gnus-sum.el:
19581         * gnus-xmas.el:
19582         * messagexmas.el:
19583         * mm-uu.el:
19584         * mm-view.el: Update copyright.
19585
19586 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19587
19588         * message.el (message-info): New function.
19589         (message-mode-menu): Add it.
19590         Update copyright.
19591
19592         * ChangeLog: Fix and update copyright.
19593
19594 2006-01-13  Romain Francoise  <romain@orebokech.com>
19595
19596         * message.el (message-forward-subject-name-subject): Prefer the
19597         address to 'nowhere' if the sender has no name.
19598         Fix typo.  Update copyright year.
19599
19600 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19601
19602         * gnus-art.el (article-wash-html):
19603         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19604         (gnus-article-wash-html-with-w3m-standalone): New function.
19605
19606         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19607         mm-inline-text-html-render-with-w3m-standalone.
19608         (mm-text-html-washer-alist): Map w3m-standalone to
19609         gnus-article-wash-html-with-w3m-standalone.
19610         (mm-inline-text-html-render-with-w3m-standalone): New function.
19611
19612 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19613
19614         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19615         Improve LaTeX.
19616
19617 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19618
19619         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19620         (nnrss-request-article): Render text/plain parts as HTML.
19621
19622         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19623         the buffer.
19624
19625 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19626
19627         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19628         custom definition of `gnus-posting-styles'.
19629
19630         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19631         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19632
19633 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19634
19635         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19636         Use nntp for bug archive.
19637
19638 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19641         parts.
19642         (nnrss-normalize-date): New function converts ISO 8601 date into
19643         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19644         (nnrss-check-group): Use it.
19645
19646 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19647
19648         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19649
19650         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19651         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19652         (nnrss-insert-w3): Ditto.
19653
19654 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19655
19656         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19657         the articles to be forwarded including the case where neither a
19658         number of articles nor a region is specified.
19659
19660 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19661
19662         * nnrss.el (nnrss-request-article): Fix last change; fill
19663         text/plain parts.
19664
19665 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19666
19667         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19668         in text/plain part.
19669         (nnrss-check-group): Don't add excessive newline to dc:subject.
19670
19671 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19672
19673         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19674         article.
19675
19676 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19677
19678         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19679         (nnml-use-compressed-files, nnml-save-mail): Support other
19680         comression programs such as bzip2.
19681
19682 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19683
19684         * dns.el (query-dns): Make sure we check the buffer size before
19685         removing tcp headers.
19686
19687 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19690         remove MIME buttons associated with multipart/alternative parts.
19691         (gnus-mime-display-alternative): Tag buttons using `article-type'
19692         text property.
19693
19694         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19695         associated with multipart/alternative parts.
19696
19697         * gnus-art.el (gnus-signature-separator): Fix custom type.
19698
19699         * mm-decode.el (mm-inlined-types): Fix custom type.
19700         (mm-keep-viewer-alive-types): Ditto.
19701         (mm-automatic-display): Ditto.
19702         (mm-attachment-override-types): Ditto.
19703         (mm-inline-override-types): Ditto.
19704         (mm-automatic-external-display): Ditto.
19705
19706 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19707
19708         * spam-report.el (spam-report-user-mail-address)
19709         (spam-report-user-agent): New variables.
19710         (spam-report-url-ping-plain): Use spam-report-user-agent.
19711
19712 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19713
19714         * gnus-art.el (gnus-button-handle-custom): Do not just use
19715         `customize-apropos' for any "M-x customize-*" button but the
19716         function called for.  Accept both the function name and its
19717         argument in order to achieve this.
19718         (gnus-button-alist): Remove support for "custom:" URL's.
19719         Pass function name to `gnus-button-handle-custom' in case of "M-x
19720         customize-*" buttons.
19721
19722 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19725         multipart/alternative and add xref to mm-discouraged-alternatives
19726         in doc string.
19727
19728         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19729         gnus-buttonized-mime-types in doc string.
19730
19731 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19734         Suggest image/.* in the doc string.
19735
19736 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19739         message-marks (Debian bug #342521).
19740
19741 2005-12-12  Simon Josefsson  <jas@extundo.com>
19742
19743         * password.el (password-read-from-cache): Add.
19744         (password-read): Use it.
19745
19746 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19747
19748         * rfc2047.el (rfc2047-charset-to-coding-system):
19749         Recognize us-ascii as a MIME charset.
19750
19751         * mm-bodies.el (mm-decode-content-transfer-encoding):
19752         Protect against the case where the 2nd arg TYPE is nil.
19753
19754 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * pop3.el (pop3-stream-type): Fix custom version.
19757
19758         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19759
19760 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19761
19762         * mm-decode.el (mm-display-external): Add missing cdr.
19763
19764 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19767         RFC1524) if it is in mailcap or add a suffix according to
19768         mailcap-mime-extensions when generating a temp filename; postpone
19769         deleting a temp file for 2 seconds for some wrappers, shell
19770         scripts, and so on, which might exit right after having started a
19771         viewer command as a background job.
19772
19773 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19774
19775         * nntp.el (nntp-marks-directory): Fix custom group.
19776
19777         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19778         steps when < 10.
19779
19780         * gnus-start.el (gnus-no-server-1):
19781         Mention `gnus-level-default-subscribed' in doc string.
19782
19783 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19784
19785         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19786         parens.
19787
19788 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19789
19790         * gnus-xmas.el (gnus-use-toolbar): Revert.
19791         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19792         gnus-use-toolbar is default.
19793
19794         * messagexmas.el (message-use-toolbar): Revert.
19795         (message-setup-toolbar): Use global default-toolbar if
19796         message-use-toolbar is default.
19797
19798 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19799
19800         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19801         according to default-toolbar-visible-p.
19802
19803         * messagexmas.el (message-use-toolbar): Ditto.
19804
19805 2005-11-26  Dave Love  <fx@gnu.org>
19806
19807         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19808         (tls-program, tls-success): Provide openssl alternative.
19809
19810         * starttls.el: Doc fixes.
19811         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19812         SERVICE to PORT.
19813
19814         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19815         port null or service name.
19816         (starttls-negotiate): Autoload.
19817
19818 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19819
19820         * message.el (message-kill-to-signature): Fix interactive spec.
19821
19822 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * pop3.el (pop3-open-server): Recognize a string as a service name.
19825
19826 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19827
19828         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19829
19830 2005-11-23  Dave Love  <fx@gnu.org>
19831
19832         Add pop3s, pop3/starttls.
19833
19834         * pop3.el (pop3-authentication-scheme): Clarify doc.
19835         (open-tls-stream, starttls-open-stream): Autoload.
19836         (pop3-stream-type): New.
19837         (pop3-open-server): Use it.
19838
19839         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19840         for POP.
19841         (mail-source-keyword-map): Add :stream for POP.
19842         (mail-source-fetch-pop): Use pop3-stream-type.
19843
19844 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19845
19846         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19847         of current-time-string.
19848
19849 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19850
19851         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19852         date header.
19853
19854 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19855
19856         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19857         it can seriously impact performance as it bypasses the agent's
19858         local caches.
19859
19860 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19861
19862         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19863         must be explicitly online rather than "not explicitly offline" for
19864         its flags to be synchronized.
19865
19866         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19867         that gnus-uu-unmark-thread will function correctly.
19868
19869         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19870         1024K is instead displayed as 1M.
19871
19872 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19873
19874         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19875
19876 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19877
19878         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19879
19880 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19881
19882         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19883         error message to display actual error condition.
19884         (gnus-agent-save-local): Avoid saving symbols that are bound to
19885         nil as they simply result in a warning message in
19886         gnus-agent-read-local.
19887
19888 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19891         rather than make-variable-buffer-local for file-precious-flag.
19892
19893 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19894
19895         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19896         for duplicates which are removed.  The invalid sort check then
19897         triggers a rescan after the sort as sorting may have moved
19898         duplicate entries such that they can be cheaply detected.
19899
19900 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19903
19904 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19905
19906         * gnus-agent.el (gnus-agent-article-alist-save-format):
19907         Change internal variable to a custom variable.  Change default value
19908         from compressed(2) to uncompressed(1).
19909         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19910         support for uncompressed agentview files.  Taken together, reading
19911         the agentview file should now be 6-7 times faster.
19912
19913 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19914
19915         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19916         as a buffer-local variable.  This avoids creating truncated
19917         dribble files as a result of a hang up, eg.
19918
19919 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19920
19921         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19922         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19923         XEmacs.
19924
19925 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19926
19927         * gnus-start.el (gnus-start-draft-setup):
19928         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19929
19930         * gnus.el (gnus-splash): Change custom group.
19931         (gnus-group-get-parameter, gnus-group-parameter-value):
19932         Describe allow-list argument.
19933
19934         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19935         string.
19936
19937 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * gnus-art.el (gnus-default-article-saver): Add user-defined
19940         `function' to custom type.
19941
19942 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19943
19944         * imap.el (imap-open): Handle case where buffer is a buffer
19945         object.
19946
19947 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19948
19949         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19950         long lines.
19951         (gnus-cache-delete-group): Wrap doc strings.
19952
19953         * gnus-agent.el (gnus-agent-rename-group)
19954         (gnus-agent-delete-group): Wrap doc strings.
19955
19956 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19957
19958         * messagexmas.el (message-use-toolbar): Change the valid values
19959         into default, top, bottom, left, and right.
19960         (message-toolbar-thickness): New variable.
19961         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19962         well.
19963         (message-setup-toolbar): Make it work.
19964
19965         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19966         (gnus-use-toolbar): Change the valid values into default, top,
19967         bottom, left, and right.
19968         (gnus-toolbar-thickness): New variable.
19969         (gnus-xmas-setup-toolbar): New function.
19970         (gnus-xmas-setup-group-toolbar): Use it.
19971         (gnus-xmas-setup-summary-toolbar): Use it.
19972
19973 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19974
19975         * gnus-start.el (gnus-1): Add "native" to
19976         gnus-predefined-server-alist.
19977
19978         * gnus.el (gnus-method-to-server): Don't add "native" to the
19979         lists here, because that leads to problems when
19980         gnus-select-method is bound.
19981
19982 2005-11-09  Simon Josefsson  <jas@extundo.com>
19983
19984         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19985         use (not sort-by-date) instead.
19986
19987 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19988
19989         * gnus-delay.el (gnus-delay-group): Don't autoload.
19990         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19991         to be re-loaded when customizing the `gnus-delay' group.
19992
19993 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19994
19995         * message.el: Revert last changes.
19996         (message-insert-citation-line): Use newlines.
19997
19998 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19999
20000         * message.el (message-courtesy-message)
20001         (message-mark-insert-begin, message-mark-insert-end)
20002         (message-elide-ellipsis, message-cancel-message)
20003         (message-add-header, message-change-subject)
20004         (message-cross-post-followup-to-header)
20005         (message-cross-post-insert-note, message-reduce-to-to-cc)
20006         (message-widen-reply, message-delete-not-region)
20007         (message-kill-to-signature, message-insert-signature)
20008         (message-insert-importance-high, message-insert-importance-low)
20009         (message-insert-or-toggle-importance)
20010         (message-insert-disposition-notification-to)
20011         (message-indent-citation, message-yank-original)
20012         (message-cite-original-without-signature, message-cite-original)
20013         (message-insert-citation-line, message-position-on-field)
20014         (message-fix-before-sending, message-send-mail-partially)
20015         (message-send-mail, message-send-mail-with-sendmail)
20016         (message-send-mail-with-qmail, message-send-news)
20017         (message-check-news-header-syntax, message-generate-headers)
20018         (message-insert-courtesy-copy, message-fill-address)
20019         (message-fill-header, message-shorten-references)
20020         (message-setup-1, message-cancel-news)
20021         (message-forward-make-body-plain, message-forward-make-body-mime)
20022         (message-forward-make-body-mml, message-encode-message-body)
20023         (message-forward-make-body-digest-plain)
20024         (message-forward-make-body-digest-mime)
20025         (message-use-alternative-email-as-from): Insert `hard-newline'
20026         instead of ordinary newlines.
20027
20028 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20029
20030         * message.el (message-generate-headers): Downcase the argument
20031         given to message-check-element.
20032
20033 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
20034
20035         * nntp.el (nntp-authinfo-rejected): New error condition.
20036         (nntp-wait-for): Use new error condition to signal authentication
20037         error.
20038         (nntp-retrieve-data): Rethrow new error condition to break out of
20039         recursive call to nntp-send-authinfo.
20040
20041 2005-11-08  Romain Francoise  <romain@orebokech.com>
20042
20043         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
20044         (gnus-summary-exit-map): Bind to `Z p'.
20045         (gnus-summary-make-menu-bar): Add menu item.
20046
20047 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
20048
20049         * gnus-art.el (gnus-article-treat-custom): Add `first'.
20050         (gnus-treat-*): Add `first' in all doc strings.
20051
20052         * gnus-group.el (gnus-group-compact-group): Fix typo.
20053
20054 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * gnus.el (gnus-parameters-case-fold-search): New variable.
20057         (gnus-parameters-get-parameter): Use it.
20058
20059         * gnus-score.el (gnus-home-score-file): Doc fix.
20060
20061 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
20062
20063         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
20064
20065 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20066
20067         * mm-util.el (mm-special-display-p): New function.
20068
20069         * mml.el (mml-preview): Use it; doc fix.
20070
20071 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20072
20073         * imap.el (imap-open): Handle case where buffer is a buffer object.
20074
20075 2005-10-29  Romain Francoise  <romain@orebokech.com>
20076
20077         * message.el (message-fix-before-sending): Fix comment.
20078
20079 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20080
20081         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
20082
20083 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
20084
20085         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
20086         Used in gnus-score.el.
20087
20088 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
20089
20090         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
20091
20092 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
20093
20094         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
20095         whitespace removed in revision 7.8.  Use concatenated string to
20096         protect trailing whitespace.
20097
20098 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
20099
20100         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
20101         (nnimap-request-expire-articles): Use it to avoid sending 'UID
20102         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
20103         Courier IMAP ("some version from 2004").  Mostly based on similar
20104         code in the same function.
20105
20106 2005-10-26  Didier Verna  <didier@xemacs.org>
20107
20108         * gnus-group.el (gnus-group-compact-group): Invalidate original
20109         article buffer.
20110         * gnus-srvr.el (gnus-server-compact-server): Ditto.
20111         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
20112         NOV database and in article itself.
20113         Invalidate article backlog.
20114
20115 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20116
20117         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
20118
20119 2005-10-26  Simon Josefsson  <jas@extundo.com>
20120
20121         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
20122         part of 2004-07-25 change.
20123
20124 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20125
20126         * message.el (message-display-completion-list): New function.
20127         (message-expand-group): Use it; make sure the Completions buffer
20128         is modifiable.
20129 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20130
20131         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
20132         user-mail-name is an empty string.
20133
20134 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20135
20136         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
20137         depending on gnus-score-decay-constant.
20138
20139         * encrypt.el (encrypt-insert-file-contents)
20140         (encrypt-write-file-contents): Don't use `gnus-message'.
20141
20142         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
20143         arguments.
20144         (mm-uu-type-alist): Add message-marks and insert-marks.
20145         Pass arguments to mm-uu-verbatim-marks-extract.
20146         (mm-uu-hide-markers): New variable.
20147         (mm-uu-extract): Use face similar to `gnus-cite-3'.
20148
20149         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20150         (gnus-convert-image-to-face-command): Use "convert" by default to
20151         allow other input image formats.
20152         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20153         accordingly.
20154
20155 2005-10-23  Simon Josefsson  <jas@extundo.com>
20156
20157         * imap.el (imap-gssapi-program): Align command line parameters
20158         with latest GNU SASL.
20159         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20160
20161 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20162
20163         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20164         HTML.
20165         (nnslashdot-request-article): Ditto.
20166
20167         * lpath.el (featurep): Add nobreak-char-display.
20168
20169 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20170
20171         * mail-source.el (mail-source-fetch-pop): Require pop3.
20172         (mail-source-check-pop): Ditto.
20173
20174 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20175
20176         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20177         errors.
20178
20179 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20180
20181         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20182         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20183
20184         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20185
20186         * mm-bodies.el (mm-decode-string):
20187         Call `mm-charset-to-coding-system' with allow-override argument.
20188
20189 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20190
20191         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20192         (rfc2047-charset-to-coding-system): New function.
20193         (rfc2047-decode-encoded-words): New function.
20194         (rfc2047-decode-region): Use them.
20195         (rfc2047-decode-cte): Remove.
20196         (rfc2047-parse-and-decode): Remove.
20197         (rfc2047-decode): Remove.
20198
20199 2005-10-15  Kenichi Handa  <handa@m17n.org>
20200
20201         * rfc2047.el (rfc2047-decode-cte): New function.
20202         (rfc2047-decode-region): Change the way to decode successive
20203         encoded-words: decode B- or Q-encoding in each encoded-word,
20204         concatenate them, and decode it as charset.
20205
20206 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20207
20208         * lpath.el: Fbind codepage-setup for XEmacs.
20209
20210 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20211
20212         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20213         widget-move-and-invoke.
20214         (gnus-custom-mode): Use gnus-custom-map.
20215
20216 2005-10-15  Bill Wohler  <wohler@newt.com>
20217
20218         * message.el (message-tool-bar-map): Rename image file from
20219         mail_send to mail/send.
20220
20221 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20222
20223         * message.el (message-expand-group): Pass the common
20224         prefix substring of completion to `display-completion-list'.
20225
20226 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * mml-sec.el (mml-secure-method): New internal variable.
20229         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20230         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20231         New functions using mml-secure-method.
20232
20233         * mml.el (mml-mode-map): Add key bindings for those functions.
20234         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20235         Harder <harder@myrealbox.com>.
20236         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20237         Goto end of message if point is the headers of the message.
20238
20239         * message.el (message-in-body-p): New function.
20240
20241         * assistant.el: Autoload gnus-util and netrc.
20242
20243         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20244         Use `mm-charset-override-alist' only when decoding.
20245
20246         * mm-bodies.el (mm-decode-body):
20247         Call `mm-charset-to-coding-system' with allow-override argument.
20248
20249         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20250         `filename' from Content-Disposition if Content-Type doesn't
20251         provide `name'.
20252         (gnus-mime-view-part-as-type): Set default instead of
20253         initial-input.
20254
20255 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20256
20257         * format-spec.el (format-spec): Propagate text properties of % spec.
20258
20259 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20260
20261         * gnus-art.el (gnus-treat-predicate): Add `first'.
20262
20263 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20264
20265         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20266         (mm-charset-override-alist): New variable.
20267         (mm-charset-to-coding-system): Use it.
20268         (mm-codepage-setup): New helper function.
20269         (mm-charset-eval-alist): New variable.
20270         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20271         Warn about unknown charsets.
20272
20273         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20274
20275 2005-10-04  David Hansen  <david.hansen@gmx.net>
20276
20277         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20278         (nnrss-check-group): Ditto.
20279
20280 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20281
20282         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20283         Rename x-gnus-verbatim to x-verbatim.
20284         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20285
20286         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20287         x-verbatim.
20288
20289         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20290
20291         * gnus-util.el (gnus-remove-duplicates): Remove.
20292
20293         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20294         instead of gnus-remove-duplicates.
20295
20296         * message.el (message-remove-duplicates): Remove.
20297         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20298         message-remove-duplicates.
20299
20300         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20301         available, else use implementation from `delete-dups'.
20302
20303         * message.el (message-insert-expires): New function.
20304         (message-mode-map): Add key binding.
20305         (message-mode-field-menu): Add menu entry.
20306         (message-mode): Document it.
20307         (message-make-expires-date): Use `message-make-date'.
20308
20309 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20310
20311         * message.el (message-make-expires-date): New function.
20312
20313 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * Makefile.in (list-installed-shadows): New entry.
20316         (install): Use it.
20317         (remove-installed-shadows): New entry.
20318
20319         * dgnushack.el (dgnushack-default-load-path): New variable.
20320         (dgnushack-find-lisp-shadows): New function.
20321         (dgnushack-remove-lisp-shadows): New function.
20322
20323 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20324
20325         * Makefile.in (install-el-elc): New entry.
20326         (install): Use it so that .el files are necessarily installed.
20327
20328 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20329
20330         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20331
20332 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20333
20334         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20335         function rather than the diff-mode.el package.
20336         (mm-display-external): Use with-current-buffer.
20337         (mm-viewer-completion-map, mm-viewer-completion-map):
20338         Move initialization inside declaration.
20339
20340 2005-09-29  Simon Josefsson  <jas@extundo.com>
20341
20342         * spam.el: Load hashcash when compiling, to avoid warnings.
20343         Don't autoload mail-check-payment.
20344         (spam-check-hashcash): Define unconditionally, since hashcash.el
20345         is part of Gnus now.  Ignore errors from payment checking.
20346
20347 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20348
20349         * message.el (message-bold-region, message-unbold-region):
20350         Rename from `bold-region' and `unbold-region'.
20351
20352         * message.el: Remove useless autoloads.
20353
20354 2005-09-28  Simon Josefsson  <jas@extundo.com>
20355
20356         * message.el (message-use-idna): Default to t.
20357         (message-use-idna): Test whether encoding works too.  Doc fix.
20358
20359 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * nntp.el (nntp-warn-about-losing-connection): Remove.
20362
20363 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20364
20365         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20366         customizable.  Change default value.
20367         (mm-uu-diff-groups-regexp): Change default value.
20368         (mm-uu-type-alist): Add doc string.
20369         (mm-uu-configure): Add doc string.  Make it interactive.
20370         (mm-uu-tex-groups-regexp): New variable.
20371         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20372         (mm-uu-type-alist): Add LaTeX documents.
20373         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20374         of "text/verbatim".
20375         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20376
20377         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20378         instead of "text/verbatim".
20379
20380         * message.el (message-mark-inserted-region)
20381         (message-mark-insert-file): Use slrn style marks when called with
20382         prefix argument.
20383
20384 2005-09-27  Simon Josefsson  <jas@extundo.com>
20385
20386         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20387
20388 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20389
20390         * message.el (message-remove-duplicates): New function.
20391         Implementation borrowed from `gnus-remove-duplicates'.
20392         (message-idna-to-ascii-rhs): Also encode idna addresses in
20393         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20394         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20395         only ask about the same idna domain once per header and also tell
20396         in what header to replace the idna domain.
20397
20398         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20399         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20400         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20401         a header is decoded and not just the last one.
20402
20403 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20404
20405         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20406         has been decoded.
20407
20408         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20409         (mm-insert-part): Don't modify text if it has been decoded.
20410
20411         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20412         decoded.
20413
20414         * mm-view.el (mm-inline-text): Don't strip text props unless
20415         decoding enriched or richtext parts.
20416
20417 2005-09-25  Romain Francoise  <romain@orebokech.com>
20418
20419         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20420         * gnus-start.el (gnus-subscribe-interactively):
20421         * gnus-uu.el (gnus-uu-grab-articles):
20422         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20423         space.
20424
20425 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20426
20427         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20428         * mm-view.el (mm-view-pkcs7-decrypt):
20429         * gnus-sum.el (gnus-summary-limit-to-extra)
20430         (gnus-summary-respool-article, gnus-read-move-group-name):
20431         * gnus-score.el (gnus-summary-increase-score):
20432         * gnus-util.el (gnus-completing-read-with-default):
20433         * gnus-art.el (gnus-read-save-file-name)
20434         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20435         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20436         * message.el (message-check-news-header-syntax):
20437         Follow convention for reading with the minibuffer.
20438
20439 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20440
20441         * spam-report.el (spam-report-url-ping-plain):
20442         Use gnus-extended-version as User-Agent.
20443
20444         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20445         default value is nil.
20446
20447         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20448         (mm-uu-verbatim-marks-extract): New function.
20449         (mm-uu-extract): New face.
20450         (mm-uu-copy-to-buffer): Use it.
20451
20452         * spam-report.el (spam-report-gmane-ham): Rename from
20453         `spam-report-gmane-unspam'.
20454         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20455         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20456
20457         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20458         Autoload.
20459         (spam-report-gmane-unregister-routine):
20460         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20461
20462 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20463
20464         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20465         (spam-report-gmane-unregister-routine): Add support for gmane
20466         unregistration.
20467
20468         * spam-report.el (spam-report-gmane-unspam)
20469         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20470         (spam-report-gmane): Change to take a single article and do unspam
20471         registration.
20472
20473 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20474
20475         * mm-url.el (mm-url-decode-entities): Fix regexp.
20476
20477 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20478
20479         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20480         default to nil, to be able to use Gnus at all.  If the default
20481         switches to something else, then the function should be fixed not
20482         be exceedingly slow.
20483
20484 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20485
20486         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20487         fail hard.
20488
20489         * spam-report.el: Add better Keywords line.
20490
20491         * spam.el: Add Maintainer and better Keywords line.
20492
20493 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20494
20495         * gnus-art.el (gnus-article-replace-part)
20496         (gnus-mime-replace-part): New functions.
20497         (gnus-mime-action-alist, gnus-mime-button-commands)
20498         (gnus-mime-save-part-and-strip): Add file argument.
20499         (gnus-article-part-wrapper): Add interactive argument.
20500
20501         * gnus-sum.el (gnus-summary-mime-map):
20502         Add `gnus-article-replace-part'.
20503
20504 2005-09-19  Didier Verna  <didier@xemacs.org>
20505
20506         The nnml compaction feature:
20507         * nnml.el (nnml-request-compact-group): New function.
20508         * nnml.el (nnml-request-compact): New function.
20509         * gnus-int.el (gnus-request-compact-group): New function.
20510         * gnus-int.el (gnus-request-compact): New function.
20511         * gnus-group.el (gnus-group-compact-group): New function.
20512         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20513         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20514         * gnus-srvr.el (gnus-server-compact-server): New function.
20515         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20516         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20517
20518 2005-09-18  Deepak Goel  <deego@gnufans.org>
20519
20520         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20521         format spec.
20522
20523 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20524
20525         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20526
20527 2005-09-15  Romain Francoise  <romain@orebokech.com>
20528
20529         * message.el (message-fill-paragraph): Clarify docstring.
20530
20531 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20532
20533         * gnus-art.el (gnus-mime-display-part): Protect against broken
20534         MIME messages.
20535
20536 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20537
20538         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20539         before parsing header.
20540
20541 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20542
20543         * html2text.el (html2text-replace-list): Add new entities.
20544
20545 2005-09-11  Romain Francoise  <romain@orebokech.com>
20546
20547         * message.el (message-alternative-emails): Improve docstring.
20548         (message-setup-1): Call `message-use-alternative-email-as-from'
20549         after `message-setup-hook' to give it precedence over posting
20550         styles, etc.
20551         (message-use-alternative-email-as-from): Add docstring.
20552         Remove the original From header if present.
20553
20554         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20555         (nnml-save-mail): Use it.
20556
20557         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20558         articles.  Add new argument `silent'.
20559         (gnus-uu-mark-all): Report the total number of marked articles.
20560
20561 2005-09-10  Romain Francoise  <romain@orebokech.com>
20562
20563         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20564         (gnus-uu-mark-series): Likewise.
20565
20566 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20567
20568         * spam-report.el (spam-report-gmane): Fix generation of spam
20569         report URL.
20570
20571 2005-09-10  Simon Josefsson  <jas@extundo.com>
20572
20573         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20574         t, based on discussion on the ding list with Robert Epprecht
20575         <epprecht@solnet.ch>.
20576
20577 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20578
20579         * spam-report.el (spam-report-gmane): Make it work without
20580         X-Report-Spam header.  Gmane now only provides Archived-At.
20581         This is only used if `spam-report-gmane-use-article-number' is nil.
20582         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20583
20584         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20585         make `gnus-summary-sort-by-recipient' work with threading.
20586
20587         * nnweb.el (nnweb-google-wash-article): Print a message if article
20588         is not available.
20589
20590 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20591
20592         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20593         change.  Decode text/* parts content before displaying.
20594
20595 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20596
20597         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20598
20599 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20600
20601         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20602
20603         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20604         url-package-name, url-package-version,
20605         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20606         w3m-display-inline-images, and w3m-minor-mode-map.
20607
20608 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20609
20610         * message.el (message-tab-body-function): Fix mismatched custom type.
20611
20612         * gnus.el (gnus-group-change-level-function): Ditto.
20613
20614         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20615
20616         * gnus-art.el (gnus-signature-limit)
20617         (gnus-article-mime-part-function): Ditto.
20618
20619 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20620
20621         * mml.el (mml-mode): Silence the byte compiler.
20622
20623         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20624         using `(sit-for 0)' before moving the point to the specified part;
20625         skip unbuttonized parts.
20626         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20627         return to the summary window if gnus-auto-select-part is non-nil.
20628
20629 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20630
20631         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20632         New variables.
20633         (mml-dnd-attach-file, mml-mode): Use them.
20634
20635         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20636         Make fetching article by MID work again for Google Groups.
20637         Add FIXME concerning gnus-group-make-web-group.
20638
20639         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20640         Don't depend on Gnus by using mail-extract-address-components if
20641         gnus-extract-address-components is not bound.
20642
20643 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20644
20645         * gnus-art.el (gnus-mime-display-security): Don't display the
20646         signature, but only the signed part.
20647
20648 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20649
20650         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20651
20652         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20653         list, not listp.
20654
20655 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20656
20657         * mm-encode.el (mm-encode-content-transfer-encoding):
20658         Likewise when encoding.
20659
20660         * mm-bodies.el (mm-decode-content-transfer-encoding):
20661         De-canonicalize CRLF for all text content types, not just
20662         text/plain.
20663
20664 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20665
20666         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20667         valid article; point arrow and cursor at the MIME button.
20668
20669 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20670
20671         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20672         Suggested by Dan Christensen <jdc@uwo.ca>.
20673
20674         * mm-decode.el (mm-save-part): Enable change of prompt.
20675
20676 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20677
20678         * gnus-msg.el (gnus-inews-add-send-actions):
20679         Make `message-post-method' lambda parameter ARG `&optional'.
20680
20681 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20682
20683         * gnus-sum.el (gnus-summary-mime-map):
20684         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20685         gnus-article-jump-to-part.
20686
20687         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20688         (gnus-article-edit-part): Use it.
20689         (gnus-article-part-wrapper): Add no-handle argument.
20690         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20691         New functions.
20692
20693 2005-08-29  Romain Francoise  <romain@orebokech.com>
20694
20695         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20696         docstring.
20697         (gnus-face-from-file): Likewise.
20698
20699 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20700
20701         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20702         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20703         non-nil.
20704         (gnus-auto-select-part): New variable.
20705         (gnus-article-jump-to-part): New function.
20706         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20707         (gnus-mime-delete-part): Allow selecting specified part after
20708         deleting or stripping parts.
20709         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20710         part if argument is bogus.
20711
20712 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20713
20714         * gnus-art.el (w3m-minor-mode-map):
20715         * gnus-spec.el (gnus-newsrc-file-version):
20716         * gnus-util.el (nnmail-active-file-coding-system)
20717         (gnus-original-article-buffer, gnus-user-agent):
20718         * gnus.el (gnus-ham-process-destinations)
20719         (gnus-parameter-ham-marks-alist)
20720         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20721         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20722         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20723         * mm-decode.el (gnus-current-window-configuration):
20724         * mm-extern.el (gnus-article-mime-handles):
20725         * mm-url.el (url-current-object, url-package-name)
20726         (url-package-version):
20727         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20728         (smime-keys, w3m-cid-retrieve-function-alist)
20729         (w3m-current-buffer, w3m-display-inline-images)
20730         (w3m-minor-mode-map):
20731         * mml-smime.el (gnus-extract-address-components):
20732         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20733         (gnus-newsrc-hashtb, message-default-charset)
20734         (message-deletable-headers, message-options)
20735         (message-posting-charset, message-required-mail-headers)
20736         (message-required-news-headers):
20737         * mml1991.el (mc-pgp-always-sign):
20738         * mml2015.el (mc-pgp-always-sign):
20739         * nnheader.el (nnmail-extra-headers):
20740         * rfc1843.el (gnus-decode-encoded-word-function)
20741         (gnus-decode-header-function, gnus-newsgroup-name):
20742         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20743
20744 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20745
20746         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20747         the end of the date treatments.
20748
20749 2005-08-15  Simon Josefsson  <jas@extundo.com>
20750
20751         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20752         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20753         Capello and Romain Francoise.
20754         (pgg-fetch-key-function): Remove, not used?
20755         (pgg-insert-url-with-w3): Require url, to get
20756         url-insert-file-contents regardless of where it is defined.
20757
20758 2005-08-13  Romain Francoise  <romain@orebokech.com>
20759
20760         * message.el (message-cite-original-1): New function.
20761         (message-cite-original): Use it.
20762         (message-cite-original-without-signature): Ditto.
20763
20764 2005-08-08  Romain Francoise  <romain@orebokech.com>
20765
20766         * message.el (message-yank-empty-prefix): New variable.
20767         (message-indent-citation): Use it.
20768         (message-cite-original-without-signature): Respect X-No-Archive.
20769
20770 2005-08-08  Simon Josefsson  <jas@extundo.com>
20771
20772         * pgg.el: Autoload url-insert-file-contents instead of loading
20773         w3/url.
20774         (pgg-insert-url-with-w3): Don't load url here.
20775
20776 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20777
20778         * message.el (message-kill-to-signature): Don't insert newline at
20779         bol.
20780         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20781
20782 2005-08-06  Romain Francoise  <romain@orebokech.com>
20783
20784         * message.el (message-user-fqdn): Fix typo in docstring.
20785
20786 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20787
20788         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20789
20790         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20791
20792 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20793
20794         * mm-bodies.el (mm-encode-body): Use coding system rather than
20795         charset to encode text.
20796
20797         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20798         number of charsets if utf-8 is available (XEmacs).
20799
20800 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20801
20802         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20803         taken from `gnus-button-mid-or-mail-regexp'.
20804         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20805         (gnus-button-alist): Improve regexp for domain part of the MIDs
20806         for news:localpart@domain buttons.
20807         (gnus-button-ctan-directory-regexp): Update.
20808
20809 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * sieve-manage.el (sieve-manage-interactive-login):
20812         Use make-local-variable rather than make-variable-buffer-local.
20813         (sieve-manage-open): Ditto.
20814         (sieve-manage-authenticate): Ditto.
20815
20816         * mml.el (mml-generate-mime-1): Make the content type default to
20817         text/plain if the filename is not specified.
20818
20819 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20822         instead of insert-buffer.
20823
20824         * message.el (message-yank-original): Ditto; set the mark at the
20825         end of the yanked message.
20826
20827 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20828
20829         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20830         lines to scroll rather than to stop it.
20831
20832         * mml.el (mml-generate-default-type): Add doc string.
20833         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20834         default to application/octet-stream when determining the content
20835         type if it is not specified for the part or the mml contents; add
20836         a comment about mml-generate-default-type.
20837
20838 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20839
20840         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20841         make it default to application/octet-stream when determining the
20842         content type if it is not specified for the external contents.
20843
20844 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20847         segmented parameter but also other parameters might be there.
20848
20849 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * mm-decode.el (mm-display-external): Delete temp file, directory
20852         and buffer immediately if the external process is exited.
20853
20854 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20855
20856         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20857         fewer lines than that of scroll-margin.
20858         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20859
20860 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20861
20862         * gnus-art.el (gnus-article-next-page): Revert.
20863         (gnus-article-beginning-of-window): New macro.
20864         (gnus-article-next-page-1): Use it.
20865         (gnus-article-prev-page): Ditto.
20866         (gnus-article-edit-part): Use insert-buffer-substring instead of
20867         insert-buffer.
20868         (gnus-article-edit-exit): Ditto.
20869
20870         * gnus-util.el (gnus-beginning-of-window): Remove.
20871         (gnus-end-of-window): Remove.
20872
20873         * lpath.el: Don't bind header-line-format and scroll-margin.
20874
20875 2005-07-25  Simon Josefsson  <jas@extundo.com>
20876
20877         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20878         to have the url package without w3.  Reported by Daiki Ueno
20879         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20880
20881 2005-07-20  Didier Verna  <didier@xemacs.org>
20882
20883         * gnus-diary.el: Remove the description comment (nndiary is now
20884         properly documented in the Gnus manual).
20885         Fix the spelling of "Back End".
20886         * nndiary.el: Ditto.
20887         Fix the copyright notice.
20888
20889 2005-07-18  Romain Francoise  <romain@orebokech.com>
20890
20891         * gnus-sum.el (gnus-summary-to-prefix)
20892         (gnus-summary-newsgroup-prefix): New variables.
20893         (gnus-summary-from-or-to-or-newsgroups): Use them.
20894
20895 2005-07-17  Romain Francoise  <romain@orebokech.com>
20896
20897         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20898         space as it's generally not especially interesting to the user.
20899
20900 2005-07-16  Romain Francoise  <romain@orebokech.com>
20901
20902         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20903         nil to avoid prompting and file modification if one of the
20904         messages at the top of the nnfolder file contains a copyright
20905         notice.
20906         Update copyright notice.
20907
20908         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20909         instead of `current-time-string' as the latter creates a time
20910         string that is not RFC 2822 compliant (it lacks the zone).
20911         Update copyright notice.
20912
20913 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20914
20915         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20916         for text/rtf.  Display default in prompt.  Pass default for M-n.
20917
20918         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20919
20920 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20921
20922         * gnus-msg.el (gnus-button-mailto):
20923         Remove save-selected-window-window hackery because it relies on
20924         save-selected-window internals.
20925
20926 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20927
20928         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20929         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20930         (gnus-article-prev-page): Ditto.
20931
20932         * gnus-util.el (gnus-beginning-of-window): New function.
20933         (gnus-end-of-window): New function.
20934
20935         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20936
20937 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20938
20939         * gnus-score.el (gnus-score-edit-all-score):
20940         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20941         gnus-message.
20942
20943 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20944
20945         * gnus-msg.el (gnus-button-mailto):
20946         Remove save-selected-window-window hackery because it relies on
20947         save-selected-window internals.
20948
20949 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20950
20951         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20952         add-minor-mode.
20953         (gnus-binary-mode): Ditto.
20954
20955         * gnus-topic.el (gnus-topic-mode): Ditto.
20956
20957 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20958
20959         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20960         (gnus-article-prev-page): Take scroll-margin into consideration.
20961
20962 2005-07-04  Lute Kamstra  <lute@gnu.org>
20963
20964         Update FSF's address in GPL notices.
20965
20966 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20967
20968         * gnus.el (gnus-exit):
20969         * gnus-group.el (gnus-group-icons):
20970         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20971
20972         * gnus-nocem.el (gnus-nocem):
20973         * message.el (message-various, message-buffers, message-sending)
20974         (message-interface, message-forwarding, message-insertion)
20975         (message-headers, message-news, message-mail):
20976         * pgg-gpg.el (pgg-gpg):
20977         * pgg-parse.el (pgg-parse):
20978         * pgg-pgp.el (pgg-pgp):
20979         * pgg-pgp5.el (pgg-pgp5):
20980         * pop3.el (pop3): Finish `defgroup' description with period.
20981
20982 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20983
20984         * gnus-art.el (article-display-face): Improve the efficiency.
20985         (article-display-x-face): Ditto; remove gray x-face stuff.
20986
20987 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20988
20989         * gnus-art.el (article-display-face): Correct the position in
20990         which Faces are inserted.
20991
20992 2005-06-29  Didier Verna  <didier@xemacs.org>
20993
20994         * gnus-art.el (article-display-face): Display faces in correct
20995         order.
20996
20997 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20998
20999         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21000         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21001         (gnus-nocem-check-article): Fetch the Type header.
21002         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21003         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21004         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21005         make sure gnus-nocem-hashtb is initialized.
21006         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21007         (gnus-nocem-unwanted-article-p): Ditto.
21008
21009         * pgg.el (pgg-verify): Return the verification result.
21010
21011 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21012
21013         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21014         is ascii.
21015
21016 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21017
21018         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21019         `show-nonbreak-escape'.
21020
21021 2005-06-23  Lute Kamstra  <lute@gnu.org>
21022
21023         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
21024
21025         * dig.el (dig-mode):
21026         * smime.el (smime-mode): Use gnus-run-mode-hooks.
21027
21028 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21029
21030         * nnimap.el (nnimap-split-download-body): Fix spellings.
21031
21032 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21033
21034         * gnus-art.el (gnus-article-encrypt-body):
21035         * gnus-cus.el (gnus-score-customize):
21036         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
21037         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
21038
21039 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
21040
21041         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
21042         header by looking for magic "MII" at the beginning.
21043
21044 2005-06-16  Miles Bader  <miles@gnu.org>
21045
21046         * gnus-xmas.el (gnus-xmas-group-startup-message):
21047         Use renamed gnus-splash face.
21048
21049         * assistant.el (assistant-field): Remove "-face" suffix from face name.
21050         (assistant-field-face): New backward-compatibility alias for renamed
21051         face.
21052         (assistant-render-text): Use renamed assistant-field face.
21053
21054         * spam.el (spam): Remove "-face" suffix from face name.
21055         (spam-face): New backward-compatibility alias for renamed face.
21056         (spam-face, spam-initialize): Use renamed spam face.
21057
21058         * message.el (message-header-to, message-header-cc)
21059         (message-header-subject, message-header-newsgroups)
21060         (message-header-other, message-header-name)
21061         (message-header-xheader, message-separator, message-cited-text)
21062         (message-mml): Remove "-face" suffix from face names.
21063         (message-header-to-face, message-header-cc-face)
21064         (message-header-subject-face, message-header-newsgroups-face)
21065         (message-header-other-face, message-header-name-face)
21066         (message-header-xheader-face, message-separator-face)
21067         (message-cited-text-face, message-mml-face):
21068         New backward-compatibility aliases for renamed faces.
21069         (message-font-lock-keywords): Use renamed message faces.
21070
21071         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
21072         (sieve-test-commands, sieve-tagged-arguments):
21073         Remove "-face" suffix from face names.
21074         (sieve-control-commands-face, sieve-action-commands-face)
21075         (sieve-test-commands-face, sieve-tagged-arguments-face):
21076         New backward-compatibility aliases for renamed faces.
21077         (sieve-control-commands-face, sieve-action-commands-face)
21078         (sieve-test-commands-face, sieve-tagged-arguments-face):
21079         Use renamed sieve faces.
21080
21081         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
21082         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
21083         (gnus-group-news-3-empty, gnus-group-news-4)
21084         (gnus-group-news-4-empty, gnus-group-news-5)
21085         (gnus-group-news-5-empty, gnus-group-news-6)
21086         (gnus-group-news-6-empty, gnus-group-news-low)
21087         (gnus-group-news-low-empty, gnus-group-mail-1)
21088         (gnus-group-mail-1-empty, gnus-group-mail-2)
21089         (gnus-group-mail-2-empty, gnus-group-mail-3)
21090         (gnus-group-mail-3-empty, gnus-group-mail-low)
21091         (gnus-group-mail-low-empty, gnus-summary-selected)
21092         (gnus-summary-cancelled, gnus-summary-high-ticked)
21093         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
21094         (gnus-summary-high-ancient, gnus-summary-low-ancient)
21095         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
21096         (gnus-summary-low-undownloaded)
21097         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
21098         (gnus-summary-low-unread, gnus-summary-normal-unread)
21099         (gnus-summary-high-read, gnus-summary-low-read)
21100         (gnus-summary-normal-read, gnus-splash):
21101         Remove "-face" suffix from face names.
21102         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
21103         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
21104         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
21105         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
21106         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
21107         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
21108         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
21109         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
21110         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
21111         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
21112         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
21113         (gnus-summary-selected-face, gnus-summary-cancelled-face)
21114         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
21115         (gnus-summary-normal-ticked-face)
21116         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
21117         (gnus-summary-normal-ancient-face)
21118         (gnus-summary-high-undownloaded-face)
21119         (gnus-summary-low-undownloaded-face)
21120         (gnus-summary-normal-undownloaded-face)
21121         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
21122         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
21123         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
21124         (gnus-splash-face):
21125         New backward-compatibility aliases for renamed faces.
21126         (gnus-group-startup-message): Use renamed gnus faces.
21127
21128         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
21129         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
21130         (gnus-server-agent): Remove "-face" suffix from face names.
21131         (gnus-server-agent-face, gnus-server-opened-face)
21132         (gnus-server-closed-face, gnus-server-denied-face)
21133         (gnus-server-offline-face):
21134         New backward-compatibility aliases for renamed faces.
21135         (gnus-server-agent-face, gnus-server-opened-face)
21136         (gnus-server-closed-face, gnus-server-denied-face)
21137         (gnus-server-offline-face): Use renamed gnus faces.
21138
21139         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
21140         Remove "-face" suffix from face names.
21141         (gnus-picon-xbm-face, gnus-picon-face):
21142         New backward-compatibility aliases for renamed faces.
21143
21144         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
21145         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
21146         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
21147         (gnus-cite-11): Remove "-face" suffix from face names.
21148         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
21149         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21150         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21151         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21152         New backward-compatibility aliases for renamed faces.
21153         (gnus-cite-attribution-face, gnus-cite-face-list)
21154         (gnus-article-boring-faces): Use renamed gnus faces.
21155
21156         * gnus-art.el (gnus-signature, gnus-header-from)
21157         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21158         (gnus-header-content): Remove "-face" suffix from face names.
21159         (gnus-signature-face, gnus-header-from-face)
21160         (gnus-header-subject-face, gnus-header-newsgroups-face)
21161         (gnus-header-name-face, gnus-header-content-face):
21162         New backward-compatibility aliases for renamed faces.
21163         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21164
21165         * gnus-sum.el (gnus-summary-selected-face)
21166         (gnus-summary-highlight): Use renamed gnus faces.
21167         * gnus-group.el (gnus-group-highlight): Likewise.
21168
21169 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21170
21171         * gnus-sieve.el (gnus-sieve-article-add-rule):
21172         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21173         * spam-stat.el (spam-stat-buffer-change-to-spam)
21174         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21175
21176         * message.el (message-is-yours-p):
21177         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21178
21179 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21180
21181         * mm-view.el (mm-inline-text): Withdraw the last change.
21182
21183 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21184
21185         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21186         executing enriched-decode.
21187
21188 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21189
21190         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21191         charset of tar files.
21192
21193 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21194
21195         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21196
21197 2005-06-04  Lute Kamstra  <lute@gnu.org>
21198
21199         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21200         information is never recorded.
21201
21202 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21203
21204         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21205
21206 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * pop3.el (pop3-apop): Run md5 in the binary mode.
21209
21210         * starttls.el (starttls-set-process-query-on-exit-flag):
21211         Use eval-and-compile.
21212
21213 2005-05-31  Simon Josefsson  <jas@extundo.com>
21214
21215         * smime.el (smime-replace-in-string): Define.
21216         (smime-cert-by-ldap-1): Use it.
21217
21218 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21219
21220         * gnus-art.el (article-display-x-face): Replace
21221         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21222
21223         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21224         set-process-query-on-exit-flag or process-kill-without-query.
21225
21226         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21227         loop instead of replace-regexp.
21228
21229         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21230         instead of process-kill-without-query if it is available.
21231
21232         * lpath.el: Fbind ldap-search-entries.
21233
21234         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21235         instead of find-file-hooks if it is available.
21236
21237         * mml1991.el: Bind pgg-default-user-id when compiling.
21238
21239         * mml2015.el: Bind pgg-default-user-id when compiling.
21240
21241         * nndraft.el (nndraft-request-associate-buffer):
21242         Use write-contents-functions instead of write-contents-hooks if it is
21243         available.
21244
21245         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21246         instead of find-file-hooks if it is available.
21247
21248         * nntp.el (nntp-open-connection): Replace
21249         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21250         (nntp-open-ssl-stream): Ditto.
21251         (nntp-open-tls-stream): Ditto.
21252
21253         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21254         set-process-query-on-exit-flag or process-kill-without-query.
21255         (starttls-open-stream-gnutls): Use it instead of
21256         process-kill-without-query.
21257         (starttls-open-stream): Ditto.
21258
21259 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21260
21261         * smime.el (smime-cert-by-ldap-1): Don't use
21262         replace-regexp-in-string.
21263
21264 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21265
21266         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21267
21268         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21269         in PEM format.  Adjust to the XEmacs compatibility.
21270
21271 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21272
21273         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21274         by `string-to-number'.
21275         * gnus-agent.el (gnus-agent-regenerate-group)
21276         (gnus-agent-fetch-articles): Ditto.
21277         * gnus-art.el (gnus-button-fetch-group): Ditto.
21278         * gnus-cache.el (gnus-cache-generate-active)
21279         (gnus-cache-articles-in-group): Ditto.
21280         * gnus-group.el (gnus-group-set-current-level)
21281         (gnus-group-insert-group-line): Ditto.
21282         * gnus-score.el (gnus-score-set-expunge-below)
21283         (gnus-score-set-mark-below, gnus-summary-score-effect)
21284         (gnus-summary-score-entry): Ditto.
21285         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21286         (gnus-soup-pack): Ditto.
21287         * gnus-spec.el (gnus-xmas-format): Ditto.
21288         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21289         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21290         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21291         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21292         * nndb.el (nndb-get-remote-expire-response): Ditto.
21293         * nndiary.el (nndiary-parse-schedule-value)
21294         (nndiary-string-to-number, nndiary-request-replace-article)
21295         (nndiary-request-article): Ditto.
21296         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21297         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21298         * nneething.el (nneething-make-head): Ditto.
21299         * nnfolder.el (nnfolder-request-article)
21300         (nnfolder-retrieve-headers): Ditto.
21301         * nnheader.el (nnheader-file-to-number): Ditto.
21302         * nnkiboze.el (nnkiboze-request-article): Ditto.
21303         * nnmail.el (nnmail-process-unix-mail-format)
21304         (nnmail-process-babyl-mail-format): Ditto.
21305         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21306         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21307         (nnmh-request-create-group, nnmh-request-list-1)
21308         (nnmh-request-group, nnmh-request-article): Ditto.
21309         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21310         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21311         * nnsoup.el (nnsoup-make-active): Ditto.
21312         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21313         * nntp.el (nntp-find-group-and-number)
21314         (nntp-retrieve-headers-with-xover): Ditto.
21315         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21316         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21317         (pgg-format-key-identifier): Ditto.
21318         * pop3.el (pop3-last, pop3-stat): Ditto.
21319         * qp.el (quoted-printable-decode-region): Ditto.
21320
21321         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21322         of concat.
21323
21324 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21325
21326         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21327
21328         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21329
21330         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21331
21332         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21333
21334         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21335
21336         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21337
21338         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21339         (gnus-carpal-mode): Ditto.
21340
21341         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21342         (gnus-browse-mode): Ditto.
21343
21344         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21345
21346         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21347
21348 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21349
21350         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21351
21352 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21353
21354         * gnus-util.el (gnus-run-mode-hooks): New function.
21355
21356         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21357
21358         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21359         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21360
21361 2005-05-27  Lute Kamstra  <lute@gnu.org>
21362
21363         * dns-mode.el (dns-mode): Specify customization group.
21364
21365 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21366
21367         * gnus-agent.el (gnus-agent-make-mode-line-string):
21368         Use mode-line-highlight as mouse-face.
21369
21370 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21371
21372         * canlock.el (canlock): Change the parent group to news.
21373
21374         * deuglify.el (gnus-outlook-deuglify): Add :group.
21375
21376         * dig.el (dig): Add :group.
21377
21378         * dns-mode.el (dns-mode): Add :group.
21379
21380         * encrypt.el (encrypt): Add :group.
21381
21382         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21383         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21384         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21385         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21386         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21387
21388         * gnus-diary.el (gnus-diary): Add :group.
21389
21390         * gnus.el (gnus-group-news-1-face): Add :group.
21391         (gnus-group-news-1-empty-face): Ditto.
21392         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21393         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21394         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21395         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21396         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21397         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21398         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21399         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21400         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21401         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21402         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21403         (gnus-summary-high-ticked-face): Ditto.
21404         (gnus-summary-low-ticked-face): Ditto.
21405         (gnus-summary-normal-ticked-face): Ditto.
21406         (gnus-summary-high-ancient-face): Ditto.
21407         (gnus-summary-low-ancient-face): Ditto.
21408         (gnus-summary-normal-ancient-face): Ditto.
21409         (gnus-summary-high-undownloaded-face): Ditto.
21410         (gnus-summary-low-undownloaded-face): Ditto.
21411         (gnus-summary-normal-undownloaded-face): Ditto.
21412         (gnus-summary-high-unread-face): Ditto.
21413         (gnus-summary-low-unread-face): Ditto.
21414         (gnus-summary-normal-unread-face): Ditto.
21415         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21416         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21417
21418         * hashcash.el (hashcash): New custom group.
21419         (hashcash-default-payment): Add :group.
21420         (hashcash-payment-alist): Ditto.
21421         (hashcash-default-accept-payment): Ditto.
21422         (hashcash-accept-resources): Ditto.
21423         (hashcash-path): Ditto.
21424         (hashcash-extra-generate-parameters): Ditto.
21425         (hashcash-double-spend-database): Ditto.
21426         (hashcash-in-news): Ditto.
21427
21428         * message.el (message-minibuffer-local-map): Add :group.
21429
21430         * netrc.el (netrc): Add :group.
21431
21432         * sieve-manage.el (sieve-manage-log): Add :group.
21433         (sieve-manage-default-user): Diito.
21434         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21435         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21436         (sieve-manage-authenticators): Ditto.
21437         (sieve-manage-authenticator-alist): Ditto.
21438         (sieve-manage-default-port): Ditto.
21439
21440         * sieve-mode.el (sieve-control-commands-face): Add :group.
21441         (sieve-action-commands-face): Ditto.
21442         (sieve-test-commands-face): Ditto.
21443         (sieve-tagged-arguments-face): Ditto.
21444
21445         * smime.el (smime): Add :group.
21446
21447         * spam-report.el (spam-report): Add :group.
21448
21449         * spam.el (spam, spam-face): Add :group.
21450
21451 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21452
21453         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21454         return \n.\n.\n at the end of articles.  Protect against that.
21455         (nntp-with-open-group): Allow debugging.
21456
21457         * nnheader.el (mail-header-set-extra): Make into a function
21458         because I just could't understand how to quote the list properly.
21459
21460         * dns.el (query-dns-cached): New function.
21461
21462 2005-05-26  Lute Kamstra  <lute@gnu.org>
21463
21464         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21465
21466 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21467
21468         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21469
21470         * gnus-art.el: Don't autoload mail-extract-address-components.
21471
21472         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21473         eval-and-compile to evaluate it.
21474
21475         * hashcash.el: Don't autoload executable-find.
21476
21477         * nndb.el: Don't declare the nndb back end two or more times; don't
21478         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21479
21480         * nntp.el: Autoload format-spec instead of format; use
21481         eval-and-compile to evaluate autoload forms.
21482
21483 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21484
21485         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21486
21487 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21488
21489         * gnus.el (gnus-version-number): Bump version.
21490
21491 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21492
21493         * gnus.el: No Gnus v0.3 is released.
21494
21495 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21496
21497         * lpath.el (featurep): Bind show-nonbreak-escape.
21498
21499 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21500
21501         * gnus-art.el (gnus-article-edit-part): Disable undo.
21502
21503 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21504
21505         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21506         gnus-article-date-lapsed-new-header is t if date timer is active;
21507         skip headers in which the original date value is empty.
21508         (gnus-article-save-original-date): Redefine it as a macro.
21509         (gnus-display-mime): Use it.
21510
21511 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21512
21513         * gnus-art.el (article-date-ut): Support converting date in
21514         forwarded parts as well.
21515         (gnus-article-save-original-date): New function.
21516         (gnus-display-mime): Use it.
21517
21518 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21519
21520         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21521         enclosure element of <item>.
21522
21523 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21524
21525         * message.el (message-kill-buffer-query): Rename from
21526         `message-kill-buffer-query-if-modified'.  Add :version.
21527
21528 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21529
21530         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21531         window layout.
21532
21533 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21534
21535         * mml.el: Autoload dnd when compiling.
21536
21537 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21538
21539         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21540         x-dnd-*.
21541
21542 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21543
21544         * qp.el (quoted-printable-encode-region): Save excursion.
21545
21546 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21547
21548         * message.el (message-kill-buffer-query-if-modified): Add new variable
21549         so the user can kill a modified message buffer quickly.
21550         (message-kill-buffer): Use it.
21551
21552 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21553
21554         * lpath.el: Fbind display-time-event-handler; don't fbind
21555         string-to-multibyte.
21556
21557         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21558
21559 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21560
21561         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21562         contained in text because xml.el decodes entities) with LFs.
21563
21564 2005-04-11  Lute Kamstra  <lute@gnu.org>
21565
21566         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21567         differently.
21568
21569 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21570
21571         * mm-util.el (mm-detect-coding-region): Typo.
21572
21573 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21574
21575         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21576
21577 2005-04-06  Deepak Goel  <deego@gnufans.org>
21578
21579         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21580         user-function allow user modifications of the scores.
21581         (spam-stat-score-buffer-user): New function, to allow
21582         user-computed modifications to the score.
21583         (spam-stat-score-buffer-user-functions): List of additional
21584         scoring functions.
21585         (spam-stat-error-holder): Global temporary error holder.
21586         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21587         variable.
21588
21589 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21590
21591         * gnus-registry.el (gnus-registry-clean-empty-function)
21592         (gnus-registry-trim, gnus-registry-fetch-groups)
21593         (gnus-registry-delete-group): Groups that match
21594         `gnus-registry-ignored-groups' are removed from the registry
21595         entries, not just ignored for splitting.  This helps clean up the
21596         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21597         to get all the groups a message ID is in.
21598
21599         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21600         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21601         (spam-stat-score-buffer-user-functions): Add :number custom type.
21602
21603 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21604
21605         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21606         argument in XEmacs.
21607
21608         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21609         (nnrss-request-group): Decode group name first.
21610         (nnrss-request-article): Make a text/plain article if mml-to-mime
21611         failed.
21612         (nnrss-get-encoding): Return a compatible encoding according to
21613         nnrss-compatible-encoding-alist.
21614         (nnrss-find-el): Use consp instead of listp.
21615         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21616
21617 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21618
21619         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21620         which Emacs 20 doesn't support.
21621         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21622
21623 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21624
21625         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21626         silence the byte compiler inside the defun.
21627
21628         * gnus-demon.el (parse-time-string): Add autoload.
21629
21630         * gnus-delay.el (parse-time-string): Add autoload.
21631
21632         * gnus-art.el (parse-time-string): Add autoload.
21633
21634         * nnultimate.el (parse-time): Require for `parse-time-string'.
21635
21636 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21637
21638         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21639
21640         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21641
21642         * smime.el (smime-ldap-host-list): Add :version.
21643
21644 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21645
21646         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21647         pass it to `gnus-browse-read-group'.
21648         (gnus-browse-read-group): Add NUMBER argument and pass it to
21649         `gnus-group-read-ephemeral-group'.
21650
21651         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21652         argument and pass it to `gnus-group-read-group'.
21653
21654 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21655
21656         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21657         mm-xemacs-find-mime-charset-1 if we have the mule feature
21658         available at runtime.
21659
21660 2005-03-25  Werner Lemberg  <wl@gnu.org>
21661
21662         * nnmaildir.el: Replace `illegal' with `invalid'.
21663
21664 2005-03-23  Lute Kamstra  <lute@gnu.org>
21665
21666         * time-date.el: Add comment on time value formats.
21667         Don't require parse-time.
21668         (with-decoded-time-value): New macro.
21669         (encode-time-value): New function.
21670         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21671         (days-to-time): Return a valid time value when arg is huge.
21672         (time-since): Use time-subtract.
21673         (time-to-number-of-days): Use time-to-seconds.
21674
21675 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21676
21677         * gnus-start.el (gnus-display-time-event-handler):
21678         Check display-time-timer at runtime rather than only at load time
21679         in case display-time-mode is turned off in the mean time.
21680
21681 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21682
21683         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21684         used.
21685
21686         * nneething.el (nneething-map-file-directory): Derive from
21687         `gnus-directory'.
21688
21689         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21690         the To/Cc button.
21691
21692 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21693
21694         * nnmaildir.el (nnmaildir-request-accept-article):
21695         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21696
21697 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21698
21699         * gnus-async.el: Require timer-funcs at compile time when in
21700         XEmacs for `run-with-idle-timer'.
21701
21702 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21703
21704         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21705         autoloaded function.
21706
21707 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21708
21709         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21710
21711 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21712
21713         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21714
21715 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21716
21717         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21718         Add gnus-expert-user to default.
21719
21720 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21721
21722         * nnimap.el (nnimap-open-server): Ditto.
21723
21724         * imap.el (imap-authenticate): Fix typo.
21725
21726 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21727
21728         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21729         buffer (since IMAP server might return FETCH response out of
21730         order, and the nntp buffer must be sorted).
21731
21732 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21733
21734         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21735         comparison on string.
21736
21737         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21738         (gnus-agent-score): Rename category keywords to match gnus-cus.
21739         (gnus-agent-summary-fetch-series): Modify to protect against
21740         gnus-agent-summary-fetch-group clearing processable flags.
21741         (gnus-agent-synchronize-group-flags): Update live group buffer as
21742         synchronization may occur due to the user toggle the plugged
21743         status.
21744         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21745         successfully downloaded.
21746         (gnus-agent-expire-group-1): Avoid using markers when the overview
21747         is in ascending order; greatly improves performance.
21748         (gnus-agent-regenerate-group):
21749         Use gnus-agent-synchronize-group-flags to reset read status in both
21750         gnus and server.
21751         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21752
21753 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21754
21755         * message.el: Don't autoload former message-utils variables.
21756         (message-strip-subject-trailing-was): Change doc string.
21757
21758         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21759         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21760         (nnweb-google-search): Add "hl=en" here.
21761         (nnweb-google-parse-1, nnweb-google-create-mapping):
21762         Don't hardcode URL.
21763
21764 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21765
21766         * message.el (message-get-reply-headers, message-followup):
21767         Mention related variables `message-use-followup-to' and
21768         `message-use-mail-followup-to', in the information buffer.
21769
21770         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21771         of broken groups(-beta).google.com.
21772
21773 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21774
21775         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21776         parameter to invoked gnus-request-move-article; remove the
21777         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21778         all at once instead of once per article.
21779         (gnus-summary-remove-process-mark): Accept a list of articles as
21780         well as a single article for processing.
21781
21782         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21783         parameter.
21784
21785         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21786
21787         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21788
21789         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21790         parameter.
21791
21792         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21793         parameter.
21794
21795         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21796         parameter and remove the gnus-sum-hint-move-is-internal variable.
21797
21798         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21799         parameter.
21800
21801         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21802         parameter.
21803
21804         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21805         parameter.
21806
21807         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21808
21809         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21810         parameter.
21811
21812         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21813         parameter.
21814
21815 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21816
21817         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21818         a more conservative way.
21819
21820 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21821
21822         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21823         buffer, so it moves the window's cursor.
21824
21825 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21826
21827         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21828         `mm-dissect-multipart' and receive the from field as an (optional)
21829         argument from `mm-dissect-multipart'.
21830         (mm-dissect-multipart): Receive the from field as an argument and
21831         pass it on when we call `mm-dissect-buffer' on MIME parts.
21832         Fixes verification/decryption of signed/encrypted MIME parts.
21833
21834 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21835
21836         * gnus-sum.el (gnus-summary-move-article):
21837         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21838         whatever it calls (right now, only nnimap-request-move article
21839         respects it).
21840
21841         * nnimap.el (nnimap-request-move-article):
21842         When gnus-sum-hint-move-is-internal is set, don't do the extra
21843         nnimap-request-article.
21844
21845 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21846
21847         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21848
21849         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21850         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21851
21852         * gnus-sum.el (gnus-summary-caesar-message):
21853         Apply `gnus-treat-article' after rotation.
21854
21855         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21856         doc string.
21857
21858 2005-02-22  Simon Josefsson  <jas@extundo.com>
21859
21860         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21861         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21862         <arne@arnested.dk>.
21863         (encrypt): Add password-cache and password-cache-expiry as group
21864         members.
21865
21866 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21867
21868         * smime.el (smime-ldap-host-list): Doc fix.
21869         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21870         cache) password.
21871         (smime-sign-region): Use it.
21872         (smime-decrypt-region): Use it.
21873         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21874         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21875         fails.
21876         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21877         certificate from DER to PEM format rather than calling openssl.
21878
21879         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21880
21881         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21882         for signing/encryption.
21883
21884         * mml.el (mml-parse-1): Use them.
21885
21886 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21887
21888         * nnrss.el (nnrss-verbose): Remove.
21889         (nnrss-request-group): Use `nnheader-message' instead.
21890
21891 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21892
21893         * nnrss.el (nnrss-verbose): New variable.
21894         (nnrss-request-group): Make it say nnrss is requesting a group.
21895
21896 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21897
21898         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21899         Handle news URL with given port correctly.
21900
21901 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21902
21903         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21904         containing special characters.
21905
21906         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21907
21908         * mml.el (mime-to-mml): Ditto.
21909
21910         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21911         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21912         (rfc2047-decode-region): Quote decoded words containing special
21913         characters when rfc2047-quote-decoded-words-containing-tspecials
21914         is non-nil.
21915
21916 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21917
21918         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21919
21920         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21921
21922 2005-02-15  Simon Josefsson  <jas@extundo.com>
21923
21924         * nnimap.el (nnimap-debug): Doc fix.
21925
21926         * imap.el (imap-debug): Doc fix.
21927
21928 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21929
21930         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21931
21932 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21933
21934         * gnus.el (spam-contents): Improve docs for spam-contents
21935         parameter in its variable incarnation.
21936
21937 2005-02-14  Simon Josefsson  <jas@extundo.com>
21938
21939         * smime-ldap.el: Use require instead of load-library for ldap.
21940         (smime-ldap-search): Indent.
21941         (smime-ldap-search-internal): Shorten line.
21942
21943         * smime.el (smime-cert-by-dns): Add doc-string.
21944         (smime-cert-by-ldap-1): Indent.
21945
21946         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21947         mml-smime-get-dns-ldap.
21948         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21949
21950 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21951
21952         * smime.el: Require smime-ldap.
21953         (smime-ldap-host-list): New variable.
21954         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21955
21956         * mml-smime.el (mml-smime-encrypt-query): New function.
21957         (mml-smime-encrypt-query): Use it.
21958
21959         * smime-ldap.el: New file.
21960
21961 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21962
21963         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21964
21965 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21966
21967         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21968         argument in doc string.  Make query for type more clear.
21969
21970 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21971
21972         * gnus.el (gnus-group-startup-message): Search for gnus images in
21973         etc/images/gnus.
21974         * mm-util.el (mm-image-load-path): Likewise.
21975         * smiley.el (smiley-data-directory): Search for smilies in
21976         etc/images/smilies.
21977
21978 2005-02-09  Kim F. Storm  <storm@cua.dk>
21979
21980         Change Emacs release version from 21.4 to 22.1 throughout.
21981         Change Emacs development version from 21.3.50 to 22.0.50.
21982
21983 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21984
21985         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21986
21987         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21988         non-Mule XEmacs as well.
21989         (mm-decompress-buffer): Signal an error intentionally if it does
21990         not decompress compressed data because auto-compression-mode is
21991         disabled.
21992
21993 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21994
21995         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21996         an ID in the registry even if it has no groups.
21997
21998 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21999
22000         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22001         merge it into mm-decompress-buffer.
22002         (gnus-mime-copy-part): Use the MIME part charset, the value which
22003         a user specified or gnus-newsgroup-charset for decoding, like
22004         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22005         save-buffer what was used.  Suggested by Kevin Ryde
22006         <user42@zip.com.au>.
22007         (gnus-mime-inline-part): Allow the name parameter as well as the
22008         filename parameter; force decompressing of compressed data; always
22009         display contents being not decoded as unibyte.
22010
22011         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22012         as well as the filename parameter.
22013
22014         * mm-util.el (mm-decompress-buffer):
22015         Merge gnus-mime-jka-compr-maybe-uncompress.
22016         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22017         of compressed data.
22018
22019 2005-02-08  Simon Josefsson  <jas@extundo.com>
22020
22021         * imap.el (imap-log): Doc fix.
22022
22023 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22024
22025         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
22026         the coding cookies; decompress compressed parts.
22027
22028         * mml.el (mml-generate-mime-1): Add the charset parameter according
22029         to the value which a user specified manually or the coding cookie.
22030
22031         * mm-util.el (mm-string-to-multibyte): New function.
22032         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
22033         (mm-coding-system-to-mime-charset): New function.
22034         (mm-decompress-buffer): New function.
22035         (mm-find-buffer-file-coding-system): New function.
22036
22037         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
22038         (mm-display-inline-fontify): Rewrite for decoding and decompressing
22039         parts.
22040
22041 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22042
22043         * mm-view.el (mm-display-inline-fontify): Decode a part according
22044         to the charset parameter.
22045
22046 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22047
22048         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
22049         prefix arg is neither nil nor a number, as info specifies.
22050
22051 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22052
22053         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
22054         timestamps.
22055
22056 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
22057
22058         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
22059         groups error checking and notify user.
22060
22061 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
22062
22063         * message.el (message-send-mail-function): Check existence of
22064         sendmail-program first before using default value
22065         `message-send-mail-with-sendmail'.  Otherwise use more generic
22066         `smtpmail-send-it'.
22067
22068 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22069
22070         * nntp.el (nntp-request-update-info): Always return nil.
22071
22072 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22073
22074         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
22075
22076 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22077
22078         * message.el (message-beginning-of-line): Change the behavior when
22079         invoked between BOL and : so that it first moves backward.
22080
22081 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22082
22083         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
22084         article buffer when editing of the article is discarded.
22085         (gnus-article-prepare): Revert.
22086
22087 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22088
22089         * gnus-art.el (gnus-article-prepare):
22090         Remove message-strip-forbidden-properties from the local hook.
22091
22092 2005-01-27  Simon Josefsson  <jas@extundo.com>
22093
22094         * password.el (password-cache-add): Only start one timer per key.
22095         Reported by Derek Atkins <warlord@MIT.EDU>.
22096
22097 2005-01-26  Steve Youngs  <steve@sxemacs.org>
22098
22099         * run-at-time.el: Remove.  It is no longer needed as
22100         timer-funcs.el in the xemacs-base package has a working version of
22101         `run-at-time'.
22102
22103         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
22104
22105         * password.el: Require timer-funcs instead of run-at-time in
22106         XEmacs.
22107         Remove `password-run-at-time' macro.
22108         (password-cache-add): Use `run-at-time' instead of
22109         `password-run-at-time'.
22110
22111         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
22112         Remove `nnheader-cancel-function-timers' alias,
22113         `cancel-function-timers' exists in XEmacs in timer-funcs.
22114
22115         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
22116         for `run-with-idle-timer'.
22117
22118         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
22119         for `run-at-time'.
22120
22121         * mm-url.el: Require timer-funcs at compile time when in XEmacs
22122         for `with-timeout'.
22123
22124         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
22125         the same as for XEmacs 21.4.
22126         No need to ignore `run-with-idle-timer', this function exists in
22127         XEmacs now in timer-funcs.el in the xemacs-base package.
22128         (dgnushack-compile): No need to delete
22129         run-at-time.el from the list of files to compile because it
22130         doesn't exist anymore.
22131
22132 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22133
22134         * mml.el (mml-generate-mime-1): Convert string into unibyte when
22135         inserting " *mml*" buffer's contents into a unibyte temp buffer.
22136
22137 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
22138
22139         * mail-source.el (mail-source-fetch-imap): Search for ^From case
22140         sensitively.
22141
22142 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
22143
22144         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
22145
22146 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22147
22148         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
22149         which will be inserted according to the multibyteness of a buffer
22150         rather than the type of contents.  Suggested by ARISAWA Akihiro
22151         <ari@mbf.ocn.ne.jp>.
22152
22153         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22154         of string which old xml.el may return rather than a string.
22155
22156 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22159
22160 2005-01-16  Simon Josefsson  <jas@extundo.com>
22161
22162         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22163         idn/idna.el isn't available.
22164         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22165         <michael@waxrat.com>.
22166
22167         * hashcash.el: Remove non-FSF copyright header.
22168
22169         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22170         (hashcash-generate-payment): Use it.
22171         (hashcash-generate-payment-async): Use it.
22172
22173 2005-01-15  Simon Josefsson  <jas@extundo.com>
22174
22175         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22176         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22177
22178         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22179         gnus-summary-idna-message.
22180         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22181         (gnus-summary-idna-message): New function.
22182
22183 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22184
22185         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22186         gnus-novice-user.
22187
22188 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22189
22190         * nnrss.el (nnrss-request-delete-group): Delete entries in
22191         nnrss-group-alist as well.
22192         (nnrss-save-server-data): Insert newline.
22193
22194 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22195
22196         * gnus.el (gnus-user-agent): Use list of symbols instead of
22197         symbols.  Display full version number for (S)XEmacs.
22198         Optionally display (S)XEmacs codename.
22199
22200         * gnus-util.el (gnus-emacs-version): Update for new
22201         `gnus-user-agent'.
22202
22203         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22204         Gnus version.
22205
22206 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22207
22208         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22209         which is unreadable in some setups.
22210
22211 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22212
22213         * gnus-spec.el (gnus-update-format-specifications): Flush the
22214         group format spec cache if it doesn't support decoded group names.
22215
22216 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22217
22218         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22219         Allow to apply decay on score files matching a regexp.
22220
22221 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22222
22223         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22224         compatibility in %g and %c.
22225
22226 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22229         name for only %g and %c.
22230         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22231         of gnus-tmp-group to decoded group name.
22232         (gnus-group-make-rss-group): Exclude `/'s from group names.
22233
22234 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22235
22236         * nnrss.el (nnrss-get-encoding): Fix regexp.
22237
22238 2004-12-27  Simon Josefsson  <jas@extundo.com>
22239
22240         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22241         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22242         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22243
22244 2004-12-17  Kim F. Storm  <storm@cua.dk>
22245
22246         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22247
22248         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22249
22250 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22251
22252         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22253
22254 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22255
22256         * nnrss.el: Require rfc2047 and mml.
22257         (nnrss-file-coding-system): New variable.
22258         (nnrss-format-string): Redefine it as an inline function.
22259         (nnrss-decode-group-name): New function.
22260         (nnrss-string-as-multibyte): Remove.
22261         (nnrss-retrieve-headers): Decode group name; don't use
22262         nnrss-format-string.
22263         (nnrss-request-group): Decode group name.
22264         (nnrss-request-article): Decode group name; allow a Message-ID as
22265         well as an article number; don't use nnrss-format-string; encode a
22266         Message-ID string which may contain non-ASCII characters; use
22267         mml-to-mime to compose a MIME article.
22268         (nnrss-request-expire-articles): Decode group name.
22269         (nnrss-request-delete-group): Decode group name.
22270         (nnrss-fetch): Clarify error message.
22271         (nnrss-read-server-data): Use insert-file-contents instead of load;
22272         bind file-name-coding-system; use multibyte buffer.
22273         (nnrss-save-server-data): Bind coding-system-for-write to the
22274         value of nnrss-file-coding-system; bind file-name-coding-system;
22275         add coding cookie.
22276         (nnrss-read-group-data): Use insert-file-contents instead of load;
22277         bind file-name-coding-system; use multibyte buffer.
22278         (nnrss-save-group-data): Bind coding-system-for-write to the
22279         value of nnrss-file-coding-system; bind file-name-coding-system.
22280         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22281         make it work with non-ASCII text.
22282         (nnrss-find-el): Make it work with old xml.el as well.
22283
22284 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22285
22286         * nnrss.el (nnrss-get-encoding): New function.
22287         (nnrss-fetch): Use unibyte buffer initially; bind
22288         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22289         decode contents according to the encoding attribute.
22290         (nnrss-save-group-data): Add coding cookie.
22291         (nnrss-mime-encode-string): New function.
22292         (nnrss-check-group): Use it to encode subject and author.
22293
22294 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22295
22296         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22297         imaginary variable.
22298
22299 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22300
22301         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22302         correctly even if there are wide characters.
22303
22304 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22305
22306         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22307         downcased symbol names; make a new cache instead of reusing
22308         bbdb-hashtable.
22309
22310 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22311
22312         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22313         concatenating segments rather than before concatenating them.
22314         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22315
22316         * message.el (message-get-reply-headers): Bind `extra'.
22317
22318 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22319
22320         * message.el (message-extra-wide-headers): New variable.
22321         (message-get-reply-headers): Use it.
22322
22323 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22324
22325         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22326         (gnus-agent-group-pathname): Ditto.
22327
22328         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22329
22330         * gnus-group.el (gnus-group-make-group): Decode group name.
22331         (gnus-group-make-rss-group): Register the group data after opening
22332         the nnrss group.
22333
22334 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22335
22336         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22337         by expiry now get marked as read.
22338
22339 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22340
22341         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22342
22343 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22344
22345         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22346         unify Latin characters in XEmacs.
22347         (mm-find-mime-charset-region): Use it.
22348
22349 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22350
22351         * gnus-util.el (gnus-delete-directory): New function.
22352
22353         * gnus-agent.el (gnus-agent-delete-group): Use it.
22354
22355         * gnus-cache.el (gnus-cache-delete-group): Use it.
22356
22357 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22358
22359         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22360         names.
22361
22362 2004-12-16  Simon Josefsson  <jas@extundo.com>
22363
22364         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22365
22366 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22367
22368         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22369
22370         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22371         (gnus-group-set-current-level): Decode group name.
22372
22373 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22374
22375         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22376         failed.
22377
22378 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22379
22380         * gnus-group.el (gnus-group-delete-group): Decode group name.
22381         (gnus-group-make-rss-group): Encode group name.
22382         (gnus-group-catchup-current): Decode group name.
22383         (gnus-group-kill-group): Decode group name.
22384
22385 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22386
22387         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22388
22389 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22390
22391         * gnus-group.el (gnus-group-make-rss-group):
22392         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22393
22394         * gnus-start.el (gnus-setup-news): Honor user's setting to
22395         gnus-message-archive-method.  Suggested by Lute Kamstra
22396         <lute@gnu.org>.
22397
22398 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22399
22400         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22401         global counterparts of the buffer-local variables.
22402
22403 2004-11-16  Romain Francoise  <romain@orebokech.com>
22404
22405         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22406         counterparts of the buffer-local variables.
22407
22408 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22409
22410         * message.el (message-forbidden-properties): Fix typo in doc
22411         string.
22412
22413 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22414
22415         * gnus-util.el (gnus-replace-in-string): Add doc string.
22416
22417         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22418         to avoid problems when splitting mails with many recipients.
22419
22420 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22421
22422         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22423         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22424
22425 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22426
22427         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22428         if there is no hashtable in memory or file modification time is
22429         newer than cached timestamp.
22430
22431 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22432
22433         * gnus-sum.el (gnus-summary-limit-to-recipient):
22434         Implement not-matching option.
22435
22436 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22437
22438         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22439         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22440         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22441         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22442         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22443         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22444
22445 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22446
22447         * message.el (message-forward-make-body-mml): Remove headers
22448         according to message-forward-ignored-headers if a message is decoded.
22449
22450 2004-12-02  Romain Francoise  <romain@orebokech.com>
22451
22452         * message.el (message-forward-make-body-plain): Always remove
22453         headers according to message-forward-ignored-headers.
22454
22455 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22456
22457         * spam.el (spam-summary-prepare-exit): Remove the
22458         gnus-summary-limit pop for now, it has problems with ham marks for
22459         me.
22460
22461 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22462
22463         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22464         correctly.
22465
22466 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22467
22468         * format-spec.el (format-spec): Message the char.
22469
22470 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22471
22472         * gnus-art.el (gnus-split-methods): Reformat comments.
22473
22474         * spam.el (spam-summary-prepare-exit): Remove article limits
22475         before exiting the summary buffer.
22476
22477 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22478
22479         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22480         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22481
22482         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22483         order to silence the byte compiler.
22484
22485         * spam.el: Fix the way to silence the byte compiler, which
22486         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22487         bbdb-search-simple, spam-BBDB-register-routine,
22488         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22489         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22490         spam-stat-buffer-is-spam, spam-stat-load,
22491         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22492         spam-stat-save and spam-stat-split-fancy.
22493
22494 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22495
22496         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22497         which may confuse users.
22498         (canlock-password-for-verify): Ditto.
22499
22500         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22501
22502         * gnus-art.el (gnus-emphasis-alist): Ditto.
22503
22504         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22505
22506         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22507
22508         * gnus-start.el (gnus-save-killed-list): Ditto.
22509
22510         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22511         (gnus-sum-thread-tree-root): Ditto.
22512         (gnus-sum-thread-tree-false-root): Ditto.
22513         (gnus-sum-thread-tree-single-indent): Ditto.
22514
22515         * message.el (message-courtesy-message): Ditto.
22516         (message-archive-note): Ditto.
22517         (message-subscribed-address-file): Ditto.
22518         (message-user-fqdn): Ditto.
22519
22520         * spam-report.el (spam-report-gmane-regex): Ditto.
22521
22522         * spam.el (spam-blackhole-good-server-regex): Ditto.
22523
22524 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22525
22526         * mml.el (mml-preview): Widen the message buffer before copying
22527         the contents to the preview buffer; sort headers before previewing.
22528
22529         * message.el (message-hidden-headers): Fix the way to avoid a bug
22530         in the `repeat' widget in Emacs 21.3 or earlier.
22531
22532 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22533
22534         * message.el (message-hidden-headers): Default to "^References:".
22535         Improve customization type.  Suggested by Reiner Steib
22536         <Reiner.Steib@gmx.de>.
22537
22538 2004-11-25  Romain Francoise  <romain@orebokech.com>
22539
22540         * message.el (message-strip-forbidden-properties): Remove check for
22541         obsolete `message-hidden' text property, hidden headers are not
22542         accessible in the buffer anymore.
22543
22544 2004-11-22  Romain Francoise  <romain@orebokech.com>
22545
22546         * message.el (message-header-format-alist): Add `From' in list
22547         so that it can be sorted.
22548         (message-fix-before-sending): Widen and sort headers before
22549         sending.
22550         (message-hide-headers): Use narrowing to hide headers by moving
22551         them to the top of the buffer and narrowing to the region
22552         underneath.
22553
22554 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22555
22556         * message.el (message-strip-forbidden-properties):
22557         Bind buffer-read-only (etc) to nil.
22558
22559 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22560
22561         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22562         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22563
22564 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22565
22566         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22567
22568 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22569
22570         * dns.el (query-dns): Use sit-for to time instead of
22571         accept-process-output, since that doesn't seem to work on udp
22572         sockets.
22573
22574 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22575
22576         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22577
22578 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22579
22580         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22581         doc string.  Improve doc string.
22582
22583 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22584
22585         * nntp.el (nntp-request-update-info): Return nil if
22586         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22587         may not call gnus-activate-group which uselessly issues the GROUP
22588         commands for all nntp groups and wastes time.  Reported by Romain
22589         Francoise <romain@orebokech.com>.
22590
22591         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22592
22593 2004-11-15  Simon Josefsson  <jas@extundo.com>
22594
22595         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22596         headers separately.
22597         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22598         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22599
22600 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22601
22602         * gnus-start.el (gnus-convert-old-newsrc):
22603         Assign legacy-gnus-agent to 5.10.7.
22604
22605 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22606
22607         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22608         start of the lines.
22609
22610 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22611
22612         * hashcash.el (hashcash-default-payment): Change default to 20.
22613         (hashcash-default-accept-payment): Change default to 20.
22614         (hashcash-process-alist): New variable.
22615         (hashcash-generate-payment-async): Add.
22616         (hashcash-already-paid-p): Add.
22617         (hashcash-insert-payment): Don't generate payments twice.
22618         (hashcash-insert-payment-async): Add.
22619         (hashcash-insert-payment-async-2): Add.
22620         (hashcash-cancel-async): Add.
22621         (hashcash-wait-async): Add.
22622         (hashcash-processes-running-p): Add.
22623         (hashcash-wait-or-cancel): Add.
22624         (mail-add-payment): New optional argument.  Conditionally start
22625         asynchronous calculation.
22626         (mail-add-payment-async): Add.
22627
22628         * message.el (message-send-mail): Wait for asynchronous hashcash
22629         results.  Don't clobber existing X-Hashcash headers.
22630         (message-setup-1): Call mail-add-payment-async when
22631         message-generate-hashcash is non-nil.
22632
22633 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22634
22635         * message.el (message-use-alternative-email-as-from): Examine the
22636         From header as well; use message-make-from in order to include a
22637         user's full name.
22638
22639 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22640
22641         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22642         default; improve customization type.
22643         (gnus-emphasis-custom-with-format): New macro.
22644         (gnus-emphasis-custom-value-to-external): New function.
22645         (gnus-emphasis-custom-value-to-internal): New function.
22646
22647 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22648
22649         * dns.el (query-dns): Resolve reverse addresses.
22650
22651 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22652
22653         * gnus-group.el (gnus-group-get-new-news): Use it.
22654
22655         * gnus-start.el (gnus-check-reasonable-setup): New function.
22656
22657 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22658
22659         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22660         "Args out of range" error.  Reported by Arnaud Giersch
22661         <arnaud.giersch@free.fr>.
22662
22663 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22664
22665         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22666
22667 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22668
22669         * spam.el (spam group): Add :version.
22670
22671         * pgg-def.el (pgg group): Add :version.
22672
22673 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22674
22675         * gnus-art.el (gnus-article-edit-article): Don't associate the
22676         article buffer with a draft file.  This is a temporary measure
22677         against the 2004-08-22 change to gnus-article-edit-mode.
22678
22679 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22680
22681         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22682         (html2text-format-tags): Remove unused variable `attr'.
22683
22684 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22685
22686         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22687
22688         * tls.el (tls-process-connection-type, tls-success)
22689         (tls-certtool-program): Add :version.
22690
22691         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22692         (starttls-extra-arguments, starttls-process-connection-type)
22693         (starttls-connect, starttls-failure, starttls-success): Add :version.
22694
22695         * spam-stat.el (spam-stat): Add :version.
22696
22697         * sieve.el (sieve): Add :version.
22698
22699         * sha1.el (sha1): Add :version.
22700         (sha1-use-external): Remove redundant version.
22701
22702         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22703         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22704         (nnmail-split-fancy-match-partial-words)
22705         (nnmail-split-lowercase-expanded): Add :version.
22706
22707         * nndiary.el (nndiary): Add :version.
22708
22709         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22710
22711         * mml-sec.el (mml-default-sign-method)
22712         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22713         Add :version.
22714
22715         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22716
22717         * mm-url.el (mm-url-use-external, mm-url-program)
22718         (mm-url-arguments): Add :version.
22719
22720         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22721         (mm-attachment-file-modes, mm-decrypt-option)
22722         (mm-w3m-safe-url-regexp): Add :version.
22723
22724         * message.el (message-cite-prefix-regexp)
22725         (message-sendmail-envelope-from, message-minibuffer-local-map)
22726         (message-user-fqdn, message-completion-alist): Add :version.
22727
22728         * gnus-win.el (gnus-configure-windows-hook)
22729         (gnus-use-frames-on-any-display): Add :version.
22730
22731         * gnus-art.el (gnus-article-address-banner-alist)
22732         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22733         (gnus-treat-from-picon, gnus-treat-mail-picon)
22734         (gnus-treat-x-pgp-sig): Add :version.
22735
22736         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22737         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22738         (gnus-summary-article-delete-hook)
22739         (gnus-summary-display-while-building): Add :version.
22740
22741         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22742         (gnus-get-top-new-news-hook): Add :version.
22743
22744         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22745         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22746
22747         * gnus-registry.el (gnus-registry): Add :version.
22748
22749         * gnus-spec.el (gnus-use-correct-string-widths)
22750         (gnus-make-format-preserve-properties): Add :version.
22751
22752         * gnus.el (gnus-group-charter-alist)
22753         (gnus-group-fetch-control-use-browse-url)
22754         (gnus-install-group-spam-parameters): Add :version.
22755
22756         * gnus-diary.el (gnus-diary): Add :version.
22757
22758         * gnus-delay.el (gnus-delay): Add :version.
22759
22760         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22761         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22762         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22763         Add :version.
22764
22765         * gnus-agent.el (gnus-agent-max-fetch-size)
22766         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22767         (gnus-agent-prompt-send-queue): Add :version.
22768
22769         * deuglify.el (gnus-outlook-deuglify): Add :version.
22770
22771         * html2text.el: Beautify code.  Improve doc strings.
22772         Some checkdoc cleanup.
22773         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22774
22775 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22776
22777         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22778
22779 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22780
22781         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22782         when package is loaded.
22783
22784         * spam.el (spam-summary-score-preferred-header): Add global preference
22785         for people who want to override the default SpamAssassin over
22786         Bogofilter preference (when both are set).
22787         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22788         (spam-user-format-function-S):
22789         Check spam-summary-score-preferred-header.
22790         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22791         (spam-user-format-function-S): Format the score correctly.
22792
22793 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22794
22795         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22796         signature file.  Suggested by Manoj Srivastava
22797         <srivasta@golden-gryphon.com>.
22798
22799         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22800         iso-2022-jp even in the Japanese language environment.
22801         Suggested by Jason Rumney <jasonr@gnu.org>.
22802
22803 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22804
22805         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22806         use the same characters as the dummy marks; make it free from
22807         getting affected by the language environment.
22808         (gnus-summary-read-group-1): Update mark positions only when the
22809         format spec is updated.
22810
22811         * gnus-spec.el (gnus-update-format-specifications): Return a list
22812         of updated types.
22813
22814 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22815
22816         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22817         of boundp to check if display-warning is available.
22818
22819 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22820
22821         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22822
22823 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22824
22825         * nnspool.el (nnspool-spool-directory): Use news-path if the
22826         news-directory variable is not bound.
22827
22828         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22829         function instead of display-warning if it is not available.
22830
22831 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22832
22833         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22834         v5-10: Use `point-at-bol'.
22835
22836 2004-10-26  Simon Josefsson  <jas@extundo.com>
22837
22838         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22839         <chenggao@gmail.com>.
22840
22841 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22842
22843         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22844         instead.
22845
22846 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22847
22848         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22849         to remove a server from the nnimap-server-buffer-alist.
22850         (nnimap-open-connection, nnimap-close-server): Use it.
22851
22852         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22853
22854 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22855
22856         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22857         running the major-mode function.
22858
22859 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22860
22861         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22862         dummy marks in the right way.
22863
22864 2004-10-18  David Edmondson  <dme@dme.org>
22865
22866         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22867         excessively.
22868
22869 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22870
22871         * gnus-util.el (gnus-split-references): Accept a nil references
22872         string and go on blissfully.
22873
22874         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22875         cases where the references string is non-nil but has no references.
22876
22877         * encrypt.el: Add autoload tags.
22878
22879         * spam.el (spam-resolve-registrations-routine): Remove article
22880         from unregistration list too.  Reported by David Hanak
22881         <dhanak@isis.vanderbilt.edu>
22882
22883 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22884
22885         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22886         nil.  Change custom type.
22887
22888 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22889
22890         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22891
22892         * gnus-sum.el (gnus-summary-move-article): Use it.
22893
22894 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22895
22896         * encrypt.el: Add autoload cookies.
22897
22898         * spam.el (spam-backend-article-list-property)
22899         (spam-backend-get-article-todo-list)
22900         (spam-backend-put-article-todo-list)
22901         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22902         Resolve registrations separately.
22903         (spam-register-routine): Format comments.
22904         (spam-unregister-routine, spam-register-routine): Always call with
22905         specific-articles, no default list.
22906         (spam-summary-prepare-exit): Use the spam-classifications function.
22907
22908         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22909         gnus-encrypt.el.
22910
22911         * encrypt.el: Copied from gnus-encrypt.el.
22912
22913         * gnus-encrypt.el: Commented that it's obsolete.
22914
22915 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22916
22917         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22918         (gnus-score-save): Use it.
22919
22920         * message.el (message-bury): Use `window-dedicated-p'.
22921
22922 2004-10-15  Simon Josefsson  <jas@extundo.com>
22923
22924         * pop3.el (top-level): Don't require nnheader.
22925         (pop3-read-timeout): Add.
22926         (pop3-accept-process-output): Add.
22927         (pop3-read-response, pop3-retr): Use it.
22928
22929 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22930
22931         * spam.el (spam-register-routine): Move comment.
22932         (spam-verify-bogofilter): Use 'unknown for the initial
22933         spam-bogofilter-valid state, not 'never.
22934
22935         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22936         for netrc-machine.
22937
22938         * nnimap.el (nnimap-open-connection):
22939         Use netrc-machine-user-or-password.
22940
22941 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22942
22943         * gnus-registry.el (gnus-registry-unload-hook):
22944         Set as a variable with add-hook.
22945
22946         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22947         of news-path.
22948
22949         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22950
22951         * spam.el: Delete duplicate `provide'.
22952         (spam-unload-hook): Set as a variable with add-hook.
22953
22954 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22955
22956         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22957         in the doc string.
22958
22959         * message.el (message-ignored-news-headers)
22960         (message-ignored-supersedes-headers)
22961         (message-ignored-resent-headers)
22962         (message-forward-ignored-headers): Improve custom type.
22963
22964 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22965
22966         * message.el (message-tokenize-header): Fix 2004-09-06 change
22967         which used point-min in the wrong place.
22968
22969 2004-10-12  Simon Josefsson  <jas@extundo.com>
22970
22971         * tls.el (tls-certtool-program): New variable.
22972         (tls-certificate-information): New function, based on
22973         ssl-certificate-information.
22974
22975 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22976
22977         * compface.el: Move the version of ELisp-based uncompface program
22978         to the contrib directory because of the copyright problem.
22979
22980 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22981
22982         * message.el (message-kill-buffer): Raise the current frame.
22983
22984 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22985
22986         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22987
22988         * gnus.el (message-y-or-n-p): Autoload.
22989
22990         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22991         (pop3-password-required, pop3-authentication-scheme)
22992         (pop3-leave-mail-on-server): Make customizable.
22993         (pop3): New custom group.
22994         (pop3-retr): Remove `sleep-for' statements.
22995         Suggested by Dave Love <fx@gnu.org>.
22996
22997         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22998         Windows/DOS.
22999
23000         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23001         (imap-parse-body): Fix incorrect use of `assert'.
23002         Suggested by Dave Love <fx@gnu.org>.
23003
23004         * mml.el (mml-minibuffer-read-disposition): Require match.
23005         Suggested by Dave Love <fx@gnu.org>.
23006
23007 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23008
23009         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23010         doc string.
23011
23012 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23013
23014         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23015
23016 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23017
23018         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23019         instead of calling `mm-insert-inline', to decode text/* parts
23020         before displaying them.
23021
23022 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23023
23024         * mm-uu.el (mm-uu-text-plain-type): New variable.
23025         (mm-uu-pgp-signed-extract-1): Use it.
23026         (mm-uu-pgp-encrypted-extract-1): Use it.
23027         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
23028         bind mm-uu-text-plain-type with that value.
23029         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
23030         mm-uu-dissect.
23031
23032 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23033
23034         * gnus-group.el (gnus-update-group-mark-positions):
23035         * gnus-sum.el (gnus-update-summary-mark-positions):
23036         * message.el (message-check-news-body-syntax):
23037         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
23038         of string-as-multibyte.
23039
23040 2004-10-05  Juri Linkov  <juri@jurta.org>
23041
23042         * gnus-group.el (gnus-update-group-mark-positions):
23043         * gnus-sum.el (gnus-update-summary-mark-positions):
23044         * message.el (message-check-news-body-syntax):
23045         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
23046         8-bit unibyte values to a multibyte string for search functions.
23047
23048 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23049
23050         * mm-uu.el (mm-uu-dissect): Allow optional arg.
23051         (mm-uu-dissect-text-parts): New function.
23052
23053         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
23054         dissect text parts.
23055
23056         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
23057         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
23058
23059         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
23060
23061         * gnus-topic.el (gnus-topic-hierarchical-parameters):
23062         Use gnus-current-topics instead of gnus-current-topic.
23063
23064 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
23065
23066         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
23067
23068 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
23069
23070         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
23071         where appropriate.
23072
23073         * nnml.el (nnml-generate-active-info): do.
23074
23075         * nndiary.el (nndiary-generate-active-info): do.
23076
23077         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
23078         (gnus-topic-move): do.
23079
23080         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
23081         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
23082
23083         * gnus-srvr.el (gnus-server-prepare)
23084         (gnus-server-open-all-servers): do.
23085
23086         * gnus-msg.el (gnus-summary-cancel-article)
23087         (gnus-summary-resend-message)
23088         (gnus-summary-mail-crosspost-complaint): do.
23089
23090         * gnus-move.el (gnus-change-server): do.
23091
23092         * gnus-group.el (gnus-group-unmark-all-groups)
23093         (gnus-group-set-current-level): do.
23094
23095 2004-10-04  Simon Josefsson  <jas@extundo.com>
23096
23097         * message.el (message-generate-hashcash): Doc fix.
23098
23099 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
23100
23101         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
23102         avoid infinite recursion via gnus-get-function.
23103
23104 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
23105
23106         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
23107
23108         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
23109
23110         * nnmail.el (nnmail-split-history): do.
23111
23112         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
23113         (nnml-request-delete-group): do.
23114
23115         * nnslashdot.el (nnslashdot-read-groups): do.
23116
23117         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
23118         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
23119
23120         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
23121         (nnspool-sift-nov-with-sed): Use last.
23122         (nnspool-retrieve-headers-with-nov): Use mapc.
23123         (nnspool-request-newgroups): Use dolist.
23124         (nnspool-request-group): Use last.
23125
23126         * nntp.el (nntp-read-server-type): Use dolist.
23127
23128         * nnvirtual.el (nnvirtual-create-mapping)
23129         (nnvirtual-update-read-and-marked): Use dolist.
23130         (nnvirtual-convert-headers): Simplify.
23131
23132 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23133
23134         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23135         Add support for sync'ing tick marks.
23136
23137 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23138
23139         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
23140         there's no visible header.
23141
23142 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
23143
23144         * gnus-agent.el (gnus-agent-synchronize-group-flags):
23145         When necessary, pass full group name to gnus-request-set-marks.
23146
23147 2004-10-01  Simon Josefsson  <jas@extundo.com>
23148
23149         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23150         acroread.
23151
23152 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23153
23154         * spam-report.el (spam-report-gmane): Fix interactive.
23155
23156         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23157
23158         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23159         when writing file.
23160         (gnus-agent-synchronize-flags): Don't default to being
23161         interactive.
23162
23163 2004-09-30  Simon Josefsson  <jas@extundo.com>
23164
23165         * message.el (message-generate-hashcash): Add.
23166         (message-send-mail): Use it, call mail-add-payment.
23167
23168 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23169
23170         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23171
23172 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23173
23174         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23175         gnus-requst-update-info with explicit code to sync the in-memory
23176         info read flags with the marks being sync'd to the backend.
23177
23178         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23179
23180 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23181
23182         * spam.el (spam-verify-bogofilter): Add new function.
23183         (spam-check-bogofilter)
23184         (spam-bogofilter-register-with-bogofilter): Use it.
23185         (spam-verify-bogofilter): Add small fixes.
23186
23187 2004-09-28  Simon Josefsson  <jas@extundo.com>
23188
23189         * hashcash.el (hashcash-generate-payment): Revert.
23190
23191 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23192
23193         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23194         Use gnus-extract-references instead of gnus-split-references.
23195
23196         * gnus-util.el (gnus-extract-references): Add new function, analogous
23197         to gnus-split-references but extracts only the message-ID without
23198         anything extra.
23199
23200         * hashcash.el (hashcash-generate-payment)
23201         (hashcash-check-payment): Do the right thing if hashcash-path is
23202         nil (because the hashcash program could not be found).
23203
23204         * spam.el (spam-use-hashcash): Remove comment.
23205
23206 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23207
23208         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23209         (gnus-cache-enter-article, gnus-cache-remove-article)
23210         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23211
23212         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23213
23214         * gnus-art.el (article-hide-boring-headers)
23215         (article-translate-strings, article-display-face)
23216         (gnus-article-mime-match-handle-first)
23217         (gnus-article-highlight-headers)
23218         (gnus-article-add-buttons-to-head): do.
23219
23220 2004-09-27  Simon Josefsson  <jas@extundo.com>
23221
23222         * hashcash.el: New version, from
23223         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23224         ../contrib/.
23225
23226 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23227
23228         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23229
23230 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23231
23232         * gnus-dup.el (gnus-dup-open): Use mapc.
23233         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23234
23235         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23236         Reported by Stefan Wiens <s.wi@gmx.net>.
23237
23238         * gnus.el (gnus-shutdown): Use dolist.
23239
23240         * gnus-undo.el (gnus-undo): Use mapc.
23241
23242         * nnrss.el (nnrss-generate-active): do.
23243
23244         * message.el (message-cite-original-without-signature)
23245         (message-cite-original): Use mapc.
23246         (message-do-actions, message-make-forward-subject): Use dolist.
23247
23248 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23249
23250         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23251         deletion to remove entire duplicate line.  Fixes merged article
23252         number bug.
23253
23254 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23255
23256         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23257         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23258         first ask if you want to open a server and then, even when you
23259         responded with no, asking if you want to synchronize the server's
23260         flags.
23261         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23262         multi-line expressions.
23263         (gnus-agent-synchronize-group-flags): New internal function.
23264         Updates marks in memory (in the info structure) AND in the
23265         backend.
23266
23267         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23268
23269         * nnagent.el (nnagent-request-set-mark):
23270         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23271         method, to ensure that synchronization updates marks in the
23272         backend and in the info (in memory) structure.
23273
23274 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23275
23276         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23277         convention fully; don't miss the root article of a thread; make
23278         the X-Draft-From header with correct article numbers.
23279
23280 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23281
23282         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23283         unless plugged.  Disable the agent so that an open failure causes
23284         an error.
23285
23286         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23287         Revert 2004-09-21 change.  The backend must be opened while
23288         synchronizing flags even when the backend stores the flags
23289         locally.
23290
23291 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23292
23293         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23294         in `header' match.  Reported by Svend Tollak Munkejord.
23295
23296         * message.el (message-cite-original): Fix use of
23297         `message-cite-articles-with-x-no-archive'.
23298
23299 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23300
23301         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23302         (gnus-window-to-buffer): Ditto.
23303
23304         * mml.el (mml-preview-buffer): New variable.
23305         (mml-preview): Manage window layout with gnus-buffer-configuration.
23306
23307         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23308         X-Draft-From header even if those articles aren't quoted.
23309
23310 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23311
23312         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23313         (gnus-request-set-mark, gnus-request-update-mark): Use new
23314         g-s-t-u-l-m to decide to use backend even when unplugged.
23315
23316 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23317
23318         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23319         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23320
23321 2004-09-20  Simon Josefsson  <jas@extundo.com>
23322
23323         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23324         "utf-16-le".
23325
23326 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23327
23328         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23329
23330 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23331
23332         * uudecode.el (uudecode-use-external): Add :version.
23333
23334         * smime.el (smime-CA-file, smime-encrypt-cipher)
23335         (smime-dns-server): Add :version.
23336
23337         * smiley.el (gnus-smiley-file-types): Add :version.
23338
23339         * sha1.el (sha1-use-external): Add :version.
23340
23341         * pgg-def.el (pgg-query-keyserver): Add :version.
23342
23343         * nnmail.el (nnmail-fancy-expiry-targets)
23344         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23345         Add :version.
23346
23347         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23348         (nnimap-retrieve-groups-asynchronous): Add :version.
23349         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23350
23351         * mml.el (mml-content-disposition-parameters)
23352         (mml-insert-mime-headers-always): Add :version.
23353
23354         * mm-util.el (mm-coding-system-priorities): Add :version.
23355
23356         * mm-decode.el (mm-inline-text-html-with-images)
23357         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23358         (mm-verify-option): Add :version.
23359         (mm-text-html-renderer): Change :version.
23360
23361         * message.el (message-fcc-externalize-attachments)
23362         (message-required-headers, message-draft-headers)
23363         (message-subject-trailing-was-query)
23364         (message-subject-trailing-was-ask-regexp)
23365         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23366         (message-mark-insert-end, message-archive-header)
23367         (message-archive-note, message-cross-post-default)
23368         (message-cross-post-note, message-followup-to-note)
23369         (message-cross-post-note-function, message-use-mail-followup-to)
23370         (message-subscribed-address-functions)
23371         (message-subscribed-address-file, message-subscribed-addresses)
23372         (message-subscribed-regexps, message-allow-no-recipients)
23373         (message-yank-cited-prefix, message-signature-insert-empty-line)
23374         (message-hidden-headers, message-hierarchical-addresses)
23375         (message-mail-user-agent, message-use-idna)
23376         (message-valid-fqdn-regexp)
23377         (message-strip-special-text-properties, message-header-synonyms)
23378         (message-beginning-of-line, message-tab-body-function): Add :version.
23379         (message-insert-canlock, message-wide-reply-confirm-recipients):
23380         Change :version.
23381
23382         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23383         and :version.
23384         (mail-source-delete-old-incoming-confirm)
23385         (mail-source-movemail-program): Add :version.
23386
23387         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23388         (gnus-agent-cache, gnus-agent): Change :version.
23389
23390         * gnus-util.el (gnus-use-byte-compile): Change :version.
23391
23392         * gnus-sum.el (gnus-summary-make-false-root-always)
23393         (gnus-summary-default-high-score)
23394         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23395         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23396         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23397         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23398         (gnus-sum-thread-tree-single-indent)
23399         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23400         (gnus-sum-thread-tree-leaf-with-other)
23401         (gnus-sum-thread-tree-single-leaf): Add :version.
23402         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23403         (gnus-article-loose-mime): Change :version.
23404
23405         * gnus-start.el (gnus-backup-startup-file)
23406         (gnus-save-startup-file-via-temp-buffer): Add :version.
23407
23408         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23409         (gnus-server-offline-face): Add :version.
23410
23411         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23412
23413         * gnus-msg.el (gnus-gcc-externalize-attachments)
23414         (gnus-debug-files, gnus-debug-exclude-variables)
23415         (gnus-discouraged-post-methods): Change :version.
23416         (gnus-confirm-mail-reply-to-news)
23417         (gnus-confirm-treat-mail-like-news): Add :version.
23418
23419         * gnus-int.el (gnus-server-unopen-status): Add :version.
23420
23421         * gnus-group.el (gnus-group-jump-to-group-prompt)
23422         (gnus-large-ephemeral-newsgroup)
23423         (gnus-fetch-old-ephemeral-headers): Add :version.
23424
23425         * gnus-fun.el (gnus-x-face-directory)
23426         (gnus-convert-pbm-to-x-face-command)
23427         (gnus-convert-image-to-x-face-command)
23428         (gnus-convert-image-to-face-command): Add :version.
23429
23430         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23431
23432         * gnus-cite.el (gnus-cite-blank-line-after-header)
23433         (gnus-article-boring-faces): Add :version.
23434
23435         * gnus-art.el (gnus-buttonized-mime-types)
23436         (gnus-inhibit-mime-unbuttonizing)
23437         (gnus-treat-display-face)
23438         (gnus-treat-body-boundary): Change :version.
23439         (gnus-body-boundary-delimiter, gnus-picon-databases)
23440         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23441         (gnus-treat-date-english, gnus-treat-fold-headers)
23442         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23443         (gnus-treat-mail-picon, gnus-treat-wash-html)
23444         (gnus-article-encrypt-protocol)
23445         (gnus-use-idna, gnus-article-over-scroll)
23446         (gnus-mime-display-multipart-alternative-as-mixed)
23447         (gnus-mime-display-multipart-related-as-mixed)
23448         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23449         (gnus-ctan-url, gnus-button-ctan-handler)
23450         (gnus-button-handle-ctan-bogus-regexp)
23451         (gnus-button-ctan-directory-regexp)
23452         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23453         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23454         (gnus-button-man-level, gnus-button-emacs-level)
23455         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23456
23457         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23458         (gnus-agent-go-online): Change :version.
23459         (gnus-agent-expire-unagentized-dirs)
23460         (gnus-agent-auto-agentize-methods): Add :version.
23461
23462         * flow-fill.el (fill-flowed-display-column)
23463         (fill-flowed-encode-column): Add :version.
23464
23465         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23466         (gnus-outlook-deuglify-unwrap-max)
23467         (gnus-outlook-deuglify-cite-marks)
23468         (gnus-outlook-deuglify-unwrap-stop-chars)
23469         (gnus-outlook-deuglify-no-wrap-chars)
23470         (gnus-outlook-deuglify-attrib-cut-regexp)
23471         (gnus-outlook-deuglify-attrib-verb-regexp)
23472         (gnus-outlook-deuglify-attrib-end-regexp)
23473         (gnus-outlook-display-hook): Add :version.
23474
23475         * binhex.el (binhex-use-external): Add :version.
23476
23477 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23478
23479         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23480         and `invisible'.
23481
23482 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23483
23484         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23485         in gnus-registry-trim.
23486
23487 2004-09-13  Simon Josefsson  <jas@extundo.com>
23488
23489         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23490
23491         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23492
23493         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23494         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23495         <yamaoka@jpl.org>.
23496         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23497         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23498         <yamaoka@jpl.org>.
23499
23500         * sieve.el (sieve-manage-mode): Ditto.
23501
23502 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23503
23504         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23505
23506 2004-09-11  Simon Josefsson  <jas@extundo.com>
23507
23508         * dns-mode.el: Add.
23509
23510         * mm-view.el (mm-display-dns-inline): Add.
23511
23512         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23513         (mm-automatic-display): Ditto.
23514
23515         * mailcap.el (mailcap-mime-data): Add text/dns.
23516         (mailcap-mime-extensions): Map .soa to text/dns.
23517
23518 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23519
23520         * gnus-art.el (article-decode-mime-words, article-babel)
23521         (gnus-article-highlight-signature, gnus-article-add-buttons)
23522         (gnus-signature-toggle): Remove unnecessary bindings of
23523         `inhibit-read-only' inherited from v5.10 merge.
23524
23525 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23526
23527         * nntp.el (nntp): New customization group.
23528         (nntp-authinfo-file): Add customization group.
23529
23530         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23531
23532         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23533
23534         * gnus.el (to-address, to-list, subscribed)
23535         (large-newsgroup-initial): Ditto.
23536
23537         * flow-fill.el (fill-flowed-display-column)
23538         (fill-flowed-encode-column): Ditto.
23539
23540 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23541
23542         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23543         Use point-min rather than 1.
23544         (message-send-mail): Use buffer-size rather than point-max.
23545
23546         * gnus-sum.el (gnus-summary-search-article-forward):
23547         Signal a specific `search-failed' rather than a generic `error'.
23548
23549         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23550         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23551         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23552
23553 2004-09-10  Simon Josefsson  <jas@extundo.com>
23554
23555         * nndb.el (require): Remove tcp and duplicate cl.
23556
23557 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23558
23559         * gnus-agent.el (directory-files-and-attributes): Move forward.
23560
23561 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23562
23563         * gnus-agent.el (directory-files-and-attributes):
23564         Optionally defined to support XEmacs.
23565
23566 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23567
23568         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23569         to avoid run-time CL dependencies.
23570         (gnus-agent-unfetch-articles): New function.
23571         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23572         article numbers even when local .overview file is missing.
23573         (gnus-agent-read-article-number): New function.  Only accepts
23574         27-bit article numbers.
23575         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23576         Use gnus-agent-read-article-number.
23577         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23578         from backend while recognizing that article numbers in .overview
23579         must be valid.
23580         (gnus-agent-update-files-total-fetched-for):
23581         Use directory-files-and-attributes to improve performance.
23582         * gnus-int.el (gnus-request-move-article):
23583         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23584         improve performance.
23585
23586         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23587         some users confused by references to .newsrc when they only have a
23588         .newsrc.eld file.
23589         (gnus-convert-mark-converter-prompt)
23590         (gnus-convert-converter-needs-prompt): Fix use of property list.
23591         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23592         New function.  Used internally to only display 'gnus converting
23593         files' message when actually necessary.
23594
23595         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23596         methods now autoloaded.
23597
23598 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23599
23600         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23601         identifiers.
23602
23603 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23604
23605         * gnus-picon.el: Fix indentation and closing parenthesis.
23606
23607 2004-09-01  Simon Josefsson  <jas@extundo.com>
23608
23609         * message.el (message-canlock-generate): Require sha1, not
23610         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23611         to require within a function.  Sadly, if sha1.el isn't loaded, the
23612         let binding in m-c-g will hide the defcustom definition, which is
23613         bad.)
23614
23615         * canlock.el: Require sha1, not sha1-el.
23616
23617         * message.el: Don't autoload sha1 (there is a autoload cookie in
23618         sha1.el).
23619
23620         * sha1-el.el: Rename to sha1.el.
23621
23622 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23623
23624         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23625
23626 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23627
23628         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23629
23630 2004-08-30  Kim F. Storm  <storm@cua.dk>
23631
23632         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23633
23634         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23635         Add :group 'nnimap.
23636
23637 2004-08-30  Andreas Schwab  <schwab@suse.de>
23638
23639         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23640         ?* and ?\;.
23641
23642         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23643         and ?\' to symbol instead of whitespace.
23644
23645 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23646
23647         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23648
23649         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23650         instead of re-search-forward.
23651
23652         * gnus-uu.el (gnus-uu-save-article): Ditto.
23653         (gnus-uu-post-encode-uuencode): Ditto.
23654
23655         * html2text.el (html2text-clean-list-items): Ditto.
23656         (html2text-clean-dtdd): Ditto.
23657         (html2text-format-tags): Ditto.
23658
23659         * message.el (message-send-mail-with-sendmail): Fix regexp.
23660         (message-fill-field-general): Use search-forward instead of
23661         re-search-forward.
23662         (unbold-region): Ditto.
23663
23664         * nnrss.el (nnrss-request-article): Ditto.
23665
23666         * nnslashdot.el (nnslashdot-request-article): Ditto.
23667
23668         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23669
23670         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23671         "Unrecognized menu descriptor" error in XEmacs.
23672
23673 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23674
23675         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23676         parent article of a sparse article in the thread hashtb.
23677
23678 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23679
23680         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23681         (nnmail-expand-newtext): Lowercase expanded entries if
23682         nnmail-split-lowercase-expanded is non-nil.
23683
23684 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23685
23686         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23687
23688         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23689         of gnus-tmp-news-method into string under XEmacs.  It will be
23690         passed to gnus-correct-length which takes only a string argument.
23691
23692 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23693
23694         * gnus-util.el (gnus-bind-print-variables): New macro.
23695         (gnus-prin1): Use it.
23696         (gnus-prin1-to-string): Use it.
23697         (gnus-pp): New function.
23698         (gnus-pp-to-string): New function.
23699
23700         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23701         Replace pp-to-string with gnus-pp-to-string.
23702         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23703         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23704         * gnus-msg.el (gnus-debug): Ditto.
23705         * gnus-score.el (gnus-score-save): Ditto.
23706         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23707         gnus-pp-to-string.
23708         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23709         with gnus-pp.
23710         * score-mode.el (gnus-score-pretty-print): Ditto.
23711         * webmail.el (webmail-debug): Ditto.
23712
23713 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * gnus-art.el (article-display-face, article-display-x-face):
23716         Use buffer-read-only.
23717
23718 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23719
23720         * gnus-art.el (article-hide-list-identifiers):
23721         Bind inhibit-read-only as t.
23722
23723 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23724
23725         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23726
23727 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23728
23729         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23730         (gnus-narrow-to-page): Don't assume point-min == 1.
23731         (gnus-article-edit-mode): Derive from message-mode.
23732
23733         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23734         point-min == 1.
23735
23736         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23737         Disable incorrect use of `assert'.
23738
23739         * message.el (message-mode): Set comment-start-skip.
23740
23741
23742 2004-08-22  Sam Steingold  <sds@gnu.org>
23743
23744         * pop3.el (pop3-leave-mail-on-server): New user variable.
23745         (pop3-movemail): Delete mail only when it is nil.
23746
23747 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23748
23749         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23750
23751         * mml.el (mml-preview): Use `pop-to-buffer'.
23752
23753         * message.el (message-goto-mail-followup-to): Insert after "To".
23754         (message-carefully-insert-headers): Add comment.
23755
23756         * gnus.el: Remove unused variable `gnus-article-check-size'.
23757
23758         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23759
23760         * gnus-art.el (gnus-button-alist):
23761         Improve `gnus-button-handle-library' entry.
23762
23763 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23764
23765         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23766         Use downcase, since XEmacs capitalizes error messages differently.
23767
23768 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23769
23770         * nntp.el: Add (require 'gnus) due to reference to
23771         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23772
23773 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23774
23775         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23776         Bind `mm-fill-flowed'.
23777
23778         * mm-decode.el (mm-dissect-singlepart): Check it.
23779
23780 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23781
23782         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23783         'imap' for netrc parsing.
23784
23785 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23786
23787         * mailcap.el (mailcap-mime-data): Mark as risky.
23788
23789 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23790
23791         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23792         may be included in the encoded word.
23793         (rfc2047-encode): Don't append a space if the encoded word
23794         includes close parenthesis.
23795
23796 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23797
23798         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23799         of text within parentheses.
23800
23801 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23802
23803         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23804         (gnus-encrypt-write-file-contents): Make the password key the file
23805         name PLUS the cipher, not just the cipher.  Also remove failed
23806         passwords from the cache.
23807
23808 2004-08-06  Simon Josefsson  <jas@extundo.com>
23809
23810         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23811         Doc fix.
23812
23813 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23814
23815         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23816         LWSP.
23817
23818 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23819
23820         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23821         Try to append in-reply-to: data to the references: header.
23822
23823         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23824         (netrc-parse): Use gnus-encrypt.el functions.
23825
23826         * gnus-encrypt.el: Add new file for encryption support; currently
23827         does only a few GPG ciphers and an internal XOR cipher.
23828
23829         * password.el: Add comments on using password-read-and-add.
23830         (password-read-and-add): Add function to read and add the
23831         password to the cache at once.
23832
23833 2004-07-28  Simon Josefsson  <jas@extundo.com>
23834
23835         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23836         parameter (but don't use it, for now).
23837
23838         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23839         instead of hard coding to nil.
23840
23841 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23842
23843         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23844         as mm-inline-image-xemacs does.
23845
23846 2004-07-26  Simon Josefsson  <jas@extundo.com>
23847
23848         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23849         Revert part of 2004-07-17 change below.
23850
23851 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23852
23853         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23854         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23855
23856 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23857
23858         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23859         quotes that actually start with ">" at the beginning of the
23860         lines.
23861
23862 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23863
23864         * rfc2047.el (rfc2047-encode-region): Fix last change.
23865         (rfc2047-encode-parameter): Remove useless concat.
23866
23867 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23868
23869         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23870         encode special characters; fix some kind of misconfigured headers;
23871         signal a real error if debug-on-quit or debug-on-error is non-nil.
23872         (rfc2047-encode-max-chars): New variable.
23873         (rfc2047-encode-1): Use it.
23874         (rfc2047-encode-parameter): New function.
23875
23876         * mml.el (mml-insert-parameter): Remove an excessive space.
23877
23878 2004-07-17  Simon Josefsson  <jas@extundo.com>
23879
23880         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23881         Kai Grossjohann <kai@emptydomain.de>.
23882         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23883         (gnus-group-make-menu-bar): Ditto.
23884
23885         * gnus-util.el (gnus-group-server): Add.
23886
23887 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23888
23889         * message.el (message-clone-locals): Clone sendmail and smtp
23890         variables.
23891
23892 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23893
23894         * rfc2047.el (rfc2047-encode-region): Fix last change.
23895
23896 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23897
23898         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23899         characters as non-special.
23900
23901 2004-07-09  Simon Josefsson  <jas@extundo.com>
23902
23903         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23904         Users will lose all flag changes made while unplugged with
23905         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23906         good default.  See numerous reports on ding mailing list.
23907
23908 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23909
23910         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23911         add generate-head-function and generate-article-function to the
23912         rfc822-forward entry.
23913         (nndoc-rfc822-forward-generate-article): New function.
23914         (nndoc-rfc822-forward-generate-head): New function.
23915
23916         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23917
23918 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23919
23920         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23921         respect display group parameter and gnus-summary-expunge-below.
23922         (gnus-articles-to-read): Remove unused reference to display group
23923         parameter.
23924
23925 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23926
23927         * nnheader.el (nnheader-uniquify-message-id): New experimental
23928         variable.
23929         (nnheader-nov-read-message-id): Use it.
23930
23931         * spam-report.el (spam-report-gmane): Add interactive.
23932
23933 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23934
23935         * mm-encode.el (mm-content-transfer-encoding-defaults):
23936         Use qp-or-base64 for the application/* types.
23937
23938 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23939
23940         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23941
23942 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23943
23944         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23945         trim value.
23946
23947 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23948
23949         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23950         New macro and function.
23951         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23952
23953 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23956         after-load-alist.
23957
23958 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23959
23960         * gnus-group.el (gnus-group-get-new-news-this-group):
23961         Don't update info that isn't there.
23962
23963 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23964
23965         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23966         entry.
23967
23968 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23969
23970         * mm-view.el (mm-inline-render-with-function): Use multibyte
23971         buffer; decode html source by charset.
23972
23973         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23974
23975         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23976         Mule-UCS is loaded under XEmacs.
23977         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23978
23979 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23980
23981         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23982
23983 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23984
23985         * mm-util.el (mm-coding-system-p): Return a coding-system.
23986         (mm-mime-mule-charset-alist): Use shift_jis instead of
23987         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23988         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23989         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23990         instead of japanese-shift-jis and iso-latin-1 respectively in
23991         order to share the default value with both Emacs and XEmacs-mule.
23992         (mm-mule-charset-to-mime-charset):
23993         Make mm-coding-system-priorities effective.
23994         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23995         while predicating of candidates upon the priorities.
23996
23997 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23998
23999         * gnus-sum.el (gnus-summary-make-menu-bar):
24000         Add gnus-uu-invert-processable.
24001
24002         * gnus.el: Autoload gnus-uu-invert-processable.
24003
24004 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24005
24006         * mm-util.el (mm-with-multibyte-buffer): New macro.
24007
24008         * rfc2047.el (rfc2047-encode-string): Use it.
24009         (rfc2047-encode-region): Move point to the end of the region after
24010         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24011
24012 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24015         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24016
24017 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24018
24019         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
24020         (gnus-cite-parse): Ignore quoted envelope From_.
24021         Suggested by Karl Chen <quarl@nospam.quarl.org>.
24022
24023 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
24024
24025         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
24026         invalid addresses.
24027
24028 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
24029
24030         * spam.el: Change section markers, revise TODO list.
24031         (spam-backends): Make new master list of all installed backends.
24032         (spam-summary-exit-behavior): Add new variable to determine how
24033         messages moves are done at summary exit.
24034         (spam-move-spam-nonspam-groups-only)
24035         (spam-process-ham-in-nonham-groups)
24036         (spam-process-ham-in-spam-groups): Remove variables, the
24037         spam-summary-exit-behavior variable should be used to manage this
24038         behavior.
24039         (spam-old-ham-articles, spam-old-spam-articles): Remove.
24040         (spam-old-articles): Add variable, replacing spam-old-ham-articles
24041         and spam-old-spam-articles.
24042         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
24043         Add empty variables, placeholders for the backends they represent.
24044         (spam-set-difference): Move, unchanged.
24045         (spam-list-of-processors): Declare OBSOLETE, not used anymore
24046         unless the user has a processor variable.
24047         (spam-classifications, spam-classification-valid-p)
24048         (spam-backend-properties, spam-backend-property-valid-p)
24049         (spam-backend-function-type-valid-p)
24050         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
24051         (spam-report-articles-gmane, spam-report-articles-resend):
24052         Remove functions, they are not needed.
24053         (spam-install-backend-super, spam-backend-list)
24054         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
24055         (spam-backend-function, spam-backend-ham-registration-function)
24056         (spam-backend-spam-registration-function)
24057         (spam-backend-ham-unregistration-function)
24058         (spam-backend-spam-unregistration-function)
24059         (spam-backend-statistical-p, spam-backend-mover-p)
24060         (spam-install-backend-alias, spam-install-checkonly-backend)
24061         (spam-install-mover-backend, spam-install-nocheck-backend)
24062         (spam-install-backend, spam-install-statistical-backend)
24063         (spam-install-statistical-checkonly-backend): Add backend installation
24064         support.
24065         (spam-summary-prepare-exit): Rewrite to use the new backend code.
24066         (spam-group-processor-p): Use the new backend code and respect the
24067         summary exit behavior.
24068         (spam-mark-spam-as-expired-and-move-routine): Remove.
24069         (spam-summary-prepare): Change to use the new spam-old-articles
24070         variable.
24071         (spam-copy-or-move-routine, spam-copy-spam-routine)
24072         (spam-move-spam-routine, spam-copy-ham-routine)
24073         (spam-move-ham-routine): Add code to copy/move ham or spam.
24074         (spam-fetch-field-fast): Improve doc and code, plus allow the
24075         'number request.
24076         (spam-list-of-checks, spam-list-of-statistical-checks):
24077         Remove variables.
24078         (spam-split, spam-find-spam): Use the new backend code.
24079         (spam-registration-functions): Remove variable.
24080         (spam-unregister-routine): Add convenience wrapper.
24081         (spam-log-undo-registration, spam-register-routine)
24082         (spam-log-processing-to-registry)
24083         (spam-log-unregistration-needed-p): Rename "check" to "backend"
24084         where possible.
24085         (spam-check-gmane-xref, spam-check-regex-headers)
24086         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
24087         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
24088         (spam-check-bogofilter-headers, spam-check-spamoracle)
24089         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
24090         (spam-check-crm114-headers): Use the spam-split-group that
24091         spam-split prepares, no need to determine it every time.
24092
24093         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
24094         to the nnheader-parse-naked-head call.
24095
24096         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
24097
24098         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
24099         the nnheader-nov-read-message-id call.
24100
24101 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24102
24103         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
24104         gnus-activate-group twice.  Suggested by Markus Peter
24105         <warp@spin.de>.
24106
24107 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24108
24109         * gnus-art.el (gnus-article-time-format): Exchange the order of
24110         day and month in the default value; fix customization type.
24111         (article-date-ut): Use add-text-properties.
24112         (article-make-date-line): Use message-make-date instead of
24113         current-time-string.
24114
24115         * message.el (message-fetch-field): Don't use set-text-properties.
24116         (message-make-date): Simplify.
24117
24118         * messagexmas.el (message-xmas-make-date): New function.
24119         (message-xmas-redefine): Defalias message-make-date to it.
24120
24121 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24122
24123         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
24124         (rfc2047-encode-region): Treat text within parentheses as special;
24125         show the original text when error has occurred.
24126
24127         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
24128         already-computed method to gnus-activate-group.
24129
24130         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
24131         same select-methods identical Lisp objects.
24132
24133         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
24134         object when modifying the info.
24135
24136 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24137
24138         * gnus-srvr.el (gnus-server-set-info): Remove the server from
24139         gnus-opened-servers since it has never been opened with the new
24140         configuration yet.
24141
24142 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24143
24144         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
24145         arg to nnheader-generate-fake-message-id.
24146
24147 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
24148
24149         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24150         number and build a fake message ID localized to a group and
24151         article number (so it's repeatable from that point on).
24152         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24153         ID format.
24154
24155         * gnus-sum.el (gnus-get-newsgroup-headers):
24156         Call nnheader-generate-fake-message-id with the article number.
24157
24158 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24159
24160         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24161         end-of-buffer.
24162
24163 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24164
24165         * message.el (message-ignored-supersedes-headers): Add Approved.
24166
24167 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24168
24169         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24170         goto-char.
24171         (rfc2047-encode): Fold the line before encoding.
24172
24173 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24174
24175         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24176         folding -- not all headers can be folded, and this should be done
24177         by the message composition mode.  Probably.  I think.
24178
24179 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24180
24181         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24182         fast.
24183
24184         * gnus-ems.el (gnus-remove-image): Don't use
24185         message-text-with-property; remove only the image found first.
24186
24187         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24188         found first.
24189
24190 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24191
24192         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24193
24194 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24195
24196         * message.el (message-text-with-property): Make it fast and accept
24197         optional arguments.
24198         (message-strip-forbidden-properties): Use it.
24199         (message-fix-before-sending): Follow the m-t-w-p change.
24200
24201         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24202
24203 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24204
24205         * gnus-art.el (article-hide-headers): Don't change the buffer
24206         mistakenly when performing mml-preview even if
24207         gnus-single-article-buffer is nil.
24208
24209 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24210
24211         * message.el (message-expand-name-databases): New user option.
24212         (message-expand-name): Use it.
24213
24214 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24215
24216         * spam.el (spam-report-articles-resend)
24217         (spam-report-resend-register-routine): Allow ham reporting.
24218         (spam-report-resend-register-ham-routine): Add wrapper.
24219         (spam-registration-functions): Add ham resending functions.
24220         (spam-list-of-processors): Add ham resend processor.
24221
24222         * gnus.el (ham-resend-to): Add new group parameter.
24223         (spam-process): Add ham resend option.
24224
24225         * spam-report.el (spam-report-resend): Allow reporting ham.
24226         (spam-report-resend-ham): Add wrapper.
24227
24228 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24229
24230         * message.el (message-cite-articles-with-x-no-archive):
24231         New variable.
24232         (message-cite-original): Use it.
24233
24234 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24235
24236         * message.el (message-cite-original): Respect X-No-Archive.
24237
24238 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24239
24240         * gnus-art.el (article-hide-headers): Refer to the values for
24241         gnus-ignored-headers and gnus-visible-headers in the summary
24242         buffer since a user may have set them as group parameters.
24243
24244 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24245
24246         * assistant.el (assistant-node-name): Add convenience function.
24247         (assistant-render-text, assistant-render-node): Add error handling,
24248         plus handle multiple next nodes.
24249         (assistant-find-next-node): Comment out for now.
24250         (assistant-find-next-nodes): Add function, returns list of next
24251         nodes.
24252
24253 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24254
24255         * mail-source.el (mail-source-directory): Fix doc-string.
24256
24257 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24258
24259         * assistant.el (assistant-render-text, assistant-eval): Add :set
24260         widget type, which is different because it takes and returns a
24261         list.  Much hilarity ensues.
24262
24263 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24264
24265         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24266
24267         * gnus-group.el (gnus-group-get-new-news-this-group):
24268         Add doc-string.
24269
24270         * gnus-start.el (gnus-activate-group): Add doc-string.
24271
24272 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24273
24274         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24275
24276 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24277
24278         * assistant.el (assistant-render-text): Try to add a :set
24279         widget, more to come.
24280
24281         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24282         strings.
24283         (spam-report-articles-resend)
24284         (spam-register-routine): Do registration iff any articles warrant
24285         it.
24286         (spam-summary-prepare-exit): Change log message for nil group
24287         destinations.
24288
24289 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24290
24291         * spam.el (spam-report-resend-register-routine):
24292         Allow spam-report-resend-to to be a group parameter or a global value.
24293
24294 2004-05-26  Simon Josefsson  <jas@extundo.com>
24295
24296         * starttls.el: Merge with my GNUTLS based starttls.el.
24297         (starttls-gnutls-program, starttls-use-gnutls)
24298         (starttls-extra-arguments, starttls-process-connection-type)
24299         (starttls-connect, starttls-failure, starttls-success):
24300         New variables.
24301         (starttls-program, starttls-extra-args): Doc fix.
24302         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24303         New functions.
24304         (starttls-negotiate, starttls-open-stream):
24305         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24306         function if it is set.
24307
24308 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24309
24310         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24311         structured fields.
24312
24313 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24314
24315         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24316
24317 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24318
24319         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24320         Add variable.
24321         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24322         assigning the spam-mark to new messages.
24323
24324 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24325
24326         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24327
24328 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24329
24330         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24331
24332         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24333         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24334         default.
24335
24336 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24337
24338         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24339         correct data.
24340
24341 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24342
24343         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24344         (spam-group-processor-p): Fix function.
24345         (spam-group-processor-multiple-p)
24346         (spam-group-spam-processor-report-gmane-p)
24347         (spam-group-spam-processor-report-resend-p)
24348         (spam-group-spam-processor-bogofilter-p)
24349         (spam-group-spam-processor-blacklist-p)
24350         (spam-group-spam-processor-ifile-p)
24351         (spam-group-ham-processor-ifile-p)
24352         (spam-group-spam-processor-spamoracle-p)
24353         (spam-group-spam-processor-crm114-p)
24354         (spam-group-ham-processor-bogofilter-p)
24355         (spam-group-spam-processor-stat-p)
24356         (spam-group-ham-processor-stat-p)
24357         (spam-group-ham-processor-whitelist-p)
24358         (spam-group-ham-processor-BBDB-p)
24359         (spam-group-ham-processor-spamoracle-p)
24360         (spam-group-ham-processor-copy-p): Remove functions with some
24361         prejudice against unneeded code.
24362         (spam-report-articles-resend)
24363         (spam-report-resend-register-routine): Allow the group/topic
24364         spam-resend-to value to override spam-report-resend-to.
24365         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24366         properly now.
24367
24368         * gnus.el (spam-resend-to): Add group/topic parameter.
24369         (spam-process): Move the OBSOLETE processors to the end of the
24370         choices.
24371
24372 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24373
24374         * spam-report.el (spam-report-resend-to, spam-report-resend):
24375         Start with resend-to set to nil, and then ask the user if necessary.
24376         (spam-report-resend): spam-report-resend takes a list of articles, not
24377         separate article numbers.
24378
24379 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24380
24381         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24382         addition to emacs-w3m.
24383
24384 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24385
24386         * assistant.el (assistant-authinfo-data): New function.
24387         (assistant-eval): Eval for entire assistant.
24388
24389         * netrc.el (netrc-services-file): New variable.
24390         (netrc-parse-services): New function.
24391         (netrc-find-service-name): New function.
24392         (netrc-find-service-number): New function.
24393         (netrc-port-equal): New function.
24394         (netrc-machine): Use it.
24395
24396         * nnimap.el (nnimap-open-connection): Use netrc.
24397
24398         * gnus-util.el (gnus-netrc-get): Remove aliases.
24399
24400         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24401
24402         * assistant.el (wid-edit): Fix compilation.
24403
24404         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24405
24406 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24407
24408         * gnus-util.el (gnus-set-file-modes): New function.  (small
24409         patch).
24410
24411 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24412
24413         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24414
24415         * assistant.el (assistant-render-node): Fix up rendering and
24416         read-only text.
24417         (assistant-render-node): Reset.
24418         (assistant-make-read-only): Not sticky.
24419
24420 2004-05-20  Danny Siu  <dsiu@adobe.com>
24421
24422         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24423         centered even when gnus-auto-center-summary is t.
24424
24425 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24426
24427         * dns.el (dns-get-txt-answer): New function.
24428         (dns-read-txt): Ditto.
24429         (query-dns): Use it.
24430
24431 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24432
24433         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24434         active for foreign groups even if the group level is higher than
24435         the specified value.
24436
24437 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24438
24439         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24440         non-active groups.
24441
24442         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24443
24444 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24445
24446         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24447
24448 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24449
24450         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24451         (spam-crm114-header, spam-crm114-spam-switch)
24452         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24453         (spam-crm114-positive-spam-header)
24454         (spam-crm114-database-directory, spam-list-of-processors)
24455         (spam-group-spam-processor-crm114-p)
24456         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24457         (spam-generic-score, spam-list-of-checks)
24458         (spam-list-of-statistical-checks, spam-registration-functions)
24459         (spam-check-crm114-headers, spam-crm114-score)
24460         (spam-check-crm114, spam-crm114-register-with-crm114)
24461         (spam-crm114-register-spam-routine)
24462         (spam-crm114-unregister-spam-routine)
24463         (spam-crm114-register-ham-routine)
24464         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24465
24466 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24467
24468         * gnus.el: Add spam-use-crm114.
24469
24470         * spam.el (spam-list-of-processors, spam-registration-functions):
24471         Add spam-use-resend.
24472         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24473         (spam-report-articles-gmane): Add doc fix.
24474         (spam-report-articles-resend, spam-report-resend-register-routine):
24475         Add wrappers around spam-report-resend-to.
24476
24477         * spam-report.el (spam-report-resend-to, spam-report-resend):
24478         Add support for resending spam.
24479         (spam-report-gmane): Fix line length >80.
24480
24481         * gnus.el (spam-process): Add spam-use-resend.
24482
24483 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24484
24485         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24486         number of processed spam messages.
24487         (spam-ham-copy-or-move-routine): Return the number of processed
24488         ham messages.
24489         (spam-summary-prepare-exit): Use the above values to decide
24490         whether status messages shouled be displayed.
24491
24492 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24493
24494         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24495         `rfc2047-encoding-function-alist' in order to avoid conflicting
24496         with the old version.
24497         (rfc2047-encode-region): Concatenate words containing non-ASCII
24498         characters in structured fields; don't encode space-delimited
24499         ASCII words even in unstructured fields; don't break words at
24500         char-category boundaries.
24501         (rfc2047-encode-1): New function.
24502         (rfc2047-encode): Use it; encode text so that it occupies the
24503         maximum width within 76-column; work correctly on Q encoding for
24504         iso-2022-* charsets.
24505         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24506         sure not to break a line just after the header name.
24507         (rfc2047-b-encode-region): Remove.
24508         (rfc2047-b-encode-string): New function.
24509         (rfc2047-q-encode-region): Remove.
24510         (rfc2047-q-encode-string): New function.
24511
24512         * mm-util.el (mm-replace-in-string): New function.
24513
24514 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24515
24516         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24517         Really get it right.
24518         (gnus-inews-make-draft): Really.
24519
24520 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24521
24522         * nnmh.el (nnmh-request-list-1): Don't check the link count
24523         before descending.  (small patch)
24524
24525 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24526
24527         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24528         stuff.
24529
24530         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24531         Match on real group name.
24532
24533         * gnus-art.el (gnus-signature-limit): Doc fix.
24534
24535         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24536
24537         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24538
24539 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24540
24541         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24542         isn't a string.
24543
24544 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24545
24546         * gnus-draft.el (gnus-draft-send):
24547         Bind rfc2047-encode-encoded-words.
24548
24549         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24550         (rfc2047-encodable-p): Say that =? needs encoding.
24551         (rfc2047-encode-encoded-words): New variable.
24552
24553         * gnus-group.el (gnus-group-select-group): Doc fix.
24554
24555         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24556
24557         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24558         to nil.
24559
24560         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24561
24562         * nnheader.el (nnheader-get-lines-and-char): New function.
24563
24564 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24565
24566         * gnus-msg.el (gnus-summary-followup-with-original):
24567         Document yanking of region when active.
24568
24569 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24570
24571         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24572         groups if the group level is higher than the specified value.
24573
24574 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24575
24576         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24577         (gnus-group-jump-to-group): Add prefix argument using
24578         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24579         non-active group.
24580
24581         * compface.el (uncompface): Be verbose when changing
24582         `uncompface-use-external'.
24583
24584         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24585         handle manual section.
24586
24587 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24588
24589         * gnus-art.el (gnus-button-alist): Revert previous change.
24590
24591 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24592
24593         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24594
24595 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24596
24597         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24598         whether backend can accept message.
24599
24600         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24601
24602 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24603
24604         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24605         Avoid creating directory when nntp-marks-is-evil is true.
24606         Reported by Reiner Steib.
24607
24608 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24609
24610         * gnus-picon.el (gnus-picon-insert-glyph):
24611         Add optional `nostring' argument.
24612
24613 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24614
24615         * gnus-picon.el (gnus-picon-style): New variable.
24616         (gnus-picon-transform-address): Support `gnus-picon-style'.
24617
24618 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24619
24620         * message.el (message-fill-field): Return point.
24621         (message-generate-headers): Go to end of field.
24622
24623         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24624         stuff for non-living groups.
24625
24626 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24627
24628         * gnus-art.el (gnus-article-followup-with-original)
24629         (gnus-article-reply-with-original): gnus-mark-active-p ->
24630         gnus-region-active-p.
24631
24632 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24633
24634         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24635         only when there is spam or ham to be processed.
24636
24637 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24638
24639         * mail-source.el (mail-source-delete-crash-box): Refactor.
24640         (mail-source-fetch): Use it.
24641         (mail-source-fetch-file): Ditto.
24642         (mail-source-fetch-directory): Run postscript in loop.
24643         (mail-source-fetch-pop): Delete.
24644         (mail-source-fetch-maildir): Ditto.
24645         (mail-source-fetch-imap): Ditto.
24646
24647         * imap.el (imap-authenticators): Comment out sasl.
24648
24649         * message.el (message-skip-to-next-address): New function.
24650         (message-fill-header-address): Refactor.
24651         (message-fill-address): Use it.
24652         (message-delete-address): Use it.
24653         (message-fill-header-general): Refactor.
24654         (message-fill-field-address): Rename.
24655         (message-narrow-to-field): Find the start of the header.
24656         (message-header-format-alist): Don't pre-fill.
24657         (message-fill-header): Remove.
24658         (message-insert-header): New function.
24659         (message-shorten-references): Use it.
24660
24661         * rfc2047.el (rfc2047-field-value): Strip props.
24662
24663         * mail-parse.el (mail-header-make-address): New alias.
24664
24665         * ietf-drums.el (ietf-drums-make-address): New function.
24666
24667         * imap.el: Add compiler directives.
24668
24669         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24670
24671         * gnus-art.el (article-decode-idna-rhs): Don't use
24672         message-idna-inside-rhs-p.
24673
24674 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24675
24676         * message.el (message-idna-inside-rhs-p): Remove.
24677         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24678
24679         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24680         false positives.
24681
24682 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24683
24684         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24685
24686 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24687
24688         * nneething.el (nneething-file-name): Don't create spurious
24689         files.
24690
24691         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24692         (gnus-inews-do-gcc): Remove sleep.
24693
24694         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24695         part under point.
24696
24697         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24698         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24699
24700 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24701
24702         * spam.el (spam-summary-prepare-exit): Fix (length).
24703
24704 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24705
24706         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24707         as expired without moving it" message when there are spam
24708         messages left.
24709
24710 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24711
24712         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24713         header is not nil.
24714
24715 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24716
24717         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24718         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24719         (nntp-marks-changed-p): New arg SERVER.
24720         (nntp-request-update-info): Adjust caller.
24721
24722 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24723
24724         * nntp.el (nntp-save-marks): Pass missing arg.
24725
24726 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24727
24728         * nntp.el: Support marks.
24729         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24730         (nntp-marks-modtime, nntp-marks-directory): New variables.
24731         (nntp-request-set-mark, nntp-request-update-info)
24732         (nntp-possibly-create-directory, nntp-marks-changed-p)
24733         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24734         New functions.
24735
24736 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24737
24738         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24739         (gnus-xmas-redefine): Rename.
24740
24741         * gnus-score.el (gnus-score-insert-help):
24742         Use gnus-select-lowest-window.
24743
24744         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24745         appt-select-lowest-window and rename to gnus-select-lowest-window.
24746
24747         * gnus.el: do.
24748
24749 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24750
24751         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24752         encodings of MIME-encoded words, in order to improve
24753         interoperability with several broken MUAs.
24754
24755 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24756
24757         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24758         tags, only when charsets are not specified in headers.
24759         (mm-inline-text-html-render-with-w3m): Ditto.
24760
24761         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24762         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24763
24764 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24765
24766         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24767         instead of MIME-decoded from fields when checking
24768         `gnus-article-address-banner-alist'.
24769
24770 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24771
24772         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24773         description rather than subject.
24774
24775 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24776
24777         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24778
24779 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24780
24781         * gnus.el (gnus-version-number): Bump.
24782
24783 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24784
24785         * gnus.el: No Gnus v0.2 is released.
24786
24787 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24788
24789         * gnus-agent.el (gnus-agent-read-agentview):
24790         Inline gnus-uncompress-range.
24791
24792 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24793
24794         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24795         `exec-installed-p'.
24796
24797 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24798
24799         * gnus.el (spam-process, spam-autodetect-methods):
24800         Add bsfilter and bsfilter-headers.
24801
24802         * spam.el (spam-bsfilter): New customize group.
24803         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24804         (spam-bsfilter-header, spam-bsfilter-probability-header)
24805         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24806         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24807         (spam-bsfilter-database-directory): New options.
24808         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24809         (spam-list-of-statistical-checks, spam-registration-functions):
24810         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24811         (spam-bsfilter-score): New command.
24812         (spam-check-bsfilter-headers, spam-check-bsfilter)
24813         (spam-bsfilter-register-with-bsfilter)
24814         (spam-bsfilter-register-spam-routine)
24815         (spam-bsfilter-unregister-spam-routine)
24816         (spam-bsfilter-register-ham-routine)
24817         (spam-bsfilter-unregister-ham-routine): New functions.
24818         (spam-generic-score): Support bsfilter; Accept an optional argument
24819         to recalcurate spam score even if scoring header has already been
24820         added.
24821         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24822         optional argument to recalcurate spam score even if scoring header
24823         has already been added.
24824
24825 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24826
24827         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24828         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24829         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24830         link is missing.
24831
24832 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24833
24834         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24835         (html2text-get-attr): Rewrite.
24836
24837         * message.el (message-setup-1): Remove redundant put-text-property
24838         on mail-header-separator.
24839
24840 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24841
24842         * gnus-registry.el (gnus-registry-cache-whitespace)
24843         (gnus-registry-action, gnus-registry-spool-action)
24844         (gnus-registry-split-fancy-with-parent): Change message levels
24845         from 5 to 3 or 7, as needed.
24846
24847         * spam.el (spam-summary-prepare-exit)
24848         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24849         (spam-split, spam-find-spam, spam-log-undo-registration)
24850         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24851         level from 5 to 6.
24852
24853 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24854
24855         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24856         2004-03-04 change).
24857
24858 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24859
24860         * sieve-manage.el (sieve-manage-open):
24861         * nnweb.el (nnweb-insert-html):
24862         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24863         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24864         * nnspool.el (nnspool-request-group):
24865         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24866         * nnml.el (nnml-request-update-info):
24867         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24868         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24869         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24870         (nnimap-request-set-mark):
24871         * nnfolder.el (nnfolder-request-update-info):
24872         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24873         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24874         * gnus-uu.el (gnus-uu-find-articles-matching):
24875         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24876         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24877         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24878         * gnus-nocem.el (gnus-nocem-scan-groups):
24879         * gnus-int.el (gnus-start-news-server):
24880         * gnus-group.el (gnus-group-make-kiboze-group)
24881         (gnus-group-browse-foreign-server):
24882         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24883         Use mapc when appropriate.
24884
24885 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24886             Adam Sjøgren  <asjo@koldfront.dk>
24887             Wes Hardaker  <wes@hardakers.net>
24888             Michael Shields  <shields@msrl.com>
24889
24890         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24891         may need for spam sorting and scoring.
24892         (spam-user-format-function-S): Add user format function suitable for
24893         general use.
24894         (spam-article-sort-by-spam-status): Add sorting function for summary
24895         sorting.
24896         (spam-extra-header-to-number): Add function to get a score from a
24897         header.
24898         (spam-summary-score): Add function to get a numeric score from the
24899         headers.
24900         (spam-generic-score): Fix function doc, was in wrong place.
24901         (spam-initialize): Take symbols when it's run, and install the
24902         extra headers that spam-necessary-extra-headers thinks we need.
24903
24904 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24905
24906         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24907         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24908
24909 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24910
24911         * gnus-sum.el (gnus-set-global-variables)
24912         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24913         (gnus-article-get-xrefs, gnus-summary-best-group)
24914         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24915         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24916         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24917         Use with-current-buffer.
24918
24919 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24920
24921         * spam.el (spam-summary-prepare-exit): Simplify logic.
24922         (spam-fetch-article-header): Read the article header if it's not
24923         available.
24924         (spam-list-articles): Simplify logic.
24925         (spam-filelist-register-routine): Fix bug with unregister-list.
24926
24927         * gnus-registry.el: Fix comments at beginning.
24928
24929 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24930
24931         * message.el (message-cater-to-broken-inn): Remove.
24932         (message-shorten-references): Make sure the total folded length of
24933         References is shorter than 998 characters to cater to a bug in INN
24934         2.3.  Also, don't pretend that references aren't folded -- this
24935         hasn't worked for a while.
24936
24937 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24938
24939         * gnus-agent.el (gnus-agentize):
24940         gnus-agent-send-mail-real-function no longer set to current value
24941         of message-send-mail-function but rather a lambda that calls
24942         message-send-mail-function.  The change makes the agent real-time
24943         responsive to user changes to message-send-mail-function.
24944
24945 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24946
24947         * legacy-gnus-agent.el
24948         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24949         help from Florian Weimer <fw@deneb.enyo.de>
24950
24951 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24952
24953         * nnmail.el (nnmail-cache-insert): Revert last change.
24954
24955 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24956
24957         * nnmail.el (nnmail-cache-insert): Always check whether
24958         nnmail-cache-ignore-groups matches a group name.
24959
24960 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24961
24962         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24963         (spam-find-spam, spam-log-processing-to-registry)
24964         (spam-log-registered-p, spam-log-unregistration-needed-p)
24965         (spam-log-undo-registration): Use gnus-message instead of
24966         gnus-error, none of these errors are fatal.
24967
24968         * gnus-registry.el (gnus-registry-clean-empty-function)
24969         (gnus-registry-clean-empty): Remove only empty entries without
24970         extra data.
24971
24972 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24973
24974         * spam-stat.el (spam-stat-buffer-change-to-spam)
24975         (spam-stat-buffer-change-to-non-spam): Change (error) to
24976         (gnus-message 8) invocation.
24977
24978 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24979
24980         * nntp.el (nntp-via-netcat-command): New variable.
24981         (nntp-via-netcat-switches): New variable.
24982         (nntp-open-via-rlogin-and-netcat): New function.
24983         (nntp-open-connection-function): Doc fix.
24984         (nntp-telnet-command): Doc fix.
24985         (nntp-end-of-line): Doc fix.
24986         (nntp-via-rlogin-command): Doc fix.
24987         (nntp-via-user-name): Doc fix.
24988         (nntp-via-address): Doc fix.
24989
24990 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24991
24992         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24993         error in Emacs 21.1.
24994
24995 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24996
24997         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24998
24999 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25000
25001         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25002         (gnus-agent-with-refreshed-group): New macro.
25003         (gnus-agent-rename-group): New function.
25004         (gnus-agent-delete-group): New function.
25005         (gnus-agent-save-group-info): Use gnus-command-method when
25006         `method' parameter is nil.  Don't write nil entries into the
25007         active file.
25008         (gnus-agent-get-group-info): New function.
25009         (gnus-agent-fetch-articles):
25010         Use gnus-agent-update-files-total-fetched-for to increment disk space
25011         used.
25012         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25013         Use gnus-agent-update-view-total-fetched-for to increment disk space
25014         used.
25015         (gnus-agent-get-local): Add optional parameters to avoid calling
25016         gnus-group-real-name and gnus-find-method-for-group.
25017         (gnus-agent-set-local): Delete stored entry if either min, or max,
25018         are nil.
25019         (gnus-agent-fetch-session): Reworded error/quit messages.
25020         On quit, use gnus-agent-regenerate-group to record existance of any
25021         articles fetched to disk before the quit occurred.
25022         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
25023         gnus-agent-update-view-total-fetched-for, and
25024         gnus-agent-update-files-total-fetched-for to decrement disk space
25025         used.
25026         (gnus-agent-retrieve-headers):
25027         Use gnus-agent-update-view-total-fetched-for to increment disk space
25028         used.
25029         (gnus-agent-regenerate-group): Replace gnus-group-update-group
25030         with gnus-agent-update-files-total-fetched-for to decrement disk
25031         space and fresh group buffer.
25032         (gnus-agent-inhibit-update-total-fetched-for): New variable.
25033         (gnus-agent-need-update-total-fetched-for): New variable.
25034         (gnus-agent-update-files-total-fetched-for): New function.
25035         (gnus-agent-update-view-total-fetched-for): New function.
25036         (gnus-agent-total-fetched-for): New function.
25037
25038         * gnus-cache.el (gnus-cache-save-buffers):
25039         Use gnus-cache-update-overview-total-fetched-for to change disk space
25040         used by this group.
25041         (gnus-cache-possibly-enter-article):
25042         Use gnus-cache-update-file-total-fetched-for to increment disk space
25043         used by this group.
25044         (gnus-cache-possibly-remove-article):
25045         Use gnus-cache-update-file-total-fetched-for to decrement disk space
25046         used by this group.
25047         (gnus-cache-generate-nov-databases): Purge total fetched cache.
25048         (gnus-cache-rename-group): New function.
25049         (gnus-cache-delete-group): New function.
25050         (gnus-cache-inhibit-update-total-fetched-for): New variable.
25051         (gnus-cache-need-update-total-fetched-for): New variable.
25052         (gnus-cache-with-refreshed-group): New macro.
25053         (gnus-cache-update-file-total-fetched-for): New function.
25054         (gnus-cache-update-overview-total-fetched-for): New function.
25055         (gnus-cache-rename-group-total-fetched-for): New function.
25056         (gnus-cache-delete-group-total-fetched-for): New function.
25057         (gnus-cache-total-fetched-for): New function.
25058
25059         * gnus-group.el: Require gnus-sum and autoload functions to
25060         resolve warnings when gnus-group.el compiled alone.
25061         (gnus-group-line-format): Documented new %F.
25062         (size of Fetched data) group line format; identifies disk space
25063         used by agent and cache.
25064         (gnus-group-line-format-alist): Defined new F format.
25065         (gnus-total-fetched-for): New function.
25066         (gnus-group-delete-group): No longer update
25067         gnus-cache-active-altered as gnus-request-delete-group now keeps
25068         the cache in sync.
25069         (gnus-group-list-active): Let the agent store a server's active
25070         list if currently plugged.
25071
25072         * gnus-int.el (gnus-request-delete-group):
25073         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
25074         local disk in sync with the server.
25075         (gnus-request-rename-group):
25076         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
25077         local disk in sync with the server.
25078
25079         * gnus-start.el (gnus-get-unread-articles):
25080         Cosmetic simplification to logic.
25081
25082         * gnus-util.el (gnus-rename-file): New function.
25083
25084 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
25085
25086         * mm-util.el (mm-image-load-path): Handle nil in load-path.
25087
25088 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
25089
25090         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
25091         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
25092
25093 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
25094
25095         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
25096         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
25097
25098 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
25099
25100         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
25101
25102 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
25103
25104         * spam.el (spam-set-difference): Add function to replace
25105         gnus-set-difference in spam.el.
25106         (spam-summary-prepare-exit): Use spam-set-difference.
25107
25108 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
25109
25110         * gnus-registry.el (gnus-registry-cache-file): Update to use
25111         gnus-dribble-directory OR gnus-home-directory OR ~.
25112         (gnus-registry-split-fancy-with-parent): Fix doc.
25113
25114 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25115
25116         * message.el (message-exchange-point-and-mark):
25117         Use message-mark-active-p.  Suggested by Jesper Harder
25118         <harder@ifa.au.dk>.
25119
25120 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25121
25122         * message.el (message-exchange-point-and-mark): Don't activate
25123         region if it was inactive.  Suggested by Hiroshi Fujishima
25124         <pooh@nature.tsukuba.ac.jp>.
25125
25126 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25127
25128         * gnus-art.el (article-display-face): Display Faces in the same
25129         order as X-Faces.
25130
25131 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25132
25133         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
25134
25135 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25136
25137         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
25138         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
25139         (gnus-article-mime-hierarchy): Remove.
25140         (gnus-article-mime-hierarchy-next): Remove.
25141         (gnus-article-mode): Revert 2004-03-19 change.
25142         (gnus-article-setup-buffer): Revert 2004-03-19 change.
25143         (gnus-insert-mime-button): Revert 2004-03-19 change.
25144         (gnus-mime-accumulate-hierarchy): Remove.
25145         (gnus-mime-enter-multipart): Remove.
25146         (gnus-mime-leave-multipart): Remove.
25147         (gnus-mime-display-part): Revert 2004-03-19 change.
25148         (gnus-mime-display-alternative): Revert 2004-03-19 change.
25149
25150         * mml.el (mml-preview): Revert 2004-03-19 change.
25151
25152 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25153
25154         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25155
25156 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25157
25158         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25159         t while entering a file name using the mm-with-multibyte macro.
25160         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25161
25162         * mm-util.el (mm-with-multibyte): New macro.
25163
25164 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25165
25166         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25167         New user option.
25168         (gnus-mime-multipart-functions): Doc and customization fix.
25169         (gnus-article-mime-hierarchy): New variable.
25170         (gnus-article-mime-hierarchy-next): New variable.
25171         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25172         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25173         gnus-article-mime-hierarchy-next to nil.
25174         (gnus-insert-mime-button): Show hierarchy numbers.
25175         (gnus-mime-accumulate-hierarchy): New function.
25176         (gnus-mime-enter-multipart): New function.
25177         (gnus-mime-leave-multipart): New function.
25178         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25179         (gnus-mime-display-alternative): Show hierarchy numbers.
25180
25181         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25182         gnus-article-mime-hierarchy-next to nil.
25183
25184 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25185
25186         * dns.el: Don't require gnus-xmas.
25187
25188 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25189
25190         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25191         inline PGP.
25192         (mml-menu): Disable mml-quote-region if mark is inactive.
25193
25194 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25195
25196         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25197         when the group's active is not available.
25198
25199 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25200
25201         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25202         error.
25203
25204 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25205
25206         * imap.el (imap-store-password): New variable.
25207         (imap-interactive-login): Use it.
25208         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25209
25210 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25211
25212         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25213         window-start and hscroll to summary window.
25214
25215 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25216
25217         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25218         conversion message to newsrc-dribble when an actual conversion is
25219         performed.
25220
25221 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25222
25223         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25224
25225 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25226
25227         * mm-decode.el (mm-complicated-handles): New function reviving
25228         former definition of mm-multiple-handles.
25229
25230         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25231         (gnus-mime-delete-part): Use it.
25232
25233 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25234
25235         * gnus-agent.el (gnus-agent-read-local):
25236         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25237         avoid the implicit assumption that they will always be equal.
25238         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25239         coding-system-for-write, as the with-temp-file macro first prints
25240         to a buffer then saves the buffer.
25241
25242 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25243
25244         * gnus-art.el (gnus-article-edit-part): New function.
25245         (gnus-mime-save-part-and-strip): Use it; do query instead of
25246         signaling an error; don't use mm-multiple-handles.
25247         (gnus-mime-delete-part): Ditto.
25248
25249 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25250
25251         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25252         old file versions.
25253         (gnus-group-prepare-hook): Remove function that converted list
25254         form of gnus-agent-expire-days to group properties.
25255
25256         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25257         (gnus-request-accept-article): Re-indented.
25258
25259         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25260         converters to handle old agent file formats.  Add logic for a
25261         "backup before upgrading warning".
25262         (gnus-convert-mark-converter-prompt): Developers can mark
25263         functions as needing (default), or not needing,
25264         gnus-convert-old-newsrc's "backup before upgrading warning".
25265         (gnus-convert-converter-needs-prompt): Tests whether the user
25266         should be protected from potentially irreversable changes by the
25267         function.
25268
25269         * legacy-gnus-agent.el: New.  Provides converters that are only
25270         loaded when gnus-convert-old-newsrc needs to call them.
25271
25272 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25273
25274         * mail-source.el (mail-source-touch-pop): Doc fix.
25275
25276         * message.el (message-smtpmail-send-it): Doc fix.
25277
25278 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25279
25280         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25281
25282         * nnmail.el (nnmail-split-fancy): do.
25283
25284         * gnus-kill.el (gnus-kill, gnus-execute): do.
25285
25286 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25287
25288         * gnus-sum.el (gnus-widget-reversible-match)
25289         (gnus-widget-reversible-to-internal)
25290         (gnus-widget-reversible-to-external): New functions.
25291         (gnus-widget-reversible): New widget.
25292         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25293
25294 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25295
25296         * gnus-sum.el (gnus-thread-sort-functions)
25297         (gnus-article-sort-functions): Document `(not F)' items.
25298
25299 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25300
25301         * spam.el (spam-use-gmane-xref): Add new backend.
25302         (spam-gmane-xref-spam-group): Add variable to control the name of the
25303         Gmane spam group.
25304         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25305         (spam-regex-headers-spam, spam-regex-headers-ham)
25306         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25307         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25308         backends and checks.
25309         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25310
25311         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25312         an autodetect method.
25313
25314 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25315
25316         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25317         articles are being added to a group.
25318         (gnus-request-replace-article): Inform the agent that articles
25319         need to be uncached as the cached contents are no longer valid.
25320
25321 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25322
25323         * binhex.el: Don't autoload executable-find.
25324
25325         * canlock.el: Don't autoload mail-fetch-field.
25326
25327         * dgnushack.el: Autoload c-mode for XEmacs.
25328
25329         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25330
25331         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25332         rmail-dont-reply-to and rmail-output.
25333
25334         * gnus-score.el: Don't autoload ffap-string-at-point.
25335
25336         * gnus-setup.el: Don't autoload sc-cite-original.
25337
25338         * imap.el: Don't autoload base64-decode-string,
25339         base64-encode-string and md5.
25340
25341         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25342         and rmail-msg-restore-non-pruned-header.
25343
25344         * mm-decode.el: Don't autoload executable-find.
25345
25346         * mm-url.el: Don't autoload executable-find.
25347
25348         * mm-view.el: Don't autoload diff-mode.
25349
25350         * nndb.el: Don't autoload news-reply-mode, news-setup,
25351         cancel-timer and telnet.
25352
25353         * password.el: Don't autoload run-at-time for Emacs.
25354
25355         * sha1-el.el: Don't autoload executable-find.
25356
25357         * sieve-mode.el: Don't autoload c-mode.
25358
25359         * uudecode.el: Don't autoload executable-find.
25360
25361 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25362
25363         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25364         (gnus-agent-possibly-alter-active): Avoid null in numeric
25365         comparison.
25366         (gnus-agent-set-local): Refuse to save null in local object table.
25367         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25368         list of articles that will be marked as unread.
25369
25370 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25371
25372         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25373
25374 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25375
25376         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25377         language tags.
25378
25379 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25380
25381         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25382         Don't bind "obarray".
25383
25384         * gnus-sum.el (gnus-thread-sort-functions):
25385         Add `gnus-thread-sort-by-most-recent-number' and
25386         `gnus-thread-sort-by-most-recent-date'.
25387         Reported by Kai Grossjohann <kai@emptydomain.de>.
25388
25389 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25390
25391         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25392
25393 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25394
25395         * gnus-cus.el (gnus-agent-customize-category):
25396         Remove ignore-errors macro reference that required cl to be loaded at
25397         run-time.
25398
25399         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25400         single-interval range of the form (min . max).  Previously the
25401         range had to look like ((min . max)).  Likewise, return
25402         (min . max) rather than ((min . max)).
25403         (gnus-range-map): Use gnus-range-normalize to accept
25404         single-interval range.
25405
25406         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25407         the cache, but not the agent, now appear with their usual face.
25408
25409         * dgnushack.el (loaddir): New variable that is bound to the
25410         directory containing the dgnushack.el file. Use loaddir, rather
25411         than srcdir, to update load-path. Change lets dgnushack compile
25412         code in directories other than GNUS/lisp.
25413
25414 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25415
25416         * lpath.el: Don't bind w3m-safe-url-regexp.
25417
25418         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25419         w3m-safe-url-regexp variable buffer-local.
25420
25421         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25422
25423 2004-02-27  Simon Josefsson  <jas@extundo.com>
25424
25425         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25426         gnus-group-real-prefix.
25427         (gnus-summary-move-article): Use it, instead of
25428         gnus-group-real-prefix.
25429
25430 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25431
25432         * lpath.el: Bind w3m-safe-url-regexp.
25433
25434         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25435         w3m-safe-url-regexp variable buffer-local and set it as the value
25436         of mm-w3m-safe-url-regexp.
25437
25438         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25439
25440         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25441         parsing gnus-posting-styles when the message is not for replying.
25442
25443         * dgnushack.el: Autoload sgml-mode for XEmacs.
25444
25445         * nnrss.el (nnrss-opml-export):
25446         Use mm-set-buffer-file-coding-system instead of
25447         set-buffer-file-coding-system.
25448
25449 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25450
25451         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25452         of checkdoc.el).
25453         * nnrss.el: do.
25454         * gnus-mlspl.el: do.
25455         * gnus-ml.el: do.
25456         * gnus-srvr.el: do.
25457
25458         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25459
25460 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25461
25462         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25463         Corrections to custom-manual links.
25464
25465         * gnus-art.el (gnus-article): Ditto.
25466
25467         * mm-decode.el (mime-display, mime-security): Ditto.
25468
25469 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25470
25471         * flow-fill.el: Typo.
25472
25473 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25474
25475         * spam-wash.el: New file.
25476
25477 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25478
25479         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25480
25481 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25482
25483         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25484         to be run with new-articles as LIST1, not LIST2.
25485         (spam-registration-functions): Add spam-use-ham-copy as a nil
25486         registration backend.
25487
25488 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25489
25490         * spam-stat.el (spam-stat-washing-hook): New option.
25491         (spam-stat-buffer-words): Use it.
25492         (spam-stat-process-directory, spam-stat-test-directory):
25493         Use insert-file-contents-literally.
25494         (spam-stat-coding-system): New variable.
25495         (spam-stat-load, spam-stat-save): Use it.
25496
25497 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25498
25499         * spam-report.el (spam-report-plug-agent):
25500         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25501
25502 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25503
25504         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25505         Allow / in mailto URLs.
25506
25507 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25508
25509         * spam-report.el (spam-report-process-queue): Fix interactive use.
25510         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25511         (spam-report-unplug-agent): Doc fixes.
25512         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25513         (spam-report-agentize, spam-report-deagentize): Autoload.
25514
25515 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25516
25517         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25518
25519         * message.el (message-setup-fill-variables): Add mml tags to
25520         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25521         <ajk@iu.edu>.
25522         (message-mode): Don't modify paragraph-separate there.
25523
25524 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25525
25526         * compface.el (uncompface-use-external): Default to undecided.
25527         (uncompface-use-external-threshold): New variable.
25528         (uncompface-float-time): New macro.
25529         (uncompface): Determine whether to use the external decoder if
25530         uncompface-use-external is undecided.
25531
25532 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25533
25534         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25535         after images.
25536
25537         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25538
25539 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25540
25541         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25542
25543         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25544
25545         * gnus-sum.el (gnus-summary-limit-to-age)
25546         (gnus-summary-limit-children): do.
25547
25548         * gnus-int.el (gnus-request-scan): do.
25549
25550         * gnus-group.el (gnus-group-suspend): do.
25551
25552         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25553
25554         * gnus-cite.el (gnus-cite-parse-attributions): do.
25555
25556         * gnus-agent.el (gnus-summary-set-agent-mark)
25557         (gnus-agent-regenerate-group): do.
25558
25559         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25560
25561         * binhex.el (binhex-decode-region-internal): do.
25562
25563 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25564
25565         * gnus-fun.el (gnus-face-properties-alist): New user option.
25566         (gnus-display-x-face-in-from): Use it.
25567
25568         * gnus-art.el (article-display-face): Ditto.
25569
25570         * compface.el (uncompface-use-external): Default to nil.
25571
25572 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25573
25574         * nntp.el (nntp-erase-buffer): New function.
25575         (nntp-retrieve-data, nntp-send-command)
25576         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25577         (nntp-possibly-change-group): Use it.
25578
25579         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25580         Use with-current-buffer.
25581
25582 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25583
25584         * compface.el: Merge the ELisp-based uncompface program.
25585         (compface): New customization group.
25586         (uncompface-use-external): New user option.
25587         (uncompface): Call uncompface-internal if uncompface-use-external
25588         is nil.
25589         (uncompface-internal): New function.  Note that there are also
25590         some other functions and variables added for this function.
25591
25592 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25593
25594         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25595         if necessary.
25596
25597 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25598
25599         * spam-report.el (spam-report-unplug-agent)
25600         (spam-report-plug-agent, spam-report-deagentize)
25601         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25602         Add support for the Agent in spam-report: when unplugged, report to a
25603         file; when plugged, submit all the requests.
25604
25605         * spam.el (spam-register-routine): Fix message about
25606         registration.
25607
25608 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25609
25610         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25611         dependencies.
25612         (rfc2047-encode): Use it.
25613
25614         * gnus-art.el (gnus-button-marker-list): Move before first
25615         reference.
25616
25617         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25618         (imap-parse-body): Fix format string mismatch.
25619
25620         * gnus-score.el (gnus-summary-increase-score): do.
25621
25622         * nnrss.el (nnrss-close): New function.
25623
25624 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25625
25626         * nnrss.el (nnrss-make-filename): New function.
25627         (nnrss-request-delete-group, nnrss-read-server-data)
25628         (nnrss-save-server-data, nnrss-read-group-data)
25629         (nnrss-save-group-data): Use it.
25630         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25631         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25632         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25633
25634 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25635
25636         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25637
25638 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25639
25640         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25641         files.
25642
25643         * message.el (message-generate-headers-first): Don't quote nil
25644         and t in docstrings.
25645
25646         * imap.el (imap-id): do.
25647
25648         * gnus-agent.el (gnus-agent-consider-all-articles)
25649         (gnus-agent-queue-mail): do.
25650
25651 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25652
25653         * spam-report.el (spam-report-process-queue): New function.
25654         Process requests from `spam-report-requests-file'.
25655         (spam-report-process-queue): Doc fix.
25656
25657 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25658
25659         * spam.el (spam-register-routine)
25660         (spam-log-processing-to-registry, spam-log-registered-p)
25661         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25662         Change "check" to "spam-check" for semi-clarity.
25663
25664 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25665
25666         * pop3.el: Require nnheader.
25667
25668         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25669
25670         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25671
25672         * gnus-picon.el: Require cl.
25673
25674         * gnus-fun.el: Require gnus-ems and gnus-util.
25675
25676         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25677
25678         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25679
25680         * gnus-art.el (gnus-article-edit-mode): Define before first
25681         reference.
25682
25683 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25684
25685         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25686         (gnus-uu-post-encoded): Use point-at-bol.
25687
25688         * gnus-topic.el (gnus-group-active-topic-p): do.
25689
25690         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25691
25692         * gnus-group.el (gnus-group-kill-region): do.
25693
25694         * gnus-art.el (article-date-ut): do.
25695
25696         * message.el (message-fetch-field): Remove redundant
25697         case-fold-search binding.
25698         (message-narrow-to-field): Simplify.
25699
25700 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25701
25702         * spam.el (spam-directory): Derive from `gnus-directory'.
25703
25704         * spam-report.el (spam-report-url-to-file)
25705         (spam-report-requests-file): New function and variable for offline
25706         reporting.
25707         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25708         and user defined function.
25709         (spam-report-url-ping-mm-url): Remove doubled slash.
25710
25711 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25712
25713         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25714
25715 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25716
25717         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25718         Fix format string mismatch.
25719
25720         * sieve.el (sieve-deactivate-all): do.
25721
25722         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25723
25724         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25725
25726         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25727
25728         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25729
25730 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25731
25732         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25733         the list of checks.
25734
25735 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25736
25737         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25738         padding.
25739
25740 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25741
25742         * mm-view.el (mm-fill-flowed): New variable.
25743         (mm-inline-text): Use it.
25744
25745 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25746
25747         * spam.el (spam-spamassassin-register-ham-routine)
25748         (spam-spamassassin-register-spam-routine): Fix function names.
25749
25750 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25751
25752         * gnus.el (gnus-tmp-grouplens): Remove.
25753         (gnus-summary-line-format): Remove grouplens.
25754
25755         * gnus-group.el (gnus-group-line-format): Ditto.
25756
25757         * gnus-spec.el (gnus-format-specs): Ditto.
25758         (gnus-update-format-specifications): Flush the group format spec
25759         cache if there's the grouplens stuff.
25760         (gnus-parse-simple-format): Replace %l with the empty string.
25761
25762 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25763
25764         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25765         omission.
25766
25767 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25768
25769         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25770         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25771
25772 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25773
25774         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25775         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25776         New macros and functions.
25777         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25778         Handle > NLINK_MAX messages.
25779         * nnmaildir.el (nnmaildir-request-set-mark):
25780         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25781
25782 2004-01-25  Alex Schroeder  <alex@gnu.org>
25783
25784         * spam-stat.el (spam-stat-process-directory-age): New option.
25785         (spam-stat-process-directory): Use it.
25786
25787 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25788
25789         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25790         (spam-stat-save): Accept prefix argument.
25791
25792 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25793
25794         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25795         links" error.
25796
25797 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25798
25799         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25800         the rest of the and/or forms.
25801
25802 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25803
25804         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25805         compatibility with old .newsrc.eld files.
25806
25807         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25808
25809         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25810
25811         * gnus-start.el (gnus-1): do.
25812
25813         * gnus-group.el (gnus-group-line-format-alist): do.
25814
25815         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25816
25817         * gnus-gl.el: Remove.
25818
25819 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25820
25821         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25822         marks consisting of a single range {for example, (3 . 5)} rather
25823         than a list of a single range { ((3 . 5)) }.
25824
25825 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25826
25827         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25828         Use with-current-buffer.
25829         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25830         avoid consing a string.
25831
25832         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25833         Remove obsolete entries for big5 and gb2312.
25834
25835 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25836
25837         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25838         uncompressed list.
25839
25840 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25841
25842         * spam-stat.el (spam-stat-strip-xref): New function.
25843         (spam-stat-process-directory): Use it.
25844
25845         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25846         here -- it's done in message-fetch-field.
25847
25848 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25849
25850         * gnus-agent.el (gnus-agent-queue-mail)
25851         (gnus-agent-prompt-send-queue): New variables.
25852         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25853         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25854         "nndraft:queue" along to gnus-draft-send.
25855         Use gnus-agent-prompt-send-queue.
25856         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25857         is "nndraft:queue".  Suggested by Gaute Strokkenes
25858         <gs234@srcf.ucam.org>
25859
25860         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25861         (agent-enable-undownloaded-faces): Add.
25862         (gnus-agent-cat-groups): Use eval-and-compile, not
25863         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25864         method of gnus-agent-cat-groups even when the buffer has been
25865         evaled.
25866         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25867         delete gnus-agent-save-active-1.
25868         (gnus-agent-save-groups): Delete.  Identical to
25869         gnus-agent-save-active.
25870         (gnus-agent-write-active): No longer adjust agent's copy of active
25871         file as agent's adjustments are now stored in their own
25872         file.  Remove optional parameter.
25873         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25874         servers.  Add use of min/max range limits from server's local
25875         file.
25876         (gnus-agent-save-alist): Remove unused optional argument.
25877         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25878         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25879         (gnus-agent-set-local): A per-server file that keeps min/max range
25880         limits for articles known to the agent.  Provides a fast mechanism
25881         for altering many active ranges.
25882         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25883         active file (local makes it unnecessary).
25884         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25885
25886         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25887         (agent-enable-undownloaded-faces): Add.
25888
25889         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25890         disable it when sending to "nndraft:queue".
25891         (gnus-group-send-queue): Add safety check to avoid sending queue
25892         when unplugged.
25893
25894         * gnus-group.el (gnus-group-catchup): Use new
25895         gnus-sequence-of-unread-articles, not
25896         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25897         numbers of articles.  Use gnus-range-map to avoid having to
25898         uncompress the unread list.
25899         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25900         Fix invalid ange-ftp reference.
25901
25902         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25903         (gnus-sorted-range-intersection): Intersection of two ranges
25904         without requiring that they first be uncompressed.
25905
25906         * gnus-start.el (gnus-activate-group): Unless blocked by the
25907         caller, possibly expand the active range to include both cached
25908         and agentized articles.
25909         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25910         multiple version-dependent converters.
25911         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25912         gnus-agent-save-active.
25913         (gnus-save-newsrc-file): Save dirty agent range limits.
25914
25915         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25916         gnus-agent-possibly-alter-active.
25917         (gnus-adjust-marked-articles): Faster handling of simple lists.
25918
25919 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25920
25921         * spam-stat.el (spam-stat-test-directory): New optional argument
25922         displays a list of files detected.  Suggested by Andrew Cohen
25923         <cohen@andy.bu.edu>.
25924         (spam-stat-buffer-words-with-scores): Don't narrow and change
25925         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25926
25927 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25928
25929         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25930         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25931         (spam-spamassassin-arguments)
25932         (spam-spamassassin-spam-flag-header)
25933         (spam-spamassassin-positive-spam-flag-header)
25934         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25935         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25936         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25937         (spam-list-of-processors, spam-list-of-checks)
25938         (spam-list-of-statistical-checks, spam-registration-functions)
25939         (spam-check-spamassassin-headers, spam-check-spamassassin)
25940         (spam-spamassassin-score)
25941         (spam-spamassassin-register-with-sa-learn)
25942         (spam-spamassassin-register-spam-routine)
25943         (spam-spamassassin-register-ham-routine)
25944         (spam-assassin-register-spam-routine)
25945         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25946         (spam-bogofilter-score): Fix to show article before scoring.
25947
25948 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25949
25950         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25951         default scoring function.
25952         (spam-generic-score): Call spam-spamassassin-score if
25953         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25954         spam-bogofilter-score otherwise.
25955
25956         * gnus.el (spam-process, spam-autodetect-methods):
25957         Add spamassassin and spamassassin-headers.
25958
25959 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25960
25961         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25962         Suppress unnecessary messages.
25963
25964 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25965
25966         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25967         make-hash-table.
25968
25969 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25970
25971         * canlock.el (base64-encode-string): Don't autoload it.
25972
25973 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25974
25975         * run-at-time.el: Remove useless (require 'itimer),
25976         eval-and-compile and (featurep 'xemacs).
25977
25978 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25979
25980         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25981         GROUP is a virtual group.
25982
25983 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25984
25985         * gnus.el: Autoload `message-y-or-n-p'.
25986
25987 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25988
25989         * pgg-parse.el: Remove unnecessary (require 'custom).
25990
25991         * pgg-def.el: do.
25992
25993         * nnmail.el: do.
25994
25995         * gnus-undo.el: do.
25996
25997         * gnus-picon.el: do.
25998
25999         * gnus-util.el: do.
26000
26001 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26002
26003         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26004
26005 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26006
26007         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26008         handle, as well as a list.
26009
26010         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26011         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26012         (mm-w3m-cid-retrieve): Simplify.
26013
26014 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26015
26016         * message.el (message-kill-to-signature): Allow prefix arg to
26017         specify number of lines to keep before signature.
26018
26019 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
26020
26021         * message.el (message-kill-to-signature): Change docstring.
26022
26023 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26024
26025         * canlock.el: Always require sha1-el.
26026         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
26027
26028         * message.el: Autoload sha1 only when compiling.
26029
26030         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
26031         eudc-expand-inline for XEmacs.
26032
26033 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
26034
26035         * message.el (message-canlock-generate): Require sha1-el.
26036
26037 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
26038
26039         * message.el (message-expand-name): Silence the byte compiler.
26040
26041         * lpath.el: Add detect-coding-system.
26042
26043         * dgnushack.el (dgnushack-compile): Remove obsolete check for
26044         cus-edit.
26045
26046 2004-01-13  Simon Josefsson  <jas@extundo.com>
26047
26048         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
26049         Invoke gnus-score-mode.
26050         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26051
26052         * gnus-range.el (gnus-compress-sequence): Doc fix.
26053         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
26054
26055 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26056
26057         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
26058
26059 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
26060
26061         * spam.el (spam-get-article-as-string): Update to use
26062         gnus-request-article-this-buffer, much simpler.
26063         (spam-get-article-as-buffer): Remove.
26064
26065 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
26066
26067         * message.el (message-expand-name): Use EUDC if the user uses that.
26068
26069 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
26070
26071         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
26072         character for the encoding to avoid consing a string.
26073
26074         * rfc2047.el (rfc2047-decode-string): Don't cons a string
26075         unnecessarily.
26076
26077         * mm-util.el (mm-replace-chars-in-string): Remove.
26078
26079         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
26080         of mm-replace-chars-in-string.
26081
26082 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
26083
26084         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
26085
26086         * mm-util.el (mm-subst-char-in-string): Support inplace.
26087
26088         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
26089         a new string in every iteration.  Use shy groups.
26090
26091 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
26092
26093         * gnus-srvr.el (gnus-browse-unsubscribe-group):
26094         * gnus-soup.el (gnus-soup-group-brew):
26095         * gnus-msg.el (gnus-put-message):
26096         * gnus-move.el (gnus-group-move-group-to-server):
26097         * gnus-kill.el (gnus-batch-score):
26098         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
26099         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
26100         (gnus-group-update-group, gnus-group-read-group)
26101         (gnus-group-make-group, gnus-group-make-help-group)
26102         (gnus-group-make-archive-group, gnus-group-make-directory-group)
26103         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
26104         (gnus-group-sort-by-unread, gnus-group-catchup)
26105         (gnus-group-unsubscribe-group, gnus-group-kill-group)
26106         (gnus-group-yank-group, gnus-group-set-info)
26107         (gnus-group-list-groups):
26108         * gnus.el (gnus-generate-new-group-name):
26109         * gnus-delay.el (gnus-delay-send-queue):
26110         * nnvirtual.el (nnvirtual-catchup-group):
26111         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
26112         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
26113         (gnus-group-prepare-topics, gnus-topic-check-topology):
26114         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
26115         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
26116         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
26117         (gnus-group-make-articles-read):
26118         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
26119         (gnus-group-change-level, gnus-kill-newsgroup)
26120         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
26121         (gnus-get-unread-articles, gnus-make-articles-unread)
26122         (gnus-make-ascending-articles-unread): Use accessor
26123         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
26124         to get group information for improved readability.
26125
26126
26127 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26128
26129         * gnus-art.el (article-decode-mime-words, article-babel)
26130         (gnus-article-highlight-signature, gnus-article-add-buttons)
26131         (gnus-signature-toggle): Use gnus-with-article-buffer.
26132
26133         * gnus-art.el (gnus-article-highlight-headers)
26134         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
26135
26136         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
26137         (gnus-article-set-globals, gnus-request-article-this-buffer)
26138         (gnus-button-message-id, gnus-article-maybe-hide-headers)
26139         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
26140         (gnus-mime-display-alternative): Use with-current-buffer.
26141
26142 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26143
26144         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
26145         also under 80 char limit, and call gnus-error if needed.
26146         (spam-fetch-article-header): Fix - it was a
26147         buffer-local variable (gnus-newsgroup-data).
26148         (spam-find-spam): Use spam-generate-fake-headers, forget about
26149         spam-insert-fake-headers.
26150         (spam-insert-fake-headers): Remove.
26151
26152 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26153
26154         * deuglify.el (gnus-article-outlook-unwrap-lines)
26155         (gnus-outlook-rearrange-article)
26156         (gnus-outlook-repair-attribution-outlook)
26157         (gnus-outlook-repair-attribution-block)
26158         (gnus-outlook-repair-attribution-other): Remove redundant
26159         save-excursion.
26160
26161 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26162
26163         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26164         (spam-fetch-field-subject-fast)
26165         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26166         (spam-fetch-article-header): Add functions to deal with Gnus
26167         internals for fast retrieval of article header data.
26168         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26169
26170 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26171
26172         * pop3.el (pop3-md5): Remove.
26173         (pop3-apop): Replace pop3-md5 with md5.
26174
26175         * mm-bodies.el: base64 is always built-in.
26176
26177         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26178         Use with-current-buffer.
26179
26180 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26181
26182         * canlock.el (canlock-insert-header): Remove excessive grouping in
26183         regexp.
26184
26185         * gnus-sum.el (gnus-summary-read-document): Ditto.
26186
26187         * gnus-uu.el (gnus-uu-part-number): Ditto.
26188
26189         * html2text.el (html2text-remove-tags): Ditto.
26190         (html2text-format-tags): Ditto.
26191         (html2text-format-single-elements): Ditto.
26192
26193         * mml.el (mml-parse-1): Ditto.
26194
26195 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26196
26197         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26198
26199         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26200
26201         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26202
26203         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26204
26205 2003-11-15  Simon Josefsson  <jas@extundo.com>
26206
26207         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26208         (pgg-gpg-lookup-key): Use regexp match instead of
26209         split-string (split-string is different between emacs 21.2 and
26210         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26211
26212 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26213
26214         * gnus-art.el (gnus-mime-view-all-parts)
26215         (gnus-article-part-wrapper, gnus-article-view-part):
26216         Use with-current-buffer.
26217
26218 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26219
26220         * spam.el (spam-disable-spam-split-during-ham-respool)
26221         (spam-spamoracle-database, spam-cache-lookups)
26222         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26223         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26224         (spam-group-ham-marks, spam-group-spam-marks)
26225         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26226         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26227         also add spam-use-blackholes to the statistical checks.
26228         (spam-fetch-field-fast): Add interface to fetching fields, may
26229         become a macro.
26230         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26231         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26232         (spam-insert-fake-headers): Fake an article when needed.
26233         (spam-find-spam): Fake article when possible.
26234         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26235         (spam-check-bogofilter-headers): Use message-fetch-field instead
26236         of nnmail-fetch-field.
26237
26238 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26239
26240         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26241
26242 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26243
26244         * spam.el (spam-split): Do not require spam-use-CHECK to be
26245         enabled if that check is passed to spam-split explicitly; also
26246         fix so 'spam doesn't get converted to spam-split-group when
26247         spam-split-symbolic-return is t.
26248         (spam-find-spam): Find registrations of the article and use those
26249         instead of re-running spam-split to find the spam/ham
26250         classification of the article.
26251         (spam-log-processing-to-registry, spam-log-registered-p)
26252         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26253         Use gnus-error instead of gnus-message.
26254         (spam-log-registration-type): Add function to determine the
26255         classification of a message based on registry entries; will
26256         return nil if both 'spam and 'ham are found.
26257         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26258         a reasonably fast local cache without the loading errors.
26259         (spam-cache-lookups): Set to t by default.
26260         (spam-find-spam): Don't try to guess spam-cache-lookups.
26261         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26262         spam-caches entry.
26263         (spam-filelist-build-cache, spam-filelist-check-cache):
26264         Fix caching of whitelist/blacklist entries.
26265         (spam-check-whitelist, spam-check-blacklist):
26266         Invoke spam-from-listed-p with a type, not a cache variable.
26267         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26268
26269 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26270
26271         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26272
26273         * nnmail.el (nnmail-split-fancy): do.
26274
26275         * mml.el (mml-parse): do.
26276
26277         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26278         (gnus-score-adaptive): do.
26279
26280 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26281
26282         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26283         (gnus-mime-button-map): Don't set keymap parent.
26284         (gnus-button-ctan-directory-regexp): Use shy grouping.
26285         (gnus-prev-page-map): Don't set keymap parent.
26286         (gnus-prev-page-map): Remove duplicated one.
26287         (gnus-next-page-map): Don't set keymap parent.
26288         (gnus-mime-security-button-map): Ditto.
26289
26290         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26291         version number.
26292
26293         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26294
26295 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26296
26297         * canlock.el (canlock-sha1-function): Remove.
26298         (canlock-sha1-function-for-verify): Remove.
26299         (canlock-openssl-program): Remove.
26300         (canlock-openssl-args): Remove.
26301         (canlock-ignore-errors): Remove.
26302         (canlock-sha1-with-openssl): Remove.
26303         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26304         (canlock-verify): Don't use canlock-ignore-errors.
26305
26306         * sha1-el.el (sha1-string-external): Make it can return a string
26307         in binary form.
26308         (sha1-region-external): Ditto.
26309         (sha1-string-internal): Ditto.
26310         (sha1-region-internal): Ditto.
26311         (sha1-region): Ditto.
26312         (sha1-string): Ditto.
26313         (sha1): Ditto.
26314
26315 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26316
26317         * spam.el (spam-report-articles-gmane): New command.
26318
26319 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26320
26321         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26322
26323         * run-at-time.el (run-at-time-saved): Remove.
26324         (run-at-time): Doc fix.
26325
26326 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26327
26328         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26329         (gnus-summary-limit-map): Add it.
26330         (gnus-summary-make-menu-bar): do.
26331
26332 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26333
26334         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26335         Make attempt at some caching support (done for BBDB only now).
26336         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26337         addresses to be checked.
26338         (spam-clear-cache-BBDB): Add function, to be invoked by
26339         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26340         (spam-check-BBDB): Check and use the caches, if
26341         spam-cache-lookups is on, remove superfluous (provide).
26342
26343 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26344
26345         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26346
26347 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26348
26349         * run-at-time.el (run-at-time-saved): Move to after the definition
26350         of `run-at-time'.
26351
26352         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26353
26354 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26355
26356         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26357         mm-w3m-local-map-property.
26358
26359         * mm-view.el (mm-w3m-mode-map): Remove.
26360         (mm-w3m-local-map-property): Remove.
26361         (mm-inline-text-html-render-with-w3m): Don't use
26362         mm-w3m-local-map-property.
26363
26364 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26365
26366         * run-at-time.el: New file.
26367
26368         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26369         under Emacs.
26370
26371         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26372         of gnus-set-text-properties.
26373
26374         * gnus-uu.el (gnus-uu-save-article): Ditto.
26375
26376         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26377
26378         * gnus-cite.el (gnus-cite-parse): Ditto.
26379
26380         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26381         of gnus-.
26382
26383         * gnus-xmas.el (run-at-time): Require run-at-time.
26384
26385         * gnus.el: Change calls to nnheader-run-at-time and
26386         password-run-at-time throughout to use run-at-time directly.
26387
26388         * password.el: Remove definition of run-at-time.
26389
26390         * nnheaderxm.el: Remove definition of run-at-time.
26391
26392 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26393
26394         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26395         in prompt.
26396
26397 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26398
26399         * messagexmas.el (message-xmas-redefine): Alias
26400         `message-make-caesar-translation-table' to
26401         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26402         version.
26403
26404         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26405         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26406         `gnus-xmas-set-text-properties'.
26407         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26408         `gnus-xmas-completing-read'.
26409         (gnus-xmas-completing-read): Removed.
26410         (gnus-xmas-open-network-stream): Removed.
26411
26412         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26413         XEmacs version.
26414
26415         * dns.el (dns-make-network-process): Use `open-network-stream'
26416         instead of `gnus-xmas-open-network-stream'.
26417
26418         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26419
26420         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26421
26422 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26423
26424         * gnus-art.el (gnus-mime-display-alternative)
26425         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26426         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26427         Don't use gnus-local-map-property.
26428
26429         * gnus-util.el (gnus-local-map-property): Remove.
26430
26431         * mm-view.el (mm-view-pkcs7-decrypt):
26432         Replace gnus-completing-read-maybe-default with completing-read.
26433
26434         * gnus-util.el (gnus-completing-read): do.
26435         (gnus-completing-read-maybe-default): Remove.
26436
26437 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26438
26439         * password.el: Only autoload `run-at-time' if not XEmacs.
26440         Only autoload the itimer functions if XEmacs.
26441
26442 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26443
26444         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26445         XEmacsen.
26446
26447         * dgnushack.el: Autoload executable-find for XEmacs.
26448
26449 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26450
26451         * gnus-art.el (gnus-read-string): Remove.
26452         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26453         read-string.
26454
26455 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26456
26457         * netrc.el: Autoload password-read.
26458         (netrc): Add configuration group.
26459         (netrc-encoding-method, netrc-openssl-path):
26460         Add variables for encoding and decoding of files with symmetric
26461         ciphers.
26462         (netrc-encode): Add assistant function to encode a file with
26463         netrc-encoding-method.
26464         (netrc-parse): Add interactive parameter, added optional
26465         decoding if netrc-encoding-method is non-nil but otherwise
26466         behavior is standard.
26467         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26468         Do s/encode/encrypt/ everywhere.
26469
26470         * spam.el: Remove executable-find autoload.
26471
26472 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26473
26474         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26475
26476         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26477
26478 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26479
26480         * gnus-art.el (gnus-treat-ansi-sequences)
26481         (article-treat-ansi-sequences): New variable and function.
26482         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26483
26484         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26485         Use it.
26486
26487 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26488
26489         * mm-util.el (mm-quote-arg): Remove.
26490
26491         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26492         shell-quote-argument.
26493
26494         * gnus-uu.el (gnus-uu-command): do.
26495
26496         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26497
26498         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26499         with make-char.
26500
26501         * mm-util.el (mm-make-char): Remove.
26502
26503         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26504         add-minor-mode.
26505
26506         * gnus-undo.el (gnus-undo-mode): do.
26507
26508         * gnus-topic.el (gnus-topic-mode): do.
26509
26510         * gnus-sum.el (gnus-dead-summary-mode): do.
26511
26512         * gnus-start.el (gnus-slave-mode): do.
26513
26514         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26515
26516         * gnus-ml.el (gnus-mailing-list-mode): do.
26517
26518         * gnus-gl.el (gnus-grouplens-mode): do.
26519
26520         * gnus-draft.el (gnus-draft-mode): do.
26521
26522         * gnus-dired.el (gnus-dired-mode): do.
26523
26524         * gnus-ems.el (gnus-add-minor-mode): Remove.
26525
26526         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26527         Replace gnus-char-width with char-width.
26528
26529         * gnus-ems.el (gnus-char-width): Remove.
26530
26531         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26532         Replace gnus-char-width with char-width.
26533
26534         * gnus-ems.el (gnus-char-width): Remove.
26535
26536         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26537         definition.
26538         Remove Emacs 20 hash table compatibility code.
26539
26540         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26541         20 compatibility code.
26542
26543         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26544
26545         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26546
26547         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26548         Replace with point-at-{eol,bol}.
26549
26550         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26551
26552         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26553
26554         * flow-fill.el (fill-flowed-point-at-bol)
26555         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26556
26557         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26558         Replace with point-at-{eol,bol} throughout all files.
26559
26560 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26561
26562         * ntlm.el (ntlm-string-as-unibyte): New macro.
26563         (ntlm-build-auth-response): Use it.
26564
26565         Remove Emacs 20 stuff:
26566         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26567         (butlast, mapc, remove): Remove the compiler macros.
26568         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26569         of delq and copy-sequence.
26570         * gnus-art.el (popup-menu): Remove the compiler macro.
26571         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26572         Emacs 20.
26573
26574 2004-01-05  Simon Josefsson  <jas@extundo.com>
26575
26576         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26577         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26578         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26579         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26580         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26581         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26582         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26583         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26584         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26585         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26586         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26587         string-xor into ntlm-string-xor.
26588         Suggested by Jesper Harder <harder@myrealbox.com>.
26589
26590         * ntlm.el: Don't include poem.
26591
26592         * md4.el (print-int32, print-string-hexa): Remove.
26593         Suggested by Jesper Harder <harder@myrealbox.com>.
26594
26595         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26596
26597         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26598         probably breaks emacs with DL patch, but do we care? Is anyone
26599         still using the DL stuff?)
26600
26601         * sieve-manage.el: Use the password package.
26602         (sieve-manage-read-passwd): Remove.
26603         (sieve-manage-interactive-login): Use password.  Re-add
26604         condition-case around loop.
26605
26606         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26607         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26608         Use the password package.
26609
26610 2003-02-19  Simon Josefsson  <jas@extundo.com>
26611
26612         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26613         token.
26614
26615 2002-08-07  Simon Josefsson  <jas@extundo.com>
26616
26617         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26618         (sieve-manage-authenticators):
26619         (sieve-manage-authenticator-alist): Add some SASL mechs.
26620         (sieve-sasl-auth): New function.
26621         (sieve-manage-cram-md5-auth):
26622         (sieve-manage-plain-auth): Rewrite using SASL library.
26623         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26624         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26625         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26626         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26627
26628 2004-01-05  Simon Josefsson  <jas@extundo.com>
26629
26630         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26631         New files.
26632
26633 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26634
26635         * gnus-group.el (gnus-no-groups-message): Update.
26636
26637         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26638
26639 2003-11-09  Simon Josefsson  <jas@extundo.com>
26640
26641         * imap.el: Support for ID IMAP extension (RFC 2971).
26642         (imap-local-variables): Add imap-id.
26643         (imap-id): New variable.
26644         (imap-id): New function.
26645         (imap-parse-response): Parse untagged ID response.
26646         * nnimap.el (nnimap-id): New variable.
26647         (nnimap-open-connection): Use it.
26648
26649 2003-12-28  Simon Josefsson  <jas@extundo.com>
26650
26651         * gnus-score.el (gnus-score-edit-all-score): New.
26652         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26653
26654 2004-01-04  Simon Josefsson  <jas@extundo.com>
26655
26656         * password.el: Add.
26657
26658 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26659
26660         * dns.el (dns-query-types): Fix typo.
26661         (dns-query-types): New function.
26662         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26663         PTR and SOA replies, see RFC 1035.
26664
26665 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26666
26667         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26668
26669         * Move to Changelog.2.
26670
26671 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26672
26673         * gnus.el (gnus-version-number): Bump version.
26674
26675 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26676
26677         * gnus.el: No Gnus v0.1 is released.
26678
26679 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26680
26681         * gnus.el: No Gnus v0.0 is released.
26682
26683 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26684
26685         * gnus.el (gnus-version-number): Bump.
26686         (gnus-version): No.
26687
26688 See ChangeLog.2 for earlier changes.
26689
26690   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26691
26692   This file is part of GNU Emacs.
26693
26694   GNU Emacs is free software: you can redistribute it and/or modify
26695   it under the terms of the GNU General Public License as published by
26696   the Free Software Foundation, either version 3 of the License, or
26697   (at your option) any later version.
26698
26699   GNU Emacs is distributed in the hope that it will be useful,
26700   but WITHOUT ANY WARRANTY; without even the implied warranty of
26701   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26702   GNU General Public License for more details.
26703
26704   You should have received a copy of the GNU General Public License
26705   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26706
26707 ;; Local Variables:
26708 ;; coding: utf-8
26709 ;; fill-column: 79
26710 ;; add-log-time-zone-rule: t
26711 ;; End: